@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
picture {
  line-height: 0;
  font-size: 0;
}


#entry header,
#sidebar1,
.article-footer,
.toc {
  display: none !important;
}

#main,
#content,
#inner-content,
.entry-content,
#entry {
  padding: 0;
  margin: 0;
  width: 100% !important;
  display: block;
  border-radius: 0;
  line-height: normal;
}

.entry-content :where(ul:not([class])),
.entry-content :where(ol:not([class])) {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content p {
  margin: 0;
  line-height: normal;
}

.entry-content h3,
.entry-content h4 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
}

.single #content,
.page #content {
  margin-top: 0;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100vh;
  color: #333333;
  font-family: "Noto Sans JP", "yu-gothic-pr6n", "kozuka-gothic-pro", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6;
  min-width: 320px;
}
@media screen and (max-width: 1048px) {
  body {
    font-size: 2.195vw;
  }
}
@media screen and (max-width: 766px) {
  body {
    font-size: max(3.003vw, 14px);
  }
}

.page-lp {
  color: #333333;
  font-family: "Noto Sans JP", "yu-gothic-pr6n", "kozuka-gothic-pro", sans-serif;
  font-size: 23px;
  font-weight: 400;
}
.page-lp h2,
.page-lp h3,
.page-lp p {
  line-height: 1.6;
}
@media screen and (max-width: 1048px) {
  .page-lp {
    font-size: 2.195vw;
  }
}
@media screen and (max-width: 766px) {
  .page-lp {
    font-size: max(3.003vw, 14px);
  }
}



.button {
  text-align: center;
  margin: 0 auto;
  background: #ff7e00;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 2px 10px 14px rgba(0, 0, 0, 0.253);
          box-shadow: 2px 10px 14px rgba(0, 0, 0, 0.253);
  width: 100%;
  max-width: 78.329vw;
  border-radius: 4px;
  width: 530px;
  height: 130px;
  line-height: 130px;
  font-size: 46px;
  border-radius: 6px;
  margin-top: 100px;
}
@media screen and (max-width: 1048px) {
  .button {
    width: 50.573vw;
    height: 12.405vw;
    line-height: 12.405vw;
    font-size: 4.389vw;
    border-radius: 0.573vw;
    margin-top: 9.542vw;
  }
}
@media screen and (max-width: 766px) {
  .button {
    width:  69.191vw;
    height: 16.971vw;
    line-height: 16.971vw;
    font-size: 6.005vw;  
    margin-top: 13.055vw;
  }
}
.button::before {
  content: "";
  background: #fff;
  width: 99%;
  margin: 0 auto;
  height: 6px;
  position: absolute;
  top: 11%;
  left: 50%;
  -webkit-filter: blur(5px);
  filter: blur(6px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button::after {
  content: "";
  background: url(https://minpakustay.jp/wp-content/uploads/btn-arrow.svg) no-repeat center center/contain;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 1048px) {
  .button::after {
    height: 2.481vw;
    width: 2.481vw;
    right: 1.908vw;
  }
}
@media screen and (max-width: 766px) {
  .button::after {
    height: 3.394vw;
    width: 3.394vw;
    right: 2.35vw;
  }
}
.button span {
  /*font-size: .8em;*/
}
.section-title-img {
  width: 480px;
  margin: 0 auto 50px !important;
}
@media screen and (max-width: 766px) {
  .section-title-img {
    width: 45%;
    min-width: 150px;
  }
}

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

.index-2 {
  position: relative;
  z-index: 2;
}

.index-3 {
  position: relative;
  z-index: 3;
}

.index-4 {
  position: relative;
  z-index: 4;
}

.index-5 {
  position: relative;
  z-index: 5;
}

.index-6 {
  position: relative;
  z-index: 6;
}
.index-7 {
  position: relative;
  z-index: 7;
}

.index-8 {
  position: relative;
  z-index: 8;
}

span.marker {
  background: #ffec0a;
}

.top {
  background-color: #0c004a;
  text-align: center;
  width: 100vw;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  .top {
    padding: 0.653vw 0;
  }
}
.top h1 {
  font-size: 45px;
}
@media screen and (max-width: 1048px) {
  .top h1 {
    font-size: 4.439vw;
  }
}
@media screen and (max-width: 766px) {
  .top h1 {
    font-size: 4.439vw;
  }
}
.top .text-yellow {
  color: #ffcb00;
}
.top .text-small {
  font-size: .7em;
}
.inner_lp {
    max-width: 1048px;
    margin: 0 auto;
    padding: 100px 24px;
}
.fv {
  background: url(https://minpakustay.jp/wp-content/uploads/fv-bg-1-2.jpg) no-repeat center center/cover;
  text-align: center;
}
.fv .inner {
  padding: 0;
}
a.button:hover {
    color: #fff;
}

.sec-1 {
  padding: 60px 0 150px;
  background: url(https://minpakustay.jp/wp-content/uploads/sec1-bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 766px) {
  .sec-1 {
    padding: 11.749vw 0 13.055vw;
  }
}
.sec-1 h2 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
}
@media screen and (max-width: 1048px) {
  .sec-1 h2 {
    font-size: 5.725vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-1 h2 {
    font-size: 5.222vw;
    margin-right: 23%;
    position: relative;
    line-height: 1.32;
  }
}
.sec-1 h2 .text-yellow {
  color: #ffec0a;
}
@media screen and (max-width: 766px) {
  .sec-1 h2 .text-yellow {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 766px) {
  .sec-1 h2 .text-under {
    position: relative;
    padding-bottom: 0.392vw;
    margin-bottom: 1.305vw;
    font-size: .7em;
  }
}
@media screen and (max-width: 766px) {
  .sec-1 h2 .text-under::after {
    content: "";
    background: url(https://minpakustay.jp/wp-content/uploads/sec-1-arrow.svg) no-repeat center center/contain;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 766px) {
  .sec-1 .sec-1-h2-wrap {
    position: relative;
    margin: auto;
    padding: 0 9.138vw;
  }
  .sec-1 .sec-1-fukidshi-wrap {
    position: relative;
  }
}
.sec-1 .sec-1-fukidashi {
  width: 78.33%;
  left: 43%;
  top: 21%;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 766px) {
  .sec-1 .sec-1-fukidashi {
    width: 65.274vw;
    left: 0;
    top: -4.527vw;;
  }
}
@media screen and (max-width: 766px) {
  .sec-1 .sec-1-img-sp {
    width: 23.499vw;
    position: absolute;
    top: -10px;
    right: 9.138vw;
    min-width: 100px;
  }
}
.sec-1 .sec-1-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1048px) {
  .sec-1 .sec-1-items {
    padding: 0 2.29vw;
  }
}
.sec-1 .sec-1-items_inner {
  background: rgb(222, 222, 222);
  margin: 55px 120px 0 0;
  padding: 20px 40px 20px 40px;
  border-radius: 22px;
}
@media screen and (max-width: 1048px) {
  .sec-1 .sec-1-items_inner {
    margin: 5.248vw 11.45vw 0 0;
    padding: 1.908vw 3.817vw 1.908vw 3.817vw;
    border-radius: 2.099vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-1 .sec-1-items_inner {
    margin: 0;
    padding: 2em 1em 2em 3em;
    border-radius: 0;
    width: 100%;
  }
}
.sec-1 ul {
  z-index: 1;
  position: relative;
  border: none;
  padding: 0;
}
.sec-1 li {
  position: relative;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 10px;
}
.sec-1 li:last-child {
  margin-bottom: 0;
}
.sec-1 li::before, .sec-1 li::after {
  content: "";
  position: absolute;
  top: .8em;
  left: -3%;
  width: 12px;
  height: 3px;
  vertical-align: middle;
  display: inline-block;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .sec-1 li::before, .sec-1 li::after {
    top: .7em;
  }
}
.sec-1 li::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-1 li::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sec-1 li span {
  background: #ffec0a;
}
.sec-1 .sec-1-img {
  width: 280px;
  position: absolute;
  top: 22%;
  right: 0;
}
@media screen and (max-width: 1048px) {
  .sec-1 .sec-1-img {
    width: 26.718vw;
  }
}

.sec-2::before {
  content: "";
  background: url(https://minpakustay.jp/wp-content/uploads/sec2-bg.png) no-repeat center center/cover;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 116%;
  top: -16%;
}
@media screen and (max-width: 766px) {
  .sec-2::before {
    height: 111%;
    top: -11%;
  }
}
.sec-2 .sec-2-item {
    color: #fff;
    text-align: center;
}
.sec-2 h2 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: flex;
  margin: 0px auto;
  line-height: 0.8;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  gap: 0.4em;
  line-height: 1.3;
  letter-spacing: .01em;
}
@media screen and (max-width: 1048px) {
  .sec-2 h2 {
    font-size: 5.725vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 h2 {
    font-size:  9.791vw;
  }
}
.sec-2 h2 .text-small {
  font-size: .9em;
}
@media screen and (max-width: 766px) {
  .sec-2 h2 .text-small-sp1 {
    font-size:  5.222vw;;
  }
}
.sec-2 h2::before, .sec-2 h2::after {
  content: "";
  height: 2em;
}
.sec-2 h2::before {
  border-left: 8px #000 dotted;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media screen and (max-width: 766px) {
  .sec-2 h2::before {
    border-left: 5px #000 dotted;
    height: 22.846vw;
  }
}
.sec-2 h2::after {
  border-right: 8px #000 dotted;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media screen and (max-width: 766px) {
  .sec-2 h2::after {
    border-right: 5px #000 dotted;
    height: 22.846vw;
  }
}
.sec-2 h3 {
  font-size: 35px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1048px) {
  .sec-2 h3 {
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 h3 {
    font-size: 3.916vw;
    margin-top: 3.264vw;
  }
}
.sec-2 h3 .text-small {
  font-size: .8em;
}
.sec-2 h3 .text-red {
  color: #b01c24;
}
.sec-2 .sec-2-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    margin-top: 35px;
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-items {
    gap: 3.916vw;
    margin-top: 3.916vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-2 .sec-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-basis: 25%;
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item:last-child .sec-2-item-body {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item {
    flex-basis: 44vw;
    margin: 0;
  }
}
.sec-2 .sec-2-item h4 {
  font-size: 23px;
  letter-spacing: 0.08em;
  background: #1b1464;
  display: inline;
  border-radius: 12px 12px 0 0;
  width: 100%;
  padding: .3em 0;
}
@media screen and (max-width: 1048px) {
  .sec-2 .sec-2-item h4 {
    font-size: 2.195vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item h4 {
    font-size: max(3.003vw, 14px);
    padding: .3em;
    letter-spacing: .1em;
  }
}
.sec-2 .sec-2-item-body {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item-body {
    padding: 3.394vw;
  }
}
.sec-2 .sec-2-item-body p {
  padding: 10px;
  font-weight: bold;
}
.sec-2 .sec-2-item-body p:nth-child(1) {
  color: #000;
  font-size: 20px;
  padding: 10px 0px 15px;
}
@media screen and (max-width: 1048px) {
  .sec-2 .sec-2-item-body p:nth-child(1) {
    font-size: 1.908vw;
    padding: 0.954vw 0px 1.431vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item-body p:nth-child(1) {
    font-size: max(3.394vw, 14px);
  }
}
.sec-2 .sec-2-item-body p.base-plan {
  font-size: 21px;
  border-radius: 5px;
  background: #1b1464;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1048px) {
  .sec-2 .sec-2-item-body p.base-plan {
    font-size: 2.004vw;
    border-radius: 0.477vw;
    margin-bottom: 2.863vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item-body p.base-plan {
    font-size: max(3.133vw, 14px);
    padding: .2em;
    margin-bottom: 5.222vw;
  }
}
.sec-2 .sec-2-item-body p.case-opt {
  border-radius: 5px;
  background: #22a3db;
  font-size: 21px;
}
@media screen and (max-width: 1048px) {
  .sec-2 .sec-2-item-body p.case-opt {
    border-radius: 0.477vw;
    font-size: 2.004vw;
  }  
}
.sec-2 .sec-2-item-body p.case-opt .text-small {
  font-size: .8em;
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item-body p.case-opt {
    font-size: max(3.394vw, 14px);
    padding: .2em;
  }
}
.sec-2 .sec-2-item-img {
  margin: auto;
  margin-bottom: 20px;
}
.sec-2 .sec-2-item-img img {
  height: 100px;
}
@media screen and (max-width: 766px) {
  .sec-2 .sec-2-item-img img {
    height: 23.499vw;
    width: 100%;
    object-fit: contain;
  }
}
.sec-2 .plus {
  position: relative;
}
.sec-2 .plus::before, .sec-2 .plus::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  background-color: #000;
}
@media screen and (max-width: 1048px) {
  .sec-2 .plus::before, .sec-2 .plus::after {
    bottom: -1.527vw;
    width: 1.145vw;
    height: 0.191vw;  
  }
}
@media screen and (max-width: 766px) {
  .sec-2 .plus::before, .sec-2 .plus::after {
    bottom: -2.872vw;
    width: 2.611vw;
    height: 0.392vw;
  }
}
.sec-2 .plus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec-3 {
  background: #cbe1ff;
}
.sec-3 h2 {
  position: relative;
  padding: 1em;
  border-radius: 100vh;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 53px;
  text-align: center;
  filter: drop-shadow(0px 8px 0px #cfcfcf);
}
@media screen and (max-width: 1048px) {
  .sec-3 h2 {
    font-size: 5.057vw;
    filter: drop-shadow(0px 0.763vw 0px #cfcfcf);
  }
}
@media screen and (max-width: 766px) {
  .sec-3 h2 {
    font-size: 8.355vw;
    border-radius: 3.916vw;
    line-height: 1.3;
    filter: drop-shadow(0px 1.044vw 0px #cfcfcf);
  }
}
.sec-3 h2 span {
  font-size: .9em;
}
@media screen and (max-width: 766px) {
  .sec-3 h2 span {
    font-size: .7em;
  }
}
.sec-3 h2::before {
  position: absolute;
  top: 99%;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0% 57%, 0 0, 56% 0);
  content: "";
  width: 120px;
  height: 35px;
}
@media screen and (max-width: 766px) {
  .sec-3 h2::before {
    left: 50%;
    width: 11.749vw;
    height: 3.525vw;
    clip-path: polygon(0% 100%, 0 0, 36% 0);
  }
}
.sec-3 .sec-3-items {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    gap: 60px 0;
}
@media screen and (max-width: 766px) {
  .sec-3 .sec-3-items {
    margin-top: 9.791vw;
    gap: 7.833vw 0;
  }
}
.sec-3 .sec-3-item {
  width: calc(20% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766px) {
  .sec-3 .sec-3-item {
    width: 50%;
  }
}
.sec-3 .sec-3-item-img {
  max-width: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 1048px) {
  .sec-3 .sec-3-item-img {
    max-width: 11.737vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-3 .sec-3-item-img {
    max-width: 26.11vw;
  }
}
.sec-3 p {
  font-size: 19px;
  text-align: center;
  margin-top: 10px;
  color: #1b1464;
  font-weight: bold;					
}
@media screen and (max-width: 1048px) {
  .sec-3 p {
    font-size: 1.813vw;
    margin-top: 0.954vw;
    }
}
@media screen and (max-width: 766px) {
  .sec-3 p {
    font-size: 4.569vw;
  }
}

.sec-4 {
  background: #ffffe2;
}
.sec-4 h2 {
  font-size: 54px;
  text-align: center;
  background: #1b1464;
  color: #fff;
  position: relative;
  letter-spacing: .1em;
  padding: 0 .5em .5em;
  line-height: 1.5;
}
@media screen and (max-width: 1048px) {
  .sec-4 h2 {
    font-size: 5.153vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-4 h2 {
    line-height: 1.3;
    padding: 2.611vw 0;
    font-size: 5.222vw;
  }
}
.sec-4 h2::before {
  position: absolute;
  top: 107%;
  left: 50%;
  background: url(https://minpakustay.jp/wp-content/uploads/sec-4-icon.svg) no-repeat center center/cover;
  content: "";
  width: 59px;
  height: 42px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 766px) {
  .sec-4 h2::before {
    width: 54px;
    height: 38px;
    top: 108%;
  }
}
.sec-4 h2 .text-small {
  font-size: .7em;
}
@media screen and (max-width: 766px) {
  .sec-4 h2 .text-small {
    font-size: 3.525vw;
  }
}
.sec-4 h2 .text-color {
  color: #ffff8c;
  font-size: 110px;
}
@media screen and (max-width: 1048px) {
  .sec-4 h2 .text-color {
    font-size: 10.496vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-4 h2 .text-color {
    font-size: 8.355vw;
  }
}
.sec-4 h2 .text-color .text-large {
  font-size: 131px;
}
@media screen and (max-width: 1048px) {
  .sec-4 h2 .text-color .text-large {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-4 h2 .text-color .text-large {
    font-size: 8.355vw;
  }
}
.sec-4 h2 .text-color .text-small {
  font-size: .7em;
}
@media screen and (max-width: 766px) {
  .sec-4 h2 .text-color .text-small {
    font-size: 3.916vw;
  }
}
.sec-4-item-wrap {
  text-align: left;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .sec-4-item-wrap {
    flex-direction: column-reverse;
    padding: 2em 0 0;
    gap: 1em;
   }
}
.sec-4-items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 766px) {
  .sec-4-items {
    gap: 6.527vw;
  }
}
.sec-4-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.35);
  padding: 1em 1.5em 2em;
}
.sec-4 .sec-4-item-title {
  font-size: 32px;
  font-weight: bold;
  padding-left: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .sec-4 .sec-4-item-title {
    font-size: 5.875vw;
    padding-left: 19.277vw;
  }
}
.sec-4-item-label {
  position: absolute;
  width: 160px;
  height: 0;
  background: #1b1464;
  color: #ffff8c;
  font-size: 41px;
  text-align: center;
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 766px) {
  .sec-4-item-label {
    width: 14.36vw;
    font-size: 3.916vw;
    left: 1em;
  	top: -1.958vw;
  }
}
.sec-4-item-label::before,
.sec-4-item-label::after {
  content: "";
  position: absolute;
}

.sec-4-item-label::before {
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #120e43;
}
.sec-4-item-label::after {
  top: 0;
  left: 0;
  display: block;
  height: 2em;
  clip-path: polygon(100% 0, 100% 100%, 50% 84%, 0 100%, 0 0);
  background-color: #1b1464;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .sec-4-item-label::before {
    height: 1.958vw;
    width: 1.958vw;
    right:  -1.958vw;
    border-width: 1.958vw; 
  }
  .sec-4-item-label::after {
    height: 16.971vw;
  }
}
.sec-4-item-label > span {
  position: relative;
  z-index: 1;
}
.sec-4-item-label span.text-large {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .sec-4-item-label span.text-large {
    font-size: 1.6em;
  }
}
.sec-4-item-text {
  z-index: 1;
  flex-basis: 66%;
}
.sec-4-item-img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.sec-4-item-img img {
  height: 100%;
}
@media screen and (max-width: 766px) {
  .sec-4-item-img {
    position: relative;
    height: auto;
  }
  .sec-4-item-img img {
    height: auto;
  }  
}

.sec-5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(186, 204, 255)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(75%), to(rgb(186, 204, 255)));
  background-image: linear-gradient(0deg, rgb(186, 204, 255), rgba(255, 255, 255, 0) 25%, 75%, rgb(186, 204, 255));
}
.sec-5 h2 {
  text-align: center;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.3;
  gap: .5em;
}
@media screen and (max-width: 1048px) {
  .sec-5 h2 {
    font-size: 3.817vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-5 h2 {
    font-size: 7.18vw;
  }
}
.sec-5 h2::before, .sec-5 h2::after {
  content: "";
  height: 100px;
}
@media screen and (max-width: 766px) {
  .sec-5 h2::before, .sec-5 h2::after {
    height: 13.055vw;
  }
}
.sec-5 h2::before {
  border-left: 8px #096db4 dotted;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 766px) {
  .sec-5 h2::before {
    border-left: 1.044vw #096db4 dotted;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.sec-5 h2::after {
  border-right: 8px #096db4 dotted;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 766px) {
  .sec-5 h2::after {
    border-right: 1.044vw #096db4 dotted;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.sec-5 h2 span.tl {
  font-size: 85px;
  color: #096db4;
  position: relative;
}
@media screen and (max-width: 1048px) {
  .sec-5 h2 span.tl {
    font-size: 8.111vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-5 h2 span.tl {
    font-size: 13.055vw;
  }
}
.sec-5 .sec-5-items {
  margin: 60px 0 0;
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-items {
    margin: 5.725vw 0 0;
  }
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-items {
    margin: 7.833vw auto 0;
  }
}
.sec-5 .sec-5-item {
  padding: 0px 12px 0px;
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-item {
    font-size: 3.786vw;
    padding: 5.222vw 0;
  }
}
.sec-5 .sec-5-item:nth-child(2) {
  border-top: 8px #096db4 dotted;
  border-bottom: 8px #096db4 dotted;  
  margin: 70px 0 50px;
  padding: 40px 12px 30px;
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-item:nth-child(2) {
    border-top: 1.044vw #096db4 dotted;
    border-bottom: 1.044vw #096db4 dotted;
    margin: 0;
    padding: 5.222vw 0;
  }
}
.sec-5 .sec-5-item:last-child {
  padding: 0;
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-item:last-child {
    padding: 5.222vw 0 0;
  }
}
@media screen and (min-width: 767px) {
  .sec-5 .sec-5-item-img img {
    width: 19.37vw;
    height: 19.37vw;
  }
  .sec-5 .sec-5-item:nth-child(1) .sec-5-item-img {
    margin: 0 3.817vw 1.431vw 0;
    float: left;
  }
  .sec-5 .sec-5-item:nth-child(2) .sec-5-item-img {
    float: right;
    margin: 0 0px 1.431vw 3.817vw;
  }
  .sec-5 .sec-5-item:nth-child(3) .sec-5-item-img {
    float: left;
    margin: 0 3.817vw 1.431vw 0;
  }
  .sec-5 .sec-5-item-img {
    text-align: center;
  }
}
@media screen and (min-width: 1048px) {
  .sec-5 .sec-5-item-img img {
    width: 203px;
    height: 203px;
    display: block;
    margin: 0 auto;
  }
  .sec-5 .sec-5-item:nth-child(1) .sec-5-item-img {
    margin: 0 40px 15px 0;
  }
  .sec-5 .sec-5-item:nth-child(2) .sec-5-item-img {
    margin: 0 0px 15px 40px;
  }
  .sec-5 .sec-5-item:nth-child(3) .sec-5-item-img {
    margin: 0 40px 15px 0;
  }
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-item-img {
    text-align: center;
    margin-bottom: 5.222vw;
  }
  .sec-5 .sec-5-item-img img {
    margin-bottom: 1em;
  }
}
.sec-5 .sec-5-item-title {
  font-size: 31px;
  color: #096db4;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1048px) {
  .sec-5 .sec-5-item-title {
    font-size: 2.958vw;
    margin-bottom: 1.908vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-5 .sec-5-item-title {
    text-align: center;
    margin-bottom: 4.569vw;
    font-size: 4.961vw;
  }
}
.sec-5 .float_none {
  clear: both;
}


.sec-6 {
  background: url(https://minpakustay.jp/wp-content/uploads/message-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 766px) {
  .sec-6 {
    background: url(https://minpakustay.jp/wp-content/uploads/message-bg-sp.png) no-repeat center center/cover;
  }
}
.sec-6 .sec-6-head {
  position: relative;
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-head {
    margin: 0 1em;
  }
}
.sec-6-head-img {
  max-width: 800px;
  margin-left: auto;
}
.sec-6 .sec-6-head-title {
  position: absolute;
  left: 0;
  top: -52px;
  font-size: 35px;
  letter-spacing: -0.02em;
  color: #fff;
  background: rgba(27, 20, 100, 0.79);
  padding: 30px 50px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  z-index: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1048px) {
  .sec-6 .sec-6-head-title {
    top: -4.962vw;
    font-size: 3.34vw;
    padding: 2.863vw 4.771vw;
   }
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-head-title {
    top: auto;
    bottom: -20.888vw;
    right: 0;
    font-size: 3.916vw;
    padding: 1em;
    text-align: center;
    margin-left: 13.055vw;
  }
}
.sec-6 .sec-6-head-title::after {
  content: "";
  position: absolute;
  background: rgba(27, 20, 100, 0.79);
  width: 188px;
  height: 90px;
  bottom: -25px;
  left: -125px;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-head-title::after {
    width: 26.762vw;
    height: 13.055vw;
    top: -9.138vw;
    left: -16.188vw;
  }
}
.sec-6 .sec-6-head-title span.text-small {
  font-size: .7em;
}
.sec-6 .sec-6-head-title span.text-large {
  font-size: 2.4em;
  letter-spacing: -0.08em;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-head-title span {
    font-size: 4.178vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-head-img {
    overflow: hidden;
  }
  .sec-6 .sec-6-head-img img {
    transform: scale(1.2);
    transform-origin: center -2.611vw;
  }
}
.sec-6 .sec-6-text {
  margin: 75px 0 100px;
  background: #fff;
  padding: 2em;
}
.sec-6 .sec-6-text p {
  line-height: 1.652173913;
  color: #333;
}
@media screen and (max-width: 1048px) {
  .sec-6 .sec-6-text {
    margin: 7.156vw 0 9.542vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-6 .sec-6-text {
    padding: 1em;
    font-size: 3.655vw;
    margin: 29.373vw auto 0;
  }
}

.sec-7 {
  background: #b9d9ff;
}
.sec-7 h2 {
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #3f75bb;
  letter-spacing: -0.04em;
  display: flex;
  gap: .5em;
  justify-content: center;
  align-items: flex-end;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1048px) {
  .sec-7 h2 {
    font-size: 5.725vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-7 h2 {
    font-size: 10.444vw;
  }
}
.sec-7 h2 span {
  font-size: .7em;
}
.sec-7 h2::before, .sec-7 h2::after {
  content: "";
  height: 1em;
  width: 8px;
  background: #3f75bb;
  border: solid 2px #fff;
}
.sec-7 h2::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.sec-7 h2::after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (max-width: 766px) {
  .sec-7 h2::before, .sec-7 h2::after {
    height: 2.5em;
  }
}
.sec-7-items {
  margin: 50px 0 100px;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .sec-7-items {
    margin: 6.527vw 0 13.055vw;
  }
}
.sec-7-item {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 50px;
}
@media screen and (max-width: 1048px) {
  .sec-7-item {
    padding: 6.679vw 4.771vw;
  }
}
@media screen and (max-width: 766px) {
  .sec-7-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 10.444vw 6.222vw;
  }
}
.sec-7-item img {
  width: 50px;
  height: 70px;
}
@media screen and (max-width: 766px) {
  .sec-7-item img {
    width: 18.016vw;
    height: 19.582vw;
  }
}
@media screen and (min-width: 767px) {
  .sec-7-item .sec-7-item-body {
    margin-left: 50px;
  }
}
.sec-7-item h3 {
  font-size: 32px;
  color: #6089c6;
}
@media screen and (max-width: 766px) {
  .sec-7-item h3 {
    font-size: 4.961vw;
    padding: .5em 0;
  }
}
@media screen and (max-width: 766px) {
  .sec-7-item p {
    font-size: 3.916vw;
    text-align: left;
  }
}
.sec-7-shadow {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(63, 117, 187, 0.7));
  filter: drop-shadow(0px 0px 4px rgba(63, 117, 187, 0.7));
}
.sec-7-shadow:not(.sec-7-shadow:first-child) {
  margin-top: -45px;
}
@media screen and (max-width: 766px) {
  .sec-7-shadow:not(.sec-7-shadow:first-child) {
    margin-top: -20px;
  }
}
.sec-7-item {
  width: 100%;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 766px) {
  .sec-7-item {
    -webkit-clip-path: polygon(100% 0, 100% 96%, 58% 96%, 50% 100%, 42% 96%, 0 96%, 0 0);
    clip-path: polygon(100% 0, 100% 96%, 58% 96%, 50% 100%, 42% 96%, 0 96%, 0 0);
  }
}
.sec-7 .sec-7-items .sec-7-shadow:last-child .sec-7-item {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}


.sec-8 {
  text-align: center;
}
.sec-8 h2 {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .sec-8 h2 {
    font-size: 9.138vw;
    margin-bottom: 2.611vw;
  }
}
.sec-8 .sec-8__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item {
    margin-bottom: 3.916vw;
  }
}
.sec-8 .sec-8__item:first-child {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item:first-child {
    margin-bottom: 15.666vw;
  }
}
.sec-8 .sec-8__item:first-child::after {
  content: "";
  background: url(https://minpakustay.jp/wp-content/uploads/plus-1.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -96px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
      
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item:first-child::after {
    bottom: -11.749vw;
    width: 5.222vw;
    height: 5.222vw;
  }
}
.sec-8 .sec-8__item:last-child {
  margin-bottom: 0;
}
.sec-8 .sec-8__item table,
.sec-8 .sec-8__item td,
.sec-8 .sec-8__item th {
  border: 6px solid #fff;
  border-collapse: collapse;
}
.sec-8 .sec-8__item table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  border-left: none;
  border-right: none;
}
.sec-8 .sec-8__item td,
.sec-8 .sec-8__item th {
  padding: 25px 0;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td,
  .sec-8 .sec-8__item th {
    padding: 3.264vw 0;
  }
}
.sec-8 .sec-8__item th {
  background: #5d99d6;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  letter-spacing: .1em;
  border-left: none;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item th {
    font-size: max(2.611vw, 14px);
  }
}
.sec-8 .sec-8__item td {
  background: #efefef;
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
  letter-spacing: .1em;
  border-right: none;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td {
    font-size: 3.264vw;
  }
}
.sec-8 .sec-8__item td .text-emphasis {
  font-weight: bold;
  font-size: 45px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td .text-emphasis {
    font-size: 6.527vw;
  }
}
.sec-8 .sec-8__item td ul {
  border: none;
}
.sec-8 .sec-8__item td ul .table-text {
  font-size: 19px;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td ul .table-text {
    font-size: .9em;
  }
}
.sec-8 .sec-8__item td ul a {
  color: #006aff;
  text-decoration: underline;
  text-decoration-color: #006aff;
}
.sec-8 .sec-8__item td ul li {
  position: relative;
  font-size: 21px;
  padding: 0;
  padding-left: .9em;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td ul li {
    font-size: max(2.35vw, 14px);
  }
}
.sec-8 .sec-8__item td ul li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #38317b;
  border-radius: 50%;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item td ul li::before {
    width: 1.044vw;
    height: 1.044vw;
  }
}
.sec-8 .sec-8__item h3 {
  background: #38317b;
  color: #fff;
  margin: 0 auto;
  font-size: 38px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item h3 {
    font-size: 4.961vw;;
  }
}
.sec-8 .sec-8__item .table-list {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto;
}
.sec-8 .sec-8__item .table-list-inner {
  text-align: center;
}
.sec-8 .sec-8__item .table-list-inner ul {
  text-align: left;
  display: inline-block;
  padding: 0;
}
.sec-8 .sec-8__item .head th {
  font-size: 38px;
  line-height: 1.5;
  background: #38317b;
  color: #fff;
  padding: 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .head th {
    width: 25.6%;
    min-width: 145px;
  }
}
.sec-8 .sec-8__item .fix {
  vertical-align: middle;
  padding: 25px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sec-8 .sec-8__item .fix span:nth-child(2) {
  white-space: nowrap;
}
.sec-8 .sec-8__item .fix .fix-newprice {
  padding-right: 10px;
}
.sec-8 .sec-8__item .fix .fix-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-8 .sec-8__item .fix .bfr-txt {
  position: relative;
  font-size: 23px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .fix .bfr-txt {
    font-size: 2.611vw;
  }
}
.sec-8 .sec-8__item .fix .bfr-txt::before {
  content: "";
  background: url(https://minpakustay.jp/wp-content/uploads/line.svg) no-repeat center center/cover;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -25%;
  left: 45%;
  width: 138px;
  height: 41px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .fix .bfr-txt::before {
    bottom: -35%;
    left: 50%;
    width: 13.446vw;
    height: 4.047vw;
  }
}
.sec-8 .sec-8__item .fix .bfr-txt span {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .fix .bfr-txt span {
    font-size: 3.264vw;
  }
}
.sec-8 .sec-8__item .fix .fix-arrow {
  width: 130px;
  height: 50px;
  margin: 10px;
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .fix .fix-arrow {
    width: 14.36vw;
    height: 5.222vw;
  }
}
.sec-8 .sec-8__item .col1 {
  width: 265px;
}
@media screen and (max-width: 766px) {
  .sec-8 .sec-8__item .col1 {
    width: 24.804vw;
  }
}

.sec-9 {
  background: #b9d9ff;
}
.sec-9 h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: bold;
}
.sec-9 .em {
  font-size: .85em
}
@media screen and (max-width: 766px) {
  .sec-9 h2 {
  font-size: 9.138vw;
  margin-bottom: 2.611vw;
  }
  .sec-9 .label_frame {
  font-size: 120%;
  }
  .sec-9 .em {
  font-size: .8em
}
}
.sec-9 form.myForm .required .my_column.my_left label:first-child:after {
  display: inline !important;
  font-size: .74em;
}
.sec-9 .required {
  color: #333333;
}
.sec-9 .required_color,
select,
input[type="text"],
textarea {
  background-color: #fff !important;
}
.sec-9 input[type=checkbox] {
  background-color: #fff;
  border: 1.4px solid #bfbfbf;
  border-radius: 10px;
}
.sec-9 input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #f1e025; /* 背景色 */
  border: 2px solid #fff;
  padding: 1em 2em;
  font-weight: bold;
  color: #333; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 766px) {
  .sec-9 input[type=submit] {
  max-width: 80%;
  }
}
/* マウスオーバーした際のデザイン */
.sec-9 input[type=submit]:hover {
  background: #F6EC83; /* 背景色 */
  border: 2px solid #fff;
}
.sec-10 .faq {
  text-align: center;
  background: #e7e7e7;
}
@media screen and (max-width: 766px) {
  .sec-10 .faq .inner {
    width: 100%;
  }
}
.sec-10 .faq h2 {
  margin: 0 auto 85px;
  font-size: 57px;
  color: #224c80;
  position: relative;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 767px) and (max-width: 999px) {
  .sec-10 .faq h2 {
    font-size: 40px;
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 766px) {
  .sec-10 .faq h2 {
    font-size: 7.311vw;
    margin: 0 auto 9.138vw;
  }
}
.sec-10 .faq h2::before, .sec-10 .faq h2::after {
  content: "";
  background: #224c80;
  width: 100%;
  height: 12px;
}
@media screen and (max-width: 766px) {
  .sec-10 .faq h2::before, .sec-10 .faq h2::after {
    height: 1.567vw;
  }
  .sec-10 .faq h2::before {
    margin-left:  -3.916vw;
  }
  .sec-10 .faq h2::after {
    margin-right: -3.916vw;
  }
}
.sec-10 .acod {
  text-align: left;
}
.sec-10 .acod__item {
  cursor: pointer;
  margin-bottom: 43px;
}
@media screen and (max-width: 766px) {
  .sec-10 .acod__item {
    margin-bottom: 4.439vw;
  }
}
.sec-10 .acod__item:last-child {
  margin-bottom: 0;
}
.sec-10 .acod__title {
  position: relative;
  padding: 15px 60px 15px 30px;
  cursor: pointer;
  background: #224c80;
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 766px) {
  .sec-10 .acod__title {
    padding: 1.958vw 7.833vw 1.958vw 3.916vw;
    padding-left: 2.5em;
    text-indent: -1.5em;
    font-size: 4.178vw;
  }
}
.sec-10 .acod__title::before,
.sec-10 .acod__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  width: 15px;fv-bg-1.jpg
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-10 .acod__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 766px) {
  .sec-10 .acod__title::before,
  .sec-10 .acod__title::after {
    right: 2.611vw;
    width: 1.958vw;
    height: 0.261vw;
  }
}
.sec-10 .acod__content {
  padding: 20px;
  display: none;
  cursor: pointer;
  background: #fff;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
@media screen and (max-width: 766px) {
  .sec-10 .acod__content {
    font-size: 3.655vw;
    padding: 2.611vw;
  }
}
.sec-10 .acod__content.is-open {
  display: block;
}
.sec-10 .acod__item.is-active .acod__title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec-10 .acod__item.is-active .acod__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

@media screen and (min-width: 767px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.sec-2 .sec-2-item-body p.base-plan .text-small{
    font-size: .8em;
}
.sec-8 .sec-8__item h3 .text-small{
    font-size: .6em;
}
.top .text-yellow {
    color: #ffec0a;
}
/* 「選ばれる3つの理由」1・2・3 見出し：太字＋丸みのある白縁 */
.sec-4-item-title {
  font-weight: 900;
  text-shadow:
    0 0 6px #fff,
    0 0 6px #fff,
    0 0 6px #fff,
    0 0 6px #fff,
    1px 1px 4px #fff,
    -1px 1px 4px #fff,
    1px -1px 4px #fff,
    -1px -1px 4px #fff;
}

/* 1・2・3 本文：太字＋丸みのある白縁 */
.sec-4-item-text p {
  font-weight: 700;
  text-shadow:
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
    0 0 5px #fff,
    1px 1px 3px #fff,
    -1px 1px 3px #fff,
    1px -1px 3px #fff,
    -1px -1px 3px #fff;
}