@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
:root {
  --font-family-serif:'Noto Serif JP', serif;
  --font-family-Marcellus: "Marcellus", serif;
  --font-family-Cormorant:"Cormorant Garamond", serif;
  --color-white:#ffffff;
  --color-dark-brw:#61564A;
  --color-brw:#AA9883;
  --color-beige:#f5ede8;
}
* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
html {
  font-size:62.5%;
}
body {
  font-family: "Roboto", "Noto Sans JP", 'Hiragino Sans,', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, '游ゴシック体', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  color:#001D30;
  font-size:1.6rem;
  font-weight:500;
  word-break: break-all;
  line-height:2;
  letter-spacing:.015em;
  overflow-x:hidden;
  position:relative;
}
/*---link---*/
a {
  text-decoration: none;
  color:#001D30;
}
/*---image---*/
img,
picture {
  display:block;
  width:100%;
  height:auto;
}
/*---font---*/
.--font-size-big {
  font-size:6rem;
}
/*---bg color---*/
.bg--gray {
  background:#1a1a1a;
}
/*---moveing---*/
.fadeIn {
  opacity:0;
  transition:1.5s;
}
.is-fadeIn {
  opacity:1;
}
.fadeInUP {
  opacity:0;
  transform: translate(0, 20px);
  transition:1s;
}
.is-fadeInUP {
  opacity:1;
  transform:translate(0, 0);
}
.fadeInScale {
  transform:scale(.9);
  opacity:0;transition:1s;
}
.is-fadeInScale {
  transform:scale(1);
  opacity:1;
}
@keyframes rotation {
  0% {transform:rotate(0);}
  100% {transform: rotate(360deg);}
}
/*----------------------------------------------------
  共通項目
----------------------------------------------------*/
/*---見出し---*/
.ttl {
  width:100%;
  height:auto;
  margin-bottom:80px;
  position:relative;
}
.ttl > h2 {
  font-size:6rem;
  color: transparent;
  letter-spacing:.1em;
  background: linear-gradient(270deg, #003962 0%, #01d9ec 100%);
  background-clip: text;
}
/*---link__btn---*/
.link__btn {
  width:100%;
  height:48px;
  margin:0 auto;
}
.link__btn svg {
  width:18px;
  margin-right:3px;
  fill:#545454;
}
.link__btn-middle {
  max-width:360px;
}
.link__btn > a {
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background: linear-gradient(-270deg, rgb(0,57,98) 0%, rgb(1, 217, 236) 100%);
  color:#fff;
  border:2px solid #fff;
  padding:0 20px;
  box-sizing:border-box;
  border-radius:50vh;
  filter: drop-shadow(4px 6px 6px rgba(30, 103, 64, 0.1));

}
.link__btn > a > span {
  display:flex;
  flex-direction:column;
  line-height:1.6;
}
.link__btn-sub {
  font-family:var(--font-family-Marcellus);
  font-size:1.2rem;
}
.link__btn > a > img {
  width:24px;
  fill:#fff;
}
.link__btn > a > svg {
  width:24px;
}
.icon-arrow__base {
  stroke: #fff;
  stroke-miterlimit:10;
  fill:none;
}
.icon-arrow__main {
  fill:#fff;
}

/*----------------------------------------------------
  #loading
----------------------------------------------------*/
.loading {
  width:100vw;
  height:100vh;
  background-color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;left:0;
  z-index:99999;
}
.loading__inner {
  width:100%;
  height:auto;
}
.loading__inner > img {
  width:50%;
  max-width:200px;
  margin:0 auto;
}
/*----------------------------------------------------
 mouse tracking
----------------------------------------------------*/
#stkr {
  position:fixed;
  top:0px;
  left:0px;
  width:26px;
  height:26px;
  background:linear-gradient(45deg,rgba(135,193,153,.5),rgba(180, 187, 145,.5));
  border-radius:50%;
  transition:.5s;
  transition-timing-function:ease-out;
  pointer-events:none;
  mix-blend-mode:multiply;
  z-index:1000;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  width:100%;
  height:auto;
}
#header01 {
  width:100%;
  height:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  box-sizing:border-box;
  transition:1s cubic-bezier(.4, 0, .2, 1);
}
.head-animation {
  transform: translateY(-100%);
}
.global-nav__wrapper {
  width:100%;
  height:auto;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav {
  width:85%;
  height:60px;
  max-width:1440px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.global-nav__logo {
  width:auto;
  height:48px;
  position:relative;z-index:1001;
}
.global-nav__logo > a,
.global-nav__logo > a > h1 {
  width:auto;height:100%;
}
.global-nav__logo > a img {
  width:auto;
  height:100%;
}
.navi {
  display:inline-flex;
  width:auto;
  height:60px;
  background:rgba(255,255,255,.6);
  padding:0 40px;
  box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);
  border-radius:50vh;
}
.navi__list {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
}
.navi__list > ul {
  width:100%;height:auto;
  display:flex;justify-content:flex-end;
  list-style:none;
}
.navi__list > ul > li {
  display:flex;
  letter-spacing:0;
  position:relative;
}
.navi__list > ul > li > a {
  display:flex;
  flex-direction:column;
  justify-content:center;align-items:center;line-height:1.4;
  padding:0 20px;
  letter-spacing:.1em;
  font-weight:bold;
}
.navi__list-ruby {
  display:none;
}
.navi__cta {
  display:inline-flex;
  align-items:center;
  width:auto;height:auto;
  margin-left:20px;
  position:relative;
}
.navi__cta > a {
  display:inline-flex;
  flex-direction:row!important;
  justify-content:space-between;
  align-items:center!important;
  background: linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
  width:150px;
  height:38px;
  color:#fff;
  font-size:1.4rem;
  box-sizing:border-box;
  border-radius:8px;
}
.navi__cta > a > span {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:24px;
  height:24px;
  background:#fff;
  color:#01d9ec;
  font-size:1.2rem;
  border-radius:50vh;
  margin-left:5px;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
.nav-toggle {
  display:none;
  position:fixed;
  top:3px;
  right:2.5%;
  width:36px;
  height:56px;
  z-index:1001;
  cursor:pointer;
  transform:scale(.8);
}
.nav-toggle > span {
  display:inline-block;
  width:100%;
  height:4px;
  position:absolute;
  left:50%;
  transform:translate(-50%,0);
  background:#fff;
  border-radius: 2px;
  transition:all .4s;
  box-sizing:border-box;
}
.scroll .nav-toggle > span {
  background: linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
}
.nav-toggle > span:nth-of-type(1) {
  top:14px;
}
.nav-toggle > span:nth-of-type(2) {
  top:24px;
  right:0;
}
.nav-toggle > span:nth-of-type(3) {
  top:34px;
}
.nav-toggle.active > span {
  width:36px;
  height:3px;
  left:50%;
  transform:translate(-50%,0);
  background:#fff;
}
.nav-toggle.active > span:nth-of-type(1) {
  top:4px;
  transform:translate(-50%,20px) rotate(-45deg);
  -webkit-transform:translate(-50%,20px) rotate(-45deg);
}
.nav-toggle.active > span:nth-of-type(2) {
  left:50%;
  opacity:0;
  animation: active-menu-bar02 .8s forwards;
  -webkit-animation: active-menu-bar .8s forwards;
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
.nav-toggle.active span:nth-of-type(3) {
  top:44px;
  transform: translate(-50%,-20px) rotate(45deg);
  -webkit-transform:translate(-50%,-20px) rotate(45deg);
}
/*------------------------------------
  main
------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
/*------------------------------------
 #contact
------------------------------------*/
.contact {
  width:100%;
  height:auto;
  padding:0 0 150px 0;
  color:#fff;
}
.contact__body {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  padding:100px;
  box-sizing:border-box;
  background:#01d9ec;
}
.contact__item {
  width:90%;
  margin:0 auto;
}
/*------------------------------------
 .footer
------------------------------------*/
.footer {
  width:100%;
  height:auto;
  color:#fff;
  position:relative;
}
.footer a {
  color:#fff;
}
.footer::before {
  display:block;
  content:'';
  width:calc(100% - 40px);
  height:calc(100% - 40px);
  background: linear-gradient(270deg, #003962 0%, #01d9ec 100%);
  border-radius:40px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.footer__body {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  padding:150px 0;
  box-sizing:border-box;
  position:relative;
  z-index:1;
}
.footer__col {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-around;
  align-items:center;
}
.footer__logoArea {
  width:40%;
}
.footer__logo {
  width:180px;
  margin-bottom:10px;
}
.footer__add {
  font-size:1.4rem;
  padding-left:10px;
}
.footer__add > p br {
  display:none;
}
.footer__nav {
  width:auto;
  margin-left:auto;
}
.footer__nav > ul {
  display:inline-flex;
  align-items:center;
  list-style:none;
  margin-bottom:10px;
}
.footer__nav > ul > li > a {
  font-size:1.4rem;
  padding:0 14px;
  letter-spacing:.1em;
  font-weight:bold;
}
.footer__policy {
  text-align:right;
  font-size:1.2rem;
}
.footer__policy > a {
  padding-left:14px;
}
.copyright {
  font-size:1rem;
  padding-left:10px;
}
@media screen and (max-width:1440px) {
  html {
    font-size: calc(100vw/144.0);
  }
}
@media screen and (max-width:1360px) {
  .footer01 {
    width:90%;
    max-width:initial;
  }
}
@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}
@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }
  #header01 {
    height:60px;
    position:fixed;
    z-index:1001;
  }
  .global-nav__wrapper {
    width:100%;
    height:60px;
    max-width:initial;
    padding-left:0;
  }
  .global-nav {
    height:60px;
    justify-content: space-between;
    padding:0 10px;
    box-sizing:border-box;
  }
  .global-nav__logo {
    width:100%;
    height:40px;
    margin:0 auto;
    opacity:0;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .scroll .global-nav__logo {
    opacity:1;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  }
  .global-nav__logo > a img {
    margin:0 auto;
  }
  #nav-toggle {
    display:block;
  }
 .navi__list > ul > li a:not(.navi__cta a),
 .navi__list > ul > li p {
    width:100%;
    align-items:flex-start;
  }
  
  /*-------------------------------------------------
    toggle
  -------------------------------------------------*/
 .navi {
    width:100%;
    max-width:initial;
    height:100vh;
    background:#fff;
    box-sizing:border-box;
    opacity:0;
    visibility:hidden;
    transition: .4s;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    border-radius:0;
  }
  .navi.is-open {
    width:100%;
    height:100vh;
    opacity:1;
    visibility:visible;
  }
  .navi.is-open::after {
    display:block;
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:url('../img/top/mv-bg.png');
    background-size:cover;
    opacity:.8;
  }
  .navi__list {
    width:100%;
    height:auto;
    margin:0 auto;
    padding:100px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    overflow-y:scroll;
    position:relative;
    z-index:1;
  }
  .navi__list::-webkit-scrollbar {
    display:none;
  }
  .navi__list > ul {
    width:100%;
    max-width:460px;
    height:auto;
    margin:0 auto;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
  }
  .navi__list > ul > li {
    width:100%;
    height:auto;
    box-sizing:border-box;
    margin-top:32px;
  }
  .navi__list > ul > li a:not(.navi__cta a, .navi__menuSub > li > a) {
    align-items:stretch;
    color:#fff;
    height:auto;
    font-size:3rem;
    padding:0;
  }
  .navi__list-ruby {
    display:block;
    font-size:1.8rem;
  }
  .navi__cta {
    display:flex;
    flex-direction:column;
    margin-left:0;
  }
  .navi__cta > a {
    width:60%;
    margin:0 auto 0 0;
  }

}
@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6);
  }
  /*---footer---*/
  .footer__body {
    text-align:center;
  }
  .footer__col {
    width:auto;
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
  }
  .footer__logoArea {
    width:auto;
    margin-bottom:30px;
  }
}
@media screen and (max-width:786px) {
  html {
    font-size: calc(100vw/78.6);
  }
}
@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68);
  }
}
@media screen and (max-width:480px) {
  html {
    font-size:62.5%;
  }
  body {
    font-size:1.4rem;
  }
  #stkr {
    display:none;
  }
  .ttl > h2 {
    font-size:4rem;
  }
  /*--- header ---*/
  #header01 {
    position:fixed;
    height:60px;
  }
  .global-nav__logo {
    opacity:0;
  }
  .scroll .global-nav__logo {
    opacity:1;
  }
  nav {
    padding-bottom:0;
  }
  .navi__list > ul {
    width:100%;max-width:initial;
  }
  .navi__list > ul > li {
    width:100%;
  }
  .navi__list > ul > li a:not(.navi__cta a, .navi__menuSub > li > a) {
    font-size:2.4rem;
    padding:0;
  }
  .navi__list-ruby {
    display:block;
    font-size:1.4rem;
  }
  .navi__cta > a {
    width:80%;
  }
  .ttl__sub {
    font-size:5rem;
  }
  .link__btn > a {
    padding:0 20px;
  }
  .link__btn > a > svg {
    width:20px;
  }
  /*---footer---*/
  .footer__body {
    width:90%;
    padding:100px 0;
  }
  .footer::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .footer__logo {
    margin:0 auto 40px auto;
  }
  .footer__logoArea {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    text-align:center;
    margin:0 auto 30px auto;
  }
  .footer__add > p br {
    display:block;
  }
  .footer__nav > ul {
    flex-wrap:wrap;
    margin-bottom:60px;
  }
  .footer__nav > ul > li {
    width:25%;
  }
  .footer__nav > ul > li > a {
    display:flex;
    justify-content:center;
    align-self: center;
    font-size:1.2rem;
    padding:0;
  }
  .footer .navi__cta {
    width:60%;
    padding:0;
    padding:0 14px;
    margin:14px auto 0 auto;
  }
  .footer .navi__cta > a {
    width:100%;
  }
  .footer__policy {
    width:100%;
    text-align:center;
  }
  .footer__policy > a {
    padding-left:0;
    font-size:1rem;
  }
}