@charset "utf-8";
:root {
  --textColor:#323232;
  --Blue:#0FB4F0;
  --darkBlue:#325AB4;
  --Pink:#F096AA;
  --Green: #8CD250;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--textColor);
  font-weight: 600;
  letter-spacing: 1px;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: var(--textColor);
}

.c-hover {
  transition: 0.3s;
}
.c-hover:hover {
  filter: opacity(70%);
}

.sp-only {
  display: none;
}

header {
  background-color: #D2F0FF;
  position: fixed;
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
header::before {
  content: "";
  background: url(../img/home/wave_line.png);
  background-size: 100% 100%;
  height: 8px;
  width: 100%;
  left: 0;
  bottom: -8px;
  position: absolute;
}
header .sp-content {
  display: none;
}

.sp_c-telBoard {
  display: none;
}

.pc-headerNav {
  display: flex;
  justify-content: center;
}
.pc-headerNav ul {
  display: flex;
  gap: 37px;
}
.pc-headerNav ul li a {
  font-size: 15px;
  position: relative;
  transition: 0.3s all;
}
.pc-headerNav ul li a::before {
  content: "";
  background: url(../img/home/arw_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  position: absolute;
  transition: 0.3s all;
}
.pc-headerNav ul li a:hover {
  color: var(--darkBlue);
}
.pc-headerNav ul li a:hover::before {
  background: url(../img/home/arw_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo-block {
  width: 240px;
  padding: 20px 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0FB4F0;
  border-radius: 0 0 20px 0;
  text-align: center;
  z-index: 100;
}
.header-logo-block::before {
  content: "";
  background: url(../img/home/header_logo-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 20px 0;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.header-logo-block .c-telBoard {
  position: absolute;
  bottom: -83px;
  right: 34px;
}
.header-logo-block .inner {
  z-index: 2;
  position: relative;
}

.siteName {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}

.siteSub {
  font-weight: bold;
  color: #4BC3F0;
  background-color: #FFD219;
  border-radius: 20px;
  padding: 2px 10px;
  margin-top: 10px;
  display: inline-block;
}

.c-telBoard {
  background-color: #ffffff;
  border: 2px solid #325AB4;
  border-radius: 15px;
  display: block;
  width: 193px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #325AB4;
  transition: 0.3s;
}
.c-telBoard::before {
  content: "";
  background: url(../img/home/header_bordLine.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 21px;
  top: -11px;
  left: 14px;
  position: absolute;
}
.c-telBoard::after {
  content: "";
  background: url(../img/home/header_bordLine.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 21px;
  top: -11px;
  right: 14px;
  position: absolute;
}
.c-telBoard:hover {
  background-color: #D2F0FF;
}

.openNav {
  display: none;
  position: fixed;
  z-index: 998;
  top: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/common/bgNav.png) no-repeat center top/cover;
}
.openNav .navContent-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.openNav .navContent-wrap::before {
  content: "";
  background: url(../img/common/rainbow03_img.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 30vh;
  bottom: 50px;
  left: 0;
  position: absolute;
}
.openNav .navContent {
  box-sizing: border-box;
  width: 70vw;
  height: 100vh;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.7725490196);
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.openNav .c-menuNav {
  margin-bottom: 50px;
  padding: 0 45px;
}
.openNav .c-menuNav ul {
  display: block;
}
.openNav .c-menuNav ul li {
  margin-bottom: 20px;
}
.openNav .c-menuNav ul li a {
  font-size: 16px;
}

h2 {
  color: var(--Blue);
  font-size: 32px;
  position: relative;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 35px;
}
h2::before {
  content: "";
  background: url(../img/common/clover_icon.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 4px;
  left: 4px;
  position: absolute;
}

.c-btnWrap {
  display: flex;
  justify-content: center;
}

.c-btn {
  display: block;
  background-color: #ffffff;
  border: 2px solid var(--Blue);
  border-radius: 50px;
  position: relative;
  width: 360px;
  padding: 20px 0;
  text-align: center;
  transition: 0.1s all;
  box-shadow: 0px 3px 0px 0px var(--Blue);
}
.c-btn::before {
  content: "";
  background: url(../img/common/btn_arw.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  position: absolute;
}
.c-btn span {
  color: var(--Blue);
  font-size: 20px;
}
.c-btn:hover {
  box-shadow: 0px 0px 0px 0px var(--Blue);
  transform: translateY(3px);
}

.bgBlue-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 35px;
}

.bgBlue {
  background-color: #EFFBFF;
  border-radius: 60px;
  padding: 60px 35px;
  box-sizing: border-box;
}

main {
  margin-top: 80px;
}

.fv {
  padding-top: 50px;
  position: relative;
}
.fv::before {
  content: "";
  background: url(../img/home/rainbow01.png);
  background-size: 100% 100%;
  width: 100%;
  height: 407px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}

.fvSlider {
  position: relative;
  z-index: 3;
  margin-left: 10%;
  display: none;
}
.fvSlider.slick-initialized {
  display: block;
}
.fvSlider picture {
  margin: 0 10px;
}

.fvTxt {
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  padding-bottom: 0px;
  display: inline-block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 10%;
}
.fvTxt h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.fvTxt h1 span {
  color: var(--Blue);
}

.content-wrap {
  padding: 0 30px;
  margin: 0 auto;
}

.top-feature {
  padding: 60px;
}
.top-feature .content-wrap {
  max-width: 998px;
  margin: 0 auto;
  box-sizing: border-box;
}
.top-feature .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 30px;
}

.top-flow .bgBlue .inner {
  max-width: 708px;
  margin: 0 auto;
}
.top-flow .container {
  margin-bottom: 50px;
}
.top-flow .container p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.top-flow .c-btn::after {
  content: "";
  background: url(../img/home/rainbow_fukidashipng.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 36px;
  top: -25px;
  left: 0;
  position: absolute;
}

.top-greeting {
  padding: 68px 0;
}
.top-greeting .content-wrap {
  max-width: 733px;
}
.top-greeting .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-greeting .container .img-area {
  width: 34.37%;
}
.top-greeting .container .txt-area {
  width: 61.25%;
}
.top-greeting .container .txt-area p {
  margin-bottom: 15px;
}

.top-access {
  position: relative;
}
.top-access::before {
  content: "";
  background: url(../img/home/rainbow02.png);
  background-size: 100% 100%;
  width: 100%;
  height: 407px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.top-access .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 35px;
  position: relative;
  z-index: 3;
}
.top-access .content-wrap .access-bgBlue {
  background-color: rgba(239, 251, 255, 0.8705882353);
  border-radius: 50px 50px 0 0;
  padding: 70px 20px 60px;
}
.top-access .content-wrap .c-accessWrap {
  max-width: 911px;
  margin: 0 auto;
}

.c-accessWrap .container {
  display: flex;
  justify-content: space-between;
}
.c-accessWrap .container .img-area {
  width: 52.14%;
  position: relative;
}
.c-accessWrap .container .img-area::before {
  content: "";
  width: 142px;
  height: 142px;
  background: url(../img/home/access_logo.png) no-repeat;
  background-size: contain;
  bottom: -15px;
  left: -60px;
  position: absolute;
}
.c-accessWrap .container .detail-area {
  width: 43.9%;
}
.c-accessWrap .container .detail-area .c-telBtn {
  width: 368px;
  margin: 10px 0;
}

.calendar-wrap {
  margin-top: 20px;
}
.calendar-wrap .calendar {
  border-top: 1px solid var(--Blue);
  margin-bottom: 10px;
}
.calendar-wrap .calendar th {
  padding: 12px 20px;
  text-align: center;
}
.calendar-wrap .calendar td {
  padding: 12px 6px;
  text-align: center;
}
.calendar-wrap .calendar td:last-child {
  padding-right: 29px;
}
.calendar-wrap .calendar tr {
  background-color: #ffffff;
  border-bottom: 1px solid var(--Blue);
}
.calendar-wrap .calendar tr:first-child {
  background-color: #D2F0FF;
  color: #325AB4;
}

.c-telBtn {
  background-color: #ffffff;
  border: 2px solid #325AB4;
  border-radius: 15px;
  display: block;
  width: 193px;
  padding: 10px;
  position: relative;
  box-shadow: 0px 5px 0px 0px #325AB4;
  transition: 0.1s;
  text-align: center;
  box-sizing: border-box;
}
.c-telBtn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px #325AB4;
}

.mapWrap {
  height: 371px;
}

.c-menuNav ul {
  display: flex;
  gap: 37px;
}
.c-menuNav ul li a {
  font-size: 15px;
  position: relative;
  transition: 0.3s all;
}
.c-menuNav ul li a::before {
  content: "";
  background: url(../img/home/arw_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  position: absolute;
  transition: 0.3s all;
}
.c-menuNav ul li a:hover {
  color: var(--darkBlue);
}
.c-menuNav ul li a:hover::before {
  background: url(../img/home/arw_hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background-color: #D2F0FF;
}
footer .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 35px;
}
footer .footer-bottom-area {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
footer .footer-bottom-area .btn-wrap {
  display: flex;
  gap: 5px;
}
footer .footer-bottom-area .btn-wrap a:last-child {
  width: 240px;
}
footer .footer-bottom-area .lastTxt p span {
  color: var(--darkBlue);
  font-size: 18px;
}
footer .copylight {
  background-color: #325AB4;
  padding: 10px 0;
}
footer .copylight small {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  header {
    padding: 32px 60px;
  }
  .pc-headerNav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo-block {
    display: none;
  }
  header {
    background-color: #0FB4F0;
    overflow: hidden;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  header::before {
    content: none;
  }
  header::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: -35px;
    left: 0;
    right: 0;
    background-color: #4BC3F0;
    transform: skewY(358deg);
    z-index: -1;
  }
  header .pc-content {
    display: none;
  }
  header .sp-content {
    display: block;
    position: relative;
  }
  header .sp-content .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_c-telBoard {
    position: fixed;
    display: block;
    z-index: 99999;
    top: 92px;
    left: 15px;
  }
  .sp-headerLogo {
    text-align: center;
  }
  .siteName {
    font-size: 20px;
  }
  .siteSub {
    font-size: 14px;
    margin-top: 5px;
  }
  .cta-area {
    display: flex;
    gap: 5px;
  }
  .sp-headerTel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--darkBlue);
    transition: 0.3s;
    box-sizing: border-box;
  }
  .sp-headerTel img {
    display: block;
  }
  .sp-headerTel:hover {
    background-color: #FFD219;
  }
  .navBtn {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
  }
  .navBtn img {
    transition: 0.3s;
  }
  .navBtn img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .navBtn.active img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .navBtn.active img:first-child {
    opacity: 0;
  }
  .c-accessWrap .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .c-accessWrap .container .img-area {
    width: 80%;
  }
  .c-accessWrap .container .img-area::before {
    bottom: 10px;
    left: 10px;
  }
  .c-accessWrap .container .detail-area {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  header::after {
    top: 37px;
    transform: skewY(355deg);
  }
  .fv {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .fv::before {
    background-size: cover;
  }
  .fvSlider {
    margin-left: 0%;
  }
  .fvTxt {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    left: 0;
    border-radius: 0px;
  }
  .top-feature {
    padding: 60px 0 68px;
  }
  .top-feature .container {
    display: block;
  }
  .top-feature .container .item {
    margin-bottom: 10px;
  }
  .bgBlue-wrap {
    padding: 60px 35px;
    background-color: #EFFBFF;
  }
  .bgBlue {
    border-radius: 0px;
    padding: 0px;
  }
  .top-flow .c-btn::after {
    background-size: 100% 100%;
  }
  .top-greeting {
    padding: 60px 0;
  }
  .top-greeting .container {
    flex-direction: column;
    gap: 30px;
  }
  .top-greeting .container .img-area {
    width: 100%;
  }
  .top-greeting .container .img-area img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .top-greeting .container .txt-area {
    width: 100%;
  }
  .top-access::before {
    background-size: cover;
  }
  .top-access .content-wrap {
    background-color: rgba(239, 251, 255, 0.8705882353);
    padding: 60px 35px 35px;
  }
  .top-access .content-wrap .access-bgBlue {
    background-color: transparent;
    padding: 0px;
  }
  .c-accessWrap .container .img-area {
    width: 100%;
  }
  .c-accessWrap .container .detail-area {
    width: 100%;
  }
  .c-menuNav {
    padding-top: 20px;
  }
  .c-menuNav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  footer .footer-bottom-area {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 40px;
  }
  footer .footer-bottom-area .btn-wrap {
    flex-direction: column;
    gap: 15px;
  }
  footer .footer-bottom-area .btn-wrap .c-telBtn {
    width: 100%;
  }
  footer .footer-bottom-area .btn-wrap a:last-child {
    width: 100%;
  }
  footer .copylight small {
    font-size: 14px;
  }
  .lastTxt {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .openNav .navContent-wrap::before {
    background-size: cover;
  }
  .openNav .c-menuNav {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 24px;
  }
  .c-btn {
    width: 100%;
  }
  .c-accessWrap .container .detail-area {
    width: 100%;
  }
  .c-accessWrap .container .detail-area .c-telBtn {
    width: 100%;
    margin: 20px 0;
  }
  .c-accessWrap .container .detail-area .calendar {
    width: 100%;
  }
  .calendar-wrap .calendar th {
    padding: 12px 10px;
  }
  .calendar-wrap .calendar td:last-child {
    padding-right: 10px;
  }
}
@media screen and (max-width: 440px) {
  .top-feature {
    padding: 30px 0 68px;
  }
  .fvTxt {
    bottom: 28px;
    padding: 20px 10px;
  }
  .fvTxt h1 {
    font-size: 20px;
  }
}/*# sourceMappingURL=home.css.map */