@media screen and (max-width: 639px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 640px) {
  .sp-only {
    display: none !important;
  }
}

/*----------------------------------------
	キャンペーン追加
---------------------------------------- */
.MV__cta__offer{
  max-width: calc(700%/800*100);
  margin: calc(40%/800*100) auto 0;
}
.cta__offer__text{
  max-width: calc(700%/800*100);
  margin: calc(40%/800*100) auto 0;
  margin-top: 1em;
}
.cta__offer__text .title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  color: #666;
}
.cta__offer__text .list{
  margin-top: 0.5em;
}
.cta__offer__text .list li{
  margin-bottom: 0.5em;
  font-size: 3.25vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: left;
  color: #666;
}
.cta__offer__text .list li::before{
  content: '・';
  display: inline-block;
}
.cta__offer{
  margin: calc(50%/800*100) auto 0;
}
@media print, screen and (min-width: 640px) {
  .MV__cta__offer{
    max-width: 440px;
    margin: 40px auto 0;  
  }
  .cta__offer__text{
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .cta__offer__text .title{
    font-size: 1.6rem !important;
  }
  .cta__offer__text .list{
    margin-top: 0.5em;
  }
  .cta__offer__text .list li{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .cta__offer{
    margin: 30px auto 0;
  }
}
/* キャンペーン追加 ここまで*/

/*----------------------------------------
	MV.scss
---------------------------------------- */
.MV {
  padding-top: 18.25vw;
  z-index: 1;
}
.MV__inner {
  position: relative;
}
.MV__bg {
  height: auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.MV__item {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
.MV__item img {
  margin-top: 5vw;
}
.MV__award {
  height: auto;
  left: 6.5vw;
  position: absolute;
  top: 5.5vw;
  width: calc((220%/800)*100);
  z-index: 3;
}
.MV__catch {
  margin: -9.375vw auto 5vw;
  position: relative;
  width: 67.625%;
  z-index: 4;
}
.MV__cta__text1 {
  margin: 0 auto;
  width: 55%;
}
.MV__cta__item {
  margin: 2.5vw auto 2.5vw;
  width: 71.375%;
}
.MV__cta__button {
  margin: 0 auto;
  width: 80%;
}
.MV__cta__button a {
  background-color: #3166ad;
  border-radius: 10px;
  color: #fff;
  display: block;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  padding: 5.25vw 1.5vw 5.5vw 0;
  position: relative;
  width: 100%;
}
.MV__cta__button a:hover {
  background-color: #001388;
}
.MV__cta__button a:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 2.25vw;
  left: auto;
  margin: auto;
  position: absolute;
  right: 3.75vw;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 2.25vw;
  z-index: 1;
}

@media print, screen and (min-width: 640px) {
  .MV {
    padding-top: 73px;
  }
  .MV__bg {
    width: 100%;
  }
  .MV__item {
    width: 80%;
    margin: 0 auto;
  }
  .MV__item img {
    margin-top: -20px;
  }
  .MV__award {
    left: 60px;
    top: 45px;
    width: calc((160%/800)*100);
  }
  .MV__catch {
    margin: -50px auto 20px;
    width: 42.1875%;
  }
  .MV__cta__text1 {
    width: 34.375%;
  }
  .MV__cta__item {
    margin: 7px auto 15px;
    width: 44.53125%;
  }
  .MV__cta__button {
    width: 60%;
  }
  .MV__cta__button a {
    display: inline-block;
    font-size: 18px;
    padding: 21px 6px 22px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
  }
  .MV__cta__button a:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 9px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 9px;
    z-index: 1;
  }
}

/*----------------------------------------
	section1.scss
---------------------------------------- */
.Section1 {
  background-color: #edf1fa;
  margin-top: 10vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section1__catch {
  left: 50%;
  position: absolute;
  top: 11.25vw;
  transform: translateX(-50%);
  width: 90%;
  z-index: 1;
}
.Section1__nav {
  box-sizing: border-box;
  left: 50%;
  padding: 0 6.25vw;
  position: absolute;
  top: 97.5vw;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.Section1__nav ul {
  display: flex;
  gap: 0 4.25vw;
  justify-content: space-between;
}
.Section1__nav li {
  flex: 1;
}
.Section1__nav li a {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(26, 62, 138, 0.12);
  display: flex !important;
  display: inline-block;
  height: 25vw;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.Section1__nav li a:before {
  border-bottom: 1px solid #6a88b1;
  border-right: 1px solid #6a88b1;
  bottom: 0;
  content: "";
  height: 2.25vw;
  left: 50%;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 2.25vw;
  z-index: 1;
}
.Section1__nav li a::before {
  bottom: 2.5vw;
  top: unset;
  transform: rotate(45deg) translateX(-50%);
}
.Section1__nav li a:hover {
  box-shadow: 0px 4px 18px 0px rgba(26, 62, 138, 0.3);
}
.Section1__nav li img {
  margin: 0 auto 2.5vw;
}
.Section1__nav li:nth-child(1) img {
  width: 68.0952380952%;
}
.Section1__nav li:nth-child(2) img {
  width: 66.1904761905%;
}
.Section1__nav li:nth-child(3) img {
  width: 79.5238095238%;
}
@media print, screen and (min-width: 640px) {
  .Section1 {
    margin-top: 40px;
  }
  .Section1__catch {
    top: 45px;
    width: 56.25%;
  }
  .Section1__nav {
    padding: 0 25px;
    top: 460px;
  }
  .Section1__nav ul {
    gap: 0 17px;
    margin: 0 auto;
    max-width: 80%;
  }
  .Section1__nav li a {
    display: inline-block;
    height: 100px;
    position: relative;
    vertical-align: middle;
    width: 100%;
  }
  .Section1__nav li a:before {
    border-bottom: 1px solid #6a88b1;
    border-right: 1px solid #6a88b1;
    bottom: 0;
    content: "";
    height: 9px;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 9px;
    z-index: 1;
  }
  .Section1__nav li a::before {
    bottom: 12px;
    top: inherit;
  }
  .Section1__nav li img {
    margin: 0 auto 10px;
  }
  .Section1__nav li:nth-child(1) img {
    width: 55%;
  }
  .Section1__nav li:nth-child(2) img {
    width: 53.4615384615%;
  }
  .Section1__nav li:nth-child(3) img {
    width: 64.2307692308%;
  }
}

/*----------------------------------------
	section2.scss
---------------------------------------- */
.Section2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section2__inner1 {
  position: relative;
}
.Section2__bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Section2__contents {
  padding: 10vw 0 8.25vw;
  position: relative;
  z-index: 1;
}
.Section2__contents .title {
  font-size: 4.75vw;
  line-height: 1.5789473684;
}
.Section2__contents__point {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 3.75vw;
  margin: 5vw 0 0 6.25vw;
  width: 50%;
}
.Section2__contents__point .item {
  flex-shrink: 0;
  width: 45.9459459459%;
}
.Section2__inner2 {
  padding: 11.25vw 0;
}
.Section2__inner2__catch {
  color: #001388;
  font-size: 5.5vw;
}
.Section2__inner2__catch span {
  display: block;
  font-size: 5.5vw;
  line-height: 1.3636363636;
}
.Section2__inner2__catch span:first-child::after {
  background: url(../images/sec2_icon_plus.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15.5vw;
  margin: 3.75vw auto 3vw;
  width: 15.5vw;
}
.Section2__inner2__photo {
  padding: 6.25vw 6.25vw 0;
}
.Section2__inner2__text {
  font-size: 4vw;
  line-height: 1.875;
  margin-top: 6.25vw;
}
.Section2__inner3 .m-head--line span {
  width: 59.7142857143%;
}
@media print, screen and (min-width: 640px) {
  .Section2__contents {
    padding: 40px 0 72px;
  }
  .Section2__contents .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .Section2__contents__point {
    gap: 10px 15px;
    margin: 40px 0 0 80px;
    width: 50%;
  }
  .Section2__contents__point .item {
    width: 35.1351351351%;
  }
  .Section2__inner2 {
    padding: 45px 0;
  }
  .Section2__inner2__catch {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .Section2__inner2__catch span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .Section2__inner2__catch span:first-child::after {
    height: 62px;
    margin: 15px auto 12px;
    width: 62px;
  }
  .Section2__inner2__photo {
    margin: 0 auto;
    max-width: 80%;
    padding: 25px 25px 0;
  }
  .Section2__inner2__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 25px;
  }
  .Section2__inner3 .m-head--line span {
    width: 32.65625%;
  }
}

/*----------------------------------------
	section3.scss
---------------------------------------- */
.Section3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section3__inner1 {
  padding: 11.25vw 0;
  position: relative;
}
.Section3__inner1__catch {
  margin: 0 auto;
  width: 63.75%;
}
.Section3__inner1__figure {
  margin: 4.25vw auto 0;
}
.Section3__inner1__figure picture{
  display: block;
  width: 54.125%;
  margin: 0 auto;
}
.Section3__inner1__figure .m-text--notes{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.Section3__inner2 {
  background-color: #f8f8f8;
  padding: 11.25vw 6.25vw 15vw;
}
.Section3__inner2 .m-head--line {
  letter-spacing: -0.01em;
  margin-bottom: 10vw;
  white-space: nowrap;
}
.Section3__inner2 .m-slider {
  margin-bottom: 2.5vw;
}
@media print, screen and (min-width: 640px) {
  .Section3__inner1 {
    padding: 45px 0;
  }
  .Section3__inner1__catch {
    width: 46.71875%;
  }
  .Section3__inner1__figure {
    margin: 17px auto 0;
  }
  .Section3__inner1__figure picture{
    width: 35.46875%;
  }
  .Section3__inner2 {
    padding: 45px 25px 60px;
  }
  .Section3__inner2 .m-head--line {
    margin-bottom: 40px;
  }
  .Section3__inner2 .m-slider {
    margin-bottom: 10px;
  }
}

/*----------------------------------------
	section4.scss
---------------------------------------- */
.Section4 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section4__inner1 {
  padding: 10vw 0;
}
.Section4__inner1__catch {
  font-size: 4.75vw;
  line-height: 1.7894736842;
}
.Section4__inner2 {
  background-color: #f8f8f8;
  padding: 11.25vw 6.25vw;
}
.Section4__inner2.MeritList .m-head--line {
  margin-bottom: 10vw;
}
.Section4__inner2.MeritList .m-head--line span {
  display: block;
  margin: 0 auto;
  width: 63.1428571429%;
}
.Section4__inner2.MeritList .MeritList__contents {
  margin-top: 10vw;
}
.Section4__inner2.MeritList .MeritList__contents .item {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.375;
  list-style: none;
  text-align: left;
}
.Section4__inner2.MeritList .MeritList__contents .item + .item {
  margin-top: 5vw;
}
.Section4__inner2.MeritList .MeritList__contents sup {
  font-size: 3vw;
}
.Section4__inner2.MeritList .MeritList__contents .MeritTitle {
  align-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-size: 4.5vw;
  min-height: 21.25vw;
  padding: 5vw 8.75vw 5vw 5vw;
  position: relative;
}
.Section4__inner2.MeritList .MeritList__contents .MeritTitle p {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5625;
}
.Section4__inner2.MeritList .MeritList__contents .MeritTitle p span {
  color: #001388;
}
.Section4__inner2.MeritList .MeritList__contents .MeritTitle:after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 5.375vw;
  position: absolute;
  right: 3.75vw;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 300ms ease;
  width: 5.375vw;
}
.Section4__inner2.MeritList .MeritList__contents .MeritTitle.-open:after {
  background-image: url(../images/icon_minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
}
.Section4__inner2.MeritList .MeritList__contents .MeritContents {
  padding: 5vw 3.75vw;
}
.Section4__inner2.MeritList .MeritList__contents .title {
  color: #001388;
  font-size: 4.25vw;
  font-weight: 700;
  letter-spacing: 0;
  margin: 7.5vw 0 3.75vw;
  padding: 0 0 0 11.25vw;
  position: relative;
}
.Section4__inner2.MeritList .MeritList__contents .title:first-of-type {
  margin-top: 1.25vw;
}
.Section4__inner2.MeritList .MeritList__contents .title::after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Section4__inner2.MeritList .MeritList__contents .title.-calendar::after {
  background: url(../images/sec04_icon_calendar.svg) center center no-repeat;
  background-size: contain;
  height: 9.25vw;
  width: 8.5vw;
}
.Section4__inner2.MeritList .MeritList__contents .title.-cart::after {
  background: url(../images/sec04_icon_cart.svg) center center no-repeat;
  background-size: contain;
  height: 8.5vw;
  width: 8.75vw;
}
.Section4__inner2.MeritList .MeritList__contents .title.-mail::after {
  background: url(../images/sec04_icon_mail.svg) center center no-repeat;
  background-size: contain;
  height: 6.5vw;
  width: 8.75vw;
}
.Section4__inner2.MeritList .MeritList__contents .title.-suspend::after {
  background: url(../images/sec04_icon_suspend.svg) center center no-repeat;
  background-size: contain;
  height: 6.5vw;
  width: 8.75vw;
}
.Section4__inner3 .m-head--line span {
  width: 74.5714285714%;
}
@media print, screen and (min-width: 640px) {
  .Section4__inner1 {
    padding: 40px 0;
  }
  .Section4__inner1__catch {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .Section4__inner2 {
    padding: 45px 25px;
  }
  .Section4__inner2.MeritList .m-head--line {
    margin-bottom: 40px;
  }
  .Section4__inner2.MeritList .m-head--line span {
    width: 34.53125%;
  }
  .Section4__inner2.MeritList .MeritList__contents {
    margin-top: 40px;
  }
  .Section4__inner2.MeritList .MeritList__contents .item + .item {
    margin-top: 20px;
  }
  .Section4__inner2.MeritList .MeritList__contents sup {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .Section4__inner2.MeritList .MeritList__contents .MeritTitle {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 85px;
    padding: 20px 35px 20px 20px;
  }
  .Section4__inner2.MeritList .MeritList__contents .MeritTitle:after {
    height: 21px;
    right: 15px;
    width: 21px;
  }
  .Section4__inner2.MeritList .MeritList__contents .MeritContents {
    padding: 20px 15px;
  }
  .Section4__inner2.MeritList .MeritList__contents .title {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 30px 0 15px;
    padding: 0 0 0 45px;
    position: relative;
  }
  .Section4__inner2.MeritList .MeritList__contents .title:first-of-type {
    margin-top: 5px;
  }
  .Section4__inner2.MeritList .MeritList__contents .title.-calendar::after {
    height: 37px;
    width: 34px;
  }
  .Section4__inner2.MeritList .MeritList__contents .title.-cart::after {
    height: 34px;
    width: 35px;
  }
  .Section4__inner2.MeritList .MeritList__contents .title.-mail::after {
    height: 26px;
    width: 35px;
  }
  .Section4__inner2.MeritList .MeritList__contents .title.-suspend::after {
    height: 26px;
    width: 35px;
  }
  .Section4__inner3 .m-head--line span {
    width: 40.78125%;
  }
}

/*----------------------------------------
	section5.scss
---------------------------------------- */
.Section5 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section5__head {
  align-items: center;
  background-color: #001388;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 5.5vw;
  height: 31.25vw;
  justify-content: center;
  line-height: 1.3636363636;
}
.Section5__head span {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
.Section5__head .kerning {
  letter-spacing: 0;
}
.Section5__inner1 {
  background-color: #f8f8f8;
  padding: 11.25vw 6.25vw;
}
.Section5__inner1__point {
  display: flex;
  gap: 0 2.5vw;
  justify-content: space-between;
}
.Section5__inner1__point .item {
  flex: 1;
}
.Section5__inner1__cta .title {
  font-size: 4.75vw;
  letter-spacing: -0.02em;
  margin: 6.25vw 0 3.125vw;
  white-space: nowrap;
}
.Section5__inner1__cta .title span {
  font-size: 3.25vw;
}
.Section5__inner1__cta .price img {
  width: 95.7142857143%;
}
.Section5__inner1__cta .button {
  margin: 7.5vw auto 0;
  width: 91.4285714286%;
}
.Section5__inner1__cta .button a {
  background-color: #3166ad;
  border-radius: 10px;
  color: #fff;
  display: block;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  padding: 5.25vw 1.5vw 5.5vw 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.Section5__inner1__cta .button a:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 2.25vw;
  left: auto;
  margin: auto;
  position: absolute;
  right: 3.75vw;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 2.25vw;
  z-index: 1;
}
.Section5__inner1__cta .link {
  margin: 5vw auto 0;
}
.Section5__inner1__cta .link a {
  color: #001388;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding-right: 1.625vw;
  padding-bottom: 1px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px #001388 solid;
}
.Section5__inner1__cta .link a span {
  font-size: 2.75vw;
  font-weight: 500;
}
.Section5__inner1__cta .link a::after {
  background: url(../images/sec5_icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.5vw;
  position: absolute;
  right: -3.5vw;
  top: 50%;
  transform: translateY(-36%);
  width: 3.5vw;
}

@media print, screen and (min-width: 640px) {
  .Section5__head {
    font-size: 22px;
    font-size: 2.2rem;
    height: 125px;
  }
  .Section5__inner1 {
    padding: 45px 25px;
  }
  .Section5__inner1__point {
    gap: 0 10px;
    margin: 0 auto;
    max-width: 80%;
  }
  .Section5__inner1__cta .title {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 25px 0 12px;
  }
  .Section5__inner1__cta .title span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Section5__inner1__cta .price img {
    width: 80%;
  }
  .Section5__inner1__cta .button {
    margin: 30px auto 0;
    width: 80%;
  }
  .Section5__inner1__cta .button a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 21px 6px 22px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
  }
  .Section5__inner1__cta .button a:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 9px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 9px;
    z-index: 1;
  }
  .Section5__inner1__cta .link {
    margin: 20px auto 0;
  }
  .Section5__inner1__cta .link a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 6px;
  }
  .Section5__inner1__cta .link a span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .Section5__inner1__cta .link a::after {
    height: 14px;
    right: -14px;
    width: 14px;
  }
}

/*----------------------------------------
	section6.scss
---------------------------------------- */
.Section6 {
  border-top: 1.25vw #001388 solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section6__text {
  left: 0;
  padding: 0 6.25vw;
  position: absolute;
  top: 10vw;
}
.Section6__text .head {
  color: #001388;
  font-size: 5.5vw;
  margin-bottom: 5vw;
  text-align: left;
  font-weight: 500;
  text-shadow: 0px 0px 6px white;
}
.Section6__text .m-text {
  color: #000;
  line-height: 1.5;
  text-shadow: 0px 0px 6px white;
}
.Section6__text .m-text:first-of-type {
  width: 68%;
}
.Section6__text .m-text + .m-text {
  margin-top: 3.75vw;
}
.Section6__contact {
  background-color: #fff;
  border: 1px #001388 solid;
  margin-top: 5vw;
  padding: 5vw 5vw 4.25vw;
}
.Section6__contact .contact__head {
  color: #001388;
  font-size: 4.5vw;
  text-align: center;
}
.Section6__contact .contact__number {
  color: #001388;
  display: inline-block;
  font-size: 8.75vw;
  font-weight: 700;
  padding: 1.25vw 0 1.25vw 7.5vw;
  position: relative;
}
.Section6__contact .contact__number::before {
  background: url("../images/icon_tel.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7.125vw;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 5.75vw;
}
.Section6__contact .contact__open {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3vw;
}
@media print, screen and (min-width: 640px) {
  .Section6 {
    border-top: 5px #001388 solid;
  }
  .Section6__text {
    padding: 0 25px;
    top: 40px;
  }
  .Section6__text .head {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .Section6__text .m-text:first-of-type {
    width: 62%;
  }
  .Section6__text .m-text:last-of-type {
    width: 62%;
  }
  .Section6__text .m-text + .m-text {
    margin-top: 15px;
  }
  .Section6__contact {
    margin-top: 20px;
    padding: 20px 20px 17px;
  }
  .Section6__contact .contact__head {
    font-size: 18px;
  }
  .Section6__contact .contact__number {
    font-size: 35px;
    padding: 5px 0 5px 30px;
  }
  .Section6__contact .contact__number::before {
    height: 26px;
    width: 23px;
  }
  .Section6__contact .contact__open {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	section7.scss
---------------------------------------- */
.Section7 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Section7__inner {
  padding: 11.25vw 6.25vw;
}
.Section7 .line_link {
  margin-top: 12.5%;
}
@media print, screen and (min-width: 640px) {
  .Section7__inner {
    padding: 45px 25px 0;
  }
  .Section7 .line_link {
    margin: 12.5% 6.25%;
  }
}

.pt_1000 {
  width: 85.937vw;
  margin: 5.937vw auto;
  border: 0.312vw solid #001388;
}
.pt_1000_list_wrap {
  margin-top: 5.937vw;
  color: #777777;
  font-family: "Noto Sans JP", sans-serif;
}
.pt_1000_list_ttl {
  font-size: 3.750vw;
  margin-bottom: 2.343vw;
}
.pt_1000_list {
  width: 85.937vw;
  margin: 0 auto;
}
.pt_1000_list_item {
  font-size: 2.968vw;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.55;
  font-feature-settings: normal;
}
@media print, screen and (min-width: 640px) {
  .pt_1000 {
    width: 550px;
    margin: 38px auto 38px;
    border: 2px solid #001388;
  }
  .pt_1000_list_wrap {
    margin-top: 38px;
  }
  .pt_1000_list_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .pt_1000_list {
    width: 550px;
  }
  .pt_1000_list_item {
    font-size: 19px;
  }
}