@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
button,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  border-style: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../vendor/font/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../vendor/font/NotoSansJP/NotoSansJP-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../vendor/font/NotoSerifJP/NotoSerifJP-SemiBold.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../vendor/font/NotoSerifJP/NotoSerifJP-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-YuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    Hiragino Sans, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "ヒラギノ角ゴ W3", "NotoSansJP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", system-ui, sans-serif !important;
}

.font-Lato {
  font-family: lato, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.003em;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78;
    min-width: 320px;
  }
}
body.hidden {
  overflow: hidden;
}

a,
button {
  -webkit-transition: background-color 0.3s, background-image 0.3s, color 0.3s;
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}
a::before,
a::after,
button::before,
button::after {
  -webkit-transition: background-color 0.3s, background-image 0.3s, color 0.3s;
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}

.md {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block !important;
  }
}

div._anchor {
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-95px);
  transform: translateY(-95px);
}
@media screen and (max-width: 767px) {
  div._anchor {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@media screen and (min-width: 768px) {
  .browserupgrade {
    display: block;
    width: 100%;
    max-width: 768px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 30px auto;
    padding: 30px;
    background-color: #fce8e8;
    color: #dd0000;
  }
}
@media screen and (max-width: 767px) {
  .browserupgrade {
    display: none;
  }
}

.content {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.content.content_1400 {
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .content.content_1400 {
    max-width: none;
  }
}
.content.content_960 {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .content.content_960 {
    max-width: none;
  }
}
.content.content_930 {
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .content.content_930 {
    max-width: none;
  }
}

.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  min-width: 1050px;
}
header::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 320px;
  }
}
header.is-top-header {
  position: relative;
  top: auto;
}
@media screen and (max-width: 767px) {
  header.is-top-header {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 1150px) {
  header.is-top-header {
    position: fixed;
  }
}
header.is-top-header .h-logo {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  header.is-top-header .h-logo {
    opacity: 1;
  }
}
header.is-top-header .h-logo-top {
  width: 170px;
  height: 160px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 29px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header.is-top-header .h-logo-top {
    display: none;
  }
}
header.is-top-header .h-logo-top img {
  width: 103px;
  height: 101px;
}
header.is-top-header.fixed {
  position: fixed;
  top: -100px;
  left: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
header.is-top-header.fixed .h-logo-top {
  opacity: 0;
}
header.is-top-header.fixed .h-logo {
  opacity: 1;
}
header.is-top-header.scrolled {
  top: 0;
}
header.is-top-header.scrolled .in-right .bnt-mail {
  height: 38.5px;
}
header.is-top-header.scrolled .in-right .bnt-mail:nth-of-type(2) {
  top: 38.5px;
}
header.is-top-header.scrolled .in-right .bnt-mail .icon-mail,
header.is-top-header.scrolled .in-right .bnt-mail .icon-note {
  margin-top: 12px;
}
header.is-top-header.scrolled .in-right .time {
  margin-top: 13px;
}
header.is-top-header.scrolled nav {
  margin-top: 29px;
}
header.is-top-header nav {
  margin-top: 37px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header.is-top-header nav {
    margin-top: 0;
  }
}
header.is-top-header nav .inner-nav > ul > li > a,
header.is-top-header nav .inner-nav > ul > li > span {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  header.is-top-header nav .inner-nav > ul > li > a,
  header.is-top-header nav .inner-nav > ul > li > span {
    padding-bottom: 16.5px;
  }
}
header.is-top-header .in-right .time {
  margin-top: 18px;
}
header.is-top-header .in-right .bnt-mail {
  height: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header.is-top-header .in-right .bnt-mail {
    height: 55px;
  }
  header.is-top-header .in-right .bnt-mail > a {
    font-size: 0;
  }
}
header.is-top-header .in-right .bnt-mail:nth-of-type(2) {
  top: 45px;
}
header.is-top-header .in-right .bnt-mail .icon-mail {
  margin-top: 16px;
  margin-right: 4px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  header.is-top-header .in-right .bnt-mail .icon-mail {
    margin: auto;
  }
}
header.is-top-header .in-right .bnt-mail .icon-note {
  margin-top: 17px;
  margin-right: 3px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  header.is-top-header .in-right .bnt-mail .icon-note {
    margin: auto;
  }
}
header .h-logo {
  float: left;
  width: 188px;
  height: 36px;
  margin: 22px 0 0 30px;
}
@media screen and (max-width: 1150px) {
  header .h-logo {
    margin: 22px 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  header .h-logo {
    width: 144px;
    height: 27.5px;
    margin: 14px 0 13px 15px;
  }
}
header .h-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .in-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .in-right .bnt-mail {
  width: 160px;
  height: 40px;
  background: #6eb946;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
header .in-right .bnt-mail:nth-of-type(2) {
  top: 40px;
  background: #064182;
}
header .in-right .bnt-mail:nth-of-type(2)::before {
  background-color: #0c3665;
}
@media screen and (max-width: 767px) {
  header .in-right .bnt-mail:nth-of-type(2) {
    display: none;
  }
}
header .in-right .bnt-mail::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3d9a0b;
  z-index: 1;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
@media screen and (min-width: 768px) {
  header .in-right .bnt-mail:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  header .in-right .bnt-mail {
    width: 133px;
  }
}
@media screen and (max-width: 767px) {
  header .in-right .bnt-mail {
    width: 58px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
header .in-right .bnt-mail .icon-mail,
header .in-right .bnt-mail .icon-note {
  width: 16px;
  height: auto;
  margin: 23px auto 0;
  position: relative;
  z-index: 2;
  top: 1px;
  margin-top: 14px;
  margin-right: 4px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  header .in-right .bnt-mail .icon-mail,
  header .in-right .bnt-mail .icon-note {
    width: 23.5px;
    height: 17.5px;
    margin: auto;
  }
}
header .in-right .bnt-mail .icon-note {
  width: 17px;
  top: 2px;
  margin-top: 14px;
  margin-right: 3px;
  margin-left: 6px;
}
header .in-right .bnt-mail span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  header .in-right .bnt-mail span {
    font-size: 1.1rem;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  header .in-right .bnt-mail span {
    display: none;
  }
}
header .in-right .bnt-mail a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 33;
}
header .in-right .time {
  margin-right: 180px;
  margin-top: 13px;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  header .in-right .time {
    margin-right: 143px;
  }
}
@media screen and (max-width: 767px) {
  header .in-right .time {
    display: none;
  }
}
header .in-right .time span {
  font-size: 1.2rem;
  line-height: 16px;
}
@media screen and (max-width: 1290px) {
  header .in-right .time span {
    font-size: 1rem;
  }
}
header .in-right .time p {
  font-size: 2.2rem;
  line-height: 27px;
  margin-top: -2px;
}
@media screen and (max-width: 1290px) {
  header .in-right .time p {
    font-size: 1.7rem;
  }
}
header .in-right .time p span {
  font-size: 1.4rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
header nav {
  margin-right: 50px;
  margin-top: 29px;
}
@media screen and (max-width: 1350px) {
  header nav {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1290px) {
  header nav {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    margin-right: 0;
    margin-top: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
  }
  header nav.visible {
    opacity: 1;
    visibility: visible;
  }
  header nav.visible .inner-nav {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header nav .inner-nav {
    width: 100%;
    max-width: 300px;
    background: #004182;
    padding-bottom: 192.5px;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  header nav .inner-nav .ttg-nav {
    font-size: 1.5rem;
    color: #6eb946;
    padding: 33.5px 20px 10px;
    line-height: 20px;
    font-weight: 600;
  }
}
header nav .inner-nav > ul::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  header nav .inner-nav > ul {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
}
header nav .inner-nav > ul > li {
  margin-right: 30px;
  position: relative;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav .inner-nav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  header nav .inner-nav > ul > li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1290px) {
  header nav .inner-nav > ul > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header nav .inner-nav > ul > li {
    float: none;
    margin-right: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  header nav .inner-nav > ul > li:before {
    content: none;
  }
}
header nav .inner-nav > ul > li:before {
  content: "";
  background: #004182;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0%;
  height: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 767px) {
  header nav .inner-nav > ul > li > a {
    background: url(../img/common/icon.svg) no-repeat right 15px center;
    background-size: 18px 4.5px;
  }
}
header nav .inner-nav > ul > li > a,
header nav .inner-nav > ul > li > span {
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  header nav .inner-nav > ul > li > a,
  header nav .inner-nav > ul > li > span {
    padding: 16.5px 20px;
    color: #fff;
    line-height: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  header nav .inner-nav > ul > li:hover:before {
    height: 4px;
    width: 100%;
  }
  header nav .inner-nav > ul > li:hover > a,
  header nav .inner-nav > ul > li:hover > span {
    color: #004182;
  }
  header nav .inner-nav > ul > li:hover span {
    background: url(../img/common/arrow_bl.png) no-repeat right top 4px;
    background-size: 10px 10px;
  }
}
header nav .inner-nav > ul span {
  background: url(../img/common/arrow_b.png) no-repeat right top 4px;
  background-size: 10px 10px;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  header nav .inner-nav > ul span {
    background: none;
  }
  header nav .inner-nav > ul span:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -1px;
  }
  header nav .inner-nav > ul span:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 23.5px;
    top: 50%;
    margin-top: -6px;
  }
  header nav .inner-nav > ul span.is-active:after {
    content: none;
  }
}
header nav .submenu {
  width: 210px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav .submenu.submenu1 {
  width: 190px;
}
@media screen and (max-width: 767px) {
  header nav .submenu.submenu1 {
    width: 100%;
  }
}
header nav .submenu.submenu2 {
  width: 230px;
}
@media screen and (max-width: 767px) {
  header nav .submenu.submenu2 {
    width: 100%;
  }
}
header nav .submenu.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  header nav .submenu {
    position: inherit;
    top: auto;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
header nav .submenu ul {
  background: #004182;
  padding: 25px 20px 22px;
}
@media screen and (max-width: 1150px) {
  header nav .submenu ul {
    padding: 20px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  header nav .submenu ul {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header nav .submenu li {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}
header nav .submenu li:first-child a {
  margin-top: 0;
}
header nav .submenu a {
  color: #fff;
  line-height: 21px;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  header nav .submenu a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1150px) {
  header nav .submenu a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  header nav .submenu a {
    padding: 12.5px 0 12.5px 42px;
    background: rgba(0, 0, 0, 0.18);
    line-height: 15px;
    margin-top: 0;
    color: #fff;
    position: relative;
    font-size: 1.2rem;
  }
  header nav .submenu a:before {
    content: "";
    background: #fff;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -0.5px;
  }
}
header nav a,
header nav span {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 21px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 1450px) {
  header nav a,
  header nav span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1290px) {
  header nav a,
  header nav span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  header nav a,
  header nav span {
    color: #fff;
  }
}
header nav .box-tell {
  background: #fff;
  text-align: center;
  margin: 20px 20px 15px;
  border: 1.5px solid #b7b7b7;
  padding: 10px;
  position: relative;
}
header nav .box-tell span,
header nav .box-tell a {
  color: #2e2e2e;
  display: inline-block;
}
header nav .box-tell .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 30px;
}
header nav .box-tell .tel span {
  font-size: 1.4rem;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
header nav .box-tell .tel a {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  header nav .box-tell .tel a {
    font-size: 2rem;
  }
}
header nav .box-tell .tel a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
}
header nav .box-tell .time {
  font-size: 1.1rem;
  line-height: 15px;
  margin-top: 2px;
}
header nav .bnt-contact {
  background: #6eb946;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 15px;
  text-align: center;
}
header nav .bnt-contact._note {
  background: #0c3665;
}
header nav .bnt-contact span,
header nav .bnt-contact a {
  color: #fff;
  display: inline-block;
}
header nav .bnt-contact .icon-mail {
  width: 17px;
  height: auto;
  margin-right: 6px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
header nav .bnt-contact .icon-note {
  width: 19px;
  height: auto;
  margin-right: 6px;
  -webkit-transform: translateY(2.5px);
  transform: translateY(2.5px);
}
header nav .bnt-contact a {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 0 14px;
  line-height: 18.5px;
}
header nav .bnt-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
}
header.header-form {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  header.header-form {
    padding: 14px 0 13.5px;
  }
}
header.header-form .h-logo {
  float: none;
  margin: auto;
}

.t-mainvisual {
  display: block;
  width: 100%;
  height: 825px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-mainvisual {
    height: 570px;
    margin-top: 55px;
  }
}
.t-mainvisual:after {
  content: "";
  display: block;
  width: 765px;
  height: 1354px;
  position: absolute;
  background: url(../img/top/bg_blue-top.png) center center no-repeat;
  background-size: cover;
  bottom: -938px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .t-mainvisual:after {
    width: 288px;
    height: 468px;
    bottom: auto;
    top: 215px;
    left: -80px;
  }
}
.t-mainvisual .text {
  font-family: "NotoSerifJP", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #002076;
}
.t-mainvisual .text > span {
  display: block;
  width: 0;
  height: auto;
  background-color: #fff;
  position: absolute;
  left: 205px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.33, 0.23, 0.99);
  transition: all 0.6s cubic-bezier(0.38, 0.33, 0.23, 0.99);
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text > span {
    left: 15px;
  }
}
.t-mainvisual .text._main {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main {
    font-size: 1.9rem;
  }
}
.t-mainvisual .text._main > span {
  letter-spacing: 0.2em;
}
.t-mainvisual .text._main > span._1 {
  top: 211px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main > span._1 {
    top: 106.5px;
  }
}
.t-mainvisual .text._main > span._1.on {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main > span._1.on {
    width: 180px;
  }
}
.t-mainvisual .text._main > span._2 {
  top: 269px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main > span._2 {
    top: 140px;
  }
}
.t-mainvisual .text._main > span._2.on {
  width: 287px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main > span._2.on {
    width: 155px;
  }
}
.t-mainvisual .text._main > span > span {
  display: block;
  padding: 5px 8px 7px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._main > span > span {
    padding: 3px 5px 5px;
  }
}
.t-mainvisual .text._sub {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub {
    font-size: 1.1rem;
  }
}
.t-mainvisual .text._sub > span._1 {
  top: 356px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub > span._1 {
    top: 181px;
  }
}
.t-mainvisual .text._sub > span._1.on {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub > span._1.on {
    width: 180px;
  }
}
.t-mainvisual .text._sub > span._2 {
  top: 397px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub > span._2 {
    top: 204px;
  }
}
.t-mainvisual .text._sub > span._2.on {
  width: 274px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub > span._2.on {
    width: 150px;
  }
}
.t-mainvisual .text._sub > span > span {
  display: block;
  padding: 6px 8px 5px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .text._sub > span > span {
    padding: 3px 5px 4px;
  }
}
.t-mainvisual .mainvisual-slider {
  display: block;
  width: calc(100% - 100px);
  height: 650px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .mainvisual-slider {
    width: 100%;
    height: 300px;
  }
}
.t-mainvisual .mainvisual-slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.t-mainvisual.mainvisual-ct {
  margin-top: 80px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-ct {
    margin-top: 55px;
    height: 240px;
  }
}
.t-mainvisual.mainvisual-ct .mainvisual-slider {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-ct .mainvisual-slider {
    height: 240px;
  }
}
.t-mainvisual.mainvisual-strength:after {
  content: none;
}
.t-mainvisual.mainvisual-strength .mainvisual-slider {
  background: url(../img/strength/ttlbg_strength.jpg) no-repeat center center;
  background-size: cover;
}
.t-mainvisual.mainvisual-strength .text > span {
  left: 235px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text > span {
    left: 25px;
  }
}
.t-mainvisual.mainvisual-strength .text._main {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._main {
    font-size: 1.6rem;
  }
}
.t-mainvisual.mainvisual-strength .text._main > span {
  letter-spacing: 0.05em;
}
.t-mainvisual.mainvisual-strength .text._main > span._1 {
  top: 150px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._main > span._1 {
    top: 81px;
  }
}
.t-mainvisual.mainvisual-strength .text._main > span._1.on {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._main > span._1.on {
    width: 146px;
  }
}
.t-mainvisual.mainvisual-strength .text._main > span > span {
  padding: 8px 13px 10px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._main > span > span {
    padding: 3px 5px 5px;
  }
}
.t-mainvisual.mainvisual-strength .text._sub {
  font-size: 2rem;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub {
    font-size: 1.3rem;
  }
}
.t-mainvisual.mainvisual-strength .text._sub > span._1 {
  top: 218px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub > span._1 {
    top: 118px;
  }
}
.t-mainvisual.mainvisual-strength .text._sub > span._1.on {
  width: 348px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub > span._1.on {
    width: 228px;
  }
}
.t-mainvisual.mainvisual-strength .text._sub > span._2 {
  top: 249px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub > span._2 {
    top: 138px;
  }
}
.t-mainvisual.mainvisual-strength .text._sub > span._2.on {
  width: 378px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub > span._2.on {
    width: 245px;
  }
}
.t-mainvisual.mainvisual-strength .text._sub > span > span {
  padding: 7px 8px 8px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-strength .text._sub > span > span {
    padding: 4px 5px 6px;
  }
}
.t-mainvisual.mainvisual-quality:after {
  content: none;
}
.t-mainvisual.mainvisual-quality .mainvisual-slider {
  background: url(../img/strength/ttlbg_strength-quality.jpg) no-repeat center
    center;
  background-size: cover;
}
.t-mainvisual.mainvisual-quality .text > span {
  left: 235px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text > span {
    left: 25px;
  }
}
.t-mainvisual.mainvisual-quality .text._main {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._main {
    font-size: 1.6rem;
  }
}
.t-mainvisual.mainvisual-quality .text._main > span {
  letter-spacing: 0.05em;
}
.t-mainvisual.mainvisual-quality .text._main > span._1 {
  top: 150px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._main > span._1 {
    top: 81px;
  }
}
.t-mainvisual.mainvisual-quality .text._main > span._1.on {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._main > span._1.on {
    width: 97.5px;
  }
}
.t-mainvisual.mainvisual-quality .text._main > span > span {
  padding: 8px 13px 10px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._main > span > span {
    padding: 3px 5px 5px;
  }
}
.t-mainvisual.mainvisual-quality .text._sub {
  font-size: 2rem;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub {
    font-size: 1.3rem;
  }
}
.t-mainvisual.mainvisual-quality .text._sub > span._1 {
  top: 218px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub > span._1 {
    top: 118px;
  }
}
.t-mainvisual.mainvisual-quality .text._sub > span._1.on {
  width: 183px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub > span._1.on {
    width: 118.5px;
  }
}
.t-mainvisual.mainvisual-quality .text._sub > span._2 {
  top: 249px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub > span._2 {
    top: 138px;
  }
}
.t-mainvisual.mainvisual-quality .text._sub > span._2.on {
  width: 282px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub > span._2.on {
    width: 181px;
  }
}
.t-mainvisual.mainvisual-quality .text._sub > span > span {
  padding: 7px 8px 8px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-quality .text._sub > span > span {
    padding: 4px 5px 6px;
  }
}
.t-mainvisual.mainvisual-speed:after {
  content: none;
}
.t-mainvisual.mainvisual-speed .mainvisual-slider {
  background: url(../img/strength/ttlbg_strength-speed.jpg) no-repeat center
    center;
  background-size: cover;
}
.t-mainvisual.mainvisual-speed .text > span {
  left: 235px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text > span {
    left: 25px;
  }
}
.t-mainvisual.mainvisual-speed .text._main {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._main {
    font-size: 1.6rem;
  }
}
.t-mainvisual.mainvisual-speed .text._main > span {
  letter-spacing: 0.05em;
}
.t-mainvisual.mainvisual-speed .text._main > span._1 {
  top: 150px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._main > span._1 {
    top: 81px;
  }
}
.t-mainvisual.mainvisual-speed .text._main > span._1.on {
  width: 231px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._main > span._1.on {
    width: 131px;
  }
}
.t-mainvisual.mainvisual-speed .text._main > span > span {
  padding: 8px 13px 10px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._main > span > span {
    padding: 3px 5px 5px;
  }
}
.t-mainvisual.mainvisual-speed .text._sub {
  font-size: 2rem;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._sub {
    font-size: 1.3rem;
  }
}
.t-mainvisual.mainvisual-speed .text._sub > span._1 {
  top: 218px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._sub > span._1 {
    top: 118px;
  }
}
.t-mainvisual.mainvisual-speed .text._sub > span._1.on {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._sub > span._1.on {
    width: 209px;
  }
}
.t-mainvisual.mainvisual-speed .text._sub > span > span {
  padding: 7px 8px 8px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-speed .text._sub > span > span {
    padding: 4px 5px 6px;
  }
}
.t-mainvisual.mainvisual-cost:after {
  content: none;
}
.t-mainvisual.mainvisual-cost .mainvisual-slider {
  background: url(../img/strength/ttlbg_strength-cost.jpg) no-repeat center
    center;
  background-size: cover;
}
.t-mainvisual.mainvisual-cost .text > span {
  left: 235px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text > span {
    left: 25px;
  }
}
.t-mainvisual.mainvisual-cost .text._main {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._main {
    font-size: 1.6rem;
  }
}
.t-mainvisual.mainvisual-cost .text._main > span {
  letter-spacing: 0.05em;
}
.t-mainvisual.mainvisual-cost .text._main > span._1 {
  top: 150px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._main > span._1 {
    top: 81px;
  }
}
.t-mainvisual.mainvisual-cost .text._main > span._1.on {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._main > span._1.on {
    width: 114.5px;
  }
}
.t-mainvisual.mainvisual-cost .text._main > span > span {
  padding: 8px 13px 10px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._main > span > span {
    padding: 3px 5px 5px;
  }
}
.t-mainvisual.mainvisual-cost .text._sub {
  font-size: 2rem;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub {
    font-size: 1.3rem;
  }
}
.t-mainvisual.mainvisual-cost .text._sub > span._1 {
  top: 218px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub > span._1 {
    top: 118px;
  }
}
.t-mainvisual.mainvisual-cost .text._sub > span._1.on {
  width: 199px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub > span._1.on {
    width: 130.5px;
  }
}
.t-mainvisual.mainvisual-cost .text._sub > span._2 {
  top: 249px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub > span._2 {
    top: 138px;
  }
}
.t-mainvisual.mainvisual-cost .text._sub > span._2.on {
  width: 319px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub > span._2.on {
    width: 204px;
  }
}
.t-mainvisual.mainvisual-cost .text._sub > span > span {
  padding: 7px 8px 8px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual.mainvisual-cost .text._sub > span > span {
    padding: 4px 5px 6px;
  }
}
.t-mainvisual .banner {
  display: block;
  width: 420px;
  height: auto;
  position: absolute;
  right: -420px;
  top: 490px;
  z-index: 99;
  -webkit-transition: opacity 0.3s, right ease-out 0.6s, bottom ease-out 0.45s;
  transition: opacity 0.3s, right ease-out 0.6s, bottom ease-out 0.45s;
}
.t-mainvisual .banner._visible {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual .banner._visible {
    right: 0;
    left: 0;
    top: 339px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .t-mainvisual .banner:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .t-mainvisual .banner {
    width: 317px;
    height: 106px;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
  }
}
.t-mainvisual .banner > img {
  display: block;
  width: 100%;
  height: auto;
}

.c-buttom {
  border: 2px solid #004182;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .c-buttom:hover:before {
    width: 100%;
  }
  .c-buttom:hover a {
    color: #fff;
    background: url(../img/common/icon.svg) no-repeat right 18px center;
    background-size: 27px 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-buttom {
    border: 1px solid #004182;
  }
}
.c-buttom:before {
  content: "";
  width: 0;
  height: 100%;
  background: #004182;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-buttom a {
  display: block;
  line-height: 66px;
  height: 66px;
  color: #004182;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/common/icon_blue.svg) no-repeat right 18px center;
  background-size: 27px 6px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-buttom a {
    line-height: 48px;
    height: 48px;
    background: url(../img/common/icon_blue.svg) no-repeat right 8px center;
    background-size: 20px 4.5px;
  }
}

.t-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-title {
    margin-bottom: 18px;
  }
}
.t-title p {
  font-size: 1.8rem;
  color: #6eb946;
  line-height: 22px !important;
}
@media screen and (max-width: 767px) {
  .t-title p {
    font-size: 1.2rem;
    line-height: 14.5px !important;
  }
}
.t-title h2 {
  font-size: 2.8rem;
  line-height: 42px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .t-title h2 {
    font-size: 1.8rem;
    line-height: 27px;
    margin-top: 4px;
  }
}

.p-top .t-about {
  background: #edeff4;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .t-about {
    padding: 28px 30px 66px;
    overflow: hidden;
  }
}
.p-top .t-about:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 31px solid #edeff4;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about:after {
    content: none;
  }
}
.p-top .t-about .in-about {
  height: 520px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .in-about {
    height: auto;
  }
}
.p-top .t-about .title {
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 45px;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .title {
    margin-bottom: 35px;
    padding-top: 0;
  }
}
.p-top .t-about .title p {
  color: #004182;
  font-size: 2rem;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .title p {
    font-size: 1.3rem;
    line-height: 17.5px;
  }
}
.p-top .t-about .title h2 {
  font-size: 2.8rem;
  line-height: 37px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .title h2 {
    font-size: 1.8rem;
    line-height: 24px;
    margin-top: 5px;
  }
}
.p-top .t-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top .t-about li {
  width: 220px;
  min-height: 110px;
  background: #fff;
  padding: 33px 20px 0;
  text-align: left;
  position: relative;
  margin: 0 8px 29px;
}
.p-top .t-about li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-top .t-about li:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.p-top .t-about li:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-top .t-about li:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.p-top .t-about li:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.p-top .t-about li:nth-child(7) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.p-top .t-about li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about li:after {
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    right: 16px;
    left: auto;
  }
}
.p-top .t-about li:first-child {
  margin-left: 0;
}
.p-top .t-about li:nth-child(4) {
  margin-right: 0;
}
.p-top .t-about li:nth-child(3):after,
.p-top .t-about li:nth-child(4):after,
.p-top .t-about li:nth-child(6):after,
.p-top .t-about li:nth-child(7):after {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about li:nth-child(3):after,
  .p-top .t-about li:nth-child(4):after,
  .p-top .t-about li:nth-child(6):after,
  .p-top .t-about li:nth-child(7):after {
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-about li {
    width: calc(50% - 6px);
    min-height: 76px;
    padding: 25px 10px 17px;
    margin: 0 12px 28px 0;
  }
  .p-top .t-about li:nth-child(2n) {
    margin-right: 0;
  }
  .p-top .t-about li:last-child {
    width: 100%;
    margin-right: 0;
    min-height: 55px;
    margin-bottom: 23px;
  }
  .p-top .t-about li:last-child:after {
    left: 50%;
    margin-left: -7.5px;
  }
  .p-top .t-about li:nth-child(3):after {
    right: 16px;
  }
  .p-top .t-about li:nth-child(2):after,
  .p-top .t-about li:nth-child(4):after,
  .p-top .t-about li:nth-child(6):after {
    left: 20px;
    right: auto;
  }
}
.p-top .t-about li span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #004182;
  line-height: 36px;
  border-bottom: 3px solid #6eb946;
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 21px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about li span {
    font-size: 1.8rem;
    line-height: 24.5px;
    border-bottom: 2px solid #6eb946;
    top: -12px;
    left: 10px;
  }
}
.p-top .t-about li p {
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top .t-about li p {
    line-height: 17px;
    font-size: 1.2rem;
  }
}
.p-top .t-about .member {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-animation: toFade 300ms both;
  animation: toFade 300ms both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .member {
    bottom: -66px;
  }
}
.p-top .t-about .member.menber01 {
  width: 160px;
  height: 104px;
  left: -53px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .member.menber01 {
    width: 102px;
    height: 66.5px;
    left: 15.5px;
  }
}
.p-top .t-about .member.menber02 {
  width: 182px;
  height: 101px;
  right: -82px;
}
@media screen and (max-width: 767px) {
  .p-top .t-about .member.menber02 {
    width: 116.5px;
    height: 65px;
    right: 15px;
  }
}
.p-top .t-advantage {
  padding: 90px 30px 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage {
    min-height: auto;
    padding: 55px 30px 60px;
  }
}
.p-top .t-advantage .in-advantage::after {
  content: "";
  clear: both;
  display: block;
}
.p-top .t-advantage .in-advantage .t-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage .in-advantage .t-title {
    margin-bottom: 24px;
  }
}
.p-top .t-advantage .in-advantage .image-advantage {
  width: 414px;
  height: auto;
  position: relative;
  float: right;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage .in-advantage .image-advantage {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.p-top .t-advantage .in-advantage .ct-advantage {
  width: 451px;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage .in-advantage .ct-advantage {
    width: 100%;
    padding-top: 0;
    margin-top: 28px;
    float: none;
  }
}
.p-top .t-advantage .in-advantage .ct-advantage p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage .in-advantage .ct-advantage p {
    line-height: 25px;
  }
}
.p-top .t-advantage .c-buttom {
  width: 350px;
  margin: 75px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-advantage .c-buttom {
    width: 275px;
    margin: 40px auto 0;
  }
}
.p-top .t-service {
  background: #f5f5f5;
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-service {
    padding: 42px 0 50px;
  }
}
.p-top .t-service:after {
  content: "";
  width: 152px;
  height: 496px;
  background: url(../img/top/bg_blue-bottom.png) no-repeat center center;
  background-size: 152px 496px;
  position: absolute;
  right: 0;
  top: 136px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top .t-service:after {
    content: none;
  }
}
.p-top .t-service .txt {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .txt {
    line-height: 25px;
    background: #fff;
    padding: 27px 23px 0;
    position: relative;
    z-index: 33;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-service .swiper-service {
    margin: 0;
    position: absolute;
    top: 64.5px;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 210px;
    overflow: hidden;
  }
}
.p-top .t-service .list-service {
  margin: 37px -1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service {
    margin: 0;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    display: block;
  }
}
.p-top .t-service .list-service .box {
  margin: 0 1px 20px;
  width: calc(33.3333333333% - 2px);
  background: #fff;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-top .t-service .list-service .box {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top .t-service .list-service .box:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .p-top .t-service .list-service .box:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .p-top .t-service .list-service .box:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .p-top .t-service .list-service .box:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .box {
    width: 100%;
    margin: 0;
  }
}
.p-top .t-service .list-service .box:nth-child(1),
.p-top .t-service .list-service .box:nth-child(2) {
  width: calc(50% - 2px);
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .box:nth-child(1),
  .p-top .t-service .list-service .box:nth-child(2) {
    width: 100%;
  }
}
.p-top .t-service .list-service .box:nth-child(1) .img,
.p-top .t-service .list-service .box:nth-child(2) .img {
  height: 260px;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .box:nth-child(1) .img,
  .p-top .t-service .list-service .box:nth-child(2) .img {
    height: 210px;
  }
}
.p-top .t-service .list-service .box:nth-child(1) a,
.p-top .t-service .list-service .box:nth-child(2) a {
  padding: 19px 10px 20px;
  background: url(../img/about/icon_bl.png) no-repeat right 10px center;
  background-size: 27.4px auto;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .box:nth-child(1) a,
  .p-top .t-service .list-service .box:nth-child(2) a {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top .t-service .list-service .box:nth-child(1):hover a,
  .p-top .t-service .list-service .box:nth-child(2):hover a {
    background: url(../img/about/icon_w.png) no-repeat right 10px center;
    background-size: 27.4px auto;
  }
}
.p-top .t-service .list-service .box:before {
  content: "";
  width: 0;
  height: 100%;
  background: #004182;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .box:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top .t-service .list-service .box:hover .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .p-top .t-service .list-service .box:hover:before {
    width: 100%;
  }
  .p-top .t-service .list-service .box:hover a {
    color: #fff;
    background: url(../img/about/icon_w.png) no-repeat right 14px center;
    background-size: 27.4px auto;
  }
}
.p-top .t-service .list-service .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service .img {
    height: 210px;
  }
}
.p-top .t-service .list-service .img .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top .t-service .list-service .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    top: 50%;
    left: 50%;
  }
}
.p-top .t-service .list-service a {
  padding: 19px 14px 20px;
  display: block;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/about/icon_bl.png) no-repeat right 14px center;
  background-size: 27.4px auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .list-service a {
    display: none;
  }
}
.p-top .t-service .list-service a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .inner {
    background: #fff;
    margin: 205px 15px 0;
    z-index: 99;
    padding-bottom: 30px;
  }
}
.p-top .t-service .c-buttom {
  width: 440px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-service .c-buttom {
    width: 275px;
    margin: 18px auto 0;
  }
}
.p-top .t-company {
  background: #004182;
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-company {
    padding: 42px 0 50px;
  }
}
.p-top .t-company h2 {
  color: #fff;
}
.p-top .t-company .txt {
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .t-company .txt {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-company .txt {
    line-height: 25px;
    text-align: left;
    background: #fff;
    padding: 27px 23px 0;
    position: relative;
    z-index: 33;
  }
}
.p-top .t-company .movie-area {
  margin: 40px 0 0;
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .p-top .t-company .movie-area {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-company .inner {
    background: #fff;
    margin: 0 15px;
    z-index: 99;
    padding-bottom: 30px;
  }
}
.p-top .t-company .c-buttom {
  width: 440px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top .t-company .c-buttom {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-company .c-buttom {
    width: 275px;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .t-company .c-buttom a {
    color: #fff;
    background-image: url(../img/common/icon.svg);
  }
  .p-top .t-company .c-buttom a:hover {
    color: #004182;
    background-image: url(../img/common/icon_blue.svg);
  }
  .p-top .t-company .c-buttom::before {
    background: #fff;
  }
}
.p-top .t-360view {
  background: #f5f5f5;
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-360view {
    padding: 42px 0 50px;
  }
}
.p-top .t-360view .txt {
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .t-360view .txt {
    line-height: 25px;
    text-align: left;
    background: #fff;
    padding: 27px 23px 0;
    position: relative;
    z-index: 33;
  }
}
.p-top .t-360view .movie-area {
  margin: 40px 0 0;
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .p-top .t-360view .movie-area {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-360view .inner {
    background: #fff;
    margin: 0 15px;
    z-index: 99;
    padding-bottom: 30px;
  }
}
.p-top .t-360view .c-buttom {
  width: 440px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-360view .c-buttom {
    width: 275px;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .t-360view .c-buttom a {
    background-image: url(../img/common/icon_blue.svg);
  }
  .p-top .t-360view .c-buttom a:hover {
    background-image: url(../img/common/icon.svg);
  }
}
.p-top .t-voice {
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice {
    padding: 42px 30px 50px;
  }
}
.p-top .t-voice:after {
  content: "";
  width: 473px;
  height: 1070px;
  background: url(../img/top/bg_blue-middle.png) no-repeat bottom left;
  background-size: 473px 1070px;
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice:after {
    content: none;
  }
}
.p-top .t-voice .inner-voice {
  position: relative;
}
.p-top .t-voice .list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .list-voice {
    margin-top: 19px;
  }
}
.p-top .t-voice .modal-link {
  margin-right: 30px;
}
.p-top .t-voice .modal-link:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .modal-link {
    margin-right: 0;
  }
}
.p-top .t-voice .box {
  width: 290px;
  min-height: 175px;
  background: #edeff4;
  padding: 28px 20px 20px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .t-voice .box:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-top .t-voice .box:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.p-top .t-voice .box:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-top .t-voice .box:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.p-top .t-voice .box:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .p-top .t-voice .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-top .t-voice .box:hover:after {
    border-top: 14px solid #004182;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .box {
    width: 100%;
    min-height: 100px;
    margin-right: 0;
    padding: 20px 20px;
    margin-bottom: 5px;
    display: none;
  }
  .p-top .t-voice .box:nth-child(1),
  .p-top .t-voice .box:nth-child(2),
  .p-top .t-voice .box:nth-child(3) {
    display: block;
  }
}
.p-top .t-voice .box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 14px solid #edeff4;
  position: absolute;
  bottom: -14px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .box:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #edeff4;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50%;
    right: -17px;
    margin-bottom: -8px;
  }
}
.p-top .t-voice .box:nth-child(3n) {
  margin-right: 0;
}
.p-top .t-voice .box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .box h3 {
    font-size: 1.3rem;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.p-top .t-voice .box a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-top .t-voice .box a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 333;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .box span {
    font-size: 1.3rem;
  }
}
.p-top .t-voice .c-buttom {
  width: 440px;
  margin: 21px auto 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .t-voice .c-buttom {
    width: 275px;
    margin: 20px auto 0;
  }
}
.p-top .t-facilities {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities {
    padding-bottom: 0;
  }
}
.p-top .t-facilities .bg-facilities {
  width: 100%;
  height: 550px;
  background: url(../img/top/bg_factory.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities .bg-facilities {
    height: 275px;
  }
}
.p-top .t-facilities .inner-facilities {
  margin-top: -50px;
  padding: 70px 48px 0 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities .inner-facilities {
    padding: 42px 30px 50px;
    margin-top: 0;
  }
}
.p-top .t-facilities .txt {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities .txt {
    line-height: 25px;
  }
}
.p-top .t-facilities table {
  width: 770px;
  margin: 39px auto 50px;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table {
    width: 100%;
    margin: 25px auto 27px;
  }
}
.p-top .t-facilities table tr {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table tr {
    display: block;
    width: 100%;
    position: relative;
  }
}
.p-top .t-facilities table th {
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table th {
    display: none;
  }
}
.p-top .t-facilities table th:last-child {
  text-align: right;
  padding-right: 40px;
}
.p-top .t-facilities table td {
  text-align: left;
  padding: 22px 17px 21px;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table td {
    padding: 6px 0 14px;
    line-height: 17.5px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table td:first-child {
    display: block;
    width: 100%;
    padding: 10px 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table td:nth-child(2) {
    padding: 6px 7px 14px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table td:nth-child(4) {
    padding: 6px 7px 14px 21px;
  }
}
.p-top .t-facilities table td:last-child {
  text-align: right;
  padding-right: 47px;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities table td:last-child {
    position: absolute;
    right: 24px;
    padding: 0;
    bottom: 13px;
  }
}
.p-top .t-facilities .c-buttom {
  width: 450px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top .t-facilities .c-buttom {
    width: 275px;
  }
}
.p-top .t-news .banner_trouble {
  max-width: 1081px;
  margin: auto auto 36px;
  display: block;
  transition: 0.3s all;
}
.p-top .t-news .banner_trouble:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .banner_trouble {
    margin: 0 -10px 17px;
  }
}

.p-top .t-news {
  background: #f5f5f5;
  padding: 64px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news {
    padding: 42px 30px 51px;
  }
}
.p-top .t-news .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .list-news {
    margin-top: 20px;
  }
}
.p-top .t-news .box {
  background: #ffffff;
  position: relative;
  padding: 39px 20px 28px;
  width: 300px;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .t-news .box:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-top .t-news .box:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.p-top .t-news .box:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .p-top .t-news .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-top .t-news .box:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-news .box {
    width: 100%;
    padding: 31px 20px 17px;
    margin-right: 0;
    margin-bottom: 15px;
    display: none;
  }
  .p-top .t-news .box:nth-child(1),
  .p-top .t-news .box:nth-child(2) {
    display: block;
  }
}
.p-top .t-news .box:nth-child(3n) {
  margin-right: 0;
}
.p-top .t-news .box .category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .t-news .box p {
  font-size: 1.4rem;
  line-height: 19px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .box p {
    font-size: 1.3rem;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
.p-top .t-news .box a {
  text-decoration: none;
  color: #2e2e2e;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .box a {
    line-height: 25px;
  }
}
.p-top .t-news .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}
.p-top .t-news .link-news {
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .link-news {
    margin-top: 5px;
  }
}
.p-top .t-news .link-news a {
  color: #004182;
  background: url(../img/common/icon_blue.svg) no-repeat right center;
  background-size: 27px 6px;
  padding-right: 38px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .link-news a {
    background: url(../img/common/icon_blue.svg) no-repeat right center;
    background-size: 21px 4px;
    padding-right: 25px;
  }
}
.p-top .t-news .banner {
  width: 100%;
  margin: 26px 0;
}
.p-top .t-news .banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top .t-news .banner ul li {
  width: 450px;
  margin: 10px 30px 0 0;
}
.p-top .t-news .banner ul li:nth-child(2n),
.p-top .t-news .banner ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .banner ul li {
    width: 100%;
    margin: 10px 0 0;
  }
}
.p-top .t-news .banner ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .t-news .banner ul li a img {
  width: 100%;
  height: auto;
}
.p-top .t-news .banner ul li a:hover {
  opacity: 0.6;
}
.p-top .t-news .list_buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .list_buttom {
    display: block;
  }
}
.p-top .t-news .list_buttom .c-buttom {
  margin: 29px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .list_buttom .c-buttom {
    margin: 24px auto 0;
  }
}
.p-top .t-news .boxmovie {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .boxmovie {
    margin-top: 40px;
  }
}
.p-top .t-news .boxmovie .t-title {
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .boxmovie .t-title {
    margin-bottom: 30px;
  }
}
.p-top .t-news .c-buttom {
  width: 450px;
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .c-buttom {
    width: 275px;
    margin: 25px auto 0;
  }
}
.p-top .t-blog {
  background: #f5f5f5;
  padding-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog {
    padding: 0 30px 45px;
  }
}
.p-top .t-blog .txt {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .txt {
    margin-top: 22px;
    line-height: 25px;
    text-align: left;
  }
}
.p-top .t-blog .list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog {
    margin-top: 13px;
    padding: 0 15px;
  }
}
.p-top .t-blog .list-blog .box {
  width: 300px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .t-blog .list-blog .box:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-top .t-blog .list-blog .box:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.p-top .t-blog .list-blog .box:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-top .t-blog .list-blog .box:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.p-top .t-blog .list-blog .box:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .box:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    display: none;
  }
  .p-top .t-blog .list-blog .box:first-child,
  .p-top .t-blog .list-blog .box:last-child {
    display: block;
  }
}
.p-top .t-blog .list-blog .box:nth-child(3n) {
  margin-right: 0;
}
.p-top .t-blog .list-blog .box.box-information {
  background: #46b9b0;
}
.p-top .t-blog .list-blog .box.box-information p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .box.box-information p {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
.p-top .t-blog .list-blog .box.box-information .ct-inner {
  padding: 18px 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .box.box-information .ct-inner {
    padding: 13px 20px 13px;
  }
}
.p-top .t-blog .list-blog .box.box-information .ct-inner a {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin-right: 14px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .box.box-information .ct-inner a {
    font-size: 1.3rem;
    margin-right: 0;
    margin-top: -2px;
  }
}
.p-top .t-blog .list-blog .box.box-information .ct-inner a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 22;
}
@media screen and (min-width: 768px) {
  .p-top .t-blog .list-blog .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-top .t-blog .list-blog .box:hover .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.p-top .t-blog .list-blog .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .img {
    height: 190px;
  }
}
.p-top .t-blog .list-blog .img .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.p-top .t-blog .list-blog .category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .t-blog .list-blog .ct-inner {
  padding: 20px 20px 27px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .ct-inner {
    padding: 13px 20px 8px;
  }
}
.p-top .t-blog .list-blog .ct-inner p {
  font-size: 1.4rem;
}
.p-top .t-blog .list-blog .ct-inner h3 {
  font-weight: normal;
  line-height: 24px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .list-blog .ct-inner h3 {
    line-height: 25px;
    margin-top: 2px;
  }
}
.p-top .t-blog .list-blog .ct-inner h3 a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-top .t-blog .list-blog .ct-inner h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}
.p-top .t-blog .link-blog {
  text-align: right;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .link-blog {
    margin-top: 5px;
  }
}
.p-top .t-blog .link-blog a {
  color: #004182;
  background: url(../img/common/icon_blue.svg) no-repeat right center;
  background-size: 27px 6px;
  padding-right: 38px;
}
@media screen and (max-width: 767px) {
  .p-top .t-blog .link-blog a {
    background: url(../img/common/icon_blue.svg) no-repeat right center;
    background-size: 21px 4px;
    padding-right: 25px;
  }
}
.p-top .t-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top .t-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top .t-banner .inner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.p-top .t-banner .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-top .t-banner .inner:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-banner .inner {
    width: 100%;
    height: 160px;
  }
}
.p-top .t-banner a {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 13px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-top .t-banner a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-top .t-banner a {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
.p-top .t-banner p {
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .t-banner p {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
.p-top .t-banner .bg_activity:before {
  background: url(../img/top/bg_activity.jpg) no-repeat center center;
  background-size: cover;
}
.p-top .t-banner .bg_recruit:before {
  background: url(../img/top/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
}

footer {
  background: #001e3e;
  padding: 63px 0 72px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer .homelink {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  footer .homelink {
    margin: 0 0 20px;
  }
}
footer.footer-form {
  background: #fff;
  padding: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer.footer-form {
    padding: 0 0 10px;
  }
}
footer.footer-form p {
  line-height: 19px;
  font-size: 1.4rem;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  footer.footer-form p {
    line-height: 15px;
    font-size: 1.1rem;
  }
}
footer .c-footer::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .c-footer {
    padding: 30px 30px 15px;
  }
}
footer .l-footer {
  width: 251px;
  float: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .l-footer {
    width: 100%;
    float: none;
    font-size: 1.3rem;
    text-align: center;
  }
}
footer .l-footer .f-logo {
  width: 188px;
  height: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .l-footer .f-logo {
    width: 169px;
    height: 32.5px;
    margin: 0 auto 17px;
  }
}
footer .l-footer .txt-tel {
  line-height: 24px;
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  footer .l-footer .txt-tel {
    line-height: 20px;
    margin: 3px 0 20px;
  }
}
footer .l-footer ul {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .l-footer ul {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .l-footer ul li:first-child {
  border-right: 1px solid #ffffff;
  padding-right: 25px;
  margin-right: 25px;
}
footer .l-footer ul li a {
  line-height: 17px;
  color: #fff;
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .l-footer .coppyright {
    margin-top: 34px;
    font-size: 1.2rem;
    line-height: 16.5px;
  }
}
footer .r-footer {
  float: right;
  width: calc(100% - 251px);
  padding-left: 70px;
}
footer .r-footer::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .r-footer {
    display: none;
  }
}
footer .r-footer a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
}
footer .r-footer > ul {
  float: left;
  margin-right: 52px;
}
footer .r-footer > ul:last-child {
  margin-right: 0;
  margin-top: -4px;
}
footer .r-footer > ul > li {
  margin-bottom: 15px;
}
footer .r-footer > ul > li > a {
  font-weight: bold;
  margin-bottom: 5px;
}
footer .r-footer > ul ul {
  padding-left: 13px;
  margin-top: 0px;
}
footer .r-footer > ul ul a {
  font-weight: normal;
  margin-bottom: 8px;
}
footer .r-footer .mt-menu {
  margin-top: 43px;
}
footer .r-footer .mt-menu2 {
  margin-top: -8px;
}
footer .list_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin: 25px 0 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  footer .list_banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 17px;
  }
}
footer .list_banner img {
  height: 90px;
  width: auto;
}

.c-mainvisual {
  text-align: center;
  height: 250px;
  margin-top: 80px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    height: 125px;
    margin-top: 55px;
    padding-top: 52px;
  }
}
.c-mainvisual h2 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.c-mainvisual h2 span {
  background: #fff;
  color: #002076;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 46px;
  width: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.33, 0.23, 0.99);
  transition: all 0.6s cubic-bezier(0.38, 0.33, 0.23, 0.99);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mainvisual h2 span {
    font-size: 1.6rem;
    line-height: 23px;
  }
}
.c-mainvisual h2 span span {
  padding: 0 11px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-mainvisual h2 span span {
    padding: 0 8px;
  }
}
.c-mainvisual.on h2 span {
  width: 100%;
}
.c-mainvisual.mainvisual-contact {
  background: url(../img/contact/ttlbg_form.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-contact h2 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-contact h2 {
    width: 183.5px;
  }
}
.c-mainvisual.mainvisual-contact h2 span span {
  padding: 0 13px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-contact h2 span span {
    padding: 0 8px;
  }
}
.c-mainvisual.mainvisual-recruit-entry {
  background: url(../img/recruit/ttlbg_form.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-recruit-entry h2 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-recruit-entry h2 {
    width: 133.5px;
  }
}
.c-mainvisual.mainvisual-recruit-entry h2 span span {
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-recruit-entry h2 span span {
    padding: 0 10px;
  }
}
.c-mainvisual.mainvisual-activity {
  background: url(../img/blog/ttlbg_about.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-activity h2 {
  width: 202px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-activity h2 {
    width: 116.5px;
  }
}
.c-mainvisual.mainvisual-activity h2 span span {
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-activity h2 span span {
    padding: 0 8px;
  }
}
.c-mainvisual.mainvisual-about {
  background: url(../img/about/ttlbg_about.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-about h2 {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-about h2 {
    width: 82px;
  }
}

.c-mainvisual.mainvisual-about h2 span span {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-about h2 span span {
    padding: 0 8px;
  }
}
.c-mainvisual.mainvisual-healthmgmt h2 {
  width: 295px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-healthmgmt h2 {
    width: 166px;
  }
}
.c-mainvisual.mainvisual-comic {
  background: url(../img/about/ttlbg_about.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-comic h2 {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-comic h2 {
    width: 200px;
  }
}
.c-mainvisual.mainvisual-comic h2 span span {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-comic h2 span span {
    padding: 0 8px;
  }
}
.c-mainvisual.mainvisual-greeting h2 {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-greeting h2 {
    width: 133px;
  }
}
.c-mainvisual.mainvisual-company h2 {
  width: 292px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-company h2 {
    width: 166px;
  }
}
.c-mainvisual.mainvisual-philosophy h2 {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-philosophy h2 {
    width: 82px;
  }
}
.c-mainvisual.mainvisual-history h2 {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-history h2 {
    width: 49px;
  }
}
.c-mainvisual.mainvisual-faq h2 {
  width: 207px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-faq h2 {
    width: 116px;
  }
}
.c-mainvisual.mainvisual-privacy h2 {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-privacy h2 {
    width: 182px;
  }
}
.c-mainvisual.mainvisual-topics h2 {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-topics h2 {
    width: 82px;
  }
}
.c-mainvisual.mainvisual-business {
  background: url(../img/business/ttlbg_business.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-factory {
  background: url(../img/business/ttlbg_business.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-factory h2 {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-factory h2 {
    width: 95px;
  }
  .c-mainvisual.mainvisual-factory h2 span span {
    padding: 0 6px 0 4px;
  }
}
.c-mainvisual.mainvisual-maintenance {
  background: url(../img/business/ttlbg_business.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-maintenance h2 {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-maintenance h2 {
    width: 177px;
  }
  .c-mainvisual.mainvisual-maintenance h2 span span {
    padding: 0 5px;
  }
}
.c-mainvisual.mainvisual-flow {
  background: url(../img/business/ttlbg_business.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-flow h2 {
  width: 202px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-flow h2 {
    width: 117px;
  }
}
.c-mainvisual.mainvisual-recruit {
  background: url(../img/recruit/ttlbg_about.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-recruit h2 {
  width: 152px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-recruit h2 {
    width: 79px;
  }
}
.c-mainvisual.mainvisual-recruit h2 span span {
  padding: 0 17px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-recruit h2 span span {
    padding: 0 6px;
  }
}
.c-mainvisual.mainvisual-products {
  background: url(../img/recruit/ttlbg_about.jpg) no-repeat center center;
  background-size: cover;
}
.c-mainvisual.mainvisual-products h2 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-products h2 {
    width: 97px;
  }
}
.c-mainvisual.mainvisual-products h2 span span {
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-products h2 span span {
    padding: 0 7px;
  }
}
.c-mainvisual.mainvisual-pamphlet h2 {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-pamphlet h2 {
    width: 114px;
  }
}
.c-mainvisual.mainvisual-sdg h2 {
  width: 256px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-sdg h2 {
    width: 146px;
  }
}
.c-mainvisual.mainvisual-youtube h2 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-youtube h2 {
    width: 92px;
  }
}
.c-mainvisual.mainvisual-voice h2 {
  width: 205px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-voice h2 {
    width: 115px;
  }
}

.c-mainvisual.mainvisual-about.mainvisual-trouble h2 {
  width: 263px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual.mainvisual-about.mainvisual-trouble h2 {
    width: 150px;
  }
}

.page-form {
  margin-top: 74px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-form {
    margin-top: 0;
    width: 100%;
    padding: 38px 30px 0;
    margin-bottom: 50px;
  }
}
.page-form .text,
.page-form .text1 {
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page-form .text,
  .page-form .text1 {
    text-align: left;
    line-height: 25px;
  }
}
.page-form .link_complete {
  text-align: center;
  color: #004182;
}
.page-form .text1 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .page-form .text1 {
    margin-bottom: 17px;
  }
}
.page-form .box-form {
  border: 2px solid #b7b7b7;
  text-align: center;
  max-width: 770px;
  margin: 24px auto 77px;
  padding: 20px 0 17px;
}
@media screen and (max-width: 767px) {
  .page-form .box-form {
    border: 1px solid #b7b7b7;
    margin: 17px 0 47px;
    padding: 15px 10px 13.5px;
  }
}
.page-form .box-form h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004182;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-form .box-form h2 {
    font-size: 1.3rem;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.page-form .box-form .tel_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-form .box-form .tel_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-form .box-form .tel_pc {
    display: none;
  }
}
.page-form .box-form .tel {
  font-size: 4.2rem;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .page-form .box-form .tel {
    font-size: 3rem;
    line-height: 36px;
  }
}
.page-form .box-form .tel span {
  font-size: 2.4rem;
  margin-right: 4.5px;
  position: relative;
  left: -5px;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .page-form .box-form .tel span {
    font-size: 1.9rem;
    margin-right: 8.5px;
    left: 0;
    top: 0;
  }
}
.page-form .box-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-form .box-form dl {
    display: block;
  }
}
.page-form .box-form dd {
  font-size: 1.4rem;
  line-height: 20px;
  text-align: left;
  position: relative;
  left: 11px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .page-form .box-form dd {
    font-size: 1.2rem;
    line-height: 16.5px;
    left: 0;
    top: 0;
    text-align: center;
  }
}
.page-form .title-ct {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  line-height: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page-form .title-ct {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 26px;
  }
}
.page-form .table_form {
  max-width: 770px;
  margin: auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .page-form .table_form {
    border-bottom: none;
  }
}
.page-form .table_form dl {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl {
    display: block;
    padding: 0 0 20px 0;
    border-top: 0;
  }
}
.page-form .table_form dl.dl-check {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl.dl-check {
    margin-top: 5px;
    margin-bottom: 11px;
  }
}
.page-form .table_form dl.dl-check dt {
  padding-top: 0;
}
.page-form .table_form dl.div-textarea dt {
  padding-top: 0;
  margin-top: -3px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl.div-textarea dt {
    margin-top: -4px;
    margin-bottom: 10px;
  }
}
.page-form .table_form dl.div-textarea dt span {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl.div-textarea dt span {
    top: 5px;
    margin-left: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl.div-textarea dd {
    padding-top: 6px;
  }
}
.page-form .table_form dl.div-textarea .txt_area {
  width: 510px;
  height: 217px;
  padding: 7px 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  resize: none;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl.div-textarea .txt_area {
    width: 100%;
    height: 206.5px;
  }
}
.page-form .table_form dl dt {
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 10px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl dt {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.page-form .table_form dl dt span {
  width: 45px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
  background-color: #b1aeaf;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl dt span {
    width: 36.5px;
    line-height: 18px;
    height: 18px;
    font-size: 1.1rem;
    margin-left: 12.5px;
    position: relative;
    top: 3px;
  }
}
.page-form .table_form dl dt span.hissu {
  background: #e0243b;
}
.page-form .table_form dl dd {
  width: calc(100% - 260px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-form .table_form dl dd {
    width: 100%;
  }
}
.page-form .table_form input[type="text"],
.page-form .table_form input[type="email"],
.page-form .table_form input[type="number"] {
  font-size: 1.6rem;
  padding: 7px 10px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .page-form .table_form input[type="text"],
  .page-form .table_form input[type="email"],
  .page-form .table_form input[type="number"] {
    font-size: 1.4rem;
    padding: 8.5px 15px;
  }
}
.page-form .table_form input[type="number"].ime_age {
  width: 78px;
  margin-right: 10px;
}
.page-form .table_form input[type="text"].ime_on1 {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form input[type="text"].ime_on1 {
    width: 100%;
  }
}
.page-form .table_form input[type="text"].ime_off2 {
  width: 187px;
  margin: 0 17px 0 12px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form input[type="text"].ime_off2 {
    width: 150px;
    margin: 0 0 0 6px;
  }
}
.page-form .table_form input[type="text"].ime_on_tell {
  width: 260px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form input[type="text"].ime_on_tell {
    width: 100%;
  }
}
.page-form .table_form ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
}
.page-form .table_form ::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
}
.page-form .table_form :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
}
.page-form .table_form ::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
}
.page-form .table_form ::placeholder {
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
}
.page-form .table_form :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.page-form .table_form ::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.page-form .table_form .tb-name dl {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .tb-name dl {
    margin-top: 20px;
  }
}
.page-form .table_form .tb-name dl:first-child {
  padding-bottom: 0;
}
.page-form .table_form .tb-name dl:last-child {
  border-top: 0;
  padding-top: 0;
}
.page-form .table_form .tb-name .ime_on {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .tb-name .ime_on {
    width: 100%;
  }
}
.page-form .table_form .txt1,
.page-form .table_form .txt-tell {
  font-size: 1.4rem;
  color: #2e2e2e;
  line-height: 20px;
  font-weight: normal;
  display: block;
  width: 210px;
  top: -1px;
  position: relative;
  position: absolute;
  padding-left: 13px;
}
.page-form .table_form .txt1 > br,
.page-form .table_form .txt-tell > br {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .txt1 > br,
  .page-form .table_form .txt-tell > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-form .table_form .txt1,
  .page-form .table_form .txt-tell {
    position: inherit;
    font-size: 1.1rem;
    width: 100%;
    top: 0;
    padding-left: 10px;
    margin-top: -1px;
  }
}
.page-form .table_form .txt1:before,
.page-form .table_form .txt-tell:before {
  content: "※";
  font-size: 1.4rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .txt1:before,
  .page-form .table_form .txt-tell:before {
    font-size: 1.1rem;
  }
}
.page-form .table_form .txt1 {
  left: 234px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .txt1 {
    left: auto;
    margin-bottom: 6px;
  }
}
.page-form .table_form .txt-tell {
  left: 279px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .txt-tell {
    display: none;
  }
}
.page-form .table_form .wrapp-address li {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .wrapp-address li {
    margin-bottom: 10px;
  }
}
.page-form .table_form .wrapp-address li:first-child .error {
  display: none;
}
.page-form .table_form .wrapp-address li:last-child {
  margin-bottom: 0;
}
.page-form .table_form .list-check {
  margin-bottom: 24px;
  position: relative;
}
.page-form .table_form .list-check::after {
  content: "";
  clear: both;
  display: block;
}
.page-form .table_form .list-check:last-of-type {
  margin-bottom: 0;
}
.page-form .table_form .list-check._row > li {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.page-form .table_form .list-check._row > li:last-of-type {
  margin-bottom: 0;
}
.page-form .table_form .list-check li {
  float: left;
  margin-right: 39px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .page-form .table_form .list-check li {
    float: none;
    margin-right: 0;
    margin-top: 14px;
  }
}
.page-form .table_form .list-check li:first-child span.error {
  display: none;
}
.page-form .table_form .list-check li span.error {
  position: absolute;
  left: 0;
  bottom: -22px;
}
.page-form .table_form .list-check input[type="checkbox"] {
  /* position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 2;
  cursor: pointer; */
  /* width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0; */

  appearance: none; /* ẩn giao diện mặc định */
  -webkit-appearance: none; /* Safari */
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.page-form .table_form .list-check input[type="checkbox"]:checked {
  background-color: #fff;
}
.page-form .table_form .list-check input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  transform: translate(-50%, -50%);
  /* width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); */
}
.page-form .table_form .list-check label {
  display: flex;
  gap: 5px;
}
.page-form
  .table_form
  .list-check
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:after {
  color: #000;
}
.page-form .table_form .list-check .mwform-checkbox-field-text {
  /* position: relative;
  padding-left: 32px; */
  cursor: pointer;
  line-height: 20px;
  color: #3a3a3a;
  pointer-events: auto;
  width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
  .page-form .table_form .list-check .mwform-checkbox-field-text {
    line-height: 25px;
    /* padding-left: 35px; */
  }
  .page-form .table_form .list-check input[type="checkbox"]:checked::after {
    font-size: 1.2rem;
  }
}
.page-form .table_form .list-check .mwform-checkbox-field-text:before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0;
  background: #fff;
  padding: 0 1px 2px;
  vertical-align: top;
  color: transparent;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .list-check .mwform-checkbox-field-text:before {
    width: 25px;
    height: 25px;
  }
}
.page-form .table_form .list-check .mwform-checkbox-field-text._error:before {
  background: rgba(255, 186, 186, 0.5);
}
.page-form .table_form .list-check .mwform-checkbox-field-text:after {
  /* content: "✔"; */
  position: absolute;
  top: 0;
  left: 4px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .page-form .table_form .list-check .mwform-checkbox-field-text:after {
    font-size: 1.5rem;
    left: 6px;
  }
}
.page-form .c-check {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .page-form .c-check {
    padding-left: 35px;
  }
}
.page-form .c-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-form .c-check input:checked ~ .checkmark:after {
  display: block;
}
.page-form .c-check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 767px) {
  .page-form .c-check .checkmark {
    width: 25px;
    height: 25px;
    top: 0;
  }
}
.page-form .c-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-form .c-check .checkmark:after {
    width: 7px;
    left: 8px;
    height: 13px;
  }
}
.page-form .font_text {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 37px;
  color: #4a4a4a;
  letter-spacing: 0.05em;
}
.page-form .font_text > br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-form .font_text > br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-form .font_text {
    margin-top: 0px;
    margin-bottom: 27px;
    line-height: 22px;
  }
}
.page-form .font_text a {
  color: #005dac;
}
.page-form .f-check_text {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-form .f-check_text {
    margin: auto auto 28px;
  }
}
.page-form .check_text {
  max-width: 650px;
  background: #ededed;
  text-align: center;
  padding: 23px;
  margin: auto;
}
.page-form .check_text.check_text_error {
  background: rgba(255, 186, 186, 0.5);
}
.page-form
  .check_text.check_text_error
  .mwform-checkbox-field-text._error:before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-form .check_text {
    padding: 11px 20px;
    text-align: left;
  }
}
.mwform-checkbox-field
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text::after {
  color: #000;
}
.page-form .check_text label {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.page-form .check_text input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.page-form .check_text input[type="checkbox"]:checked {
  background: #ffff;
}
.page-form .check_text input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  transform: translate(-50%, -50%);
}
.page-form .check_text .mwform-checkbox-field-text {
  position: relative;
  /* padding-left: 32px; */
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #3a3a3a;
  width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
  .page-form .check_text .mwform-checkbox-field-text {
    line-height: 25px;
    /* padding-left: 35px; */
  }
  .page-form .check_text input[type="checkbox"]:checked::after {
    font-size: 1.2rem;
  }
  .page-form .check_text label {
    align-items: flex-start;
  }
}
.page-form .check_text .mwform-checkbox-field-text:before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0;
  background: #fff;
  padding: 0 1px 2px;
  vertical-align: top;
  color: transparent;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .page-form .check_text .mwform-checkbox-field-text:before {
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
  }
}
.page-form .check_text .mwform-checkbox-field-text._error:before {
  background: rgba(255, 186, 186, 0.5);
}
.page-form .check_text .mwform-checkbox-field-text:after {
  /* content: "✔"; */
  position: absolute;
  top: 0;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .page-form .check_text .mwform-checkbox-field-text:after {
    font-size: 1.5rem;
    left: 6px;
    top: 50%;
    margin-top: -13px;
  }
}
.page-form .check_text .c-check {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-form .check_text .c-check .checkmark {
    top: 13px;
  }
}
.page-form .wrapp-btn {
  text-align: center;
}
.page-form .bnt-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-form .bnt-formcontact {
  width: 350px;
  height: 70px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-form .bnt-formcontact {
    width: 100%;
    max-width: 285px;
    height: 53px;
    background: #6eb946 url(../img/common/icon.svg) no-repeat right 11px center;
    background-size: 21.5px 4.5px;
  }
}
.page-form .bnt-formcontact:hover:before {
  left: 0;
}
.page-form .bnt-formcontact input[name="submitConfirm"] {
  pointer-events: auto;
}
.page-form .bnt-formcontact:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3d9a0b;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.page-form .bnt-formcontact:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6eb946;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -11;
}
.page-form .bnt-formcontact.disabled {
  background: #a5a5a5;
}
.page-form .bnt-formcontact.disabled:before,
.page-form .bnt-formcontact.disabled:after {
  content: none;
}
.page-form .bnt-formcontact.disabled input[name="submitConfirm"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-form .bnt-formcontact.disabled .btn-submit {
    background-color: #a5a5a5;
  }
}
.page-form .btn-submit {
  width: 350px;
  height: 70px;
  margin: auto;
  background: url(../img/common/icon.svg) no-repeat right 20.6px center;
  background-size: 27.4px 6.12px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.page-form .btn-submit:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6eb946;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -11;
}
.page-form .btn-submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3d9a0b;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.page-form input:disabled {
  background-color: #a5a5a5;
}
.page-form input[disabled] {
  background-color: #a5a5a5;
}
.page-form input[disabled]:before,
.page-form input[disabled]:after {
  content: none;
}
.page-form .btn-submit {
  width: 350px;
  height: 70px;
  margin: auto;
  background: url(../img/common/icon.svg) no-repeat right 20.6px center;
  background-size: 27.4px 6.12px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-form .btn-submit:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6eb946;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -11;
}
.page-form .btn-submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-form .btn-submit:hover:before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-form .btn-submit {
    width: 100%;
    max-width: 285px;
    height: 53px;
    background: #6eb946 url(../img/common/icon.svg) no-repeat right 11px center;
    background-size: 21.5px 4.5px;
  }
}
.page-form button:disabled,
.page-form button[disabled] {
  background-color: #a5a5a5;
}
.page-form button[disabled]:before,
.page-form button[disabled]:after {
  content: none;
}

.page-form span.error {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e0243b;
  line-height: 19px;
  margin-top: 5px;
}
.page-form .f-check_text .span.error {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e0243b;
  line-height: 19px;
  margin-top: 5px;
}
.page-form .img_download {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 24px auto 40px;
}
@media screen and (max-width: 767px) {
  .page-form .img_download {
    max-width: 315px;
    margin: 20px auto;
  }
}
.page-form .btn_download {
  max-width: 450px;
  display: block;
  width: 100%;
  height: auto;
  margin: 60px auto 112px;
}
@media screen and (max-width: 767px) {
  .page-form .btn_download {
    max-width: 315px;
    margin: 30px auto 72px;
  }
}
.page-form input._error,
.page-form textarea._error {
  background: rgba(255, 186, 186, 0.5);
}
.page-form .age {
  position: absolute;
  left: 88px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .page-form.page-complete {
    min-height: 561px;
  }
}
.page-form.page-complete .title-ct {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-form.page-complete .title-ct {
    margin-bottom: 23px;
  }
}
.page-form.page-complete .text {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page-form.page-complete .text {
    line-height: 25px;
  }
}
.page-form.page-complete .box-form {
  margin: 36px auto 56px;
}
@media screen and (max-width: 767px) {
  .page-form.page-complete .box-form {
    margin: 20px auto 34px;
  }
}
.page-form.page-complete .link {
  text-align: center;
  color: #004182;
}
.page-form.page-error .table_form input[type="text"],
.page-form.page-error .table_form input[type="number"],
.page-form.page-error .table_form input[type="email"] {
  background: rgba(255, 186, 186, 0.5);
}
.page-form.page-error .table_form dl.div-textarea .txt_area {
  background: rgba(255, 186, 186, 0.5);
}
.page-form.page-error .c-check .checkmark {
  background: rgba(255, 186, 186, 0.5);
}
.page-form.page-error .check_text {
  background: rgba(255, 186, 186, 0.5);
}
.page-form.page-error .check_text .c-check .checkmark {
  background: #fff;
}
.page-form.page-entry .title-ct {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .title-ct {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form dl.div-textarea {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form dl.div-textarea dt span {
    top: 0;
    margin-left: 12.5px;
  }
}
.page-form.page-entry .table_form input[type="radio"] {
  display: none;
}
.page-form.page-entry
  .table_form
  input[type="radio"]:checked
  + .mwform-radio-field-text:after {
  background: #000;
}
.page-form.page-entry .table_form .mwform-radio-field-text {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .mwform-radio-field-text {
    line-height: 25px;
    padding-left: 35px;
  }
}
.page-form.page-entry .table_form .mwform-radio-field-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .mwform-radio-field-text:before {
    width: 25px;
    height: 25px;
  }
}
.page-form.page-entry .table_form .mwform-radio-field-text._error:before {
  background: rgba(255, 186, 186, 0.5);
}
.page-form.page-entry .table_form .mwform-radio-field-text:after {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .mwform-radio-field-text:after {
    font-size: 1.5rem;
    left: 6px;
  }
}
.page-form.page-entry .table_form .radio-sex dt {
  padding-top: 0;
}
.page-form.page-entry .table_form .radio-sex ul {
  position: relative;
  margin-bottom: 24px;
}
.page-form.page-entry .table_form .radio-sex ul::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .radio-sex ul {
    margin-top: 15px;
  }
}
.page-form.page-entry .table_form .radio-sex li {
  line-height: 21px;
  float: left;
  margin-right: 39px;
}
.page-form.page-entry .table_form .radio-sex li:first-child .error {
  display: none;
}
.page-form.page-entry .table_form .radio-sex li span.error {
  position: absolute;
  left: 0;
  bottom: -22px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .radio-sex li {
    margin-right: 30px;
    line-height: 23px;
    float: none;
    margin-bottom: 10px;
  }
  .page-form.page-entry .table_form .radio-sex li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .table_form .div-textarea dd {
    padding-top: 0;
  }
}
.page-form.page-entry .upload-file dl:first-child {
  padding-bottom: 17px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .upload-file dl:first-child {
    padding-top: 0;
    margin-top: -7px;
  }
}
.page-form.page-entry .upload-file dl:last-child {
  padding-top: 0;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .upload-file dl:last-child {
    padding-bottom: 26px;
  }
}
.page-form.page-entry .upload-file dl dt {
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .upload-file dl dt {
    margin-bottom: 12px;
  }
}
.page-form.page-entry .upload-file._error dl:first-child {
  margin-bottom: 25px;
}
.page-form.page-entry .upload-file._error dl:last-child {
  margin-bottom: 24px;
}
.page-form.page-entry .upload-file._error dl .error {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .upload-file._error dl .error {
    margin-top: 31px;
  }
}
.page-form.page-entry .c-rows__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-form.page-entry .c-rows__file input[type="file"] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.page-form.page-entry .c-rows__file div.testfile {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .c-rows__file div.testfile {
    height: 49px;
  }
}
.page-form.page-entry .c-rows__file div.inbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .c-rows__file div.inbox {
    font-size: 1.3rem;
    width: 185px;
  }
}
.page-form.page-entry .c-rows__file div.inbox.dragover {
  background-color: #aaa;
}
.page-form.page-entry .c-rows__file .filename {
  margin-left: 23px;
  display: inline-block;
  width: calc(100% - 151px);
  overflow: hidden;
  position: absolute;
  left: 151px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .page-form.page-entry .c-rows__file .filename {
    width: calc(100% - 185px);
    left: 185px;
    top: 9px;
    margin-left: 15px;
  }
}
.page-form .mw_wp_form_confirm .bnt-formcontact.disabled {
  background: none;
}
.page-form .mw_wp_form_confirm .bnt-formcontact.disabled:before,
.page-form .mw_wp_form_confirm .bnt-formcontact.disabled:after {
  content: "";
}
.page-form
  .mw_wp_form_confirm
  .bnt-formcontact.disabled
  input[name="submitConfirm"] {
  pointer-events: auto;
}
.page-form .mw_wp_form_confirm .bnt-formcontact.disabled .btn-submit {
  background-color: #6eb946;
}
.page-form .mw_wp_form_confirm .table_form .txt1,
.page-form .mw_wp_form_confirm .table_form .txt-tell {
  display: none;
}
.page-form .mw_wp_form_confirm .age {
  position: inherit;
  top: auto;
  left: auto;
}
.page-form .mw_wp_form_confirm .c-rows__file div.inbox {
  display: none;
}

.c-breadcrumb {
  padding-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 13px 15px 0;
    font-size: 1.1rem;
  }
}
.c-breadcrumb a {
  color: #004182;
}
.c-breadcrumb .breadcrumb {
  white-space: nowrap;
  overflow: auto;
}

.bnt-menu {
  display: none;
  width: 65px;
  height: 65px;
  background: #004182;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 53px;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnt-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.bnt-menu .bnt-close {
  display: none;
}
.bnt-menu.is-active {
  background: #fff;
  color: #004182;
}
.bnt-menu.is-active .bnt-open {
  display: none;
}
.bnt-menu.is-active .bnt-close {
  display: block;
}
.bnt-menu.is-active span {
  width: 30px;
}
.bnt-menu.is-active span:before {
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #004182;
}
.bnt-menu.is-active span:after {
  top: -2px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #004182;
}
.bnt-menu span {
  width: 25px;
  height: 2px;
  position: relative;
  background: #fff;
  display: block;
  margin-top: 24px;
}
.bnt-menu span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 0;
}
.bnt-menu span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.bnt-menu p {
  font-size: 1.2rem;
  line-height: 16px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.pageup {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #004182 url(../img/common/pagetop.png) no-repeat center center;
  background-size: 27px 15px;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.pageup.show {
  opacity: 1;
}
.pageup.absolute {
  top: -70px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pageup.absolute {
    top: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .pageup:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pageup {
    display: block;
    width: 100%;
    height: auto;
    position: inherit;
    right: auto;
    bottom: auto;
    background: #004182;
    opacity: 1;
  }
}
.pageup a {
  display: none;
}
@media screen and (max-width: 767px) {
  .pageup a {
    text-indent: inherit;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    line-height: 17.5px;
  }
}

.ct-page {
  background: #f5f5f5;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ct-page {
    padding-bottom: 50px;
  }
}

.banner-contact {
  background: #fff;
  padding: 49px 0 50px;
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .banner-contact {
    padding: 33px 25px 40px;
  }
}
.banner-contact h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #004182;
  line-height: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .banner-contact h2 {
    font-size: 1.8rem;
    line-height: 27px;
  }
}
.banner-contact .inner {
  border: 2px solid #005c98;
  padding: 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner {
    border: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
  }
}
.banner-contact .inner .tell {
  margin-top: -6px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .tell {
    width: 100%;
    border: 1.5px solid #b7b7b7;
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner-contact .inner .tell a {
    text-decoration: none;
  }
}
.banner-contact .inner .tell p {
  font-size: 3rem;
  color: #004182;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .tell p {
    font-size: 2rem;
    line-height: 36px;
    color: #2e2e2e;
  }
}
.banner-contact .inner .tell span {
  font-size: 1.6rem;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .tell span {
    font-size: 1.4rem;
    margin-right: 8.5px;
  }
}
.banner-contact .inner .tell .time {
  font-size: 1.4rem;
  text-align: center;
  line-height: 19px;
  margin-left: -12px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .tell .time {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: -3px;
  }
}
.banner-contact .inner .tell .txt-tell span {
  position: relative;
  top: -1px;
}
.banner-contact .inner .bnt-contact {
  width: 290px;
  height: 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: #6eb946;
}
.banner-contact .inner .bnt-contact::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3d9a0b;
  z-index: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.banner-contact .inner .bnt-contact._note::before {
  background-color: #0c3665;
}
@media screen and (min-width: 768px) {
  .banner-contact .inner .bnt-contact:hover a {
    background: url(../img/common/icon.svg) no-repeat right 5px center;
    background-size: 27px 6px;
  }
  .banner-contact .inner .bnt-contact:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .bnt-contact {
    width: 100%;
    height: 65px;
    background: #6eb946;
  }
}
.banner-contact .inner .bnt-contact a {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 22px 30px 24px 0;
  display: block;
  position: relative;
  z-index: 2;
  background: url(../img/common/icon.svg) no-repeat right 15.5px center;
  background-size: 27px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .bnt-contact a {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
.banner-contact .inner .bnt-contact .icon {
  width: 21px;
  height: 15px;
  margin-right: 10px;
  -webkit-transform: translate(-2px, 2.5px);
  transform: translate(-2px, 2.5px);
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .bnt-contact .icon {
    width: 17.5px;
    height: 13px;
    margin-right: 6px;
  }
}
.banner-contact .inner .bnt-contact._note {
  background-color: #064182;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .bnt-contact._note {
    margin-top: 10px;
  }
}
.banner-contact .inner .bnt-contact._note .icon {
  width: 21px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .banner-contact .inner .bnt-contact._note .icon {
    width: 19px;
    -webkit-transform: translate(-2px, 3px);
    transform: translate(-2px, 3px);
  }
}

.p-activity {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-activity {
    margin-top: 33px;
    padding: 0 30px;
  }
}
.p-activity h2 {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 36px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-activity h2 {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.p-activity .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-activity .txt {
    text-align: left;
    line-height: 25px;
  }
}
.p-activity .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-activity .list-item {
    padding: 0 15px;
    margin-top: 20px;
  }
}
.p-activity .list-item li {
  width: 300px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-activity .list-item li:hover {
    background: #004182;
    color: #fff;
  }
  .p-activity .list-item li:hover .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .p-activity .list-item li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-activity .list-item li:nth-child(3n) {
  margin-right: 0;
}
.p-activity .list-item li .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-activity .list-item li .img {
    height: 190px;
  }
}
.p-activity .list-item li .img .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.p-activity .list-item li .category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-activity .list-item li .ct-inner {
  padding: 20px 20px 27px;
}
@media screen and (max-width: 767px) {
  .p-activity .list-item li .ct-inner {
    padding: 13px 20px 11px;
  }
}
.p-activity .list-item li .ct-inner p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-activity .list-item li .ct-inner p {
    font-size: 1.3rem;
  }
}
.p-activity .list-item li .ct-inner h3 {
  font-weight: normal;
  line-height: 24px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-activity .list-item li .ct-inner h3 {
    line-height: 25px;
    margin-top: 2px;
  }
}
.p-activity .list-item li .ct-inner a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-activity .list-item li .ct-inner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 33;
}
.p-activity .total {
  text-align: center;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-activity .total {
    margin-top: 23px;
  }
}
.p-activity .wp-pagenavi {
  margin: 15px auto -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-activity .wp-pagenavi {
    width: 212.5px;
    margin: 16px auto -6px;
  }
}
.p-activity .wp-pagenavi a,
.p-activity .wp-pagenavi span {
  width: 36px;
  height: 40px;
  line-height: 38px;
  display: block;
  border: 1px solid #b7b7b7;
  background: #fff;
  text-decoration: none;
  text-align: center;
  margin: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-activity .wp-pagenavi a:hover,
  .p-activity .wp-pagenavi span:hover {
    background: #004182;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-activity .wp-pagenavi a,
  .p-activity .wp-pagenavi span {
    width: 35px;
    height: 45px;
    line-height: 45px;
    margin: 6px 3.75px;
  }
}
.p-activity .wp-pagenavi .prevpostslink {
  position: absolute;
  left: -52px;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .p-activity .wp-pagenavi .prevpostslink {
    margin: 6px 0;
  }
}
.p-activity .wp-pagenavi .nextpostslink {
  position: absolute;
  right: -52px;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .p-activity .wp-pagenavi .nextpostslink {
    margin: 6px 0;
  }
}
.p-activity .wp-pagenavi .current {
  background: #004182;
  color: #fff;
}

.post__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post__image-container.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.post__image-container.compat-object-fit img {
  opacity: 0;
}

.category {
  width: auto;
  min-width: 80px;
  padding-right: 8px;
  padding-left: 8px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
  z-index: 999;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .category {
    font-size: 1.1rem;
    min-width: 75px;
    height: 21px;
    line-height: 21px;
  }
}
.category.yellow {
  background: #ff9300;
}
.category.sdgs {
  background: #ff9300;
}
.category.gray {
  background: #9f9f9f;
}
.category.blue {
  background: #2a649f;
}
.category.green {
  background: #6eb946;
}
.category.sky {
  background: #00b9eb;
}
.category.healthmgmt {
  background: #fa6481;
}

.section-bnt {
  border: 2px solid #004182;
  text-align: center;
  width: 450px;
  height: 70px;
  background: #fff url(../img/common/icon_blue.svg) no-repeat right 18.5px
    center;
  background-size: 27.5px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section-bnt:hover {
    background: #fff url(../img/common/icon_blue.svg) no-repeat right 8.5px
      center;
    background-size: 27.5px 6px;
  }
}
@media screen and (max-width: 767px) {
  .section-bnt {
    max-width: 275px;
    width: 100%;
    height: 50px;
    border: 1px solid #004182;
    background: #fff url(../img/common/icon_blue.svg) no-repeat right 10px
      center;
    background-size: 20px 5px;
  }
}
.section-bnt a {
  color: #004182;
  text-decoration: none;
  line-height: 66px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-bnt a {
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-activity-detail {
    background: #fff;
  }
}
.p-activity-detail .inner-activity-detail {
  background: #fff;
  padding: 50px 60px 60px;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .inner-activity-detail {
    padding: 0 30px 0;
    margin-top: 35px;
  }
}
.p-activity-detail .title {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 17px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .title {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
}
.p-activity-detail .title p {
  font-size: 1.5rem;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .title p {
    font-size: 1.1rem;
    line-height: 15px;
  }
}
.p-activity-detail .title h3 {
  font-size: 2.4rem;
  line-height: 32px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .title h3 {
    font-size: 1.8rem;
    line-height: 24px;
    margin-top: 1.5px;
    padding-left: 17px;
  }
}
.p-activity-detail .ct-detail {
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .ct-detail {
    padding-bottom: 50px;
  }
}
.p-activity-detail .ct-detail h4 {
  margin-top: 36px;
  font-size: 2rem;
  margin-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .ct-detail h4 {
    margin-top: 15px;
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.p-activity-detail .ct-detail p {
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .ct-detail p {
    line-height: 25px;
  }
}
.p-activity-detail .ct-detail img {
  max-width: 600px;
  max-height: 400px;
  width: 100%;
  margin: 47px auto 4px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .ct-detail img {
    margin: 25px auto 18px;
    display: block;
  }
}
.p-activity-detail .bnt-detail {
  margin-top: 41px;
}
.p-activity-detail .bnt-detail::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .bnt-detail {
    margin-top: 28px;
  }
}
.p-activity-detail .bnt-detail a {
  color: #004182;
}
.p-activity-detail .bnt-detail .bnt-prev {
  float: left;
  background: url(../img/common/icon_blue_prev.svg) no-repeat left center;
  background-size: 28px 6px;
  padding-left: 41px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-activity-detail .bnt-detail .bnt-prev:hover {
    background: url(../img/common/icon_green_prev.svg) no-repeat left center;
    background-size: 28px 6px;
  }
  .p-activity-detail .bnt-detail .bnt-prev:hover a {
    color: #6eb946;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-activity-detail .bnt-detail .bnt-prev {
    width: 100%;
    background: url(../img/common/icon_blue_prev.svg) no-repeat left center;
    background-size: 20px 4.5px;
    padding-left: 32px;
  }
}
.p-activity-detail .bnt-detail .bnt-next {
  float: right;
  width: 320px;
  background: url(../img/common/icon_blue.svg) no-repeat right top 8px;
  background-size: 28px 6px;
  padding-right: 41px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-activity-detail .bnt-detail .bnt-next:hover {
    background: url(../img/common/icon_green.svg) no-repeat right top 8px;
    background-size: 28px 6px;
  }
  .p-activity-detail .bnt-detail .bnt-next:hover a {
    color: #6eb946;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-activity-detail .bnt-detail .bnt-next {
    width: 80%;
    background: url(../img/common/icon_blue.svg) no-repeat right top 8px;
    background-size: 20px 4.5px;
    padding-right: 32px;
    margin-top: 23px;
  }
}
.p-activity-detail .bnt-detail .bnt-next a {
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .bnt-detail .bnt-next a {
    line-height: 25px;
  }
}
.p-activity-detail .section-bnt {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-activity-detail .section-bnt {
    margin: 36px auto 0;
  }
}

.p-about .about-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-about .about-movie {
    width: calc(100% - 60px);
    height: auto;
    margin: 34px 30px 0;
  }
}
.p-about .about-movie .movie-box {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-about .about-movie .movie-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-about .inner-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .p-about .inner-about {
    margin: 34px 30px 0;
  }
}
.p-about .inner-about .box {
  width: calc(50% - 1.5px);
  margin-right: 3px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about .inner-about .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-about .inner-about .box:last-child {
    margin-bottom: 0;
  }
}
.p-about .inner-about .box:nth-child(2n) {
  margin-right: 0;
}
.p-about .inner-about .box:before {
  content: "";
  width: 0;
  height: 100%;
  background: #004182;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about .inner-about .box:hover .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .p-about .inner-about .box:hover a {
    color: #fff;
    background: url(../img/about/icon_w.png) no-repeat right 10px center;
    background-size: 27.4px auto;
  }
  .p-about .inner-about .box:hover:before {
    width: 100%;
  }
}
.p-about .inner-about .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-about .inner-about .img {
    height: 176.5px;
  }
}
.p-about .inner-about .img .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.p-about .inner-about a {
  padding: 19px 10px 20px;
  display: block;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/about/icon_bl.png) no-repeat right 10px center;
  background-size: 27.4px auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about .inner-about a {
    padding: 16px 15px;
    line-height: 18.5px;
    background: url(../img/about/icon_bl.png) no-repeat right 10px center;
    background-size: 20px auto;
  }
}
.p-about .inner-about a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

.c-about {
  margin-top: 79px;
  margin-bottom: 120px;
}
.c-about::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-about {
    margin: 34px 30px 50px;
    width: auto;
  }
}
.c-about .c-content-left {
  width: 100%;
  max-width: 640px;
  float: left;
}
@media screen and (max-width: 767px) {
  .c-about .c-content-left {
    float: none;
  }
}
.c-about .sidebar {
  width: 100%;
  max-width: 230px;
  float: right;
}
@media screen and (max-width: 767px) {
  .c-about .sidebar {
    max-width: none;
    float: none;
    margin-top: 49px;
  }
}
.c-about .sidebar h3 {
  color: #fff;
  background: #004182;
  line-height: 21px;
  padding: 15px 14px 14px;
}
@media screen and (max-width: 767px) {
  .c-about .sidebar h3 {
    line-height: 18.5px;
    padding: 10px;
    text-align: center;
  }
}
.c-about .sidebar ul a {
  display: block;
  padding: 20px 14px;
  line-height: 19px;
  text-decoration: none;
  color: #2e2e2e;
  font-size: 1.4rem;
  border-bottom: 1px solid #b7b7b7;
  background: url(../img/about/icon_bl.png) no-repeat right 10px center;
  background-size: 27.4px auto;
}
@media screen and (min-width: 768px) {
  .c-about .sidebar ul a:hover {
    background: #f5f5f5 url(../img/about/icon_bl.png) no-repeat right 10px
      center;
    background-size: 27.4px auto;
  }
}
.c-about .sidebar ul a.active {
  background: #f5f5f5 url(../img/about/icon_bl.png) no-repeat right 10px center;
  background-size: 27.4px auto;
}
@media screen and (max-width: 767px) {
  .c-about .sidebar ul a.active {
    background: #f5f5f5 url(../img/about/icon_bl.png) no-repeat right 10px
      center;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-about .sidebar ul a {
    padding: 15.5px;
    line-height: 18.5px;
    background: url(../img/about/icon_bl.png) no-repeat right 10px center;
    background-size: 20px auto;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    text-align: center;
  }
}
.c-about .form-table {
  width: 100%;
  border: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .c-about .form-table {
    display: block;
  }
  .c-about .form-table tbody {
    display: block;
    width: 100%;
  }
}
.c-about .form-table tr {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .c-about .form-table tr {
    display: block;
    width: 100%;
  }
  .c-about .form-table tr:last-child {
    border-bottom: none;
  }
}
.c-about .form-table th {
  width: 150px;
  background: #f5f5f5;
  padding: 19px 30px;
  font-weight: bold;
  vertical-align: top;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .c-about .form-table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding: 8px 16px;
    line-height: 19px;
  }
}
.c-about .form-table td {
  padding: 19px 25px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .c-about .form-table td {
    display: block;
    width: 100%;
    padding: 15px 16px;
    line-height: 18.5px;
  }
}
.c-about .form-table td li {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .c-about .form-table td li {
    margin-bottom: 5.5px;
  }
}
.c-about .form-table td li:last-child {
  margin-bottom: 0;
}
.c-about .title {
  font-size: 2.8rem;
  line-height: 37px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-about .title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
  }
}

.p-greeting .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-greeting .title {
  margin: 47px 0 27px;
}
@media screen and (max-width: 767px) {
  .p-greeting .title {
    margin: 38px 0 18px;
  }
}
.p-greeting .txt {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-greeting .txt {
    line-height: 25px;
  }
}
.p-greeting .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 88px;
  margin-right: -21px;
}
@media screen and (max-width: 767px) {
  .p-greeting .name {
    margin-top: 65px;
    margin-right: 0;
  }
}
.p-greeting .name p {
  letter-spacing: 0.05em;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-greeting .name p {
    margin-right: 10px;
  }
}
.p-greeting .name img {
  width: 178px;
}
@media screen and (max-width: 767px) {
  .p-greeting .name img {
    width: 124.5px;
  }
}

.p-company {
  margin-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-bottom: 50px;
  }
}
.p-company .c-content-left {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-company .c-content-left {
    margin-top: 0;
  }
}
.p-company .map {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-company .map {
    margin-top: 37px;
  }
}
.p-company .map .map-iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-company .map .map-iframe {
    display: none;
  }
}
.p-company .map h4 {
  font-size: 2.2rem;
  line-height: 30px;
  margin: 32px 0 12px;
}
@media screen and (max-width: 767px) {
  .p-company .map h4 {
    font-size: 1.6rem;
    line-height: 21.5px;
    margin: 0 0 11px;
  }
}
.p-company .map p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-company .map p {
    line-height: 25px;
  }
}
.p-company .map a {
  background: url(../img/about/ico_pin.png) no-repeat left center;
  background-size: 12px auto;
  padding-left: 18px;
  letter-spacing: 0.1em;
  color: #004182;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company .map a {
    background: url(../img/about/ico_pin.png) no-repeat left center;
    background-size: 10px auto;
    padding-left: 15px;
    margin-top: 5px;
  }
}
.p-company .vehicle {
  border-top: 1px solid #b7b7b7;
  padding-top: 45px;
  margin-top: 50px;
}
.p-company .vehicle::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle {
    padding-top: 20px;
    margin-top: 22px;
    margin-bottom: -1px;
  }
}
.p-company .vehicle h4 {
  font-size: 1.8rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle h4 {
    font-size: 1.5rem;
    margin: 0 0 3px;
  }
}
.p-company .vehicle p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle p {
    line-height: 25px;
  }
}
.p-company .vehicle .bycar {
  width: 260px;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle .bycar {
    width: 100%;
    float: none;
  }
}
.p-company .vehicle .bycar h4 {
  background: url(../img/about/ico_car.png) no-repeat left center;
  background-size: 28px auto;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle .bycar h4 {
    background: url(../img/about/ico_car.png) no-repeat left center;
    background-size: 21px auto;
    padding-left: 27px;
  }
}
.p-company .vehicle .bybus {
  width: 274px;
  float: left;
  margin-left: 103px;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle .bybus {
    width: 100%;
    margin-left: 0;
    margin-top: 17px;
  }
}
.p-company .vehicle .bybus h4 {
  background: url(../img/about/ico_train.png) no-repeat left center;
  background-size: 15px auto;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-company .vehicle .bybus h4 {
    background: url(../img/about/ico_train.png) no-repeat left 5px center;
    background-size: 13px auto;
    padding-left: 28px;
  }
}
.p-company .vehicle .bybus a {
  color: #004182;
}

.p-philosophy {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    margin-top: 34px;
  }
}
.p-philosophy .sidebar {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .sidebar {
    margin-top: 50px;
  }
}
.p-philosophy .text {
  border: 2px solid rgba(183, 183, 183, 0.5);
  padding: 22px 30px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .text {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-right: none;
    border-left: none;
    padding: 23px 10px 18px;
    margin-bottom: 23px;
  }
}
.p-philosophy .text p {
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .text p {
    line-height: 25px;
  }
}
.p-philosophy .text p:last-child {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .text p:last-child {
    margin-top: 10px;
  }
}
.p-philosophy .text ul {
  padding-left: 19px;
}
.p-philosophy .text li {
  list-style-type: decimal;
  line-height: 36px;
  font-weight: bold;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .text li {
    line-height: 25px;
    padding-left: 5px;
  }
}
.p-philosophy p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-philosophy p {
    line-height: 25px;
  }
}
.p-philosophy .philosophy02 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 {
    margin-top: 47px;
  }
}
.p-philosophy .philosophy02 > h4 {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 > h4 {
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 20px;
  }
}
.p-philosophy .philosophy02 > p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 > p {
    font-size: 1.4rem;
    line-height: 1.78;
    margin-top: 10px;
  }
}
.p-philosophy .philosophy02 > img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(183, 183, 183, 0.5);
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 > img {
    border-width: 1px;
  }
}
.p-philosophy .philosophy02 .text {
  padding: 21px 30px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 .text {
    padding: 23px 10px 18px;
    margin-bottom: 21px;
  }
}
.p-philosophy .philosophy02 .list-dics {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 .list-dics {
    padding-left: 18px;
  }
}
.p-philosophy .philosophy02 .list-dics li {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 6px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .philosophy02 .list-dics li {
    margin-bottom: 27px;
    padding-left: 2px;
    line-height: 25px;
  }
}
.p-philosophy .philosophy02 .list-dics li:last-child {
  margin-bottom: 0;
}

.p-history .c-content-left {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-history .c-content-left {
    margin-top: 0;
  }
}
.p-history .form-table th span {
  display: block;
  color: rgba(46, 46, 46, 0.5);
  font-size: 1.4rem;
  line-height: 19px;
  margin-top: 2px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-history .form-table th span {
    font-size: 1.3rem;
    line-height: 18px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
}
.p-history .form-table td {
  padding: 15px 20px 15px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-history .form-table td {
    padding: 12px 15px;
  }
}
.p-history .form-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-history .form-table dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .p-history .form-table dl:nth-child(2n) {
    display: none;
  }
}
.p-history .form-table dl:last-child {
  margin-bottom: 0;
}
.p-history .form-table dl dt {
  width: 79px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-history .form-table dl dt {
    width: 100%;
    text-align: left;
    line-height: 25px;
  }
}
.p-history .form-table dl dd {
  width: calc(100% - 79px);
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-history .form-table dl dd {
    width: 100%;
    line-height: 25px;
  }
}

.p-strength .strength01 {
  padding-bottom: 126px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 {
    padding: 0 12.5px 58px;
  }
}
.p-strength .strength01:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 31px solid #fff;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01:after {
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 15.5px solid #fff;
    bottom: -15.5px;
    margin-left: -17.5px;
  }
}
.p-strength .strength01 h2 {
  text-align: center;
  font-size: 2.8rem;
  margin: 75px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 h2 {
    font-size: 1.8rem;
    margin: 32px 0 14px;
  }
}
.p-strength .strength01 .txt {
  max-width: 770px;
  margin: auto;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .txt {
    line-height: 25px;
    padding: 0 17.5px;
  }
}
.p-strength .strength01 .inner {
  margin: 10px auto 0;
  width: 719px;
  height: 528px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .inner {
    width: 100%;
    max-width: 350px;
    height: 236px;
  }
}
.p-strength .strength01 h3 {
  width: 447px;
  height: 324px;
  text-align: center;
  padding-top: 196px;
  line-height: 30px;
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 h3 {
    width: 196px;
    height: 162px;
    font-size: 1rem;
    padding-top: 86px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 h3 {
    padding-top: 70px;
  }
}
.p-strength .strength01 h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 223.5px solid transparent;
  border-right: 223.5px solid transparent;
  border-bottom: 324px solid #ededed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 h3:before {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 155px solid #ededed;
    left: -5px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 h3:before {
    border-bottom: 135px solid #ededed;
  }
}
.p-strength .strength01 .box {
  width: 190px;
  height: 218.5px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box {
    width: 90px;
    height: 103px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box {
    width: 80px;
  }
}
.p-strength .strength01 .box.box01 {
  top: 51px;
  left: 50%;
  margin-left: -98px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box01 {
    top: 14px;
    margin-left: -48px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box01 {
    margin-left: -42px;
  }
}
.p-strength .strength01 .box.box01 .txt {
  top: -4px;
  color: #2e6ba8;
  left: auto;
  right: -157px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box01 .txt {
    right: -76px;
    width: 96px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box01 .txt {
    right: -55px;
  }
}
.p-strength .strength01 .box.box02 {
  bottom: -6px;
  right: 115px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box02 {
    right: 61px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box02 {
    bottom: 10px;
    right: 40px;
  }
}
.p-strength .strength01 .box.box02 .txt {
  top: -32px;
  color: #e39140;
  left: auto;
  right: -119px;
  width: 171px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box02 .txt {
    width: 81px;
    top: -16px;
    right: -55px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box02 .txt {
    right: -40px;
  }
}
.p-strength .strength01 .box.box03 {
  bottom: -6px;
  left: 104px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box03 {
    left: 52px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box03 {
    bottom: 10px;
    left: 40px;
  }
}
.p-strength .strength01 .box.box03 .txt {
  top: -31px;
  color: #179679;
  left: -101px;
  width: 171px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box03 .txt {
    width: 79px;
    top: -16px;
    left: -46px;
  }
}
@media screen and (max-width: 320px) {
  .p-strength .strength01 .box.box03 .txt {
    left: -40px;
  }
}
.p-strength .strength01 .box.box03 .txt:before {
  border-right: none;
  border-left: 24px solid transparent;
  left: auto;
  right: 14px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .box.box03 .txt:before {
    border-left: 15px solid transparent;
    right: 6px;
  }
}
.p-strength .strength01 .in-box {
  position: relative;
}
.p-strength .strength01 .in-box .txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.9rem;
  line-height: 26px;
  font-weight: bold;
  background: #fff;
  padding: 12px 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .in-box .txt {
    font-size: 1rem;
    line-height: 14px;
    padding: 5px;
  }
}
.p-strength .strength01 .in-box .txt:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 24px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength01 .in-box .txt:before {
    border-top: 10px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 6px;
  }
}
.p-strength .nav-strength02 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-strength .nav-strength02 {
    padding-bottom: 56px;
  }
}
.p-strength .nav-strength02 .list-strength {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-strength .nav-strength02 .list-strength {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-strength .nav-strength02 .list-strength .box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-strength .nav-strength02 .list-strength .img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-strength .nav-strength02 .list-strength a {
    width: calc(100% - 98px);
    text-align: left;
    padding: 22px;
  }
}
.p-strength .strength03 {
  padding: 66px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 {
    padding: 42px 30px 83px;
  }
}
.p-strength .strength03 .inner-voice {
  position: relative;
}
.p-strength .strength03 .list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .list-voice {
    margin-top: 19px;
  }
}
.p-strength .strength03 .list-voice .modal-link {
  margin-right: 30px;
}
.p-strength .strength03 .list-voice .modal-link:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .list-voice .modal-link {
    margin-right: 0;
  }
}
.p-strength .strength03 .box {
  width: 290px;
  min-height: 175px;
  background: #edeff4;
  padding: 28px 20px 20px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-strength .strength03 .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-strength .strength03 .box:hover:after {
    border-top: 14px solid #004182;
  }
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .box {
    width: 100%;
    min-height: 100px;
    margin-right: 0;
    padding: 20px 20px 10px;
    margin-bottom: 5px;
    display: none;
  }
  .p-strength .strength03 .box:nth-child(1),
  .p-strength .strength03 .box:nth-child(2),
  .p-strength .strength03 .box:nth-child(3) {
    display: block;
  }
}
.p-strength .strength03 .box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 14px solid #edeff4;
  position: absolute;
  bottom: -14px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .box:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #edeff4;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50%;
    right: -17px;
    margin-bottom: -8px;
  }
}
.p-strength .strength03 .box:nth-child(3n) {
  margin-right: 0;
}
.p-strength .strength03 .box p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .box p {
    font-size: 1.3rem;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.p-strength .strength03 .box a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-strength .strength03 .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .box span {
    font-size: 1.3rem;
  }
}
.p-strength .strength03 .c-buttom {
  width: 440px;
  margin: 21px auto 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-strength .strength03 .c-buttom {
    width: 275px;
    margin: 20px auto 0;
  }
}

.nav-strength02 {
  background: url(../img/strength/bg_3strength.jpg) no-repeat center center;
  background-size: cover;
  min-height: 550px;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .nav-strength02 {
    min-height: auto;
    padding: 47px 30px 50px;
  }
}
.nav-strength02 h2 {
  text-align: center;
  line-height: 48px;
  color: #004182;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .nav-strength02 h2 {
    font-size: 1.8rem;
    line-height: 29px;
  }
}
.nav-strength02 h2 span {
  border-bottom: 1px solid #004182;
}
.nav-strength02 .list-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .nav-strength02 .list-strength {
    margin-top: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav-strength02 .list-strength .box {
  width: 308px;
  margin-right: 2px;
  position: relative;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .nav-strength02 .list-strength .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .nav-strength02 .list-strength .box:last-child {
    margin-bottom: 0;
  }
}
.nav-strength02 .list-strength .box:nth-child(3n) {
  margin-right: 0;
}
.nav-strength02 .list-strength .box:before {
  content: "";
  width: 0;
  height: 100%;
  background: #004182;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .nav-strength02 .list-strength .box:hover .img {
    background-color: #004182;
  }
  .nav-strength02 .list-strength .box:hover .img .in-img {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .nav-strength02 .list-strength .box:hover:before {
    width: 100%;
  }
  .nav-strength02 .list-strength .box:hover a {
    color: #fff;
    background: url(../img/about/icon_w.png) no-repeat right 14px center;
    background-size: 27.4px auto;
  }
}
.nav-strength02 .list-strength .box.active .img {
  background-color: #004182;
}
.nav-strength02 .list-strength .box.active .img .in-img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.nav-strength02 .list-strength .box.active:before {
  width: 100%;
}
.nav-strength02 .list-strength .box.active a {
  color: #fff;
  background: url(../img/about/icon_w.png) no-repeat right 14px center;
  background-size: 27.4px auto;
}
@media screen and (max-width: 767px) {
  .nav-strength02 .list-strength .box.active a {
    background: url(../img/about/icon_w.png) no-repeat right 11px center;
    background-size: 21px auto;
  }
}
.nav-strength02 .list-strength .img {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .nav-strength02 .list-strength .img {
    width: 98px;
    height: 65px;
    display: none;
  }
}
.nav-strength02 .list-strength .img .in-img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.nav-strength02 .list-strength a {
  padding: 19px 14px 20px;
  display: block;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/about/icon_bl.png) no-repeat right 14px center;
  background-size: 27.4px auto;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .nav-strength02 .list-strength a {
    width: 100%;
    text-align: center;
    padding: 14.5px;
    color: #004182;
    background: url(../img/about/icon_bl.png) no-repeat right 11px center;
    background-size: 21px auto;
  }
}
.nav-strength02 .list-strength a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .p-quality .quality01 {
    padding: 0 30px;
  }
}
.p-quality .quality01 h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 37px;
  margin: 75px 0 29px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality01 h2 {
    font-size: 1.8rem;
    line-height: 27px;
    margin: 34px 0 17px;
  }
}
.p-quality .quality01 p {
  max-width: 770px;
  line-height: 32px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-quality .quality01 p {
    line-height: 25px;
  }
}
.p-quality .quality02 {
  position: relative;
  margin-top: 95px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 {
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
.p-quality .quality02:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 674px solid #2e6ba8;
  border-right: 600px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02:after {
    border-top: 299px solid #2e6ba8;
    border-right: 266px solid transparent;
  }
}
.p-quality .quality02:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 31px solid #fff;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02:before {
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 15.5px solid #fff;
    bottom: -15.5px;
    margin-left: -17.5px;
  }
}
.p-quality .quality02 .bg_quality02 {
  background: url(../img/strength/bg_quality.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .bg_quality02 {
    height: 250px;
  }
}
.p-quality .quality02 .in-quality02 {
  background: #fff;
  margin-top: -54px;
  position: relative;
  z-index: 99;
  padding: 80px 50px 0;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .in-quality02 {
    margin-top: 0;
    padding: 42px 30px 0;
    background: none;
  }
}
.p-quality .quality02 .list-quality02 {
  margin-top: 53px;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 {
    margin-top: 23px;
  }
}
.p-quality .quality02 .list-quality02 .box {
  border-top: 1px solid #b7b7b7;
  padding: 40px 0 55px;
}
.p-quality .quality02 .list-quality02 .box::after {
  content: "";
  clear: both;
  display: block;
}
.p-quality .quality02 .list-quality02 .box.box-note .tt-quality {
  width: 100%;
}
.p-quality .quality02 .list-quality02 .box.box-note p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box {
    padding: 20px 0 33px;
  }
}
.p-quality .quality02 .list-quality02 .box .tt-quality {
  width: 440px;
  float: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .tt-quality {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 12px;
    line-height: 24px;
  }
}
.p-quality .quality02 .list-quality02 .box .tt-quality span {
  color: #316ca8;
  font-size: 5rem;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  line-height: 47px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .tt-quality span {
    font-size: 3rem;
    margin-right: 10px;
    line-height: 41px;
  }
}
.p-quality .quality02 .list-quality02 .box .tt-quality h3 {
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .tt-quality h3 {
    padding-top: 12px;
  }
}
.p-quality .quality02 .list-quality02 .box .img {
  width: 340px;
  float: right;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .img {
    width: 100%;
    max-width: 250px;
    float: none;
    margin: auto;
  }
}
.p-quality .quality02 .list-quality02 .box p {
  width: 440px;
  float: left;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box p {
    width: 100%;
    float: none;
    line-height: 25px;
    margin-top: 15px;
  }
}
.p-quality .quality02 .list-quality02 .box > a {
  color: #004182;
  background: url(../img/common/icon_blue.svg) no-repeat right center;
  background-size: 27px 6px;
  padding-right: 43px;
  margin-top: 32px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box > a {
    background: url(../img/common/icon_blue.svg) no-repeat right center;
    background-size: 23px 6px;
    padding-right: 30px;
    margin-top: 14px;
  }
}
.p-quality .quality02 .list-quality02 .box .note {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 20px;
  position: relative;
  padding-left: 18px;
}
.p-quality .quality02 .list-quality02 .box .note:before {
  content: "※";
  font-size: 1.4rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .note:before {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality .quality02 .list-quality02 .box .note {
    font-size: 1.2rem;
    margin-top: 16px;
    padding-left: 14px;
  }
}

.p-speed .bg_speed {
  background: url(../img/strength/bg_speed.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-speed .bg_speed {
    height: 250px;
  }
}
.p-speed .quality02:after {
  border-top: 674px solid #179679;
}
@media screen and (max-width: 767px) {
  .p-speed .quality02:after {
    border-top: 299px solid #179679;
  }
}
.p-speed .quality02 .list-quality02 .box .tt-quality span {
  color: #179679;
}

.p-cost .bg_cost {
  background: url(../img/strength/bg_cost.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-cost .bg_cost {
    height: 250px;
  }
}
.p-cost .quality02:after {
  border-top: 674px solid #e19140;
}
@media screen and (max-width: 767px) {
  .p-cost .quality02:after {
    border-top: 299px solid #e19140;
  }
}
.p-cost .quality02 .list-quality02 .box .tt-quality span {
  color: #e19140;
}

.p-faq .p-faq_inner {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_inner {
    padding: 0 30px 50px;
  }
}
.p-faq .txt {
  text-align: center;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .p-faq .txt {
    margin-top: 32px;
    text-align: left;
    line-height: 25px;
  }
}
.p-faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #004182;
  margin-top: 36px;
  margin-bottom: -13px;
}
@media screen and (max-width: 767px) {
  .p-faq ul {
    margin-top: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #004182;
    border-bottom: 1px solid #004182;
  }
}
.p-faq ul li {
  width: 33.3333333333%;
  border-right: 2px solid #004182;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq ul li {
    width: 100%;
    border-right: 1px solid #004182;
    border-top: 1px solid #004182;
  }
}
.p-faq ul a {
  color: #004182;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 27px 10px 0;
  display: inline-block;
  background: url(../img/common/arrow_bl.png) no-repeat right center;
  background-size: 10px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq ul a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-faq ul a {
    padding: 13px 20px 13px 0;
  }
}
.p-faq #faq01 {
  margin-top: -80px;
  padding-top: 152px;
}
@media screen and (max-width: 767px) {
  .p-faq #faq01 {
    margin-top: -55px;
    padding-top: 98px;
  }
}
.p-faq .ct-faq {
  margin-top: -80px;
  padding-top: 174px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq {
    margin-top: -55px;
    padding-top: 89px;
  }
}
.p-faq .ct-faq h3 {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 34px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq h3 {
    font-size: 1.8rem;
    margin: 0 0 23px;
  }
}
.p-faq .ct-faq dl {
  border-top: 1px solid #b7b7b7;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq dl {
    padding: 25px 0;
  }
}
.p-faq .ct-faq dl:last-child {
  border-bottom: 1px solid #b7b7b7;
}
.p-faq .ct-faq dl dt {
  position: relative;
  font-weight: bold;
  padding-left: 46px;
  padding-top: 4px;
  margin-bottom: 25px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq dl dt {
    padding-left: 41px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}
.p-faq .ct-faq dl dt:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #004182;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq dl dt:before {
    font-size: 1.6rem;
    width: 29px;
    height: 29px;
  }
}
.p-faq .ct-faq dl dd {
  position: relative;
  padding-left: 46px;
  padding-top: 4px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq dl dd {
    padding-left: 41px;
    line-height: 25px;
  }
}
.p-faq .ct-faq dl dd:before {
  content: "A";
  width: 30px;
  height: 30px;
  background: #6eb946;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .p-faq .ct-faq dl dd:before {
    font-size: 1.6rem;
    width: 29px;
    height: 29px;
  }
}

.p-privacy .inner-privacy {
  padding-bottom: 117px;
}
@media screen and (max-width: 767px) {
  .p-privacy .inner-privacy {
    padding: 0 30px 40px;
  }
}
.p-privacy p {
  margin-top: 76px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    margin-top: 31px;
    line-height: 25px;
  }
}
.p-privacy dt {
  line-height: 28px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-privacy dt {
    line-height: 25px;
    margin-top: 14px;
  }
}
.p-privacy dd {
  padding-left: 23px;
  line-height: 28px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-privacy dd {
    line-height: 25px;
    margin-top: 10px;
    padding-left: 20px;
  }
}

.p-topics {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 0 0 50px;
  }
}
.p-topics.p-sdgs .inner-topics .box {
  padding: 11px 11px 0;
}
.p-topics.p-sdgs .inner-topics .ct {
  margin: 16px -11px 0;
  padding: 40px 20px 34px;
}
.p-topics.p-sdgs .txt_center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topics.p-sdgs .txt_center {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .p-topics.p-sdgs .txt_center {
    margin: 0 -20px 30px;
  }
}
.p-topics .inner-topics {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics {
    margin-top: 29px;
    padding: 0 30px;
  }
}
.p-topics .inner-topics h2 {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics h2 {
    font-size: 1.8rem;
    margin-bottom: 21px;
  }
}
.p-topics .inner-topics .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-topics .inner-topics .box {
  width: 300px;
  background: #fff;
  position: relative;
  padding: 39px 20px 28px;
  margin-right: 15px;
  margin-bottom: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-topics .inner-topics .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-topics .inner-topics .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-topics .inner-topics .box:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics .box {
    width: 100%;
    padding: 31px 20px 17px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-topics .inner-topics .box ._items-img {
  width: 100%;
  height: 278px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.p-topics .inner-topics .box ._items-img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-topics .inner-topics .box .ct {
  position: relative;
}
.p-topics .inner-topics .box .category {
  position: absolute;
  top: 0;
  left: 0;
}
.p-topics .inner-topics .box p {
  font-size: 1.4rem;
  line-height: 19px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics .box p {
    font-size: 1.3rem;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
.p-topics .inner-topics .box a {
  text-decoration: none;
  color: #2e2e2e;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics .box a {
    line-height: 25px;
  }
}
.p-topics .inner-topics .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}
.p-topics .inner-topics .total {
  text-align: center;
  margin-top: 41px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .p-topics .inner-topics .total {
    margin-top: 20px;
    line-height: 15px;
  }
}

.s-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  .s-pagination {
    margin-top: 18px;
    margin-bottom: -6px;
  }
}
.s-pagination .wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 56px;
  max-width: 554px;
}
@media screen and (max-width: 767px) {
  .s-pagination .wp-pagenavi {
    padding: 0 50px;
  }
}
.s-pagination .wp-pagenavi a,
.s-pagination .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 40px;
  line-height: 38px;
  text-decoration: none;
  margin: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .s-pagination .wp-pagenavi a:hover,
  .s-pagination .wp-pagenavi span:hover {
    border: 1px solid #004182;
    background: #004182;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .s-pagination .wp-pagenavi a,
  .s-pagination .wp-pagenavi span {
    width: 35px;
    height: 45px;
    line-height: 43px;
    margin: 6px 3.75px;
  }
}
.s-pagination .wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .s-pagination .wp-pagenavi .previouspostslink {
    margin: 6px 0;
  }
}
.s-pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .s-pagination .wp-pagenavi .nextpostslink {
    margin: 6px 0;
  }
}
.s-pagination .wp-pagenavi a {
  border: 1px solid #b7b7b7;
}
.s-pagination .wp-pagenavi span {
  border: 1px solid #004182;
  background: #004182;
  color: #fff;
}

.p-topics_detail {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail {
    padding-bottom: 50px;
    background: #fff;
  }
}
.p-topics_detail .inner-topics-detail {
  background: #fff;
  margin-top: 57px;
  padding: 50px 60px 60px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail {
    margin-top: 34px;
    padding: 0 30px;
  }
}
.p-topics_detail .inner-topics-detail .title-topic {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 13px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .title-topic {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.p-topics_detail .inner-topics-detail .title-topic p {
  font-size: 1.5rem;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .title-topic p {
    font-size: 1.1rem;
    line-height: 15px;
  }
}
.p-topics_detail .inner-topics-detail .title-topic h3 {
  font-size: 2.4rem;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .title-topic h3 {
    font-size: 1.8rem;
    line-height: 27px;
    margin-top: 4px;
  }
}
.p-topics_detail .inner-topics-detail .ct-detail {
  border-bottom: 1px solid #b7b7b7;
  margin-top: 35px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .ct-detail {
    margin-top: 15px;
    padding-bottom: 50px;
  }
}
.p-topics_detail .inner-topics-detail .ct-detail h4 {
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .ct-detail h4 {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.p-topics_detail .inner-topics-detail .ct-detail p {
  line-height: 32px;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .ct-detail p {
    line-height: 25px;
    margin: 12.5px 0;
  }
}
.p-topics_detail .inner-topics-detail .ct-detail ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-topics_detail .inner-topics-detail .ct-detail .img,
.p-topics_detail .inner-topics-detail .ct-detail figure {
  max-width: 600px;
  /* max-height: 400px; */
  width: auto;
  height: auto;
  margin: 45px auto;
}
.p-topics_detail .inner-topics-detail .ct-detail .img img,
.p-topics_detail .inner-topics-detail .ct-detail figure img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .ct-detail .img,
  .p-topics_detail .inner-topics-detail .ct-detail figure {
    max-width: none;
    max-height: none;
    width: 100%;
    margin: 25px auto;
  }
}
.p-topics_detail .inner-topics-detail .link-detail {
  display: block;
  margin-top: 41px;
}
.p-topics_detail .inner-topics-detail .link-detail::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .link-detail {
    display: block;
    margin-top: 28px;
  }
}
.p-topics_detail .inner-topics-detail .link-detail a {
  color: #004182;
  line-height: 26px;
  width: auto;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .link-detail a {
    line-height: 25px;
  }
}
.p-topics_detail .inner-topics-detail .link-detail a.prev {
  background: url(../img/common/icon_blue_prev.svg) no-repeat left top 11px;
  background-size: 27px 6px;
  padding-left: 75px;
  padding-right: 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .link-detail a.prev {
    background: url(../img/common/icon_blue_prev.svg) no-repeat left top 10px;
    background-size: 20px 6px;
    padding-left: 28px;
    padding-right: 5px;
  }
}
.p-topics_detail .inner-topics-detail .link-detail a.next {
  background: url(../img/common/icon_blue.svg) no-repeat right top 11px;
  background-size: 27px 6px;
  padding-right: 75px;
  padding-left: 15px;
  float: right;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-topics-detail .link-detail a.next {
    background: url(../img/common/icon_blue.svg) no-repeat right top 10px;
    background-size: 20px 5px;
    padding-right: 28px;
    padding-left: 5px;
  }
}
.p-topics_detail .inner-topics-detail .link-detail a span {
  display: block;
  margin-bottom: 6px;
}
.p-topics_detail .c-buttom {
  margin: 60px auto 0;
  width: 450px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .c-buttom {
    width: 275px;
    margin: 33px auto 0;
  }
}

.p-topics_detail {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail {
    padding-bottom: 50px;
  }
}
.p-topics_detail .inner-voice-detail {
  background: #fff;
  margin-top: 121px;
  padding: 42px 42px 94px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-voice-detail {
    margin-top: 34px;
    padding: 0 30px 40px;
  }
}
.p-topics_detail .inner-voice-detail .title {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 32px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-voice-detail .title {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.p-topics_detail .inner-voice-detail .title p {
  font-size: 1.6rem;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-voice-detail .title p {
    font-size: 1.1rem;
    line-height: 15px;
  }
}
.p-topics_detail .inner-voice-detail .title h2 {
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-topics_detail .inner-voice-detail .title h2 {
    font-size: 1.8rem;
    line-height: 27px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-topics_detail .inner-voice-detail .txt p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-topics_detail .nav-strength02 {
    padding-top: 73px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-topics_detail .nav-strength02 {
    background: #f5f5f5;
  }
}
@media screen and (min-width: 768px) {
  .p-topics_detail .nav-strength02 .list-strength {
    margin-top: 57px;
  }
}
.p-topics_detail .nav-strength02 .list-strength a {
  width: calc(100% - 98px);
  text-align: left;
}
.p-topics_detail .nav-strength02 .list-strength .img {
  display: block;
}

.nav-business {
  border: 1px solid #b7b7b7;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .nav-business {
    margin: 50px 30px;
  }
}
.nav-business h3 {
  text-align: center;
  color: #fff;
  background: #004182;
  line-height: 24px;
  padding: 13px 0 14px;
}
@media screen and (max-width: 767px) {
  .nav-business h3 {
    line-height: 18.5px;
    padding: 9.5px 0 10px;
  }
}
.nav-business ul {
  background: #fff;
  padding: 32px 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav-business ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.nav-business ul li {
  border-left: 1px solid #222222;
  padding: 0 19px;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .nav-business ul li {
    border-left: 0;
    border-bottom: 1px solid #b7b7b7;
    padding: 0;
    line-height: 18.5px;
    width: 100%;
    text-align: center;
  }
  .nav-business ul li:last-child {
    border-bottom: none;
  }
}
.nav-business ul li:first-child {
  border-left: none;
}
.nav-business ul a {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .nav-business ul a {
    text-decoration: none;
    display: block;
    padding: 15px 0 17px;
    background: url(../img/about/icon_bl.png) no-repeat right 10px center;
    background-size: 20px auto;
  }
}

.p-business {
  margin-top: 80px;
  position: relative;
}
.p-business:before {
  content: "";
  width: calc(100% - 100px);
  height: 450px;
  position: absolute;
  left: 0;
  top: 726px;
  background: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business:before {
    content: none;
  }
}
.p-business:after {
  content: "";
  width: calc(100% - 100px);
  height: 450px;
  position: absolute;
  right: 0;
  top: 1629px;
  background: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-business {
    margin-top: 40px;
  }
}
.p-business .t-title {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-business .t-title {
    margin-bottom: 20px;
  }
}
.p-business .s-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
.p-business .s-business.s-business_left .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-business .s-business.s-business_left .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-business .s-business.s-business_left .txt-business {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-business .s-business.s-business_left .txt-business {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-business .s-business .img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business .img {
    width: 100%;
  }
}
.p-business .s-business .txt-business {
  width: 440px;
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business .txt-business {
    width: 100%;
    padding: 37px 30px 0;
  }
}
.p-business .s-business .txt-business h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #b7b7b7;
  line-height: 24px;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business .txt-business h3 {
    font-size: 1.6rem;
    color: #004182;
    line-height: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}
.p-business .s-business .txt-business p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business .txt-business p {
    line-height: 25px;
  }
}
.p-business .s-business .c-buttom {
  width: 350px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business .c-buttom {
    width: 275px;
    margin: 28px auto 0;
  }
}

.p-factory {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-factory {
    margin-top: 40px;
  }
}
.p-factory .t-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-factory .t-title {
    margin-bottom: 24px;
  }
}
.p-factory .slide-factory {
  max-width: 830px;
  margin: 41px auto 60px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-factory .slide-factory {
    max-width: 315px;
    margin: 21px auto 30px;
  }
}
.p-factory .movie-area {
  width: 60%;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .p-factory .movie-area {
    width: 100%;
    max-width: 315px;
    margin: 40px auto;
  }
}
.p-factory .s-factory {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory {
    margin-bottom: 43px;
  }
}
.p-factory .s-factory .title {
  background: #004182;
  padding: 10px 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 30px 8px;
    margin-bottom: 35px;
  }
}
.p-factory .s-factory .title span {
  font-size: 2rem;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .title span {
    font-size: 1.6rem;
    width: 100%;
    font-weight: bold;
    margin-right: 0;
    line-height: 24px;
  }
}
.p-factory .s-factory .title p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .title p {
    font-size: 1.2rem;
    margin-top: -2px;
  }
}
.p-factory .s-factory .box {
  padding: 0 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-top: 35px;
  }
}
.p-factory .s-factory .box .img {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box .img {
    width: 100%;
  }
}
.p-factory .s-factory .box .text-box {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box .text-box {
    width: 100%;
    padding-top: 27px;
  }
}
.p-factory .s-factory .box .text-box h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #b7b7b7;
  line-height: 24px;
  padding-bottom: 9px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box .text-box h3 {
    font-size: 1.6rem;
    line-height: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.p-factory .s-factory .box .text-box p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box .text-box p {
    line-height: 25px;
  }
}
.p-factory .s-factory .box .text-box p.txt-table {
  margin-bottom: 4px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory .box .text-box p.txt-table {
    margin-bottom: 8px;
    line-height: 25px;
  }
}
.p-factory .s-factory01 {
  border-top: 1px solid #b7b7b7;
  margin-top: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 {
    margin: 60px 30px 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 .t-title {
    margin-bottom: 19px;
  }
}
.p-factory .s-factory01 .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 .txt {
    text-align: left;
  }
}
.p-factory .s-factory01 .table-title {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 9px;
  margin: 60px auto 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 .table-title {
    font-size: 1.5rem;
    padding-bottom: 12px;
    margin: 40px auto 12px;
  }
  .p-factory .s-factory01 .table-title:first-of-type {
    margin-top: 30px;
  }
}
.p-factory .s-factory01 table {
  width: 100%;
  margin: 29px auto 50px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table {
    width: 100%;
    margin: 9px auto 27px;
  }
}
.p-factory .s-factory01 table tr {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table tr {
    display: block;
    width: 100%;
    position: relative;
  }
}
.p-factory .s-factory01 table th {
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table th {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-factory .s-factory01 table th:nth-child(1) {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-factory .s-factory01 table th:nth-child(2) {
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .p-factory .s-factory01 table th:nth-child(3) {
    width: 200px;
  }
}
.p-factory .s-factory01 table th:nth-child(4) {
  text-align: center;
}
.p-factory .s-factory01 table td {
  text-align: left;
  padding: 22px 17px 21px;
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table td {
    padding: 6px 0 14px;
    line-height: 17.5px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table td:first-child {
    display: block;
    width: 100%;
    padding: 10px 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table td:nth-child(2),
  .p-factory .s-factory01 table td:nth-child(3) {
    padding: 6px 7px 6px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-factory .s-factory01 table td:nth-child(4) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table td:nth-child(4) {
    padding: 6px 7px 6px 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-factory .s-factory01 table td:last-child {
    display: block;
    width: 100%;
    padding: 0 0 6px 15px;
  }
}

.p-maintenance {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-maintenance {
    margin-top: 40px;
  }
}
.p-maintenance .s-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0 30px;
  }
}
.p-maintenance .s-maintenance .box {
  width: 450px;
  border: 2px solid #b7b7b7;
  padding: 35px 39px 40px;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box {
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 28px 20px 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box:first-child {
    margin-bottom: 26px;
  }
}
.p-maintenance .s-maintenance .box:first-child h3 {
  margin-top: 12px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box:first-child h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.p-maintenance .s-maintenance .box:first-child .c-buttom {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box:first-child .c-buttom {
    margin: 18px auto 0;
  }
}
.p-maintenance .s-maintenance .box h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.p-maintenance .s-maintenance .box p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box p {
    line-height: 25px;
  }
}
.p-maintenance .s-maintenance .box span {
  color: #004182;
  font-weight: bold;
}
.p-maintenance .s-maintenance .box .c-buttom {
  width: 350px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance .box .c-buttom {
    width: 100%;
    margin: 18px auto 0;
  }
}
.p-maintenance .s-maintenance2 {
  margin: 73px auto 0;
  max-width: 830px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance2 {
    margin: 47px auto 0;
    padding: 0 30px;
  }
}
.p-maintenance .s-maintenance2 .t-title {
  letter-spacing: 0.003em;
}
.p-maintenance .s-maintenance2 p {
  padding-top: 4px;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance2 p {
    line-height: 25px;
    margin-top: 5px;
  }
}
.p-maintenance .s-maintenance2 .img {
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 39px auto 0;
}
@media screen and (max-width: 767px) {
  .p-maintenance .s-maintenance2 .img {
    margin: 20px auto 0;
  }
}

.p-flow {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .s-flow {
    padding-left: 30px;
  }
}
.p-flow .s-flow .txt {
  max-width: 770px;
  margin: auto auto 29px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-flow .s-flow .txt {
    padding: 3px 30px 0 0;
    line-height: 25px;
    margin: auto auto 20px;
  }
}
.p-flow .s-flow .txt span {
  font-weight: bold;
  color: #004182;
}
@media screen and (max-width: 767px) {
  .p-flow .s-flow .table-scroll {
    margin-top: 13px;
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .s-flow .table-sticky table tbody th {
    position: sticky;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .s-flow .table-sticky table tbody tr:nth-of-type(1) th {
    top: 79px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .s-flow .table-sticky table tbody tr:nth-of-type(2) th {
    top: 120px;
    z-index: 1;
  }
}
.p-flow .s-flow .flow-movie {
  width: 600px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-flow .s-flow .flow-movie {
    width: 100%;
    padding-right: 30px;
  }
}
.p-flow table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow table {
    width: 698px;
  }
}
.p-flow table tr:first-child th:nth-child(1) {
  width: 81px;
  border-left: 1px solid #004182;
}
@media screen and (max-width: 767px) {
  .p-flow table tr:first-child th:nth-child(1) {
    width: 61px;
  }
}
.p-flow table tr:first-child th:nth-child(2) {
  width: 101px;
}
@media screen and (max-width: 767px) {
  .p-flow table tr:first-child th:nth-child(2) {
    width: 76px;
  }
}
.p-flow table tr:first-child th:nth-child(3) {
  width: 121px;
}
@media screen and (max-width: 767px) {
  .p-flow table tr:first-child th:nth-child(3) {
    width: 90px;
  }
}
.p-flow table th {
  background: #004182;
  border: 1px solid #fff;
  border-top: 1px solid #004182;
  color: #fff;
  text-align: center;
  padding: 9px 0 10px;
  font-size: 1.4rem;
  width: 124px;
}
.p-flow table th:last-of-type {
  border-right: 1px solid #004182;
}
@media screen and (max-width: 767px) {
  .p-flow table th {
    font-size: 1.05rem;
    width: 93px;
    padding: 6px 0;
  }
}
.p-flow table td {
  border: 1px solid #b7b7b7;
  padding: 9px 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow table td {
    font-size: 1.05rem;
    padding: 5.5px 11px;
  }
}
.p-flow table td.bg_blue {
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
}
.p-flow table td.bg_gray {
  background: #e7eef5;
}
.p-flow table td.txt_center {
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .p-flow table td.txt_center {
    padding: 5.5px 0;
  }
}

.p-recruit {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    margin-top: 13px;
  }
}
.p-recruit .s-recruit01 {
  height: 650px;
  background: url(../img/recruit/bg_president.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 {
    height: auto;
    background: none;
    padding-top: 0;
  }
  .p-recruit .s-recruit01 .img {
    background: url(../img/recruit/bg_president.jpg) no-repeat right center;
    background-size: cover;
    height: 225.5px;
  }
}
.p-recruit .s-recruit01 .inner {
  width: 455px;
  background: #fff;
  padding: 45px 50px 38px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 .inner {
    width: 100%;
    padding: 26px 30px 0;
  }
}
.p-recruit .s-recruit01 .inner h3 {
  color: #004182;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 .inner h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-recruit .s-recruit01 .inner p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 .inner p {
    line-height: 25px;
  }
}
.p-recruit .s-recruit01 dl {
  margin: 0 20px;
  background: #004182;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8px 9px;
  margin-top: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruit01 dl:hover {
    background: rgba(0, 65, 130, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 dl {
    margin: 0 30px;
    padding: 6px 7px;
    margin-top: 22px;
  }
}
.p-recruit .s-recruit01 dl a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}
.p-recruit .s-recruit01 dl dt {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 dl dt {
    width: 90px;
  }
}
.p-recruit .s-recruit01 dl dt img {
  display: block;
}
.p-recruit .s-recruit01 dl dd {
  width: calc(100% - 120px);
  padding: 0 45px 0 0;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  line-height: 23px;
  font-weight: bold;
  font-size: 1.8rem;
  background: url(../img/common/icon.svg) no-repeat right 9px center;
  background-size: 27px 6px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit01 dl dd {
    width: calc(100% - 90px);
    padding: 0 25px 0 0;
    font-size: 1.3rem;
    line-height: 17px;
    background: url(../img/common/icon.svg) no-repeat right 8px center;
    background-size: 21px auto;
  }
}
.p-recruit .s-recruit01 dl dd span {
  display: block;
  font-weight: normal;
}
.p-recruit .s-recruit02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 {
    margin-top: 49px;
  }
}
.p-recruit .s-recruit02 .t-title {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .t-title {
    margin-bottom: 25px;
  }
}
.p-recruit .s-recruit02 .box-recruit {
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .box-recruit {
    margin-bottom: 50px;
  }
}
.p-recruit .s-recruit02 .box-recruit.box-recruit_r::after {
  content: "";
  clear: both;
  display: block;
}
.p-recruit .s-recruit02 .box-recruit.box-recruit_r .inner-box {
  float: right;
}
.p-recruit .s-recruit02 .inner-box {
  background: #fff;
  width: calc(100% - 160px);
  padding: 46px 50px 40px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box {
    width: 100%;
    padding: 26px 30px 0;
    margin-top: 0;
  }
}
.p-recruit .s-recruit02 .inner-box h3 {
  color: #004182;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-recruit .s-recruit02 .inner-box p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box p {
    line-height: 25px;
  }
}
.p-recruit .s-recruit02 .inner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: -22px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box ul {
    margin-top: 22px;
    margin-bottom: -13.5px;
  }
}
.p-recruit .s-recruit02 .inner-box ul li {
  width: calc(50% - 9px);
  margin-right: 18px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box ul li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
    margin-bottom: 13.5px;
  }
}
.p-recruit .s-recruit02 .inner-box ul li:nth-child(2n) {
  margin-right: 0;
}
.p-recruit .s-recruit02 .inner-box ul li img {
  display: block;
}
.p-recruit .s-recruit02 .inner-box ul li p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 21px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .inner-box ul li p {
    font-size: 1.2rem;
    line-height: 16px;
    margin-top: 7.5px;
  }
}
.p-recruit .s-recruit02 .bg-box::after {
  content: "";
  clear: both;
  display: block;
}
.p-recruit .s-recruit02 .bg-box div {
  height: 500px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit02 .bg-box div {
    width: 100%;
    height: 210px;
  }
}
.p-recruit .s-recruit02 .bg-box .bg-box01 {
  background: url(../img/recruit/img-_recruit01.jpg) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit02 .bg-box .bg-box02 {
  background: url(../img/recruit/img-_recruit02.jpg) no-repeat center center;
  background-size: cover;
  float: right;
}
.p-recruit .s-recruit02 .bg-box .bg-box03 {
  background: url(../img/recruit/img-_recruit03.jpg) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit02 .bg-box .bg-box04 {
  background: url(../img/recruit/img-_recruit04.jpg) no-repeat center center;
  background-size: cover;
  float: right;
}
.p-recruit .s-recruit03 {
  background: #f5f5f5;
  padding: 80px 0 92px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 {
    padding: 40px 30px 50px;
  }
}
.p-recruit .s-recruit03 .inner-recruit03 {
  max-width: 830px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .inner-recruit03 {
    margin: 25px auto 0;
  }
}
.p-recruit .s-recruit03 .box {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box {
    margin-bottom: 28px;
  }
}
.p-recruit .s-recruit03 .box:nth-child(2)::after {
  content: "";
  clear: both;
  display: block;
}
.p-recruit .s-recruit03 .box:nth-child(2) .ct-box {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box:nth-child(2) .ct-box {
    float: none;
  }
}
.p-recruit .s-recruit03 .box:last-child {
  margin-bottom: 0;
}
.p-recruit .s-recruit03 .box a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-recruit .s-recruit03 .box a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruit03 .box:hover .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .p-recruit .s-recruit03 .box:hover .txt-box {
    background: #004182;
    color: #fff;
  }
}
.p-recruit .s-recruit03 .box .ct-box {
  margin-top: -70px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box .ct-box {
    margin-top: -20px;
    padding: 0 5px 0 25px;
  }
}
.p-recruit .s-recruit03 .box .txt-box {
  background: #fff;
  padding: 18px 20px;
  z-index: 99;
  width: 530px;
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box .txt-box {
    width: 100%;
    padding: 20px 13px;
    letter-spacing: 0;
  }
}
.p-recruit .s-recruit03 .box .txt-box h3 {
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box .txt-box h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 2px;
  }
}
.p-recruit .s-recruit03 .box .img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit03 .box .img {
    height: 171px;
  }
}
.p-recruit .s-recruit03 .box .img .img1 {
  background: url(../img/recruit/img_n01.jpg) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit03 .box .img .img2 {
  background: url(../img/recruit/img_o01.jpg) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit03 .box .img .img3 {
  background: url(../img/recruit/img_h01.jpg) no-repeat center center;
  background-size: cover;
}
.p-recruit .s-recruit03 .box .img .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruit03 .box .img .in-img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    top: 50%;
    left: 50%;
  }
}
.p-recruit .s-recruit03 .box .img img {
  display: none;
}
.p-recruit .s-recruit04 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 {
    padding: 40px 30px 0;
  }
}
.p-recruit .s-recruit04 ul {
  border-bottom: 1px solid #b7b7b7;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 ul {
    margin-top: 25px;
  }
}
.p-recruit .s-recruit04 li {
  border-top: 1px solid #b7b7b7;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 li {
    padding: 25px 0;
  }
}
.p-recruit .s-recruit04 dl dt {
  position: relative;
  font-weight: bold;
  padding-left: 46px;
  padding-top: 4px;
  margin-bottom: 25px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 dl dt {
    padding-left: 41px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}
.p-recruit .s-recruit04 dl dt:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #004182;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 dl dt:before {
    font-size: 1.6rem;
    width: 29px;
    height: 29px;
  }
}
.p-recruit .s-recruit04 dl dd {
  position: relative;
  padding-left: 46px;
  padding-top: 4px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 dl dd {
    padding-left: 41px;
    line-height: 25px;
  }
}
.p-recruit .s-recruit04 dl dd:before {
  content: "A";
  width: 30px;
  height: 30px;
  background: #6eb946;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit04 dl dd:before {
    font-size: 1.6rem;
    width: 29px;
    height: 29px;
  }
}
.p-recruit .s-recruit05 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit05 {
    margin-top: 40px;
    padding: 0 30px;
  }
}
.p-recruit .s-recruit05 table {
  width: 770px;
  border: 1px solid #b7b7b7;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit05 table {
    width: 100%;
    margin: 0 auto 0;
  }
}
.p-recruit .s-recruit05 table tr {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit05 table tr {
    display: block;
    width: 100%;
  }
  .p-recruit .s-recruit05 table tr:last-child {
    border-bottom: none;
  }
}
.p-recruit .s-recruit05 table th {
  background: #f5f5f5;
  width: 150px;
  vertical-align: top;
  padding: 16px 0 0 29px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit05 table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding: 5px 15px;
  }
}
.p-recruit .s-recruit05 table td {
  padding: 17px 25px 17px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruit05 table td {
    display: block;
    width: 100%;
    padding: 13px 15px 12px;
    line-height: 25px;
  }
}
.p-recruit .s-recruit05 table a {
  color: #004182;
}
.p-recruit .wrapp-fadeInUp-scroll {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.p-recruit .wrapp-fadeInUp-scroll.fadeInUp-in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.p-recruit .tab-recruit {
  max-width: 770px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .tab-recruit {
    margin-top: 25px;
  }
}
.p-recruit .tab-recruit > p {
  margin: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit .tab-recruit > p {
    margin: 40px;
  }
}
.p-recruit .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit .tabs-nav li {
  width: calc(16.6666666667% - 8.3333333333px);
  text-align: center;
  font-size: 1.4rem;
  line-height: 19px;
  background: #004182;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-nav li {
    width: calc(33.3333333333% - 4.6666666667px);
    font-size: 1.3rem;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
.p-recruit .tabs-nav li.disable {
  background: rgba(0, 65, 130, 0.2);
}
.p-recruit .tabs-nav li.disable a {
  cursor: default;
}
@media screen and (min-width: 768px) {
  .p-recruit .tabs-nav li.disable:hover:before {
    content: none;
  }
}
.p-recruit .tabs-nav li.active:before {
  content: "▼";
  color: #004182;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -9999;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-nav li.active:before {
    margin-left: -3px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .tabs-nav li:hover {
    background: rgba(0, 65, 130, 0.2);
  }
  .p-recruit .tabs-nav li:hover:before {
    content: "▼";
    color: rgba(0, 65, 130, 0.2);
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
  }
}
.p-recruit .tabs-nav li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-nav li a {
    padding: 11px;
  }
}
.p-recruit .tabs-nav.tabs-nav_end li.active:before {
  content: "▲";
  bottom: auto;
  top: -14px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-nav.tabs-nav_end li.active:before {
    top: -13px;
  }
}
.p-recruit .tabs-nav.tabs-nav_end li.disable {
  background: rgba(0, 65, 130, 0.2);
}
@media screen and (min-width: 768px) {
  .p-recruit .tabs-nav.tabs-nav_end li.disable:hover:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .tabs-nav.tabs-nav_end li:hover {
    background: rgba(0, 65, 130, 0.2);
  }
  .p-recruit .tabs-nav.tabs-nav_end li:hover:before {
    content: "▲";
    color: rgba(0, 65, 130, 0.2);
    position: absolute;
    top: -14px;
    bottom: auto;
  }
}
.p-recruit .tabs-content {
  padding: 33px 0 48px;
}
.p-recruit .tabs-content > div:not(:first-child) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-content {
    padding: 3px 0 44px;
  }
}
.p-recruit .tabs-content h3 {
  font-size: 2.2rem;
  letter-spacing: 0;
  padding: 0 25px;
  margin-bottom: 17px;
  color: #004182;
}
@media screen and (max-width: 767px) {
  .p-recruit .tabs-content h3 {
    font-size: 1.8rem;
    line-height: 24px;
    padding: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
.p-recruit .s-recruitMovie {
  background: #004182;
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie {
    padding: 42px 0 50px;
  }
}
.p-recruit .s-recruitMovie h2 {
  color: #fff;
}
.p-recruit .s-recruitMovie .txt {
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruitMovie .txt {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie .txt {
    line-height: 25px;
    text-align: left;
    background: #fff;
    padding: 27px 23px 0;
    position: relative;
    z-index: 33;
  }
}
.p-recruit .s-recruitMovie .movie-area {
  margin: 40px 0 0;
  padding: 0 23px;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie .movie-area {
    margin: 25px 0 0;
  }
}
.p-recruit .s-recruitMovie .movie-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-recruit .s-recruitMovie .movie-area ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie .movie-area ul li {
    width: 100%;
    margin-top: 20px;
  }
  .p-recruit .s-recruitMovie .movie-area ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie .inner {
    margin: 0 15px;
    z-index: 99;
  }
}
.p-recruit .s-recruitMovie .c-buttom {
  width: 440px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruitMovie .c-buttom {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitMovie .c-buttom {
    width: 275px;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .s-recruitMovie .c-buttom a {
    color: #fff;
    background-image: url(../img/common/icon.svg);
  }
  .p-recruit .s-recruitMovie .c-buttom a:hover {
    color: #004182;
    background-image: url(../img/common/icon_blue.svg);
  }
  .p-recruit .s-recruitMovie .c-buttom::before {
    background: #fff;
  }
}

.c-ricruit {
  position: relative;
}

.bnt-fix {
  position: fixed;
  width: 90px;
  height: 629px;
  top: auto;
  right: 0;
  bottom: 100px;
}
.bnt-fix .in-bnt-fix {
  width: 100%;
  height: 330px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  background: url(../img/recruit/bg_bntfix.png) no-repeat center center;
  background-size: 90px auto;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .bnt-fix .in-bnt-fix:hover {
    opacity: 0.7;
  }
}
.bnt-fix .in-bnt-fix a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  background: url(../img/common/ico_mail.png) no-repeat top center;
  background-size: 23px auto;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  padding-top: 29px;
}
.bnt-fix .in-bnt-fix a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .bnt-fix {
    display: none;
  }
}
.bnt-fix .in-bnt-comic {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .bnt-fix .in-bnt-comic:hover {
    opacity: 0.7;
  }
}
.bnt-fix.absolute {
  position: absolute;
  bottom: 446px;
}

.btn-fix-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-fix-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .btn-fix-sp a {
    width: calc(50% - 0.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    background: #6eb946;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-fix-sp a img {
    margin-right: 10px;
    width: 23px;
  }
  .btn-fix-sp a:nth-child(2) {
    background: #ffb100;
  }
  .btn-fix-sp a:nth-child(2) img {
    margin-right: 12px;
    width: 21px;
  }
}
.btn-fix-sp.hide {
  opacity: 0;
}

.banner-contact-recruit {
  margin-top: 100px;
  background: #f5f5f5;
  padding: 45px 0 55px;
  border-top: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit {
    margin-top: 50px;
    padding: 25px 30px;
  }
}
.banner-contact-recruit .inner {
  background: #fff;
  padding: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit .inner {
    padding: 19px 15px 32px;
  }
}
.banner-contact-recruit .inner h2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit .inner h2 {
    font-size: 1.6rem;
  }
}
.banner-contact-recruit .inner .bnt-contact {
  width: 600px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit .inner .bnt-contact {
    width: 285px;
    padding: 0 10px 0 52px;
    text-align: left;
    position: relative;
    margin: 12px auto 0;
    height: 70px;
  }
}
.banner-contact-recruit .inner .bnt-contact .icon {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit .inner .bnt-contact .icon {
    position: absolute;
    left: -30px;
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .banner-contact-recruit .inner .bnt-contact a {
    font-size: 1.4rem;
    line-height: 18px;
    padding: 17px 0;
    background: url(../img/common/icon.svg) no-repeat right 6px center;
    background-size: 27px 6px;
  }
}

.modal-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.modal-box.modal-box-visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.modal-box.modal-box-visible .modal-white {
  display: block;
  opacity: 1;
  -webkit-animation: toFade 0.5s linear;
  animation: toFade 0.5s linear;
}
.modal-box.modal-box-visible.modal-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box .in-modal {
  max-width: 930px;
  margin: auto;
  margin: 150px auto 126px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-box .in-modal {
    margin: 54px 30px 47px;
  }
}
.modal-box .close-box {
  position: absolute;
  right: 0;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .modal-box .close-box {
    top: -35px;
  }
}
.modal-box .close-box span {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal-box .close-box span {
    width: 20px;
    height: 20px;
  }
}
.modal-box .close-box span:before,
.modal-box .close-box span:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  width: 31px;
  height: 2.5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal-box .close-box span:before,
  .modal-box .close-box span:after {
    left: -1px;
    top: 13px;
    width: 25px;
    height: 2px;
  }
}
.modal-box .close-box span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-box .close-box span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-box .modal-white {
  background: #fff;
  padding: 69px 50px 48px;
  margin-top: 30.7px;
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-white {
    margin-top: 0;
    padding: 29px 15px 30px;
  }
}
.modal-box .modal-white.modal-video {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-white.modal-video {
    padding: 10px;
  }
}
.modal-box .modal-white .close-02 {
  text-align: center;
  margin-top: 65px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-white .close-02 {
    margin-top: 40px;
  }
}
.modal-box .modal-white .close-02 span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-white .close-02 span {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}
.modal-box .modal-white .close-02 span:before,
.modal-box .modal-white .close-02 span:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 13px;
  width: 17px;
  height: 1.5px;
  background: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-white .close-02 span:before,
  .modal-box .modal-white .close-02 span:after {
    left: -7px;
    top: 13px;
    width: 27px;
    height: 1px;
  }
}
.modal-box .modal-white .close-02 span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-box .modal-white .close-02 span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box .content {
  margin-top: 57px;
  position: relative;
  padding: 0 30px 0 300px;
}
@media screen and (max-width: 767px) {
  .modal-box .content {
    padding: 0;
    margin-top: 23px;
  }
}
.modal-box .content h3 {
  font-size: 2.2rem;
  line-height: 38px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .modal-box .content h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 3px;
  }
}
.modal-box .content .txt-athor {
  position: absolute;
  left: 30px;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .modal-box .content .txt-athor {
    position: inherit;
    left: auto;
    top: auto;
  }
}
.modal-box .content .txt-athor span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal-box .content .txt-athor span {
    display: inline-block;
    font-weight: normal;
    line-height: 19px;
  }
}
.modal-box .content .txt-athor span.icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-box .content .txt-athor span.icon {
    display: inline-block;
  }
}
.modal-box .content .txt-athor span.name {
  font-size: 2.2rem;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .modal-box .content .txt-athor span.name {
    font-size: 1.4rem;
    line-height: 19px;
  }
}
.modal-box .content .txt-athor span.date {
  line-height: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .modal-box .content .txt-athor span.date {
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 19px;
  }
}
.modal-box .content p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .modal-box .content p {
    line-height: 25px;
    margin-top: 25px;
  }
}

.modal-box1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.modal-box1.modal-box1-visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-box1.modal-box1-visible .modal-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-animation: toFade 0.5s linear;
  animation: toFade 0.5s linear;
}
.modal-box1 .in-modal {
  max-width: 930px;
  margin: auto;
  margin: 150px auto 126px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-box1 .in-modal {
    margin: 54px 30px 47px;
  }
}
.modal-box1 .close-box {
  position: absolute;
  right: 0;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .modal-box1 .close-box {
    top: -35px;
  }
}
.modal-box1 .close-box span {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal-box1 .close-box span {
    width: 20px;
    height: 20px;
  }
}
.modal-box1 .close-box span:before,
.modal-box1 .close-box span:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  width: 31px;
  height: 2.5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal-box1 .close-box span:before,
  .modal-box1 .close-box span:after {
    left: -1px;
    top: 13px;
    width: 25px;
    height: 2px;
  }
}
.modal-box1 .close-box span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-box1 .close-box span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-box1 .modal-video {
  padding: 20px;
  background: #fff;
  margin-top: 30.7px;
  display: none;
}
.modal-box1 .modal-video video {
  display: block;
}
@media screen and (max-width: 767px) {
  .modal-box1 .modal-video {
    padding: 10px;
    margin-top: 0;
  }
}

.wrap.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.p-products .inner-voice-detail .box {
  margin-right: 30px;
}
.p-products .inner-voice-detail .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-products .inner-voice-detail .box {
    margin-right: 0;
  }
}
.p-products .list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 58px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-products .list-voice {
    margin-top: 34px;
    padding: 0 35px 50px 25px;
    margin-bottom: -10px;
  }
}
.p-products .list-voice .modal-link {
  margin-right: 30px;
}
.p-products .list-voice .modal-link:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-products .list-voice .modal-link {
    margin-right: 0;
  }
}
.p-products .list-voice .box {
  width: 290px;
  min-height: 175px;
  background: #edeff4;
  padding: 27px 20px 30px;
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-products .list-voice .box {
    width: 100%;
    min-height: 100px;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
}
.p-products .list-voice .box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 14px solid #edeff4;
  position: absolute;
  bottom: -14px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-products .list-voice .box:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #edeff4;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50%;
    right: -17px;
    margin-bottom: -8px;
  }
}
.p-products .list-voice .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-products .list-voice .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-products .list-voice .box:hover:after {
    border-top: 14px solid #004182;
  }
}
.p-products .list-voice .box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-products .list-voice .box h3 {
    font-size: 1.3rem;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.p-products .list-voice .box a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.p-products .list-voice .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 333;
}
.p-products .ct_product .title {
  background: #edeff4;
  padding: 24px 50px 27px;
}
@media screen and (max-width: 767px) {
  .p-products .ct_product .title {
    padding: 20px;
  }
}
.p-products .ct_product .title h3 {
  font-size: 2.2rem;
  line-height: 38px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-products .ct_product .title h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.p-products .ct_product .txt {
  padding: 35px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-products .ct_product .txt {
    padding: 25px 0 0;
  }
}
.p-products .ct_product .txt p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-products .ct_product .txt p {
    line-height: 25px;
  }
}

.p-youtube .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-youtube .txt {
    margin: 121px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube .txt {
    margin: 40px 0 0;
  }
}
.p-youtube .ct_youtube {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube {
    margin-top: 115px;
    padding: 41px 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube .ct_youtube {
    padding: 0 30px;
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-bottom: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-youtube .ct_youtube .item:nth-child(3n) {
    margin-right: 0;
  }
  .p-youtube .ct_youtube .item:hover {
    color: #004182;
  }
  .p-youtube .ct_youtube .item:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube .ct_youtube .item {
    margin-bottom: 25px;
  }
}
.p-youtube .ct_youtube .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.p-youtube .ct_youtube .item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube .item .img {
    width: 279px;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube .item .ct {
    width: calc(100% - 279px);
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube .item .ct p {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube .ct_youtube .item .ct p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.p-youtube .ct_youtube .item h3 {
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .p-youtube .ct_youtube .item h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube .ct_youtube .item h3 {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  .animated1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
  }
  .fadeInUp-in .animated1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.fadeInUp-in .animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes toFade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toFade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.trophy-top {
  position: absolute;
  width: 533px;
  top: 666px;
  right: 44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.trophy-top:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .trophy-top {
    max-width: 328px;
    width: 100%;
    top: 472px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.trophy-top img {
  width: 100%;
  height: auto;
}

.banner_slider {
  position: absolute;
  width: 533px;
  top: 666px;
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner_slider {
    max-width: 328px;
    width: 100%;
    top: 469px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.banner_slider img {
  height: 127px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .banner_slider img {
    height: 78px;
  }
}
@media screen and (max-width: 360px) {
  .banner_slider img {
    height: 65px;
  }
}
.banner_slider a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner_slider a:hover {
  opacity: 0.7;
}

.t-triple {
  background: #f5f5f5;
  padding: 56px 0 12px;
}
@media screen and (max-width: 767px) {
  .t-triple {
    padding: 20px 26px 10px;
  }
}
.t-triple img {
  width: 853px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .t-triple img {
    width: 100%;
  }
}

.box_trophy {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .box_trophy {
    max-width: 318px;
    margin: auto auto 70px;
  }
}
.box_trophy .trophy {
  max-width: 680px;
  padding-left: 15px;
  margin: 50px auto 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .box_trophy .trophy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 48px auto 47px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 19px 27px;
  }
}
.box_trophy .trophy .img1 {
  width: 123px;
}
@media screen and (max-width: 767px) {
  .box_trophy .trophy .img1 {
    width: 95px;
  }
}
.box_trophy .trophy .img2 {
  width: 133px;
  margin: 0px 23px 0 36px;
}
@media screen and (max-width: 767px) {
  .box_trophy .trophy .img2 {
    width: 102px;
    margin: 0;
  }
}
.box_trophy .trophy .img3 {
  width: 350px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .box_trophy .trophy .img3 {
    width: 290px;
    margin-top: 0;
  }
}
.box_trophy .c-buttom {
  max-width: 449px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .box_trophy .c-buttom a {
    padding: 10px 61px;
    height: 68px;
    line-height: 24px;
  }
}

.p-comic {
  max-width: 940px;
  margin: 100px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-comic {
    margin: 50px auto 0;
    padding: 0 20px 60px;
  }
}
.p-comic .swiper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.p-comic .swiper-container {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-comic .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-comic .swiper-button-prev,
.p-comic .swiper-button-next {
  width: 54px;
  height: 54px;
  border: 2px solid #1750ae;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-button-prev,
  .p-comic .swiper-button-next {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-comic .swiper-button-prev:after,
.p-comic .swiper-button-next:after {
  content: none;
}
.p-comic .swiper-button-next {
  background: #fff url(../img/comic/icon-prev.png) no-repeat center center;
  background-size: 16px 26px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-button-next {
    background-size: 13px 21px;
    right: 20px;
  }
}
.p-comic .swiper-button-prev {
  background: #fff url(../img/comic/icon-next.png) no-repeat center center;
  background-size: 16px 26px;
  left: -80px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-button-prev {
    background-size: 13px 21px;
    left: 20px;
  }
}
.p-comic .swiper-guide-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-guide-sp {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 25px;
  }
}
.p-comic .swiper-slide-text {
  text-align: center;
  padding-top: 175px;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-slide-text {
    padding-top: 100px;
  }
}
.p-comic .swiper-slide-text .txt {
  font-size: 1.8rem;
  color: #004182;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-slide-text .txt {
    font-size: 1.4rem;
  }
}
.p-comic .swiper-slide-text .bnt-contact {
  width: 290px;
  height: 70px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 20px auto auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #3c9a0b url(../img/common/icon.svg) no-repeat right 18px center;
  background-size: 27px 6px;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-slide-text .bnt-contact {
    font-size: 1.4rem;
  }
}
.p-comic .swiper-slide-text .bnt-contact a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  line-height: 70px;
}
.p-comic .swiper-slide-text .bnt-contact:hover {
  opacity: 0.7;
}
.p-comic .swiper-slide-text .bnt-contact.bnt-contact2 {
  background: #064182 url(../img/common/icon.svg) no-repeat right 18px center;
  background-size: 27px 6px;
}
.p-comic .swiper-slide-text .bnt-contact.bnt-contact2 a {
  line-height: 2.5rem;
  padding-top: 10px;
}
.p-comic .swiper-slide-text .bnt-contact.bnt-contact2 a span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-comic .swiper-slide-text .bnt-contact.bnt-contact2 a span {
    font-size: 1.2rem;
  }
}
.p-comic .in_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #707070;
  align-items: center;
}
.p-comic .in_slider .left {
  width: 100%;

  text-align: center;
}
.p-comic .swiper-wrapper {
  align-items: stretch;
}
.p-comic .swiper-wrapper .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left {
    padding: 10px;
  }
}
.p-comic .in_slider .left h3 {
  font-size: 1.6rem;
  color: #004182;
  line-height: 28px;
  font-weight: bold;
  /* padding-top: 133px; */
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left h3 {
    font-size: 1rem;
    line-height: 15px;
    /* padding-top: 15px; */
    margin-bottom: 15px;
  }
}
.p-comic .in_slider .left a {
  display: block;
  width: 410px;
  height: 80px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin: auto auto 21px;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left a {
    width: 100%;
    height: 35px;
    font-size: 0.8rem;
    margin: auto auto 12px;
    padding-right: 12px;
  }
}
.p-comic .in_slider .left a span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left a span {
    font-size: 0.8rem;
  }
}
.p-comic .in_slider .left a:after {
  content: "";
  background: url(../img/common/icon.svg) no-repeat center center;
  background-size: 27px 6px;
  width: 27px;
  height: 6px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left a:after {
    background: url(../img/common/icon.svg) no-repeat center center;
    background-size: 18px 4.5px;
    width: 18px;
    height: 4.5px;
    right: 1px;
  }
}
.p-comic .in_slider .left a.link01 {
  border: 2px solid #6eb946;
  background: #6eb946;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left a.link01 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-comic .in_slider .left a.link01:hover {
    background: #fff;
    color: #6eb946;
  }
  .p-comic .in_slider .left a.link01:hover:after {
    background: url(../img/common/icon_green.svg) no-repeat center center;
    background-size: 27px 6px;
  }
}
.p-comic .in_slider .left a.link02 {
  border: 2px solid #004182;
  background: #004182;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-comic .in_slider .left a.link02 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-comic .in_slider .left a.link02:hover {
    background: #fff;
    color: #004182;
  }
  .p-comic .in_slider .left a.link02:hover:after {
    background: url(../img/common/icon_blue.svg) no-repeat center center;
    background-size: 27px 6px;
  }
}
.p-comic .in_slider .right {
  width: 50%;
}
.p-comic .in_slider .right img {
  width: 100%;
  height: auto;
  display: block;
}

.link-inter {
  cursor: pointer;
}

.inter-modal {
  display: none;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .lightBox__container {
    overflow: auto;
  }
}

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightBox__inner {
  position: relative;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lightBox__inner {
    width: 930px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner {
    padding: 0 30px;
    height: auto;
  }
}
.lightBox__inner .contents {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lightBox__inner .contents {
    height: 100%;
    padding: 69px 50px 48px;
  }
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents {
    padding: 29px 15px 30px;
  }
}
.lightBox__inner .contents .ct_product .title {
  background: #edeff4;
  padding: 24px 50px 27px;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents .ct_product .title {
    padding: 20px;
  }
}
.lightBox__inner .contents .ct_product .title h3 {
  font-size: 2.2rem;
  line-height: 38px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents .ct_product .title h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.lightBox__inner .contents .ct_product .txt {
  padding: 35px 30px 0;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents .ct_product .txt {
    padding: 25px 0 0;
  }
}
.lightBox__inner .contents .ct_product .txt p {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .contents .ct_product .txt p {
    line-height: 25px;
  }
}
.lightBox__inner .lightBox__close {
  position: absolute;
  right: 0;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .lightBox__close {
    top: 20px;
  }
}
.lightBox__inner .lightBox__close span {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: block;
}
.lightBox__inner .lightBox__close span:before,
.lightBox__inner .lightBox__close span:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  width: 31px;
  height: 2.5px;
  background: #fff;
}
.lightBox__inner .lightBox__close span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightBox__inner .lightBox__close span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightBox__inner .close-02 {
  text-align: center;
  margin-top: 65px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .close-02 {
    margin-top: 40px;
  }
}
.lightBox__inner .close-02 span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .close-02 span {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}
.lightBox__inner .close-02 span:before,
.lightBox__inner .close-02 span:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 13px;
  width: 17px;
  height: 1.5px;
  background: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .lightBox__inner .close-02 span:before,
  .lightBox__inner .close-02 span:after {
    left: -7px;
    top: 13px;
    width: 27px;
    height: 1px;
  }
}
.lightBox__inner .close-02 span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightBox__inner .close-02 span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.in-lightbox {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .in-lightbox {
    padding: 54px 0 47px;
  }
}

.p-healthmgmt .s-healthmgmt01 {
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 {
    margin-top: -41px;
    padding: 118px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt01 {
    padding: 69px 30px 71px;
  }
}
.p-healthmgmt .s-healthmgmt01 h3 {
  color: #004182;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 h3 {
    font-size: 2.8rem;
    line-height: 37px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt01 h3 {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 13px;
  }
}
.p-healthmgmt .s-healthmgmt01 p {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 p {
    font-size: 1.6rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt01 p {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
.p-healthmgmt .s-healthmgmt01 h4 {
  color: #2e2e2e;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 h4 {
    font-size: 2.2rem;
    margin: 43px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt01 h4 {
    font-size: 1.6rem;
    margin: 28px 0 12px;
  }
}
.p-healthmgmt .s-healthmgmt01 .ct .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 .ct .img,
  .p-healthmgmt .s-healthmgmt01 .ct .img1 {
    width: 330px;
    float: right;
    margin-left: 40px;
    margin-top: 4px;
  }
  .p-healthmgmt .s-healthmgmt01 .ct .img img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt01 .ct .img,
  .p-healthmgmt .s-healthmgmt01 .ct .img1 {
    width: 250px;
    margin: auto auto 18px;
  }
  .p-healthmgmt .s-healthmgmt01 .ct .img img {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt01 .ct p {
    max-width: calc(100% - 370px);
  }
}
.p-healthmgmt .s-healthmgmt01 .ct:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 {
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 {
    margin-top: 54px;
    padding: 0 30px;
  }
}
.p-healthmgmt .s-healthmgmt02 h3 {
  color: #004182;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 h3 {
    font-size: 2.8rem;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 h3 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box {
    margin-bottom: 40px;
  }
  .p-healthmgmt .s-healthmgmt02 .box:last-child {
    margin-bottom: 0;
  }
}
.p-healthmgmt .s-healthmgmt02 .box h4 {
  color: #2e2e2e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box h4 {
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.p-healthmgmt .s-healthmgmt02 .box p {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box p {
    font-size: 1.6rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box p {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box1 {
    margin-bottom: 74px;
  }
  .p-healthmgmt .s-healthmgmt02 .box1 img {
    margin-top: -35px;
  }
  .p-healthmgmt .s-healthmgmt02 .box2 {
    margin-bottom: 68px;
  }
  .p-healthmgmt .s-healthmgmt02 .box2 img {
    margin-top: -66px;
  }
  .p-healthmgmt .s-healthmgmt02 .box3 {
    margin-bottom: 99px;
  }
  .p-healthmgmt .s-healthmgmt02 .box3 img {
    margin-top: -51px;
  }
  .p-healthmgmt .s-healthmgmt02 .box4 {
    margin-bottom: 72px;
  }
  .p-healthmgmt .s-healthmgmt02 .box4 img {
    margin-top: -82px;
  }
  .p-healthmgmt .s-healthmgmt02 .box5 {
    margin-bottom: 62px;
  }
  .p-healthmgmt .s-healthmgmt02 .box5 img {
    margin-top: -55px;
  }
  .p-healthmgmt .s-healthmgmt02 .box6 {
    margin-bottom: 68px;
  }
  .p-healthmgmt .s-healthmgmt02 .box6 img {
    margin-top: -48px;
  }
  .p-healthmgmt .s-healthmgmt02 .box7 {
    margin-bottom: 70px;
  }
  .p-healthmgmt .s-healthmgmt02 .box7 img {
    margin-top: -51px;
  }
}
.p-healthmgmt .s-healthmgmt02 .box8 .ct {
  border: 2px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 56px;
    margin: 14px 0 0;
    padding: 33px 30px 31px 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct {
    margin: 9px 0 0;
    padding: 21px 15px;
  }
}
.p-healthmgmt .s-healthmgmt02 .box8 .ct li {
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct li {
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct li {
    line-height: 25px;
  }
}
.p-healthmgmt .s-healthmgmt02 .box8 .ct li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004182;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct li:before {
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .box8 .ct li:before {
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .photo {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .photo {
    overflow: auto;
    margin-right: -30px;
    margin-top: 38px;
  }
}
.p-healthmgmt .s-healthmgmt02 .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .photo ul {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .photo ul {
    gap: 16px;
    width: 752px;
  }
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .photo ul li {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .photo ul li {
    width: 240px;
  }
}
.p-healthmgmt .s-healthmgmt02 .photo ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.p-healthmgmt .s-healthmgmt02 .ct:after {
  content: "";
  clear: both;
  display: block;
}
.p-healthmgmt .s-healthmgmt02 .ct img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt02 .ct img {
    float: right;
    width: 200px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt02 .ct img {
    width: 170px;
    margin: 10px auto 13px;
  }
}
.p-healthmgmt .s-healthmgmt03 {
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt03 {
    padding: 94px 0 100px;
    margin-top: 99px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 {
    padding: 54px 30px 66px;
    margin-top: 96px;
  }
}
.p-healthmgmt .s-healthmgmt03 h3 {
  text-align: center;
  color: #004182;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", system-ui, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt03 h3 {
    font-size: 2.8rem;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.p-healthmgmt .s-healthmgmt03 .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-healthmgmt .s-healthmgmt03 .box {
  width: 300px;
  background: #fff;
  position: relative;
  padding: 11px 11px 33px;
  margin-right: 15px;
  margin-bottom: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-healthmgmt .s-healthmgmt03 .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt03 .box:hover {
    background: #004182;
    color: #fff;
  }
  .p-healthmgmt .s-healthmgmt03 .box:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 .box {
    width: 100%;
    padding: 13px 11px 27px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-healthmgmt .s-healthmgmt03 .box ._items-img {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-healthmgmt .s-healthmgmt03 .box ._items-img {
    height: 278px;
  }
  .p-healthmgmt .s-healthmgmt03 .box ._items-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-healthmgmt .s-healthmgmt03 .box ._items-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-healthmgmt .s-healthmgmt03 .box .ct {
  position: relative;
  margin-top: 22px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 .box .ct {
    margin-top: 20px;
  }
}
.p-healthmgmt .s-healthmgmt03 .box p {
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 .box p {
    font-size: 1.4rem;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
.p-healthmgmt .s-healthmgmt03 .box a {
  text-decoration: none;
  color: #2e2e2e;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-healthmgmt .s-healthmgmt03 .box a {
    line-height: 25px;
    font-size: 1.4rem;
  }
}
.p-healthmgmt .s-healthmgmt03 .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 33;
}

.flext_ct {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.flext_ct img {
  order: 2;
  width: 329px;
}
.flext_ct p {
  order: 1;
}

@media screen and (max-width: 767px) {
  .flext_ct {
    display: block;
    text-align: center;
  }
  .flext_ct p {
    text-align: left;
  }
  .flext_ct img {
    width: 70%;
    margin: 10px auto;
  }
}

.p-trouble {
  max-width: 930px;
  margin: 74px auto;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    padding: 0 30px;
    margin-top: 33px;
  }
}
.p-trouble .title {
  color: #004182;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-trouble .title {
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.p-trouble .txt {
  font-size: 1.6rem;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-trouble .txt {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
.p-trouble-box {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-trouble-box {
    padding: 31px 18px 38px;
  }
}
.p-trouble-box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-trouble-box .tit {
    line-height: 26.4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-trouble-box .tit img {
  width: 40px;
  display: block;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .p-trouble-box .tit img {
    width: 30px;
    top: -2px;
  }
}
.p-trouble-box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.2rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #1a407e;
  gap: 5px;
  margin: 22px 0 35px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-trouble-box .tel.md {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-box .tel {
    border: 2px solid #004182;
    background: #fff;
    text-decoration: none;
    height: 64px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    margin: 22px 0 23px;
    background: url(../img/common/icon_blue.svg) no-repeat right 8px center;
    background-size: 20px 4.5px;
  }
  .p-trouble-box .tel.sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-trouble-box .tel span {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .p-trouble-box .tel span {
    font-size: 1.4rem;
    top: 4px;
  }
}
.p-trouble-box ul {
  padding-left: 25px;
}
.p-trouble-box ul li {
  line-height: 32px;
  font-weight: 400;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .p-trouble-box ul li {
    line-height: 25.2px;
    font-size: 1.4rem;
  }
}
.p-trouble-box .box {
  background: #f2f2f2;
  padding: 18px 30px;
  margin-top: 14px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-trouble-box .box {
    padding: 14px;
    line-height: 22.4px;
    margin-top: 14px;
  }
}
.p-trouble-tell {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .p-trouble-tell {
    margin-top: 38px;
  }
}
.p-trouble-mail {
  margin-top: 38px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-trouble-mail {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
.p-trouble-mail .tit {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-trouble-mail .tit {
    margin-bottom: 21px;
  }
}
.p-trouble-mail .c-buttom {
  width: 350px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .p-trouble-mail .c-buttom {
    max-width: 289px;
    width: 100%;
    margin: 31px auto 0;
  }
}
.p-trouble-mail .c-buttom a {
  color: #1a407e;
}
.p-trouble-mail .c-buttom a:hover {
  color: #fff;
}

.p-top .t-news .banner-insface {
  max-width: 1081px;
  margin: auto auto 111px;
  display: flex;
  gap: 32px;
}
.p-top .t-news .banner-insface a {
  width: calc(50% - 16px);
  display: block;
  transition: 0.3s;
}
.p-top .t-news .banner-insface a:hover {
  opacity: 0.7;
}
.p-top .t-news .banner-insface a img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top .t-news .banner-insface {
    margin: 0 -10px 45px;
    gap: 7px;
  }
  .p-top .t-news .banner-insface a {
    width: calc(50% - 3.5px);
  }
}

.p-top .t-banner2 {
  position: relative;
  background: #1a407e;
  height: 320px;
  padding-top: 155px;
}
.p-top .t-banner2:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #80b756;
  position: absolute;
  right: 0;
  top: 0;
}
.p-top .t-banner2 img {
  width: 900px;
  display: block;
  margin: auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -18px;
}
.p-top .t-banner2 .t-banner2_box {
  position: relative;
  z-index: 9;
  margin: auto;
  background: #fff;
  width: 502px;
  height: 120px;
}
.p-top .t-banner2 .t-banner2_box:before {
  content: "";
  width: 0;
  height: 100%;
  background: #004182;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top .t-banner2 .t-banner2_box a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/common/icon_blue.svg) no-repeat right 20px center;
  background-size: 27px 6px;
  text-align: center;
  padding-top: 22px;
  color: #17407e;
  text-decoration: none;
  margin: 0 auto 0;
}
.p-top .t-banner2 a h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 3px;
}
.p-top .t-banner2 a p {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top .t-banner2 .t-banner2_box:hover:before {
    width: 100%;
  }
  .p-top .t-banner2 .t-banner2_box:hover a {
    color: #fff;
    background: url(../img/common/icon.svg) no-repeat right 20px center;
    background-size: 27px 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .t-banner2 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .p-top .t-banner2 img {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-left: 0;
    max-width: 375px;
    margin: auto;
  }
  .p-top .t-banner2 .t-banner2_box {
    width: calc(100% - 20px);
    height: 84px;
    max-width: 355px;
  }

  .p-top .t-banner2 .t-banner2_box a {
    background: none;
    padding-top: 12px;
  }
  .p-top .t-banner2 a h3 {
    font-size: 1.8rem;
    margin: 0 0 1px;
  }
  .p-top .t-banner2 a p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
