/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.exbold {
  font-weight: 900;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

sup {
  vertical-align: text-top;
  font-size: 60%;
}

.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mb-24 {
    margin-bottom: 3.2vw;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .mb-32 {
    margin-bottom: 4.2666666667vw;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.td-ul {
  text-decoration: underline;
}

.txt-osw {
  font-family: "Oswald", sans-serif;
}

.txt-blue {
  color: #5897D1;
}

.txt-orange {
  color: #FF8B3D;
}

.txt-black {
  color: #444444;
}

.tsume {
  letter-spacing: 0.04em !important;
}

.ex-tsume {
  letter-spacing: -0.04em !important;
}

@media screen and (max-width: 767px) {
  .ex-tsume-sp {
    letter-spacing: -0.04em !important;
  }
}

@media screen and (max-width: 767px) {
  .ex-tsume-sp-01 {
    letter-spacing: 0.03em !important;
  }
}

.first-tsume {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .no-line-breaks-pc {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .no-line-breaks-sp {
    white-space: nowrap;
  }
}

.dodon {
  color: #BC444E;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .dodon {
    font-size: 4.6666666667vw;
  }
}

.maker-blue {
  background: #ECF6FF;
}

.maker-orange {
  background: #FFEBDE;
}

.main-ttl {
  background: #F2F9FF;
  color: #5897D1;
  border-left: 20px solid #A0CBF2;
  font-weight: bold;
  font-size: 32px;
  padding: 24px 24px 24px 24px;
  margin-bottom: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: 5.3333333333vw;
    padding: 3.2vw;
    margin-bottom: 8vw;
    border-left: 2.6666666667vw solid #A0CBF2;
  }
}
.main-ttl a {
  color: #5897D1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-ttl a:hover {
  opacity: 0.8;
}

/*01*/

.main-ttl-01 {
  background: #F2F9FF;
  color: #5897D1;
  border-left: 20px solid #A0CBF2;
  font-weight: bold;
  font-size: 32px;
  padding: 24px 24px 24px 24px;
  margin-bottom: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .main-ttl-01 {
    font-size: 4.8333333333vw;
    padding: 3.2vw;
    margin-bottom: 8vw;
    border-left: 2.6666666667vw solid #A0CBF2;
  }
}
.main-ttl-01 a {
  color: #5897D1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-ttl-01 a:hover {
  opacity: 0.8;
}

/*04*/

.main-ttl-04 {
  background: #F2F9FF;
  color: #5897D1;
  border-left: 20px solid #A0CBF2;
  font-weight: bold;
  font-size: 32px;
  padding: 24px 24px 24px 24px;
  margin-bottom: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .main-ttl-04 {
    font-size: 5.2133333333vw;
    padding: 3.2vw;
    margin-bottom: 8vw;
    border-left: 2.6666666667vw solid #A0CBF2;
  }
}
.main-ttl-04 a {
  color: #5897D1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-ttl-04 a:hover {
  opacity: 0.8;
}

.forsp{
  display:none;
}

@media screen and (max-width:768px) {
  .forsp{
      display: block;
  }
}

.common-txt {
  font-size: 20px;
  color: #444444;
  padding-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.sub-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    font-size: 3.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

.link-txt-wrap {
  text-align: right;
}

.link-txt {
  color: #245FBB;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .link-txt {
    font-size: 3.2vw;
  }
}
.link-txt:hover {
  opacity: 0.8;
}

.txt-link {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.txt-link:hover {
  opacity: 0.8;
}

.notes {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw;
  }
}
.notes a {
  display: inline-block;
}

.img-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .img-box {
    margin-bottom: 8vw;
  }
}

.floating {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  position: fixed;
  text-align: center;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: 1.3333333333vw;
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: 17.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: 22.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: 25.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: 12vw;
  }
}

@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: 13.3333333333vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 900px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #F2F9FF;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #444444;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shoulder {
  width: 750px;
  background: #fff;
  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;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shoulder {
    width: 100%;
    height: 10.6666666667vw;
  }
}

.shoulder-logo {
  font-size: 0;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .shoulder-logo {
    width: 36.6666666667vw;
  }
}

.main {
  background-color: #fff;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}

.main-block {
  padding: 0 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .main-block {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.mv {
  width: 750px;
  margin: 0 auto 48px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    margin: 0 auto 6.4vw;
  }
}

.intro-block {
  width: 750px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro-block {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.page-ttl h1 {
  font-size: 50px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-ttl h1 {
    font-size: 7.366667vw;
    letter-spacing: 0.05em;
    padding-bottom: 3.2vw;
    white-space: nowrap;
  }
}

.page-ttl .small {
  font-size: 28px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-ttl .small {
    padding-bottom: 2.1333333333vw;
    font-size: calc(29/750 * 100vw);
  }
}

.intro-block .ta-r {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .intro-block .ta-r {
    margin-bottom: 5.3333333333vw;
  }
}

.cap-txt {
  color: #9C9C9C;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cap-txt {
    font-size: 2.6666666667vw;
  }
}

.graph-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .graph-area {
    margin-bottom: 8.5333333333vw;
  }
}

.nav-area {
  background: #F6F7FA;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .nav-area {
    padding: 5.3333333333vw;
  }
}

.nav-area-ttl {
  color: #5897D1;
  border-bottom: dotted #5897D1 2px;
  width: 100%;
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .nav-area-ttl {
    border-bottom: dotted #5897D1 0.2666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}

.nav-list-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .nav-list-item {
    margin-bottom: 4.2666666667vw;
  }
}
.nav-list-item .notes {
  margin-left: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-list-item .notes {
    margin-left: 5.3333333333vw;
  }
}

.nav-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .nav-list-item a {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.nav-list-item a .nav-icon {
  padding: 0 0.4em 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav-list-item a .nav-icon {
    font-size: 3.2vw;
  }
}
.nav-list-item a.small {
  margin-top: 8px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .nav-list-item a.small {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    margin-left: 5.3333333333vw;
  }
}
.nav-list-item a:last-child {
  margin-bottom: 0;
}
.nav-list-item a:hover {
  opacity: 0.8;
}
.nav-list-item a .nav-txt {
  text-decoration: underline;
}



.check-area {
  background: #F2F9FF;
  padding: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .check-area {
    padding: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.check-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .check-list-item {
    margin-bottom: 4.2666666667vw;
    line-height: 1.7;
  }
}
.check-list-item .icon {
  width: 25px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .check-list-item .icon {
    width: 3.8666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.check-list-item p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .check-list-item p {
    font-size: 3.7333333333vw;
    width: 72.8vw;
  }
}
.check-list-item:last-child {
  margin-bottom: 0;
}

.merit-wrap {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .merit-wrap {
    margin-bottom: 3.2vw;
  }
}

.merit-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 670px;
  padding-bottom: 16px;
  border-bottom: dotted #5897D1 2px;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .merit-ttl-wrap {
    border-bottom: dotted #5897D1 0.2666666667vw;
    width: 89.3333333333vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.merit-ttl-icon {
  width: 118px;
  height: 118px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
  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;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/square_icon_bg.png) center top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .merit-ttl-icon {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    margin-right: 1.8666666667vw;
  }
}
.merit-ttl-icon p {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .merit-ttl-icon p {
    font-size: 2.6666666667vw;
  }
}
.merit-ttl-icon p .num {
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .merit-ttl-icon p .num {
    font-size: 5.2vw;
  }
}

.merit-ttl {
  width: 534px;
  font-size: 28px;
  font-weight: 500;
  color: #5897D1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .merit-ttl {
    width: 69.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.merit-ttl-02 {
  width: 534px;
  font-size: 28px;
  font-weight: 500;
  color: #5897D1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .merit-ttl-02 {
    width: 69.3333333333vw;
    font-size: 4.2666666667vw;
  }
}


.label-box {
  background: #F2F9FF;
  padding: 64px 0 16px;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .label-box {
    margin-top: 3.2vw;
    margin-bottom: 5.3333333333vw;
    padding: 8.5333333333vw 0 2.1333333333vw;
  }
}
.label-box .label-box-ttl {
  width: 338px;
  height: 48px;
  color: #fff;
  background: #A0CBF2;
  border-radius: 8px;
  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;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .label-box .label-box-ttl {
    width: 49.0666666667vw;
    height: 8vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}

.label-box-txt {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .label-box-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.label-box-txt .txt-osw {
  font-weight: 400;
}
.label-box-txt .small {
  font-size: 20px;
  padding-bottom: 0.4em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .label-box-txt .small {
    font-size: 3.2vw;
  }
}
.label-box-txt .bold .txt-osw {
  font-weight: bold;
}

.recommend-wrap {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .recommend-wrap {
    margin-bottom: 10.6666666667vw;
  }
}

.recommend-ttl {
  padding: 18px 0;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  border-bottom: dotted #5897D1 2px;
  border-top: dotted #5897D1 2px;
  margin-bottom: 32px;
  color: #5897D1;
}
@media screen and (max-width: 767px) {
  .recommend-ttl {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
    margin-bottom: 4.2666666667vw;
    border-bottom: dotted #5897D1 0.2666666667vw;
    border-top: dotted #5897D1 0.2666666667vw;
  }
}
.recommend-ttl .txt-osw {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recommend-ttl .txt-osw {
    font-size: 4.8vw;
  }
}
.recommend-ttl h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recommend-ttl h3 {
    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;
    gap: 0.2em;
  }
}

.recommend-sub-ttl {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  color: #5897D1;
  font-weight: 500;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .recommend-sub-ttl {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.slider-top {
  margin: 24px 0 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slider-top {
    margin: 3.2vw 0 5.3333333333vw;
  }
}

.slider-top-txt {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .slider-top-txt {
    font-size: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}

.tag-list-item {
  font-size: 0;
}
.tag-list-item p {
  display: inline-block;
  background: #5897D1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 0.4em 0.8em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tag-list-item p {
    font-size: 2.9333333333vw;
    margin-bottom: 1.0666666667vw;
    border-radius: 0.6666666667vw;
  }
}
.tag-list-item:last-child p {
  margin-bottom: 0;
}

.recommend-wrap .recommend-slider {
  width: 750px;
  margin-left: -40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .recommend-wrap .recommend-slider {
    width: 100vw;
    margin-left: -5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.recommend-wrap .recommend-slider .slick-prev {
  left: 100px !important;
  z-index: 2;
  top: 50%;
  font-size: 56px !important;
  -webkit-transform: translate(0%, -100%) !important;
          transform: translate(0%, -100%) !important;
  width: 56px;
  border-radius: 50%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recommend-wrap .recommend-slider .slick-prev {
    font-size: 8.5333333333vw !important;
    left: 12.8vw !important;
    -webkit-transform: translate(0%, -75%) !important;
            transform: translate(0%, -75%) !important;
    width: 8.5333333333vw !important;
  }
}
.recommend-wrap .recommend-slider .slick-prev::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f137" !important;
  color: #5897D1 !important;
  font-size: 56px;
  opacity: 1;
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .recommend-wrap .recommend-slider .slick-prev::before {
    font-size: 8.5333333333vw !important;
  }
}
.recommend-wrap .recommend-slider .slick-next {
  right: 100px !important;
  z-index: 2;
  top: 50%;
  font-size: 56px !important;
  -webkit-transform: translate(0%, -100%) !important;
          transform: translate(0%, -100%) !important;
  width: 56px;
  border-radius: 50%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recommend-wrap .recommend-slider .slick-next {
    font-size: 8.5333333333vw !important;
    right: 12.8vw !important;
    -webkit-transform: translate(0%, -75%) !important;
            transform: translate(0%, -75%) !important;
    width: 8.5333333333vw !important;
  }
}
.recommend-wrap .recommend-slider .slick-next::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f138" !important;
  color: #5897D1 !important;
  font-size: 56px;
  opacity: 1;
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .recommend-wrap .recommend-slider .slick-next::before {
    font-size: 8.5333333333vw !important;
  }
}

.recommend-slider-item {
  width: 480px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .recommend-slider-item {
    width: 64vw;
    margin: 0 2.6666666667vw;
  }
}

.recommend-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recommend-slider-dots {
    padding-top: 5.3333333333vw;
  }
}
.recommend-slider-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #5897D1;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recommend-slider-dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.3333333333vw;
    border: 0.2666666667vw solid #5897D1;
  }
}
.recommend-slider-dots li.slick-active {
  background: #5897D1;
}
.recommend-slider-dots li:hover {
  background: #5897D1;
}
.recommend-slider-dots button {
  display: none;
}

.recommend-info {
  background: #F9F9F9;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .recommend-info {
    padding: 5.3333333333vw;
  }
}
.recommend-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recommend-info dl {
    margin-bottom: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.recommend-info dl dt {
  width: 15%;
}
.recommend-info dl dd {
  width: 85%;
}

.sales-wrap {
  background: #F2F9FF;
  padding: 40px 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sales-wrap {
    padding: 5.3333333333vw 5.3333333333vw 0;
    margin-bottom: 5.3333333333vw;
  }
}

.seles-box {
  text-align: center;
  font-size: 28px;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/ring_icon_bg.png) center left 4px/108px auto no-repeat, #fff;
  padding: 20px 0;
  line-height: 1.6;
  border-radius: 8px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .seles-box {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    border-radius: 1.0666666667vw;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/ring_icon_bg.png) center left 1.0666666667vw/14.4vw auto no-repeat, #fff;
  }
}

.seles-btm-txt {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .seles-btm-txt {
    padding-bottom: 5.3333333333vw;
  }
}

.talk-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .talk-list-item {
    margin-bottom: 5.3333333333vw;
  }
}
.talk-list-item:last-child {
  margin-bottom: 0;
}
.talk-list-item .talk-list-baloon {
  position: relative;
  width: 518px;
  background: #F2F9FF;
  padding: 32px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .talk-list-item .talk-list-baloon {
    width: 69.0666666667vw;
    padding: 4.2666666667vw;
    border-radius: 4vw;
  }
}
.talk-list-item .talk-list-baloon:before {
  content: "";
  position: absolute;
  bottom: 42px;
  left: 0px;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  border: 16px solid transparent;
  border-right: 18px solid #F2F9FF;
}
@media screen and (max-width: 767px) {
  .talk-list-item .talk-list-baloon:before {
    bottom: 5.6vw;
    border: 2.1333333333vw solid transparent;
    border-right: 2.4vw solid #F2F9FF;
  }
}
.talk-list-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.talk-list-item:nth-child(2n) .talk-list-baloon:before {
  left: auto;
  border-right: none;
  right: 0%;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  border-left: 18px solid #F2F9FF;
}
@media screen and (max-width: 767px) {
  .talk-list-item:nth-child(2n) .talk-list-baloon:before {
    border-left: 2.4vw solid #F2F9FF;
  }
}

.talk-list-icon {
  width: 119px;
}
@media screen and (max-width: 767px) {
  .talk-list-icon {
    width: 15.8666666667vw;
  }
}

.cv-area {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .cv-area {
    margin-top: -24px;
  }
}
@media screen and (max-width: 767px) {
  .cv-area {
    padding-bottom: 13.8666666667vw;
  }
}

.cv-area-baloon {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cv-area-baloon {
    padding-bottom: 6.4vw;
  }
}
.cv-area-baloon p {
  font-size: 24px;
  display: inline-block;
  line-height: 1.6;
  padding: 0 72px;
  font-weight: 500;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/baloon_left.png) left center/72px auto no-repeat, url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/baloon_right.png) right center/72px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .cv-area-baloon p {
    font-size: 3.7333333333vw;
    padding: 0 9.6vw;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/baloon_left.png) left center/9.6vw auto no-repeat, url(/wp-content/themes/arluis/assets/images/fair-cp/rezort_shoninzu/baloon_right.png) right center/9.6vw auto no-repeat;
  }
}

.cv-btn {
  width: 670px;
  height: 113px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  background: #5897D1;
  border-radius: 8px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 8px 0px 0px #2768A4;
          box-shadow: 0px 8px 0px 0px #2768A4;
}
@media screen and (max-width: 767px) {
  .cv-btn {
    width: 89.3333333333vw;
    height: 15.0666666667vw;
    padding: 0 5.3333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0px 1.0666666667vw 0px 0px #2768A4;
            box-shadow: 0px 1.0666666667vw 0px 0px #2768A4;
  }
}
.cv-btn p {
  margin: 0 auto;
}
.cv-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 8px auto -8px;
}

footer {
  text-align: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 10.6666666667vw;
  }
}
footer p {
  font-size: 16px;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 2.6666666667vw;
  }
}

.off-btn .off-txt{
  line-height: 1;
}
.off-btn{
  padding-top: 50px;
}
.off-txt{
  text-align: center;
    font-size: 26px;
    letter-spacing: 0.02em;
}
.off-stxt{
  font-size: 20px;
}
.txt-osw{
  font-size: 36px;
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .off-btn{
    padding-top: calc(50/750 * 100vw);
  }
  .off-txt{
      font-size: calc(26/750 * 100vw);
  }
  .off-stxt{
    font-size: calc(20/750 * 100vw);
  }
  .txt-osw{
    font-size: calc(36/750 * 100vw);
    padding: 0 calc(4/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .brand-stxt{
    font-size: 19px;
  }
  .note-stxt{
    font-size: 16px;
  }
}
