.section1 {
  position: relative;
  padding: 85px 15px;
}

.section1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -84px;
  width: 100%;
  height: 86px;
  background: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.section1__inner {
  max-width: 957px;
  margin: 0 auto;
}

.section1__title {
  text-align: center;
}

.section1__title1 {
  display: block;
  margin-bottom: 3px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.section1__title1-small {
  font-size: 2rem;
}

.section1__title2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.8rem;
  color: #00386D;
}

.section1__img-wrap {
  max-width: 306px;
  margin: 0 auto;
}

.section1__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-bottom: -20px;
}

.section1__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 18px);
  min-height: 135px;
  margin-left: 18px;
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  background-color: #E9EDF3;
}

.section1__label {
  position: absolute;
  top: -11px;
  width: calc(100% - 15px);
  max-width: 203px;
  padding: 2px 10px 5px;
  line-height: 2.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #045AAA;
}

.section1__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
}

.section2 {
  padding: 169px 15px 85px;
  background-image: url(../img/front2.jpg);
  background-repeat: repeat;
  background-size: 1440px;
  background-position: top left;
}

.section2__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 55px;
  background-color: #FFE500;
  box-shadow: 0 4px 84px rgba(0, 0, 0, 0.85);
  background-image: url(../img/front3.png);
  background-repeat: no-repeat;
  background-size: 256px;
  background-position: top 151px center;
}

.section2__title {
  margin-bottom: 39px;
  padding: 2px 10px 6px;
  font-size: 4rem;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 5.8rem;
  color: #ffffff;
  text-align: center;
  background-color: #BD0000;
}

.section2__text1 {
  margin-bottom: 39px;
  text-align: center;
  color: #4B4949;
}

.section2__text1-1 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}

.section2__text1-2 {
  display: block;
  margin-top: -3px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5.2rem;
}

.section2__text1-2-em {
  font-size: 3.6rem;
}

.section2__text1-3 {
  display: block;
  max-width: 576px;
  margin: -3px auto 15px;
  font-weight: bold;
  line-height: 2.3rem;
  text-align: left;
}

.section2__text1-4 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5.8rem;
}

.section2__text1-4-em {
  position: relative;
  font-size: 4rem;
}

.section2__text1-4-em::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 23px;
  width: calc(100% - 46px);
  height: 1px;
  background-color: #4B4949;
}

.section2__text1-4-em::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 23px;
  width: calc(100% - 46px);
  height: 1px;
  background-color: #4B4949;
}

.section2__text1-4-em2 {
  position: relative;
  display: inline;
}

.section2__text1-4-em2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #BD0000;
  border-radius: 50%;
}

.section2__img-wrap {
  max-width: 898px;
  margin: -40px auto;
}

.section2__text2 {
  margin-bottom: 47px;
  text-align: center;
  color: #4B4949;
}

.section2__text2-1 {
  display: block;
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.section2__text2-2 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}

.section2__text2-2-small {
  font-size: 2.4rem;
}

.section2__text3 {
  max-width: 865px;
  margin: 0 auto 7px;
  padding: 1px 10px 2px 25px;
  background-color: #BD0000;

}

.section2__text3-inner {
  padding-left: 59px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #ffffff;
  background-image: url(../img/front5.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: left  center;
}

.section2__text4 {
  max-width: 865px;
  margin: 0 auto 30px;
  padding: 0 10px 0 88px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #4B4949;
}

.section3 {
  padding: 85px 15px;
  background-image: url(../img/front6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section3__inner {
  max-width: 833px;
  margin: 0 auto;
}

.section3__title {
  margin-bottom: 54px;
  text-align: center;
}

.section3__title1 {
  display: block;
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #ffffff;
}

.section3__title2 {
  display: block;
  margin-bottom: 1px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.8rem;
  color: #ffffff;
}

.section3__title2-em {
  position: relative;
  z-index: 1;
}

.section3__title2-em::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #045AAA;
}

.section3__title3 {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.8rem;
  color: #ffffff;
}

.section3__title3-em {
  color: #FFE500;
}

.section3__text1 {
  margin-bottom: 51px;
  text-align: center;
}

.section3__text1-1 {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #ffffff;
}

.section3__text1-2 {
  display: block;
  margin-bottom: 14px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: #ffffff;
}

.section3__text1-2-em {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  color: #FFE500;
}

.section3__text1-2-em::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #045AAA;
}

.section3__text1-3 {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: #ffffff;
}

.section3__text1-3-em {
  font-size: 3.2rem;
}

.section3__box {
  padding: 17px 10px 27px;
  background-color: #00386D;
  border-radius: 5px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.55);
}

.section3__box-title {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.1rem;
  color: #ffffff;
  text-align: center;
}

.section3__box-title-em {
  color: #FFE500;
}

.section3__box-title-small {
  font-size: 2.4rem;
}

.section3__button-box {
  width: 626px;
  margin: 0 auto 12px;
}

.section3__button-list {
  display: flex;
  justify-content: space-between;
}

.section3__button-item1 {
  width: 46.7%;
}

.section3__button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 59px;
  background-color: #029200;
  background-image: url(../img/header1.png);
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s;
}

.section3__button1:hover {
  background-color: #03C800;
}

.section3__button1-inner {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.section3__button-item2 {
  width: 50.8%;
}

.section3__button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 59px;
  background-color: #EE5F00;
  background-image: url(../img/header2.png);
  background-repeat: no-repeat;
  background-size: 67px;
  background-position: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s;
}

.section3__button2:hover {
  background-color: #EE8F00;
}

.section3__button2-inner {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.section3__box-text {
  font-weight: 300;
  line-height: 1.9rem;
  color: #ffffff;
  text-align: center;
}

.section4 {
  margin-top: 85px;
}

.section4__title {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  text-align: center;
}

.section4__title::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(100% - 8px);
  left: calc(50% - 101.5px);
  width: 203px;
  height: 152px;
  background-image: url(../img/front7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.section4__title1 {
  display: block;
  margin-bottom: 1px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}

.section4__title2 {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.8rem;
  color: #00386D;
}

.section4-1 {
  position: relative;
  padding: 115px 15px 150px;
  background-color: #E9EDF3;
}

.section4-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.section4-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: #ffffff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.section4-1__title {
  margin-bottom: 39px;
  font-size: 4rem;
  line-height: 5.9rem;
  text-align: center;
  color: #045AAA;
}

.section4__img-box {
  display: flex;
  align-items: center;
  max-width: 1132px;
  margin: 0 auto;
}

.section4__img-wrap {
  width: 56.8%;
  padding-right: 32px;
}

.section4__img-inner {
  max-width: 482px;
  margin-left: auto;
}

.section4__content-wrap {
  width: 43.2%;
}

.section4__content-title {
  margin-bottom: 22px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: #00386D;
}

.section4__content-title-small {
  font-size: 2.4rem;
}

.section4__content-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.3rem;
}

.section4-2 {
  position: relative;
  padding: 62px 15px 97px;
}

.section5 {
  padding: 85px 15px;
}

.section5__title {
  margin-bottom: 7px;
  font-size: 4rem;
  line-height: 5.8rem;
  text-align: center;
  color: #045AAA;
}

.section5__img-wrap {
  max-width: 1062px;
  margin: 0 auto 2px;
}

.section5__text {
  line-height: 2.3rem;
  text-align: center;
  color: #4B4949;
}

.section6 {
  padding: 85px 15px;
  background-color: #E9EDF3;
}

.section6__sub-title {
  margin-bottom: 8px;
  text-align: center;
}

.section6__sub-title-inner {
  display: inline-block;
  padding: 0 34px 0 39px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  background-image: url(../img/front12.png), url(../img/front13.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 23px, 23px;
  background-position: left bottom 10px, right bottom 10px;
}

.section6__title {
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.5rem;
  text-align: center;
}

.section6__title-small {
  font-size: 3.2rem;
}

.section6__title-em {
  color: #045AAA;
}

.section6__list-wrap {
  max-width: 1000px;
  margin: 0 auto 42px;
}

.section6__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -43px;
}

.section6__item {
  width: calc(25% - 16px);
  margin-left: 16px;
  margin-bottom: 43px;
}

.section6__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 5px 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #ffffff;
  background-color: #045AAA;
}

.section6__item-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 268px;
  padding: 10px 15px;
  background-color: #ffffff;
}

.section6__item-item {
  position: relative;
  padding-left: 1em;
  line-height: 2.3rem;
}

.section6__item-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.section6__item-item:not(:last-child) {
  margin-bottom: 13px;
}

.section6__item-text {
  margin-top: 11px;
  line-height: 2.3rem;
  text-align: right;
}

.section6__box-wrap {
  max-width: 833px;
  margin: 0 auto;
}

.section6__text {
  margin-bottom: 15px;
  text-align: center;
}

.section6__text1 {
  display: block;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.section6__text2 {
  display: block;
  margin-bottom: 1px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}

.section6__text2-em {
  position: relative;
  display: inline;
  color: #00386D;
}

.section6__text2-em::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  background-color: #00386D;
  border-radius: 50%;
}

.section6__text3 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
}

.section6__box {
  padding: 17px 10px 27px;
  border-radius: 5px;
  background-color: #00386D;
}

.section7 {
  padding: 90px 15px 177px;
  overflow: hidden;
}

.section7__title {
  margin-bottom: 13px;
  text-align: center;
}

.section7__title1 {
  display: block;
  margin-bottom: 9px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.section7__title2 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: #045AAA;
}

.section7__title2-small {
  font-size: 2.4rem;
}

.section7__list {
  position: relative;
  max-width: 1022px;
  margin: 0 auto;
}

.section7__list .slick-list {
  overflow: unset;
}

.section7__list .slick-prev {
  position: absolute;
  z-index: 2;
  left: -34px;
  top: calc(50% - 31px);
  appearance: none;
  height: 62px;
  width: 62px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 0;
  color: transparent;
  background-color: #D9D9D9;
  background-image: url(../img/front20.png);
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center;
  cursor: pointer;
}

.section7__list .slick-next {
  position: absolute;
  z-index: 2;
  right: -34px;
  top: calc(50% - 31px);
  appearance: none;
  height: 62px;
  width: 62px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 0;
  color: transparent;
  background-color: #D9D9D9;
  background-image: url(../img/front21.png);
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center;
  cursor: pointer;
}

.section7__list .slick-dots {
  position: absolute;
  bottom: -97px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section7__list .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0 16px;
  padding: 0;
  font-size: 3.2rem;
  line-height: 5.9rem;
  color: #979696;
  background-color: transparent;
  text-align: center;
  border: none;
  transition: 0.3s color, 0.3s font-size;
}

.section7__list .slick-dots .slick-active button {
  font-size: 4rem;
  color: #00386D;
}

.section7__item {
  padding: 24px 12px;
  opacity: 0.5;
  transform: scale(0.65);
  transition: 0.5s opacity, 0.5s transform;
}

.section7__item:has(+ .section7__item.slick-active) {
  transform-origin: right center;
}

.section7__item.slick-active + .section7__item {
  transform-origin: left center;
}

.section7__item.slick-active {
  opacity: 1;
  transform: scale(1);
}

.section7__item-inner {
  padding: 62px 10px 61px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.section7__item-inner2 {
  max-width: 941px;
  margin: 0 auto;
}

.section7__item-box {
  display: flex;
  margin-bottom: 29px;
}

.section7__item-img-wrap {
  position: relative;
  width: 45%;
  padding: 0 36px 0 31px;
}

.section7__item-img-text-wrap {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
}

.section7__item-img-text1-wrap {
  margin-bottom: 14px;
}

.section7__item-img-text1 {
  display: inline-block;
  padding: 11px 13px 12px;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 3.2rem;
  background-color: #045AAA;
}

.section7__item-img-text2-wrap {
  text-align: right;
}

.section7__item-img-text2 {
  display: inline-block;
  padding: 12px 23px 14px;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 3.2rem;
  background-color: #045AAA;
}

.section7__item-content-wrap {
  width: 55%;
  padding-left: 8px;
}

.section7__item-text1 {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #045AAA;
}

.section7__item-text2 {
  margin-bottom: 7px;
  padding-left: 9px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #045AAA;
  border-left: 7px solid #045AAA;
}

.section7__item-text3 {
  padding-left: 16px;
  line-height: 2.3rem;
}

.section7__item-text3.mb {
  margin-bottom: 20px;
}

.section7__item-text4 {
  margin-left: 31px;
  margin-bottom: 7px;
  padding-left: 9px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #045AAA;
  border-left: 7px solid #045AAA;
}

.section7__item-text5 {
  padding-left: 47px;
  line-height: 2.3rem;
}

.section8 {
  padding: 85px 15px;
  background-color: #E9EDF3;
}

.section8__title {
  margin-bottom: 39px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  color: #045AAA;
}

.section8__title-small {
  font-size: 2.4rem;
}

.section8__list {
  max-width: 625px;
  margin: 0 auto;
  background-image: url(../img/front22.png);
  background-repeat: no-repeat;
  background-size: 625px;
  background-position: center bottom 60px;
}

.section8__item {
  display: flex;
  align-items: center;
  padding: 0 6px;
}

.section8__item:not(:last-child) {
  margin-bottom: 27px;
}

.section8__img-wrap {
  width: 46%;
}

.section8__content-wrap {
  width: 54%;
}

.section8__item-title {
  margin-bottom: 13px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  color: #045AAA;
}

.section8__item-text {
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
}

.section8__item-text-small {
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.cta {
  padding: 85px 15px;
  background-image: url(../img/front28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta__inner {
  max-width: 833px;
  margin: 0 auto;
  padding: 17px 10px 27px;
  border-radius: 5px;
  background-color: #00386D;
}

.section9 {
  max-width: 906px;
  margin: 0 auto;
  padding: 85px 15px;
}

.section9__title {
  margin-bottom: 53px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  color: #045AAA;
}

.section9__list > div {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
}

.section9__list > div:not(:last-child) {
  margin-bottom: 30px;
}

.section9__list > div > dt {
  position: relative;
  padding: 21px 60px 21px 27px;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  background-color: #045AAA;
  cursor: pointer;
}

.section9__list > div > dt::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 35px;
  right: 26px;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
}

.section9__list > div > dt::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 35px;
  right: 26px;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  transform-origin: center;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.section9__list > div.is-active > dt::after {
  transform: rotate(0);
}

.section9__list > div > dd {
  display: none;
  padding: 32px 29px 34px;
  font-size: 2rem;
  line-height: 2.4rem;
  background-color: #ffffff;
}

.section10 {
  padding: 85px 15px;
}

.section10__title {
  margin-bottom: 52px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.7rem;
  text-align: center;
  color: #045AAA;
}

.section10__text1 {
  margin-bottom: 3px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
}

.section10__text2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.section10__text2-1 {
  display: inline-block;
  margin-right: 13px;
  font-size: 2rem;
  line-height: 4.6rem;
}

.section10__text2-2 {
  display: inline-block;
  margin-left: 12px;
  font-size: 3.2rem;
  line-height: 4.6rem;
}

.section10__img-box {
  display: flex;
  max-width: 1014px;
  margin: 0 auto 55px;
}

.section10__img-wrap {
  width: 48%;
  padding-right: 30px;
}

.section10__img-inner {
  position: relative;
  z-index: 2;
  max-width: 412px;
  margin-left: auto;
}

.section10__img {
  box-shadow: -16px 15px 0 #81ACD5;
}

.section10__content-wrap {
  width: 52%;
}

.section10__text3 {
  margin: 26px 0 31px;
}

.section10__text3-1 {
  display: inline-block;
  margin-bottom: 16px;
  padding: 14px 21px 15px 24px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #FFFFFF;
  background-color: #045AAA;
}

.section10__text3-2 {
  display: inline-block;
  padding: 14px 15px 15px 24px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #FFFFFF;
  background-color: #045AAA;
}

.section10__text4 {
  font-size: 2rem;
  line-height: 2.2rem;
}

.section10__text4.mb {
  margin-bottom: 22px;
}

.section10__text5 {
  max-width: 973px;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}

.section10__text5-inner {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.1rem;
}

.section10__text5-inner::before {
  content: "";
  position: absolute;
  left: calc(100% + 32px);
  top: calc(50% - 1px);
  width: 100vw;
  height: 1px;
  background-color: #4A4A4A;
}

.section10__text5-inner::after {
  content: "";
  position: absolute;
  right: calc(100% + 32px);
  top: calc(50% - 1px);
  width: 100vw;
  height: 1px;
  background-color: #4A4A4A;
}

.section10__list-wrap {
  max-width: 973px;
  margin: 0 auto;
}

.section10__list {
  display: flex;
  align-items: center;
  margin-left: -13px;
}

.section10__item {
  width: calc(25% - 13px);
  margin-left: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.section11 {
  max-width: 846px;
  margin: 0 auto;
  padding: 0 15px 83px;
}

.section11__title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.7rem;
  text-align: center;
  color: #045AAA;
}

.section11__data-list {
  position: relative;
  padding-top: 34px;
  padding-bottom: 7px;
}

.section11__data-list::before {
  content: "";
  position: absolute;
  left: 192px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #4A4A4A;
}

.section11__data-list > div {
  display: flex;
}

.section11__data-list > div:not(:last-child) {
  margin-bottom: 35px;
}

.section11__data-list > div > dt {
  width: 192px;
  font-size: 2rem;
  line-height: 2.9rem;
}

.section11__data-list > div > dd {
  width: calc(100% - 192px);
  padding-left: 52px;
  font-size: 2rem;
  line-height: 2.9rem;
}

.footer {
  padding: 67px 15px 40px;
  background-color: #00386D;
}

.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}

.footer__item:nth-child(1) {
  position: relative;
  padding-right: 19px;
}

.footer__item:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: calc(100% - 9px);
  background-color: #ffffff;
}

.footer__item:nth-child(2) {
  padding-left: 19px;
}

.footer__link {
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
}

.page-link-wrap {
  position: relative;
}

.page-link {
  position: absolute;
  top: -123px;
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
.section7__list .slick-prev {
  left: -10px;
}

.section7__list .slick-next {
  right: -10px;
}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
.section6__item-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.section6__item-item {
  font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) {
.section1 {
  padding: 42px 29px;
}

.section1::before {
  bottom: -61px;
  height: 63px;
}

.section1__title1 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.9rem;
}

.section1__title1-small {
  font-size: 1.6rem;
}

.section1__title2 {
  font-size: 2.8rem;
  line-height: 3.9rem;
}

.section1__img-wrap {
  max-width: 176px;
}

.section1__list {
  margin-left: 0;
  margin-bottom: -27px;
}

.section1__item {
  width: 100%;
  min-height: 112px;
  margin-left: 0;
  margin-bottom: 27px;
  padding: 24px 10px 10px;
}

.section1__label {
  top: -15px;
}

.section1__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.section2 {
  padding: 116px 15px 42px;
  background-image: url(../img/front2-sp.jpg);
  background-size: 375px;
}

.section2__wrap {
  position: relative;
  padding-top: 12px;
  padding-bottom: 26px;
  background-size: 124px;
  background-position: top 75px center;
}

.section2__title {
  margin-bottom: 15px;
  padding: 8px 10px;
  font-size: 2rem;
  line-height: 3rem;
}

.section2__text1 {
  margin-bottom: 14px;
}

.section2__text1-1 {
  font-size: 2rem;
  line-height: 3rem;
}

.section2__text1-2 {
  margin-top: 0;
  font-size: 2rem;
  line-height: 3rem;
}

.section2__text1-2-em {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 2.4rem;
}

.section2__text1-3 {
  position: absolute;
  top: 130px;
  left: calc(50% - 100px);
  width: 200px;
  display: block;
  max-width: 576px;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.section2__text1-4 {
  font-size: 2rem;
  line-height: 3.6rem;
}

.section2__text1-4-em {
  font-size: 2.4rem;
}

.section2__text1-4-em::before {
  bottom: -5px;
}

.section2__text1-4-em::after {
  bottom: -2px;
}

.section2__text1-4-em2 {
  position: relative;
  display: inline;
}

.section2__text1-4-em2::before {
  bottom: calc(100% - 5px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
}

.section2__img-wrap {
  margin: 0 -6px -5px;
}

.section2__text2 {
  margin-bottom: 16px;
}

.section2__text2-1 {
  margin-bottom: 2px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section2__text2-2 {
  font-size: 2rem;
  line-height: 2.9rem;
}

.section2__text2-2-small {
  font-size: 1.6rem;
}

.section2__text3 {
  margin: 0 auto 12px;
  padding: 5px 10px 7px;
  text-align: center;
}

.section2__text3-inner {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-size: 21px;
}

.section2__text4 {
  margin: 0 auto 16px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
}

.section3 {
  padding: 0;
  background-image: none;
}

.section3__inner2 {
  padding: 39px 15px;
  background-image: url(../img/front6-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section3__title {
  margin-bottom: 19px;
}

.section3__title1 {
  margin-bottom: 9px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section3__title2 {
  margin-bottom: 13px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-decoration: underline;
  text-decoration-color: #045AAA;
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
}

.section3__title2-em::before {
  display: none;
}

.section3__title3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section3__text1 {
  margin-bottom: 0;
}

.section3__text1-1 {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.section3__text1-2 {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2.9rem;
}

.section3__text1-2-em {
  font-size: 2rem;
  line-height: 2.9rem;
}

.section3__text1-3 {
  font-size: 1.6rem;
  line-height: 2rem;
}

.section3__text1-3-em {
  font-size: 2rem;
}

.section3__box {
  padding: 4px 15px 20px;
  border-radius: 0;
}

.section3__box-title {
  margin-bottom: 9px;
  font-size: 2rem;
  line-height: 3.4rem;
}

.section3__box-title-small {
  font-size: 1.6rem;
}

.section3__button-box {
  width: 318px;
  margin: 0 auto 15px;
}

.section3__button-list {
  flex-wrap: wrap;
}

.section3__button-item1 {
  width: 100%;
  margin-bottom: 12px;
}

.section3__button1 {
  height: 59px;
  background-size: 62px;
}

.section3__button-item2 {
  width: 100%;
}

.section3__button2 {
  height: 59px;
  background-size: 67px;
}

.section3__box-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.section4 {
  margin-top: 42px;
}

.section4__title {
  margin-bottom: 47px;
}

.section4__title::before {
  left: calc(50% - 75.5px);
  width: 151px;
  height: 113px;
}

.section4__title1 {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section4__title2 {
  font-size: 2.8rem;
  line-height: 4.1rem;
}

.section4-1 {
  position: relative;
  z-index: 1;
  padding: 50px 15px 64px;
  background-color: #ffffff;
}

.section4-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 325px;
  background: #ffffff;
  background-image: url(../img/sp4.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  clip-path: unset;
}

.section4-1::after {
  display: none;
}

.section4-1__title {
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section4__img-wrap {
  display: none;
}

.section4__content-wrap {
  width: 100%;
}

.section4__content-title {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.section4__content-title-small {
  font-size: 1.6rem;
}

.section4__img-wrap2 {
  margin-bottom: 24px;
}

.section4__content-text {
  padding: 0 14px;
  font-size: 1.6rem;
  font-weight: 400;
}

.section4-2 {
  padding: 50px 15px 64px;
}

.section4-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 325px;
  background: #ffffff;
  background-image: url(../img/sp4.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  clip-path: unset;
}

.section5 {
  padding: 42px 5px;
  background-color: #EFEFEF;
}

.section5__title {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
}

.section5__img-wrap {
  margin: 0 auto 6px;
}

.section5__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.section6 {
  padding: 42px 15px 0;
}

.section6__sub-title {
  margin-bottom: 1px;
}

.section6__sub-title-inner {
  padding: 0 27px 0 27px;
  font-size: 2rem;
  line-height: 3rem;
  background-image: url(../img/front12-sp.png), url(../img/front13-sp.png);
  background-size: 20px, 20px;
  background-position: left bottom 4px, right bottom 4px;
}

.section6__title {
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 3rem;
}

.section6__title-small {
  font-size: 2rem;
}

.section6__title-em {
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.section6__title-em2 {
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.section6__list-wrap {
  margin: 0 auto 16px;
}

.section6__list {
  margin-left: -9px;
  margin-bottom: -16px;
}

.section6__item {
  width: calc(50% - 9px);
  margin-left: 9px;
  margin-bottom: 16px;
}

.section6__item-title {
  min-height: 44px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-align: center;
}

.section6__item-list-wrap {
  min-height: calc(100% - 44px);
  padding: 30px 6px;
}

.section6__item-item {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.section6__item-item:not(:last-child) {
  margin-bottom: 3px;
}

.section6__item-text {
  margin-top: 9px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.section6__text {
  margin-bottom: 42px;
}

.section6__text1 {
  margin-bottom: 6px;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.section6__text2 {
  font-size: 2rem;
  line-height: 3rem;
}

.section6__text2-em::before {
  bottom: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 2px;
}

.section6__text3 {
  font-size: 2rem;
  line-height: 3rem;
}

.section6__box {
  margin: 0 -15px;
  padding: 4px 10px 20px;
  border-radius: 0;
}

.section7 {
  padding: 42px 0 87px;
}

.section7__title {
  margin-bottom: 0;
}

.section7__title1 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
}

.section7__title2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section7__title2-small {
  font-size: 2rem;
}

.section7__list .slick-prev {
  left: 68px;
  top: unset;
  bottom: -21px;
  height: 24px;
  width: 24px;
  background-size: 12px;
}

.section7__list .slick-next {
  right: 68px;
  top: unset;
  bottom: -21px;
  height: 24px;
  width: 24px;
  background-size: 12px;
}

.section7__list .slick-dots {
  bottom: -30px;
}

.section7__list .slick-dots button {
  margin: 0 5px;
  font-size: 2rem;
  line-height: 4.1rem;
}

.section7__list .slick-dots .slick-active button {
  font-size: 2.8rem;
}

.section7__item {
  padding: 17px 15px;
  opacity: 1;
  transform: scale(1);
}

.section7__item.slick-active {
  opacity: 1;
  transform: scale(1);
}

.section7__item-inner {
  padding: 32px 15px 32px;
}

.section7__item-box {
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-top: 39px;
}

.section7__item-img-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 40% 0 0;
}

.section7__item-img-text-wrap {
  right: -15px;
  left: unset;
  bottom: 18px;
}

.section7__item-img-text1-wrap {
  margin-bottom: 7px;
  text-align: right;
}

.section7__item-img-text1.v1 {
  margin-right: 16px;
  width: 190px;
  padding: 6px 0 9px 14px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

.section7__item-img-text1.v2 {
  margin-right: 51px;
  width: 155px;
  padding: 6px 0 9px 14px;
  font-size: 1.6rem;
  line-height: 2.4rem;
    text-align: left;
}

.section7__item-img-text1.v3 {
  margin-right: 19px;
  width: 187px;
  padding: 6px 0 9px 12px;
  font-size: 1.4rem;
  line-height: 2.1rem;
    text-align: left;
}

.section7__item-img-text1.v4 {
  margin-right: 26px;
  width: 180px;
  padding: 6px 0 9px 14px;
  font-size: 1.6rem;
  line-height: 2.4rem;
    text-align: left;
}

.section7__item-img-text1.v5 {
  margin-right: 26px;
  width: 180px;
  padding: 6px 0 9px 14px;
  font-size: 1.6rem;
  line-height: 2.4rem;
    text-align: left;
}

.section7__item-img-text1.v6 {
  margin-right: 26px;
  width: 180px;
  padding: 6px 0 9px 14px;
  font-size: 1.6rem;
  line-height: 2.4rem;
    text-align: center;
}

.section7__item-img-text2 {
  max-width: 190px;
  width: 190px;
  padding: 6px 0 9px 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
}

.section7__item-img-text2-em {
  font-size: 1.6rem;
}

.section7__item-content-wrap {
  width: 100%;
  padding-left: 0;
}

.section7__item-text1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  line-height: 3rem;
  text-align: center;
}

.section7__item-text2 {
  margin-bottom: 10px;
  padding-left: 9px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4A4A4A;
}

.section7__item-text3 {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.section7__item-text3.mb {
  margin-bottom: 16px;
}

.section7__item-text4 {
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 9px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4A4A4A;
}

.section7__item-text5 {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.section8 {
  padding: 42px 15px 37px;
}

.section8__title {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.section8__title-small {
  font-size: 1.8rem;
}

.section8__list {
  max-width: 309px;
  background-image: url(../img/front22-sp.png);
  background-size: 309px;
  background-position: center bottom 80px;
}

.section8__item {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.section8__item:not(:last-child) {
  margin-bottom: 32px;
}

.section8__img-wrap {
  width: 236px;
}

.section8__content-wrap {
  width: 100%;
  margin-top: -20px;
}

.section8__item-title {
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section8__item-text {
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.section8__item-text-small {
  font-size: 1.2rem;
  line-height: 2rem;
}

.cta {
  padding: 42px 15px;
  background-image: url(../img/front28-sp.jpg);
}

.cta__inner {
  max-width: 318px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.section9 {
  padding: 42px 15px;
}

.section9__title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section9__list > div:not(:last-child) {
  margin-bottom: 24px;
}

.section9__list > div > dt {
  padding: 21px 51px 21px 28px;
  font-size: 2rem;
  line-height: 3rem;
}

.section9__list > div > dt::before {
  bottom: 35px;
  right: 18px;
  width: 17px;
}

.section9__list > div > dt::after {
  bottom: 35px;
  right: 18px;
  width: 17px;
}

.section9__list > div > dd {
  padding: 22px 28px 32px;
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.section10 {
  padding: 42px 0;
}

.section10__title {
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section10__text1 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
}

.section10__text2 {
  margin-bottom: 11px;
}

.section10__text2-1 {
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 3.6rem;
}

.section10__text2-2 {
  margin-left: 8px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section10__img-box {
  flex-wrap: wrap;
  margin: 0 auto 29px;
}

.section10__img-wrap {
  width: 100%;
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 27px;
}

.section10__img-inner {
  max-width: 100%;
}

.section10__img {
  box-shadow: -12px 10px 0 #81ACD5;
}

.section10__content-wrap {
  width: 100%;
}

.section10__text3 {
  margin: 0 0 23px;
}

.section10__text3-1 {
  margin-bottom: 5px;
  padding: 5px 15px 4px 26px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section10__text3-2 {
  padding: 3px 7px 6px 27px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.section10__text4 {
  padding: 0 29px 0 30px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.section10__text4.mb {
  margin-bottom: 22px;
}

.section10__text5 {
  margin: 0 auto 15px;
}

.section10__text5-inner {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.section10__text5-inner::before {
  left: calc(100% + 5px);
  top: 25%;
}

.section10__text5-inner::after {
  right: calc(100% + 5px);
  top: 25%;
}

.section10__list-wrap {
  max-width: 318px;
}

.section10__list {
  flex-wrap: wrap;
  margin-left: -9x;
  margin-bottom: -10px;
}

.section10__item {
  width: calc(50% - 9px);
  margin-left: 9px;
  margin-bottom: 10px;
  box-shadow: none;
}

.section11 {
  padding: 0;
}

.section11__title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.section11__data-list {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.section11__data-list::before {
  display: none;
}

.section11__data-list > div {
  flex-wrap: wrap;
  padding: 12px 0 15px;
}

.section11__data-list > div:nth-child(even) {
  background-color: #EFEFEF;
}

.section11__data-list > div:not(:last-child) {
  margin-bottom: 0;
}

.section11__data-list>div:last-child {
  padding: 12px 0 44px;
}

.section11__data-list > div > dt {
  width: 100%;
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

.section11__data-list > div > dd {
  width: 100%;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

.footer {
  padding: 42px 15px 132px;
}

.footer__list {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer__item:nth-child(1) {
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0;
  text-align: center;
}

.footer__item:nth-child(1)::before {
  display: none;
}

.footer__item:nth-child(2) {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.footer__link {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer .section3__button-box {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

.footer .section3__button-item1 {
  width: 50%;
  margin-bottom: 0;
}

.footer .section3__button-item2 {
  width: 50%;
  margin-bottom: 0;
}

.footer .section3__button1 {
  height: 92px;
  background-size: 93px;
}

.footer .section3__button1-inner {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer .section3__button2 {
  height: 92px;
  background-size: 100px;
}

.footer .section3__button2-inner {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.page-link {
  top: -79px;
}
}


.p-legal__main {
  max-width: 956px;
  padding: 85px 15px;
  margin: 0 auto;
}

.p-legal__title {
  margin-bottom: 52px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.9rem;
  color: #00386D;
  text-align: center;
}

.p-legal__data-list {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.p-legal__data-list > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
}

.p-legal__data-list > div > dt {
  width: 238px;
  padding: 20px 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}

.p-legal__data-list > div > dd {
  width: calc(100% - 238px);
  padding: 20px 10px 20px 7.6%;
  font-size: 2rem;
  line-height: 3rem;
  border-left: 1px solid #000000;
}

.p-legal__list > li {
  position: relative;
  padding-left: 1em;
  line-height: 2.3rem;
}

.p-legal__list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


@media screen and (max-width: 767px) {
.p-legal__main {
  padding: 42px 15px;
}

.p-legal__title {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 4.1rem;
}

.p-legal__data-list > div {
  flex-wrap: wrap;
  padding: 8px 0 14px;
}

.p-legal__data-list > div > dt {
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-legal__data-list > div > dd {
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-left: none;
  text-align: center;
}

.p-legal__list {
  max-width: 290px;
  margin: 0 auto;
}

.p-legal__list > li {
  text-align: left;
}
}


.p-privacy__main {
  max-width: 977px;
  padding: 85px 15px;
  margin: 0 auto;
}

.p-privacy__title {
  margin-bottom: 53px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.9rem;
  color: #00386D;
  text-align: center;
}

.p-privacy__text1 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 3rem;
}

.p-privacy__list {
  margin-left: 1em;
  font-size: 2rem;
  line-height: 3rem;
  list-style: decimal;
}

.p-privacy__item:not(:last-child) {
  margin-bottom: 30px;
}

.p-privacy__item2 {
  margin-left: 1em;
  font-size: 2rem;
  line-height: 3rem;
  list-style: disc;
}

@media screen and (max-width: 767px) {
.p-privacy__main {
  padding: 42px 15px;
}

.p-privacy__title {
  margin-bottom: 42px;
  font-size: 2.8rem;
  line-height: 4.1rem;
}

.p-privacy__text1 {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-privacy__list {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-privacy__item:not(:last-child) {
  margin-bottom: 24px;
}

.p-privacy__item2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
}


.p-contact__main {
  max-width: 926px;
  padding: 85px 15px;
  margin: 0 auto;
}

.p-contact__title {
  margin-bottom: 53px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.9rem;
  color: #00386D;
  text-align: center;
}

.p-contact__text {
  margin-bottom: 33px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
}

.p-contact__box {
  display: flex;
  margin-bottom: 20px;
}

.p-contact__label {
  width: 233px;
  padding-right: 10px;
  padding-top: 13px;
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.p-contact__input-wrap {
  position: relative;
  width: calc(100% - 233px);
  padding-left: 87px;
}

.p-contact__required {
  position: absolute;
  left: 0;
  top: 11px;
  width: 72px;
  padding: 4px 0 3px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.4rem;
  text-align: center;
  color: #ffffff;
  background-color: #BD0000;
  border-radius: 3px;
}

.p-contact__input-wrap input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 7px 27px 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #00386D;
  background-color: #E9EDF3;
  border-radius: 3px;
}

.p-contact__input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 7px 27px 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #00386D;
  background-color: #E9EDF3;
  border-radius: 3px;
  background-image: url(../img/form1.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: right 20px center;
}

.p-contact__input-wrap textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 197px;
  padding: 7px 27px 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #00386D;
  background-color: #E9EDF3;
  border-radius: 3px;
}

.p-contact__button-wrap {
  max-width: 318px;
  margin: 54px auto 0;
}

.p-contact__button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px 10px 14px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
  background-color: #00386D;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s;
}

.p-contact__button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
.p-contact__main {
  padding: 42px 15px;
}

.p-contact__title {
  margin-bottom: 22px;
  font-size: 2.8rem;
  line-height: 4.1rem;
}

.p-contact__text {
  max-width: 308px;
  margin: 0 auto 34px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

.p-contact__box {
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.p-contact__label {
  width: 100%;
  margin-bottom: 1px;
  padding-right: 0;
  padding-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
}

.p-contact__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
}

.p-contact__required {
  position: unset;
  width: 41px;
  margin-right: 3px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.p-contact__input-wrap input {
  width: auto;
  flex-grow: 1;
  padding: 2px 11px 5px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-contact__input-wrap select {
  width: auto;
  flex-grow: 1;
  padding: 2px 11px 5px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-size: 23px;
  background-position: right 12px center;
}

.p-contact__input-wrap textarea {
  width: auto;
  flex-grow: 1;
  height: 133px;
  padding: 2px 11px 5px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-contact__button-wrap {
  margin: 20px auto 0;
}
}


.p-thanks__main {
  padding: 85px 15px 72px;
  text-align: center;
}

.p-thanks__title {
  margin-bottom: 76px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.8rem;
  color: #00386D;
}

.p-thanks__text1 {
  margin-bottom: 35px;
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.p-thanks__text2 {
  margin-bottom: 26px;
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.p-thanks__text3-link {
  display: inline-block;
  font-size: 4rem;
  line-height: 5.8rem;
  color: #00386D;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity 0.3s;
}

.p-thanks__text3-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
.p-thanks__main {
  padding: 42px 15px 35px;
}

.p-thanks__title {
  margin-bottom: 31px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #00386D;
}

.p-thanks__text1 {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-thanks__text2 {
  margin-bottom: 42px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
}
