@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #00a593;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

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

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  padding-top: 90px;
  background: url("../img/bg.jpg") repeat top center #212121;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 17.1875vw;
  }
}

@keyframes btn-bar1 {
  0% {
    transform: translateY(7px) rotate(15deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar1-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(15deg);
  }
}
@keyframes btn-bar2 {
  0% {
    transform: translateY(-7px) rotate(-15deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar2-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-15deg);
  }
}
@keyframes btn-bar1-sp {
  0% {
    transform: translateY(1.71875vw) rotate(15deg);
  }
  50% {
    transform: translateY(1.71875vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar1-active-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.71875vw) rotate(0);
  }
  100% {
    transform: translateY(1.71875vw) rotate(15deg);
  }
}
@keyframes btn-bar2-sp {
  0% {
    transform: translateY(-1.71875vw) rotate(-15deg);
  }
  50% {
    transform: translateY(-1.71875vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar2-active-sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.71875vw) rotate(0);
  }
  100% {
    transform: translateY(-1.71875vw) rotate(-15deg);
  }
}
#btn-nav {
  display: none;
}
@media only screen and (max-width: 1350px) {
  #btn-nav {
    display: block;
    position: fixed;
    top: 23px;
    right: 30px;
    width: 40px;
    height: 17px;
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav {
    display: block;
    top: 3.90625vw;
    right: 4.6875vw;
    width: 8.90625vw;
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 1350px) {
  #btn-nav span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00d0b9;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span {
    height: 0.625vw;
  }
}
@media only screen and (max-width: 1350px) {
  #btn-nav span:nth-child(2) {
    top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 1.71875vw;
  }
}
@media only screen and (max-width: 1350px) {
  #btn-nav span:nth-child(3) {
    top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(3) {
    top: 3.28125vw;
  }
}
#btn-nav.close span:nth-child(1) {
  animation: btn-bar1 0.4s forwards;
}
@media only screen and (max-width: 768px) {
  #btn-nav.close span:nth-child(1) {
    animation: btn-bar1-sp 0.4s forwards;
  }
}
#btn-nav.close span:nth-child(3) {
  animation: btn-bar2 0.4s forwards;
}
@media only screen and (max-width: 768px) {
  #btn-nav.close span:nth-child(3) {
    animation: btn-bar2-sp 0.4s forwards;
  }
}
#btn-nav.active span:nth-child(1) {
  animation: btn-bar1-active 0.4s forwards;
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(1) {
    animation: btn-bar1-active-sp 0.4s forwards;
  }
}
#btn-nav.active span:nth-child(2) {
  opacity: 0;
}
#btn-nav.active span:nth-child(3) {
  animation: btn-bar2-active 0.4s forwards;
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(3) {
    animation: btn-bar2-active-sp 0.4s forwards;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #515151;
  z-index: 50;
  background-color: #212121;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1350px) {
  #header {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    top: -0.15625vw;
    height: 11.5625vw;
    padding-left: 0;
    padding: 0.15625vw 0 5.78125vw;
  }
}
#header .logo {
  width: 378px;
  text-align: center;
}
@media only screen and (max-width: 1350px) {
  #header .logo {
    width: 30.24vw;
  }
}
@media only screen and (max-width: 1350px) {
  #header .logo {
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100vw - 131px);
    border-right: 1px solid #515151;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 77.1875vw;
    padding-top: 1.25vw;
    margin-left: 4.6875vw;
  }
}
#header .logo img {
  width: 275px;
}
@media only screen and (max-width: 1350px) {
  #header .logo img {
    width: 22vw;
  }
}
@media only screen and (max-width: 1000px) {
  #header .logo img {
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo img {
    width: 62.5vw;
  }
}
#header nav {
  width: calc(100% - 378px);
  height: 100%;
  border-left: 1px solid #515151;
  padding-left: 50px;
  transition: padding-left 0.3s ease;
  z-index: 50;
}
@media only screen and (max-width: 1000px) {
  #header nav {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1350px) {
  #header nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    height: calc(100vh - 90px);
    margin-left: 0;
    z-index: 99;
    width: 100vw;
    background: url("../img/global/nav_bg.png") no-repeat bottom center;
    background-size: cover;
    border-top: 1px solid #515151;
    padding: 50px 0;
    box-sizing: border-box;
    overflow-y: scroll;
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    top: 17.03125vw;
    height: calc(100vh - 17.1875vw);
    background: url("../img/global/nav_bg-sp.png") no-repeat top center;
    background-size: 100%;
    padding: 7.1875vw 0;
  }
}
#header nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 45px;
  transition: gap 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #header nav ul {
    display: block;
    min-width: unset;
  }
}
@media only screen and (max-width: 1350px) {
  #header nav ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li {
    margin-bottom: 8.59375vw;
  }
}
#header nav ul li.sp {
  display: none;
}
@media only screen and (max-width: 1350px) {
  #header nav ul li.sp {
    display: block;
  }
}
#header nav ul li a {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #header nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    gap: 0 3.125vw;
    font-size: 3.75vw;
  }
}
#header nav ul li a .eng {
  display: none;
}
@media only screen and (max-width: 1350px) {
  #header nav ul li a .eng {
    display: inline;
    font-size: 12px;
    font-family: "Outfit", serif;
    color: #00a593;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a .eng {
    font-size: 2.8125vw;
  }
}
#header nav ul li a:hover {
  color: #00d0b9;
}

.re-image {
  width: 100%;
}

.loop-text {
  width: 100%;
  height: 30px;
  background: url("../img/loop-text.png") repeat-x center center #212121;
  background-size: auto 13px;
  z-index: 50;
  animation: moveBg 120s linear infinite;
}
@media only screen and (max-width: 768px) {
  .loop-text {
    height: 5.625vw;
    background-size: auto 2.34375vw;
  }
}
.loop-text.fixed {
  position: fixed;
  top: 61px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .loop-text.fixed {
    top: 11.71875vw;
  }
}
.loop-text.line-btm {
  border-bottom: 1px solid #515151;
}
.loop-text.line-top {
  border-top: 1px solid #515151;
}

@keyframes moveBg {
  0% {
    background-position: 100vw center; /* 開始位置（右端） */
  }
  100% {
    background-position: -100vw center; /* 終了位置（左端） */
  }
}
.btn {
  position: relative;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(0, 165, 147), rgb(0, 208, 185)); /* 初期グラデーション */
  background-size: 100% 100%;
}
@media only screen and (max-width: 1300px) {
  .btn {
    width: 18.4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 50.3125vw;
    height: 10.9375vw;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.btn a {
  height: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1300px) {
  .btn a {
    margin-right: 1.6vw;
    font-size: 1.12vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 3.125vw;
    margin-right: 4.375vw;
  }
}
.btn .arrow {
  position: absolute;
  right: inherit;
  top: 50%;
  right: 62px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 15px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1300px) {
  .btn .arrow {
    right: 4.96vw;
    width: 0.8vw;
    height: 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn .arrow {
    right: 14.0625vw;
    width: 2.1875vw;
    height: 3.125vw;
  }
}
.btn .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  transform-origin: left top;
}
@media only screen and (max-width: 1300px) {
  .btn .arrow::before {
    width: 0.8vw;
    height: 0.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn .arrow::before {
    width: 2.1875vw;
    height: 0.46875vw;
  }
}
.btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #fff;
  transform-origin: left bottom;
}
@media only screen and (max-width: 1300px) {
  .btn .arrow::after {
    width: 0.8vw;
    height: 0.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn .arrow::after {
    width: 2.1875vw;
    height: 0.46875vw;
  }
}
.btn:hover::before {
  background-color: #fff;
}
.btn:hover a {
  transform: translateX(10px);
  color: #00a593;
}
.btn:hover .arrow {
  transform: translate(20px, -50%);
  opacity: 0;
}
.btn__more {
  font-family: "Outfit", serif;
}
.btn__white {
  background: #fff;
}
.btn__white a {
  color: #00a593;
}
.btn__white .arrow::before, .btn__white .arrow::after {
  background-color: #00a593;
}
.btn__white:hover::before {
  background-color: #212121;
}
.btn__white:hover a {
  color: #fff;
}
.btn__white:hover .arrow::before, .btn__white:hover .arrow::after {
  background-color: #fff;
}

#bottom-area {
  padding: 0 0 30px;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  background: url("../img/bg_bottom.jpg") repeat top center;
}
@media only screen and (max-width: 1300px) {
  #bottom-area {
    padding: 0 0 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-area {
    padding: 0 0 3.90625vw;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1300px) {
  #bottom-area img {
    width: 100%;
  }
}
#bottom-area .bnr {
  margin-top: -40px;
  opacity: 0;
}
@media only screen and (max-width: 1300px) {
  #bottom-area .bnr {
    margin-top: -3.2vw;
  }
}
#bottom-area .bnr a {
  display: block;
  width: 500px;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 1300px) {
  #bottom-area .bnr a {
    width: 40vw;
    margin: 0 auto 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-area .bnr a {
    width: 78.125vw;
    margin: 0 auto 1.875vw;
  }
}
#bottom-area .bnr p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 1300px) {
  #bottom-area .bnr p {
    font-size: 1.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-area .bnr p {
    font-size: 3.125vw;
  }
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  display: none;
}
@media only screen and (max-width: 1300px) {
  #pagetop {
    bottom: 2.4vw;
    right: 2.4vw;
    width: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop {
    width: 12.5vw;
    bottom: 3.125vw;
    right: 3.125vw;
  }
}
#pagetop a {
  display: block;
  transition: all 0.25s ease;
}
#pagetop:hover a {
  transform: translateY(-5px);
}

#footer {
  padding: 50px 0 130px;
  background: url("../img/global/footer_bg-pc.png") no-repeat top center #212121;
}
@media only screen and (max-width: 1300px) {
  #footer {
    padding: 4vw 0 10.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 7.8125vw 0 26.5625vw;
    background: url("../img/global/footer_bg-sp.png") no-repeat top center #212121;
    background-size: 100%;
  }
}
#footer .bnr-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  #footer .bnr-list {
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    margin-bottom: 7.03125vw;
  }
}
#footer .bnr-list ul {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
@media only screen and (max-width: 1300px) {
  #footer .bnr-list ul {
    gap: 0 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul {
    flex-direction: column;
    align-items: center;
    gap: 3.90625vw 0;
  }
}
#footer .bnr-list ul li {
  width: 360px;
}
@media only screen and (max-width: 1300px) {
  #footer .bnr-list ul li {
    width: 28.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul li {
    width: 67.5vw;
  }
}
#footer .copy {
  text-align: center;
  color: #999999;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 2.5vw;
  }
}

#modal-block {
  background-color: rgba(33, 33, 33, 0.7);
}
#modal-block .close {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#modal-block .close span {
  width: 50px;
  background-color: #00a593;
}
@media only screen and (max-width: 768px) {
  #modal-block .close span {
    width: 7.8125vw;
  }
}
#modal-block .close span:nth-child(1) {
  transform: rotate(15deg);
}
#modal-block .close span:nth-child(2) {
  transform: rotate(-15deg);
}
#modal-block .m-image {
  width: 700px;
}
@media only screen and (max-width: 768px) {
  #modal-block .m-image {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */