@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
  --base-text-color:#333;
  --base-link-color:#1C2660;
  --theme-color:#00b4ea;
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45); }

/* ==========================================================================
	html
========================================================================== */
html.wf-active {
  visibility: visible; }

html {
  font: normal normal normal 62.5%/1 "Zen Maru Gothic" ,Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'ＭＳ Ｐゴシック', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, 'MS PGothic', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt"; }

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-color: white;
  position: relative;
  color: var(--base-text-color);
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0.05em;
  letter-spacing: -0.02em;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-feature-settings: "palt"; }

/*
	htmlのフォントサイズは、下記のブラウザ幅では62.5%ではなくvwに。
	・1280px ~ 1024px
	・768px ~ 561px
	・375px ~
 */
/*
@media screen and (max-width: 1280px) and (min-width: 1024px) {
	html {
		font-size: 0.78125vw;
	}
}
*/
/*
@media screen and (max-width: 768px) and (min-width: 376px) {
	html {
		font-size: 1.30208vw;
	}
}
*/
@media screen and (max-width: 430px) and (min-width: 376px) {
  html {
    font-size: 2.659vw; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 2.66667vw;
    /*
    font-size: 3vw;
    */ } }
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

a {
  color: var(--base-text-color);
  text-decoration: none;
  -webkit-transition: all 0.4s var(--easeOutQuad);
  -moz-transition: all 0.4s var(--easeOutQuad);
  -o-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad); }

a:hover,
.trns:hover {
  -webkit-transition: all 0.4s var(--easeOutQuad);
  -moz-transition: all 0.4s var(--easeOutQuad);
  -o-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad); }

input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-transition: opacity 0.4s all var(--easeOutQuad);
  transition: opacity 0.4s var(--easeOutQuad);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden !Important; }

.pc_off {
  display: none !important; }

.sp_off {
  display: block !Important; }

img.preload {
  display: none; }

::-moz-selection {
  background: #5dc2d4; }

::selection {
  background: #5dc2d4; }

/* Safari */
::-moz-selection {
  background: #5dc2d4; }

.all_wrap {
  position: relative;
  overflow: hidden;
  z-index: 100; }

.all_bg_wrap {
  z-index: 5; }

@media (min-width: 851px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.nt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.cls-1 {
  transition: all 0.3s var(--easeInQuad); }

/* ==========================================================================
    animation
========================================================================== */
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* ==========================================================================
	ヘッダー
========================================================================== */
.head {
  position: absolute;
  z-index: 150;
  top: calc(100vh + 30px); }
  .head h1 {
    display: block;
    position: absolute;
    top: 0;
    left: 4.375vw;
    width: 203px; }
    .head h1 .cls-1 {
      fill: var(--theme-color); }
  .head.fixed h1 {
    position: fixed;
    top: 30px; }
  .head a {
    display: block;
    position: fixed;
    right: 5.79vw;
    bottom: 110px;
    /*13.28vh*/
    z-index: 100;
    width: 170px;
    height: 168px; }
    .head a > svg .cls-1 {
      fill: #fff; }
    .head a p {
      display: block;
      position: absolute;
      left: calc((63/339)*100%);
      top: calc((65/334)*100%);
      width: 109px;
      z-index: 10; }
      .head a p .cls-1 {
        fill: var(--theme-color); }
    @media (hover: hover) {
      .head a:hover > svg {
        animation: rotate 8s infinite linear; } }
  .head.w-bg a > svg .cls-1 {
    fill: var(--theme-color); }
  .head.w-bg a p .cls-1 {
    fill: #fff; }
  .head.blue-bg h1 .cls-1 {
    fill: #fff; }
  .head.bnr_off a {
    opacity: 0;
    pointer-events: none; }

@media screen and (min-width: 801px) {
  .head.con-in a {
    transform: scale(0.8);
    right: 2vw;
    bottom: 2vw; } }
@media screen and (max-width: 800px) {
  .head {
    top: 100svh; }
    .head h1 {
      left: 5vw;
      width: 110px;
      top: 10px; }
    .head.fixed h1 {
      position: fixed;
      top: 10px; }
    .head a {
      right: 5vw;
      bottom: 70px;
      /*13.28vh*/
      width: 77px;
      height: 76px; }
      .head a p {
        width: 50px; } }
/* ==========================================================================
	footer
========================================================================== */
.footer {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 5.5rem; }
  .footer .inr {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer .left_area {
    width: 250px; }
    .footer .left_area h2 {
      width: 200px;
      margin-bottom: 2.4rem; }
    .footer .left_area .cls-1 {
      fill: #fff; }
    .footer .left_area p {
      font-size: 1.3rem;
      line-height: 1.53;
      font-weight: 700;
      color: #000; }
  .footer .right_area {
    flex: 1;
    text-align: right;
    padding-top: 3rem; }
  .footer ul {
    position: relative;
    display: inline-block;
    margin-bottom: 1.7rem; }
  .footer li {
    display: inline-block;
    margin-bottom: 1.5rem; }
    .footer li a {
      position: relative;
      font-size: 1.7rem;
      margin-left: 2.7rem;
      font-weight: 700;
      color: #fff; }
      .footer li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        bottom: -3px;
        transform: scale(0, 1);
        transform-origin: right top;
        /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
        transition: transform 0.6s;
        /*変形の時間*/ }
      @media (hover: hover) {
        .footer li a:hover:after {
          transform: scale(1, 1);
          /*ホバー後、x軸方向に1（相対値）伸長*/
          transform-origin: left top;
          /*左から右に向かう*/ } }
    .footer li:first-child a {
      margin-left: 0; }
  .footer .sns_area {
    position: relative;
    width: 125px;
    margin-left: auto;
    display: grid;
    gap: 0 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3.2rem;
    display: block;
    width: 33px; }
    .footer .sns_area a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 31px;
      height: 31px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #fff; }
      .footer .sns_area a.insta svg {
        width: 18px;
        height: 18px; }
      .footer .sns_area a.fb svg {
        width: 9px;
        height: 16px; }
      .footer .sns_area a.x svg {
        width: 15px;
        height: 12px; }
      @media (hover: hover) {
        .footer .sns_area a:hover {
          background: var(--theme-color); }
          .footer .sns_area a:hover .cls-1 {
            fill: #fff; } }
  .footer .copy {
    font-size: 1rem;
    color: #000; }

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 6.5rem;
    padding-bottom: 2.3rem; }
    .footer .inr {
      display: block; }
    .footer .left_area {
      width: 190px;
      margin: 0 auto; }
      .footer .left_area h2 {
        width: 190px;
        margin-bottom: 1.6rem; }
      .footer .left_area p {
        font-size: 1.1rem; }
    .footer .right_area {
      display: block;
      padding-top: 5rem; }
    .footer ul {
      display: none; }
    .footer .sns_area {
      width: 50px;
      margin: 0 auto 2.5rem; }
      .footer .sns_area a {
        width: 50px;
        height: 50px; }
        .footer .sns_area a.insta svg {
          width: 26px;
          height: 26px; }
        .footer .sns_area a.fb svg {
          width: 13px;
          height: 23px; }
        .footer .sns_area a.x svg {
          width: 22px;
          height: 18px; }
    .footer .copy {
      display: block;
      text-align: center; } }
/* ==========================================================================
	inview
========================================================================== */
.inview.bt_one,
.inview.bt > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--easeOutQuad), transform 1s var(--easeOutQuad); }

.inview.bt_one.move,
.inview.bt.move > * {
  opacity: 100;
  transform: translateY(0);
  /*
      transition-delay: .6s;
  */ }
  .inview.bt_one.move:nth-child(2),
  .inview.bt.move > *:nth-child(2) {
    transition-delay: 0.2s; }
  .inview.bt_one.move:nth-child(3),
  .inview.bt.move > *:nth-child(3) {
    transition-delay: 0.4s; }
  .inview.bt_one.move:nth-child(4),
  .inview.bt.move > *:nth-child(4) {
    transition-delay: 0.6s; }
  .inview.bt_one.move:nth-child(5),
  .inview.bt.move > *:nth-child(5) {
    transition-delay: 0.8s; }
  .inview.bt_one.move:nth-child(6),
  .inview.bt.move > *:nth-child(6) {
    transition-delay: 1s; }
  .inview.bt_one.move:nth-child(7),
  .inview.bt.move > *:nth-child(7) {
    transition-delay: 1.2s; }
  .inview.bt_one.move:nth-child(8),
  .inview.bt.move > *:nth-child(8) {
    transition-delay: 1.4s; }
  .inview.bt_one.move:nth-child(9),
  .inview.bt.move > *:nth-child(9) {
    transition-delay: 1.6s; }
  .inview.bt_one.move:nth-child(10),
  .inview.bt.move > *:nth-child(10) {
    transition-delay: 1.8s; }
  .inview.bt_one.move:nth-child(11),
  .inview.bt.move > *:nth-child(11) {
    transition-delay: 2s; }
  .inview.bt_one.move:nth-child(12),
  .inview.bt.move > *:nth-child(12) {
    transition-delay: 2.2s; }
  .inview.bt_one.move:nth-child(13),
  .inview.bt.move > *:nth-child(13) {
    transition-delay: 2.4s; }
  .inview.bt_one.move:nth-child(14),
  .inview.bt.move > *:nth-child(14) {
    transition-delay: 2.6s; }

/* ==========================================================================
	parts
========================================================================== */
.t-wave:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -74px;
  width: 100%;
  background: url(../image/wave_white.png) repeat-x;
  background-size: 1265px 75px;
  height: 75px;
  z-index: 10;
  animation: wave01 30s linear infinite; }

.t-wave-blue:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -35px;
  background: url(../image/wave02.png) repeat-x;
  background-size: 2000px 84px;
  width: 130%;
  height: 84px;
  z-index: 3;
  animation: wave03 55s linear infinite; }

.b-wave:before {
  content: "";
  display: block;
  position: absolute;
  left: -15%;
  bottom: -35px;
  width: 130%;
  background: url(../image/wave_white.png) repeat-x;
  background-size: 1265px 75px;
  height: 75px;
  z-index: 10;
  animation: wave03 45s linear infinite;
  transform: scale(1, -1); }

.-blue {
  background: var(--theme-color); }

.blue-text {
  color: var(--theme-color); }

.up-tit_area {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .up-tit_area .en_tit {
    margin: 0 auto;
    overflow: hidden; }
    .up-tit_area .en_tit span {
      position: relative;
      display: inline-block;
      transform: translateY(105%);
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .ja_tit {
    position: relative;
    font-size: 2.8rem;
    letter-spacing: 0.075em;
    margin-top: 2.8rem;
    transform: translateY(10px);
    opacity: 0;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .move .en_tit span {
    transform: translateY(0); }
    .move .en_tit span:nth-child(2) {
      transition-delay: 0.06s; }
    .move .en_tit span:nth-child(3) {
      transition-delay: 0.12s; }
    .move .en_tit span:nth-child(4) {
      transition-delay: 0.18s; }
    .move .en_tit span:nth-child(5) {
      transition-delay: 0.24s; }
    .move .en_tit span:nth-child(6) {
      transition-delay: 0.3s; }
    .move .en_tit span:nth-child(7) {
      transition-delay: 0.36s; }
    .move .en_tit span:nth-child(8) {
      transition-delay: 0.42s; }
    .move .en_tit span:nth-child(9) {
      transition-delay: 0.48s; }
    .move .en_tit span:nth-child(10) {
      transition-delay: 0.54s; }
    .move .en_tit span:nth-child(11) {
      transition-delay: 0.6s; }
    .move .en_tit span:nth-child(12) {
      transition-delay: 0.66s; }
    .move .en_tit span:nth-child(13) {
      transition-delay: 0.72s; }
    .move .en_tit span:nth-child(14) {
      transition-delay: 0.78s; }
  .move .ja_tit {
    transform: translateY(0);
    opacity: 1;
    transition-delay: var(--delay);
    color: #000; }

@media screen and (max-width: 800px) {
  .t-wave:before {
    top: -36px;
    background-size: 632px 37px;
    height: 37px; }

  .t-wave-blue:before {
    top: -17px;
    background-size: 1000px 42px;
    width: 130%;
    height: 42px; }

  .b-wave:before {
    bottom: -17px;
    background-size: 632px 37px;
    height: 37px; }

  .up-tit_area {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .up-tit_area .en_tit {
      transform: scale(0.6); }
    .ja_tit {
      font-size: 2.1rem;
      margin-top: 1.5rem; } }
.link_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 90px;
  background: #005581;
  border-radius: 45px;
  margin: 0 auto;
  transition: all .4s ease !Important;
  z-index: 10; }
  .link_btn span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    margin-right: 25px;
    font-weight: 600;
    z-index: 10; }
  .link_btn .icon {
    display: inline-block;
    width: 15px;
    transform: translateY(2px);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }
    .link_btn .icon .cls-1 {
      fill: #fff; }
  @media (hover: hover) {
    .link_btn:hover {
      background: var(--theme-color);
      color: #fff; }
      .link_btn:hover .icon {
        transform: translate(3px, 2px); } }

@media screen and (max-width: 800px) {
  .link_btn {
    width: 225px;
    height: 56px; }
    .link_btn span {
      font-size: 16px;
      margin-right: 20px; }
    .link_btn .icon {
      width: 9px; } }
.fit_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  transition: transform ease .4s; }

.img_area {
  z-index: 10; }

.v_txt {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  vertical-align: top;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em; }

@media screen and (max-width: 800px) {
  .pc_off {
    display: block !Important; }

  .sp_off {
    display: none !important; } }

/*# sourceMappingURL=common.css.map */
