@charset "UTF-8";
html, body, div, 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, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fcfcfc;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header.header-fix {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
  transform: rotate(45deg) translate(8.5px, 8px)
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
  transform: rotate(-45deg) translate(8.5px, -7.5px)
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    height: 70px;
    padding: 0 20px
  }
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 228px;
  margin-left: 60px
}
@media only screen and (max-width: 1180px) {
  .header__top {
    margin-left: 30px
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%;
    margin-left: 0
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 180px
  }
}
.header__logoImg {
  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__toggle {
  display: none;
  z-index: 1000
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    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: 25px;
    height: 25px
  }
}
.header__toggle 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: 25px;
  height: 25px;
  position: relative
}
.header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid #0b98d9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before, .header__toggle span span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #0b98d9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before {
  top: -12px
}
.header__toggle span span:after {
  top: 11px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #fcfcfc;
    height: calc(100vh - 70px);
    z-index: 99;
    padding: 0 0 30px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 357px
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    max-width: 100%
  }
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    padding: 30px 20px;
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
    background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
    position: relative;
    margin-bottom: 190px
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1024px) {
  .header__list {
    display: block;
    margin-top: -20px
  }
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .header__item {
    display: block;
    border-left: none
  }
}
.header__item:not(:last-child):not(:nth-last-of-type(2)) {
  margin-left: 35px;
}
@media only screen and (max-width: 1180px) {
  .header__item:not(:last-child):not(:nth-last-of-type(2)) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__item:not(:last-child):not(:nth-last-of-type(2)) {
    margin-left: 0;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #d8e8f0;
  }
  .header__item:not(:last-child):not(:nth-last-of-type(2)):after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon/ic_arrow-circle.svg) no-repeat center;
    background-size: 25px 25px !important;
  }
}

.header__item:nth-last-of-type(2) {
  margin-left: 25px
}
@media only screen and (max-width: 1024px) {
  .header__item:nth-last-of-type(2) {
    margin: 0
  }
}
@media only screen and (min-width: 768px) {
  .header__item:hover .header__sub {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: initial
  }
}
.header__item.is-active .header__link {
  color: #0b98d9
}
@media only screen and (max-width: 1024px) {
  .header__item.is-sub:not(:last-child):not(:nth-last-of-type(2))::after {
    background: url(../img/common/icon/ic_plus.svg) no-repeat center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .header__item.is-sub.is-active:not(:last-child):not(:nth-last-of-type(2))::after {
    background: url(../img/common/icon/ic_minus.svg) no-repeat center;
  }

  .header__item.is-active:not(.is-sub):not(:last-child):not(:nth-last-of-type(2))::after {
    background: url(../img/common/icon/ic_arrow-circleA.svg) no-repeat center;
  }
}
@media only screen and (max-width: 1024px) {
  .header__item.is-recruit, .header__item.is-contact {
    position: absolute;
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border: none !important
  }
}
.header__item.is-recruit .header__link, .header__item.is-contact .header__link {
  height: 80px;
  width: 180px;
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fcfcfc;
  overflow: hidden;
  position: relative
}
.header__item.is-recruit .header__link:before, .header__item.is-recruit .header__link:after, .header__item.is-contact .header__link:before, .header__item.is-contact .header__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__item.is-recruit .header__link:before, .header__item.is-contact .header__link:before {
  z-index: 1
}
.header__item.is-recruit .header__link:after, .header__item.is-contact .header__link:after {
  opacity: 0;
  z-index: 2
}
@media only screen and (max-width: 1024px) {
  .header__item.is-recruit .header__link:after, .header__item.is-contact .header__link:after {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon/ic_arrow-circleW.svg) no-repeat center !important;
    background-size: 25px 25px;
    opacity: 1;
    left: 5px
  }
}
.header__item.is-recruit .header__link span, .header__item.is-contact .header__link span {
  position: relative;
  z-index: 3;
  -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1), .6s cubic-bezier(.4, 0, 0, 1);
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1), .6s cubic-bezier(.4, 0, 0, 1)
}
.header__item.is-recruit .header__link span:first-child, .header__item.is-contact .header__link span:first-child {
  opacity: 1;
  opacity: var(--_opactiy-1, 1);
  -webkit-transform: translateY(0%);
  transform: translateY(0);
  -webkit-transform: translateY(var(--_y-1, 0%));
  transform: translateY(var(--_y-1, 0%))
}
.header__item.is-recruit .header__link span:last-child, .header__item.is-contact .header__link span:last-child {
  position: absolute;
  display: block;
  opacity: 0;
  opacity: var(--_opactiy-2, 0);
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transform: translateY(var(--_y-2, 150%));
  transform: translateY(var(--_y-2, 150%))
}
@media only screen and (min-width: 768px) {
  .header__item.is-recruit .header__link:hover, .header__item.is-contact .header__link:hover {
    --_opactiy-1: 0;
    --_opactiy-2: 1;
    --_y-1: -150%;
    --_y-2: 0
  }
  .header__item.is-recruit .header__link:hover:after, .header__item.is-contact .header__link:hover:after {
    opacity: 1
  }
}
@media only screen and (max-width: 1024px) {
  .header__item.is-recruit .header__link, .header__item.is-contact .header__link {
    border-radius: 5px !important;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
    width: calc(100% - 50px);
    max-width: 100%
  }
}
@media only screen and (max-width: 1024px) {
  .header__item.is-recruit {
    bottom: -90px
  }
}
.header__item.is-recruit .header__link {
  border-radius: 0 0 0 3px
}
.header__item.is-recruit .header__link:before {
  background: -webkit-linear-gradient(154.98deg, #16d9d9 18.92%, #0ca6f2 82.56%);
  background: linear-gradient(295.02deg, #16d9d9 18.92%, #0ca6f2 82.56%)
}
.header__item.is-recruit .header__link:after {
  background: -webkit-linear-gradient(154.98deg, #0ca6f2 18.92%, #16d9d9 82.56%);
  background: linear-gradient(295.02deg, #0ca6f2 18.92%, #16d9d9 82.56%)
}
@media only screen and (max-width: 1024px) {
  .header__item.is-contact {
    bottom: -160px
  }
}
.header__item.is-contact .header__link:before {
  background: -webkit-linear-gradient(334.98deg, #1687d9 18.18%, #0bafe6 81.82%);
  background: linear-gradient(115.02deg, #1687d9 18.18%, #0bafe6 81.82%)
}
.header__item.is-contact .header__link:after {
  background: -webkit-linear-gradient(154.98deg, #0bafe6 18.92%, #1687d9 82.56%);
  background: linear-gradient(295.02deg, #0bafe6 18.92%, #1687d9 82.56%)
}
.header__link {
  color: #000;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: .03em;
  font-weight: 500;
  color: #1c2a3e;
  white-space: nowrap;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (min-width: 768px) {
  .header__link:hover {
    color: #0b98d9;
    opacity: 1
  }
}
@media only screen and (max-width: 1024px) {
  .header__link {
    height: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
  }
}
.header__sub {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  -webkit-box-shadow: 0px 3px 5px #d8e8f0;
  box-shadow: 0 3px 5px #d8e8f0;
  border-radius: 0 0 5px 5px;
  padding: 60px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1
}
@media only screen and (max-width: 1024px) {
  .header__sub {
    position: relative;
    top: 0;
    display: none;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    z-index: 1;
    background: transparent;
    margin: 20px -20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% + 40px);
    -webkit-transition: none;
    transition: none
  }
}
.header__subWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__subWrap .titleMain {
  margin: 0 30px 0 0
}
@media only screen and (max-width: 1024px) {
  .header__subWrap .titleMain {
    display: none
  }
}
.header__subWrap .titleMain__en span {
  font-size: 5.1rem
}
.header__subWrap .titleMain__jp {
  font-size: 1.5rem
}
.header__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -15px;
  max-width: 740px
}
@media only screen and (max-width: 1024px) {
  .header__subList {
    display: block;
    max-width: 100%;
    margin: 0
  }
}
.header__subList li {
  width: calc(50% - 60px);
  margin: 0 30px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8e8f0
}
@media only screen and (max-width: 1024px) {
  .header__subList li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: none
  }
}
.header__subList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #222;
  letter-spacing: .015em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 1024px) {
  .header__subList li a {
    font-weight: 500
  }
}
@media only screen and (min-width: 768px) {
  .header__subList li a:hover {
    opacity: 1;
    color: #0b98d9
  }
}
.header__subList li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22baec;
  margin-right: 10px;
  position: relative;
  top: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.footer {
  background: #1c2a3e
}
.footer .contact {
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  padding: 120px 0
}
@media only screen and (max-width: 1180px) {
  .footer .contact {
    padding: 10.1694915254vw 0
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact {
    padding: 60px 0
  }
}
.footer .contact__title {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: .03em;
  font-weight: 700;
  text-align: center;
  color: #fcfcfc;
  margin-bottom: 36px
}
@media only screen and (max-width: 1180px) {
  .footer .contact__title {
    font-size: 2.5423728814vw;
    margin-bottom: 3.0508474576vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__title {
    font-size: 2rem
  }
}
.footer .contact__box {
  background: #fcfcfc;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: -260px
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box {
    margin-bottom: -22.0338983051vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box {
    margin-bottom: -130px;
    display: block
  }
}
.footer .contact__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 135px;
  border-left: 1px solid #0b98d9
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box:after {
    height: 11.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box:after {
    display: none
  }
}
.footer .contact__box .phone, .footer .contact__box .mail {
  width: 50%;
  padding: 60px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .phone, .footer .contact__box .mail {
    padding: 5.0847457627vw 6.7796610169vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone, .footer .contact__box .mail {
    padding: 20px;
    display: block;
    width: 100%
  }
}
.footer .contact__box .phone__title, .footer .contact__box .mail__title {
  font-size: 2rem;
  line-height: normal;
  letter-spacing: .03em;
  font-weight: 700;
  color: #1c538b;
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .phone__title, .footer .contact__box .mail__title {
    font-size: 1.6949152542vw;
    margin-bottom: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone__title, .footer .contact__box .mail__title {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone {
    border-bottom: 1px solid #0b98d9
  }
}
.footer .contact__box .phone__number {
  font-family: Inter, serif;
  font-size: 4.5rem;
  letter-spacing: .02em;
  line-height: 1;
  font-weight: 700;
  color: #0b98d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .phone__number {
    font-size: 3.813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone__number {
    font-size: 3.6rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto
  }
}
@media only screen and (max-width: 374px) {
  .footer .contact__box .phone__number {
    font-size: 8.5561497326vw
  }
}
.footer .contact__box .phone__number:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/common/icon/ic_phone.svg) no-repeat center;
  background-size: 35px 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 5px 18px 5px 0
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .phone__number:before {
    width: 2.9661016949vw;
    height: 2.9661016949vw;
    background-size: 2.9661016949vw 2.9661016949vw;
    margin: .4237288136vw 1.5254237288vw .4237288136vw 0
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone__number:before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin: 5px 10px 5px 0
  }
}
@media only screen and (max-width: 374px) {
  .footer .contact__box .phone__number:before {
    width: 6.6844919786vw;
    height: 6.6844919786vw;
    background-size: 6.6844919786vw 6.6844919786vw;
    margin: .5347593583vw 2.6737967914vw .5347593583vw 0
  }
}
.footer .contact__box .phone__number span span {
  font-size: 1.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  letter-spacing: .03em;
  display: block;
  margin-top: 20px
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .phone__number span span {
    font-size: 1.2711864407vw;
    margin-top: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .phone__number span span {
    font-size: 1.5rem;
    margin-top: 10px
  }
}
@media only screen and (max-width: 374px) {
  .footer .contact__box .phone__number span span {
    font-size: 4.0106951872vw;
    margin-top: 2.6737967914vw
  }
}
.footer .contact__box .mail .btn__gradient a {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  padding: 0 30px;
  height: 90px;
  width: calc(100% - 60px)
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .mail .btn__gradient a {
    padding: 0 2.5423728814vw;
    height: 7.6271186441vw
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .mail .btn__gradient a {
    height: 60px;
    padding: 0 30px
  }
}
@media only screen and (max-width: 1180px) {
  .footer .contact__box .mail .btn__gradient a:after {
    width: 3.813559322vw;
    height: 3.813559322vw;
    background-size: 1.4406779661vw 1.1016949153vw !important
  }
}
@media only screen and (max-width: 767px) {
  .footer .contact__box .mail .btn__gradient a:after {
    width: 30px;
    height: 30PX;
    background-size: 13px 9px !important
  }
}
.footer__wrap {
  padding: 200px 0 90px
}
@media only screen and (max-width: 1180px) {
  .footer__wrap {
    padding: 16.9491525424vw 0 7.6271186441vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    padding: 100px 0 60px
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    display: block
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px
}
@media only screen and (max-width: 1180px) {
  .footer__body {
    margin: 0 -10px
  }
}
@media only screen and (max-width: 767px) {
  .footer__body {
    margin: 0;
    display: block
  }
}
.footer__list {
  width: 25%;
  padding: 0 30px
}
@media only screen and (max-width: 1180px) {
  .footer__list {
    padding: 0 10px
  }
}
@media only screen and (max-width: 767px) {
  .footer__list {
    width: 100%;
    padding: 0
  }
  .footer__list + .footer__list {
    margin-top: 20px
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 25px
}
@media only screen and (max-width: 1180px) {
  .footer__item:not(:last-child) {
    margin-bottom: 2.1186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__item:not(:last-child) {
    margin-bottom: 25px
  }
}
.footer__link {
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: normal;
  color: #fcfcfc
}
@media only screen and (max-width: 1180px) {
  .footer__link {
    font-size: 1.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.5rem
  }
}
.footer__sub {
  margin-top: 25px
}
@media only screen and (max-width: 1180px) {
  .footer__sub {
    margin-bottom: 2.1186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub {
    margin-top: 25px
  }
}
.footer__sub li + li {
  margin-top: 20px
}
@media only screen and (max-width: 1180px) {
  .footer__sub li + li {
    margin-top: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub li + li {
    margin-top: 15px
  }
}
.footer__sub li a {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .03em;
  font-weight: 400;
  color: #8d97a6
}
@media only screen and (max-width: 1180px) {
  .footer__sub li a {
    font-size: 1.3559322034vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub li a {
    font-size: 1.4rem
  }
}
.footer__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 30px;
    display: block;
    text-align: center
  }
}
.footer__logo {
  max-width: 284px
}
@media only screen and (max-width: 1180px) {
  .footer__logo {
    max-width: 24.0677966102vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    max-width: 280px
  }
}
.footer__address {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .03em;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__address + .footer__address {
  margin-top: 15px
}
@media only screen and (max-width: 1180px) {
  .footer__address {
    font-size: 1.186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__address {
    font-size: 1.4rem;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer__address:before {
  content: "\6566\8cc0";
  border-right: 1px solid #fcfcfc;
  padding-right: 8px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1180px) {
  .footer__address:before {
    padding-right: .6779661017vw;
    margin-right: .6779661017vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__address:before {
    padding-right: 8px;
    margin-right: 8px
  }
}
.footer__address span span + span {
  margin-left: 10px
}
@media only screen and (max-width: 1180px) {
  .footer__address span span + span {
    margin-left: .8474576271vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__address span span + span {
    margin-left: 0
  }
}
.footer__address.is-main:before {
  content: "\672c\793e"
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .03em;
  color: #fcfcfc;
  margin-top: 16px;
  padding-left: 42px
}
@media only screen and (max-width: 1180px) {
  .footer__copyright {
    font-size: 1.186440678vw;
    margin-top: 1.3559322034vw;
    padding-left: 3.5593220339vw
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.4rem;
    margin-top: 60px;
    text-align: center;
    padding-left: 0
  }
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  -webkit-transform: translateY(165px);
  transform: translateY(165px);
  mix-blend-mode: multiply
}
.scrolltop.absolute {
  bottom: 80px
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 10px;
    right: 10px
  }
}
.scrolltop a {
  display: block;
  width: 30px;
  height: 46px;
  font-size: 1.6rem;
  line-height: normal;
  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;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1
}
@media only screen and (max-width: 767px) {
  .scrolltop a {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }
}
.scrolltop.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards
}
.scrolltop.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards
}
@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
.breadcrumb {
  padding: 0 60px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px
  }
}
.breadcrumb ul {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 15px
}
.breadcrumb ul a, .breadcrumb ul span {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: .03em;
  font-weight: 700;
  color: #fff
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul a, .breadcrumb ul span {
    font-size: 1.2rem
  }
}
.breadcrumb ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul a:after {
  content: "\ff1e";
  display: block;
  margin-left: 15px
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul a:after {
    width: 15px
  }
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  overflow-x: hidden;
  color: #222;
  background: #FCFCFC
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px
  }
}
main {
  overflow: hidden;
  padding-top: 80px
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 70px
  }
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
.mv__wrap {
  padding: 0 0 60px 60px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .mv__wrap {
    padding: 0 0 20px 20px
  }
}
.mv__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 360px;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#7df9f3), color-stop(50%, #22baec), to(#0b98d9));
  background: -webkit-linear-gradient(right, #7df9f3 0%, #22baec 50%, #0b98d9 100%);
  background: linear-gradient(270deg, #7df9f3 0%, #22baec 50%, #0b98d9 100%)
}
@media only screen and (max-width: 767px) {
  .mv__wrap:after {
    height: 180px
  }
}
.mv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 160px 120px
}
@media only screen and (max-width: 767px) {
  .mv__content {
    padding: 80px 40px
  }
}
.mv__title > span:nth-child(2) {
  margin-bottom: 20px
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(2) {
    margin-bottom: 0
  }
}
.mv__title span {
  display: block;
  color: #fcfcfc;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1
}
.mv__title span:nth-child(2) span {
  font-size: 5.7rem
}
@media only screen and (max-width: 1600px) {
  .mv__title span:nth-child(2) span {
    font-size: 3.5625vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title span:nth-child(2) span {
    font-size: 2rem;
    margin-bottom: 10px
  }
}
.mv__title span:nth-child(3) span {
  font-size: 7.2rem
}
@media only screen and (max-width: 1600px) {
  .mv__title span:nth-child(3) span {
    font-size: 4.5vw
  }
}
@media only screen and (max-width: 767px) {
  .mv__title span:nth-child(3) span {
    font-size: 2.4rem
  }
}
.mv__text {
  font-family: Inter, serif;
  font-size: 9rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 100;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  margin-bottom: -18px;
  position: relative;
  top: 10px
}
@media only screen and (max-width: 767px) {
  .mv__text {
    font-size: 4.5rem;
    margin-bottom: -10px
  }
}
.mv__text > span {
  margin-right: 45px;
  -webkit-animation: txt_scroll 40s linear infinite;
  animation: txt_scroll 40s linear infinite;
  will-change: transform
}
@media only screen and (max-width: 767px) {
  .mv__text > span {
    margin-right: 20px
  }
}
.mv__text > span span {
  display: inline-block;
  margin-right: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
@media only screen and (max-width: 767px) {
  .mv__text > span span {
    margin-right: 20px
  }
}
@-webkit-keyframes txt_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
@keyframes txt_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
.mv__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10
}
.mv__btn a {
  width: 265px;
  height: 115px;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  border-radius: 3px 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 700;
  color: #fcfcfc;
  padding: 0 45px;
  white-space: nowrap
}
@media only screen and (min-width: 768px) {
  .mv__btn a:hover {
    opacity: 1
  }
  .mv__btn a:hover:after {
    background: #fcfcfc url(../img/common/icon/ic_arrow-grd.svg) no-repeat center
  }
}
@media only screen and (max-width: 767px) {
  .mv__btn a {
    width: 160px;
    height: 60px;
    font-size: 1.4rem;
    padding: 0 20px
  }
}
.mv__btn a:after {
  content: "";
  display: block;
  position: relative;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fcfcfc;
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 16px 14px !important;
  margin-left: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .mv__btn a:after {
    width: 30px;
    height: 30px;
    background-size: 13px 9px !important;
    margin-left: 10px;
    left: 5px
  }
}
.mv__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 230px);
  border-radius: 5px 0 0 5px
}
@media only screen and (max-width: 767px) {
  .mv__slide {
    max-height: 360px
  }
}
.mv__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(202.25deg, rgba(28, 83, 139, 0) 50%, rgba(28, 83, 139, .3) 79.03%);
  background: linear-gradient(247.75deg, rgba(28, 83, 139, 0) 50%, rgba(28, 83, 139, .3) 79.03%);
  border-radius: 5px 0 0 5px;
  z-index: 3
}
.mv__slide .swiper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 0 0 5px
}
.mv__slide #mv01 {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  margin-right: -235px;
  width: 50%;
  max-width: 51.9480519481%
}
@media only screen and (max-width: 767px) {
  .mv__slide #mv01 {
    margin-right: -60px
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .mv__img img {
    height: 360px
  }
}
.mv .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 0;
  display: block
}
@media only screen and (max-width: 767px) {
  .mv .swiper-pagination {
    padding: 15px 0
  }
}
.mv .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d8e8f0;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 5px 0
}
.mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #22baec
}
.mv-child {
  position: relative;
  padding: 60px 0 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(50%, #E8F7FF));
  background: -webkit-linear-gradient(top, #F7F7F7 0%, #E8F7FF 50%);
  background: linear-gradient(180deg, #F7F7F7 0%, #E8F7FF 50%)
}
@media only screen and (max-width: 767px) {
  .mv-child {
    padding: 20px 0 0 20px
  }
}
.mv-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: -webkit-gradient(linear, left top, right top, from(#1687D9), to(#0BAFE6));
  background: -webkit-linear-gradient(left, #1687D9 0%, #0BAFE6 100%);
  background: linear-gradient(90deg, #1687D9 0%, #0BAFE6 100%);
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .mv-child:after {
    height: 105px
  }
}
.mv-child__wrap {
  background: #fcfcfc;
  padding: 92px 0;
  position: relative;
  z-index: 2;
  border-radius: 5px 0 0 5px
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap {
    padding: 40px 0
  }
}
.mv-child__wrap .titleMain {
  margin: 0
}
.mv-child__wrap .news {
  margin: -30px 0
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap .news {
    margin: 0
  }
}
.mv-child__wrap .news__title {
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 30px 0 0
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap .news__title {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 15px 0 0
  }
}
.mv-child .breadcrumb {
  position: relative;
  z-index: 2
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
@-webkit-keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.btn_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer
}
@media only screen and (min-width: 768px) {
  .btn_body:hover {
    opacity: 1 !important
  }
}
.btn__text {
  margin-left: 25px;
  color: #1c538b;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .03em
}
.btn__circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0b98d9;
  border-radius: 100%;
  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;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  overflow: hidden
}
.btn__circle-arrow {
  width: 17px;
  height: 13px;
  position: relative;
  display: inline-block;
  z-index: 3
}
.btn__circle-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0);
  border-radius: 100%
}
.btn .js-link-text__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative
}
.btn .js-link-text__label {
  display: block;
  position: relative
}
.btn .js-link-text__hover {
  display: inline-block;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%) translateY(100%);
  transform: translate(-50%, -50%) translateY(100%);
  width: 100%
}
.btn .u-bg-deep {
  background: #1c538b
}
.btn__gradient a {
  width: 310px;
  height: 120px;
  background: -webkit-linear-gradient(154.98deg, #16d9d9 18.92%, #0ca6f2 82.56%);
  background: linear-gradient(295.02deg, #16d9d9 18.92%, #0ca6f2 82.56%);
  border-radius: 3px 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 700;
  color: #fcfcfc;
  padding: 0 45px;
  white-space: nowrap
}
@media only screen and (max-width: 1180px) {
  .btn__gradient a {
    width: 26.2711864407vw;
    height: 10.1694915254vw;
    font-size: 2.0338983051vw;
    padding: 0 3.813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .btn__gradient a {
    width: 160px;
    height: 60px;
    font-size: 1.4rem;
    padding: 0 20px
  }
}
.btn__gradient a:after {
  content: "";
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 17px 13px !important;
  border: 1px solid #fcfcfc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (min-width: 768px) {
  .btn__gradient a:hover {
    opacity: 1
  }
  .btn__gradient a:hover:after {
    background: #fcfcfc url(../img/common/icon/ic_arrow-grd.svg) no-repeat center
  }
}
.titleMain {
  margin-bottom: 80px
}
@media only screen and (max-width: 1180px) {
  .titleMain {
    margin-bottom: 6.7796610169vw
  }
}
@media only screen and (max-width: 767px) {
  .titleMain {
    margin-bottom: 40px
  }
}
.titleMain span {
  display: block
}
.titleMain .word:first-child {
  position: absolute;
  pointer-events: none
}
.titleMain__en span, .titleMain .word:nth-child(2) span {
  font-family: Inter, serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#1687D9), to(#0BAFE6));
  background: -webkit-linear-gradient(left, #1687D9 0%, #0BAFE6 100%);
  background: linear-gradient(90deg, #1687D9 0%, #0BAFE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase
}
@media only screen and (max-width: 1180px) {
  .titleMain__en span, .titleMain .word:nth-child(2) span {
    font-size: 6.7796610169vw
  }
}
@media only screen and (max-width: 767px) {
  .titleMain__en span, .titleMain .word:nth-child(2) span {
    font-size: 4rem
  }
}
.titleMain__jp, .titleMain .word:last-child {
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: .03em;
  color: #1c538b;
  font-weight: 700;
  display: block;
  margin-top: 10px
}
@media only screen and (max-width: 767px) {
  .titleMain__jp, .titleMain .word:last-child {
    font-size: 1.6rem;
    margin-top: 0
  }
}
.titleSub__jp {
  font-size: 3.6rem;
  letter-spacing: .03em;
  font-weight: 600;
  line-height: 1;
  color: #262626
}
@media only screen and (max-width: 767px) {
  .titleSub__jp {
    font-size: 2.4rem
  }
}
.titleSub__en {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .015em;
  font-weight: 700;
  color: #ccc;
  margin-top: 15px;
  text-transform: uppercase
}
@media only screen and (max-width: 767px) {
  .titleSub__en {
    margin-top: 10px
  }
}
.titleSub.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .titleSub.is-flex {
    display: block
  }
}
.titleSub.is-flex .titleSub__en {
  margin: 0 0 0 15px
}
@media only screen and (max-width: 767px) {
  .titleSub.is-flex .titleSub__en {
    margin: 10px 0 0
  }
}
@-webkit-keyframes lineAnime {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translate(-101%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translate(101%)
  }
}
@keyframes lineAnime {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translate(-101%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translate(101%)
  }
}
.form__box {
  -webkit-box-shadow: 0px 3px 15px #F6FBFF;
  box-shadow: 0 3px 15px #f6fbff;
  border-radius: 10px;
  background: #fff;
  padding: 90px 20px
}
@media only screen and (max-width: 767px) {
  .form__box {
    padding: 40px 20px
  }
}
.form__box + .form__box {
  margin-top: 30px
}
.form__wrap {
  max-width: 840px;
  margin: 0 auto
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 0;
  border-bottom: 1px solid #EDEDED
}
@media only screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 30px 0
  }
}
.form__item:first-child {
  padding-top: 0
}
.form__item.is-required .form__label:after {
  content: "\5fc5\9808";
  background: #EC2244
}
.form__label {
  width: 315px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 5px 15px 5px 0;
  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;
  height: 35px
}
@media only screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    height: auto
  }
}
.form__label:after {
  content: "\4efb\610f";
  display: block;
  width: 50px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding: 0 0 2px;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fcfcfc;
  background: #666666;
  text-align: center;
  border-radius: 2px;
  position: relative;
  top: 1px
}
@media only screen and (max-width: 767px) {
  .form__label:after {
    top: 0
  }
}
.form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.form input, .form textarea {
  padding: 0 15px;
  background: #FCFCFC;
  border: 1px solid #CED4D9;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 400;
  width: calc(100% - 30px);
  color: #383838;
  outline: none;
  font-family: Noto Sans JP, sans-serif
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #737373
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #737373
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #737373
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #737373
}
.form input::placeholder, .form textarea::placeholder {
  color: #737373
}
@media only screen and (max-width: 767px) {
  .form input, .form textarea {
    font-size: 1.6rem
  }
}
.form input {
  min-height: 38px
}
.form textarea {
  min-height: 188px;
  padding: 10px 15px
}
.form__note {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .015em;
  font-weight: 400;
  color: #737373;
  margin-top: 10px
}
.form__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px
}
.form__gr .form__input {
  width: calc(50% - 15px);
  margin: 0 5px
}
.form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 60px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .form__policy {
    display: block;
    padding-top: 30px
  }
}
.form__policy:before {
  content: "\5fc5\9808";
  display: block;
  width: 50px;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  padding: 0 0 2px;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fff;
  background: #EB3443;
  border-radius: 2px;
  text-align: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 6px
}
@media only screen and (max-width: 767px) {
  .form__policy:before {
    margin-bottom: 10px
  }
}
.form__policy .form__checkbox {
  display: block;
  position: relative;
  top: 0;
  padding-left: 35px
}
.form__policy .form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.form__policy .form__checkbox a {
  color: #0b98d9;
  text-decoration: underline;
  text-underline-offset: 3px
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: .1em;
  font-weight: 400;
  color: #222
}
.form__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  min-height: auto;
  margin: 6px 15px 0 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.form__checkbox input:checked {
  background: url(../img/common/icon/ic_checked.svg) no-repeat center;
  background-size: 25px 25px;
  border-color: #383838
}
.form .btn {
  margin: 60px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin-top: 30px
  }
}
.text {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  font-weight: 400;
  color: #222
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 1.5rem
  }
}
.text.cl-red {
  color: #c60010
}
.text p + p {
  margin-top: 15px
}
.no-post {
  padding: 20px 0
}
.pagenavi {
  margin-top: 75px
}
@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px
  }
}
.pagenavi .wp-pagenavi {
  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
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  font-family: Inter, serif;
  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;
  font-size: 2.4rem;
  line-height: 1;
  color: #bcc3c5;
  font-weight: 400;
  margin: 0 15px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    margin: 0 8px
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a:hover {
    color: #1aaed3;
    opacity: 1
  }
}
.pagenavi .wp-pagenavi span {
  color: #1aaed3
}
.pagenavi .wp-pagenavi .dot {
  background: url(/assets/img/common/icon/ic_ellipsis.svg) no-repeat center center;
  background-size: contain
}
.pagenavi .wp-pagenavi .nextpostslink, .pagenavi .wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0B98D9 url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 16px 14px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 22.5px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .previouspostslink {
    margin-right: 10px
  }
}
.pagenavi .wp-pagenavi .nextpostslink {
  margin-left: 22.5px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    margin-left: 10px
  }
}
.pagenavi .wp-pagenavi .pages {
  width: 90px;
  height: 40px;
  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: #0B98D9;
  border-radius: 100px;
  font-weight: 700;
  color: #fcfcfc;
  letter-spacing: .11em;
  font-size: 2rem
}
.pagenavi .wp-pagenavi .back-to-top {
  display: block;
  width: 150px;
  border-radius: 5px;
  background: #262626;
  padding: 21px 30px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #fff;
  position: relative;
  height: auto;
  text-align: center;
  margin: 0 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .back-to-top {
    margin: 0 20px
  }
}
@media only screen and (max-width: 374px) {
  .pagenavi .wp-pagenavi .back-to-top {
    width: 120px;
    font-size: 1.6rem;
    padding: 20px
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .back-to-top:hover {
    color: #fff;
    opacity: 1;
    background: #4d4d4d
  }
}
.navbar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  margin-left: 30px
}
@media only screen and (max-width: 767px) {
  .navbar {
    width: 100% !important;
    margin: 0 0 30px
  }
}
.navbar__title {
  font-family: Inter, serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#1687D9), to(#0BAFE6));
  background: -webkit-linear-gradient(left, #1687D9 0%, #0BAFE6 100%);
  background: linear-gradient(90deg, #1687D9 0%, #0BAFE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8E8F0;
  text-transform: uppercase;
  margin-bottom: 30px
}
.navbar li + li {
  margin-top: 20px
}
@media only screen and (max-width: 767px) {
  .navbar li + li {
    margin-top: 10px
  }
}
.navbar li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: .03em;
  color: #919699
}
.navbar li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D8E8F0;
  position: relative;
  top: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}
.navbar li a.is-active {
  color: #222
}
.navbar li a.is-active:before {
  background: #0B98D9
}
.img-animation {
  overflow: hidden
}
.img-animation img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0)
}
.img-animation.aos-animate img {
  -webkit-animation: clipLeftToRight 1s ease-out forwards;
  animation: clipLeftToRight 1s ease-out forwards
}
@-webkit-keyframes clipLeftToRight {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0)
  }
}
@keyframes clipLeftToRight {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0)
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
  max-width: 840px;
  margin: 0 auto
}
.table td {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .015em;
  font-weight: 400;
  padding: 30px 0;
  border-bottom: 1px solid #D8E8F0;
  vertical-align: top
}
@media only screen and (max-width: 767px) {
  .table td {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem
  }
}
.table td:nth-child(1) {
  width: 240px;
  font-weight: 700;
  letter-spacing: .03em
}
@media only screen and (max-width: 767px) {
  .table td:nth-child(1) {
    width: 100%
  }
}
.table td > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.table td > ul li + li {
  margin-top: 15px
}
.table td > ul li span {
  display: block;
  width: 65px;
  border-right: 1px solid #D8E8F0;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.table td ol > li {
  list-style: decimal;
  line-height: 2.1;
  margin-left: 25px
}
.table td ol > li:before {
  display: inline-block;
  width: 25px;
  text-align: right;
  margin-right: 5px
}
.table td ol li:has(.box) {
  margin-bottom: 15px
}
.table td .box {
  background: #F6F6F6;
  padding: 30px 45px;
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .table td .box {
    padding: 20px
  }
}
.table td .box ul li {
  list-style: disc;
  color: #0b98d9;
  margin: 0 0 0 24px
}
.table td .box ul li:before {
  display: none
}
.table td .box ul li a {
  text-decoration: underline
}
.table td .box ul li span {
  display: inline-block
}
.table td .box__title {
  font-weight: 700
}
.tab__menu {
  margin-bottom: 90px;
  overflow: auto;
  border-radius: 5px
}
@media only screen and (max-width: 1180px) {
  .tab__menu {
    margin-bottom: 40px
  }
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  min-width: 1024px
}
.tab__list li {
  width: 25%
}
@media only screen and (max-width: 767px) {
  .tab__list li {
    width: 50%
  }
}
.tab__list li:not(:last-child) .js-tab {
  border-right: 1px solid #e3e3e3
}
.tab__list li .js-tab {
  display: block;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: .015em;
  font-weight: 600;
  background: #fcfcfc;
  padding: 14px 0;
  text-align: center;
  cursor: pointer
}
.tab__list li .js-tab.is-active {
  background: #262626;
  color: #fff;
  border-color: #262626
}
.tab__item {
  display: none
}
.tab__item.is-active {
  display: block
}
.is-split .string {
  -webkit-animation: anime_top-mv__string .74s cubic-bezier(.54, 0, 0, .99) 0s forwards;
  animation: anime_top-mv__string .74s cubic-bezier(.54, 0, 0, .99) 0s forwards;
  display: inline-block;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  opacity: 0
}
@-webkit-keyframes anime_top-mv__string {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes anime_top-mv__string {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.relative {
  background: #F6F6F6;
  padding: 105px 0 90px
}
@media only screen and (max-width: 767px) {
  .relative {
    padding: 60px 0
  }
}
.relative__title {
  font-size: 3.6rem;
  line-height: normal;
  letter-spacing: .03em;
  font-weight: 700;
  color: #1c538b;
  margin-bottom: 45px
}
@media only screen and (max-width: 767px) {
  .relative__title {
    font-size: 2.2rem;
    margin-bottom: 30px
  }
}
.relative__title span {
  display: block;
  font-family: Inter, serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .01em;
  margin-top: 15px
}
.relative__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -40px
}
@media only screen and (max-width: 767px) {
  .relative__list {
    display: block;
    margin: 0
  }
}
.relative__item {
  width: 33.3333333333%;
  padding: 0 20px;
  margin-bottom: 40px
}
@media only screen and (max-width: 1024px) {
  .relative__item {
    width: 50%
  }
}
@media only screen and (max-width: 767px) {
  .relative__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  .relative__item:last-child {
    margin-bottom: 0
  }
}
.relative__link {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px #CED4D9;
  box-shadow: 0 2px 5px #ced4d9
}
.relative__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .7) 100%)
}
.relative__img img {
  border-radius: 5px
}
.relative__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 30px
}
@media only screen and (max-width: 767px) {
  .relative__content {
    padding: 15px
  }
}
.relative__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fcfcfc
}
.relative__tit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px
}
.relative__tit:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #fcfcfc;
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 17px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%
}
.top__about {
  padding: 180px 0 120px
}
@media only screen and (max-width: 1180px) {
  .top__about {
    padding: 15.2542372881vw 0 10.1694915254vw
  }
}
@media only screen and (max-width: 767px) {
  .top__about {
    padding: 60px 0
  }
}
.top__about .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1180px) {
  .top__about .about {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
  }
}
@media only screen and (max-width: 767px) {
  .top__about .about {
    display: block
  }
}
.top__about .about__content {
  width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 90px
}
@media only screen and (max-width: 1180px) {
  .top__about .about__content {
    margin-left: 5.0847457627vw;
    width: 40.6779661017vw
  }
}
@media only screen and (max-width: 767px) {
  .top__about .about__content {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0
  }
}
.top__about .about__content .titleMain {
  margin-bottom: 50px
}
@media only screen and (max-width: 767px) {
  .top__about .about__content .titleMain {
    margin-bottom: 25px
  }
}
.top__about .about__content .btn {
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .top__about .about__content .btn {
    margin-top: 25px
  }
}
.top__about .about__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em;
  color: #222
}
@media only screen and (max-width: 767px) {
  .top__about .about__text {
    font-size: 1.5rem
  }
}
.top__about .about__text p + p {
  margin-top: 10px
}
@media only screen and (max-width: 1180px) {
  .top__about .about__text p + p {
    margin-top: .8474576271vw
  }
}
@media only screen and (max-width: 767px) {
  .top__about .about__text p + p {
    margin-top: 10px
  }
}
.top__about .about__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .top__about .about__img {
    margin-left: -20px
  }
}
@media only screen and (max-width: 767px) {
  .top__about .about__img {
    margin-left: 0
  }
}
.top__about .about__img img {
  border-radius: 0 5px 5px 0
}
@media only screen and (max-width: 1180px) {
  .top__about .about__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.top__business {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  border-radius: 0 5px 5px 0;
  padding: 125px 0 135px
}
@media only screen and (max-width: 1180px) {
  .top__business {
    padding: 10.593220339vw 0 11.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business {
    padding: 60px 0
  }
}
.top__business .business {
  position: relative
}
@media only screen and (max-width: 767px) {
  .top__business .business {
    padding-bottom: 70px
  }
}
.top__business .business__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em;
  font-weight: 400;
  color: #222
}
@media only screen and (max-width: 767px) {
  .top__business .business__text {
    font-size: 1.5rem
  }
}
.top__business .business__head {
  margin-bottom: 55px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__head {
    margin-bottom: 4.6610169492vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__head {
    margin-bottom: 30px
  }
}
.top__business .business__head .titleMain {
  margin-bottom: 50px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__head .titleMain {
    margin-bottom: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__head .titleMain {
    margin-bottom: 25px
  }
}
.top__business .business__gr {
  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 only screen and (max-width: 767px) {
  .top__business .business__gr {
    display: block
  }
}
.top__business .business__gr .business__text {
  max-width: 760px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__gr .business__text {
    max-width: 64.406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__gr .business__text {
    max-width: 100%
  }
}
.top__business .business__gr .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .top__business .business__gr .btn {
    position: absolute;
    bottom: 0;
    left: 0
  }
}
.top__business .business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__list {
    margin: 0 -1.2711864407vw -2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__list {
    display: block;
    margin: 0
  }
}
@media only screen and (min-width: 768px) {
  .top__business .business__list:hover .business__link:not(:hover) .business__img:before {
    opacity: 1;
    pointer-events: initial;
    visibility: visible
  }
}
.top__business .business__item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__item {
    padding: 0 1.2711864407vw;
    margin-bottom: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  .top__business .business__item:last-child {
    margin-bottom: 0
  }
}
.top__business .business__link {
  display: block;
  position: relative;
  -webkit-filter: drop-shadow(0px 5px 10px #ced4d9);
  filter: drop-shadow(0px 5px 10px #ced4d9)
}
@media only screen and (min-width: 768px) {
  .top__business .business__link:hover {
    opacity: 1
  }
  .top__business .business__link:hover .business__img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
}
.top__business .business__link .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.top__business .business__link .btn_body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 30px;
  width: 100%
}
@media only screen and (max-width: 1180px) {
  .top__business .business__link .btn_body {
    padding: 1.5254237288vw 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__link .btn_body {
    padding: 10px 20px
  }
}
.top__business .business__link .btn__text {
  color: #fcfcfc;
  margin-left: 0;
  margin-right: 25px
}
@media only screen and (max-width: 1180px) {
  .top__business .business__link .btn__text {
    margin-right: 2.1186440678vw;
    font-size: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__link .btn__text {
    margin-right: 20px;
    font-size: 2rem
  }
}
.top__business .business__link .btn .btn__circle {
  background: transparent;
  position: relative
}
@media only screen and (max-width: 1180px) {
  .top__business .business__link .btn .btn__circle {
    width: 3.3898305085vw;
    height: 3.3898305085vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__link .btn .btn__circle {
    width: 40px;
    height: 40px
  }
}
.top__business .business__link .btn .btn__circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fcfcfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.top__business .business__link .btn .btn__circle-arrow {
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 17px 13px !important;
  z-index: 1;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s
}
@media only screen and (max-width: 1180px) {
  .top__business .business__link .btn .btn__circle-arrow {
    background-size: 1.4406779661vw 1.1016949153vw !important
  }
}
@media only screen and (max-width: 767px) {
  .top__business .business__link .btn .btn__circle-arrow {
    background-size: 17px 13px !important
  }
}
.top__business .business__link .btn .u-bg-deep {
  background: #fcfcfc
}
.top__business .business__link .btn.is-anim .btn__circle-arrow {
  background: url(../img/common/icon/ic_arrow-grd.svg) no-repeat center
}
.top__business .business__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}
.top__business .business__img img {
  opacity: 1 !important;
  -webkit-transition: all .4s;
  transition: all .4s
}
.top__business .business__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #0009;
  z-index: 10;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.top__company {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  border-radius: 5px 0 0 5px;
  padding: 125px 0 135px;
  margin: 120px 0 120px 60px
}
@media only screen and (max-width: 1180px) {
  .top__company {
    padding: 10.593220339vw 0 11.4406779661vw;
    margin: 10.1694915254vw 0 10.1694915254vw 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company {
    padding: 60px 0;
    margin: 0
  }
}
.top__company .Top-company {
  position: relative
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company {
    padding-bottom: 70px
  }
}
.top__company .Top-company__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em;
  font-weight: 400;
  color: #222
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__text {
    font-size: 1.5rem
  }
}
.top__company .Top-company__head {
  margin-bottom: 55px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__head {
    margin-bottom: 4.6610169492vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__head {
    margin-bottom: 30px
  }
}
.top__company .Top-company__head .titleMain {
  margin-bottom: 50px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__head .titleMain {
    margin-bottom: 4.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__head .titleMain {
    margin-bottom: 25px
  }
}
.top__company .Top-company__gr {
  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 only screen and (max-width: 767px) {
  .top__company .Top-company__gr {
    display: block
  }
}
.top__company .Top-company__gr .Top-company__text {
  max-width: 760px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__gr .Top-company__text {
    max-width: 64.406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__gr .Top-company__text {
    max-width: 100%
  }
}
.top__company .Top-company__gr .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__gr .btn {
    position: absolute;
    bottom: 0;
    left: 0
  }
}
.top__company .Top-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__list {
    margin: 0 -1.2711864407vw -2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__list {
    display: block;
    margin: 0
  }
}
@media only screen and (min-width: 768px) {
  .top__company .Top-company__list:hover .Top-company__link:not(:hover) .Top-company__img:before {
    opacity: 1;
    pointer-events: initial;
    visibility: visible
  }
}
.top__company .Top-company__item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 30px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__item {
    padding: 0 1.2711864407vw;
    margin-bottom: 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  .top__company .Top-company__item:last-child {
    margin-bottom: 0
  }
}
.top__company .Top-company__item .Top-company__list .Top-company__item {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__item .Top-company__list .Top-company__item {
    width: 100%
  }
}
.top__company .Top-company__item .Top-company__list .Top-company__item:first-child {
  width: 100%
}
.top__company .Top-company__item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top__company .Top-company__link {
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px #d2e8f7;
  box-shadow: 0 0 20px #d2e8f7
}
@media only screen and (min-width: 768px) {
  .top__company .Top-company__link:hover .Top-company__img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
}
.top__company .Top-company__link .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.top__company .Top-company__link .btn_body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 30px;
  width: 100%
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__link .btn_body {
    padding: 1.5254237288vw 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__link .btn_body {
    padding: 10px 20px
  }
}
.top__company .Top-company__link .btn__text {
  color: #fcfcfc;
  margin-left: 0;
  margin-right: 25px;
  font-size: 1.7rem
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__link .btn__text {
    margin-right: 2.1186440678vw;
    font-size: 1.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__link .btn__text {
    margin-right: 20px;
    font-size: 2rem
  }
}
.top__company .Top-company__link .btn .btn__circle {
  background: transparent;
  position: relative
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__link .btn .btn__circle {
    width: 3.3898305085vw;
    height: 3.3898305085vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__link .btn .btn__circle {
    width: 40px;
    height: 40px
  }
}
.top__company .Top-company__link .btn .btn__circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fcfcfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.top__company .Top-company__link .btn .btn__circle-arrow {
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 17px 13px !important;
  z-index: 1;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__link .btn .btn__circle-arrow {
    background-size: 1.4406779661vw 1.1016949153vw !important
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__link .btn .btn__circle-arrow {
    background-size: 17px 13px !important
  }
}
.top__company .Top-company__link .btn .u-bg-deep {
  background: #fcfcfc
}
.top__company .Top-company__link .btn.is-anim .btn__circle-arrow {
  background: url(../img/common/icon/ic_arrow-grd.svg) no-repeat center
}
.top__company .Top-company__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}
.top__company .Top-company__img img {
  opacity: 1 !important;
  -webkit-transition: all .4s;
  transition: all .4s
}
.top__company .Top-company__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #0009;
  z-index: 10;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.top__company .Top-company__title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 700;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17.5px 30px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__title {
    font-size: 1.5254237288vw;
    padding: 1.4830508475vw 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__title {
    font-size: 1.5rem;
    padding: 15px 20px
  }
}
.top__company .Top-company__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 16px 14px;
  border: 1px solid #fcfcfc;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px
}
@media only screen and (max-width: 1180px) {
  .top__company .Top-company__title:after {
    width: 3.3898305085vw;
    height: 3.3898305085vw;
    background-size: 1.3559322034vw 1.186440678vw;
    margin-left: 1.6949152542vw
  }
}
@media only screen and (max-width: 767px) {
  .top__company .Top-company__title:after {
    width: 30px;
    height: 30px;
    background-size: 14px 12px;
    margin-left: 20px
  }
}
.top__recruit {
  position: relative;
  overflow: hidden
}
.top__recruit .recruit__img img {
  width: 100%
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit__img img {
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.top__recruit .recruit__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  z-index: 1;
  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: flex-end
}
@media only screen and (max-width: 1180px) {
  .top__recruit .recruit__content {
    padding: 5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit__content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.top__recruit .recruit__title {
  font-size: 7.3rem;
  line-height: 1.2;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fcfcfc;
  max-width: 742px;
  text-shadow: 0px 0px 4px #1c2a3e
}
@media only screen and (max-width: 1180px) {
  .top__recruit .recruit__title {
    font-size: 5.3389830508vw;
    max-width: 62.8813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit__title {
    font-size: 3.2rem;
    max-width: 100%
  }
}
.top__recruit .recruit__title span {
  display: block;
  font-family: Inter, serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: none
}
@media only screen and (max-width: 1180px) {
  .top__recruit .recruit__title span {
    font-size: 3.3898305085vw;
    margin-bottom: 2.1186440678vw
  }
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit__title span {
    font-size: 2rem;
    margin-bottom: 20px
  }
}
.top__recruit .recruit .btn__gradient {
  margin: -60px
}
@media only screen and (max-width: 1180px) {
  .top__recruit .recruit .btn__gradient {
    margin: -5.0847457627vw
  }
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit .btn__gradient {
    margin: 30px -20px -20px auto
  }
}
.top__recruit .recruit .btn__gradient a {
  width: 19.375vw;
  height: 7.5vw;
  font-size: 1.5vw;
  padding: 0 2.8125vw
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit .btn__gradient a {
    width: 160px;
    height: 60px;
    font-size: 1.4rem;
    padding: 0 20px
  }
}
.top__recruit .recruit .btn__gradient a:after {
  width: 2.8125vw;
  height: 2.8125vw;
  background-size: 1.0625vw .8125vw !important
}
@media only screen and (max-width: 767px) {
  .top__recruit .recruit .btn__gradient a:after {
    height: 30px;
    width: 30px;
    background-size: 13px 9px !important
  }
}
.top__news {
  padding: 150px 0 120px
}
@media only screen and (max-width: 1180px) {
  .top__news {
    padding: 12.7118644068vw 0 10.1694915254vw
  }
}
@media only screen and (max-width: 767px) {
  .top__news {
    padding: 60px 0
  }
}
.top__news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
@media only screen and (max-width: 767px) {
  .top__news .news {
    display: block;
    padding-bottom: 70px
  }
}
.top__news .news__nav {
  margin: 0
}
.top__news .news__nav li:not(:last-child) {
  margin-bottom: 15px
}
.top__news .news__nav li .news__navlink {
  display: block;
  background: #e8f4fa;
  font-size: 1.4rem;
  letter-spacing: .03em;
  color: #1c538b;
  line-height: 1.4285714286;
  padding: 5px 15px;
  border-radius: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  min-width: 100px;
  text-align: center
}
.top__news .news__nav li .news__navlink.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  color: #fcfcfc
}
.top__news .news .btn {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .top__news .news .btn {
    margin-bottom: 30px
  }
}
.top__news .news__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top__news .news__date {
  font-family: Inter, serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: .03em;
  color: #1c538b
}
.top__news .news__cat {
  background: #e8f4fa;
  font-size: 1.4rem;
  letter-spacing: .03em;
  color: #1c538b;
  line-height: 1.4285714286;
  padding: 5px 15px;
  border-radius: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 15px
}
.top__news .news__left {
  width: 300px;
  margin-right: 90px
}
@media only screen and (max-width: 1180px) {
  .top__news .news__left {
    width: 25.4237288136vw;
    margin-right: 7.6271186441vw
  }
}
@media only screen and (max-width: 767px) {
  .top__news .news__left {
    width: 100%;
    margin: 0 0 30px
  }
}
.top__news .news__left .titleMain {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .top__news .news__left .titleMain {
    margin-bottom: 30px
  }
}
.top__news .news__left .btn__normal {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .top__news .news__left .btn__normal {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0
  }
}
.top__news .news__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -30px
}
@media only screen and (max-width: 767px) {
  .top__news .news__right {
    margin: 0
  }
}
.top__news .news__list {
  display: none
}
.top__news .news__list.is-active {
  display: block
}
.top__news .news__item {
  padding: 0;
  border: none
}
.top__news .news__title {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .03em;
  font-family: Inter, serif;
  color: #222;
  margin: 20px 0 0
}
.top__news .news__link {
  position: relative;
  display: block;
  padding: 30px 100px 30px 0;
  border-bottom: 1px solid #d8e8f0
}
@media only screen and (max-width: 767px) {
  .top__news .news__link {
    padding: 15px 50px 15px 0
  }
}
@media only screen and (min-width: 768px) {
  .top__news .news__link:hover {
    opacity: 1
  }
  .top__news .news__link:hover:after {
    background: #1c538b url(../img/common/icon/ic_arrow-white.svg) no-repeat center
  }
}
.top__news .news__link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1c538b;
  background: url(../img/common/icon/ic_arrow-blue.svg) no-repeat center;
  background-size: 16px 14px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .top__news .news__link:after {
    width: 30px;
    height: 30px;
    background-size: 14px 12px !important
  }
}
.news__body {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .news__body {
    padding: 60px 0
  }
}
.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.news .navbar {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 270px
}
@media only screen and (max-width: 1024px) {
  .news .navbar {
    width: 240px
  }
}
@media only screen and (max-width: 767px) {
  .news .navbar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.news__inner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 750px
}
@media only screen and (max-width: 767px) {
  .news__inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #D8E8F0
}
@media only screen and (max-width: 1024px) {
  .news__item {
    display: block;
    padding: 30px 0
  }
}
.news__item:first-child {
  padding-top: 0
}
.news__img {
  width: 41.095890411%;
  max-width: 300px
}
@media only screen and (max-width: 1024px) {
  .news__img {
    width: 100%;
    max-width: 100%
  }
}
.news__img img {
  border-radius: 3px;
  width: 100%
}
.news__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-right: 80px;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .news__content {
    padding-left: 0;
    margin-top: 30px
  }
}
.news__content .btn__more {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 13px 0 0 auto
}
.news__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.news__date {
  font-family: Inter, serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .03em;
  color: #1c538b
}
.news__cat {
  background: #e8f4fa;
  font-size: 1.4rem;
  letter-spacing: .03em;
  color: #1c538b;
  line-height: 1.4285714286;
  padding: 5px 15px;
  border-radius: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 15px
}
.news__title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 700;
  color: #1c538b;
  margin: 20px 0
}
.news__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .015em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 93px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .news__text {
    height: auto
  }
}
@media only screen and (max-width: 767px) {
  .news__text {
    font-size: 1.5rem
  }
}
.news__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1C538B;
  background: url(../img/common/icon/ic_arrow-blue.svg) no-repeat center
}
.news-detail__content .wp-content img {
  border-radius: 5px;
  margin-bottom: 45px
}
@media only screen and (max-width: 767px) {
  .news-detail__content .wp-content img {
    margin-bottom: 20px
  }
}
.news-detail__content .wp-content p {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .015em;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .news-detail__content .wp-content p {
    font-size: 1.5rem
  }
}
.news-detail__content .wp-content p + p {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .news-detail__content .wp-content p + p {
    margin-top: 15px
  }
}
.news-detail .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 60px auto 0
}
@media only screen and (max-width: 767px) {
  .news-detail .btn {
    margin-top: 30px
  }
}
.aboutus {
  background: url(../img/about/main_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0
}
@media only screen and (max-width: 1600px) {
  .aboutus {
    padding: 7.5vw 0
  }
}
@media only screen and (max-width: 767px) {
  .aboutus {
    padding: 60px 0
  }
}
.aboutus__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .aboutus__wrap {
    display: block
  }
}
.aboutus__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 46.25vw;
  margin-right: calc(-.5*(100vw - 1260px))
}
@media only screen and (max-width: 1600px) {
  .aboutus__img {
    max-width: 740px
  }
}
@media only screen and (max-width: 1180px) {
  .aboutus__img {
    margin-right: 0;
    margin-left: 20px
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__img {
    margin: 30px 0 0 !important;
    max-width: 100%
  }
}
.aboutus__content {
  width: 50%;
  max-width: 480px;
  padding: 56px 0
}
@media only screen and (max-width: 1600px) {
  .aboutus__content {
    max-width: 30vw;
    padding: 3.5vw 0
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__content {
    max-width: 100%;
    width: 100%;
    padding: 0
  }
}
.aboutus__title {
  font-size: 4.1rem;
  line-height: 1.4634146341;
  letter-spacing: .03em;
  font-weight: 700;
  color: #1c538b;
  margin-bottom: 77px;
  white-space: nowrap;
  width: 570px;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.aboutus__title.scroll--start > span {
  -webkit-transform: translateX(0%);
  transform: translate(0)
}
.aboutus__title.scroll--start > span:after {
  -webkit-transform: translateX(0%);
  transform: translate(0)
}
.aboutus__title.scroll--start > span span {
  -webkit-transform: translateX(0%);
  transform: translate(0)
}
@media only screen and (max-width: 1600px) {
  .aboutus__title {
    font-size: 2.5625vw;
    margin-bottom: 4.8125vw;
    width: 35.625vw
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__title {
    font-size: 2rem;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
  }
}
.aboutus__title > span {
  display: block;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translateX(-101%);
  transform: translate(-101%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.aboutus__title > span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-101%);
  transform: translate(-101%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s
}
.aboutus__title > span span {
  -webkit-transform: translateX(-101%);
  transform: translate(-101%);
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.aboutus__title > span span span {
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transform: none !important;
  transform: none !important
}
@media only screen and (max-width: 1600px) {
  .aboutus__title > span {
    padding: 0 .625vw
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__title > span {
    padding: 0 10px
  }
}
.aboutus__text {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: .015em;
  color: #fcfcfc;
  max-width: 480px
}
@media only screen and (max-width: 1024px) {
  .aboutus__text {
    font-size: 1.46484375vw;
    max-width: 46.875vw
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__text {
    font-size: 1.5rem;
    max-width: 100%
  }
}
.aboutus__text p + p {
  margin-top: 15px
}
@media only screen and (max-width: 1600px) {
  .aboutus__text p + p {
    margin-top: .9375vw
  }
}
@media only screen and (max-width: 767px) {
  .aboutus__text p + p {
    margin-top: 10px
  }
}
.about .works {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .about .works {
    padding: 60px 0
  }
}
.about .works .titleMain {
  margin-bottom: -76px;
  margin-top: -10px
}
@media only screen and (max-width: 1180px) {
  .about .works .titleMain {
    margin-bottom: -6.4406779661vw
  }
}
@media only screen and (max-width: 767px) {
  .about .works .titleMain {
    margin-bottom: -45px
  }
}
.about .works__item {
  padding: 75px 0;
  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;
  position: relative
}
@media only screen and (max-width: 767px) {
  .about .works__item {
    display: block;
    padding: 30px 0
  }
}
.about .works__item + .works__item {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .about .works__item + .works__item {
    margin-top: 45px
  }
}
@media only screen and (max-width: 767px) {
  .about .works__item:first-child {
    padding-top: 75px
  }
}
.about .works__item:nth-child(odd):after {
  left: calc(-.5*(100vw - 1140px));
  border-radius: 0 5px 5px 0
}
@media only screen and (max-width: 1180px) {
  .about .works__item:nth-child(odd):after {
    left: -20px
  }
}
.about .works__item:nth-child(odd) .works__img {
  margin-right: calc(-.5*(100vw - 1260px));
  margin-left: 30px
}
@media only screen and (max-width: 1180px) {
  .about .works__item:nth-child(odd) .works__img {
    margin-right: 0
  }
}
@media only screen and (max-width: 767px) {
  .about .works__item:nth-child(odd) .works__img {
    margin: 30px 0 0
  }
}
.about .works__item:nth-child(odd) .works__stt {
  left: -122px
}
@media only screen and (max-width: 1320px) {
  .about .works__item:nth-child(odd) .works__stt {
    left: -50px
  }
}
@media only screen and (max-width: 1320px) {
  .about .works__item:nth-child(odd) .works__content {
    padding-left: 50px
  }
}
.about .works__item:nth-child(even):after {
  right: calc(-.5*(100vw - 1140px));
  border-radius: 5px 0 0 5px
}
@media only screen and (max-width: 1180px) {
  .about .works__item:nth-child(even):after {
    right: -20px
  }
}
.about .works__item:nth-child(even) .works__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media only screen and (max-width: 1320px) {
  .about .works__item:nth-child(even) .works__content {
    padding-right: 50px
  }
}
.about .works__item:nth-child(even) .works__stt {
  right: -122px
}
@media only screen and (max-width: 1320px) {
  .about .works__item:nth-child(even) .works__stt {
    right: -50px
  }
}
.about .works__item:nth-child(even) .works__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: calc(-.5*(100vw - 1260px));
  margin-right: 30px
}
@media only screen and (max-width: 1180px) {
  .about .works__item:nth-child(even) .works__img {
    margin-left: 0
  }
}
@media only screen and (max-width: 767px) {
  .about .works__item:nth-child(even) .works__img {
    margin: 30px 0 0
  }
}
.about .works__item:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + (100vw - 1140px)/2);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  z-index: -1;
  max-width: 85.625vw
}
@media only screen and (max-width: 1180px) {
  .about .works__item:after {
    min-width: 90%
  }
}
@media only screen and (max-width: 767px) {
  .about .works__item:after {
    min-width: auto;
    width: calc(100% + 40px);
    max-width: initial
  }
}
.about .works__img {
  max-width: 720px
}
.about .works__img img {
  border-radius: 5px
}
.about .works__content {
  max-width: 470px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .about .works__content {
    max-width: 100%
  }
}
.about .works__stt {
  position: absolute;
  top: 50px;
  -webkit-transform: rotate();
  transform: rotate();
  font-family: Inter, serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: .01em;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.about .works__title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fcfcfc;
  letter-spacing: .03em;
  margin-bottom: 45px
}
@media only screen and (max-width: 1180px) {
  .about .works__title {
    font-size: 3.5593220339vw;
    margin-bottom: 3.813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .about .works__title {
    font-size: 2rem;
    margin-bottom: 20px
  }
}
.about .works__title span {
  display: block;
  padding: 8px 10px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .about .works__title span {
    padding: 8px 10px 10px
  }
}
.about .works__title span + span {
  margin-top: 10px
}
.about .works__text {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .03em
}
@media only screen and (max-width: 767px) {
  .about .works__text {
    font-size: 1.5rem
  }
}
.about .works__box {
  background: #fcfcfc;
  padding: 30px 45px;
  border-radius: 5px;
  margin-top: 45px
}
@media only screen and (max-width: 767px) {
  .about .works__box {
    margin-top: 20px;
    padding: 20px
  }
}
.about .works__boxTit {
  background: #e8f7ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .03em;
  color: #0b98d9;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px
}
.about .works__boxTit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(#1687d9 0%, #0bafe6 100%);
  background: linear-gradient(#1687d9 0%, #0bafe6 100%)
}
.business__wrap {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%)
}
@media only screen and (max-width: 767px) {
  .business__wrap {
    padding: 60px 0
  }
}
.business__wrap .business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -60px
}
@media only screen and (max-width: 1180px) {
  .business__wrap .business__list {
    margin: 0 -10px -40px
  }
}
@media only screen and (max-width: 767px) {
  .business__wrap .business__list {
    display: block;
    margin: 0
  }
}
.business__wrap .business__item {
  width: calc(50% - 60px);
  margin: 0 30px 60px;
  background: #fcfcfc;
  -webkit-box-shadow: 2px 2px 5px #d2e8f7;
  box-shadow: 2px 2px 5px #d2e8f7;
  border-radius: 5px;
  overflow: hidden
}
@media only screen and (max-width: 1180px) {
  .business__wrap .business__item {
    width: calc(50% - 20px);
    margin: 0 10px 40px
  }
}
@media only screen and (max-width: 767px) {
  .business__wrap .business__item {
    width: 100%;
    margin: 0 0 30px
  }
  .business__wrap .business__item:last-child {
    margin-bottom: 0
  }
}
.business__wrap .business__content {
  padding: 45px
}
@media only screen and (max-width: 1180px) {
  .business__wrap .business__content {
    padding: 20px
  }
}
.business__wrap .business__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .03em;
  color: #1c538b;
  min-height: 45px;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .business__wrap .business__title {
    margin-bottom: 15px
  }
}
.business__wrap .business__title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b98d9 url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 14px 21px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.business__wrap .business__text {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .015em
}
.business__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .business__layout {
    display: block
  }
}
.business__layout .navbar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  max-width: 290px;
  margin-right: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .business__layout .navbar {
    margin-right: -20px;
    max-width: 240px
  }
}
@media only screen and (max-width: 767px) {
  .business__layout .navbar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%
  }
}
.business__layout .navbar__list {
  padding-right: 60px
}
@media only screen and (max-width: 1180px) {
  .business__layout .navbar__list {
    padding-right: 30px
  }
}
@media only screen and (max-width: 767px) {
  .business__layout .navbar__list {
    padding: 0
  }
}
.business__inner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 960px
}
@media only screen and (max-width: 767px) {
  .business__inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.business.bg-none .business__wrap {
  background: transparent
}
.business .container-development__item:not(:last-child) {
  margin-bottom: 150px
}
@media only screen and (max-width: 767px) {
  .business .container-development__item:not(:last-child) {
    margin-bottom: 60px
  }
}
.business .container-development__item:not(img) {
  padding: 75px 90px 75px 0;
  position: relative
}
.business .container-development__item:not(img):not(:last-child) {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .business .container-development__item:not(img):not(:last-child) {
    margin-bottom: 30px
  }
}
.business .container-development__item:not(img):after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-.5*(100vw - 1140px));
  width: calc(100% + (100vw - 1140px)/2);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  z-index: -1
}
@media only screen and (max-width: 1180px) {
  .business .container-development__item:not(img):after {
    left: -20px
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__item:not(img):after {
    max-width: 240px
  }
}
.business .container-development__item:not(img) .container-development__img {
  padding: 0
}
.business .container-development__item:not(img) .container-development__img:after {
  display: none
}
.business .container-development__item:not(img) .container-development__text {
  padding: 30px 0
}
.business .container-development__item:not(img) .container-development__box {
  background: #FCFCFC
}
.business .container-development__img {
  position: relative;
  padding: 60px 0
}
@media only screen and (max-width: 767px) {
  .business .container-development__img {
    padding: 30px 0
  }
}
.business .container-development__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-.5*(100vw - 1140px));
  width: 100%;
  height: 100%;
  max-width: 44.375vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  border-radius: 5px;
  z-index: -1
}
@media only screen and (max-width: 1180px) {
  .business .container-development__img:after {
    left: -20px
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__img:after {
    max-width: 240px
  }
}
.business .container-development__img img {
  border-radius: 5px
}
@media only screen and (max-width: 1230px) {
  .business .container-development__img img {
    margin-left: 30px;
    width: calc(100% - 30px)
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__img img {
    margin-left: 20px;
    width: calc(100% - 20px)
  }
}
.business .container-development__content .btn {
  margin-top: 30px
}
.business .container-development__title {
  position: absolute;
  bottom: 90px;
  left: -30px
}
.business .container-development__title:only-child {
  position: relative;
  bottom: auto;
  left: auto
}
@media only screen and (max-width: 1230px) {
  .business .container-development__title {
    left: 0
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__title {
    bottom: 45px
  }
}
.business .container-development__title .stt {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  margin-bottom: 10px
}
.business .container-development__title .txt {
  display: block
}
.business .container-development__title .txt span {
  display: block;
  padding: 0 10px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  font-size: 4.2rem;
  line-height: 1.380952381;
  font-weight: 700;
  color: #fcfcfc;
  letter-spacing: .03em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 1180px) {
  .business .container-development__title .txt span {
    font-size: 3.5593220339vw
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__title .txt span {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 10px 2px
  }
}
.business .container-development__title .txt span + span {
  margin-top: 10px
}
.business .container-development__text {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  padding: 60px 0
}
@media only screen and (max-width: 767px) {
  .business .container-development__text {
    padding: 30px 0;
    font-size: 1.5rem
  }
}
.business .container-development__text + .container-development__note {
  margin-top: -30px
}
@media only screen and (max-width: 767px) {
  .business .container-development__text + .container-development__note {
    margin-top: -15px
  }
}
.business .container-development__note {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: .015em;
  padding: 5px 10px;
  background: #e8f7ff;
  border-radius: 3px;
  text-align: center;
  margin: 30px 0 60px
}
@media only screen and (max-width: 767px) {
  .business .container-development__note {
    font-size: 1.5rem;
    margin: 15px 0 30px
  }
}
.business .container-development__box {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 45px 60px
}
@media only screen and (max-width: 1180px) {
  .business .container-development__box {
    padding: 30px
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__box {
    padding: 20px
  }
}
.business .container-development .btn__normal {
  margin-top: 45px
}
.business .container-development__tit {
  background: -webkit-gradient(linear, left top, right top, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(left, #1687d9 0%, #0bafe6 100%);
  background: linear-gradient(90deg, #1687d9 0%, #0bafe6 100%);
  border-radius: 3px;
  padding: 0 15px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .business .container-development__tit {
    font-size: 2rem;
    line-height: 1.6;
    padding: 4px 10px;
    margin-bottom: 20px;
    text-align: left
  }
}
.business .container-development__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .03em;
  min-height: 30px
}
@media only screen and (max-width: 767px) {
  .business .container-development__list li {
    font-size: 1.5rem
  }
}
.business .container-development__list.is-style1 li + li {
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style1 li + li {
    margin-top: 10px
  }
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style1 li {
    display: block
  }
}
.business .container-development__list.is-style1 li span {
  font-weight: 700;
  color: #0b98d9
}
.business .container-development__list.is-style1 li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style1 li > span {
    width: 100%
  }
}
.business .container-development__list.is-style1 li > span:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ced4d9;
  margin-left: 15px
}
.business .container-development__list.is-style1 li > span span {
  font-family: Inter, serif;
  width: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.business .container-development__list.is-style1 li.no-content span:after {
  display: none
}
.business .container-development__list.is-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -15px
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style2 {
    display: block;
    margin: 0
  }
}
.business .container-development__list.is-style2 li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style2 li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px
  }
  .business .container-development__list.is-style2 li:last-child {
    margin-bottom: 0 !important
  }
}
.business .container-development__list.is-style2 li:only-child {
  width: auto
}
.business .container-development__list.is-style2 li:before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22baec;
  margin: 11px 16px 11px 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.business .container-development__list.is-style3 {
  display: block;
  margin: 0
}
.business .container-development__list.is-style3 li {
  width: 100%;
  padding: 0;
  margin-bottom: 30px
}
.business .container-development__list.is-style3 li:last-child {
  margin-bottom: 0
}
@media only screen and (max-width: 767px) {
  .business .container-development__list.is-style3 li {
    margin-bottom: 15px
  }
}
.business .container-development__list.is-style3 li span span {
  display: block;
  font-size: 1.5rem;
  color: #383838;
  margin-top: 5px;
  line-height: 2
}
.business .container-development__list.is-style4 {
  display: block;
  margin: 0
}
.business .container-development__list.is-style4 li {
  width: 100%;
  padding: 0;
  margin-bottom: 15px
}
.business .container-development__list.is-style4 li:last-child {
  margin-bottom: 0
}
.business .container-development .step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__item {
    display: block
  }
}
.business .container-development .step__item:not(:last-child) {
  padding-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__item:not(:last-child) {
    padding-bottom: 30px
  }
}
.business .container-development .step__item:last-child .step__stt span:after {
  display: none
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__item:last-child .step__stt span:after {
    display: block
  }
}
.business .container-development .step__stt {
  position: relative;
  margin-right: 60px
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__stt {
    margin-right: 0
  }
}
.business .container-development .step__stt span {
  width: 90px;
  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: 40px;
  font-family: Inter, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .03em;
  color: #0b98d9;
  text-transform: uppercase;
  background: #f6f6f6
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__stt span {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.business .container-development .step__stt span:after {
  content: "";
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  border-left: 2px solid #d8e8f0;
  height: calc(100% + 54px)
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__stt span:after {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    border-left: none;
    border-top: 2px solid #d8e8f0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px
  }
}
.business .container-development .step__content .container-development__list.is-style2 {
  display: block;
  margin: 0
}
.business .container-development .step__content .container-development__list.is-style2 li {
  width: 100%;
  padding: 0;
  margin-bottom: 6px
}
.business .container-development .step__title {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .03em;
  font-weight: 600;
  font-family: Inter, serif;
  color: #0b98d9;
  margin-bottom: 10px
}
@media only screen and (max-width: 767px) {
  .business .container-development .step__title {
    font-size: 2rem
  }
}
.business .policy {
  max-width: 840px;
  margin: 0 auto
}
.business .policy .text {
  line-height: 2
}
.business .policy__list {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #D8E8F0
}
@media only screen and (max-width: 767px) {
  .business .policy__list {
    margin-top: 30px;
    padding-top: 30px
  }
}
.business .policy__list li {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .business .policy__list li {
    font-size: 1.5rem
  }
}
.business .policy__list li + li {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .business .policy__list li + li {
    margin-top: 30px
  }
}
.business .policy__list li span {
  width: 30px;
  color: #0b98d9;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .business .policy__list li span {
    margin-right: 0
  }
}
.company.bg-none .company__body {
  background: transparent;
  padding: 0
}
.company__body {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%)
}
@media only screen and (max-width: 767px) {
  .company__body {
    padding: 60px 0
  }
}
.company__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .company__gr {
    display: block
  }
}
.company__gr .company__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px
}
@media only screen and (max-width: 1180px) {
  .company__gr .company__list {
    margin-left: 30px
  }
}
@media only screen and (max-width: 1024px) {
  .company__gr .company__list {
    margin-left: 0
  }
}
.company__gr .company__list:first-child {
  max-width: 340px;
  margin-left: 0
}
@media only screen and (max-width: 1024px) {
  .company__gr .company__list:first-child {
    max-width: 100%;
    margin-bottom: 30px
  }
}
.company__gr .company__list:first-child .company__item {
  height: 100%
}
.company__gr .company__list:first-child .company__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width: 1024px) {
  .company__gr .company__list:first-child .company__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.company__gr .company__list:first-child .company__img {
  width: 100%
}
.company__gr .company__list:first-child .company__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.company__item {
  background: #fcfcfc;
  -webkit-box-shadow: 2px 2px 5px #d2e8f7;
  box-shadow: 2px 2px 5px #d2e8f7;
  border-radius: 5px;
  overflow: hidden
}
.company__item:not(:last-child) {
  margin-bottom: 30px
}
.company__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .company__link {
    display: block !important
  }
}
.company__img {
  width: 50%;
  max-width: 340px
}
@media only screen and (max-width: 767px) {
  .company__img {
    width: 100%;
    max-width: 100%
  }
}
.company__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .company__img img {
    height: auto;
    width: 100%
  }
}
.company__content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1180px) {
  .company__content {
    padding: 20px
  }
}
.company__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .03em;
  color: #1c538b;
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .company__title {
    margin-bottom: 20px
  }
}
.company__title:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0b98d9 url(../img/common/icon/ic_arrow-white.svg) no-repeat center;
  background-size: 13px 10px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.company__text {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .015em
}
.company__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .company__layout {
    display: block
  }
}
.company__layout .navbar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  max-width: 290px;
  margin-right: calc(-.5*(100vw - 1140px));
  padding-top: 120px
}
@media only screen and (max-width: 1180px) {
  .company__layout .navbar {
    margin-right: -20px;
    max-width: 240px
  }
}
@media only screen and (max-width: 767px) {
  .company__layout .navbar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-top: 60px
  }
}
.company__layout .navbar__list {
  padding-right: 60px
}
@media only screen and (max-width: 1180px) {
  .company__layout .navbar__list {
    padding-right: 30px
  }
}
@media only screen and (max-width: 767px) {
  .company__layout .navbar__list {
    padding: 0
  }
}
.company__inner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 960px
}
@media only screen and (max-width: 767px) {
  .company__inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.company__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 0
}
@media only screen and (max-width: 1024px) {
  .company__bl {
    display: block
  }
}
@media only screen and (max-width: 767px) {
  .company__bl {
    padding: 60px 0
  }
}
.company__blImg {
  width: 50%;
  max-width: 450px
}
@media only screen and (max-width: 1024px) {
  .company__blImg {
    width: 100%;
    max-width: 100%
  }
}
.company__blImg img {
  border-radius: 5px
}
.company__blContent {
  width: 50%;
  max-width: 450px
}
@media only screen and (max-width: 1024px) {
  .company__blContent {
    width: 100%;
    max-width: 100%;
    margin-top: 30px
  }
}
.company__blContent .titleMain {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .company__blContent .titleMain {
    margin-bottom: 30px
  }
}
.company__blContent .titleMain__en span {
  font-size: 5.1rem
}
@media only screen and (max-width: 767px) {
  .company__blContent .titleMain__en span {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .company__blContent .titleMain__en span {
    font-size: 10.6951871658vw
  }
}
.company__blContent .titleMain__jp {
  font-size: 1.5rem
}
.company__blContent .text {
  line-height: 1.8;
  letter-spacing: .03em
}
.company__blContent .author {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 500;
  color: #1c538b;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .company__blContent .author {
    font-size: 1.5rem
  }
}
.company .message .company__blImg {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.company .message .company__blContent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 1024px) {
  .company .message .company__blContent {
    margin-right: 0
  }
}
.company .philosophy {
  padding: 120px 90px 120px 0;
  position: relative
}
@media only screen and (max-width: 1180px) {
  .company .philosophy {
    padding-right: 20px
  }
}
@media only screen and (max-width: 767px) {
  .company .philosophy {
    padding: 60px 20px 60px 0
  }
}
.company .philosophy:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-.5*(100vw - 1140px));
  width: calc(100% + (100vw - 1140px)/2);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  border-radius: 0 5px 5px 0;
  height: 100%;
  z-index: -1
}
@media only screen and (max-width: 1180px) {
  .company .philosophy:after {
    left: -20px;
    width: calc(100% + 20px)
  }
}
.company .philosophy .titleMain {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .company .philosophy .titleMain {
    margin-bottom: 30px
  }
}
.company .philosophy .titleMain__en span {
  font-size: 5.1rem
}
@media only screen and (max-width: 767px) {
  .company .philosophy .titleMain__en span {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .company .philosophy .titleMain__en span {
    font-size: 10.6951871658vw
  }
}
.company .philosophy .titleMain__jp {
  font-size: 1.5rem
}
.company .philosophy__box {
  background: #fcfcfc;
  border-radius: 5px;
  padding: 45px
}
@media only screen and (max-width: 767px) {
  .company .philosophy__box {
    padding: 20px
  }
}
.company .philosophy__box .text {
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: .03em;
  max-width: 616px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .company .philosophy__box .text {
    font-size: 1.5rem
  }
}
.company .quality-policy .company__blContent {
  margin-left: 30px
}
@media only screen and (max-width: 1024px) {
  .company .quality-policy .company__blContent {
    margin-left: 0
  }
}
.company .quality-policy__list {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .company .quality-policy__list {
    margin-top: 30px
  }
}
.company .quality-policy__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .03em;
  padding: 30px 0;
  border-bottom: 1px solid #d8e8f0
}
@media only screen and (max-width: 767px) {
  .company .quality-policy__list li {
    font-size: 1.5rem
  }
}
.company .quality-policy__list li:first-child {
  border-top: 1px solid #d8e8f0
}
.company .quality-policy__list li span {
  font-family: Inter, serif;
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 300;
  color: #0b98d9;
  margin-right: 30px
}
.company .summary {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .company .summary {
    padding: 60px 0
  }
}
.company .access {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e8f7ff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8f7ff 100%);
  background: linear-gradient(180deg, #f7f7f7 0%, #e8f7ff 100%);
  border-radius: 0 5px 5px 0;
  padding: 90px 0
}
@media only screen and (max-width: 767px) {
  .company .access {
    padding: 45px 0
  }
}
.company .access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .company .access__wrap {
    display: block
  }
}
.company .access .titleMain__en span {
  font-size: 5.1rem
}
@media only screen and (max-width: 767px) {
  .company .access .titleMain__en span {
    font-size: 4rem
  }
}
@media only screen and (max-width: 374px) {
  .company .access .titleMain__en span {
    font-size: 10.6951871658vw
  }
}
.company .access .titleMain__jp {
  font-size: 1.5rem
}
.company .access__content {
  max-width: 750px;
  margin-left: 30px
}
@media only screen and (max-width: 767px) {
  .company .access__content {
    max-width: 100%;
    margin-left: 0
  }
}
.company .access__content .table {
  margin-top: 45px
}
@media only screen and (max-width: 767px) {
  .company .access__content .table {
    margin-top: 0
  }
}
.company .access__content .table tr:first-child td {
  padding-top: 0
}
@media only screen and (max-width: 767px) {
  .company .access__content .table tr:first-child td {
    padding-top: 15px
  }
}
.company .access__img iframe {
  width: 100%;
  height: 420px;
  border-radius: 5px
}
.company .security-policy {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .company .security-policy {
    padding: 60px 0
  }
}
.company .security-policy .text {
  line-height: 2
}
.company .security-policy__list {
  margin: 60px 0;
  padding: 60px 0;
  border-top: 1px solid #d8e8f0;
  border-bottom: 1px solid #d8e8f0
}
@media only screen and (max-width: 767px) {
  .company .security-policy__list {
    margin: 30px 0;
    padding: 30px 0
  }
}
.company .security-policy__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.company .security-policy__list li + li {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .company .security-policy__list li + li {
    margin-top: 30px
  }
}
.company .security-policy__list li .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .015em;
  color: #0b98d9;
  min-width: 20px;
  margin-right: 15px
}
@media only screen and (max-width: 767px) {
  .company .security-policy__list li .number {
    font-size: 1.7rem
  }
}
.company .security-policy__list li .txt {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em
}
@media only screen and (max-width: 767px) {
  .company .security-policy__list li .txt {
    font-size: 1.5rem
  }
}
.company .security-policy__list li .txt span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px
}
@media only screen and (max-width: 767px) {
  .company .security-policy__list li .txt span {
    font-size: 1.7rem;
    margin-bottom: 5px
  }
}
.company .security-policy .author {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em
}
.company .iso {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .company .iso {
    padding: 60px 0
  }
}
.company .iso__img {
  border: 1px solid #d8e8f0;
  border-radius: 5px;
  overflow: hidden
}
.company .iso .table {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .company .iso .table {
    margin-top: 30px
  }
}
.company .iso .table td ul li {
  list-style: disc;
  display: list-item;
  margin-left: 25px
}
.company .iso .table td ol li {
  margin: 0;
  list-style: none
}
.contact__body {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .contact__body {
    padding: 60px 0
  }
}
.contact__thanks .thanks__wrap {
  max-width: 840px;
  margin: 0 auto
}
.contact__thanks .thanks__title {
  font-size: 2.3rem;
  line-height: 1.45;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8E8F0;
  margin-bottom: 40px;
  text-align: center;
  color: #1c538b;
  letter-spacing: .03em
}
@media only screen and (max-width: 767px) {
  .contact__thanks .thanks__title {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px
  }
}
.contact__thanks .thanks__text {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em
}
@media only screen and (max-width: 767px) {
  .contact__thanks .thanks__text {
    font-size: 1.5rem
  }
}
.contact__thanks .thanks .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 60px auto 0
}
.privacy-policy {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .privacy-policy {
    padding: 60px 0
  }
}
.privacy-policy .text {
  line-height: 2
}
.privacy-policy ul {
  margin: 60px 0;
  padding: 60px 0;
  border-top: 1px solid #D8E8F0;
  border-bottom: 1px solid #D8E8F0
}
@media only screen and (max-width: 767px) {
  .privacy-policy ul {
    margin: 30px 0;
    padding: 30px 0
  }
}
.privacy-policy ul li {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .privacy-policy ul li {
    font-size: 1.5rem
  }
}
.privacy-policy ul li + li {
  margin-top: 45px
}
@media only screen and (max-width: 767px) {
  .privacy-policy ul li + li {
    margin-top: 20px
  }
}
.privacy-policy ul li span {
  width: 30px;
  color: #0b98d9;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .privacy-policy ul li span {
    margin-right: 0
  }
}
.privacy-policy .author {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em
}
@media only screen and (max-width: 767px) {
  .privacy-policy .author {
    font-size: 1.5rem
  }
}
.privacy-policy .box {
  background: -webkit-gradient(linear, left bottom, left top, from(#F7F7F7), to(#F7F7F7));
  background: -webkit-linear-gradient(bottom, #F7F7F7, #F7F7F7);
  background: linear-gradient(0deg, #F7F7F7, #F7F7F7);
  border-radius: 5px;
  padding: 45px;
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .privacy-policy .box {
    padding: 20px;
    margin-top: 30px
  }
}
.privacy-policy .box__title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 700;
  border-bottom: 1px solid #D8E8F0;
  padding-bottom: 15px;
  margin-bottom: 30px
}
.privacy-policy .box__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .015em
}
@media only screen and (max-width: 767px) {
  .privacy-policy .box__text {
    font-size: 1.5rem
  }
}

/* ADD CSS 2025.05.16 */
.company__blContent .policy__list{
	margin-top: 60px;
	border-bottom: 1px solid #D8E8F0;
}
.company__blContent .policy__list li {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  border-top: 1px solid #D8E8F0;
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 36px */
  letter-spacing: 0.6px;
}
.company__blContent .policy__list li span {
  color: #0B98D9;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 34.8px */
  letter-spacing: 0.72px;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .company__blContent .policy__list {
    margin-top: 30px;
  }
  .company__blContent .policy__list li {
    padding: 20px 0px;
  }
  .company__blContent .policy__list li, .company__blContent .policy__list li span {
    font-size: 1.5rem;
  }
  .company__blContent .policy__list li span {
    margin-right: 20px;
  }
}

/* ADD CSS 2025.05.30 */
/* .business */
.business .container-development__img figure {
  position: relative;
  margin-bottom: 30px;
}
.business .container-development__img figure figcaption {
  color: #0B98D9;
  margin-top: 15px;
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.45px;
  position: absolute;
  right: 0;
  bottom: -25px;
}
@media only screen and (max-width: 767px) {
.business .container-development__img figure figcaption {
  text-align: left;
  font-size: 1.2rem;
  margin-left: 15px;
  line-height: 1.4;
  bottom: -40px;
}
}
/* ADD CSS 2025.06.05 */
/* .download__box */
.members__body .members {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 0;
}
.download__box__item a > div.txt_box {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 190px);
  border-right: 1px solid #D8E8F0;
  padding-right: 30px;
}
.download__box__item .day {
  margin-right: 30px;
  color: #1C538B;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.27px;
  max-width: 100px;
}
.download__box__item .file-name {
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.54px;
}
.download__box__item a {
  padding: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CED4D9;
  flex-wrap: nowrap;
}
.download__box__item a:hover {
  background-color: #F6F7F7;
  opacity: 1;
}
.download__box__item a .btn {
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-left: 70px;
  background-position: 30px center;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.download__box a[href$=".pdf"] .btn {
  background-image: url("../img/members/icon-p.svg");
}
.download__box a[href$=".doc"] .btn, .download__box a[href$=".docx"] .btn {
  background-image: url("../img/members/icon-w.svg");
}
.download__box a[href$=".xls"] .btn, .download__box a[href$=".xlsx"] .btn {
  background-image: url("../img/members/icon-x.svg");
}
.download__box__item a .btn span {
  border-radius: 50px;
  padding: 10px 15px;
  background: #E8F4FA;
  text-align: center;
  color: #1C538B;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 767px) {
  .members__body .members {
    max-width: inherit;
    padding: 20px 0 60px;
  }
  .download__box__item a > div.txt_box {
    display: block;
    width: calc(100% - 90px);
    padding-right: 10px;
    margin-right: 10px;
  }
  .download__box__item .day {
    margin-right: 10px;
    font-size: 1.5rem;
    max-width: inherit;
  }
  .download__box__item .file-name {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .download__box__item a {
    padding: 30px 0;
  }
  .download__box__item a:hover {}
  .download__box__item a .btn {
    padding-left: 0;
    padding-top: 43px;
    background-position: top center;
    display: flex;
    justify-content: center;
  }
  .download__box__item a .btn span {
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 2.5vw;
  }
}
/* .business */

@media only screen and (max-width: 767px) {
.business .container-development__title {
  bottom: 26px;
}
.business .container-development__title .txt span {
  font-size: 4vw;
  line-height: 1.5;
  padding: 0 10px 2px;
}
.business .container-development__item:not(img) {
  padding: 30px 0 0;
}
}
/* .breadcrumb */
@media only screen and (max-width: 767px) {
  .breadcrumb ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    width: auto;
    white-space: nowrap;
  }
}
/* .company */
.company__bl.message {
  padding-bottom: 20px;
}
.company__bl.message + .text + .author {
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 500;
  color: #1c538b;
  margin-top: 30px;
  margin-bottom: 105px;
  text-align: right;
}
.company .philosophy__box .text {
  max-width: inherit;
}
@media only screen and (min-width: 768px) {
  .company__blImg {
    max-width: 430px;
  }
  .company__bl.message + .text + .author {
    font-size: 2rem;
  }
  .company__bl.message .text, .company__bl.message + .text {
    font-size: 1.6rem;
  }
  .company__blContent .policy__list li {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .company__bl.message {
    padding-bottom: 10px;
  }
  .company__bl.message + .text + .author {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .company__blImg {
    max-width: 430px;
  }
}

/* relative */
.relative__tit span{
	white-space: nowrap;
}

/* ADD CSS 2025.06.18 */
/* top__about */
@media only screen and (max-width: 1181px) {
  .top__about .about__img img {
    height: auto;
    width: 100%;
  }
}
/* .company */
.company__item.cover__item {
  position: relative;
  min-height: 225px;
  z-index: 0;
  transition: all .3s ease-in-out;
}
.company__item.cover__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/company/img04.jpg");
  aspect-ratio: 68 / 45;
  height: 100%;
  width: auto;
  background-size: cover;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .company__item.cover__item::before {
    width: 100%;
    height: auto;
  }
}
.company__item.cover__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 340px;
  height: 225px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 0;
}
.company__item.cover__item:hover {
  opacity: 0.8;
}
.company__item.cover__item .company__link:hover {
  opacity: 1;
}
.company__item.cover__item .company__link {
  z-index: 1;
  position: relative;
}
/* .company iso */
.company .iso__img {
  position: relative;
  background-color: #fff;
}
.company .iso__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 168 / 95;
}
.company .iso__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/company/iso/img01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 0;
}
.company .iso__img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 0;
}
/* .company iso */
.relative__link {
  display: block;
}
/* .business */
.business .container-development__list.is-style1 li.no-content span:after {
  display: block;
}

/* ADD CSS 2025.06.27 */
/* top__about */
.company__bl.message + .author {
    line-height: 1.45;
    letter-spacing: .03em;
    font-weight: 500;
    color: #1c538b;
    margin-top: 0;
    margin-bottom: 105px;
    text-align: right;
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    .company__bl.message + .author {
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

/* ADD CSS 2025.07.03 */
/* members */
.members .members__wrap + .members__wrap {
  margin-top: 80px;
}
.members .members__wrap h2 {
  background: #e8f7ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .03em;
  color: #0b98d9;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.members .members__wrap h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1687d9), to(#0bafe6));
  background: -webkit-linear-gradient(#1687d9 0%, #0bafe6 100%);
  background: linear-gradient(#1687d9 0%, #0bafe6 100%);
}
.download__box__item .file-name{
    letter-spacing: .03em;
    color: #1c538b;
}
.download__box__item .file-name {
  position: relative;
  padding-left: 20px;
}
.download__box__item .file-name::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #0bafe6;
  opacity: 0.7;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
    .download__box__item a {
        padding: 20px 0;
    }
}

/* form */
.form .form__checkbox {
  display: inherit;
}
.form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form .form__policy .form__checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.form .form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: .1em;
  font-weight: 400;
  color: #222;
}
.form .wpcf7-list-item {
  padding-left: 35px;
}
.form .wpcf7-form-control-wrap {
  position: static;
}
.form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 50px;
  display: block;
}
.form .btn {
  align-items: flex-start;
}
.form .btn__circle-arrow {
  position: absolute;
  left: 13px;
  top: 14px;
}
.form .form__policy .form__checkbox input {
  padding-left: 0;
}
.wpcf7 .form .wpcf7-submit {
  border: none;
  background-color: transparent; /* 背景色を透明にする場合 */
  width: auto;
  color: #1c538b;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .03em;
    cursor: pointer;
}
.form .btn_body {
  cursor: inherit;
  opacity: 1;
}
.form .btn .js-link-text__wrap {
  margin-left: 0;
}
.form .wpcf7-spinner {
  position: absolute;
  top: -30px;
  left: 0;
}
.form .js-link-text__in {
  position: relative;
}

/* ADD CSS 2025.07.04 */
/* top__news */
.top__news .news__item{
	display: block;
}

/* news */
.news .wp-pagenavi a, .wp-pagenavi span.current{
	border: none;
	padding: 0;
	font-weight: normal !important;
}
.news .wp-pagenavi a, .news .wp-pagenavi span{
	border: none;
}
.pagenavi .wp-pagenavi .nextpostslink, .pagenavi .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background: none;
    background-color: #0B98D9;
    background-size: 16px 14px;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;color: #fff;
}
.pagenavi .wp-pagenavi .previouspostslink{
    transform: rotate(0);
	margin-right: 22.5px;
}
.pagenavi .wp-pagenavi .nextpostslink{
	margin-left: 22.5px;
}

/* business */
.business .business__wrap .business__title:before{
	background-size: 17px 14px;
}

/* form */
.form .wpcf7-list-item{
	padding-left: 0 !important;
}

/* ADD CSS 2025.07.18 */
/* news */
.news-detail__content .wp-content p a{
	color: #0bafe6;
	text-decoration: underline;
}

/* ADD CSS 2025.07.29 */
/* business__wrap */
.business.bg-none .business__wrap > .container,.company.bg-none .company__body {
  position: relative;
}
/* .navbar */
.business__layout .navbar li a,.company__layout .navbar li a {
  line-height: 1.5;
}
.business__layout .navbar li + li,.company__layout .navbar li + li {
  margin-top: 15px;
}
.business__layout .navbar,.company__layout .navbar {
  position: fixed;
  top: 20vh;
  right: 0;
  width: 290px;
  margin: 0;
  height: 80vh;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none; /* 透明時は操作不可に */
  transition: opacity 0.5s ease;
  z-index: 1000;
}
.business__layout .navbar.visible,.company__layout .navbar.visible {
  opacity: 1;
  pointer-events: auto;
}
.business__layout .navbar__list,.company__layout .navbar__list {
  padding-right: 0;
}
.business__layout .navbar.visible.fade-out,.company__layout .navbar.visible.fade-out {
  opacity: 0;
  pointer-events: none; /* ナビバーがクリックできないように */
}

.business__layout .navbar.visible.fade-in,.company__layout .navbar.visible.fade-in {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .business__layout .navbar,.company__layout .navbar {
    top: 0;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .business__layout .navbar ul,.company__layout .navbar ul {
    justify-content: space-between;
  }
  .business__layout .navbar.visible,.company__layout .navbar.visible {
    opacity: 0.95;
  }
  .business__layout .navbar .navbar__title,.company__layout .navbar .navbar__title {
    font-size: 3vw;
    display: table;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .business__layout .navbar__list,.company__layout .navbar__list {
    display: flex;
    flex-wrap: wrap;
  }
  .business__layout .navbar li,.company__layout .navbar li {
    margin-right: 10px;
  }
  .business__layout .navbar li + li,.company__layout .navbar li + li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .business__layout .navbar li a,.company__layout .navbar li a {
    font-size: 3.5vw;
  }
  .business__layout .navbar li a:before,.company__layout .navbar li a:before {
    top: 7px;
    margin-right: 5px;
  }
}

/* .header */
@media only screen and (max-width: 1024px) {
  .header__list .header__item:first-child .header__link, .header__list .header__item:nth-child(2) .header__link {
    display: block;
    width: 100%;
    max-width: inherit;
  }
}