@charset "UTF-8";
/* Scss Document */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}

/* ---------------------------------- */
/* 2022.01.26 追記 */
/* ---------------------------------- */
.tab {
  display: none !important;
}

@media only screen and (max-width: 1110px) {
  .tab {
    display: block !important;
  }
}
/*ここまでmax-width: 834px*/
/* ---------------------------------- */
/* 2022.02.24 追記 */
/* ---------------------------------- */
/*波紋がふわっと広がる*/
.modal_btn,
a.circle,
a.square {
  /*リンクの形状*/
  display: inline-block;
  outline: none;
}

/*波形の設定*/
.modal_btn::before,
a.circle::before,
a.square::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #004097;
  opacity: 1;
}

.modal_btn::before {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  opacity: 1;
}

.modal_btn::before,
a.circle::before {
  animation: 1.3s circleanime infinite;
}

a.square::before {
  animation: 1.3s squareanime infinite;
}

section.one .modal_btn::before,
section.five .modal_btn::before,
section.nine .modal_btn::before {
  width: 68px;
  height: 68px;
}

section.three .modal_btn::before {
  width: 73px;
  height: 73px;
}

section.four .modal_btn::before {
  width: 98px;
  height: 98px;
}

a.circle,
a.square {
  text-align: center;
}

/*波形が広がるアニメーション*/
@keyframes circleanime {
  0% {
    transform: scale(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes squareanime {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: scale(1.04, 1.1);
    opacity: 0;
  }
}
/*モーダルウィンドウ*/
.remodal {
  position: relative;
  padding: 6rem 5%;
  max-width: 1000px;
  border-radius: 30px;
  color: #000;
  height: 750px;
  overflow: auto;
}
.remodal .blue {
  color: #004097;
}
.remodal .red {
  color: #C30D23;
}
.remodal .ttl_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 660px;
  width: 95%;
  margin: 0 auto 5rem;
  position: relative;
  left: 2rem;
}
.remodal .ttl_box .label {
  max-width: 106px;
  width: 21%;
  height: auto;
  aspect-ratio: 1/1;
}
.remodal .ttl_box h4 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 3rem;
}
.remodal .ttl_box .tsuchiya {
  max-width: 86px;
  width: 17%;
}
.remodal .txt_box {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  text-align: left;
  font-weight: 600;
}
.remodal .txt_box h5 {
  font-size: 2.6rem;
  line-height: 4rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 3rem;
}
.remodal .txt_box h5 .small {
  font-size: 2rem;
  vertical-align: middle;
}
.remodal .txt_box p {
  font-size: 2rem;
  line-height: 3rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 3rem;
}
.remodal .txt_box p.red {
  text-align: center;
}
.remodal .txt_box .txt_list {
  font-size: 2rem;
  line-height: 3rem;
  max-width: 700px;
  margin: 0 auto;
}
.remodal .txt_box .txt_list li {
  position: relative;
  padding-left: 1.5rem;
}
.remodal .txt_box .txt_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.remodal .ph {
  margin-top: 5rem;
}

.remodal-cancel {
  width: 20px;
  min-width: 20px;
  position: absolute;
  top: 17px;
  right: 23px;
  background: none;
  padding: 0;
}

.remodal-cancel img {
  width: 100%;
  height: 100%;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: none;
  padding: 0;
}

.remodal-overlay {
  display: none;
}

.remodal-is-opened::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
}

/*モーダル スライダー*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background: none;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(560px - 10%);
  background-color: #fff;
  padding: 3rem 5%;
  border: 10px solid #ffe100;
}

.modalArea .slick-slider {
  padding: 0;
}

.closeModal {
  width: 20px;
  min-width: 20px;
  position: absolute;
  top: 17px;
  right: 23px;
  background: none;
  padding: 0;
}

.closeModal img {
  width: 100%;
  height: 100%;
}

.closeModal:hover,
.closeModal:focus {
  background: none;
  padding: 0;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url("../img/btn-next.svg") center/contain no-repeat !important;
}

.slick-prev:before {
  background: url("../img/btn-prev.svg") center/contain no-repeat !important;
}

.slick-prev {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto;
  color: transparent;
  width: 20px;
  height: 40px;
}

.slick-next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: -45px;
  margin: auto;
  color: transparent;
  width: 20px;
  height: 40px;
}

.modalWrapper h4 {
  max-width: 425px;
  width: 100%;
  margin: 0 auto 3rem;
  color: #004097;
  font-size: 2.9rem;
  text-align: left;
}

@media only screen and (max-width: 799px) {
  /*波形の設定*/
  .modal_btn::before {
    width: 63px;
    height: 63px;
  }
  section.one .modal_btn::before,
  section.five .modal_btn::before,
  section.nine .modal_btn::before {
    width: 53px;
    height: 53px;
  }
  section.three .modal_btn::before {
    width: 58px;
    height: 58px;
  }
  section.four .modal_btn::before {
    width: 83px;
    height: 83px;
  }
  /*モーダル スライダー*/
  .modalWrapper {
    width: 85%;
  }
  .modalWrapper h5 {
    margin-bottom: 30px;
    text-align: center;
  }
  .slick-next:before {
    background: url("../img/btn-next_sp.svg") center/contain no-repeat !important;
  }
  .slick-prev:before {
    background: url("../img/btn-prev_sp.svg") center/contain no-repeat !important;
  }
  .slick-prev {
    top: 150px;
    bottom: auto;
    left: -5%;
    width: 20px;
    height: 30px;
  }
  .slick-next {
    top: 150px;
    bottom: auto;
    right: -5%;
    width: 20px;
    height: 30px;
  }
}
/*ここまでmax-width: 799px*/
@media only screen and (max-width: 599px) {
  /*波形の設定*/
  .modal_btn::before {
    width: 33px;
    height: 33px;
    border: 1px solid #004097;
  }
  section.one .modal_btn::before,
  section.five .modal_btn::before,
  section.nine .modal_btn::before {
    width: 29px;
    height: 29px;
  }
  section.three .modal_btn::before {
    width: 33px;
    height: 33px;
  }
  section.four .modal_btn::before {
    width: 42px;
    height: 42px;
  }
  /*モーダルウィンドウ*/
  .remodal {
    width: 100%;
    max-width: 90%;
    height: 600px;
    overflow: auto;
    padding: 4rem 10% 3rem;
  }
  .remodal .ttl_box {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 2.7rem;
    left: 1rem;
  }
  .remodal .ttl_box h4 {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 1.2rem;
  }
  .remodal .ttl_box .label {
    width: 50px;
  }
  .remodal .ttl_box .tsuchiya {
    width: 40px;
  }
  .remodal .txt_box h5 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .remodal .txt_box h5 .small {
    font-size: 1.3rem;
    vertical-align: bottom;
  }
  .remodal .txt_box p {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .remodal .txt_box .txt_list {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .remodal .txt_box .txt_list li {
    padding-left: 1.5rem;
  }
  .remodal .ph {
    margin-top: 3rem;
  }
  .remodal-cancel {
    top: 10px;
    right: 5%;
  }
  /*モーダル スライダー*/
  .modalWrapper {
    width: 85%;
    padding: 30px 0 30px 5%;
  }
  .modalWrapper h4 {
    max-width: 95%;
    font-size: 2.4rem;
    line-height: 3.8rem;
    line-height: normal;
    left: -2.5%;
  }
  .modalWrapper h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    position: relative;
    left: -2.5%;
  }
  .modalWrapper ul {
    width: calc(100% - 30px);
  }
  .modalWrapper ul li {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-right: 20px;
  }
  .modalWrapper ul.dots {
    padding-left: 3rem;
  }
  .modalArea {
    width: 90%;
    margin: 0 auto;
    right: 0;
  }
  .slick-prev {
    width: 10px;
    height: 20px;
    top: 140px;
    left: 0;
  }
  .slick-next {
    width: 10px;
    height: 20px;
    top: 140px;
    right: 5%;
  }
  .slick-slide {
    height: 400px;
    overflow: auto;
  }
  .closeModal {
    top: 10px;
    right: 5%;
  }
}
/*ここまでmax-width: 599px*/
/*ここまでmax-width: 320px*/
_::-webkit-full-page-media,
_:future,
:root .remodal h4,
:root .modalWrapper h4 {
  font-weight: 600;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .remodal h4,
  .modalWrapper h4 {
    font-weight: 600;
  }
}/*# sourceMappingURL=additional.css.map */