/* common
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: #222;
  overflow: hidden; }

#wrapper {
  width: auto;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }

p {
  line-height: 2.2; }

a {
  color: #222;
  text-decoration: none;
  transition: all .3s; }

a.opa:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

a.tdu:hover {
  text-decoration: underline; }

.en, .num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.0; }

::-moz-selection {
  background: #EEE;
  color: #fff; }

::selection {
  background: #EEE;
  color: #fff; }

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* header
----------------------------------------------------------- */
.head__wrap {
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all .3s; }

.head__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw; }

.head__logo {
  padding-right: 40px;
  flex-shrink: 0; }
  .head__logo .logo {
    width: 236px; }

/* gnav
----------------------------------------------------------- */
#global-nav .menu {
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #global-nav .menu > li {
    position: relative; }
    #global-nav .menu > li a {
      font-size: 1.7rem;
      font-weight: 600;
      padding: 1em 2em;
      display: block;
      white-space: nowrap; }
      #global-nav .menu > li a:hover {
        color: #2e4b96; }

.fat-nav__wrapper {
  display: flex;
  align-items: center; }

.head__cta {
  margin-left: 40px;
  position: relative; }

.btn--contact {
  background: #2e4b96;
  border-radius: calc(1px / 0);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.0;
  padding: 1.4em 2.4em 1.4em 2.8em;
  display: block;
  transition: all .3s; }
  .btn--contact span {
    font-weight: 600;
    padding-left: 36px;
    position: relative; }
    .btn--contact span::before {
      content: '';
      position: absolute;
      background: url("../images_pre/common/icon_mail_w.svg") left center/contain no-repeat;
      width: 20px;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

@media screen and (min-width: 769px) {
  #global-nav {
    display: block !important; } }
/* visual
----------------------------------------------------------- */
.tp__visual {
  width: 100%;
  position: relative;
  height: calc(100svh - 120px);
  z-index: 1; }

.tp__visual__inner {
  height: 100%;
  position: relative; }

.tp__visual__img {
  height: 100%; }
  .tp__visual__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block; }
    .tp__visual__img img.sp {
      display: none; }

.tp__visual__copy {
  position: absolute;
  top: 38%;
  right: 13%;
  text-align: right; }
  .tp__visual__copy .copy--main {
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 1em; }
  .tp__visual__copy .copy--en {
    font-size: 1.8rem;
    color: #fff; }

/* #tp__message
----------------------------------------------------------- */
#tp__message {
  width: 100%;
  position: relative;
  padding: 180px 0; }

.tp__message__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  position: relative; }

.tp__message__detail {
  flex: 1;
  max-width: 660px;
  margin: 0 auto; }

.tp__message__copy--ja {
  font-size: 4.8rem;
  color: #2e4b96;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-top: 50px; }

.tp__message__copy--en {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.0;
  font-weight: 600;
  font-size: 1.5rem;
  color: #9ca7c4;
  line-height: 1.7;
  margin-top: 2em; }

.tp__message__txt {
  margin-top: 5em; }
  .tp__message__txt p {
    font-size: 1.9rem; }
    .tp__message__txt p:not(:last-child) {
      margin-bottom: 2em; }

.tp__message__img {
  width: min(100%, 700px);
  margin-left: 5%; }
  .tp__message__img img {
    width: 100%;
    height: auto; }

.tp__message__logo {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1; }
  .tp__message__logo span {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    font-weight: 600;
    font-size: 18rem;
    color: #f8f8f9;
    display: block;
    line-height: .8; }

/* #tp__service
----------------------------------------------------------- */
#tp__service {
  width: 100%;
  position: relative;
  background: #f5f6f9;
  padding: 180px 0 120px; }

.tp__service__ttl {
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 90px; }

.tp__ttl--en {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.0;
  font-weight: 600;
  font-size: 8rem;
  color: #2e4b96; }

.tp__ttl--ja {
  font-size: 2rem;
  margin-top: 1em;
  text-align: center;
  color: #2e4b96;
  font-weight: 600; }

.tp__service__inner {
  width: min(83vw, 1600px);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6% 6%;
  margin-bottom: 80px; }

.tp__service__inner.reverse {
  flex-direction: row-reverse;
  margin-left: auto; }

.tp__service__img {
  width: min(50%, 640px); }
  .tp__service__img img {
    width: 100%; }

.tp__service__detail {
  flex: 1;
  padding-left: 8%; }
  .tp__service__detail .link {
    color: #2e90ba;
    text-decoration: underline; }

.reverse .tp__service__detail {
  padding-right: 8%;
  padding-left: 0; }

.tp__service__item {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  position: relative; }
  .tp__service__item::after {
    content: '';
    position: absolute;
    background: #2e4b96;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0; }

.notebox {
  background: #f1f8fb;
  padding: 2em 3em;
  margin: 2em 0; }
  .notebox h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1em; }
  .notebox li {
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .3em; }
    .notebox li::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #2e4b96;
      border-radius: 50%;
      left: 0;
      top: .7em; }

/* .ft__cta
----------------------------------------------------------- */
.ft__cta {
  width: 100%;
  position: relative;
  background: url("../images_pre/common/ft_contact_bg.jpg") no-repeat top right;
  background-size: cover;
  padding: 140px 5% 120px; }

.ft__cta__inner {
  text-align: center; }

.ft__ttl--en {
  font-size: 8rem;
  color: #2e4b96;
  letter-spacing: .1em;
  margin-bottom: .6em; }

.ft__ttl--ja {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1.2em; }

.ft__txt--en {
  font-size: 1.4rem;
  letter-spacing: .05em; }

.ft__cta__area {
  width: min(100%, 930px);
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ft__cta__tel {
  width: 460px;
  padding: 24px 10px;
  background: #fff;
  border-radius: 100px;
  display: block; }
  .ft__cta__tel a {
    font-size: 2.6rem;
    color: #2e4b96;
    display: block;
    line-height: 1.4; }
  .ft__cta__tel span {
    font-weight: 600;
    position: relative;
    padding-left: 26px; }

.tel--phone span::before {
  content: '';
  position: absolute;
  background: url("../images_pre/common/icon_tel.svg") no-repeat left center/cover;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - (16px / 2)); }

.tel--mobile span::before {
  content: '';
  position: absolute;
  background: url("../images_pre/common/icon_mobile.svg") no-repeat left center/cover;
  width: 13px;
  height: 21px;
  left: 0;
  top: calc(50% - (21px / 2)); }

.ft__cta__btn a {
  width: 430px;
  padding: 36px 0;
  background: #2e4b96;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.0;
  display: block;
  transition: all .3s;
  text-align: center; }
  .ft__cta__btn a span {
    color: #fff;
    font-weight: 600;
    padding-left: 48px;
    margin-left: 12px;
    position: relative;
    text-align: center;
    letter-spacing: .05em; }
    .ft__cta__btn a span::before {
      content: '';
      position: absolute;
      background: url("../images_pre/common/icon_mail_w.svg") left center/contain no-repeat;
      width: 30px;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .ft__cta__btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* footer
----------------------------------------------------------- */
.ft__wrap {
  width: 100%;
  position: relative;
  background: #2f384f;
  padding: 120px 0 0; }

.ft__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px; }

.ft__info {
  width: 50%; }
  .ft__info dl {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 40px; }
  .ft__info dt {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.2em; }
  .ft__info dd {
    line-height: 1.7; }
  .ft__info a {
    color: #fff; }
    .ft__info a:hover {
      text-decoration: underline; }

.ft__link {
  width: 50%;
  display: flex;
  justify-content: flex-end; }
  .ft__link p {
    font-size: 2rem;
    color: #2f384f;
    line-height: 1;
    text-align: left; }
    .ft__link p span {
      font-weight: 600;
      background: #fff;
      box-decoration-break: slice;
      -webkit-box-decoration-break: slice;
      padding: 4px 8px 6px;
      margin-bottom: 8px;
      display: inline-block; }

.ft__copyright {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 5% 120px; }
  .ft__copyright p {
    color: #FFF;
    font-size: 1.5rem; }
