@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*===========================================================
全体の設定
=============================================================*/
/*===========================================================
ここから
=============================================================*/
.red {
  color: red; }

main#front {
  padding-bottom: 0; }
  main#front .mv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 25px;
    height: 100%;
    width: 100%;
    background: #fbfaf6; }
    @media screen and (max-width: 768px) {
      main#front .mv {
        height: 70vh; } }
    main#front .mv .left_wrap {
      position: relative;
      height: 100%; }
      main#front .mv .left_wrap .copy {
        position: absolute;
        bottom: 90px;
        left: 40px;
        width: 760px;
        z-index: 100; }
        main#front .mv .left_wrap .copy h2 {
          font-size: 4rem; }
          main#front .mv .left_wrap .copy h2 span {
            margin-bottom: 15px;
            display: inline-block;
            backdrop-filter: blur(50px); }
            main#front .mv .left_wrap .copy h2 span:before {
              background: #000; }
    main#front .mv .l-wrapper {
      width: 100%;
      height: 100%; }
  main#front .fixed_cover {
    margin-top: 100vh;
    position: relative;
    z-index: 100;
    background: #fbfaf6; }
    @media screen and (max-width: 768px) {
      main#front .fixed_cover {
        margin-top: 70vh; } }

#page .title {
  font-family: fot-cezanne-pron, sans-serif;
  font-size: 3.5rem;
  margin-bottom: 50px; }
#page .text h3 {
  font-size: 1.8rem;
  text-decoration: underline;
  margin: 30px 0 15px; }
#page p {
  font-size: 1.4rem;
  line-height: 2; }
#page section {
  margin-top: 150px; }
  #page section h2 {
    font-size: 2.4rem;
    color: #00a2b4;
    text-align: center;
    border-bottom: #00a2b4 solid 1px;
    padding-bottom: 10px;
    display: inline-block;
    color: #00a2b4; }
  #page section h3 {
    font-size: 1.8rem;
    margin: 50px 0 20px; }
  #page section h4 {
    font-size: 1.6rem;
    text-decoration: underline;
    margin: 25px 0 10px;
    color: #555;
    font-weight: bold; }
  #page section p a {
    display: inline;
    text-decoration: underline; }
    #page section p a:hover {
      color: #00a2b4;
      transition: .2s; }
  #page section .content {
    margin-top: 70px; }
  #page section .wrap {
    border-left: #333 dotted 1px;
    padding-left: 25px; }
#page a.btn_more {
  background: #00a2b4;
  color: #fff;
  text-align: center;
  padding: 15px 100px;
  width: auto;
  margin: 40px auto 0;
  letter-spacing: .1rem;
  font-size: 1.6rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  box-shadow: 0px 0px 20px 0px #bbb;
  transition: 0.3s;
  display: inline-block;
  border-radius: 5px; }
  #page a.btn_more:hover {
    background: #000;
    transition: .2s; }
#page .white_box {
  background-color: #fff;
  padding: 55px 55px 65px 55px;
  margin: 40px 0 60px; }
  @media screen and (max-width: 768px) {
    #page .white_box {
      padding: 50px 4%; } }

/*=====================================================================
header
=======================================================================*/
div.header_pc {
  position: relative;
  width: 100%;
  padding: 0px 0 10px;
  z-index: 100;
  top: 0;
  position: fixed;
  top: 0;
  right: 60px;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    div.header_pc {
      display: none; } }
  div.header_pc .left {
    float: left;
    width: 180px;
    margin-top: 20px; }
    div.header_pc .left h1 img {
      width: 100%; }
    @media screen and (max-width: 900px) {
      div.header_pc .left {
        width: 190px; } }
  div.header_pc .right {
    float: right;
    width: auto;
    margin-top: 50px; }
    div.header_pc .right ul.flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: right; }
      div.header_pc .right ul.flex li a {
        font-size: 1.2rem;
        margin-left: 35px;
        transition: .1s;
        font-family: mr-eaves-sans, sans-serif;
        font-weight: 700;
        font-style: normal;
        position: relative;
        letter-spacing: .15rem; }
        div.header_pc .right ul.flex li a:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #00a2b4;
          transition: width 0.3s; }
        div.header_pc .right ul.flex li a:hover::before {
          width: 100%; }
        div.header_pc .right ul.flex li a img {
          width: 30px;
          vertical-align: top; }
        div.header_pc .right ul.flex li a.check::before {
          width: 100%; }
        @media screen and (max-width: 1040px) {
          div.header_pc .right ul.flex li a {
            margin-left: 20px;
            font-size: .85rem; } }
        @media screen and (max-width: 900px) {
          div.header_pc .right ul.flex li a {
            font-size: .75rem;
            margin-left: 20px;
            letter-spacing: .05rem; } }

/*=====================================================================
ナビゲーション
=======================================================================*/
.nav_sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .nav_sp {
      display: block; } }
  .nav_sp h1 {
    width: 50px;
    margin-left: 15px;
    margin-top: 15px; }
    .nav_sp h1 img {
      vertical-align: bottom; }

.gblnv_box {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0;
  cursor: pointer;
  background: #fff;
  padding-bottom: 15px;
  /*menu-triggerの設定-----------------------------------------------------*/ }
  .gblnv_box .onanimation {
    z-index: 998;
    opacity: 1;
    transition: all .4s;
    visibility: visible; }
    .gblnv_box .onanimation .online__sp p {
      color: #fff; }
  .gblnv_box .menu-trigger,
  .gblnv_box .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box; }
  .gblnv_box a.menu-trigger {
    position: fixed;
    right: 30px;
    top: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    z-index: 999;
    display: block;
    /*1. 中央のラインが消え、上下のラインでクローズボタンに*/ }
    @media screen and (max-width: 900px) {
      .gblnv_box a.menu-trigger {
        right: 16px; } }
    .gblnv_box a.menu-trigger span {
      position: absolute;
      width: 28px;
      height: 1px;
      background-color: #000;
      left: 4px;
      top: 50%;
      transition: all 300ms ease-out; }
      .gblnv_box a.menu-trigger span:nth-of-type(1) {
        margin-top: -7px; }
      .gblnv_box a.menu-trigger span:nth-of-type(3) {
        margin-top: 7px; }
      .gblnv_box a.menu-trigger span:nth-of-type(4) {
        margin-top: -7px;
        transform: translateY(7px) rotate(45deg);
        background-color: #000 !important;
        opacity: 0;
        transition-delay: 0;
        transition: 0; }
      .gblnv_box a.menu-trigger span:nth-of-type(5) {
        margin-top: 7px;
        transform: translateY(-7px) rotate(-45deg);
        background-color: #000 !important;
        opacity: 0;
        transition-delay: 0;
        transition: 0; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(1) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(3) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(4) {
      opacity: 1;
      transition-delay: .2s; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(5) {
      opacity: 1;
      transition-delay: .2s; }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes menu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.gblnv_block {
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  color: #fff;
  position: absolute;
  right: 0;
  height: 100vh;
  padding: 30px 0 0;
  width: 100%;
  transition: all .4s;
  visibility: hidden; }
  .gblnv_block ul {
    padding: 0;
    margin: 20px 0;
    width: 100%; }
    .gblnv_block ul li {
      cursor: pointer;
      translate: 10px 0;
      opacity: 0; }
      .gblnv_block ul li:nth-of-type(1) {
        transition-delay: .17s; }
      .gblnv_block ul li:nth-of-type(2) {
        transition-delay: .28s; }
      .gblnv_block ul li:nth-of-type(3) {
        transition-delay: .39s; }
      .gblnv_block ul li:nth-of-type(4) {
        transition-delay: .5s; }
      .gblnv_block ul li:nth-of-type(5) {
        transition-delay: .61s; }
      .gblnv_block ul li:nth-of-type(6) {
        transition-delay: .72s; }
      .gblnv_block ul li i.fa.fa-chevron-down {
        position: absolute;
        right: 15px;
        top: 11px;
        color: #00a2b4; }
      .gblnv_block ul li a {
        font-size: 5vw;
        color: #000;
        padding: 15px 0;
        letter-spacing: .2rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        color: #333333 !important; }
      .gblnv_block ul li ul.sub-menu {
        display: none;
        height: auto;
        position: relative;
        top: -10px; }
        .gblnv_block ul li ul.sub-menu li a {
          font-size: 3.5vw;
          padding-top: 7px;
          padding-bottom: 0;
          font-family: "FOT-筑紫Bオールド明朝 Pr6 D"; }
  .gblnv_block .container__540 {
    padding-left: 10%;
    padding-right: 10%; }
  .gblnv_block .online__sp {
    opacity: 0; }

.onanimation .gblnv_block_wrap li {
  translate: 0;
  opacity: 1;
  transition: opacity .85s ease,translate .85s ease; }

/*=====================================================================
.scroll_up
=======================================================================*/
.scroll_up {
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
  .scroll_up.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .scroll_up.delay1 {
    transition-delay: .3s; }
  .scroll_up.delay2 {
    transition-delay: .6s; }
  .scroll_up.delay3 {
    transition-delay: .9s; }
  .scroll_up.delay4 {
    transition-delay: 1.2s; }
  .scroll_up.delay5 {
    transition-delay: 1.5s; }
