@charset "UTF-8";
/* ==========================================================
0～768px
========================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem; }

  .pc {
    display: none; }

  /* header
  ----------------------------------------------------------- */
  .head__inner {
    background: #fff;
    display: block;
    padding: 0; }

  .head__logo {
    padding-right: 0; }
    .head__logo .logo {
      width: 100%;
      height: 60px;
      z-index: 10000;
      padding-top: 14px;
      padding-left: 4%;
      padding-right: 0;
      background: #fff; }
      .head__logo .logo img {
        width: 140px; }

  /* gnav
  ----------------------------------------------------------- */
  .hamburger {
    background: #2f384f;
    display: block;
    width: 60px;
    height: 60px;
    padding: 30px 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    touch-action: manipulation; }

  .hamburger__icon {
    position: relative; }

  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff !important;
    transition-property: background-color, transform;
    transition-duration: 0.4s; }

  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: ""; }

  .hamburger__icon:before {
    top: -7px; }

  .hamburger__icon:after {
    top: 7px; }

  .hamburger.active .hamburger__icon {
    background-color: transparent; }

  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff; }

  .hamburger.active .hamburger__icon:before {
    transform: translateY(7px) rotate(45deg); }

  .hamburger.active .hamburger__icon:after {
    transform: translateY(-7px) rotate(-45deg); }

  .hamburger.active .hamburger__icon {
    width: 0; }

  .fat-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #f5f6f9;
    transition-property: transform;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9999; }

  .fat-nav__wrapper {
    width: 100%;
    height: 100svh; }

  .fat-nav.active {
    transform: scale(1); }

  #global-nav {
    padding: 60px 0 0 0;
    height: auto; }
    #global-nav .menu {
      width: 100%;
      height: auto;
      display: block; }
      #global-nav .menu > li a {
        font-size: 1.8rem;
        padding: 2em;
        border-bottom: 1px solid #ddd;
        color: #2e4b96; }

  .fat-nav__wrapper {
    display: block; }

  .head__cta {
    margin-left: 0;
    margin-top: 40px;
    padding: 0 5%; }

  .btn--contact {
    font-size: 1.8rem;
    text-align: center; }
    .btn--contact span {
      padding-left: 36px;
      padding-right: 18px; }

  /* visual
  ----------------------------------------------------------- */
  .tp__visual {
    height: calc(100svh - 60px); }

  .tp__visual__copy {
    position: absolute;
    top: 48%;
    right: 8%;
    text-align: right; }
    .tp__visual__copy .copy--main {
      font-size: 4rem;
      line-height: 1.6;
      margin-bottom: 1em; }
    .tp__visual__copy .copy--en {
      font-size: 1.2rem; }

  /* #tp__message
  ----------------------------------------------------------- */
  #tp__message {
    padding: 60px 0 100px; }

  .tp__message__inner {
    flex-direction: column-reverse; }

  .tp__message__detail {
    width: 100%;
    max-width: none;
    margin-top: 60px; }

  .tp__message__copy--ja {
    font-size: 2.6rem;
    padding-top: 0; }

  .tp__message__copy--en {
    font-size: 1.3rem; }

  .tp__message__txt p {
    font-size: 1.6rem; }

  .tp__message__img {
    width: 100%;
    margin-left: 0; }

  .tp__message__logo {
    top: -30px;
    z-index: 2; }
    .tp__message__logo span {
      font-size: 15vw; }

  /* #tp__service
  ----------------------------------------------------------- */
  #tp__service {
    padding: 100px 5%; }

  .tp__service__ttl {
    margin-bottom: 60px; }

  .tp__ttl--en {
    font-size: 6rem; }

  .tp__ttl--ja {
    font-size: 1.7rem; }

  .tp__service__inner {
    width: 100%;
    display: block;
    padding: 10% 10% 16%;
    margin-bottom: 60px; }

  .tp__service__img {
    width: 100%; }

  .tp__service__detail {
    padding-left: 0;
    padding: 0; }

  .reverse .tp__service__detail {
    padding-right: 0; }

  .tp__service__item {
    font-size: 2.4rem;
    padding-top: 1.6em; }

  .notebox {
    padding: 2em 2em 1.6em;
    margin: 2em 0; }
    .notebox h3 {
      font-size: 1.6rem; }
    .notebox li {
      font-size: 1.4rem; }
      .notebox li::before {
        top: .6em; }

  /* .ft__cta
  ----------------------------------------------------------- */
  .ft__cta {
    padding: 80px 5% 100px; }

  .ft__ttl--en {
    font-size: 5.6rem; }

  .ft__ttl--ja {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left; }

  .ft__txt--en {
    font-size: 1.2rem;
    text-align: left; }

  .ft__cta__area {
    width: 100%;
    margin: 40px auto 0;
    display: block; }

  .ft__cta__tel {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 1em; }
    .ft__cta__tel a {
      font-size: 2rem; }

  .tel--phone {
    margin-bottom: .3em; }

  .ft__cta__btn a {
    width: 100%;
    font-size: 1.8rem; }
    .ft__cta__btn a span {
      padding-left: 40px; }
      .ft__cta__btn a span::before {
        width: 24px; }
    .ft__cta__btn a:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }

  /* footer
  ----------------------------------------------------------- */
  .ft__wrap {
    padding: 80px 5% 0; }

  .ft__inner {
    width: 100%;
    display: block;
    padding-bottom: 60px; }

  .ft__info {
    width: 100%; }
    .ft__info dl {
      font-size: 1.4rem; }
    .ft__info dt {
      font-size: 1.6rem; }
    .ft__info dd {
      line-height: 1.7; }

  .ft__link {
    width: 100%;
    margin-top: 60px;
    display: block; }
    .ft__link p {
      font-size: 1.6rem; }

  .ft__copyright {
    padding: 60px 0; }
    .ft__copyright p {
      font-size: 1.2rem; } }
/* -----@media screen and (max-width:768px) ------ */
