@charset "UTF-8";
/* CSS Document */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  scroll-behavior: smooth;
}
body {
  color: #231815; /* RGB */
  font-family: "Quicksand", "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0;
  padding-top: 86px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
@media(max-width:896px) {
  body  {
    padding-top: 60px;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #EBFCFF;
  z-index: 999;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 91.66%;
  margin: 0 auto;
}
.header h1 {
  max-width: 116px;
}
.header h1 img {
  width: 100%;
  height: auto;
}
.header_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  
}
.header_list_item {
  list-style: none;
}
.header_list_item a {
  font-weight: 600;
  color: #231815;
  text-decoration: none;
}
.header a.btn {
  background: #03568E;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 14px 50px 14px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  font-size: 0.9em;
  
}
.header a.btn:hover {
  background: #FFFF00;
  color: #03568E;
}
.header a.btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FDFDFD;
  border-bottom: 2px solid #FDFDFD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 35px;
  transition: all .3s;
}
.header a.btn:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #03568E;
  border-bottom: 2px solid #03568E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}
.header .nav {
  display: none;
}
@media(max-width: 1200px) {
  .header_list {
    display: none;
  }
  .drawer_hidden {
  display: none;
}
  .header .nav {
  display: block;
}
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
     z-index: 100;
  }
  /*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
  }
  .hamburger-solid, .hamburger-solid:before, .hamburger-solid:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    border-radius: 5px;
    background-color: #03568E;
    transition: 0.5s;
  }
  
  .hamburger-solid:before {
    bottom: 8px;
  }
   .hamburger-solid:after {
    top: 8px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open .hamburger-solid  {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open .hamburger-solid:before {
  bottom: 0; 
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open .hamburger-solid:after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #EBFCFF;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap:40px;
}
  .nav_item a {
  text-decoration: none;
    color: #231815;
    letter-spacing: 0.1em;
  }
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}
}
@media(max-width:896px) {
  .header {
  padding: 10px 0;
}
  .header h1 {
    max-width: 80px;
  }
    .header-btn {
    padding: 13px 40px 13px 30px;
    font-size: 0.9em;
    margin-bottom: 30px;
  }
  .header-btn:after {
    border-right: 1.5px solid #FDFDFD;
    border-bottom: 1.5px solid #FDFDFD;
    right: 23px;
  }
  .header-btn:hover:after {
    border-right: 1.5px solid #03568E;
    border-bottom: 1.5px solid #03568E;
    right: 23px;
  }


}
/* main */
main {
  overflow: hidden;
}
.nami_blue {
  position: absolute;
  width: calc(100% + 20px);
  height: auto;
  bottom: 8px;
  left: -20px;
  background-image: url(../image/nami_blue.png);
  background-size: 210px auto;
  background-repeat: repeat-x;
  padding-bottom: 50px;
  animation: nami_blue 3s ease-in-out infinite;
}
@keyframes nami_blue {
  0% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(22px);    
  }
  60% {
    transform: translateX(22px);    
  }
  100% {
    transform: translateX(0px);
  }

}
.nami_white {
  position: absolute;
  width: calc(100% + 46px);
  height: auto;
  bottom: -1px;
  left: -30px;
  background-image: url(../image/nami_white.png);
  background-size: 210px auto;
  background-repeat: repeat-x;
  padding-bottom: 50px;
  animation: nami_white 3s 1.5s ease-in-out infinite;
}
@keyframes nami_white {
  0% {
    transform: translate(0px);
  }
  10% {
    transform: translate(0px);
  }
  50% {
    transform: translate(32px);
  }
  60% {
    transform: translate(32px);
  }
  100% {
    transform: translate(0px);
  }

}
.main h3 {
  margin-bottom: 60px;
}
.main h3 .title01 {
  font-size: 4.8rem;
  margin-bottom: 25px;
}
.main h3 .title02 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #03568E;
}
.main section a.btn {
  background: #03568E;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 16px 50px 16px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s;
}
.main section a.btn:hover {
  background: #FFFF00;
  color: #03568E;
}
.main section a.btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FDFDFD;
  border-bottom: 2px solid #FDFDFD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 35px;
  transition: all .3s;
}
.main section a.btn:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #03568E;
  border-bottom: 2px solid #03568E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}
.nami_light_blue {
  position: absolute;
  top: -30px;
  width: 100%;
  height: auto;
  background-image: url(../image/nami_light_blue.png);
  background-size: 210px auto;
  background-repeat: repeat-x;
  padding-bottom: 30px;
}
@media(max-width:896px) {
  .nami_blue {
    width: calc(100% + 28px);
    bottom: 2px;
    left: -28px;
    background-size: 65px auto;
    padding-bottom: 20px;
  }
  
  @keyframes nami_blue {
  0% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);    
  }
  60% {
    transform: translateX(6px);    
  }
  100% {
    transform: translateX(0px);
  }
}
  .nami_white {
    bottom: -1px;
    left: -36px;
    background-size: 65px auto;
    padding-bottom: 20px;
  }
  
  @keyframes nami_white {
  0% {
    transform: translate(0px);
  }
  10% {
    transform: translate(0px);
  }
  50% {
    transform: translate(18px);
  }
  60% {
    transform: translate(18px);
  }
  100% {
    transform: translate(0px);
  }

}
  .main h3 {
    margin-bottom: 40px;
  }
  .main h3 .title01 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .main h3 .title02 {
    font-size: 1.2rem;
  }
  .main section a.btn {
    padding: 13px 40px 13px 30px;
    font-size: 0.8em;
    letter-spacing: 0.15em;
  }
  .main section a.btn:after {
    border-right: 1.5px solid #FDFDFD;
    border-bottom: 1.5px solid #FDFDFD;
    right: 23px;
  }
  .main section a.btn:hover:after {
    border-right: 1.5px solid #03568E;
    border-bottom: 1.5px solid #03568E;
    right: 23px;
  }
  .nami_light_blue {
    background-size: 65px auto;
    padding-bottom: 20px;
    top: -19px;
  }
}
/* footer */
.footer {
  width: 100%;
  height: auto;
}
.footer-wrapper {
  position: relative;
  width: 91.66%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.footer-top-image {
  width: 180px;
  height: auto;
  margin-bottom: 40px;
}
.footer-address {
  line-height: 1.8em;
  margin-bottom: 50px;
}
.footer-consult {
  font-size: 0.9em;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
.footer-btn {
  background: #03568E;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 15px 50px 15px 40px;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  margin-bottom: 40px;
}
.footer-btn:hover {
  background: #FFFF00;
  color: #03568E;
}
.footer-btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FDFDFD;
  border-bottom: 2px solid #FDFDFD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 35px;
  transition: all .3s;
}
.footer-btn:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #03568E;
  border-bottom: 2px solid #03568E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}
.footer_list {
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: 700px;
  margin: 0 auto;
}
.footer_list_item {
  list-style: none;
}
.footer_list_item a {
  text-decoration: none;
  color: #231815;
}
.page-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  bottom: -120px;
  right: 20px;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: .8s;
}
.page-top.active {
  bottom: 20px;
}
.page-top span {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #03568E;
}
.page-top img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.page-top:hover img {
  animation: pagetop .5s ease-in-out 2;
}

@keyframes pagetop {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.footer-copyright {
  font-size: 0.8em;
  margin-bottom: 50px;
}
@media(max-width:896px) {
  .footer-wrapper {
    padding: 30px 0;
  }
  .footer-top-image {
    width: 100px;
  }
  .footer-address {
    font-size: 0.8em;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .footer-consult {
    font-size: 0.9em;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
  }
  .footer-btn {
    padding: 13px 50px 13px 40px;
    font-size: 0.9em;
    margin-bottom: 30px;
  }
  .footer-btn:after {
    border-right: 1.5px solid #FDFDFD;
    border-bottom: 1.5px solid #FDFDFD;
  }
  .footer-btn:hover:after {
    border-right: 1.5px solid #03568E;
    border-bottom: 1.5px solid #03568E;
  }
  .footer_list {
    gap: 20px;
    flex-direction: column;
  }
  .footer_list_item {
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
  .page-top {
    gap: 0;
  }
  .page-top span {
    font-size: 0.8em;
  }
  .page-top img {
    width: 35px;
  }
  .footer-copyright {
    font-size: 0.7em;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
  }
}
.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-10px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}

.delay01 {
  transition-delay: .3s;
}
.delay02 {
  transition-delay: .6s;
}
.delay03 {
  transition-delay: .9s;
}
.delay04 {
  transition-delay: 1.2s;
}
.delay05 {
  transition-delay: 1.5s;
}
.delay06 {
  transition-delay: 1.8s;
}
@media(max-width:1200px) {
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translate(-50%,-10px) rotate(90deg);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(-50%)rotate(90deg);
}
}