@charset "UTF-8";
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFadeIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.text-fade,
.text-fade-sp {
  opacity: 0;
  transform: translateY(20px);
}
.text-fade.is-visible,
.text-fade-sp.is-visible {
  animation: textFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ヘッダー */
#header {
  z-index: 100;
  width: 100%;
  z-index: 100;
  position: fixed;
  transition: 0.5s; /* アニメーションタイミング */
}
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.9490196078);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
#header.is-scrolled .header_menu .menu > li a {
  font-weight: 500;
  color: #12B8D7;
}
#header.is-scrolled .header_menu .menu > li p {
  font-weight: 500;
  color: #12B8D7;
}
@media screen and (max-width: 1120px) {
  #header {
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 40px;
  gap: 28px;
  max-width: inherit;
}

header .header_logo {
  width: 220px;
  max-width: inherit;
}

.header_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.header_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_menu .menu > li {
  margin-right: 54px;
  text-align: center;
  position: relative;
}

.header_menu .menu > li a {
  font-weight: 600;
  color: #2F3A3A;
  display: block;
  transition: 0.3s;
  width: 100%;
}

.header_menu .menu > li .none-click {
  pointer-events: none;
}

.header_menu .menu > li a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.header_menu .menu > li:last-child {
  margin-right: 0px;
}

.header_menu .menu > li span, .header_contact span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.submenu li {
  width: -moz-max-content;
  width: max-content;
}

.submenu li a {
  padding: 10px 20px;
  color: #333;
}

/* ホバーで表示 */
.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header_menu .contact-btn {
  margin-left: auto;
  max-width: 280px;
}

.header_menu .btn_menu a::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}

@media screen and (min-width: 1121px) {
  header .openbtn {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  header {
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
    padding: 10px 20px 0 20px;
    display: flex;
    align-items: center;
  }
  header.on {
    position: fixed;
  }
  header .wrapper {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .wrapper.header {
    justify-content: space-between;
    padding: 12px 20px;
  }
  header .header_logo {
    width: 96px;
  }
  .header_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9490196078);
    display: none;
  }
  .header_menu .menu {
    display: block;
  }
  .header_menu nav {
    margin-top: 45px;
    padding: 0 20px;
  }
  .header_menu .menu > li {
    margin-right: 0;
    font-size: 1.6rem;
    padding: 18px 0px 18px 10px;
    display: flex;
    align-items: baseline;
    list-style: none;
  }
  .header_menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #12B8D7;
  }
  .header_menu .contact-btn {
    margin: 0 auto;
    margin-top: 24px;
    max-width: 280px;
  }
  header .openbtn {
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }
  .header_menu.pc-hide .menu > li {
    font-size: 3rem;
  }
  /*ボタン内側*/
  header .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 28.3%;
    height: 1px;
    border-radius: 2px;
    background: #12B8D7;
    width: 43.75%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 40%;
  }
  header .openbtn span:nth-of-type(2) {
    top: 60%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  header .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .openbtn.active span:nth-of-type(2) {
    top: 25px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  /* ヘッダーSPメニューレイアウト */
  .header_menu .menu > li span, .header_contact span {
    display: inline-block;
    padding-left: 10px;
  }
  header .sns-icon-box img {
    width: 30px;
    height: 30px;
  }
}
/* フッター */
footer {
  background-color: #12B8D7;
  color: #FFFFFF;
}
footer .logo {
  display: block;
  width: 280px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 96px;
  }
}
footer .two-column__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  footer .two-column__footer {
    flex-direction: column;
    padding-top: 24px;
    gap: 20px;
  }
}
footer .two-column__footer p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .two-column__footer p {
    font-size: 1.2rem;
  }
}
footer .two-column__footer .company-info {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  footer .two-column__footer .company-info {
    margin-top: 16px;
  }
}
footer .two-column__footer-right {
  padding-top: 20px;
}
footer .footer__menu nav .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer__menu nav .menu {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px;
    justify-content: inherit;
  }
}
footer .footer__menu nav .menu li {
  font-size: 1.4rem;
}
footer .copy-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .copy-box {
    padding: 10px 0;
  }
}
footer .copy {
  font-size: 1.2rem;
  text-align: center;
  color: #12B8D7;
}
@media screen and (max-width: 768px) {
  footer .copy {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper {
    padding-bottom: 0;
  }
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #000000;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
  scroll-padding-top: 100px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: none;
  background-color: #FFFFFF;
  padding: 5px;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 700;
  color: #12B8D7;
}

p, th, td, li, dt, dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

dt {
  font-weight: 500;
}

a, button {
  cursor: pointer;
}

a {
  transition: all 0.2s ease;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.6rem;
    font-family: "Kumbh Sans", sans-serif;
  }
  h3 {
    font-size: 2.4rem;
  }
  h4, h5, h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3.2rem;
    font-family: "Kumbh Sans", sans-serif;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4, h5, h6 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.5rem;
  }
}
h4 {
  position: relative;
  padding-left: 16px;
}

h4::before {
  content: "";
  width: 3px;
  height: calc(100% + 10px);
  background-color: #12B8D7;
  position: absolute;
  top: -5px;
  left: 0;
}

/* 全ページ共通パーツ */
main {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
.two-column {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
}

.two-column-left, .two-column-right {
  width: calc(50% - 20px);
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .two-column {
    flex-direction: column;
    padding: 0;
  }
  .two-column-left, .two-column-right {
    width: 100%;
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* プライバシーポリシー ページstart */
.policy {
  padding-top: 60px;
  padding-bottom: 80px;
}

.policy__item:not(:last-child) {
  margin-bottom: 48px;
}

.policy__item h3 {
  margin-bottom: 24px;
}

ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

ol li {
  margin-left: 2rem;
}

ol li:not(:last-child) {
  margin-bottom: 16px;
}

.spacer {
  margin-bottom: 24px;
}

.spacer-m {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .policy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .policy__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .policy__item h3 {
    margin-bottom: 24px;
  }
  ol li:not(:last-child) {
    margin-bottom: 12px;
  }
  .spacer {
    margin-bottom: 20px;
  }
  .spacer-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* プライバシーポリシーページ end */
/* 共通パーツ */
.section-title__box {
  margin-bottom: 40px;
}

.section-title__main {
  font-weight: 500;
  margin-bottom: 32px;
}

.section-title__sub {
  font-size: 2.1rem;
  color: #12B8D7;
  line-height: 2.2;
  margin-bottom: 40px;
}

.contact-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
  background-color: #12B8D7;
  padding: 12px 40px;
  border-radius: 50px;
  position: relative;
  transition: opacity 0.5s ease;
}

.contact-btn a:hover {
  opacity: 0.7;
}

.link-btn {
  width: 320px;
  margin: 0 auto;
}

.link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #12B8D7;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  transition: opacity 0.5s;
}

.link-btn a:hover {
  opacity: 0.7;
}

.link-btn img {
  width: 32px;
  height: 32px;
}

.link-btn span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .more-btn img {
    width: 32px;
    height: 32px;
  }
  .section-title__main {
    margin-bottom: 16px;
  }
  .section-title__sub {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
/* PCスマホ出し分け */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1121px) {
  .sp-only1120 {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */