@charset "UTF-8";
/*--- import -------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6; }

html, body {
  overflow-x: hidden;
  font-size: 62.5%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

li {
  list-style-type: none; }

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

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: bottom;
  max-width: 100%; }

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

input, select {
  vertical-align: middle; }

br {
  line-height: 0; }

input, textarea, select, button {
  font: inherit; }

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*英字*/
/*------------------------------------- import ---*/
body {
  font-family: 游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,Hiragino Kaku Gothic Pro,Meiryo,Noto Sans JP,sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #f2f2f2;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #000000; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 3.64583vw; } }

a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  @media (hover: hover) and (pointer: fine) {
    a:hover {
      opacity: 0.8; } }

.object-fit.cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.btn_to_top {
  cursor: pointer;
  position: fixed;
  right: 35px;
  bottom: 20px;
  z-index: 60;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 83px;
  height: 83px;
  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-color: #fff;
  border-radius: 50vw;
  -webkit-box-shadow: 3.536px 3.536px 21.25px 3.75px rgba(79, 79, 88, 0.12);
  box-shadow: 3.536px 3.536px 21.25px 3.75px rgba(79, 79, 88, 0.12); }
  @media screen and (max-width: 768px) {
    .btn_to_top {
      right: 3.64583vw;
      bottom: 5.20833vw;
      width: 12.36979vw;
      height: 12.36979vw; } }
  .btn_to_top span {
    font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    color: #009999;
    width: 22%;
    height: 22%;
    border-top: 2px solid #009999;
    border-right: 2px solid #009999;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 6px; }
    @media screen and (max-width: 768px) {
      .btn_to_top span {
        width: 2.73438vw;
        height: 2.73438vw; } }
  .btn_to_top.foot {
    position: absolute; }

.pc {
  display: block; }
  .pc._inline {
    display: inline; }
  .pc._inline-block {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; }
      .sp._inline {
        display: inline; }
      .sp._inline-block {
        display: inline-block; } }

.inview {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .inview.same {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .inview._delay1 {
    -webkit-transition: all 1.2s 0.1s;
    -o-transition: all 1.2s 0.1s;
    transition: all 1.2s 0.1s; }
  .inview._delay2 {
    -webkit-transition: all 1.2s 0.2s;
    -o-transition: all 1.2s 0.2s;
    transition: all 1.2s 0.2s; }
  .inview._delay3 {
    -webkit-transition: all 1.2s 0.3s;
    -o-transition: all 1.2s 0.3s;
    transition: all 1.2s 0.3s; }
  .inview._delay4 {
    -webkit-transition: all 1.2s 0.4s;
    -o-transition: all 1.2s 0.4s;
    transition: all 1.2s 0.4s; }
  .inview._delay5 {
    -webkit-transition: all 1.2s 0.5s;
    -o-transition: all 1.2s 0.5s;
    transition: all 1.2s 0.5s; }
  .inview._delay10 {
    -webkit-transition: all 1.2s 1s;
    -o-transition: all 1.2s 1s;
    transition: all 1.2s 1s; }
  .inview.on {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  @media screen and (max-width: 768px) {
    .inview._sp_delay0 {
      -webkit-transition: all 1.2s;
      -o-transition: all 1.2s;
      transition: all 1.2s; } }

.coution {
  padding-left: 1em;
  text-indent: -1em; }

.coution::before {
  content: "※"; }

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  #modal .modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); }
  #modal .modalWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    /* 閉じるボタン */ }
    #modal .modalWrap .modalCont {
      display: none;
      height: 100%;
      overflow: auto; }
    #modal .modalWrap .close_btn {
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        #modal .modalWrap .close_btn {
          top: -2%; } }
      #modal .modalWrap .close_btn .icnArea {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 24px; }
        #modal .modalWrap .close_btn .icnArea::before, #modal .modalWrap .close_btn .icnArea::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          height: 2px;
          background-color: #ffffff;
          -webkit-transition: transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        #modal .modalWrap .close_btn .icnArea::before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        #modal .modalWrap .close_btn .icnArea::after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; }

/* -----------------------------------------------------
	common
----------------------------------------------------- */
.inner {
  max-width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .inner {
      padding: 0 4%; } }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 6.51042vw; } }

.btn {
  -webkit-box-shadow: 3px 3px 7px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
  box-shadow: 3px 3px 7px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
  color: #009999;
  max-width: 200px;
  height: 60px;
  border-radius: 50vw;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .btn {
      max-width: 71.09375vw;
      height: 13.67188vw;
      margin: auto; } }
  .btnLink {
    font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .btnLink {
        font-size: 3.64583vw; } }
    @media screen and (min-width: 769px) {
      .btnLink {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .btnLink:hover {
          background: #009999;
          opacity: 1;
          color: #fff; } }

.container {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    .container {
      padding-top: 19.53125vw; } }

h2 {
  font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 8.4rem;
  text-align: center;
  font-weight: 300;
  margin-top: 2%; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 9.375vw; } }
  h2 span {
    background: -webkit-linear-gradient(left, #007b7b, #00a9a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  h2 + p {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 4%; }
    @media screen and (max-width: 768px) {
      h2 + p {
        font-size: 3.64583vw; } }

.breadcrumb {
  padding: 10px 1.5% 10px calc(100vw * (60 / 1920)); }
  .breadcrumbList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700; }
    .breadcrumbList li:not(:last-child):after {
      content: ">";
      display: inline-block;
      margin: 0 .5em; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      padding-left: 6.51042vw; }
      .breadcrumbList {
        font-size: 2.60417vw; } }
  @media screen and (min-width: 769px) {
    .breadcrumb a:hover {
      color: #009999; } }

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #f2f2f2; }
  @media screen and (max-width: 768px) {
    header {
      height: 18.22917vw; } }
  header .header__logo {
    position: absolute;
    top: 61px;
    left: calc(100vw * (60 / 1920));
    display: block;
    background: url(../img/common/logo.svg) no-repeat 50%/contain;
    width: 248px;
    height: 25px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      header .header__logo {
        top: 8.20313vw;
        left: 6.51042vw;
        width: 32.55208vw;
        height: 3.25521vw; } }
    header .header__logo a {
      display: block;
      width: 100%;
      height: 100%; }
    header .header__logoTxt {
      border: 0;
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      clip: rect(0, 0, 0, 0);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
  header .openBtn {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 83px;
    height: 83px;
    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-color: #f1f1f1;
    border-radius: 50vw;
    -webkit-box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
    box-shadow: 3px 3px 5px rgba(79, 79, 88, 0.13), -3px -3px 5px #fff;
    cursor: pointer; }
    header .openBtn .openbtnLineBox {
      position: relative;
      width: 36%;
      height: 21px; }
    header .openBtn span {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      position: absolute;
      left: 0;
      height: 2px;
      border-radius: 50vw;
      background-color: #009999;
      width: 100%; }
      header .openBtn span:nth-of-type(1) {
        top: 0; }
      header .openBtn span:nth-of-type(2) {
        top: 50%; }
      header .openBtn span:nth-of-type(3) {
        top: 100%; }
    @media screen and (max-width: 768px) {
      header .openBtn {
        top: 3.64583vw;
        right: 3.64583vw;
        width: 12.36979vw;
        height: 12.36979vw; }
        header .openBtn .openbtnLineBox {
          height: 2.73438vw; } }
    @media screen and (min-width: 769px) {
      header .openBtn:not(.active):hover span:nth-of-type(2) {
        width: 70%; }
      header .openBtn:not(.active):hover span:nth-of-type(3) {
        width: 35%; } }
    header .openBtn.active {
      -webkit-box-shadow: 0px 0px 10px rgba(0, 99, 99, 0.2);
      box-shadow: 0px 0px 10px rgba(0, 99, 99, 0.2); }
      header .openBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        top: 50%; }
      header .openBtn.active span:nth-of-type(2) {
        opacity: 0; }
      header .openBtn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-1px) rotate(45deg);
        -ms-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg);
        top: 50%; }
  header.HeightMin {
    height: 100px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards; }
    @media screen and (max-width: 768px) {
      header.HeightMin {
        height: 15.625vw; } }
    header.HeightMin .header__logo, header.HeightMin .openBtn {
      top: 0;
      bottom: 0;
      margin: auto 0; }
  header.active {
    background-color: #009999;
    -webkit-box-shadow: none;
    box-shadow: none; }
    header.active .header__logo {
      background-image: url(../img/common/logo_w.svg); }

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
    @media screen and (max-width: 768px) {
      -webkit-transform: translateY(16.92708vw);
      transform: translateY(16.92708vw); } }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
    @media screen and (max-width: 768px) {
      -webkit-transform: translateY(16.92708vw);
      transform: translateY(16.92708vw); } }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* -----------------------------------------------------
	menu
----------------------------------------------------- */
.gnavi {
  background-color: #009999;
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .gnavi.panelactive {
    opacity: 1;
    z-index: 90; }
  .gnavi-inner {
    position: fixed;
    z-index: 91;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 3%; }
    @media screen and (min-width: 769px) {
      .gnavi-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .gnavi-inner .gnaviList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .gnavi-inner .gnaviList {
          padding: 24.34896vw 6.51042vw 0; } }
      .gnavi-inner .gnaviList__item {
        margin-bottom: 60px;
        width: 52%; }
        @media screen and (max-width: 768px) {
          .gnavi-inner .gnaviList__item {
            width: 100%;
            margin-bottom: 8.33333vw; } }
        .gnavi-inner .gnaviList__item:nth-of-type(even) {
          width: 48%;
          padding-left: 5%; }
          @media screen and (max-width: 768px) {
            .gnavi-inner .gnaviList__item:nth-of-type(even) {
              width: 100%;
              padding-left: 0; } }
        .gnavi-inner .gnaviList__item a {
          color: #fff; }
        .gnavi-inner .gnaviList__itemNameEn {
          font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
          font-size: 8.2rem;
          font-size: 4.2708vw;
          line-height: 1;
          letter-spacing: normal;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .gnavi-inner .gnaviList__itemNameEn {
              font-size: 8.07292vw; } }
        .gnavi-inner .gnaviList__itemNameJp {
          display: block;
          font-size: 2.2rem;
          font-size: 1.1458vw;
          letter-spacing: 0.15em;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .gnavi-inner .gnaviList__itemNameJp {
              font-size: 2.08333vw; } }

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background-color: #fff;
  font-size: 1.3rem;
  padding: 60px 4%; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 10.41667vw 6.51042vw;
      font-size: 2.86458vw; } }
  footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1560px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer_inner {
        display: block; } }
    footer .footer_inner:nth-of-type(2) {
      border-top: 1px solid #e5e5e5;
      padding-top: 15px; }
      @media screen and (max-width: 768px) {
        footer .footer_inner:nth-of-type(2) {
          padding-top: 5.85938vw; } }
  footer .footerWrap .footer__logo {
    background: url(../img/common/logo.svg) no-repeat 50%/contain;
    width: 248px;
    height: 25px; }
    @media screen and (max-width: 768px) {
      footer .footerWrap .footer__logo {
        width: 44.27083vw;
        height: 4.55729vw; } }
    footer .footerWrap .footer__logoTxt {
      border: 0;
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      clip: rect(0, 0, 0, 0);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px; }
  footer .footerWrap address {
    font-style: normal;
    font-weight: 700;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      footer .footerWrap address {
        margin: 7.68229vw 0 10.41667vw; } }
    footer .footerWrap address dd {
      line-height: 2; }
  footer .footerLinks {
    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-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  footer .footerNav {
    font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: 1.8rem;
    font-size: 0.9375vw; }
    footer .footerNav li {
      margin-left: 5.8%; }
      footer .footerNav li:nth-of-type(1) {
        margin-left: auto; }
      footer .footerNav li:last-of-type {
        width: 100%;
        text-align: right; }
        @media screen and (max-width: 768px) {
          footer .footerNav li:last-of-type {
            margin: 0 auto 9.50521vw; } }
    @media screen and (max-width: 768px) {
      footer .footerNav {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #e5e5e5;
        font-size: 3.90625vw;
        padding-top: 10.41667vw; }
        footer .footerNav li {
          width: 50%;
          margin: 0 0 9.50521vw; }
          footer .footerNav li:nth-of-type(1) {
            margin-left: 0; } }
  footer #copyright {
    font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      footer #copyright {
        font-size: 2.60417vw;
        padding-top: 4.55729vw; } }
  @media screen and (min-width: 769px) {
    footer a:hover {
      color: #009999; } }

.notfound_wrap {
  padding: 50px 0 140px; }
  @media screen and (max-width: 768px) {
    .notfound_wrap {
      padding: 10.41667vw 0 18.22917vw; } }
  .notfound_wrap .notfound_in {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .notfound_wrap .notfound_in {
        margin-bottom: 15.625vw; } }
    .notfound_wrap .notfound_in .ttl {
      font-size: 2.2rem;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .notfound_wrap .notfound_in .ttl {
          font-size: 4.94792vw;
          margin-bottom: 5.20833vw; } }
    .notfound_wrap .notfound_in p {
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .notfound_wrap .notfound_in p {
          font-size: 3.64583vw; } }
  .notfound_wrap .btn {
    max-width: 350px;
    margin: 0 auto; }
    .notfound_wrap .btnLink {
      font-family: inherit;
      font-weight: bold; }
