@font-face {
  font-family: "Kozuka Gothic Pr6N R";
  src: url('../fonts/KozGoPr6N-Regular.otf') format("truetype");
  font-display: swap;
}
.ttl{
  font-size: 50px;
  font-family: "Kozuka Gothic Pr6N R", sans-serif;
}
:root {
  --body: #353535;
  --white: #fff;
  --blue: #005bac;
  --gray: #A0A0A0;
  --dark-blue: #110f5c;
  --noto-sans: "Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --koz-go-pr6n: "Kozuka Gothic Pr6N R", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  list-style: inherit;
  text-decoration: inherit !important;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 62.5%;
}

body {
  font-family: var(--noto-sans);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--body);
  overflow-x: hidden;
}
main {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}

.section__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.section__inner-sm {
  max-width: 100rem;
  margin: 0 auto;
}
br.sp {
  display: none;
}
br.pc {
  display: block;
}

/* Header */
.header {
  width: 100%;
  height: 59rem;
  background-color: var(--dark-blue);
}
.header__logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7.3rem;
  margin-left: 1.5rem;
}
.header__logo-box .logo {
  width: 34rem;
  height: 35.4rem;
}
.header__logo-box h1 {
  font-family: var(--noto-serif);
  color: var(--white);
  font-size: 2.6rem;
  margin-top: 2.6rem;
  font-weight: 400;
}

.section-heading {
  text-align: center;
  margin-bottom: 5rem;
}
.section-heading .main {
  font-family: var(--noto-serif);
  font-size: 8rem;
  display: block;
  line-height: 1;
  margin-bottom: 4rem;
  font-weight: 400;
}
.section-heading .sub {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}

.section__concept {
  background: url('../img/concept-bg1.jpg') no-repeat;
  height: 76.6rem;
  padding: 9.5rem 0;
  position: relative;
}
.section__concept .section-heading {
  margin-bottom: 9.5rem;
}
.section__concept .section-heading .main {
  margin-bottom: 1rem;
}
.section__concept .section-heading .sub {
  font-size: 1.8rem;
}
.concept__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
}
.concept__text div {
  text-align: center;
  text-shadow:
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white);
}
.concept__text img {
  filter: invert(100%);
  margin: 0 .8rem;
  width: .1rem;
  height: 3.2rem;
}
.section__concept h3 {
  font-family: var(--noto-serif);
  font-size: 4.8rem;
  line-height: 6.8rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  margin-left: 1rem;
  text-align: center;
  text-shadow:
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white),
    0px 0px 10px var(--white);
}
.concept-img {
  width: 50.6rem;
  height: 61.5rem;
  position: absolute;
  bottom: 0;
  right: -.5rem;
}


/* Text */
.section__text {
  background: url('../img/text-bg.jpg') no-repeat;
  background-size: cover;
  height: 96rem;
  padding: 4.5rem 0 4.5rem;
}
.text__inner {
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 7rem 9rem 4rem;
  margin-bottom: 3rem;
}
.section__text h3 {
  font-size: 4.1rem;
  line-height: 5.9rem;
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.section__text p {
  font-weight: 500;
}

.text__list {
  display: flex;
  justify-content: center;
  column-gap: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.text__item {
  width: 32.2rem;
  max-height: 48.8rem;
}
.text__item img {
  clip-path: polygon(6.5% 0, 100% 0, 93.5% 100%, 0% 100%);
  width: 34.1rem;
  height: 22.5rem;
}

.text__item .text-area {
  width: 100%;
  height: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  padding: 4rem 2rem 2rem;
  background-color: #272727;
  transform: skewX(-5deg);
  margin-top: -1rem;
  margin-left: -1.4rem;
}
.text__item:last-child .text-area {
  padding: 2.5rem 2.6rem 2rem;
}
.text__item .text-area .inner {
  transform: skewX(5deg);
  margin-right: -2rem;
}
.text__item:last-child .text-area .inner {
  margin-right: 0;
}
.text__item .text-area h4 {
  font-size: 4rem;
  font-family: var(--noto-serif);
  font-weight: 400;
  margin-bottom: 3.5rem;
  line-height: 4.9rem;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #079ac1, #3f63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text__item:last-child .text-area h4 {
  margin-bottom: 0;
}
.text__item .text-area p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}


/* Support */
.section__support {
  background: url('../img/support-bg.jpg') no-repeat;
  background-size: cover;
  padding: 24rem 0 10rem;
}
.section__support h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 6.9rem;
  text-align: center;
  margin-bottom: 8.5rem;
}

.support__astraea {
  width: 92.4rem;
  height: 23.4rem;
  background-color: #1365ae;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5rem;
  margin-bottom: 5rem;
}
.support__astraea h4 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-align: center;
}
.support__astraea h4 span {
  font-size: 6rem;
  line-height: 6.9rem;
  letter-spacing: .5rem;
}
.support__astraea img {
  margin-top: -5rem;
  margin-right: -1rem;
  width: 31.5rem;
  height: 23.9rem;
}

.support-list {
  display: flex;
  flex-direction: column;
  row-gap: 4.2rem;
  width: 110rem;
  margin: 0 auto;
}
.support-item {
  background-color: var(--white);
  padding: 4rem 7rem;
  box-shadow: 0 .5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.support-item:nth-child(3) {
  padding: 2.5rem 7rem;

}
.support-item__title-box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.support-item__title-box .health1 {
  width: 5.8rem;
  height: 6.1rem;
}
.support-item__title-box .health2 {
  width: 5.5rem;
  height: 6.6rem;
}
.support-item__title-box .sports {
  width: 6.2rem;
  height: 6.8rem;
}
.support-item__title-box .area {
  width: 6.3rem;
  height: 5.4rem;
}
.support-item__title-box h4 {
  font-size: 3rem;
  color: var(--blue);
  padding-left: 1rem;
  font-weight: 500;
}
.support-item p {
  font-size: 1.8rem;
  line-height: 3.1rem;
  font-weight: 500;
}


/* Section 4 */
.section__4 {
  position: relative;
  height: 56.6rem;
  background-color: var(--dark-blue);
}
.section__4-content {
  position: relative;
  display: flex;
}
.section__4-content .photo {
  clip-path: polygon(0 0, 41.2rem 0, 59.5rem 100%, 0% 100%);
  width: 85.2rem;
  height: 56.6rem;
}
.section__4 .logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3.5rem;
  margin-top: -7.5rem;
  margin-left: -15rem;
  width: 100%;
}
.section__4 .logo-box .logo {
  width: 26.4rem;
  height: 27.5rem;
}
.section__4 .logo-box span {
  font-family: var(--noto-serif);
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 400;
}
.section__4 .title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -6.5rem;
  transform: translateX(-50%);
}
.section__4 .title-box h2 {
  position: relative;
  width: 100%;
  font-family: var(--noto-serif);
  font-size: 9rem;
  color: var(--white);
  font-weight: 400;
  line-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.section__4 .title-box img {
  position: absolute;
  top: 4.5rem;
  right: 21rem;
  width: 2.9rem;
  height: 3.2rem;
  transform: skewX(20deg) scale(1.1);
}
.section__4 h2 .bg {
  position: relative;
  background: linear-gradient(to right, #0256a8, #1c1e84);
  padding: 3.5rem 2.5rem;
  transform: skewX(-20deg);
  flex-grow: 0;
}

.section__4 h2 .text {
  display: block;
  transform: skewX(20deg);
  letter-spacing: -.5rem;
}


/* About */
.section__about {
  background: url('../img/about-bg.jpg') no-repeat;
  background-size: cover;
  padding: 17rem 0 5.2rem;
}
.section__about .section-heading {
  margin-bottom: 4.4rem;
}
.about__text-area {
  text-align: center;
  margin-bottom: 6.5rem;
}
.about__text-area p {
  font-weight: 500;
  font-size: 1.8rem;
}

.about__staff {
  text-align: center;
}
.about__staff h4 {
  font-family: var(--noto-serif);
  font-size: 3.2rem;
  line-height: 4.4rem;
  margin-bottom: 5rem;
  font-weight: 400;
}
.about__staff-list {
  display: flex;
  justify-content: center;
  column-gap: 12rem;
}
.about__staff-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__staff-item img {
  width: 29.1rem;
  height: 37.3rem;
}
.about__staff-item p {
  margin-top: 1.8rem;
}


/* Point */
.section__point {
  padding: 10rem 0 8.5rem;
  position: relative;
}
.section__point .bg {
  position: absolute;
  background: #eff6ff no-repeat;
  width: 100%;
  height: 49.8rem;
  top: 0;
  left: 0;
  z-index: -1;
}
.section__point .section-heading .main {
  color: #0b3190;
  margin-bottom: 3rem;
}
.point-list {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 7.5rem;
  margin-bottom: 4.5rem;
}
.point-item {
  width: 32.2rem;
  min-height: 44.4rem;
  display: flex;
  flex-direction: column;
}
.point-item img {
  width: 34.5rem;
  height: 22.7rem;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}
.point-item .text-area {
  width: 100%;
  height: 22.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 5rem 1rem 3rem;
  background-color: #272727;
  transform: skewX(-6deg);
  margin-top: -1rem;
  margin-left: -1.2rem;
}
.point-item .text-area .inner {
  transform: skewX(6deg);
}
.point-item .text-area h4 {
  font-family: var(--noto-serif);
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.2rem;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #079ac1, #3f63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
.point-item:first-child .text-area h4 {
  margin-bottom: 4rem;
}
.point-item:last-child .text-area h4 {
  letter-spacing: -.3rem;
}
.point-item .text-area p {
  font-weight: 500;
  text-align: center;
}
.section__point .bottom-text {
  font-weight: 500;
  max-width: 97rem;
  margin: 0 auto;
}


/* Feature */
.section__feature {
  background-color: #dfe4ea;
  padding: 12rem 0 8.5rem;
}
.section__feature h2 {
  font-family: var(--noto-serif);
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 9rem;
  font-weight: 400;
  color: #0b3190;
}

.feature-list {
  display: flex;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32rem;
}
.feature-item img {
  width: 32rem;
  height: 41rem;
}
.feature-item .text-area h4 {
  font-family: var(--noto-serif);
  font-size: 4.8rem;
  margin: 3.5rem 0;
  color: #0b3190;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.feature-item .text-area p {
  text-align: center;
  font-weight: 500;
}


/* Check */
.section__check {
  background: url('../img/check-bg.jpg') no-repeat;
  background-size: cover;
  padding: 12rem 0 10.5rem;
}
.section__check .section-heading {
  margin-bottom: 2rem;
}
.section__check .section-heading .main {
  color: #0b3190;
  line-height: 1;
  margin-bottom: 4rem;
}
.check-list-wrapper {
  background-color: var(--white);
  max-width: 107.3rem;
  height: 30.2rem;
  margin: 0 auto 3rem;
}
.check-list {
  max-width: 100rem;
  display: grid;
  grid-template-columns: repeat(4, 25rem);
  grid-template-rows: repeat(3, 8rem);
  justify-content: center;
  padding-top: 3.5rem;
  margin: 0 auto 3rem;
}
.check-item {
  padding-left: 3rem;
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  margin-bottom: -1px;
  margin-right: -1px;
  line-height: 2.5rem;
}
.check-item img {
  width: 2.4rem;
  height: 2.5rem;
}
.check-item p {
  padding-left: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.section__check .text {
  font-size: 4rem;
  line-height: 1;
  color: #0b3190;
  text-align: center;
  font-weight: 500;
}


/* Line */
.section__line {
  background: url('../img/line-bg.jpg') no-repeat;
  background-size: cover;
  height: 47.4rem;
}
.line__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5rem;
  padding-top: 10.5rem;
}
.line__inner h5 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 5rem;
  text-align: center;
}
.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12rem;
  color: var(--white);
  background-color: #06c755;
  width: 80rem;
  height: 11.8rem;
  border-radius: 6rem;
  box-shadow: 0 1rem 0 0 #059740;
  transition: filter .2s;
}
.line-btn:hover {
  filter: brightness(105%);
}
.line-btn .line-icon {
  width: 8.9rem;
  height: 8.9rem;
}
.line-btn .arrow {
  width: 1.497rem;
  height: 2.75rem;
}
.line-btn span {
  font-size: 3.6rem;
  font-weight: 500;
}


/* Voice */
.section__voice {
  background: url('../img/voice-bg.jpg') no-repeat;
  background-size: cover;
  padding: 12.5rem 0 8.5rem;
}
.section__voice .section-heading {
  margin-bottom: 7rem;
}
.voice-list {
  display: flex;
  flex-direction: column;
  row-gap: 4.9rem;
  width: 110rem;
  margin: 0 auto;
}
.voice-item {
  display: grid;
  grid-template-columns: 19.8rem 1fr;
  grid-template-rows: repeat(2, auto);
  padding: 3rem 3rem 3.5rem;
  background-color: var(--white);
  box-shadow: 0 .5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}
.voice-item img {
  width: 19.8rem;
  height: 19.8rem;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.voice-item .title-box {
  font-size: 3rem;
  color: #0b3190;
  border-bottom: 1px dotted var(--body);
  padding: 1.1rem 3.3rem;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.voice-item p {
  padding: 1rem 2rem;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}


/* Price */
.section__price {
  background-color: #0b3190;
  padding: 13.1rem 0 11rem;
}
.section__price .section-heading {
  color: var(--white);
  margin-bottom: 5.8rem;
}
.section__price .section-heading .main {
  margin-bottom: 4rem;
}
.price__table-container {
  background-color: var(--white);
  padding: 4rem 3rem 1rem;
  margin-bottom: 8rem;
}
.price__table-container table {
  width: 100%;
  margin-bottom: 2rem;
}
.price__table-container tr:nth-child(odd) {
  background-color: #005bac;
  color: var(--white);
}
.price__table-container tr:nth-child(even) {
  background-color: #0d3f9a;
  color: var(--white);
}
.price__table-container th {
  background-color: #092a7a;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  border: 1px solid var(--white);
}
.price__table-container th:first-child {
  width: 39rem;
}
.price__table-container td {
  font-weight: 500;
  font-size: 2.4rem;
  border: 1px solid var(--white);
}
.price__table-container td span.sp {
  display: none;
}
.price__table-container tr:last-child {
  background-color: var(--white);
  color: #092a7a;
}
.price__table-container th, .price__table-container td {
  padding: 1.4rem 2rem;
}
.price__table-container td:not(:first-child) {
  text-align: center;
}
.section__price img {
  width: 100rem;
  height: 46.3rem;
}


/* Q&A */
.section__qa {
  background: url('../img/qa-bg.jpg') no-repeat;
  background-size: cover;
  padding: 12rem 0 9.5rem;
}
.section__qa .section-heading {
  margin-bottom: 9.4rem;
}
.section__qa .section-heading .main {
  margin-bottom: 4rem;
}
.qa__list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.qa__item {
  border: 2px solid #2160a7;
}
.qa__content-box {
  display: flex;
  padding: 2rem 2.5rem;
}
.qa__content-box .question-icon,
.qa__content-box .answer-icon {
  font-weight: 500;
  width: 3.993rem;
  height: 3.993rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.55rem;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}
.qa__content-box .question-icon {
  background-color: #092a7a;
  color: var(--white);
}
.qa__content-box .answer-icon {
  color: #092a7a;
  border: 3px solid #092a7a;
}
.qa__content-box img {
  align-self: center;
  width: 2.091rem;
  height: 1.122rem;
}
.qa__content-box.question {
  background-color: #ebf6ff;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.qa__content-box.question.collapsed img {
  transform: rotate(-180deg);
  transition: all .2s;
}
.qa__question-box {
  display: flex;
  align-items: center;
}
.qa__content-box.answer {
  background-color: var(--white);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.qa__content-box p {
  font-weight: 500;
}


/* Access */
.section__access {
  padding: 14rem 0 5.5rem;
  background: linear-gradient(to bottom, #1c1e84, #0256a8);
}
.section__access .section-heading {
  color: var(--white);
}
.access__top {
  display: flex;
  margin-bottom: 7rem;
}
.access__top .img {
  width: 50rem;
  height: 63.6rem;
}
.access__top .logo {
  width: 34.1rem;
  height: 15.1rem;
}
.access__tabel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #10236e;
  padding: 2rem 1rem;
  flex: 1;
  row-gap: 2rem;
}
.access__tabel-container table {
  width: 100%;
}
.access__tabel-container td {
  color: var(--white);
  padding: 0 3rem;
  font-size: 2.4rem;
  line-height: 4.2rem;
  font-weight: 500;
}
.access__tabel-container tr:nth-child(odd) {
  background-color: #152d8e;
}

.access__list {
  display: flex;
  column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
}
.access__item {
  color: var(--white);
  font-size: 3.1rem;
  line-height: 4.2rem;
  border: 2px solid var(--white);
  border-radius: 3rem;
  padding: 0.2rem 2rem;
  font-weight: 500;
}
.access__contact {
  display: flex;
  margin-bottom: 6rem;
}
.access__tel-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  flex: 1;
  margin-top: 1rem;
}
.access__tel-box p {
  font-size: 3.1rem;
  line-height: 4.2rem;
  margin-bottom: 1rem;
}
.access__tel-box .number-box {
  display: flex;
  align-items: center;
  margin-left: -3rem;
}
.access__tel-box .number-box .icon {
  width: 5.5rem;
  height: 5.5rem;
}
.access__tel-box .number-box span {
  font-family: var(--noto-serif);
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 4.2rem;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
}
.section__access .line-btn {
  column-gap: 4rem;
  width: 47.7rem;
  height: 10.9rem;
  border-radius: 10rem;
  flex: 1;
}
.section__access .line-btn .line-icon {
  width: 5.8rem;
  height: 5.8rem;
}
.section__access .line-btn span {
  font-size: 2.8rem;
}

.google-map {
  margin: 0 auto 3rem;
}
.google-map iframe {
  width: 100rem;
  height: 24.5rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
}
.social-icons .facebook {
  width: 6rem;
  height: 6rem;
}
.social-icons .instagram,
.social-icons .line {
  width: 5.8rem;
  height: 5.8rem;
}
.social-icons a {
  transition: filter .2s;
}
.social-icons a:hover {
  filter: brightness(105%);
}


.footer {
  width: 100%;
  height: 5rem;
  background-color: var(--dark-blue);
  display: flex;
  align-items: center;
}
.copyright {
  text-align: center;
  color: var(--white);
  font-weight: 500;
  letter-spacing: .3rem;
  font-size: 1.6rem;
}

.to-top {
  position: fixed;
  right: 3rem;
  bottom: 6.4rem;
  width: 5.8rem;
  height: 5.8rem;
  background-color: var(--dark-blue);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: filter .2s;
}
.to-top:hover {
  filter: brightness(120%);
}
.to-top img {
  width: 2.831rem;
  height: 1.556rem;
  filter: brightness(300%);
}
