@charset "utf-8";
/* ==============================


base


=================================*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.4;
  width: 100%;
}


img {
  width: 100%;
  max-width: 100%;
}

a,
button {
  opacity: 1;
  transition: 0.3s;
}

a:hover,
button:hover {
  opacity: 0.4;
}

#anchor-01,
#anchor-02,
#anchor-03,
#anchor-04,
#anchor-05 {
  padding-top: 100px;
  margin-top: -100px;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .inner {
    max-width: 400px;
    width: 86%;
  }

  #anchor-01,
  #anchor-02,
  #anchor-03,
  #anchor-04,
  #anchor-05 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* ==============================


common


=================================*/

h3 {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  font-size: 20px;
}

h3 img {
  width: auto;
  max-height: 30px;

}

.btn {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  min-width: 115px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #920638;
}


@media screen and (max-width: 767px) {

  h3 {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }

  h3 img {
    width: auto;
    max-height: 23px;
  }

  .btn {
    font-size: 13px;
    min-width: 120px;
    height: 30px;
  }
}

/* ==============================


parts


=================================*/

.c-009944,
.c-009944 * {
  color: #009944;
}

/* ==============================


top-btn


=================================*/
.top-btn {
  position: fixed;
  bottom: 5%;
  right: 2.5%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.top-btn.show {
  opacity: 1;
  visibility: visible;
}

.top-btn img {
  max-width: 79px;
}

@media screen and (max-width: 767px) {

  .top-btn {
    bottom: 0;
    right: inherit;
    left: 0;
  }

  .top-btn a {
    display: block;
    text-align: center;
    width: 100vw;
    padding: 10px 0;
    background-color: #920638;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}

/* ==============================


kv


=================================*/
.kv {

  padding-top: clamp(70px, 6vw, 100px);
  width: 100vw;
  position: relative;

}

.kv-bg {
  position: absolute;
  z-index: -1;
  top: calc(clamp(70px, 6vw, 100px) - 4.88vw);
  left: 0;
}

.kv-img {
  display: block;
  margin-bottom: clamp(0px, 1.5vw, 25px);
}

.kv-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #A3FFC9;
  max-width: 1260px;
  width: 90%;
  padding: clamp(7px, 0.7vw, 11px) 3%;
  margin: 0 auto;
}

.kv-anchor li a {
  height: clamp(0px, 3.6vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0px, 1.8vw, 30px);
  font-size: clamp(11px, 1.1vw, 18px);
  font-weight: 600;
  position: relative;
}

.kv-anchor li a::before,
.kv-anchor li a::after {
  content: "";
  position: absolute;
  top: calc(50% - clamp(0px, 0.3vw, 5px));
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(0px, 0.2vw, 3px);
  height: clamp(0px, 0.7vw, 12px);
  border-radius: 9999px;
  background-color: #00ad72;
  transform-origin: 50% calc(100% - clamp(0px, 0.1vw, 1.5px));
}

.kv-anchor li a::before {
  transform: rotate(45deg);
}

.kv-anchor li a::after {
  transform: rotate(-45deg);
}

.kv-anchor li span {
  display: block;
  width: 1px;
  height: clamp(0px, 3.6vw, 60px);
  background-color: #fff;
}



@media screen and (max-width: 767px) {
  .kv {
    padding-top: 60px;
  }

  .kv-bg {
    top: calc(60px - 9vw);
  }
}








/* ==============================


sec01


=================================*/
.sec01 .inner {
  padding-top: 160px;
}

.sec01 h2 {
  max-width: 284px;
  margin: 0 auto 25px;
}

.sec01 p {
  line-height: 2;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .sec01 .inner {
    padding-top: 60px;
  }

  .sec01 h2 {
    max-width: 170px;
    margin: 0 auto 15px;
  }

  .sec01 p {
    line-height: 2;
    font-size: 16px;
  }

}


/* ==============================


sec02


=================================*/

.sec02 .inner {
  padding: 100px 0 60px;
}

.sec02-ctr {
  display: flex;
  gap: 10%;
}

.sec02-ctr img {
  width: clamp(0px, 35vw, 446px);
}

.sec02-ctr table {
  border-collapse: separate;
  border-spacing: 0px clamp(0px, 1.5vw, 25px);
  margin-top: clamp(-25px, -1.5vw, 0px);

}

.sec02-ctr tr th {
  width: clamp(0px, 6.5vw, 110px);
  font-size: clamp(14px, 1.4vw, 24px);
  vertical-align: middle;
}

.sec02-ctr tr td {
  font-size: clamp(11px, 1.1vw, 18px);
  line-height: 2;
}

.sec02-ctr tr.c-009944 td {
  font-size: clamp(29px, 2.9vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.sec02-ctr tr.c-009944 td span {
  font-size: clamp(17px, 1.7vw, 28px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .sec02 .inner {
    padding: 80px 0 40px;
  }

  .sec02-ctr {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: clamp(0px, 5.3vw, 15px);
  }

  .sec02-ctr img {
    width: clamp(0px, 62.7vw, 210px);
  }

  .sec02-ctr table {
    border-collapse: separate;
    border-spacing: 0px;
    margin-top: 0px;
    width: 88vw;
    max-width: 400px;
  }

  .sec02-ctr tr th {
    width: clamp(0px, 10.7vw, 40px);
    font-size: clamp(10px, 3.7vw, 14px);
    vertical-align: middle;
    padding-bottom: clamp(0px, 4vw, 15px);
  }

  .sec02-ctr tr td {
    font-size: clamp(10px, 3.7vw, 14px);
    line-height: 2;
    padding-left: clamp(0px, 5.3vw, 20px);
    padding-bottom: clamp(0px, 2.7vw, 10px);
  }

  .sec02-ctr tr.c-009944 td {
    font-size: clamp(13px, 5.9vw, 22px);
  }

  .sec02-ctr tr.c-009944 td span {
    font-size: clamp(10px, 3.7vw, 14px);
  }

  .sec02-ctr tr td.min {
    font-size: clamp(10px, 2.9vw, 12px);
    line-height: 1.8;
  }

}



/* ==============================


sec03


=================================*/

.sec03 {
  background-color: #DEDEDE;
  overflow: hidden;
}

.sec03 .inner {
  padding: 120px 0 100px;
}

.sec03-ctr {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}


.sec03-ctr::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}

.sec03-ctr.pt01::before {
  bottom: clamp(0px, 5.95vw, 100px);
  left: calc((100vw - 1200px) / -2);
  width: clamp(0px, 20.9vw, 351px);
  height: clamp(0px, 28.5vw, 478px);
  background: url(../img/bg__deco-01.png) no-repeat center center/contain;
}

.sec03-ctr.pt02::before,
.sec03-ctr.pt03::before {
  left: inherit;
  right: calc((100vw - 1200px) / -2);
}

.sec03-ctr.pt02::before {
  top: clamp(0px, 3vw, 50px);
  width: clamp(0px, 25.4vw, 427px);
  height: clamp(0px, 28.5vw, 478px);
  background: url(../img/bg__deco-02.png) no-repeat center center/contain;
}

.sec03-ctr.pt03::before {
  top: clamp(0px, 8.9vw, 150px);
  width: clamp(0px, 43.5vw, 731px);
  height: clamp(0px, 36.3vw, 609px);
  background: url(../img/bg__deco-03.png) no-repeat center center/contain;
}




.sec03-ctr>p {
  font-size: 26px;
  background-color: #000;
  padding: 10px 3%;
  line-height: 1;
  width: 100%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sec03-ctr ul li {
  display: flex;
  line-height: 1.4;
}

.sec03-ctr ul li:not(:last-of-type) {
  margin-bottom: 50px;
}

.sec03-ctr ul li .ttl {
  margin-bottom: 10px;
}

.sec03-ctr ul li .f18 {
  font-weight: 400;
}

.sec03-ctr ul li .f18,
.pt03-txt {
  font-size: clamp(14px, 1.1vw, 18px);
}

.sec03-ctr ul li .f20 {
  font-size: 0.75em;
}

.btn-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .sec03-ctr.pt01::before {
    left: -5vw;
  }

  .sec03-ctr.pt02::before,
  .sec03-ctr.pt03::before {
    left: inherit;
    right: -5vw;
  }

}

@media screen and (max-width: 767px) {


  .sec03 .inner {
    padding: 0px 0 60px;
  }

  .sec03-ctr {
    margin-bottom: 40px;
  }


  .sec03-ctr.pt01::before {
    bottom: inherit;
    top: 200px;
    left: calc((100vw - 400px) / -2);
    width: clamp(0px, 46.9vw, 176px);
    height: clamp(0px, 63.7vw, 239px);
  }

  .sec03-ctr.pt02::before,
  .sec03-ctr.pt03::before {
    left: inherit;
    right: calc((100vw - 400px) / -2);
  }

  .sec03-ctr.pt02::before {
    top: 400px;
    width: clamp(0px, 57.1vw, 214px);
    height: clamp(0px, 63.7vw, 239px);
  }

  .sec03-ctr.pt03::before {
    top: 400px;
    right: -50vw;
    width: clamp(0px, 97.6vw, 366px);
    height: clamp(0px, 81.3vw, 305px);
  }

  .sec03-ctr>p {
    font-size: clamp(10px, 4.3vw, 16px);
    text-align: center;
    padding: 13px 3%;
    line-height: 1;
    width: 200%;
    max-width: inherit;
    margin: 0 0 30px -50%;
  }

  .sec03-ctr ul li {
    flex-direction: column;
    gap: 2px;
  }


  .sec03-ctr ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .sec03-ctr ul li .ttl {
    margin-bottom: 15px;
  }

  .sec03-ctr ul li .f18,
  .pt03-txt {
    font-size: 14px !important;
  }



  .btn-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }


  .sp-flex {
    display: flex;
    gap: 15px;
  }

  .sp-flex img {
    margin-bottom: 20px;
    max-width: 250px;
  }

}

@media screen and (max-width: 530px) {

  .sec03-ctr.pt01::before {
    left: -14vw;
  }

  .sec03-ctr.pt02::before,
  .sec03-ctr.pt03::before {
    left: inherit;
    right: -14vw;
  }

}

/* --- 01 -------------------------------- */

.flex-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flex-area>div {
  width: calc(100% - 270px);
}

.flex-area>picture img {
  max-width: 224px;
}

.sec03-ctr.pt01,
.pt03-txt span.pt03-txt-name {
  font-size: clamp(20px, 1.7vw, 28px);
}

.sec03-ctr.pt01 ul li>p,
.sec03-ctr.pt02 ul li>p {
  flex-basis: clamp(90px, 6.5vw, 110px);
}



.sec03-ctr.pt01 ul li>div {
  width: calc(100% - clamp(120px, 10.1vw, 170px));
}


.sec03-ctr.pt01 .btn-area {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .flex-area>div {
    width: 100%;
  }

  .sec03-ctr,
  .pt03-txt span.pt03-txt-name {
    font-size: 17px !important;
  }

  .sec03-ctr ul li>p {
    flex-basis: inherit !important;
    font-size: 15px;
    padding-top: 3px;
  }

  .sec03-ctr ul li>div {
    width: 100% !important;
  }


  .sec03-ctr .btn-area {
    margin-bottom: 20px !important;
    line-height: 1.3;
  }


}

/* --- 02 -------------------------------- */

.sec03-ctr.pt02 ul li,
.time {
  font-size: clamp(18px, 1.4vw, 24px);
}

.time {
  line-height: 1.8;
}


.sec03-ctr.pt02 ul li>div {
  width: calc(100% - clamp(90px, 6.5vw, 110px));
}


.sec03-ctr.pt02 button,
.sec03-ctr.pt03 button {
  font-size: 14px;
}

.sec03-ctr.pt02 ul li,
.pt02 .btn-area {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .time {
    line-height: 1.2  ;
  }

  .sec03-ctr.pt02 ul li,
  .sec03-ctr.pt03 ul li:not(:first-of-type) {
    flex-direction: row;
    gap: clamp(0px, 4.0vw, 15px);
  }

  .sec03-ctr.pt02 ul li>p,
  .sec03-ctr.pt03 ul li:not(:first-of-type)>p {
    white-space: nowrap;
  }

}

/* --- 03 -------------------------------- */
.sec03-ctr.pt03 .btn-area,
.pt03-txt {
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- btn -------------------------------- */

.sec03-btn {
  display: flex;
  justify-content: center;
  gap: 5%;
  z-index: 3;
  position: relative;
}

.sec03-btn a {
  color: #920638;
  border: #920638 1px solid;
  background-color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
  height: 70px;
  max-width: 505px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
}

.sec03-btn a::before,
.sec03-btn a::after {
  position: absolute;
  content: "";
}

.sec03-btn a::before {
  right: 5%;
  width: 25px;
  height: 2px;
  background: #920638;
}

.sec03-btn a::after {
  right: 5%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #920638;
  border-right: 2px solid #920638;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec03-btn a:nth-of-type(2) {
    padding-right: 5%;
  }

  .sec03-btn a::before {
    width: 6%;
  }

}


@media screen and (max-width: 767px) {

  .sec03-btn {
    flex-direction: column;
    gap: 20px;
  }

  .sec03-btn a {
    font-size: clamp(10px, 4.0vw, 15px);
    height: 60px;
    width: 100%;
  }

  .sec03-btn a:nth-of-type(2) {
    padding-right: 7.5%;
    font-size: clamp(10px, 3.7vw, 14px);
    letter-spacing: normal;
  }

  .sec03-btn a::before {
    right: 3%;
    width: 6%;
  }

  .sec03-btn a::after {
    right: 3%;
    width: 10px;
    height: 10px;
  }
}

/* ==============================


sec04


=================================*/

.sec04 {
  position: relative;
}


.sec04::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(0px, 5.95vw, 100px);
  left: 0;
  width: clamp(0px, 11.3vw, 190px);
  height: clamp(0px, 44.1vw, 741px);
  background: url(../img/bg__deco-04.png) no-repeat center center/contain;
  z-index: -1;
}

.sec04 .inner {
  padding: 150px 0 0;
}

.sec04-ctr {
  display: flex;
  gap: 7%;
}


.sec04-ctr>iframe {
  width: 50%;
  height: auto;
}

.sec04-ctr>div>p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec04-ctr>div>p:nth-of-type(2) {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sec04-ctr>div>a {
  margin: 0 0 0 auto;
  font-size: 12px;
  width: 140px;
  padding: 10px 20px 10px 0;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #920638;
  position: relative;
}

.sec04-ctr>div>a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 21px;
  height: 17px;
  background: url(../img/icon.png) no-repeat center center/contain;
}


@media screen and (max-width: 767px) {

  .sec04::before {
    top: clamp(0px, 21.3vw, 80px);
    width: clamp(0px, 20.3vw, 76px);
    height: clamp(0px, 79.2vw, 297px);
  }

  .sec04 .inner {
    padding: 80px 0 0;
  }

  .sec04-ctr {
    flex-direction: column;
    gap: 20px;
  }

  .sec04-ctr>iframe {
    width: 100%;
    height: clamp(0px, 74.7vw, 280px);
  }

  .sec04-ctr>div>p:nth-of-type(1) {
    font-size: clamp(12px, 5.3vw, 20px);
    margin-bottom: 5px;
  }

  .sec04-ctr>div>p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: 20px;
  }


  .sec04-ctr>div>a {
    margin: 0 0 auto 0;
  }
}

/* ==============================


sec05


=================================*/
.sec05 .inner {
  padding: 80px 0;
}

.sec05-ctr {
  display: flex;
  justify-content: space-between;
  font-size: clamp(11px, 1.1vw, 18px);
}

.sec05-ctr ul {
  width: 48.5%;
  border-bottom: 1px solid #C6C6C6;
}


.sec05-ctr ul li {
  border-top: 1px solid #C6C6C6;
  padding: 20px 0;
  display: flex;
  gap: clamp(0px, 0.6vw, 10px);
}

.sec05-ctr ul li p:nth-of-type(1) {
  width: clamp(70px, 7.7vw, 130px);

}

@media screen and (max-width: 767px) {
  .sec05 .inner {
    padding: 60px 0 20px;
  }

  .sec05-ctr {
    flex-direction: column;
    font-size: clamp(10px, 3.5vw, 13px);
  }

  .sec05-ctr ul {
    width: 100%;
  }

  .sec05-ctr ul:nth-of-type(1) {
    border-bottom: none;
  }

  .sec05-ctr ul li {
    padding: clamp(0px, 4vw, 15px) 0;
    gap: 0;
  }

  .sec05-ctr ul li p:nth-of-type(1) {
    width: clamp(0px, 26.7vw, 100px);
    white-space: nowrap;
  }

  .sec05-ctr ul li p:nth-of-type(2) {
    width: calc(100% - clamp(0px, 26.7vw, 100px));
  }

  .sec05-ctr>a {
    max-width: 65px;
    margin: 30px 0 0 auto;
  }
}













/* ==============================


header


=================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-bg {
  background-color: #000;
}

.header-inner {
  width: 100%;
  margin: 0 auto;
  height: clamp(70px, 6vw, 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header-logo {
  display: flex;
  align-items: center;
  gap: clamp(0px, 1.5vw, 40px);
  margin-left: 5vw;
}

.header-logo a img {
  width: clamp(0px, 14vw, 235px);
}

.header-logo p {
  font-size: clamp(14px, 1.4vw, 23px);
  color: #fff;
}


.header-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 1.2vw, 20px);
  font-size: clamp(10px, 1vw, 16px);
  color: #fff;
}

.header-anchor span {
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.header-anchor p.close {
  pointer-events: none;
  text-align: center;
}

.header-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 1.2vw, 20px);

}

.header-sns a {
  display: inline-block;
  width: clamp(20px, 2.1vw, 36px);

}

.header-btn {
  color: #fff;
  text-align: center;
  background-color: #920638;
  display: flex;
  width: clamp(0px, 14.9vw, 250px);
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.4;
  padding: 0 3px;
}



@media screen and (max-width: 767px) {



  .header-inner {
    width: 92%;
    height: 60px;
    justify-content: space-between;
  }


  .header-logo {
    display: flex;
    align-items: center;
    gap: 3%;
    width: 85%;
  }

  .header-logo a img {
    width: clamp(0px, 36vw, 135px);
  }




  .header-logo div p:nth-of-type(1) {
    font-size: clamp(10px, 4vw, 15px);
  }


  .header-anchor {
    gap: 7%;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }

  .header-sns {
    gap: 3%;
    padding: 10px;
  }

  .header-sns a {
    max-width: 22px;
    width: 5.6vw;
  }

  /* --- ハンバーガーメニュー -------------------------------- */

  .menu {
    width: 50px;
    height: 33px;
    cursor: pointer;
    position: relative;
  }

  .menu span {
    display: block;
    margin: 0;
    border: none;
    width: 70%;
    height: 1px;
    background: #fff;
    transform-origin: 0% 50%;
    position: absolute;
    top: 13px;
    left: 15%;
    transition: .3s;
  }

  .menu span:nth-of-type(2) {
    top: 20px;
  }

  .menu span:nth-of-type(3) {
    top: 27px;
  }

  .close span {
    left: 30%;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 52%;
    top: 12px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    width: 52%;
  }

  #menu-text {
    text-align: center;
    font-size: 10px;
    font-family: "Noto Sans JP", system-ui;
    color: #fff;
  }

  .menu-content {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .menu-open.menu-content {
    display: block;
  }


}



/* ==============================


footer


=================================*/


footer {
  width: 100%;
  padding: 35px 0 25px;
}

footer>p {
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.footer-inner {
  width: 90%;
  max-width: 1100px;
  display: flex;
  margin: 0 auto 60px;
  gap: 100px;
  justify-content: center;
}

.footer-inner a {
  max-width: 280px;
}

.footer-inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {


  footer {
    padding: 50px 0 80px;
  }

  footer>p {
    font-size: 10px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 45px;
    gap: clamp(0px, 8vw, 30px);
  }

  .footer-inner a {
    max-width: 175px;
  }

  .footer-inner p {
    text-align: center;
    font-size: clamp(10px, 3.2vw, 12px);
    line-height: 1.6;
  }

}



/* ==============================


モーダル表示


=================================*/


.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__batu {
  position: absolute;
  top: -80px;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal__batu span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 80px;
  height: 1px;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
}

.modal__batu span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


.modal__content {
  background: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 88%;
  max-width: 900px;
  padding: 30px 3%;
}


.modal__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 15px;
  background-color: #920638;
}

.modal__content>p {
  color: rgba(122, 122, 122, 0.6);
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.4em;
  margin-bottom: 30px;
  line-height: 1;
}

.modal__content-flex {
  display: flex;
  gap: 40px;
}

.modal__content-flex-img {
  width: 220px;
}

.modal__content-flex-txt {
  width: calc(100% - 230px);
  font-size: 16px;
  line-height: 1.6;
}

.modal__content-flex-txt-name {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 7px;
}

.modal__content-flex-txt-name span {
  font-size: 0.5em;
  padding-left: 10px;
}

.modal__content-flex-txt-prf {
  margin-bottom: 30px;
}

.modal__content-flex-txt-prf a {
  color: #009944;
  text-decoration: underline;
}

.modal__content-flex-txt-ttl {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}

.modal__content-flex-txt-p {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .modal__batu {
    position: absolute;
    top: clamp(-45px, -16vw, 0px);
    right: 0;
    width: clamp(0px, 16vw, 40px);
    height: clamp(0px, 16vw, 40px);
  }

  .modal__batu span {
    width: clamp(0px, 16vw, 60px);
  }

  .modal__content {
    width: 95%;
    max-width: 430px;
    padding: clamp(0px, 5.3vw, 15px) 3% clamp(0px, 8vw, 25px);
    top: 48%;
  }

  .modal__content::before {
    width: calc(((100% - clamp(0px, 37.3vw, 140px)) / 2) + clamp(0px, 37.3vw, 140px));
    height: clamp(0px, 2.1vw, 8px);
  }



  .modal__content>p {
    font-size: clamp(10px, 4.3vw, 16px);
    margin-bottom: clamp(0px, 5.3vw, 20px);

  }

  .modal__content-flex {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 6.7vw, 25px);
  }

  .modal__content-flex-img {
    width: clamp(0px, 30vw, 140px);
  }

  .modal__content-flex-txt {
    width: 100%;
    font-size: clamp(10px, 3.7vw, 14px);
    line-height: 1.6;
  }

  .modal__content-flex-txt-name {
    font-size: clamp(13px, 5.9vw, 22px);
    margin-bottom: clamp(0px, 1.6vw, 6px);
    text-align: center;
  }

  .modal__content-flex-txt-name span {
    font-size: 0.7em;
    padding-left: clamp(0px, 2.7vw, 10px);
  }

  .modal__content-flex-txt-prf {
    margin-bottom: clamp(0px, 6.7vw, 25px);
    text-align: center;
  }

  .modal__content-flex-txt-ttl {
    font-size: clamp(10px, 4vw, 15px);
    line-height: 1.4;
  }

  .modal__content-flex-txt-p {
    font-size: clamp(10px, 3.5vw, 13px);
  }

}

@media screen and (max-width: 330px) {
  .modal__batu {
    top: -35px;
    width: 30px;
    height: 30px;
  }

  .modal__content {
    width: 96%;
    padding: 20px 3% 10px;
    top: 51%;
  }

  .modal__content>p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .modal__content-flex-txt {
    font-size: 12px;
    line-height: 1.3;
  }

  .modal__content-flex-txt-name {
    font-size: 16px;
  }

  .modal__content-flex-txt-prf {
    margin-bottom: 10px;
  }

  .modal__content-flex-txt-ttl {
    font-size: 12px;
    line-height: 1.2;
  }

}

/* --- modal 03-01 -------------------------------- */
.special-ctr {
  flex-direction: column;
  gap: 25px;
}

.special-ctr-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.special-ctr-box>div {
  width: 36%;
  text-align: center;

}

.special-ctr-box>div .modal__content-flex-img {
  margin: 0 auto 10px;
}

.special-ctr-box>div .modal__content-flex-txt-prf {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.special-ctr-box>div .modal__content-flex-txt-name {
  font-size: 26px;
}

.special-ctr .modal__content-flex-txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .special-ctr {
    flex-direction: column;
    gap: 20px;
  }

  .special-ctr-box {
    width: 100%;
    gap: 25px;
  }

  .special-ctr-box>div {
    width: fit-content;
  }

  .special-ctr-box>div .modal__content-flex-img {
    margin: 0 auto 10px;
  }

  .special-ctr-box>div .modal__content-flex-txt-prf {
    margin-bottom: 0;
    font-size: clamp(10px, 4vw, 14px);
    line-height: 1.4;
  }

  .special-ctr-box>div .modal__content-flex-txt-name {
    font-size: clamp(13px, 5.9vw, 20px);
  }

  .special-ctr .modal__content-flex-txt {
    width: 100%;
  }
}

/* ==============================


display none


=================================*/
/*::::::::::::pc用::::::::::::*/
@media screen and (min-width: 1101px) {
  .pad_non {
    display: none !important;
  }

  .sp_non {
    display: none !important;
  }

  .pad-sp_non {
    display: none !important;
  }
}

/*::::::::::::pad用::::::::::::*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc_non {
    display: none !important;
  }

  .sp_non {
    display: none !important;
  }

  .pc-sp_non {
    display: none !important;
  }
}

/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 767px) {
  .pc_non {
    display: none !important;
  }

  .pad_non {
    display: none !important;
  }

  .pc-pad_non {
    display: none !important;
  }
}