@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #FFF;
  color: black;
  text-align: left;
  letter-spacing: 0.05;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 0.05em;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  color: black;
  text-decoration: none;
  overflow: hidden;
}

*:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  width: 100%;
  vertical-align: middle;
}

input, textarea {
  border-radius: 0;
  border: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg-animation {
  background: linear-gradient(270deg, #ffffff, #F2F5FC);
  background-size: 600% 600%;
  animation: bg-animation 30s ease infinite;
}
@keyframes bg-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.inner-xl {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 3.125%;
  box-sizing: border-box;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 3.125%;
  box-sizing: border-box;
}

.section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

.pc-view {
  display: block;
}
@media (max-width: 768px) {
  .pc-view {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 768px) {
  .sp-view {
    display: block;
  }
}

.sec-title {
  font-size: 2.8rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sec-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.sec-title span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sec-title span {
    font-size: 1.5rem;
  }
}
.sec-title span::after {
  content: "";
  display: block;
  border-bottom: 1px solid black;
  width: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.sttl-header {
  background-color: black;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sttl-header figure {
  text-align: center;
}
.sttl-header figure img {
  width: 60px;
  height: 60px;
}
.sttl-header h2, .sttl-header h3 {
  color: white;
  text-align: center;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .sttl-header h2, .sttl-header h3 {
    font-size: 2.4rem;
  }
}
.sttl-header h2 span, .sttl-header h3 span {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .sttl-header h2 span, .sttl-header h3 span {
    font-size: 1.6rem;
  }
}
.sttl-header h2 span::after, .sttl-header h3 span::after {
  content: "";
  display: block;
  border-bottom: 1px solid white;
  width: 30px;
  margin: 0 auto;
}

.sub-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sub-title {
    margin-bottom: 10px;
  }
}

.text-white {
  color: #FFF;
}

.bg-blue {
  background-color: #F2F5FC;
  padding: 60px 0;
}

.text-link {
  text-decoration: underline;
}

.hover-zoom {
  overflow: hidden;
  display: block;
}
.hover-zoom img {
  transition: 1s all;
}
.hover-zoom img :hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.hvr-shutter-out-horizontal {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover::before, .hvr-shutter-out-horizontal :focus::before, .hvr-shutter-out-horizontal :active::before {
  transform: scaleX(1);
}
.hvr-shutter-out-horizontal:hover {
  color: white;
}

.btn-black.hvr-shutter-out-horizontal::before {
  background: white;
}
.btn-black.hvr-shutter-out-horizontal:hover {
  color: black;
}

.btn-line {
  display: inline-block;
  border: 1px solid black;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 35px;
  box-sizing: border-box;
  text-align: center;
}

.btn-black {
  display: inline-block;
  border: 1px solid black;
  background-color: black;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 35px;
  box-sizing: border-box;
  text-align: center;
}

.sec-col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sec-col {
    flex-wrap: wrap;
  }
}

.sec-col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-col-2 .col-2-item {
  width: 48.2%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec-col-2 .col-2-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-col-2 .col-2-item:last-child {
    margin-bottom: 0;
  }
}
.sec-col-2 .col-2-item h3 {
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
}
.sec-col-2 .col-2-item p {
  margin-bottom: 15px;
}

.sec-col-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-col-3 .col-3-item {
  width: 30.8%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec-col-3 .col-3-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-col-3 .col-3-item:last-child {
    margin-bottom: 0;
  }
}
.sec-col-3 .col-3-item h3 {
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
}
.sec-col-3 .col-3-item p {
  margin-bottom: 15px;
}

.sec-col-half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sec-col-half.col-reverse {
    flex-direction: column-reverse;
  }
}
.sec-col-half .col-half-top {
  width: 50%;
  padding-right: 2.2%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sec-col-half .col-half-top {
    width: 100%;
    padding-right: 0;
  }
}
.sec-col-half .col-half-bottom {
  width: 50%;
  padding-left: 2.2%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sec-col-half .col-half-bottom {
    width: 100%;
    padding-left: 0;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  align-self: center;
}
@media (max-width: 768px) {
  .align-center {
    width: 100%;
    text-align: center;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .mt-30 {
    margin-top: 20px;
  }
}

#header {
  position: relative;
}
@media (max-width: 768px) {
  #header {
    padding: 5px 0;
  }
}
#header .inner-xl {
  position: absolute;
  width: 100%;
  z-index: 9;
}
#header .inner-xl .h-top {
  display: flex;
  justify-content: space-between;
}
#header .inner-xl .h-top .h-logo {
  width: 140px;
  align-self: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #header .inner-xl .h-top .h-logo {
    width: 80px;
  }
}
#header .inner-xl .h-top .for-pc {
  width: calc(100% - 140px);
}
#header .inner-xl .h-top nav {
  align-self: center;
  padding: 15px 0;
}
#header .inner-xl .h-top nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #header .inner-xl .h-top nav ul {
    flex-wrap: wrap;
  }
}
#header .inner-xl .h-top nav ul li {
  font-size: 1.8rem;
  font-weight: 600;
}
#header .inner-xl .h-top nav ul li a {
  color: white;
}
#header .inner-xl .h-top nav ul li.nav-contact a {
  color: #F73124;
  border: 1px solid #F73124;
  display: block;
  padding: 5px 10px;
}
#header .inner-xl .h-top nav ul li.nav-contact a:hover {
  color: white;
  background-color: #F73124;
}
#header .inner-xl .h-top .h-nav {
  width: 95%;
}
#header .inner-xl .h-top .h-nav ul {
  justify-content: end;
}
#header .inner-xl .h-top .h-nav ul li {
  padding: 0 2%;
}
#header .inner-xl .h-top .h-nav ul li.nav-current::after {
  display: block;
  border-bottom: 1px solid #F73124;
  width: 30px;
  content: "";
}
#header .inner-xl .h-top .h-nav ul li a:hover {
  color: #F73124;
}
#header .inner-xl .h-top #nav-sns {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99;
}
@media (max-width: 768px) {
  #header .inner-xl .h-top #nav-sns {
    right: 8%;
  }
}
#header .inner-xl .h-top #nav-sns ul {
  display: block;
}
#header .inner-xl .h-top #nav-sns ul li {
  margin-bottom: 10px;
  filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.8));
}
#header .inner-xl .h-top #nav-sns ul li.current-lang {
  display: none;
}
#header.p-sub .inner-xl {
  position: relative;
}
#header.p-sub .inner-xl .h-top nav ul li a {
  color: #000000;
}
@media (max-width: 768px) {
  #header.p-sub .inner-xl .h-top nav ul li a {
    color: white;
  }
}
#header.p-sub .inner-xl .h-top nav ul li.nav-contact a {
  color: #F73124;
}

.for-pc {
  display: block;
}
@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media (max-width: 768px) {
  .for-sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-fixed {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    right: 8%;
    top: 45px;
    z-index: 999;
  }
  #nav {
    position: fixed;
    height: 100vh;
    width: 40%;
    right: -40%;
    top: 0;
    background: black;
    transition: 0.5s;
  }
  #nav .h-nav ul {
    display: block;
    margin: 0 0 0 auto;
    padding: 100px 6.5% 0;
  }
  #nav .h-nav ul li {
    text-align: right;
    line-height: 2.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #nav .h-nav ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #nav .h-nav ul a {
    display: block;
    text-decoration: none;
    transition: 0.3s;
    color: white;
  }
  #nav .h-nav ul a:hover {
    color: #F73124;
  }
  #nav .h-nav ul a span {
    font-size: 1.2rem;
  }
  .in {
    transform: translateX(-100%);
  }
  #hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 45px;
    cursor: pointer;
    transition: 1s;
  }
  #hamburger .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #414141;
    transition: 1s;
  }
  #hamburger #line1 {
    top: -18px;
  }
  #hamburger #line1.line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: -17px;
    background-color: #FFF;
  }
  #hamburger #line2 {
    display: none;
  }
  #hamburger #line2.line_2 {
    opacity: 0;
  }
  #hamburger #line3 {
    top: -5px;
    width: 25px;
  }
  #hamburger #line3.line_3 {
    transform: translateY(0px) rotate(45deg);
    top: 3px;
    width: 40px;
    background-color: #FFF;
  }
  #hamburger .inner_text {
    position: absolute;
    display: block;
    bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    left: 0;
  }
  #hamburger .inner_text.innertext_1 {
    color: white;
    bottom: 0;
  }
}
@media (max-width: 960px) {
  #nav {
    width: 60%;
    right: -60%;
  }
}
@media (max-width: 768px) {
  #nav {
    width: 100%;
    right: -100%;
  }
}
#footer .f-brands {
  background-color: white;
  padding: 60px 0;
}
@media (max-width: 768px) {
  #footer .f-brands {
    padding: 30px 0;
  }
}
#footer .f-brands ul {
  align-items: center;
}
@media (max-width: 768px) {
  #footer .f-brands ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #footer .f-brands ul li {
    margin-bottom: 30px;
  }
}
#footer .f-brands ul li img {
  width: 200px;
}
#footer .f-contens {
  background-color: black;
  color: white;
  padding: 60px 0 10px;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content01 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .f-contens .f-content01 figure {
  width: 158px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content01 figure {
    width: 80px;
    margin: 0 auto 15px;
    padding: 0;
  }
}
#footer .f-contens .f-content01 div {
  width: 100%;
}
#footer .f-contens .f-content01 div h3 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content01 div h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
#footer .f-contens .f-content01 div p {
  line-height: 1.75;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content01 div p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #footer .f-contens .f-content02 {
    width: 100%;
  }
}
#footer .f-contens .f-content02 .fnav {
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content02 .fnav {
    text-align: center;
  }
}
#footer .f-contens .f-content02 .fnav li {
  display: inline-block;
}
#footer .f-contens .f-content02 .fnav li a {
  color: white;
}
#footer .f-contens .f-content02 .fnav li a:hover {
  text-decoration: underline;
}
#footer .f-contens .f-content02 .fnav.fnav01 li {
  margin: 0 15px;
  font-weight: bold;
}
#footer .f-contens .f-content02 .fnav.fnav01 li.current-lang {
  display: none;
}
#footer .f-contens .f-content02 .fnav.fnav02 li {
  font-size: 1.4rem;
}
#footer .f-contens .f-content02 .fnav.fnav02 li::after {
  content: "/";
  padding: 0 5px;
}
#footer .f-contens .f-content02 .fnav.fnav02 li:last-child::after {
  content: "";
}
#footer .f-contens .f-content02 p {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .f-contens .f-content02 p {
    text-align: center;
  }
}
#footer .f-contens .f-content02 p a {
  color: white;
  font-size: 1.4rem;
}
#footer .f-contens .f-content02 p a:hover {
  text-decoration: underline;
}
#footer .f-contens .copyright {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #footer .f-contens .copyright {
    font-size: 1.2rem;
  }
}
#footer .f-contens .copyright a {
  color: white;
}

#sec-main h1 {
  color: white;
}
@media (max-width: 768px) {
  #sec-main h1 {
    margin-right: 10%;
  }
}
#sec-main h1 span.copy-en {
  font-size: 7rem;
  line-height: 1.5;
  display: block;
  padding: 30px 0;
}
@media (max-width: 768px) {
  #sec-main h1 span.copy-en {
    font-size: 4rem;
    padding: 5px 0;
  }
}
#sec-main h1 span.copy-jp {
  font-weight: 600;
  font-size: 5rem;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  #sec-main h1 span.copy-jp {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}
#sec-main h1 span.copy-jp-small {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  #sec-main h1 span.copy-jp-small {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}
#sec-main.sub-main {
  padding: 30px;
  margin-top: 30px;
  background-color: #000000;
}
@media (max-width: 768px) {
  #sec-main.sub-main {
    min-height: 400px;
    height: auto;
  }
}
#sec-main.sub-main h1 span.copy-jp {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#sec-main.p-service {
  background: url(../../assets/images/service/main@2x.jpg) no-repeat center top;
  background-size: cover;
}
#sec-main.p-company {
  background: url(../../assets/images/company/main@2x.jpg) no-repeat center top;
  background-size: cover;
}
#sec-main.p-faq {
  background: url(../../assets/images/faq/main@2x.jpg) no-repeat center top;
  background-size: cover;
}
#sec-main .video-box {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #sec-main .video-box {
    margin: 0 auto 20px;
  }
}
#sec-main .video-box video {
  width: 100%;
  border-radius: 100px 0 0 0;
}
@media (max-width: 768px) {
  #sec-main .video-box video {
    border-radius: 50px 0 0 0;
    height: 800px;
    width: auto;
  }
}
#sec-main .video-box .video-contents {
  position: absolute;
  top: 10%;
  left: 3%;
}
#sec-main .main-lead {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #sec-main .main-lead {
    margin-bottom: 30px;
  }
}
#sec-main .main-lead p {
  width: 60%;
  color: white;
}
@media (max-width: 768px) {
  #sec-main .main-lead p {
    width: 100%;
    color: #000000;
  }
}
#sec-main .main-lead p:lang(en) {
  font-size: 2.4rem;
}
#sec-main .main-lead .btn-line {
  color: white;
  border: 1px solid white;
}
@media (max-width: 768px) {
  #sec-main .main-lead .btn-line {
    color: #000000;
    border: 1px solid #000000;
    margin: 0 auto 30px;
  }
}
#sec-main .main-population {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 768px) {
  #sec-main .main-population .sec-col {
    flex-direction: column-reverse;
  }
}
#sec-main .main-population .sec-col p strong {
  font-size: 3.6rem;
}
#sec-main .main-population .sec-col p span {
  font-size: 12px;
}
#sec-main .main-population .sec-col p:first-child::after {
  display: block;
  border-bottom: 1px solid black;
  width: 40px;
  margin: 30px auto;
  content: "";
}
@media (max-width: 768px) {
  #sec-main .main-population .sec-col p:first-child::after {
    margin: 15px auto;
  }
}
#sec-main .main-population .sec-col .video-box {
  width: 57%;
  margin: initial;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #sec-main .main-population .sec-col .video-box {
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
  }
}
#sec-main .main-population .sec-col .video-box video {
  border-radius: 0;
}

#sec-clients {
  padding-top: 60px;
}

#sec-service {
  margin-top: 60px;
  position: relative;
}
#sec-service .sec-title {
  margin-top: -40px;
  width: 30%;
}
@media (max-width: 768px) {
  #sec-service .sec-title {
    margin-top: 0;
    width: 100%;
  }
}
#sec-service .service-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 70%;
}
@media (max-width: 768px) {
  #sec-service .service-list {
    padding-top: 0;
    width: 100%;
    justify-content: space-between;
  }
}
#sec-service .service-list li {
  width: 50%;
  display: flex;
  margin-bottom: 60px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #sec-service .service-list li {
    width: 45%;
    margin-bottom: 30px;
  }
}
#sec-service .service-list li img {
  width: 36px;
}
#sec-service .service-list li span {
  align-self: center;
  padding-left: 20px;
}
#sec-service .po01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
}
@media (max-width: 768px) {
  #sec-service .po01 {
    width: 55%;
  }
}

#sec-metropolis {
  background-color: black;
  padding: 60px 0;
  color: white;
}
#sec-metropolis img {
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
}
@media (max-width: 960px) {
  #sec-metropolis img {
    width: 150px;
    height: auto;
    margin: 0 auto 30px;
  }
}
#sec-metropolis .me-text {
  width: 50%;
}
@media (max-width: 960px) {
  #sec-metropolis .me-text {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #sec-metropolis .me-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sec-metropolis .me-text h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sec-metropolis .me-text h2 {
    font-size: 2.4rem;
  }
}
#sec-metropolis a {
  color: white;
  border: 1px solid white;
}
#sec-metropolis a.hvr-shutter-out-horizontal::before {
  background: white;
}
#sec-metropolis a.hvr-shutter-out-horizontal:hover {
  color: black;
}

.slider02 .slick-slide {
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .slider02 .slick-slide {
    margin: 0 5px;
  }
}
.slider02 .slick-slide .date {
  line-height: 1;
  padding: 20px 0 0;
}
.slider02 .slick-slide h3 {
  font-size: 1.8rem;
}

#sec-cta {
  background-color: #F73124;
  padding: 60px 0;
  color: white;
}
@media (max-width: 768px) {
  #sec-cta {
    padding: 30px 0;
  }
}
#sec-cta .cta-text {
  width: 60%;
}
@media (max-width: 768px) {
  #sec-cta .cta-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sec-cta .cta-text h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sec-cta .cta-text h2 {
    text-align: center;
  }
}
#sec-cta a {
  color: white;
  border: 1px solid white;
}
#sec-cta a.hvr-shutter-out-horizontal::before {
  background: white;
}
#sec-cta a.hvr-shutter-out-horizontal:hover {
  color: #F73124;
}

@media (max-width: 768px) {
  #sec-recruit .sec-col {
    flex-wrap: nowrap;
  }
}
#sec-recruit .sec-col dl {
  margin-bottom: 20px;
  width: 61.4%;
}
@media (max-width: 768px) {
  #sec-recruit .sec-col dl {
    padding-right: 20px;
    width: 100%;
  }
}
#sec-recruit .sec-col dl dt {
  font-weight: bold;
}
#sec-recruit .sec-col dl dt .news-tag {
  background-color: black;
  color: white;
  padding: 0 5px;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #sec-recruit .sec-col .align-center {
    max-width: 120px;
  }
}
#sec-recruit .sec-col .align-center .btn-line {
  font-size: 1.6rem;
  padding: 10px;
}

.breadcrumbs ul {
  display: inline;
  padding: 3px 10px;
  line-height: 1;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 1.4rem;
  color: white;
}
.breadcrumbs ul li span::after {
  content: " > ";
}
.breadcrumbs ul li span a {
  text-decoration: underline;
  color: white;
}

.sub-nav {
  background-color: #F2F5FC;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .sub-nav {
    padding: 15px 0;
  }
}
.sub-nav ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .sub-nav ul li {
    margin-right: 15px;
  }
}
.sub-nav ul li a:hover {
  text-decoration: underline;
}

.tab-area {
  display: flex;
  cursor: pointer;
}
.tab-area .tab-menu {
  font-weight: bold;
}
.tab-area .tab-menu::after {
  content: " | ";
  color: black;
  padding: 0 5px;
}
.tab-area .tab-menu:last-child::after {
  content: "";
}
.tab-area .tab-menu.active {
  color: #F73124;
}

.tab-content-area .tab-content {
  display: none;
}
.tab-content-area .tab-content.show {
  display: block;
}

/* modal */
.modal-item {
  cursor: pointer;
}

.modal-block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-block .modal-content {
  position: relative;
}
@media (max-width: 768px) {
  .modal-block .modal-content {
    padding: 0 10%;
  }
}
.modal-block .modal-content span {
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-block .modal-content span {
    right: 10%;
  }
}
.modal-block .modal-content span::before {
  content: "";
  display: block;
}
.modal-block .modal-content img {
  max-width: 100%;
}
.modal-block .caption {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

.close-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#sec-about {
  position: relative;
  overflow: hidden;
}
#sec-about figure {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  #sec-about figure {
    position: relative;
    margin-top: 30px;
  }
}

#sec-members .sec-col-half {
  border-top: 1px solid #AFBDDD;
  padding: 30px 0;
}
#sec-members .sec-col-half:last-child {
  border-bottom: 1px solid #AFBDDD;
}
#sec-members .sec-col-half .img-team {
  max-width: 300px;
}
#sec-members .sec-col-half h3 {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  #sec-otherbrands figure {
    width: 80%;
    margin: 0 auto 10px;
  }
}
#sec-otherbrands .col-reverse {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #sec-members figure {
    width: 60%;
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  #sec-members .member-comment {
    text-align: left;
  }
}

#sec-overview .company dl {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
#sec-overview .company dl dt {
  width: 35%;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;
}
#sec-overview .company dl dd {
  padding: 0 20px;
  box-sizing: border-box;
  width: 65%;
  word-break: break-all;
}

.sec-faq .faq-list dt {
  display: block;
  cursor: pointer;
  background-color: black;
  font-size: 1.8rem;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid black;
  color: white;
}
.sec-faq .faq-list dd {
  padding: 20px;
}
.sec-faq .faq-list dd:last-child {
  border-bottom: 1px solid black;
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 400px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-form-box {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-form-box {
    flex-wrap: wrap;
  }
}
.contact-form-box:last-child {
  margin-bottom: 0;
}
.contact-form-box .form-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-form-box .form-input .wpcf7-text {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  background-color: #EAEDF5;
  font-size: 1.6rem;
}
.contact-form-box .form-input .wpcf7-textarea {
  box-sizing: border-box;
  padding: 10px;
  min-height: 200px;
  width: 100%;
  background-color: #EAEDF5;
  font-size: 1.6rem;
}

.wpcf7-submit {
  display: inline-block;
  color: black;
  background-color: white;
  border: 1px solid black;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 35px;
  box-sizing: border-box;
  text-align: center;
}
.wpcf7-submit:hover {
  color: white;
  background-color: black;
  border: 1px solid white;
}

#sec-info-list .info-item {
  color: #414141;
}
#sec-info-list .info-item a {
  color: #414141;
  text-decoration: none;
}
#sec-info-list .info-item a:hover {
  opacity: 0.8;
}

.breadcrums {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.breadcrums li {
  margin: 0 2.5px;
}
.breadcrums li a {
  background-color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.breadcrums li a.btn-prev, .breadcrums li a.btn-next {
  background-color: transparent;
}
.breadcrums li.current {
  background-color: #2A3964;
  color: white;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

#article #sec-main.sub-main {
  padding: 0;
}
#article #sec-main.sub-main .contents-box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
}
#article .date {
  color: white;
  font-size: 2.4rem;
}
#article .single-box p,
#article .single-box ul,
#article .single-box ol {
  margin-bottom: 10px;
}
#article .page-nav {
  margin-top: 60px;
  display: flex;
}
#article .page-nav li a {
  display: inline-block;
  border: 1px solid black;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 35px;
  box-sizing: border-box;
  text-align: center;
}
#article .page-nav .prev {
  margin-right: 20px;
}/*# sourceMappingURL=style.css.map */