@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
body.ovhide {
  overflow: hidden;
}

#container * {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.4s ease 0s;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

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

p {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  line-height: 1.2em;
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
@media (max-width: 767px) {
  figure figcaption {
    font-size: 10px;
    text-align: right;
    transform-origin: bottom right;
  }
}
figure figcaption.bk {
  color: #000;
  text-shadow: none;
}
figure figcaption.left {
  text-align: left;
  right: auto;
  left: 5px;
}
@media (max-width: 767px) {
  figure figcaption.left {
    transform-origin: bottom left;
  }
}
@media (max-width: 767px) {
  figure figcaption.left.top {
    transform-origin: top left;
  }
}
figure figcaption.top {
  bottom: auto;
  top: 5px;
}
@media (max-width: 767px) {
  figure figcaption.top {
    transform-origin: top right;
  }
}
@media (max-width: 767px) {
  figure figcaption.spBtm {
    bottom: 5px;
    top: auto;
  }
}
figure figcaption.cnt {
  width: 100%;
  text-align: center;
  right: 0;
  bottom: 10px;
}
figure figcaption.btm {
  color: #000;
  text-shadow: none;
  position: static;
  margin-top: 5px;
  text-align: center;
}

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

.inner01 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner01.spFul {
    width: 100%;
  }
}

.inner02 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner02.spFul {
    width: 100%;
  }
}

.floatBtn {
  width: 93px;
  position: fixed;
  top: 1px;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .floatBtn {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.floatBtn .float {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
@media (max-width: 767px) {
  .floatBtn .float {
    flex-direction: row;
    column-gap: 1px;
    background: #7c88a9;
  }
}
@media (max-width: 767px) {
  .floatBtn .float li {
    width: 50%;
  }
}
.floatBtn .float a {
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .floatBtn .float a:hover {
    opacity: 0.7;
  }
}

header {
  width: 100%;
  padding: 35px 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  header {
    padding: 15px 20px;
    position: relative;
    background: #E6E6E6;
  }
}
header .logo {
  width: 30%;
  max-width: 403px;
  line-height: 1;
}
@media (max-width: 767px) {
  header .logo {
    width: 60%;
  }
}

.mvArea {
  background: linear-gradient(to right, #0F2649, #00182D);
  padding-bottom: 20px;
}
.mvArea .noteArea {
  text-align: center;
}
.mvArea .noteArea p.note {
  display: inline-block;
  text-align: left;
  color: #fff;
}

.note, .note02 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .note, .note02 {
    font-size: 10px;
  }
}
.note.ind, .note02.ind {
  padding-left: 1em;
  text-indent: -1em;
}
.note.ind02, .note02.ind02 {
  padding-left: 2.1em;
  text-indent: -2.1em;
}
.note.ind03, .note02.ind03 {
  padding-left: 2.7em;
  text-indent: -2.7em;
}
.note + .note, .note02 + .note {
  margin-top: 0;
}
.note.cnt, .note02.cnt {
  text-align: center;
}

.note02 {
  font-size: 15px;
}
@media (max-width: 767px) {
  .note02 {
    font-size: 12px;
  }
}

.sateiArea {
  padding: 40px 0 60px;
  background: linear-gradient(to right, #0F2649, #00182D);
}
@media (max-width: 767px) {
  .sateiArea {
    padding: 20px 0 30px;
  }
}
.sateiArea .sateiTtl {
  padding-bottom: 20px;
  position: relative;
}
.sateiArea .sateiTtl::before {
  content: "";
  width: 90px;
  height: 45px;
  pointer-events: none;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #061E39;
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -45px;
  z-index: 6;
}
@media (max-width: 1280px) {
  .sateiArea .sateiTtl::before {
    width: 80px;
    height: 40px;
    bottom: -39px;
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .sateiArea .sateiTtl::before {
    width: 70px;
    height: 35px;
    bottom: -34px;
    margin-left: -35px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiTtl::before {
    width: 40px;
    height: 20px;
    bottom: -19px;
    margin-left: -20px;
  }
}

.irai__wrap {
  background: linear-gradient(to right, #C5B693, #E3DFD1 50%, #C5B693);
  padding: 30px 0;
}
.irai__wrap__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 992px;
}
.irai__wrap .submitBtn {
  margin-top: 18px;
  color: #412F4A;
  font-weight: 500;
  text-shadow: 0 0 3px rgba(51, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.irai__wrap .submitBtn:hover {
  opacity: 0.8;
}
.irai__wrap .bottomTxt {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
.irai__wrap .btn-satei {
  display: block;
  margin-top: 30px;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .irai__wrap .btn-satei:hover {
    opacity: 0.7;
  }
}
.irai__wrap .cap {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}
.irai__wrap button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.4s ease 0s;
  margin-top: 30px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media (min-width: 992px) {
  .irai__wrap button:hover {
    opacity: 0.7;
  }
}
.irai__wrap .formBox .inBox01 {
  margin-bottom: 15px;
}
.irai__wrap .formBox .ttl {
  text-align: center;
  margin-bottom: 5px;
}
.irai__wrap .formBox .ttl span {
  font-size: 17px;
  line-height: 1.3em;
  color: #0F2649;
  position: relative;
  padding-left: 1em;
}
.irai__wrap .formBox .ttl span::before {
  content: "";
  width: 0.5em;
  height: 0.4em;
  pointer-events: none;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #402F49;
  position: absolute;
  top: 0.6em;
  left: 0;
  z-index: 6;
}
.irai__selector {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.irai__selector.categories {
  overflow: hidden;
}
.irai__selector.categories label {
  border: 2px solid #e6eaed;
  display: block;
  margin: 0;
  flex: 1;
  height: 54px;
  box-sizing: border-box;
  border-radius: 10px;
}
.irai__selector.categories label > span {
  display: block;
  width: 100%;
  height: 50px;
  color: #000;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.irai__selector.categories label > span small {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 3px;
}
.irai__selector.categories label input[type=checkbox] {
  margin: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.irai__selector.categories label input[type=checkbox]:checked + span {
  background-color: #c0c0c0;
}
.irai__selector.address {
  margin: 0;
  justify-content: space-between;
}
.irai__selector.address label.select {
  flex: 1;
  border: 2px solid #e6eaed;
  border-radius: 10px;
  position: relative;
}
.irai__selector.address label.select::before {
  content: "";
  width: 100%;
  height: 15px;
  pointer-events: none;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  border-radius: 0 0 8px 8px;
}
.irai__selector.address label.select::after {
  content: "";
  width: 10px;
  height: 8px;
  pointer-events: none;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -5px;
  z-index: 6;
}
.irai__selector.address select {
  padding: 5px 10px 15px 20px;
  width: 100%;
  height: 50px;
  min-width: 75px;
  border: none;
  border-radius: 8px;
  appearance: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.irai__selector.address select option, .irai__selector.address select optgroup {
  font-weight: normal;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .irai__wrap .formBox {
    display: flex;
    justify-content: space-between;
  }
  .irai__wrap .formBox .ttl {
    margin-bottom: 10px;
  }
  .irai__wrap .formBox .ttl span {
    font-size: 18px;
  }
  .irai__wrap .formBox .inBox01 {
    width: 53%;
    margin-bottom: 0;
  }
  .irai__wrap .formBox .inBox02 {
    width: 40%;
  }
  .irai__selector {
    column-gap: 8px;
  }
  .irai__selector.categories label {
    height: 74px;
  }
  .irai__selector.categories label > span {
    font-size: 14px;
    height: 70px;
  }
  .irai__selector.address label.select::before {
    height: 25px;
  }
  .irai__selector.address label.select::after {
    width: 15px;
    height: 11px;
    bottom: 6px;
    margin-left: -7px;
  }
  .irai__selector.address select {
    padding: 5px 10px 25px 20px;
    font-size: 14px;
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .irai__wrap {
    padding: 50px 20px;
  }
  .irai__wrap .formBox .ttl span {
    font-size: 24px;
  }
  .irai__wrap .submitBtn {
    width: 720px;
    height: 90px;
    font-size: 36px;
  }
  .irai__wrap .bottomTxt {
    font-size: 18px;
  }
  .irai__selector.categories label > span {
    font-size: 16px;
  }
  .irai__selector.address select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .irai__wrap {
    padding: 50px 20px 40px;
  }
  .irai__wrap .submitBtn {
    margin-top: 30px;
  }
  .irai__wrap .bottomTxt {
    margin-top: 15px;
  }
  .irai__wrap .formBox .ttl span {
    font-size: 30px;
  }
  .irai__selector.categories label {
    display: block;
    margin: 0;
    flex: 1;
    height: 88px;
  }
  .irai__selector.categories label > span {
    height: 84px;
  }
  .irai__selector.address {
    padding-left: 10px;
  }
  .irai__selector.address select {
    padding: 5px 10px 25px 30px;
    height: 84px;
  }
}
.suggestionArea {
  background: url(../img/bg01.jpg) no-repeat center center/cover;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .suggestionArea {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionTtlBox {
    background: url(../img/bg01_sp.jpg) no-repeat center center/cover;
    padding: 20px 0;
  }
}
.suggestionArea .s_conBox02 {
  margin-top: 80px;
  background: url(../img/bg02.jpg) no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .suggestionArea .s_conBox02 {
    margin-top: 40px;
  }
}
.suggestionArea .s_conBox03 {
  background: url(../img/bg03.jpg) no-repeat center top 10%/100% auto;
}
@media (max-width: 767px) {
  .suggestionArea .s_conBox03 {
    background: url(../img/bg03.jpg) no-repeat center top 35%/100% auto;
  }
}
.suggestionArea .s_conBox03 .img01 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .suggestionArea .s_conBox03 .img01 {
    margin-bottom: 50px;
  }
}
.suggestionArea .suggestionTtl01 {
  text-align: center;
  font-size: 25px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionTtl01 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionTtl01 {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
  }
}
.suggestionArea .suggestionTtl01 span {
  display: inline-block;
}
.suggestionArea .suggestionTtl01 span strong {
  color: #A47C52;
  font-size: 150%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .suggestionArea .suggestionTtl01 span strong {
    display: block;
  }
}
.suggestionArea .suggestionTtl02 {
  text-align: center;
  margin-top: 20px;
}
.suggestionArea .suggestionTtl02 img {
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  aspect-ratio: 349/153;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionTtl02 img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionTtl02 img {
    width: 150px;
  }
}
.suggestionArea .suggestionTtl02 span {
  display: inline-block;
  font-size: 42px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionTtl02 span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionTtl02 span {
    font-size: 18px;
  }
}
.suggestionArea .suggestionBox {
  background: #fff;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox {
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
    overflow: hidden;
  }
}
.suggestionArea .suggestionBox .inner {
  width: 90%;
  margin: 0 auto;
}
.suggestionArea .suggestionBox .suggestionH2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.suggestionArea .suggestionBox .suggestionH2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  font-size: 52px;
  line-height: 1.2em;
  font-weight: 600;
  color: #0F2649;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionBox .suggestionH2 > span {
    font-size: 40px;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 > span {
    font-size: 22px;
    column-gap: 20px;
  }
}
.suggestionArea .suggestionBox .suggestionH2 > span span.num1 {
  aspect-ratio: 43/81;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num1 {
    width: 31px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num1 {
    width: 16px;
  }
}
.suggestionArea .suggestionBox .suggestionH2 > span span.num2 {
  aspect-ratio: 63/82;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num2 {
    width: 46px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num2 {
    width: 23px;
  }
}
.suggestionArea .suggestionBox .suggestionH2 > span span.num3 {
  aspect-ratio: 57/83;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num3 {
    width: 41px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num3 {
    width: 20px;
  }
}
.suggestionArea .suggestionBox .suggestionH2 > span span.num4 {
  aspect-ratio: 59/82;
}
@media (max-width: 991px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num4 {
    width: 43px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .suggestionBox .suggestionH2 > span span.num4 {
    width: 21px;
  }
}
.suggestionArea .suggestionBox .suggestionH2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(105, 118, 163, 0), rgb(105, 118, 163) 30%, rgb(105, 118, 163) 70%, rgba(105, 118, 163, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
.suggestionArea .cc01, .suggestionArea .cc02 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .suggestionArea .cc01, .suggestionArea .cc02 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .cc01, .suggestionArea .cc02 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.suggestionArea .cc01.mt, .suggestionArea .cc02.mt {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .suggestionArea .cc01.mt, .suggestionArea .cc02.mt {
    margin-top: 40px;
  }
}
.suggestionArea .cc01 strong, .suggestionArea .cc02 strong {
  font-size: 140%;
}
@media (max-width: 767px) {
  .suggestionArea .cc02 {
    font-size: 16px;
  }
}
.suggestionArea .cc03 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .suggestionArea .cc03 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .cc03 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.suggestionArea .ruikei {
  margin-bottom: 20px;
}
.suggestionArea .aboutTxt .txt {
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .suggestionArea .aboutTxt .txt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .aboutTxt .txt {
    font-size: 11px;
  }
}
.suggestionArea .aboutTxt ul.txtList {
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .suggestionArea .aboutTxt ul.txtList {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .aboutTxt ul.txtList {
    font-size: 11px;
  }
}
.suggestionArea .aboutTxt ul.txtList li {
  padding-left: 1em;
  text-indent: -1em;
}
.suggestionArea .merit {
  margin-top: 30px;
}
.suggestionArea .renoalphaBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .suggestionArea .renoalphaBox {
    flex-direction: column;
    row-gap: 20px;
  }
}
.suggestionArea .renoalphaBox .imgArea {
  width: 33.9784946237%;
  max-width: 316px;
  margin-right: 4.7311827957%;
}
@media (max-width: 767px) {
  .suggestionArea .renoalphaBox .imgArea {
    width: 100%;
    max-width: 236px;
    margin-right: 0;
  }
}
.suggestionArea .renoalphaBox .logo {
  width: 23.5913978495%;
  max-width: 230px;
  margin-right: 2.7%;
}
@media (max-width: 767px) {
  .suggestionArea .renoalphaBox .logo {
    width: 90%;
    max-width: 148px;
  }
}
.suggestionArea .renoalphaBox .txtArea {
  width: 34.9032258065%;
}
@media (max-width: 767px) {
  .suggestionArea .renoalphaBox .txtArea {
    width: 100%;
  }
}
.suggestionArea .renoalphaBox .txtArea .txt {
  font-size: 17px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .suggestionArea .renoalphaBox .txtArea .txt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .renoalphaBox .txtArea .txt {
    text-align: center;
  }
}
.suggestionArea .con02Box {
  position: relative;
  width: 100%;
  max-width: 777px;
  margin: 0 auto 80px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .suggestionArea .con02Box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .con02Box {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.suggestionArea .con02Box .imgArea {
  width: 41.3770913771%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .suggestionArea .con02Box .imgArea {
    max-width: 250px;
  }
}
.suggestionArea .con02Box .txtBox {
  width: 70%;
  background: linear-gradient(to right, #c5cbd3, #fcfafa);
  padding: 20px 10px;
  position: relative;
}
@media (max-width: 991px) {
  .suggestionArea .con02Box .txtBox {
    width: 65%;
  }
}
.suggestionArea .con02Box .txtBox::before, .suggestionArea .con02Box .txtBox::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgb(95, 103, 137) 80%, rgba(95, 103, 137, 0));
  position: absolute;
  left: 0;
}
.suggestionArea .con02Box .txtBox::before {
  top: 0;
}
.suggestionArea .con02Box .txtBox::after {
  bottom: 0;
}
.suggestionArea .con02Box .txtBox .txt {
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  color: #0f2649;
}
@media (max-width: 991px) {
  .suggestionArea .con02Box .txtBox .txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .con02Box .txtBox .txt {
    font-size: 15px;
  }
}
.suggestionArea .con02Box .noteBox {
  width: 55%;
}
@media (max-width: 767px) {
  .suggestionArea .con02Box .noteBox {
    width: 100%;
    margin-top: 20vw;
  }
}
.suggestionArea .serviceList02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 {
    gap: 10px;
  }
}
.suggestionArea .serviceList02 li {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li {
    width: calc((100% - 10px) / 2);
  }
}
.suggestionArea .serviceList02 li a {
  background: #6f7d92;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a {
    min-height: 56px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .suggestionArea .serviceList02 li a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .suggestionArea .serviceList02 li a:hover::before {
    width: 100%;
  }
}
.suggestionArea .serviceList02 li a::before {
  content: "";
  width: 60px;
  height: 100%;
  background: #0f2649;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a::before {
    width: 22px;
  }
}
.suggestionArea .serviceList02 li a p.service {
  width: calc(100% - 70px);
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a p.service {
    font-size: 12px;
    line-height: 1.5em;
    width: calc(100% - 30px);
  }
}
.suggestionArea .serviceList02 li a p.service span {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a p.service span {
    font-size: 10px;
  }
}
.suggestionArea .serviceList02 li a .plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a .plus {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 6px;
  }
}
.suggestionArea .serviceList02 li a .plus::before, .suggestionArea .serviceList02 li a .plus::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .suggestionArea .serviceList02 li a .plus::before, .suggestionArea .serviceList02 li a .plus::after {
    width: 10px;
  }
}
.suggestionArea .serviceList02 li a .plus::after {
  transform: rotate(90deg);
}
.suggestionArea .achievementArea {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .suggestionArea .achievementArea {
    margin-top: 30px;
  }
}
.suggestionArea .achievementArea h2.h202 {
  color: #0f2649;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .suggestionArea .achievementArea h2.h202 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .achievementArea h2.h202 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.suggestionArea .achievementArea .sub {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .suggestionArea .achievementArea .sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .achievementArea .sub {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.suggestionArea .achievementSlide .name {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 10px;
  padding: 0 5px;
}
@media (max-width: 1280px) {
  .suggestionArea .achievementSlide .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .suggestionArea .achievementSlide .name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .achievementSlide .name {
    font-size: 12px;
  }
}
.suggestionArea .achievementSlide .slick-prev, .suggestionArea .achievementSlide .slick-next {
  width: 60px;
  height: 70px;
  background: #45657a;
  transition: opacity 0.4s ease 0s;
  top: 40%;
  z-index: 5;
}
@media (max-width: 1280px) {
  .suggestionArea .achievementSlide .slick-prev, .suggestionArea .achievementSlide .slick-next {
    width: 50px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .suggestionArea .achievementSlide .slick-prev, .suggestionArea .achievementSlide .slick-next {
    width: 40px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .achievementSlide .slick-prev, .suggestionArea .achievementSlide .slick-next {
    width: 30px;
    height: 40px;
  }
}
.suggestionArea .achievementSlide .slick-prev::before, .suggestionArea .achievementSlide .slick-next::before {
  content: "";
  width: 26px;
  height: 13px;
  background: url(../img/arrow01.svg) no-repeat center center/cover;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -13px;
}
@media (max-width: 991px) {
  .suggestionArea .achievementSlide .slick-prev::before, .suggestionArea .achievementSlide .slick-next::before {
    width: 20px;
    height: 10px;
    margin: -5px 0 0 -10px;
  }
}
@media (min-width: 992px) {
  .suggestionArea .achievementSlide .slick-prev:hover, .suggestionArea .achievementSlide .slick-next:hover {
    opacity: 0.7;
  }
}
.suggestionArea .achievementSlide .slick-prev {
  left: 0;
}
.suggestionArea .achievementSlide .slick-prev::before {
  transform: rotate(90deg);
}
.suggestionArea .achievementSlide .slick-next {
  right: 0;
}
.suggestionArea .achievementSlide .slick-next::before {
  transform: rotate(-90deg);
}
.suggestionArea .priceArea {
  background: #c9ced6;
  padding: 60px 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .suggestionArea .priceArea {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.suggestionArea .priceArea .h203 {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4em;
  border-bottom: solid 2px #615467;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .suggestionArea .priceArea .h203 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .priceArea .h203 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-bottom: 20px;
  }
}
.suggestionArea .priceArea .h203::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #615467;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.suggestionArea .tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.suggestionArea .tabList li {
  width: calc((100% - 8px) / 5);
}
@media (max-width: 767px) {
  .suggestionArea .tabList li {
    width: calc((100% - 4px) / 3);
  }
}
.suggestionArea .tabList li a {
  display: block;
  height: 100%;
  background: linear-gradient(to bottom, #7b88b5, #4a5b82 25%, #394c71);
  border-radius: 0 20px 0 0;
  position: relative;
  padding: 20px 20px 75px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .suggestionArea .tabList li a {
    padding: 15px 15px 63px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabList li a {
    padding: 5px 10px 35px;
  }
}
.suggestionArea .tabList li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(165, 165, 165, 0.61);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease 0s;
}
.suggestionArea .tabList li a.current::after {
  opacity: 0;
}
@media (min-width: 992px) {
  .suggestionArea .tabList li a:hover::after {
    opacity: 0;
  }
}
.suggestionArea .tabList li a span {
  color: #fff;
  font-size: 20px;
  line-height: 1.8em;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .suggestionArea .tabList li a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabList li a span {
    font-size: 12px;
  }
}
.suggestionArea .tabList li a .arrow {
  display: block;
  width: 100%;
  height: 59px;
  background: linear-gradient(to right, #111c38, #1e2c52);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .suggestionArea .tabList li a .arrow {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabList li a .arrow {
    height: 30px;
  }
}
.suggestionArea .tabList li a .arrow::before {
  content: "";
  width: 27px;
  aspect-ratio: 27/15;
  background: url(../img/arrow01.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .suggestionArea .tabList li a .arrow::before {
    width: 20px;
  }
}
.suggestionArea .tabContents {
  padding: 60px 20px;
  display: none;
}
@media (max-width: 767px) {
  .suggestionArea .tabContents {
    padding: 30px 20px;
  }
}
.suggestionArea .tabContents.active {
  display: block;
}
.suggestionArea .tabContents h3.tabTtl {
  text-align: center;
  border-bottom: solid 1px #0f2649;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .suggestionArea .tabContents h3.tabTtl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabContents h3.tabTtl {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.suggestionArea .tabContents h3.tabTtl small {
  font-size: 15px;
  line-height: 1.5em;
  display: block;
}
.suggestionArea .tabContents h3.tabTtl::before {
  content: "";
  width: 286px;
  height: 6px;
  background: #0f2649;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -143px;
}
@media (max-width: 991px) {
  .suggestionArea .tabContents h3.tabTtl::before {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabContents h3.tabTtl::before {
    width: 150px;
    margin-left: -75px;
  }
}
.suggestionArea .tabContents .cc02 {
  text-align: center;
  color: #0f2649;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .suggestionArea .tabContents .cc02 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabContents .cc02 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.suggestionArea .tabContents .img02 {
  width: 90%;
  max-width: 480px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .suggestionArea .tabContents .img02 {
    margin-bottom: 20px;
  }
}
.suggestionArea .tabContents .imgArea {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .suggestionArea .tabContents .imgArea {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .suggestionArea .tabContents .imgArea::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: linear-gradient(to right, #c5b693, #e3dfd1 50%, #c5b693);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: 1;
  }
}
.suggestionArea .tabContents .imgArea figure {
  position: relative;
  z-index: 2;
}
.suggestionArea .tabContents .note {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.shopArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .shopArea {
    padding: 40px 0;
  }
}
.shopArea h2.shop {
  text-align: center;
  color: #0f2649;
  font-size: 45px;
  line-height: 1.3em;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .shopArea h2.shop {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .shopArea h2.shop {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.shopArea ul.shopList {
  display: flex;
  flex-wrap: wrap;
}
.shopArea ul.shopList li {
  width: 20%;
  background: #dfd4c6;
  padding: 50px 2.3%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .shopArea ul.shopList li {
    padding: 30px 2.3%;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .shopArea ul.shopList li {
    padding: 20px 5%;
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .shopArea ul.shopList li:nth-child(10) {
    display: none;
  }
}
@media (max-width: 767px) {
  .shopArea ul.shopList li:nth-child(10) {
    display: flex;
  }
}
@media (min-width: 768px) {
  .shopArea ul.shopList li:nth-child(even) {
    background: #ede7df;
  }
}
@media (max-width: 767px) {
  .shopArea ul.shopList li:nth-child(2), .shopArea ul.shopList li:nth-child(3), .shopArea ul.shopList li:nth-child(6), .shopArea ul.shopList li:nth-child(7), .shopArea ul.shopList li:nth-child(10) {
    background: #ede7df;
  }
}
.shopArea ul.shopList li p.shopName {
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .shopArea ul.shopList li p.shopName {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .shopArea ul.shopList li p.shopName {
    font-size: 14px;
  }
}
.shopArea ul.shopList li p.address {
  font-size: 14px;
  line-height: 1.5em;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .shopArea ul.shopList li p.address {
    font-size: 12px;
    margin: 10px 0;
  }
}
.shopArea ul.shopList li .btn.site {
  margin-top: auto;
}
.shopArea ul.shopList li .btn.site a {
  background: #50607a;
}
@media (min-width: 992px) {
  .shopArea ul.shopList li .btn.site a:hover {
    background: #37455c;
  }
}
.shopArea ul.shopList li .btn.contact {
  margin-top: 10px;
}
.shopArea ul.shopList li .btn.contact a {
  background: #909bab;
}
@media (min-width: 992px) {
  .shopArea ul.shopList li .btn.contact a:hover {
    background: #758194;
  }
}
.shopArea ul.shopList li .btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  padding: 15px 5px;
  transition: background 0.4s ease 0s;
}
@media (max-width: 991px) {
  .shopArea ul.shopList li .btn a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shopArea ul.shopList li .btn a {
    font-size: 12px;
    padding: 10px 5px;
  }
}

.modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.modalWrap * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modalWrap .modalOver {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 38, 73, 0.9);
  z-index: 1;
}
.modalWrap .modalOuter {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modalWrap .modalInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .modalWrap .modalInner {
    padding: 20px 0 30px;
  }
}
.modalWrap .modalContainer {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 1120px;
  margin: auto;
  padding: 80px;
  color: #333;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .modalWrap .modalContainer {
    padding: 20px;
  }
}
.modalWrap .modalContainer .modalClose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 60px;
  right: 80px;
  color: #fff;
  background: #666;
  opacity: 1;
  cursor: pointer;
  z-index: 50;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .modalWrap .modalContainer .modalClose {
    top: 0;
    right: 0;
  }
}
.modalWrap .modalContainer .modalClose::before, .modalWrap .modalContainer .modalClose::after {
  content: "";
  width: 4px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -2px;
  display: block;
  position: absolute;
  background: #ddd;
}
@media (min-width: 992px) {
  .modalWrap .modalContainer .modalClose:hover {
    opacity: 0.7;
  }
}
.modalWrap .modalContainer .modalClose::before {
  transform: rotate(-45deg);
}
.modalWrap .modalContainer .modalClose::after {
  transform: rotate(45deg);
}
.modalWrap .tagArea {
  padding-right: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .tagArea {
    padding-right: 40px;
  }
}
.modalWrap .tagArea p.tag {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.modalWrap .tagArea p.tag.tag01 {
  background: #0f2649;
}
.modalWrap .tagArea p.tag.tag02 {
  background: #6f7d92;
}
.modalWrap .tagArea p.capTxt {
  color: #666666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.modalWrap .columnWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.modalWrap .columnWrap .txtArea {
  width: 45.8333333333%;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .txtArea {
    width: 100%;
  }
}
.modalWrap .columnWrap .imgArea {
  width: 47.9166666667%;
  position: relative;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .imgArea {
    width: 100%;
  }
}
.modalWrap .columnWrap .imgArea .imgCap {
  font-size: 12px;
  line-height: 1.5em;
  position: absolute;
  top: -24px;
  left: 0;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .imgArea .imgCap {
    position: static;
    margin-bottom: 5px;
  }
}
.modalWrap .columnWrap .imgArea .img01 {
  margin-bottom: 10px;
}
.modalWrap .ulBox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .ulBox {
    flex-direction: column;
    row-gap: 15px;
  }
}
.modalWrap .ulBox .ttlArea {
  width: 30%;
}
@media (max-width: 767px) {
  .modalWrap .ulBox .ttlArea {
    width: 100%;
  }
}
.modalWrap .ulBox .ttlArea .moBox02 {
  margin-bottom: 0;
}
.modalWrap .ulBox .ulArea {
  width: 67%;
}
@media (max-width: 767px) {
  .modalWrap .ulBox .ulArea {
    width: 100%;
  }
}
.modalWrap h2.modalttl {
  text-align: center;
  color: #0f2649;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 15px 0;
  border-top: solid 1px #6f7d92;
  border-bottom: solid 1px #6f7d92;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap h2.modalttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.modalWrap h2.modalttl span {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .modalWrap h2.modalttl span {
    font-size: 12px;
  }
}
.modalWrap .kikan {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .kikan {
    font-size: 12px;
  }
}
.modalWrap .moTxt01 {
  font-size: 14px;
  line-height: 2.28em;
  color: #333;
  margin-bottom: 20px;
}
.modalWrap .moTxt01.mb0 {
  margin-bottom: 0;
}
.modalWrap .moBox01 {
  background: #0f2649;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  padding: 12px 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .moBox01 {
    font-size: 15px;
    padding: 10px 8px;
  }
}
.modalWrap .moBox02 {
  text-align: center;
  border: solid 1px #0f2649;
  font-size: 14px;
  padding: 12px 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .moBox02 {
    font-size: 13px;
    padding: 8px 8px;
  }
}
.modalWrap ul.list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3.5%;
}
.modalWrap ul.list01 li {
  width: 31%;
  font-size: 14px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modalWrap .list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3.5%;
}
.modalWrap .list02 li {
  font-size: 14px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modalWrap .imgList01 {
  display: flex;
  gap: 10px;
}
.modalWrap .imgList01 figure {
  width: 100%;
  max-width: 120px;
}
.modalWrap .imgList02 {
  display: flex;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .modalWrap .imgList02 {
    flex-direction: column;
    align-items: center;
  }
}
.modalWrap .imgList02 figure {
  width: 100%;
  max-width: 210px;
}
.modalWrap .imgList03 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}
.modalWrap .imgList03 .inBox01 {
  width: 12.5%;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 .inBox01 {
    width: 50%;
  }
}
.modalWrap .imgList03 .inBox02 {
  width: 30%;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 .inBox02 {
    width: 80%;
  }
}
.modalWrap .imgList03 .inBox02 .moTxt01 {
  line-height: 1.8em;
}
.modalWrap .imgList03 .inBox02 figure {
  margin-bottom: 10px;
}
.modalWrap .imgCap02 {
  margin: 30px 0 10px;
  font-size: 12px;
  line-height: 1.5em;
}
.modalWrap .imgList04 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .imgList04 {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
.modalWrap .imgList04.btm {
  margin-bottom: 40px;
}
.modalWrap .imgList04 figure.col02 {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure.col02 {
    width: 80%;
  }
}
.modalWrap .imgList04 figure.col03 {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure.col03 {
    width: 80%;
  }
}
.modalWrap .imgList04 figure:not(:last-child) {
  position: relative;
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child).btm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child).btm::before {
    bottom: -40px;
  }
}
.modalWrap .imgList04 figure:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .modalWrap .imgList04 figure:not(:last-child)::before {
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 10px #0f2649;
    top: 50%;
    right: -16px;
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child)::before {
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 10px #0f2649;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
  }
}
.modalWrap .imgList05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 2%;
}
.modalWrap .imgList05 figure {
  width: 32%;
}
@media (max-width: 767px) {
  .modalWrap .imgList05 figure {
    width: 45%;
  }
}
.modalWrap small {
  font-size: 80%;
}
.modalWrap .txtLink {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2em;
}
.modalWrap .txtLink a {
  color: #0f2649;
  text-decoration: underline;
  padding-right: 1em;
  position: relative;
}
.modalWrap .txtLink a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #0f2649;
  border-right: solid 1px #0f2649;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -3px;
}

footer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 100px;
  }
}
footer .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .logo {
  width: 80%;
  max-width: 568px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  footer .logo {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
footer .footLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 767px) {
  footer .footLink {
    justify-content: space-between;
    row-gap: 5px;
  }
}
footer .footLink li {
  border-right: solid 1px #000;
  padding: 0 20px;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  footer .footLink li {
    width: 46%;
    border-right: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(3) {
    order: 5;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(4) {
    order: 7;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(5) {
    order: 2;
    width: 52%;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(6) {
    order: 4;
    width: 52%;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(7) {
    order: 6;
    width: 52%;
  }
}
@media (max-width: 767px) {
  footer .footLink li:nth-child(8) {
    order: 8;
    width: 52%;
  }
}
footer .footLink li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -1px;
}
@media (max-width: 767px) {
  footer .footLink li::before {
    display: none;
  }
}
footer .footLink li a {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
}
@media (max-width: 1280px) {
  footer .footLink li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footLink li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footLink li a {
    font-size: 10px;
  }
}
footer small {
  display: block;
  font-size: 10px;
  line-height: 1.3em;
  text-align: center;
  margin-top: 30px;
}

.invUp {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(60px);
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, filter 1s ease 0s;
}
@media (max-width: 767px) {
  .invUp {
    transform: translateY(30px);
  }
}
.invUp.inview {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.invBlur {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.8s ease 0s, filter 1.2s ease 0s;
}
.invBlur.inview {
  opacity: 1;
  filter: blur(0);
}

@media (min-width: 992px) {
  .vsp {
    display: none;
  }
}
@media (min-width: 500px) {
  .vsp02 {
    display: none;
  }
}
@media (max-width: 991px) {
  .vpc {
    display: none;
  }
}
@media (max-width: 767px) {
  .vpc02 {
    display: none;
  }
}