html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

section {
  padding: 60px 0;
}

/*--------------------
header
---------------------*/
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  background-color: #1C4C85;
  color: #000;
  padding: 20px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__left h1 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.l-header__left p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-header__right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.l-header__right ul li:first-child a {
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 40px;
  display: block;
  background-image: url(assets/img/tel.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
}
.l-header__right ul li:first-child p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-header__right ul li:nth-child(2), .l-header__right ul li:last-child {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.l-header__right ul li:nth-child(2) a, .l-header__right ul li:last-child a {
  display: block;
  border-radius: 200px;
  background: #00A3EE;
  padding: 23px 10px;
  min-width: 238px;
}

@media screen and (max-width: 500px) {
  .l-header {
    padding: 5.3333vw;
  }
  .l-header__left h1 {
    font-size: 20px;
  }
  .l-header__left p {
    font-size: 12px;
  }
  .l-header__right {
    display: none;
  }
}
/*--------------------
footer
---------------------*/
.l-footer {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #1C4C85;
  padding: 36px 0;
}

/*--------------------
common
---------------------*/
.c-ttl01 {
  color: #00A3EE;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5%;
  padding-bottom: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .c-ttl01 {
    margin: 0 auto 15%;
  }
}
.c-ttl01::before {
  content: "";
  width: 140px;
  height: 4px;
  background-color: #00A3EE;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.c-ttl01.--blue {
  color: #1C4C85;
}
.c-ttl01.--blue::before {
  background-color: #1C4C85;
}

/*--------------------
style
---------------------*/
.p-top-mainVisual {
  background-image: url(assets/img/mv-bg_pc.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-mainVisual__inner {
  max-width: 1240px;
  padding: 60px 20px;
}
.p-top-mainVisual__top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-top-mainVisual__top p img {
  width: 100%;
}
.p-top-mainVisual__top p:first-child {
  max-width: 574px;
  width: 100%;
}
.p-top-mainVisual__top p:last-child {
  max-width: 211px;
  width: 100%;
}
.p-top-mainVisual__ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  border-radius: 8px;
  background: #00A3EE;
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0 50px;
}
.p-top-mainVisual__bottom {
  width: 100%;
  max-width: 901px;
}
.p-top-mainVisual__bottom img {
  width: 100%;
}

.p-top-sec1 {
  background-image: url(assets/img/bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90%;
}
.p-top-sec1__sec1 img {
  width: 100%;
}
.p-top-sec1__sec2 {
  position: relative;
}
.p-top-sec1__sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(assets/img/about.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec1__sec2__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8%;
}
.p-top-sec1__sec2__item > p {
  width: 50%;
  transform: translateX(12px) translateY(16px);
}
.p-top-sec1__sec2__item > p img {
  width: 100%;
}
.p-top-sec1__sec2__item > div {
  width: 50%;
}
.p-top-sec1__sec2__item > div h2 {
  color: #00A3EE;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.p-top-sec1__sec2__item > div h2::before {
  content: "";
  width: 140px;
  height: 4px;
  background: #00A3EE;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.p-top-sec1__sec2__item > div h3 {
  color: #1C4C85;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.48px;
}
.p-top-sec1__sec2__item > div dl {
  margin-bottom: 8px;
  background-color: #FFF;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
.p-top-sec1__sec2__item > div dl dt {
  width: 35%;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.72px;
  border-radius: 4px;
  background: #1C4C85;
  padding: 8px;
}
.p-top-sec1__sec2__item > div dl dd {
  width: 65%;
  padding: 2px 20px;
  color: #1C4C85;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.p-top-sec1__sec2__item > div dl dd span {
  font-size: 32px;
}
.p-top-sec1__sec2__item__list1 {
  border-radius: 20px;
  background: rgba(28, 76, 133, 0.1);
  position: relative;
  margin: 20px 0 12px;
  padding: 8px;
}
.p-top-sec1__sec2__item__list1 li {
  max-width: 80%;
  margin: 12px auto;
  color: #1C4C85;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  padding-left: 36px;
  background-image: url(assets/img/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
}
.p-top-sec1__sec2__item__list1::before, .p-top-sec1__sec2__item__list1::after {
  color: rgba(255, 255, 255, 0.2);
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  content: "CHECK";
}
.p-top-sec1__sec2__item__list1::before {
  left: 0;
  top: 0;
}
.p-top-sec1__sec2__item__list1::after {
  right: 0;
  bottom: 0;
}
.p-top-sec1__sec2__item__txt1 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #1C4C85;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  border-bottom: 2px dashed #1C4C85;
}
.p-top-sec1__sec2__item__txt2 {
  color: #1C4C85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  margin: 16px 0 20px;
}
.p-top-sec1__sec2__item:last-child {
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 0;
}
.p-top-sec1__sec2__item:last-child > p {
  transform: translateX(-12px) translateY(8px);
}
.p-top-sec1__sec3 {
  padding-top: 0;
}
.p-top-sec1__sec3 h2 {
  color: #1C4C85;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-top-sec1__sec3 p {
  margin-bottom: 24px;
  color: #1C4C85;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-top-sec1__sec3__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.p-top-sec1__sec3 table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
.p-top-sec1__sec3 table tr:first-child th {
  width: 22.25%;
  background: rgba(28, 76, 133, 0.3);
  color: #1C4C85;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-top-sec1__sec3 table tr:first-child th span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.p-top-sec1__sec3 table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.p-top-sec1__sec3 table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.p-top-sec1__sec3 table tr:last-child th {
  border-radius: 0 0 0 8px;
}
.p-top-sec1__sec3 table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.p-top-sec1__sec3 table tr:nth-child(3) td, .p-top-sec1__sec3 table tr:last-child td {
  text-align: center;
  color: #1C4C85;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-top-sec1__sec3 table tr:nth-child(3) td span, .p-top-sec1__sec3 table tr:last-child td span {
  font-size: 18px;
}
.p-top-sec1__sec3 table tr:nth-child(3) td span span, .p-top-sec1__sec3 table tr:last-child td span span {
  font-size: 16px;
}
.p-top-sec1__sec3 table tr th:first-child {
  width: 11%;
  background: #1C4C85;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.p-top-sec1__sec3 table tr td,
.p-top-sec1__sec3 table tr th {
  padding: 1em 0;
  vertical-align: middle;
  background-color: #FFF;
}

.p-top-sec2 {
  background: #1C4C85;
  position: relative;
}
.p-top-sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(assets/img/info.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec2__inner {
  display: flex;
  justify-content: space-between;
}
.p-top-sec2__inner > p {
  width: 50%;
}
.p-top-sec2__inner > p img {
  width: 100%;
}
.p-top-sec2__inner > div {
  width: 45%;
  color: #fff;
}
.p-top-sec2__inner > div h2 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-top: 16px;
}
.p-top-sec2__inner > div p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  padding-bottom: 12px;
  margin-top: 6px;
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}
.p-top-sec2__inner > div table {
  width: 100%;
}
.p-top-sec2__inner > div table th,
.p-top-sec2__inner > div table td {
  vertical-align: middle;
  padding: 0.3em 0;
}
.p-top-sec2__inner > div table th {
  width: 25%;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-top-sec2__inner > div table td {
  width: 75%;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.p-top-sec2__map {
  margin-top: 60px;
  padding: 20px;
  border-radius: 30px;
  box-shadow: inset 0px 0px 0px 30px rgba(255, 255, 255, 0.16);
}
.p-top-sec2__map iframe {
  width: 100%;
  height: 480px;
  border-radius: 20px;
}

.p-top-sec__img img {
  width: 100%;
}

.p-top-sec3 {
  padding-bottom: 0;
  position: relative;
}
.p-top-sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(assets/img/point.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec3::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(calc(-50% - 300px));
  width: 176px;
  height: 176px;
  background-image: url(assets/img/check2.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec3__inner {
  overflow-y: hidden;
}
.p-top-sec3__inner > div {
  width: 1080px;
  margin: 0 auto;
}
.p-top-sec3__inner ul {
  display: flex;
  justify-content: space-between;
}
.p-top-sec3__inner ul li {
  width: 22%;
}
.p-top-sec3__inner ul li:first-child {
  margin-top: 90px;
}
.p-top-sec3__inner ul li:nth-child(2) {
  margin-top: 60px;
}
.p-top-sec3__inner ul li:nth-child(3) {
  margin-top: 30px;
}
.p-top-sec3__inner ul li > p:first-child img {
  width: 100%;
}
.p-top-sec3__inner ul li > p:last-child {
  color: #1C4C85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
.p-top-sec3__inner ul li h3 {
  color: #1C4C85;
  margin: 10px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.48px;
}
.p-top-sec3__img {
  margin-top: -140px;
}
.p-top-sec3__img img {
  width: 100%;
}

.p-top-sec4 {
  position: relative;
  background-color: rgba(0, 163, 238, 0.2);
}
.p-top-sec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(assets/img/staff.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec4__inner > div {
  display: flex;
}
.p-top-sec4__inner > div > div {
  border-radius: 16px 0 0 16px;
  background-color: #1C304C;
  padding: 8%;
  width: 65%;
}
.p-top-sec4__inner > div > div > div {
  max-width: 320px;
}
.p-top-sec4__inner > div > div > div p:first-child {
  position: relative;
}
.p-top-sec4__inner > div > div > div p:first-child img {
  width: 100%;
}
.p-top-sec4__inner > div > div > div p:first-child::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(assets/img/name.svg);
  width: 100%;
  height: 50px;
}
.p-top-sec4__inner > div > div > div p:last-child {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
.p-top-sec4__inner > div > div > div h3 {
  margin: 14px 0;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 200% */
}
.p-top-sec4__inner > div > div > div h3 span {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}
.p-top-sec4__inner > div > p {
  width: 35%;
}
.p-top-sec4__inner > div > p img {
  border-radius: 0 16px 16px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-sec5 {
  position: relative;
}
.p-top-sec5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(assets/img/contact.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-top-sec5__inner > p {
  color: #1C4C85;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  margin: -2% 0 6%;
}
.p-top-sec5__box {
  background-color: #1C4C85;
  padding: 2% 5%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.p-top-sec5__box h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding-left: 53px;
  background-image: url(assets/img/tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 48px;
}
.p-top-sec5__box > div a {
  display: block;
  color: #FFF;
  font-family: "Josefin Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
}
.p-top-sec5__box > div p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.p-top-sec5__box > div p:last-child {
  font-size: 16px;
}
.p-top-sec5__form {
  margin-top: 60px;
}
.p-top-sec5__form > h3 {
  color: #1C4C85;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-top-sec5__form > p {
  text-align: center;
  color: #1C4C85;
  margin: 10px 0 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.p-top-sec5__form__policy {
  margin-top: 50px;
  border: 1px solid #1C4C85;
  border-radius: 20px;
}
.p-top-sec5__form__policy h3 {
  color: #FFF;
  text-align: center;
  background-color: #1C4C85;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.48px;
}
.p-top-sec5__form__policy p {
  padding: 24px 20px 20px;
  max-height: 200px;
  overflow-x: hidden;
  color: #1C4C85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-top-sec5__form__policy p span {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 500px) {
  .p-top-mainVisual {
    background-image: url(assets/img/mv-bg_sp.png);
    background-position: bottom right;
    background-size: contain;
  }
  .p-top-mainVisual__inner {
    max-width: 1240px;
    padding: 5.3333vw 5.3333vw 50px;
    position: relative;
  }
  .p-top-mainVisual__top {
    display: block;
  }
  .p-top-mainVisual__top p img {
    width: 100%;
  }
  .p-top-mainVisual__top p:first-child {
    width: 100%;
  }
  .p-top-mainVisual__top p:last-child {
    max-width: 100px;
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
  }
  .p-top-mainVisual__ttl {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 28px;
    margin: 20px 0 24px;
    padding: 12px 30px 12px 60px;
  }
  .sp__link {
    background: #1C4C85;
    padding: 20px 5.3333vw;
    display: flex;
    justify-content: space-between;
  }
  .sp__link li {
    width: 48%;
  }
  .sp__link li a {
    border-radius: 100px;
    background-color: #00A3EE;
    display: block;
    padding: 14px 0;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 14.286px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .p-top-sec1 {
    background-color: #E5F6FD;
    background-size: 100%;
    background-image: none;
  }
  .p-top-sec1__sec1 {
    padding-bottom: 0;
  }
  .p-top-sec1__sec1 img {
    width: 100%;
  }
  .p-top-sec1__sec2 {
    padding-top: 0;
    position: relative;
  }
  .p-top-sec1__sec2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-image: url(assets/img/about.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-top-sec1__sec2__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 16%;
  }
  .p-top-sec1__sec2__item > p {
    width: 100%;
    transform: translateX(0) translateY(0);
  }
  .p-top-sec1__sec2__item > div {
    width: 100%;
  }
  .p-top-sec1__sec2__item > div dl dt {
    width: 35%;
    font-size: 24px;
  }
  .p-top-sec1__sec2__item > div dl dd {
    width: 65%;
    font-size: 14px;
  }
  .p-top-sec1__sec2__item > div dl dd span {
    font-size: 20px;
  }
  .p-top-sec1__sec2__item__list1 {
    padding: 8px 16px;
  }
  .p-top-sec1__sec2__item__list1 li {
    max-width: 100%;
  }
  .p-top-sec1__sec2__item:last-child {
    flex-direction: column-reverse;
  }
  .p-top-sec1__sec2__item:last-child > p {
    transform: translateX(0) translateY(0);
  }
  .p-top-sec1__sec3 {
    padding-top: 0;
  }
  .p-top-sec1__sec3 h2 {
    text-align: left;
  }
  .p-top-sec1__sec3__wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
  }
  .p-top-sec1__sec3 table {
    width: 200%;
    padding: 0 20px 16px;
  }
  .p-top-sec1__sec3 table tr:first-child th {
    font-size: 18px;
  }
  .p-top-sec1__sec3 table tr:first-child th span {
    font-size: 16px;
  }
  .p-top-sec1__sec3 table tr:nth-child(3) td, .p-top-sec1__sec3 table tr:last-child td {
    font-size: 24px;
  }
  .p-top-sec1__sec3 table tr:nth-child(3) td span, .p-top-sec1__sec3 table tr:last-child td span {
    font-size: 18px;
  }
  .p-top-sec1__sec3 table tr:nth-child(3) td span span, .p-top-sec1__sec3 table tr:last-child td span span {
    font-size: 14px;
  }
  .p-top-sec1__sec3 table tr th:first-child {
    font-size: 18px;
  }
  .p-top-sec2__inner {
    display: block;
  }
  .p-top-sec2__inner > p {
    width: 100%;
  }
  .p-top-sec2__inner > div {
    width: 100%;
  }
  .p-top-sec2__inner > div table th {
    width: 30%;
  }
  .p-top-sec2__inner > div table td {
    width: 70%;
  }
  .p-top-sec2__map {
    padding: 16px;
  }
  .p-top-sec2__map iframe {
    height: 240px;
  }
  .p-top-sec3 {
    padding-bottom: 40px;
  }
  .p-top-sec3::after {
    content: none;
  }
  .p-top-sec3__inner > div {
    width: 100%;
    margin: 0 auto;
  }
  .p-top-sec3__inner ul {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .p-top-sec3__inner ul li {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .p-top-sec3__inner ul li:first-child {
    margin-bottom: 8%;
    margin-top: 0;
  }
  .p-top-sec3__inner ul li:nth-child(2) {
    margin-bottom: 8%;
    margin-top: 0;
  }
  .p-top-sec3__inner ul li:nth-child(3) {
    margin-bottom: 8%;
    margin-top: 0;
  }
  .p-top-sec3__img {
    display: none;
  }
  .p-top-sec4__inner > div {
    display: block;
  }
  .p-top-sec4__inner > div > div {
    border-radius: 16px;
    padding: 20px;
    width: 100%;
  }
  .p-top-sec4__inner > div > div > div {
    max-width: 100%;
  }
  .p-top-sec4__inner > div > div > div p:first-child {
    position: relative;
  }
  .p-top-sec4__inner > div > div > div p:first-child img {
    width: 100%;
  }
  .p-top-sec4__inner > div > div > div p:first-child::before {
    bottom: -16px;
    left: 0%;
  }
  .p-top-sec4__inner > div > div > div h3 {
    margin: 30px 0 14px;
  }
  .p-top-sec4__inner > div > p {
    display: none;
  }
  .p-top-sec5__box {
    padding: 20px;
    display: block;
  }
  .p-top-sec5__box h3 {
    font-size: 24px;
    padding-left: 46px;
    background-size: contain;
  }
  .p-top-sec5__box > div a {
    font-size: 36px;
    text-align: center;
    margin: 20px 0 12px;
  }
  .p-top-sec5__box > div p {
    font-size: 16px;
  }
  .p-top-sec5__box > div p:last-child {
    font-size: 12px;
  }
  .p-top-sec5__form > p {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */