@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");


.c-white {
  color: #F6F6F6 !important;
}

.c-blue {
  color: #6391A1;
}
.mt-0 {
  margin-top: 0 !important;
}
.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

.sp_in_no {
  display: inline-block;
}

.sp_in_bl {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block;
  }
  .sp_no {
    display: none;
  }
  .sp_in_no {
    display: none;
  }
  .sp_in_bl {
    display: inline-block;
  }
}
.dis_no {
  display: none !important;
}

.out_1 {
  pointer-events: none;
  opacity: 0.5;
}

.reset {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.illust_container {
  display: block;
  pointer-events: none;
}
.illust_container .illust {
  display: block;
  position: absolute;
}
.illust_container .illust img {
  width: 100%;
  height: auto;
}

.page_inner {
  position: relative;
  width: min(1440px, 1440vw / (1440 / 100));
  margin: 0 auto;
}
.page_inner.lr_pd {
  padding: 0 min(95px, 95vw / (1440 / 100));
}
.page_inner.lr_pd-pc {
  padding: 0 min(95px, 95vw / (1440 / 100));
}
@media (max-width: 767px) {
  .page_inner {
    width: 100%;
  }
  .page_inner.lr_pd {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .page_inner.lr_pd-pc {
    padding: 0;
  }
}

.cm_btn {
  position: relative;
  display: block;
  width: min(270px, 270vw / (1440 / 100));
  padding: min(16px, 16vw / (1440 / 100));
  background-color: transparent;
  border: 1px solid #212529;
  font-family: "Noto Sans", sans-serif;
  color: #212529;
  letter-spacing: 0.15em;
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.2;
  text-align: center;
  margin: min(60px, 60vw / (1440 / 100)) auto 0;
}
@media (max-width: 767px) {
  .cm_btn {
    width: calc(230 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    margin: calc(50 / 375 * 100vw) auto 0;
  }
  .cm_btn::after {
    width: calc(20 / 375 * 100vw);
  }
}

.cm_head {
  position: relative;
  text-align: center;
}
.cm_head.side_line::before {
  display: block;
  content: "";
  width: calc(100% - min(300px, 300vw / (1440 / 100)));
  height: 1px;
  background-color: #5B6E6E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cm_head.side_line .cm_ttl_box {
  background-color: #F6F6F6;
}
.cm_head .cm_ttl_box {
  display: inline-block;
  padding: 0 min(60px, 60vw / (1440 / 100));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cm_head.side_line::before {
    width: calc(100% - 48 / 375 * 100vw);
  }
  .cm_head .ttl_box {
    padding: 0 calc(28 / 375 * 100vw);
  }
  .cm_head h2 {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1.4;
  }
  .cm_head p {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
}

.cm_mv {
  position: relative;
}
.cm_mv .mv_img {
  width: 100%;
  height: auto;
}
.cm_mv .mv_img img {
  width: 100%;
  height: auto;
}
.cm_mv .cm_ttl_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F6F6F6;
  text-align: center;
}

.mv_ttl {
  position: absolute;
  color: #F6F6F6;
  font-family: "Shippori Mincho", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.mv_ttl .sub_ttl {
  font-size: min(22px, 22vw / (1440 / 100));
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
}
.mv_ttl h2 {
  font-size: min(28px, 28vw / (1440 / 100));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.mv_ttl .ttl_en {
  font-size: min(14px, 14vw / (1440 / 100));
  letter-spacing: 0.3em;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .mv_ttl .sub_ttl {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: 1em;
  }
  .mv_ttl h2 {
    font-size: calc(18 / 375 * 100vw);
  }
  .mv_ttl .ttl_en {
    font-size: calc(8 / 375 * 100vw);
    margin-top: 1.5em;
  }
}

.cm_ttl_box {
  text-align: center;
}
.cm_ttl_box h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: min(40px, 40vw / (1440 / 100));
  line-height: 1;
  letter-spacing: 0.2em;
}
.cm_ttl_box p {
  font-family: "Noto Serif", serif;
  margin-top: min(4px, 4vw / (1440 / 100));
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  color: #5B6E6E;
}

.cm_ttl {
  text-align: center;
}
.cm_ttl h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: min(32px, 32vw / (1440 / 100));
  line-height: 1;
  letter-spacing: 0.2em;
}
.cm_ttl p {
  font-family: "Noto Serif", serif;
  margin-top: min(4px, 4vw / (1440 / 100));
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
  color: #5B6E6E;
}
@media (max-width: 767px) {
  .cm_ttl h3 {
    font-size: calc(24 / 375 * 100vw);
  }
  .cm_ttl p {
    font-size: calc(12 / 375 * 100vw);
    margin-top: 0.2em;
  }
}

.cm_title {
  text-align: center;
}

.cm_line_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(24px, 24vw / (1440 / 100));
  font-size: min(24px, 24vw / (1440 / 100));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  color: #5B6E6E;
  font-weight: 500;
}
.cm_line_ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A1B2B2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .cm_line_ttl {
    gap: calc(16 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.privacy {
  color: #212529;
}
.privacy .img_box img {
  width: 100%;
  height: auto;
}
.privacy p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .privacy p {
    font-size: calc(13 / 375 * 100vw);
  }
}

.privacy__top {
  position: relative;
  z-index: 0;
}
.privacy__top .img_box {
  position: relative;
  width: 100%;
  color: #F6F6F6;
}
@media (max-width: 767px) {
  .privacy__top .img_box {
    width: calc(330 / 375 * 100vw);
    margin: 0 auto;
  }
}
.privacy__top .page_inner {
  padding: 0 min(205px, 205vw / (1440 / 100));
}
@media (max-width: 767px) {
  .privacy__top .page_inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.privacy__top .txt_item {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
  font-family: "Noto Sans", sans-serif;
  margin-top: min(54px, 54vw / (1440 / 100));
}
@media (max-width: 767px) {
  .privacy__top .txt_item {
    margin: calc(56 / 375 * 100vw) auto 0;
    font-size: calc(13 / 375 * 100vw);
  }
}

.privacy__main {
  position: relative;
  z-index: 0;
  padding-top: min(80px, 80vw / (1440 / 100));
}
@media (max-width: 767px) {
  .privacy__main {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.privacy__main .page_inner {
  padding: 0 min(205px, 205vw / (1440 / 100));
  padding-bottom: min(150px, 150vw / (1440 / 100));
}
@media (max-width: 767px) {
  .privacy__main .page_inner {
    padding: 0 calc(20 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
.privacy__main .privacy_list .privacy_item {
  margin-top: min(80px, 80vw / (1440 / 100));
}
.privacy__main .privacy_list .privacy_item h3 {
  font-family: "Playfair Display", serif;
  font-size: min(22px, 22vw / (1440 / 100));
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy__main .privacy_list .privacy_item p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
  margin-top: min(24px, 24vw / (1440 / 100));
  font-weight: 400;
}
.privacy__main .privacy_list .privacy_item:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .privacy__main .privacy_list .privacy_item {
    margin-top: calc(40 / 375 * 100vw);
  }
  .privacy__main .privacy_list .privacy_item h3 {
    font-family: "Playfair Display", serif;
    font-size: calc(14 / 375 * 100vw);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .privacy__main .privacy_list .privacy_item p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    margin-top: calc(16 / 375 * 100vw);
  }
}
.flow {
  background-color: #F6F6F6;
}
.flow p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .flow p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.flow .img_box img {
  width: 100%;
  height: auto;
}

.flow__top {
  position: relative;
  z-index: 0;
}

.flow__cm {
  padding-top: min(80px, 80vw / (1440 / 100));
}
.flow__cm .page_inner {
  padding: 0 min(155px, 155vw / (1440 / 100));
  padding-bottom: min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .flow__cm {
    padding-top: calc(28 / 375 * 100vw);
  }
  .flow__cm .page_inner {
    padding: 0 calc(24 / 375 * 100vw);
    padding-bottom: calc(58 / 375 * 100vw);
  }
}
.flow__cm .flow_item_box .flow_item {
  position: relative;
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.flow__cm .flow_item_box .flow_item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #A1B2B2;
  width: 1px;
  height: calc(100% - min(15px, 15vw / (1440 / 100)));
  -webkit-transform: translateY(min(30px, 30vw / (1440 / 100)));
          transform: translateY(min(30px, 30vw / (1440 / 100)));
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item::after {
    height: calc(100% - 8 / 375 * 100vw);
    -webkit-transform: translateY(calc(72 / 375 * 100vw));
            transform: translateY(calc(72 / 375 * 100vw));
  }
}
.flow__cm .flow_item_box .flow_item::before {
  position: absolute;
  left: 0;
  top: min(30px, 30vw / (1440 / 100));
  display: block;
  content: "";
  width: min(20px, 20vw / (1440 / 100));
  height: min(20px, 20vw / (1440 / 100));
  border-radius: 50%;
  background-color: #A1B2B2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item::before {
    top: calc(72 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}
.flow__cm .flow_item_box .flow_item:nth-child(n+5)::after {
  background-color: #5B6E6E;
}
.flow__cm .flow_item_box .flow_item:nth-child(n+5)::before {
  background-color: #5B6E6E;
}
.flow__cm .flow_item_box .flow_item:last-child::after {
  display: none;
}
.flow__cm .flow_item_box .flow_item .flow_item_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Shippori Mincho", serif;
  padding-left: min(40px, 40vw / (1440 / 100));
}
.flow__cm .flow_item_box .flow_item .flow_item_hd .flow_item_step {
  font-size: min(11px, 11vw / (1440 / 100));
  text-align: center;
  width: min(80px, 80vw / (1440 / 100));
  font-weight: 400;
  white-space: nowrap;
}
.flow__cm .flow_item_box .flow_item .flow_item_hd .flow_item_step .num {
  font-size: min(45px, 45vw / (1440 / 100));
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
.flow__cm .flow_item_box .flow_item .flow_item_hd h4 {
  font-size: min(22px, 22vw / (1440 / 100));
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 0.25em;
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item .flow_item_hd {
    gap: calc(16 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
  }
  .flow__cm .flow_item_box .flow_item .flow_item_hd .flow_item_step {
    font-size: calc(10 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
  .flow__cm .flow_item_box .flow_item .flow_item_hd .flow_item_step .num {
    font-size: calc(35 / 375 * 100vw);
  }
  .flow__cm .flow_item_box .flow_item .flow_item_hd h4 {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.01em;
  }
}
.flow__cm .flow_item_box .flow_item .flex_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: min(50px, 50vw / (1440 / 100));
  padding-bottom: min(50px, 50vw / (1440 / 100));
}
.flow__cm .flow_item_box .flow_item .flex_item .side_item {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1;
  color: #999999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2em;
  -webkit-transform: translate(-175%, -50%);
          transform: translate(-175%, -50%);
  font-weight: 600;
}
.flow__cm .flow_item_box .flow_item .flex_item .txt_box {
  padding: 0 min(56px, 56vw / (1440 / 100)) 0 min(70px, 70vw / (1440 / 100));
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__cm .flow_item_box .flow_item .flex_item .txt_box p {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #666666;
  margin-top: min(16px, 16vw / (1440 / 100));
}
.flow__cm .flow_item_box .flow_item .flex_item .txt_box p:first-child {
  margin-top: 0;
}
.flow__cm .flow_item_box .flow_item .flex_item .img_box {
  width: min(500px, 500vw / (1440 / 100));
}
.flow__cm .flow_item_box .flow_item .flex_item .img_box img {
  width: 100%;
  height: auto;
}
.flow__cm .flow_item_box .flow_item .flex_item .cm_btn {
  margin: min(24px, 24vw / (1440 / 100)) 0 0;
}
.flow__cm .flow_item_box .flow_item .flex_item .cm_btn.pc_only {
  display: block;
}
.flow__cm .flow_item_box .flow_item .flex_item .cm_btn.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item .flex_item .cm_btn {
    margin: calc(24 / 375 * 100vw) 0 0;
  }
  .flow__cm .flow_item_box .flow_item .flex_item .cm_btn.pc_only {
    display: none;
  }
  .flow__cm .flow_item_box .flow_item .flex_item .cm_btn.sp_only {
    display: block;
  }
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item .flex_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(8 / 375 * 100vw);
    margin-left: calc(24 / 375 * 100vw);
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .flow__cm .flow_item_box .flow_item .flex_item .side_item {
    top: 0;
    font-size: calc(14 / 375 * 100vw);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .flow__cm .flow_item_box .flow_item .flex_item .txt_box {
    padding: calc(28 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .flow__cm .flow_item_box .flow_item .flex_item .txt_box p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: calc(28 / 375 * 100vw);
  }
  .flow__cm .flow_item_box .flow_item .flex_item .img_box {
    width: 100%;
  }
}
.flow__cm .flow_item_box .flow_item .side_item {
  position: absolute;
  top: 50%;
  left: max(-24px, -24vw / (1440 / 100));
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1;
  color: #999999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.5em;
  font-weight: 600;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.flow__cm .flow_item_box .flow_item .side_item.__bottom {
  top: auto;
  bottom: 0;
}
.flow__cm .flow_item_box .flow_item .side_item.__top {
  top: min(72px, 72vw / (1440 / 100));
  bottom: auto;
  color: #5B6E6E;
}
@media (max-width: 767px) {
  .flow__cm .flow_item_box .flow_item .side_item {
    font-size: calc(16 / 375 * 100vw);
    left: calc(4 / 375 * 100vw);
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .flow__cm .flow_item_box .flow_item .side_item.__top {
    top: calc(120 / 375 * 100vw);
  }
}

.about {
  font-weight: 400;
}
.about p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.about .img_box img {
  width: 100%;
  height: auto;
}

.about__top {
  position: relative;
  z-index: 0;
  background-image: url("../img/about/mv.webp");
  background-size: cover;
  background-position: center bottom;
  padding: min(90px, 90vw / (1440 / 100)) 0 min(550px, 550vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__top {
    background-image: url("../img/about/mv_sp.webp");
    padding: calc(64 / 375 * 100vw) 0 calc(172 / 375 * 100vw);
  }
}
.about__top .cm_ttl_box h2 {
  font-size: min(150px, 150vw / (1440 / 100));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .about__top .cm_ttl_box h2 {
    font-size: calc(60 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
}
.about__top .cm_ttl_box p {
  font-size: min(24px, 24vw / (1440 / 100));
  margin-top: -1em;
}
@media (max-width: 767px) {
  .about__top .cm_ttl_box p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.about__top .txt_box {
  font-size: min(16px, 16vw / (1440 / 100));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(32px, 32vw / (1440 / 100));
  margin-top: min(80px, 80vw / (1440 / 100));
  color: #F6F6F6;
  text-align: center;
}
@media (max-width: 767px) {
  .about__top .txt_box {
    font-size: calc(13 / 375 * 100vw);
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.about__top .about_copy {
  margin-top: min(32px, 32vw / (1440 / 100));
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__top .about_copy {
    margin-top: calc(32 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }
}
.about__top .about_copy::before {
  display: inline-block;
  content: "";
  height: min(80px, 80vw / (1440 / 100));
  width: 1px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .about__top .about_copy::before {
    height: calc(64 / 375 * 100vw);
  }
}
.about__top .about_copy p {
  display: inline-block;
  font-size: min(22px, 22vw / (1440 / 100));
  color: #F6F6F6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1em;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  .about__top .about_copy p {
    font-size: calc(13 / 375 * 100vw);
  }
}

.about__info {
  background-image: url("../img/about/info_bak.webp");
}
.about__info .page_inner {
  padding: min(80px, 80vw / (1440 / 100)) min(250px, 250vw / (1440 / 100)) min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__info .page_inner {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.about__info .info_list {
  background-color: #F6F6F6;
  padding: min(50px, 50vw / (1440 / 100)) min(130px, 130vw / (1440 / 100));
  margin-top: min(48px, 48vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__info .info_list {
    padding: calc(30 / 375 * 100vw) calc(24 / 375 * 100vw);
    margin-top: calc(21 / 375 * 100vw);
    background-color: #fff;
  }
}
.about__info .info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(40px, 40vw / (1440 / 100));
  padding: min(20px, 20vw / (1440 / 100)) 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
.about__info .info_list dl dt {
  font-family: "Playfair Display", serif;
  font-size: min(16px, 16vw / (1440 / 100));
  letter-spacing: 0.2em;
  color: #212529;
  width: min(180px, 180vw / (1440 / 100));
}
.about__info .info_list dl dd {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  color: #212529;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__info .info_list dl:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .about__info .info_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(4 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) 0;
  }
  .about__info .info_list dl dt {
    font-size: calc(15 / 375 * 100vw);
    width: 100%;
  }
  .about__info .info_list dl dd {
    font-size: calc(13 / 375 * 100vw);
    padding: 0 1em;
  }
  .about__info .info_list dl:last-child {
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  }
}

.about__map {
  background-color: #F6F6F6;
}
.about__map .page_inner {
  padding: min(80px, 80vw / (1440 / 100)) min(117px, 117vw / (1440 / 100)) min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__map .page_inner {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.about__map .map_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(72px, 72vw / (1440 / 100));
  margin-top: min(72px, 72vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__map .map_box {
    gap: calc(50 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.about__map .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(64px, 64vw / (1440 / 100));
  margin-top: min(40px, 40vw / (1440 / 100));
}
.about__map .item_content .item_card {
  width: min(460px, 460vw / (1440 / 100));
}
.about__map .item_content .item_card p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .about__map .item_content .item_card {
    width: 100%;
  }
}
.about__map .item_content .map_gmap {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__map .item_content .map_gmap iframe {
  width: 100%;
  height: min(440px, 440vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__map .item_content .map_gmap iframe {
    height: calc(300 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .about__map .item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(18 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
}

.about__partner {
  background-color: #E2E2E2;
}
.about__partner .page_inner {
  padding: min(80px, 80vw / (1440 / 100)) min(216px, 216vw / (1440 / 100)) min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__partner .page_inner {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.about__partner .partner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(48px, 48vw / (1440 / 100));
  margin-top: min(48px, 48vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__partner .partner_box {
    gap: calc(30 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.about__partner .partner_box .partner_item {
  border: 1px solid #A1B2B2;
  background-color: #F6F6F6;
}
.about__partner .partner_box .partner_item .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(64px, 64vw / (1440 / 100));
  margin-top: min(40px, 40vw / (1440 / 100));
  padding: min(45px, 45vw / (1440 / 100)) min(80px, 80vw / (1440 / 100)) min(45px, 45vw / (1440 / 100)) min(56px, 56vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 375 * 100vw);
    margin-top: 0;
    padding: calc(30 / 375 * 100vw);
  }
}
.about__partner .partner_box .partner_item .img_box {
  width: min(265px, 265vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .img_box {
    width: calc(160 / 375 * 100vw);
    margin: 0 auto;
  }
}
.about__partner .partner_box .partner_item .img_box img {
  width: 100%;
  height: auto;
}
.about__partner .partner_box .partner_item .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__partner .partner_box .partner_item .txt_box h4 {
  font-family: "Playfair Display", serif;
  font-size: min(24px, 24vw / (1440 / 100));
  letter-spacing: 0.2em;
  color: #5B6E6E;
  border-bottom: 1px solid #A1B2B2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .txt_box h4 {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
    padding-bottom: 0.5em;
  }
}
.about__partner .partner_box .partner_item .txt_box .partner_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(16px, 16vw / (1440 / 100));
  margin-top: min(16px, 16vw / (1440 / 100));
}
.about__partner .partner_box .partner_item .txt_box .partner_name .name_ja {
  font-size: min(22px, 22vw / (1440 / 100));
  color: #212529;
  font-family: "Playfair Display", serif;
}
.about__partner .partner_box .partner_item .txt_box .partner_name .name_en {
  font-size: min(12px, 12vw / (1440 / 100));
  color: #5B6E6E;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #CDC2B3;
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .txt_box .partner_name {
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
  .about__partner .partner_box .partner_item .txt_box .partner_name .name_ja {
    font-size: calc(16 / 375 * 100vw);
  }
  .about__partner .partner_box .partner_item .txt_box .partner_name .name_en {
    font-size: calc(10 / 375 * 100vw);
  }
}
.about__partner .partner_box .partner_item .txt_box p {
  margin-top: min(16px, 16vw / (1440 / 100));
  font-size: min(16px, 16vw / (1440 / 100));
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .txt_box p {
    margin-top: calc(16 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
.about__partner .partner_box .partner_item .partner_btn {
  background-color: #A1B2B2;
  color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__partner .partner_box .partner_item .partner_btn::after {
  display: inline-block;
  content: "";
  width: min(7px, 7vw / (1440 / 100));
  height: min(12px, 12vw / (1440 / 100));
  background-image: url("../img/about/arrow.svg");
  background-repeat: none;
  background-size: contain;
}
@media (max-width: 767px) {
  .about__partner .partner_box .partner_item .partner_btn {
    padding: 0.5em 0;
  }
  .about__partner .partner_box .partner_item .partner_btn::after {
    width: calc(5 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.about__message .page_inner {
  padding: min(80px, 80vw / (1440 / 100)) 0 min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__message .page_inner {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.about__message .message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(110px, 110vw / (1440 / 100));
  margin-top: min(64px, 64vw / (1440 / 100));
  padding: 0 min(210px, 210vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__message .message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: min(110px, 110vw / (1440 / 100));
    margin-top: min(64px, 64vw / (1440 / 100));
    padding: 0;
  }
}
.about__message .message_box .item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__message .message_box .item_content h4 {
  font-family: "Playfair Display", serif;
  font-size: min(24px, 24vw / (1440 / 100));
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #A1B2B2;
}
@media (max-width: 767px) {
  .about__message .message_box .item_content h4 {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 1em;
  }
}
.about__message .message_box .item_content .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-top: min(28px, 28vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__message .message_box .item_content .txt_box {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.about__message .message_box .item_content .txt_box .name_box {
  text-align: right;
  margin-right: calc(36 / 375 * 100vw);
}
.about__message .message_box .item_content .txt_box .name_box .message_company {
  font-size: calc(13 / 375 * 100vw);
  letter-spacing: 0.1em;
}
.about__message .message_box .item_content .txt_box .name_box .message_name {
  font-family: "Playfair Display", serif;
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.1em;
}
.about__message .message_box .item_img {
  width: min(328px, 328vw / (1440 / 100));
  text-align: right;
}
@media (max-width: 767px) {
  .about__message .message_box .item_img {
    width: calc(230 / 375 * 100vw);
    margin: 0 auto;
  }
}
.about__message .message_box .item_img .img_box {
  width: 100%;
}
.about__message .message_box .item_img .img_box img {
  width: 100%;
  height: auto;
}
.about__message .message_box .item_img .message_company {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1;
  margin-top: min(30px, 30vw / (1440 / 100));
}
.about__message .message_box .item_img .message_name {
  font-family: "Playfair Display", serif;
  font-size: min(18px, 18vw / (1440 / 100));
  margin-top: min(8px, 8vw / (1440 / 100));
  line-height: 1;
  margin-top: 0.5em;
}
.about__message .img_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(9px, 9vw / (1440 / 100)) 1fr min(9px, 9vw / (1440 / 100)) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(9px, 9vw / (1440 / 100));
  margin-top: min(64px, 64vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__message .img_list {
    display: none;
  }
}
.about__message .img_list .img_box {
  width: 100%;
}
.about__message .img_list .img_box img {
  width: 100%;
  height: auto;
}
.about__message .img_list p {
  font-family: "Playfair Display", serif;
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  margin-top: min(8px, 8vw / (1440 / 100));
  text-align: center;
}

.about__faq .page_inner {
  padding: 0 min(230px, 230vw / (1440 / 100)) min(100px, 100vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__faq .page_inner {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.about__faq .cm_ttl {
  text-align: center;
}
.about__faq .cm_ttl h3 {
  font-size: min(150px, 150vw / (1440 / 100));
  font-family: "Shippori Mincho", serif;
  color: #A1B2B2;
  opacity: 0.6;
  -webkit-text-fill-color: currentcolor;
}
.about__faq .cm_ttl p {
  position: relative;
  font-family: "Noto Serif", serif;
  margin-top: -2em;
  font-size: min(28px, 28vw / (1440 / 100));
  line-height: 1.8;
  color: #212529;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .about__faq .cm_ttl h3 {
    font-size: calc(60 / 375 * 100vw);
  }
  .about__faq .cm_ttl p {
    font-size: calc(20 / 375 * 100vw);
    margin-top: -2em;
  }
}
.about__faq .faq_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(80px, 80vw / (1440 / 100));
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__faq .faq_box {
    gap: calc(40 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.about__faq .faq_box .faq_item_tab {
  position: relative;
  padding: min(20px, 20vw / (1440 / 100)) 0;
  color: #5B6E6E;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #A1B2B2;
}
.about__faq .faq_box .faq_item_tab::after {
  display: inline-block;
  content: "";
  width: min(29px, 29vw / (1440 / 100));
  height: min(29px, 29vw / (1440 / 100));
  background-image: url("../img/about/arrow_2.svg");
  background-repeat: none;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_tab {
    padding: calc(16 / 375 * 100vw) 0;
  }
  .about__faq .faq_box .faq_item_tab::after {
    width: calc(29 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
  }
}
.about__faq .faq_box .faq_item[open] > .faq_item_tab::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.about__faq .faq_box .faq_item_child {
  padding: 0 min(62px, 62vw / (1440 / 100));
  margin-top: min(48px, 48vw / (1440 / 100));
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_child {
    padding: 0;
    margin-top: calc(48 / 375 * 100vw);
  }
}
.about__faq .faq_box .faq_item_child summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  color: #5B6E6E;
  font-size: min(18px, 18vw / (1440 / 100));
  border-bottom: 1px solid #A1B2B2;
  padding: min(18px, 18vw / (1440 / 100)) 0;
}
.about__faq .faq_box .faq_item_child summary::before {
  display: inline-block;
  content: "Q";
  font-size: min(40px, 40vw / (1440 / 100));
  color: #A1B2B2;
  margin-right: 1em;
  line-height: 1;
}
.about__faq .faq_box .faq_item_child summary::after {
  display: inline-block;
  content: "";
  width: min(12px, 12vw / (1440 / 100));
  height: min(7px, 7vw / (1440 / 100));
  background-image: url("../img/about/arrow_3.svg");
  background-repeat: none;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_child summary::after {
    padding: min(20px, 20vw / (1440 / 100)) 0;
  }
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_child summary {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) 1.5em calc(14 / 375 * 100vw) 0;
  }
  .about__faq .faq_box .faq_item_child summary::before {
    font-size: calc(30 / 375 * 100vw);
    margin-right: 0.2em;
  }
  .about__faq .faq_box .faq_item_child summary::after {
    width: calc(12 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
}
.about__faq .faq_box .faq_item_child[open] > summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.about__faq .faq_box .faq_item_child .cm_btn {
  margin: min(18px, 18vw / (1440 / 100)) 0 0;
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_child .cm_btn {
    margin: calc(14 / 375 * 100vw) auto 0;
  }
}
.about__faq .faq_box .faq_item_child p {
  font-size: min(14px, 14vw / (1440 / 100));
  margin-top: 1em;
}
@media (max-width: 767px) {
  .about__faq .faq_box .faq_item_child p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.about__faq .faq_item_close {
  display: block;
  color: #5B6E6E;
  background-color: #E2E2E2;
  width: min(146px, 146vw / (1440 / 100));
  letter-spacing: 0.1em;
  font-size: min(14px, 14vw / (1440 / 100));
  border: 1px solid #212529;
  margin: min(56px, 56vw / (1440 / 100)) auto 0;
  font-family: "Shippori Mincho", serif;
  padding: 0.2em 0;
}
@media (max-width: 767px) {
  .about__faq .faq_item_close {
    width: calc(120 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
  }
}

.support {
  font-weight: 400;
}
.support p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .support p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.support .img_box img {
  width: 100%;
  height: auto;
}

.support__top {
  position: relative;
  z-index: 0;
}
.support__top .mv_ttl {
  bottom: 10vw;
  left: 7.5vw;
}
@media (max-width: 767px) {
  .support__top .mv_ttl {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5vw;
  }
}

.support__intro .page_inner {
  padding: min(90px, 90vw / (1440 / 100)) min(155px, 155vw / (1440 / 100)) min(140px, 140vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .page_inner {
    padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.support__intro .hd_box {
  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;
  gap: min(120px, 120vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .hd_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.support__intro .hd_box h3 {
  font-family: "Playfair Display", serif;
  font-size: min(32px, 32vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .support__intro .hd_box h3 {
    font-size: calc(20 / 375 * 100vw);
  }
}
.support__intro .hd_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(24px, 24vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .hd_box .txt_box {
    text-align: left;
    gap: calc(13 / 375 * 100vw);
    width: 100%;
  }
}
.support__intro .anc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(80px, 80vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .anc_list {
    gap: calc(32 / 375 * 100vw) 0;
    margin-top: calc(40 / 375 * 100vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.support__intro .anc_list li {
  width: min(168px, 168vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .anc_list li {
    width: calc(102 / 375 * 100vw);
  }
}
.support__intro .anc_list li a {
  width: 100%;
}
.support__intro .anc_list li a::after {
  display: block;
  content: "";
  width: min(8px, 8vw / (1440 / 100));
  height: min(8px, 8vw / (1440 / 100));
  border-bottom: min(2px, 2vw / (1440 / 100)) solid #5B6E6E;
  border-right: min(2px, 2vw / (1440 / 100)) solid #5B6E6E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: min(16px, 16vw / (1440 / 100)) auto 0;
}
@media (max-width: 767px) {
  .support__intro .anc_list li a::after {
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    border-bottom: calc(2 / 375 * 100vw) solid #5B6E6E;
    border-right: calc(2 / 375 * 100vw) solid #5B6E6E;
  }
}
.support__intro .anc_list li a .img_box {
  width: 100%;
}
.support__intro .anc_list li a .img_box img {
  width: 100%;
  height: auto;
}
.support__intro .anc_list li a .anc_txt {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .support__intro .anc_list li a .anc_txt {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    font-family: "Shippori Mincho", serif;
  }
}
.support__intro .anc_list .anc_plus {
  margin-top: min(80px, 80vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__intro .anc_list .anc_plus {
    display: none;
  }
}

.support__item .hd_box {
  width: 100%;
}
.support__item .hd_box img {
  width: 100%;
  height: auto;
}
.support__item .graph_box {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6EAEA), to(#F8FBFB));
  background: linear-gradient(to bottom, #E6EAEA 0%, #F8FBFB 100%);
}
.support__item .graph_box .page_inner {
  padding: min(80px, 80vw / (1440 / 100)) min(246px, 246vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .graph_box .page_inner {
    padding: calc(36 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.support__item .graph_box p {
  text-align: center;
}
.support__item .graph_box .graph_img {
  width: 100%;
  margin-top: min(40px, 40vw / (1440 / 100));
}
.support__item .graph_box .graph_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .support__item .graph_box .graph_img {
    margin-top: calc(24 / 375 * 100vw);
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .support__item .graph_box .graph_img img {
    width: calc(657 / 375 * 100vw);
    max-width: none;
    display: block;
  }
}
.support__item .support_1_list {
  counter-reset: num;
}
.support__item .support_1_list .support_1_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6EAEA), to(#F8FBFB));
  background: linear-gradient(to bottom, #E6EAEA 0%, #F8FBFB 100%);
}
.support__item .support_1_list .support_1_item .page_inner {
  padding: min(100px, 100vw / (1440 / 100)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .page_inner {
    padding: calc(80 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__item .support_1_list .support_1_item .img_box {
  width: min(710px, 710vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .img_box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.support__item .support_1_list .support_1_item .img_box img {
  width: 100%;
  height: auto;
}
.support__item .support_1_list .support_1_item .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 min(140px, 140vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .txt_box {
    display: contents;
  }
}
.support__item .support_1_list .support_1_item .txt_box h4 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: min(24px, 24vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  z-index: 0;
  color: #5B6E6E;
}
.support__item .support_1_list .support_1_item .txt_box h4::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: min(140px, 140vw / (1440 / 100));
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .txt_box h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: calc(40 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .support__item .support_1_list .support_1_item .txt_box h4::before {
    font-size: calc(100 / 375 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}
.support__item .support_1_list .support_1_item .txt_box p {
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .txt_box p {
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
            width: 100%;
  }
}
.support__item .support_1_list .support_1_item .txt_box .img_item {
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_1_list .support_1_item .txt_box .img_item {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(240 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
  }
}
.support__item .support_2_list .support_2_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6EAEA), to(#F8FBFB));
  background: linear-gradient(to bottom, #E6EAEA 0%, #F8FBFB 100%);
}
.support__item .support_2_list .support_2_item .page_inner {
  padding: min(100px, 100vw / (1440 / 100)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .page_inner {
    padding: calc(80 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__item .support_2_list .support_2_item .img_box {
  width: min(710px, 710vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .img_box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.support__item .support_2_list .support_2_item .img_box img {
  width: 100%;
  height: auto;
}
.support__item .support_2_list .support_2_item .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 min(140px, 140vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .txt_box {
    display: contents;
  }
}
.support__item .support_2_list .support_2_item .txt_box .ttl_box {
  position: relative;
  z-index: 0;
}
.support__item .support_2_list .support_2_item .txt_box .ttl_box .ttl_en {
  position: absolute;
  top: 0;
  left: -0.5em;
  font-family: "Playfair Display", serif;
  font-size: min(60px, 60vw / (1440 / 100));
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  z-index: -1;
  color: #fff;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .txt_box .ttl_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: calc(32 / 375 * 100vw);
  }
  .support__item .support_2_list .support_2_item .txt_box .ttl_box .ttl_en {
    font-size: calc(38 / 375 * 100vw);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.support__item .support_2_list .support_2_item .txt_box h4 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: min(24px, 24vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
  z-index: 0;
  color: #5B6E6E;
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .txt_box h4 {
    font-size: calc(18 / 375 * 100vw);
  }
}
.support__item .support_2_list .support_2_item .txt_box p {
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .txt_box p {
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.support__item .support_2_list .support_2_item .txt_box .img_item {
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .support__item .support_2_list .support_2_item .txt_box .img_item {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(320 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
  }
}

.spec {
  font-weight: 400;
}
.spec p {
  font-size: min(16px, 16vw / (1440 / 100));
  line-height: 1.8;
}
@media (max-width: 767px) {
  .spec p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.spec .img_box img {
  width: 100%;
  height: auto;
}

.spec__top {
  position: relative;
  z-index: 0;
}
.spec__top .mv_ttl {
  bottom: 10vw;
  left: 7.5vw;
}
@media (max-width: 767px) {
  .spec__top .mv_ttl {
    bottom: 20vw;
    left: 5vw;
  }
}

.spec__intro .page_inner {
  padding: min(90px, 90vw / (1440 / 100)) min(155px, 155vw / (1440 / 100)) min(140px, 140vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .page_inner {
    padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
}
.spec__intro .hd_box {
  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;
  gap: min(120px, 120vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .hd_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.spec__intro .hd_box h3 {
  font-family: "Playfair Display", serif;
  font-size: min(32px, 32vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .spec__intro .hd_box h3 {
    font-size: calc(20 / 375 * 100vw);
  }
}
.spec__intro .hd_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(24px, 24vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .hd_box .txt_box {
    text-align: left;
    gap: calc(13 / 375 * 100vw);
    width: 100%;
  }
}
.spec__intro .anc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: min(80px, 80vw / (1440 / 100)) auto 0;
  width: min(830px, 830vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .anc_list {
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.spec__intro .anc_list li {
  width: min(250px, 250vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .anc_list li {
    width: calc(102 / 375 * 100vw);
  }
}
.spec__intro .anc_list li a {
  width: 100%;
}
.spec__intro .anc_list li a::after {
  display: block;
  content: "";
  width: min(8px, 8vw / (1440 / 100));
  height: min(8px, 8vw / (1440 / 100));
  border-bottom: min(2px, 2vw / (1440 / 100)) solid #5B6E6E;
  border-right: min(2px, 2vw / (1440 / 100)) solid #5B6E6E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: min(16px, 16vw / (1440 / 100)) auto 0;
}
@media (max-width: 767px) {
  .spec__intro .anc_list li a::after {
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    border-bottom: calc(2 / 375 * 100vw) solid #5B6E6E;
    border-right: calc(2 / 375 * 100vw) solid #5B6E6E;
  }
}
.spec__intro .anc_list li a .img_box {
  width: 100%;
}
.spec__intro .anc_list li a .img_box img {
  width: 100%;
  height: auto;
}
.spec__intro .anc_list li a .anc_txt {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .spec__intro .anc_list li a .anc_txt {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    font-family: "Shippori Mincho", serif;
  }
}
.spec__intro .anc_list .anc_plus {
  margin-top: min(80px, 80vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__intro .anc_list .anc_plus {
    display: none;
  }
}

.spec__item {
  background-color: #fff;
}
.spec__item .hd_box {
  width: 100%;
}
.spec__item .hd_box img {
  width: 100%;
  height: auto;
}
.spec__item .page_inner {
  padding: min(100px, 100vw / (1440 / 100)) min(200px, 200vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .page_inner {
    padding: calc(32 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.spec__item .spec_cm_item {
  margin-top: min(75px, 75vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_item {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.spec__item .spec_cm_item h4 {
  font-family: "Shippori Mincho", serif;
  font-size: min(24px, 24vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  color: #212529;
  background-color: #ECF2F2;
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  .spec__item .spec_cm_item h4 {
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
  }
}
.spec__item .spec_cm_item .flex_box {
  margin-top: min(54px, 54vw / (1440 / 100));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(21px, 21vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_item .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
  }
}
.spec__item .spec_cm_item .flex_box .img_box {
  width: min(530px, 530vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_item .flex_box .img_box {
    width: 100%;
  }
}
.spec__item .spec_cm_item .flex_box .img_box img {
  width: 100%;
  height: auto;
}
.spec__item .spec_cm_item .flex_box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spec__item .spec_list_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(30px, 30vw / (1440 / 100)) 1fr min(30px, 30vw / (1440 / 100)) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(30px, 30vw / (1440 / 100));
  margin-top: min(80px, 80vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_list_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.spec__item .spec_list_1_item {
  border: 1px solid #A1B2B2;
}
.spec__item .spec_list_1_item .img_box {
  width: 100%;
}
.spec__item .spec_list_1_item .img_box img {
  width: 100%;
  height: auto;
}
.spec__item .spec_list_1_item .item_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: min(16px, 16vw / (1440 / 100));
  font-weight: 500;
  text-align: center;
  padding: min(16px, 16vw / (1440 / 100)) 0;
  color: #5B6E6E;
}
@media (max-width: 767px) {
  .spec__item .spec_list_1_item .item_ttl {
    font-size: calc(16 / 375 * 100vw);
    padding: 1em 0;
  }
}
.spec__item .spec_list_1_item p {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  text-align: center;
  padding: min(16px, 16vw / (1440 / 100)) 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .spec__item .spec_list_1_item p {
    font-size: calc(13 / 375 * 100vw);
    padding: 1em 0;
  }
}
.spec__item .spec_cm_list_box {
  margin-top: min(75px, 75vw / (1440 / 100));
  background-color: #F6F6F6;
  border: 1px solid #A1B2B2;
  padding: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box {
    padding: calc(40 / 375 * 100vw) 0;
    margin-top: calc(40 / 375 * 100vw);
  }
}
.spec__item .spec_cm_list_box h4 {
  font-family: "Shippori Mincho", serif;
  font-size: min(20px, 20vw / (1440 / 100));
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box h4 {
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
  }
}
.spec__item .spec_cm_list_box .spec_cm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(40px, 40vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box .spec_cm_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.spec__item .spec_cm_list_box .spec_cm_list li {
  width: min(330px, 330vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box .spec_cm_list li {
    width: 100%;
  }
}
.spec__item .spec_cm_list_box .spec_cm_list li .img_box {
  width: min(125px, 125vw / (1440 / 100));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box .spec_cm_list li .img_box {
    width: calc(100 / 375 * 100vw);
  }
}
.spec__item .spec_cm_list_box .spec_cm_list li h5 {
  font-family: "Shippori Mincho", serif;
  font-size: min(16px, 16vw / (1440 / 100));
  font-weight: 500;
  text-align: center;
  margin-top: min(14px, 14vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box .spec_cm_list li h5 {
    font-size: calc(15 / 375 * 100vw);
    margin-top: 1em;
  }
}
.spec__item .spec_cm_list_box .spec_cm_list li p {
  font-size: min(14px, 14vw / (1440 / 100));
  line-height: 1.8;
  text-align: center;
  margin-top: min(14px, 14vw / (1440 / 100));
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .spec__item .spec_cm_list_box .spec_cm_list li p {
    font-size: calc(13 / 375 * 100vw);
    margin-top: 0.7em;
  }
}
.spec__item .spec_cm_flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(60px, 60vw / (1440 / 100)) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: min(60px, 60vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__item .spec_cm_flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(40 / 375 * 100vw);
  }
}
.spec__item .spec_cm_flex .spec_cm_item {
  margin-top: 0;
}
.spec__item .spec_cm_flex .spec_cm_item h4 {
  text-align: center;
}
.spec__item .spec_cm_flex .spec_cm_item .flex_box {
  margin-top: min(54px, 54vw / (1440 / 100));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(21px, 21vw / (1440 / 100));
}
.spec__item .spec_cm_flex .spec_cm_item .flex_box .img_box {
  width: 100%;
}
@media (max-width: 767px) {
  .spec__item .spec_cm_flex .spec_cm_item .flex_box {
    margin-top: calc(20 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
  }
}

.spec__support {
  background-color: #fff;
}
.spec__support .page_inner {
  padding: min(40px, 40vw / (1440 / 100)) 0 min(170px, 170vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__support .page_inner {
    padding: calc(32 / 375 * 100vw) 0;
  }
}
@media (max-width: 767px) {
  .spec__support .page_inner .img_cont {
    width: calc(327 / 375 * 100vw);
    margin: 0 auto;
  }
}
.spec__support .page_inner .img_cont .hd_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #BAB7AC;
  margin-left: min(72px, 72vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__support .page_inner .img_cont .hd_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-left: 0;
  }
}
.spec__support .page_inner .img_cont .hd_box h3 {
  font-family: "Playfair Display", serif;
  line-height: 1;
  font-weight: 400;
  font-size: min(24px, 24vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__support .page_inner .img_cont .hd_box h3 {
    font-size: calc(22 / 375 * 100vw);
  }
}
.spec__support .page_inner .img_cont .hd_box .ttl_ja {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  font-size: min(14px, 14vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__support .page_inner .img_cont .hd_box .ttl_ja {
    font-size: calc(11 / 375 * 100vw);
    margin: 0.5em 0;
  }
}
.spec__support .page_inner .img_cont .img_box {
  width: min(790px, 790vw / (1440 / 100));
}
@media (max-width: 767px) {
  .spec__support .page_inner .img_cont .img_box {
    width: 100%;
  }
}
.spec__support .page_inner .txt_box {
  background: linear-gradient(170deg, rgba(229, 225, 220, 0.3) 0%, #E5E1DC 100%);
  padding: min(115px, 115vw / (1440 / 100)) min(100px, 100vw / (1440 / 100)) min(115px, 115vw / (1440 / 100)) min(630px, 630vw / (1440 / 100));
  width: min(1185px, 1185vw / (1440 / 100));
  margin: max(-640px, -640vw / (1440 / 100)) 0 0 auto;
}
.spec__support .page_inner .txt_box p {
  font-family: "Shippori Mincho", serif;
}
.spec__support .page_inner .txt_box .cm_btn {
  margin: min(32px, 32vw / (1440 / 100)) 0 0;
}
@media (max-width: 767px) {
  .spec__support .page_inner .txt_box .cm_btn {
    margin: calc(54 / 375 * 100vw) 0 0;
  }
}
@media (max-width: 767px) {
  .spec__support .page_inner .txt_box {
    padding: calc(120 / 375 * 100vw) calc(24 / 375 * 100vw) calc(52 / 375 * 100vw);
    width: 100%;
    margin: calc(-100 / 375 * 100vw) 0 0 0;
  }
}