@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("../fonts/Cabin-Regular.woff2") format("woff2"), url("../fonts/Cabin-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url("../fonts/Cabin-SemiBold.woff2") format("woff2"), url("../fonts/Cabin-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Cabin_Condensed";
  src: url("../fonts/Cabin_Condensed-SemiBold.woff2") format("woff2"), url("../fonts/Cabin_Condensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  scroll-padding-top: 100px;
}
@media (max-width:1024px) {
  html {
    scroll-padding-top: 70px;
  }
}

.body {
  margin: 0 auto;
  color: rgb(17, 17, 17);
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: -9999;
  background-color: rgb(255, 255, 255);
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .inner {
    max-width: 600px;
  }
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: rgb(17, 17, 17);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width:1024px) {
  a:hover {
    opacity: 1;
  }
}
@media (max-width:767px) {
  a:hover {
    opacity: 1;
  }
}

span {
  line-height: 1;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
@media (max-width:600px) {
  #contact:before {
    height: 10rem;
    margin-top: -10rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:767px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:767px) {
  br.brPc {
    display: none;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:768px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:767px) {
  br.brPcTab {
    display: none;
  }
}

.fadeup,
.fadeupOrder {
  opacity: 0;
  -webkit-transform: translateY(64px) !important;
          transform: translateY(64px) !important;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* ここで時間を調整 */
}

.fadeup-show {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.cv {
  padding-top: max(calc(24 / 600 * 100vw), 24px);
  padding-right: max(calc(13 / 600 * 100vw), 13px);
  padding-bottom: max(calc(24 / 600 * 100vw), 24px);
  padding-left: max(calc(13 / 600 * 100vw), 13px);
}
.cv__paraBtnAllWr {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
.cv__paraBtnWr {
  padding-top: min(calc(80 / 1440 * 100vw), 80px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
  border: 1px rgb(17, 17, 17) solid;
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
}
@media (max-width:1024px) {
  .cv__paraBtnWr {
    padding-top: max(calc(26 / 600 * 100vw), 26px);
    padding-bottom: max(calc(28 / 600 * 100vw), 28px);
  }
}
.cv__button {
  position: relative;
  z-index: 0;
}
.cv__button__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media (max-width:1024px) {
  .cv__button__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv__button__buttons .buttons__button {
  width: 319px;
  height: 73.55px;
  border: 1.96px rgb(68, 68, 68) solid;
  border-radius: 26.07px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.cv__button__buttons .buttons__button--confirm {
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(3 / 100 * 1em);
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  border: 1.96px rgb(17, 17, 17) solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-inline: auto;
  margin-bottom: 8px;
  padding: 10px 20px;
  position: absolute;
  z-index: 5000;
  left: 50%;
  bottom: 72px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button--confirm {
    border: 1px rgb(17, 17, 17) solid;
  }
}
.cv__button__buttons .buttons__button--confirm:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 14px solid rgb(192, 60, 60);
  border-bottom: 0;
  position: absolute;
  z-index: 5000;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cv__button__buttons .buttons__button .pc {
  display: block;
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button .pc {
    display: none;
  }
}
.cv__button__buttons .buttons__button .sp {
  display: none;
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button .sp {
    display: block;
  }
}
.cv__button__buttons .buttons__button.right {
  background-color: rgb(255, 72, 72);
  -webkit-filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
          filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
}
.cv__button__buttons .buttons__button.right a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cv__button__buttons .buttons__button.right .buttons__button__para.upper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
}
.cv__button__buttons .buttons__button.right .buttons__button__para.upper span {
  font-size: calc(1.6rem * 1);
  line-height: calc(23.17 / 16);
  letter-spacing: calc(2 / 100 * 1em);
}
.cv__button__buttons .buttons__button.right .buttons__button__para.bottom {
  font-size: calc(1.6rem * 0.8125);
  line-height: calc(18.82 / 13);
  letter-spacing: calc(2 / 100 * 1em);
}
.cv__button__buttons .buttons__button.right .buttons__button__para span:first-child {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 2px;
}
.cv__button__buttons .buttons__button.right .buttons__button__para span:first-child img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cv__button__buttons .buttons__button.left {
  background-color: rgb(255, 240, 163);
  -webkit-filter: drop-shadow(0 4px 0 rgb(247, 190, 54));
          filter: drop-shadow(0 4px 0 rgb(247, 190, 54));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
  padding-right: 20px;
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button.left {
    margin-bottom: 14px;
  }
}
.cv__button__buttons .buttons__button.left a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(17, 17, 17);
  display: flex;
}
.cv__button__buttons .buttons__button.left .buttons__button__icon {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.cv__button__buttons .buttons__button.left .buttons__button__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cv__button__buttons .buttons__button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: drop-shadow(0 0 0 rgb(201, 134, 134));
          filter: drop-shadow(0 0 0 rgb(201, 134, 134));
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button {
    margin-right: 0 !important;
    width: clamp(calc(319 * calc(320 / 375) * 1px), calc(319 / 375 * 100vw), 319px);
  }
}
.cv__button__buttons .buttons__button:after {
  content: "";
  display: inline-block;
  width: 21.06px;
  height: 21.06px;
  background-image: url(../images/btn_shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
@media (max-width:1024px) {
  .cv__button__buttons .buttons__button:after {
    margin-left: 16px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#btnRed {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#btnRed .btnRed {
  width: 194px;
  height: 40px;
  border-radius: 5px;
  border: rgb(255, 0, 0) 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:374px) {
  #btnRed .btnRed {
    width: clamp(calc(174 * calc(320 / 375) * 1px), calc(174 / 375 * 100vw), 174px);
    height: clamp(calc(40 * calc(320 / 375) * 1px), calc(40 / 375 * 100vw), 40px);
  }
}
#btnRed .btnRed span {
  color: rgb(192, 60, 60);
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(2 / 100 * 1em);
  margin-right: 5px;
}
#btnRed .btnRed span:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url(../images/voice_shapePlus.svg);
  margin-right: 12px;
}
#btnRed .btnRed:hover {
  opacity: 0.5;
  cursor: pointer;
}

.sp-cta {
  display: none;
}
@media (max-width:1024px) {
  .sp-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 4px 12px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 9999;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-cta .document,
  .sp-cta .tel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: rgb(255, 240, 163);
    height: 48px;
    border-radius: 8px;
    border: 1px rgb(17, 17, 17) solid;
  }
  .sp-cta .document a {
    width: 100%;
    height: 100%;
    color: rgb(17, 17, 17);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-cta .tel {
    background-color: rgb(255, 72, 72);
    color: rgb(255, 255, 255);
  }
  .sp-cta .tel a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgb(255, 255, 255);
  }
  .sp-cta .tel a span {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .sp-cta .tel a span img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width:1024px) {
  .sp-cta.active {
    bottom: 0;
  }
}

.body {
  position: relative;
}
.body.hidden {
  overflow: hidden;
}

.headerWr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  padding-left: min(calc(20 / 1440 * 100vw), 20px);
  padding-right: min(calc(27 / 1440 * 100vw), 27px);
}
.headerWr.colorRed {
  background-color: rgb(255, 0, 0);
}
@media (max-width:767px) {
  .headerWr {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    position: fixed;
    height: 54px;
  }
}

.header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 13.59px;
    position: absolute;
    z-index: 9999;
    background-color: rgb(255, 0, 0);
  }
}
.header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__contents__logoWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__contents__logo {
  width: min(calc(196 / 1440 * 100vw), 196px);
  height: min(calc(70 / 1440 * 100vw), 70px);
  background-color: rgb(255, 0, 0);
  padding-left: min(calc(20 / 1440 * 100vw), 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width:767px) {
  .header__contents__logo {
    width: max(calc(108.11 / 600 * 100vw), 108.11px);
    height: max(calc(30.01 / 600 * 100vw), 30.01px);
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__contents__logo img {
  width: min(calc(158.79 / 1440 * 100vw), 158.79px);
  height: min(calc(43.9 / 1440 * 100vw), 43.9px);
}
@media (max-width:767px) {
  .header__contents__logo img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.header__contents__navWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .header__contents__navWr {
    display: none;
  }
}
.header__contents__nav {
  padding-right: min(calc(25 / 1440 * 100vw), 25px);
}
.header__contents__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(calc(15 / 1440 * 100vw), 15px);
}
.header__contents__nav__list__item a {
  color: rgb(255, 255, 255);
  font-size: min(calc(15 / 1440 * 100vw), 15px);
  font-size: clamp(10px, 1.0416666667vw, 15px);
  line-height: calc(21.72 / 15);
  letter-spacing: calc(2 / 100 * 1em);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
}
.header__contents__btnWr {
  width: 221px;
  height: min(calc(48 / 1440 * 100vw), 48px);
  border-radius: 15px;
  background-color: rgb(242, 190, 190);
  border: 1px rgb(17, 17, 17) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 2px 0 rgb(242, 242, 242));
          filter: drop-shadow(0 2px 0 rgb(242, 242, 242));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
}
@media (max-width:767px) {
  .header__contents__btnWr {
    width: 100%;
    height: 79px;
    border: 1px solid rgb(68, 68, 68);
    border-radius: 24px;
    -webkit-filter: drop-shadow(0 2px 0 rgb(192, 60, 60));
            filter: drop-shadow(0 2px 0 rgb(192, 60, 60));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
  }
}
.header__contents__btnWr .pc {
  display: block;
}
@media (max-width:767px) {
  .header__contents__btnWr .pc {
    display: none;
  }
}
.header__contents__btnWr .sp {
  display: none;
}
@media (max-width:767px) {
  .header__contents__btnWr .sp {
    display: block;
  }
}
.header__contents__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .header__contents__btn {
    margin-left: 9.22px;
  }
}
.header__contents__btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 1.0416666667vw, 15px);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: calc(21.72 / 15);
  margin-right: min(calc(7 / 1440 * 100vw), 7px);
}
@media (max-width:767px) {
  .header__contents__btn span {
    font-size: calc(1.6rem * 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contents__btn span strong {
    font-size: calc(1.6rem * 0.875);
    margin-left: 2px;
  }
}
.header__contents__btn div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .header__contents__btn div {
    width: 16px;
    height: 16px;
    margin-left: 16px;
  }
}
.header__contents__btnMenu {
  display: none;
}
@media (max-width:767px) {
  .header__contents__btnMenu {
    width: 17px;
    height: 16px;
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    cursor: pointer;
  }
  .header__contents__btnMenu:hover {
    opacity: 0.5;
  }
}
@media (max-width:767px) and (max-width:767px) {
  .header__contents__btnMenu:hover {
    opacity: 1;
  }
}
.header__contents__btnMenu__shape {
  width: 17px;
  height: 1px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.header__contents__btnMenu__shape:before, .header__contents__btnMenu__shape:after {
  content: "";
  width: inherit;
  height: inherit;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__contents__btnMenu__shape:before {
  top: -6px;
}
.header__contents__btnMenu__shape:after {
  top: 6px;
}
.header__contents__btnMenu__shape.menu-open {
  background-color: transparent;
}
.header__contents__btnMenu__shape.menu-open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  background-color: rgb(255, 255, 255);
}
.header__contents__btnMenu__shape.menu-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background-color: rgb(255, 255, 255);
}
.header__contents__btnMenu.menu-open {
  width: 30px;
}

.headerSpNavWr {
  display: none;
}
@media (max-width:767px) {
  .headerSpNavWr {
    display: block;
    width: 100vw;
    height: 100dvh;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(253, 239, 239);
  }
  .headerSpNavWr.menu-open {
    left: 0;
  }
}

.headerSpNav-head {
  background-color: rgb(255, 0, 0);
  width: 100%;
  height: 54px;
}

.headerSpNav {
  width: 100%;
  margin: 0 auto;
  padding-right: max(calc(24.44 / 600 * 100vw), 24.44px);
  padding-left: max(calc(12 / 600 * 100vw), 12px);
}
.headerSpNav__list {
  padding-bottom: max(calc(33 / 600 * 100vw), 33px);
  padding-right: max(calc(16.56 / 600 * 100vw), 16.56px);
  padding-left: max(calc(32 / 600 * 100vw), 32px);
}
.headerSpNav__list__item a {
  display: block;
  font-size: calc(1.6rem * 0.9375);
  line-height: calc(21.72 / 15);
  letter-spacing: calc(2 / 100 * 1em);
  padding-bottom: max(calc(24 / 600 * 100vw), 24px);
  padding-top: max(calc(24 / 600 * 100vw), 24px);
  border-bottom: 1px solid rgb(221, 87, 87);
}
.headerSpNav__list__item a span {
  text-align: center;
}

.main {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}

.fv {
  background-color: rgb(255, 0, 0);
}
@media (max-width:1024px) {
  .fv {
    margin-bottom: 0;
    padding-top: 73.59px;
  }
}
@media (max-width:767px) {
  .fv {
    padding-top: 53.59px;
  }
}
@media (max-width:1024px) {
  .fv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .fv__contents {
    display: contents;
  }
}
.fv__contents__target {
  display: none;
}
@media (max-width:1024px) {
  .fv__contents__target {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: clamp(calc(8.62 * calc(320 / 375) * 1px), calc(8.62 / 375 * 100vw), 8.62px);
    margin-top: clamp(calc(8.62 * calc(320 / 375) * 1px), calc(8.62 / 375 * 100vw), 8.62px);
    margin-right: 0;
    margin-left: clamp(calc(20 * calc(320 / 375) * 1px), calc(20 / 375 * 100vw), 20px);
  }
}
.fv__contents__target span:first-child {
  width: min(calc(64 / 1440 * 100vw), 64px);
  height: min(calc(25 / 1440 * 100vw), 25px);
  color: rgb(255, 255, 255);
  border: 1px rgb(255, 255, 255) solid;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(2 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: min(calc(11 / 1440 * 100vw), 11px);
  padding-bottom: min(calc(2 / 1440 * 100vw), 2px);
}
@media (max-width:1024px) {
  .fv__contents__target span:first-child {
    width: clamp(calc(47.41 * calc(320 / 375) * 1px), calc(47.41 / 375 * 100vw), 47.41px);
    height: clamp(calc(18.52 * calc(320 / 375) * 1px), calc(18.52 / 375 * 100vw), 18.52px);
    font-size: clamp(calc(13.33 * calc(320 / 375) * 1px), calc(13.33 / 375 * 100vw), 13.33px);
    margin-right: clamp(calc(8.15 * calc(320 / 375) * 1px), calc(8.15 / 375 * 100vw), 8.15px);
  }
}
.fv__contents__target span:nth-child(2) {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:1024px) {
  .fv__contents__target span:nth-child(2) {
    font-size: clamp(calc(13.33 * calc(320 / 375) * 1px), calc(13.33 / 375 * 100vw), 13.33px);
  }
}
.fv__contents__image {
  width: 37.63888%;
  background-image: url(../images/fv_imagePc.webp);
  background-size: cover;
  background-position: 60% 50%;
  position: relative;
}
@media (max-width:1024px) {
  .fv__contents__image {
    background-image: url(../images/fv_imageSp.webp);
    width: 100%;
    height: 27.43628dvh;
    height: max(calc(240 / 600 * 100vw), 240px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    background-position: 50% 35%;
  }
}
.fv__contents__image .image__pushWr {
  width: 76.19926%;
  min-width: 345px;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}
@media (max-width:1024px) {
  .fv__contents__image .image__pushWr {
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 173px;
    margin-left: 23px;
    top: 0;
    display: none;
  }
}
.fv__contents__image .image__push {
  position: relative;
}
@media (max-width:1024px) {
  .fv__contents__image .image__push {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__contents__image .image__push:before, .fv__contents__image .image__push:after {
  content: "";
  width: 52.96px;
  height: 143.02px;
  display: inline-block;
  background-image: url(../images/fv_shapeGold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -52.96px;
}
@media (max-width:1024px) {
  .fv__contents__image .image__push:before, .fv__contents__image .image__push:after {
    width: 40.25px;
    height: 82.28px;
    top: 3px;
    left: -32.96px;
  }
}
.fv__contents__image .image__push:after {
  right: -52.96px;
  left: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width:1024px) {
  .fv__contents__image .image__push:after {
    right: -28.96px;
  }
}
.fv__contents__image .image__push > * {
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 1.3125);
  line-height: calc(30.41 / 21);
  text-align: center;
}
@media (max-width:1024px) {
  .fv__contents__image .image__push > * {
    font-size: calc(1.6rem * 0.75);
  }
}
.fv__contents__image .image__push span:first-child {
  width: 198.05px;
  height: 30.95px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8.42px;
  background-image: url(../images/fv_shapeRibon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 6.92px;
}
@media (max-width:1024px) {
  .fv__contents__image .image__push span:first-child {
    width: 103.33px;
    height: 16.15px;
    margin-bottom: 4.03px;
    padding-left: 2.275px;
  }
}
.fv__contents__image .image__push span:nth-child(2) {
  color: rgb(128, 58, 23);
  line-height: 1;
}
.fv__contents__image .image__push span:nth-child(3) {
  color: rgb(255, 0, 0);
}
.fv__contents__image .image__push span:nth-child(3) strong {
  font-size: calc(1.6rem * 2.3125);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: calc(53.58 / 37);
  margin-right: 3.12px;
}
@media (max-width:1024px) {
  .fv__contents__image .image__push span:nth-child(3) strong {
    font-size: calc(1.6rem * 1.25);
    margin-right: 1px;
  }
}
.fv__contents__image .image__push span:nth-child(4) {
  color: rgb(128, 58, 23);
}
.fv__contents__image .image__para {
  display: none;
}
@media (max-width:1024px) {
  .fv__contents__image .image__para {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(24 / 600 * 100vw), 24px);
    height: 100%;
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
  .fv__contents__image .image__para p {
    font-size: calc(1.6rem * 1.5);
    letter-spacing: calc(3 / 100 * 1em);
    padding: 6px 10px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(17, 17, 17, 0.85));
            filter: drop-shadow(0px 0px 5px rgba(17, 17, 17, 0.85));
    color: rgb(255, 255, 255);
    line-height: 1.5;
  }
}
.fv__contents__headWr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .fv__contents__headWr {
    display: contents;
  }
}
.fv__contents__head {
  background-color: rgb(255, 0, 0);
  height: 672px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .fv__contents__head {
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: clamp(calc(25 * calc(320 / 375) * 1px), calc(25 / 375 * 100vw), 25px);
    padding-top: clamp(calc(25 * calc(320 / 375) * 1px), calc(25 / 375 * 100vw), 25px);
  }
}
.fv__contents__head .head__targetSentenceWr {
  width: 100%;
}
.fv__contents__head .head__sentence {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(9 / 1440 * 100vw), 9px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:767px) {
  .fv__contents__head .head__sentence {
    margin-bottom: 0;
  }
}
.fv__contents__head .head__sentence__target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: min(calc(64 / 1440 * 100vw), 64px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  width: 100%;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__target {
    display: none;
  }
}
.fv__contents__head .head__sentence__target span:first-child {
  width: min(calc(64 / 1440 * 100vw), 64px);
  height: min(calc(25 / 1440 * 100vw), 25px);
  color: rgb(255, 255, 255);
  border: 1px rgb(255, 255, 255) solid;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(2 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: min(calc(11 / 1440 * 100vw), 11px);
  padding-bottom: min(calc(2 / 1440 * 100vw), 2px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__target span:first-child {
    display: none;
  }
}
.fv__contents__head .head__sentence__target span:nth-child(2) {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__target span:nth-child(2) {
    display: none;
  }
}
.fv__contents__head .head__sentence__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fv__contents__head .head__sentence__upper .upper__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: min(calc(19.68 / 1440 * 100vw), 19.68px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__left {
    margin-right: clamp(calc(8.84 * calc(320 / 375) * 1px), calc(8.84 / 375 * 100vw), 8.84px);
  }
}
.fv__contents__head .head__sentence__upper .upper__left span:first-child {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: min(calc(155.66 / 1440 * 100vw), 155.66px);
  letter-spacing: calc(-2 / 100 * 1em);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__left span:first-child {
    font-size: clamp(calc(81.69 * calc(320 / 375) * 1px), calc(81.69 / 375 * 100vw), 81.69px);
  }
}
.fv__contents__head .head__sentence__upper .upper__left span:nth-child(2) {
  font-size: min(calc(76.56 / 1440 * 100vw), 76.56px);
  letter-spacing: calc(-2 / 100 * 1em);
  margin-bottom: min(calc(17 / 1440 * 100vw), 17px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__left span:nth-child(2) {
    font-size: clamp(calc(40.18 * calc(320 / 375) * 1px), calc(40.18 / 375 * 100vw), 40.18px);
    margin-bottom: clamp(calc(10 * calc(320 / 375) * 1px), calc(10 / 375 * 100vw), 10px);
  }
}
.fv__contents__head .head__sentence__upper .upper__right__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.fv__contents__head .head__sentence__upper .upper__right__top span {
  font-size: min(calc(50 / 1440 * 100vw), 50px);
  letter-spacing: calc(2 / 100 * 1em);
  margin-right: min(calc(7.75 / 1440 * 100vw), 7.75px);
  line-height: calc(80.86 / 55.84);
  position: relative;
  z-index: 1000;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__right__top span {
    font-size: clamp(calc(26.24 * calc(320 / 375) * 1px), calc(26.24 / 375 * 100vw), 26.24px);
    margin-right: clamp(calc(3.91 * calc(320 / 375) * 1px), calc(3.91 / 375 * 100vw), 3.91px);
  }
}
.fv__contents__head .head__sentence__upper .upper__right__top span strong {
  font-size: min(calc(55.84 / 1440 * 100vw), 55.84px);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__right__top span strong {
    font-size: clamp(calc(29.31 * calc(320 / 375) * 1px), calc(29.31 / 375 * 100vw), 29.31px);
  }
}
.fv__contents__head .head__sentence__upper .upper__right__top img {
  width: min(calc(37.5 / 1440 * 100vw), 37.5px);
  height: min(calc(48.53 / 1440 * 100vw), 48.53px);
  margin-bottom: min(calc(11.64 / 1440 * 100vw), 11.64px);
  margin-right: min(calc(5.75 / 1440 * 100vw), 5.75px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__right__top img {
    width: clamp(calc(19.68 * calc(320 / 375) * 1px), calc(19.68 / 375 * 100vw), 19.68px);
    height: clamp(calc(25.47 * calc(320 / 375) * 1px), calc(25.47 / 375 * 100vw), 25.47px);
    margin-bottom: clamp(calc(7 * calc(320 / 375) * 1px), calc(7 / 375 * 100vw), 7px);
  }
}
.fv__contents__head .head__sentence__upper .upper__right__top:after {
  content: "";
  width: min(calc(264 / 1440 * 100vw), 264px);
  height: min(calc(11 / 1440 * 100vw), 11px);
  position: absolute;
  bottom: max(-0.6944444444vw, -10px);
  left: 0;
  background-image: url(../images/fv_shapeArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__right__top:after {
    width: clamp(calc(138.56 * calc(320 / 375) * 1px), calc(138.56 / 375 * 100vw), 138.56px);
    height: clamp(calc(6.2 * calc(320 / 375) * 1px), calc(6.2 / 375 * 100vw), 6.2px);
    bottom: min(-0.8333333333vw, -5px);
  }
}
.fv__contents__head .head__sentence__upper .upper__right__bottom {
  font-size: min(calc(56.91 / 1440 * 100vw), 56.91px);
  line-height: calc(82.41 / 56.91);
  letter-spacing: calc(7 / 100 * 1em);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__upper .upper__right__bottom {
    font-size: clamp(calc(29.87 * calc(320 / 375) * 1px), calc(29.87 / 375 * 100vw), 29.87px);
  }
}
.fv__contents__head .head__sentence__mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: min(calc(40 / 1440 * 100vw), 40px);
  margin-left: min(calc(26 / 1440 * 100vw), 26px);
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid {
    display: none;
  }
}
.fv__contents__head .head__sentence__mid > * {
  letter-spacing: calc(2 / 100 * 1em);
}
.fv__contents__head .head__sentence__mid span:nth-child(even) {
  font-size: min(calc(33 / 1440 * 100vw), 33px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:nth-child(even) {
    font-size: clamp(calc(18 * calc(320 / 375) * 1px), calc(18 / 375 * 100vw), 18px);
  }
}
.fv__contents__head .head__sentence__mid span:first-child {
  margin-right: min(calc(1.35 / 1440 * 100vw), 1.35px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:first-child {
    margin-right: clamp(calc(1 * calc(320 / 375) * 1px), calc(1 / 375 * 100vw), 1px);
  }
}
.fv__contents__head .head__sentence__mid span:nth-child(2) {
  margin-right: min(calc(6.58 / 1440 * 100vw), 6.58px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:nth-child(2) {
    margin-right: clamp(calc(2.45 * calc(320 / 375) * 1px), calc(2.45 / 375 * 100vw), 2.45px);
  }
}
.fv__contents__head .head__sentence__mid span:nth-child(3) {
  color: rgb(255, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 5.11px;
  width: min(calc(100.23 / 1440 * 100vw), 100.23px);
  height: min(calc(56.18 / 1440 * 100vw), 56.18px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: min(calc(6.84 / 1440 * 100vw), 6.84px);
  -webkit-transform: translateY(17.8%);
          transform: translateY(17.8%);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:nth-child(3) {
    width: clamp(calc(51.79 * calc(320 / 375) * 1px), calc(51.79 / 375 * 100vw), 51.79px);
    height: clamp(calc(29.03 * calc(320 / 375) * 1px), calc(29.03 / 375 * 100vw), 29.03px);
    margin-right: clamp(calc(2.97 * calc(320 / 375) * 1px), calc(2.97 / 375 * 100vw), 2.97px);
  }
}
.fv__contents__head .head__sentence__mid span:nth-child(4) {
  margin-right: min(calc(4.67 / 1440 * 100vw), 4.67px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:nth-child(4) {
    margin-right: clamp(calc(2.24 * calc(320 / 375) * 1px), calc(2.24 / 375 * 100vw), 2.24px);
  }
}
.fv__contents__head .head__sentence__mid span:nth-child(5) {
  margin-right: min(calc(3.33 / 1440 * 100vw), 3.33px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__mid span:nth-child(5) {
    margin-right: clamp(calc(1 * calc(320 / 375) * 1px), calc(1 / 375 * 100vw), 1px);
  }
}
.fv__contents__head .head__sentence__bottom .bottom__para {
  font-size: calc(1.6rem * 1.5);
  color: rgb(255, 255, 255);
  letter-spacing: calc(3 / 100 * 1em);
  text-align: center;
  line-height: 1.25;
  position: relative;
  z-index: 500;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  padding-top: 10px;
  margin-bottom: 12px;
  padding-right: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__para {
    font-size: calc(1.6rem * 1.375);
    padding-top: 3px;
    margin-bottom: 11px;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__para:before, .fv__contents__head .head__sentence__bottom .bottom__para:after {
  content: "";
  width: 39.74px;
  height: 80px;
  display: inline-block;
  background-image: url(../images/record_shapeGold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -52.96px;
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__para:before, .fv__contents__head .head__sentence__bottom .bottom__para:after {
    width: 36.74px;
    aspect-ratio: 54.74/129.88;
    top: -4px;
    left: -40.96px;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__para:after {
  right: -52.96px;
  left: auto;
  -webkit-transform: scale(-1, 1) skew(-5deg);
          transform: scale(-1, 1) skew(-5deg);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__para:after {
    right: -47.96px;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__listsWr {
  position: relative;
  z-index: 0;
  padding-right: min(calc(24 / 1440 * 100vw), 24px);
  padding-left: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__listsWr {
    padding-right: max(calc(13 / 600 * 100vw), 13px);
    padding-left: max(calc(13 / 600 * 100vw), 13px);
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists__list {
  background-color: rgb(255, 255, 255);
  background-image: url(../images/fv_bg.webp);
  background-size: contain;
  border-radius: 4px;
  padding-top: 26px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 14px;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  width: 400px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__list {
    width: auto;
    padding: 18px 30px;
    row-gap: 8px;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists__list:after {
  z-index: 0;
  content: "";
  width: 100px;
  height: 10px;
  display: inline-block;
  background-color: rgb(255, 0, 0);
  position: absolute;
  top: 8px;
  left: -32px;
  rotate: -45deg;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__list:after {
    height: 5px;
    top: 0;
    height: 7px;
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists__list p {
  color: rgb(255, 0, 0);
  font-size: calc(1.6rem * 1.375);
  letter-spacing: calc(3 / 100 * 1em);
  text-align: center;
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__list p {
    font-size: calc(1.6rem * 0.875);
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists__list p span {
  font-size: calc(1.6rem * 1.75);
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 700;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  display: inline-block;
}
.fv__contents__head .head__sentence__bottom .bottom__lists__list p span.strong {
  background-color: rgb(255, 0, 0);
  color: white;
  padding: 1px 2px 3px;
  margin-right: 8px;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__list p span {
    font-size: calc(1.6rem * 1);
  }
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__list:first-child {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.fv__contents__head .head__sentence__bottom .bottom__lists__image {
  width: 72px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5000;
}
@media (max-width:1024px) {
  .fv__contents__head .head__sentence__bottom .bottom__lists__image {
    width: 48px;
    right: -2px;
  }
}
.fv__contents__cv {
  background-image: url(../images/fv_bg.webp);
  background-size: cover;
  background-color: rgb(242, 242, 242);
  height: 289px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .fv__contents__cv {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    height: 100%;
  }
}
.fv__contents__cv .cv__paraBtnWr {
  border: none;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .fv__contents__cv .cv__paraBtnWr {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: min(calc(24 / 1440 * 100vw), 24px);
    padding-left: min(calc(24 / 1440 * 100vw), 24px);
  }
}
@media (min-width: 1025px) {
  .fv__contents__cv .cv__button__buttons .buttons__button {
    width: 364px;
    height: 96px;
  }
  .fv__contents__cv .cv__button__buttons .buttons__button.right .buttons__button__para.upper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv__contents__cv .cv__button__buttons .buttons__button.right .buttons__button__para.upper span {
    font-size: calc(1.6rem * 1.25);
  }
  .fv__contents__cv .cv__button__buttons .buttons__button__para {
    font-size: calc(1.6rem * 1.25);
  }
}

.tabs__contents {
  background-color: rgb(253, 239, 239);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .tabs__contents {
    padding-bottom: max(calc(40 / 600 * 100vw), 40px);
  }
}
.tabs__contents__ttl {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
  background-color: rgb(255, 0, 0);
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .tabs__contents__ttl {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-top: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.tabs__contents__ttl span {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(3 / 100 * 1em);
  line-height: 1.375;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .tabs__contents__ttl span {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: 4px;
  }
}
.tabs__contents__ttl div {
  width: 184px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .tabs__contents__ttl div {
    width: 160px;
  }
}
.tabs__contents__ttl img {
  fill: rgb(255, 0, 0);
}
.tabs__contents__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 1);
}
@media (max-width:1024px) {
  .tabs__contents__label {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    font-size: calc(1.6rem * 0.875);
  }
}
.tabs__contents__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  max-width: 600px;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .tabs__contents__buttons {
    gap: 12px;
    max-width: 450px;
  }
}
.tabs__contents__buttons a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs__contents__buttons .buttons__button {
  width: 45%;
  background-color: rgb(255, 72, 72);
  border: unset;
  border-radius: 16px;
  text-align: center;
  height: 72px;
  -webkit-filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
          filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
  border: 1px rgb(17, 17, 17) solid;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width:1024px) {
  .tabs__contents__buttons .buttons__button {
    width: 45%;
    height: 58px;
  }
}
.tabs__contents__buttons .buttons__button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: drop-shadow(0 0 0 rgb(201, 134, 134));
          filter: drop-shadow(0 0 0 rgb(201, 134, 134));
}
.tabs__contents__buttons .buttons__button span {
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: 3px;
}
@media (max-width:1024px) {
  .tabs__contents__buttons .buttons__button span {
    font-size: calc(1.6rem * 1);
  }
}

.banner {
  padding-top: min(calc(49.52 / 1440 * 100vw), 49.52px);
  padding-bottom: min(calc(46.48 / 1440 * 100vw), 46.48px);
}
@media (max-width:767px) {
  .banner {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(26 / 600 * 100vw), 26px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.banner__contents {
  width: 59.652%;
}
@media (max-width:767px) {
  .banner__contents {
    width: 100%;
  }
}
.banner__contents.pc {
  display: block;
  margin: 0 auto;
  max-width: 859px;
}
@media (max-width:767px) {
  .banner__contents.pc {
    display: none;
  }
}
.banner__contents.sp {
  display: none;
}
@media (max-width:767px) {
  .banner__contents.sp {
    display: block;
  }
}

.intro {
  background-color: rgb(253, 239, 239);
}
.intro__contentsWr {
  padding-top: min(calc(67 / 1440 * 100vw), 67px);
  padding-right: min(calc(351 / 1440 * 100vw), 351px);
  padding-bottom: min(calc(60 / 1440 * 100vw), 60px);
  padding-left: min(calc(243 / 1440 * 100vw), 243px);
}
@media (max-width:767px) {
  .intro__contentsWr {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(31 / 600 * 100vw), 31px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.intro__contents {
  background-color: rgb(255, 255, 255);
  position: relative;
}
.intro__contents:after {
  content: "";
  width: 102px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/intro_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 52%;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  bottom: -26px;
}
@media (max-width:767px) {
  .intro__contents:after {
    width: 59.46px;
    height: 25.46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -21px;
  }
}
.intro__contents__para {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(-1 / 100 * 1em);
  line-height: calc(34.75 / 24);
  padding-top: min(calc(40 / 1440 * 100vw), 40px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width:767px) {
  .intro__contents__para {
    font-size: calc(1.6rem * 1);
    line-height: calc(23.17 / 16);
    padding-top: max(calc(35 / 600 * 100vw), 35px);
    padding-right: max(calc(39 / 600 * 100vw), 39px);
    padding-bottom: max(calc(34 / 600 * 100vw), 34px);
    padding-left: max(calc(41 / 600 * 100vw), 41px);
  }
}
.intro__contents__para span {
  color: rgb(255, 0, 0);
  font-family: "Cabin", sans-serif;
  font-size: calc(1.6rem * 3.125);
  letter-spacing: calc(-1 / 100 * 1em);
  line-height: calc(60.75 / 50);
  display: inline-block;
  margin-right: 1px;
}
@media (max-width:767px) {
  .intro__contents__para span {
    font-size: calc(1.6rem * 2);
    line-height: calc(38.88 / 32);
    margin-top: 5px;
  }
}
.intro__contents__para span strong {
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(-1 / 100 * 1em);
  line-height: calc(46.34 / 32);
}
@media (max-width:767px) {
  .intro__contents__para span strong {
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
  }
}
.intro__contents__para strong {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(-1 / 100 * 1em);
  line-height: calc(46.34 / 32);
}
@media (max-width:767px) {
  .intro__contents__para strong {
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
  }
}
.intro__contents__man {
  width: 203.68px;
  position: absolute;
  top: 0;
  right: -119.68px;
}
@media (max-width:767px) {
  .intro__contents__man {
    width: clamp(calc(71 * calc(320 / 375) * 1px), calc(71 / 375 * 100vw), 71px);
    aspect-ratio: 71/85.75;
    top: -25px;
    right: clamp(calc(25 * calc(320 / 375) * 1px), calc(25 / 375 * 100vw), 25px);
  }
}
@media (max-width:374px) {
  .intro__contents__man {
    width: clamp(calc(51 * calc(320 / 375) * 1px), calc(51 / 375 * 100vw), 51px);
    top: -15px;
  }
}
.intro__answerWr {
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
  background-color: rgb(242, 242, 242);
  position: relative;
  overflow: hidden;
}
@media (max-width:767px) {
  .intro__answerWr {
    padding-top: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(46 / 600 * 100vw), 46px);
    padding-bottom: max(calc(30 / 600 * 100vw), 30px);
    padding-left: max(calc(47 / 600 * 100vw), 47px);
  }
}
@media (max-width:374px) {
  .intro__answerWr {
    padding-top: clamp(calc(20 * calc(320 / 375) * 1px), calc(20 / 375 * 100vw), 20px);
    padding-right: clamp(calc(36 * calc(320 / 375) * 1px), calc(36 / 375 * 100vw), 36px);
    padding-bottom: clamp(calc(30 * calc(320 / 375) * 1px), calc(30 / 375 * 100vw), 30px);
    padding-left: clamp(calc(37 * calc(320 / 375) * 1px), calc(37 / 375 * 100vw), 37px);
  }
}
.intro__answerWr:after {
  content: "";
  width: min(calc(854 / 1440 * 100vw), 854px);
  height: min(calc(376 / 1440 * 100vw), 376px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/intro_man.webp);
  background-size: cover;
}
@media (max-width:767px) {
  .intro__answerWr:after {
    width: max(calc(142 / 600 * 100vw), 142px);
    height: max(calc(142 / 600 * 100vw), 142px);
  }
}
.intro__answer {
  width: 860px;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22.43px 0;
  padding-top: min(calc(86 / 1440 * 100vw), 86px);
  padding-bottom: min(calc(75 / 1440 * 100vw), 75px);
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width:1024px) {
  .intro__answer {
    gap: 1px;
    width: auto;
    padding-top: max(calc(31 / 600 * 100vw), 31px);
    padding-right: max(calc(0 / 600 * 100vw), 0px);
    padding-bottom: max(calc(27 / 600 * 100vw), 27px);
    padding-left: max(calc(0 / 600 * 100vw), 0px);
  }
}
.intro__answer .intro__answer__pcWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__answer .intro__answer__pcWr span {
  background-color: rgb(255, 0, 0);
  border-radius: 7.38px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span {
    font-size: calc(1.6rem * 1.38375);
    border-radius: 5.1px;
  }
}
.intro__answer .intro__answer__pcWr span:first-child {
  width: 171.55px;
  height: 52.57px;
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:first-child {
    width: 118.69px;
    height: 36.37px;
  }
}
.intro__answer .intro__answer__pcWr span:nth-child(3) {
  width: 171.55px;
  height: 52.57px;
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:nth-child(3) {
    width: 118.69px;
    height: 36.37px;
  }
}
.intro__answer .intro__answer__pcWr span:nth-child(5) {
  height: 52px;
  background-color: transparent;
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:nth-child(5) {
    height: 35.98px;
  }
}
.intro__answer .intro__answer__pcWr span:nth-child(5) span {
  width: 306px;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(2 / 100 * 1em);
  background-color: rgb(255, 0, 0);
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:nth-child(5) span {
    width: 211.71px;
    font-size: calc(1.6rem * 1.38375);
  }
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:nth-child(5) {
    margin-bottom: max(calc(16.02 / 600 * 100vw), 16.02px);
  }
}
.intro__answer .intro__answer__pcWr span:nth-child(5):after {
  content: "による";
  color: rgb(17, 17, 17);
  font-size: calc(1.6rem * 2);
  line-height: calc(46.34 / 32);
  letter-spacing: calc(2 / 100 * 1em);
  margin-left: 7px;
}
@media (max-width:1024px) {
  .intro__answer .intro__answer__pcWr span:nth-child(5):after {
    font-size: clamp(calc(18 * calc(320 / 375) * 1px), calc(18 / 375 * 100vw), 18px);
    margin-left: 4.29px;
    line-height: calc(28.96 / 20);
  }
}
@media (max-width:374px) {
  .intro__answer .intro__answer__pcWr span:nth-child(5):after {
    font-size: clamp(calc(14 * calc(320 / 375) * 1px), calc(14 / 375 * 100vw), 14px);
  }
}
.intro__answer strong {
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(17, 17, 17);
}
@media (max-width:767px) {
  .intro__answer strong {
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
  }
}
.intro__answer__shape {
  width: 21.21px;
  height: 21.21px;
  margin-right: 8.3px;
  margin-left: 8.3px;
}
@media (max-width:1024px) {
  .intro__answer__shape {
    width: 14.68px;
    height: 14.68px;
    margin: 0;
  }
}
@media (max-width:1024px) {
  .intro__answer__pcWr#pcWr {
    display: contents;
  }
}
.intro__answer__pcWr#pcWr strong:first-child:after {
  content: "で";
  color: rgb(17, 17, 17);
  font-size: calc(1.6rem * 2);
  line-height: calc(46.34 / 32);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .intro__answer__pcWr#pcWr strong:first-child:after {
    font-size: calc(1.6rem * 1.125);
    line-height: calc(26.06 / 18);
  }
}

.concern {
  padding-top: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:767px) {
  .concern {
    padding-top: max(calc(34 / 600 * 100vw), 34px);
  }
}
.concern__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.concern__contents__head {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: calc(57.92 / 40);
  margin-bottom: min(calc(57 / 1440 * 100vw), 57px);
}
@media (max-width:767px) {
  .concern__contents__head {
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.concern__contents__head strong {
  position: relative;
  z-index: 1000;
  font-size: calc(1.6rem * 3.793125);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: calc(87.88 / 60.69);
  margin-right: 8px;
  margin-left: 5px;
}
@media (max-width:767px) {
  .concern__contents__head strong {
    font-size: calc(1.6rem * 1.75);
    line-height: calc(40.54 / 28);
    margin-right: 4.11px;
    margin-left: 2.61px;
    display: inline-block;
  }
}
.concern__contents__head strong:before {
  content: "";
  background-color: rgb(253, 239, 239);
  position: absolute;
  z-index: -1;
  width: 185px;
  height: 22px;
  bottom: 0;
}
@media (max-width:767px) {
  .concern__contents__head strong:before {
    width: 88.3px;
    height: 10.5px;
  }
}
.concern__contents__listsWr {
  position: relative;
  margin-bottom: min(calc(60 / 1440 * 100vw), 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width:767px) {
  .concern__contents__listsWr {
    margin-bottom: max(calc(98 / 600 * 100vw), 98px);
    display: block;
  }
}
.concern__contents .listsWr__lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(1.6rem * 1.25);
  line-height: calc(28.96 / 20);
  letter-spacing: calc(2 / 100 * 1em);
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .concern__contents .listsWr__lists__list {
    font-size: calc(1.6rem * 0.9375);
    line-height: calc(27 / 15);
    padding-bottom: max(calc(11 / 600 * 100vw), 11px);
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    border-bottom: 1px rgb(17, 17, 17) solid;
    margin-bottom: 0;
  }
}
.concern__contents .listsWr__lists__list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.concern__contents .listsWr__lists__list span {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  font-family: "Cabin_Condensed", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 1.25);
  margin-right: 21px;
}
@media (max-width:767px) {
  .concern__contents .listsWr__lists__list span {
    width: 34.94px;
    height: 34.94px;
    font-size: calc(1.6rem * 1.065);
    margin-right: 15.06px;
  }
}
.concern__contents .listsWr__lists__woman {
  width: 168px;
  margin-right: 53px;
}
@media (max-width:767px) {
  .concern__contents .listsWr__lists__woman {
    position: absolute;
    width: 67px;
    bottom: -94px;
    left: auto;
    right: -51px;
    margin-right: 0;
  }
}
.concern__contents__cvWr {
  width: 100%;
  background-color: rgb(253, 239, 239);
  padding-top: min(calc(98 / 1440 * 100vw), 98px);
  padding-bottom: min(calc(75.8 / 1440 * 100vw), 75.8px);
  position: relative;
}
@media (max-width:767px) {
  .concern__contents__cvWr {
    padding-top: max(calc(79 / 600 * 100vw), 79px);
    padding-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.concern__contents__cvWr:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid rgb(255, 255, 255);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width:767px) {
  .concern__contents__cvWr:before {
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}
.concern__contents__cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  width: 600px;
}
@media (max-width:767px) {
  .concern__contents__cv {
    width: auto;
    max-width: 450px;
  }
}
.concern__contents__cv .cv__wordTop,
.concern__contents__cv .cv__wordBottom {
  position: relative;
  z-index: 1000;
  font-size: calc(1.6rem * 2.375);
  line-height: calc(55.02 / 38);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .concern__contents__cv .cv__wordTop,
  .concern__contents__cv .cv__wordBottom {
    max-width: 600px;
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
  }
}
.concern__contents__cv .cv__wordTop {
  margin-bottom: min(calc(17 / 1440 * 100vw), 17px);
}
@media (max-width:767px) {
  .concern__contents__cv .cv__wordTop {
    margin-bottom: max(calc(19 / 600 * 100vw), 19px);
  }
}
.concern__contents__cv .cv__wordBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .concern__contents__cv .cv__wordBottom {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.concern__contents__cv .cv__wordBottom:after {
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 22/42;
  margin-top: min(calc(20 / 1440 * 100vw), 20px);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  background-image: url(../images/concern_shapeArrow.svg);
}
@media (max-width:767px) {
  .concern__contents__cv .cv__wordBottom:after {
    margin-top: max(calc(10.42 / 600 * 100vw), 10.42px);
    margin-bottom: max(calc(11 / 600 * 100vw), 11px);
  }
}
.concern__contents__cv .cv__image {
  width: 183px;
  height: 183px;
  border-radius: 100%;
  position: absolute;
}
@media (max-width:767px) {
  .concern__contents__cv .cv__image {
    width: 115px;
    height: 115px;
  }
}
.concern__contents__cv .cv__image.left {
  left: -95px;
  top: 0;
  z-index: 0;
}
@media (max-width:767px) {
  .concern__contents__cv .cv__image.left {
    top: 66px;
    left: 0;
  }
}
.concern__contents__cv .cv__image.right {
  right: -100px;
  top: 0;
  z-index: 0;
}
@media (max-width:767px) {
  .concern__contents__cv .cv__image.right {
    top: 14px;
    right: 0;
  }
}
.concern__contents__cv .boxRedWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  margin-bottom: min(calc(11 / 1440 * 100vw), 11px);
}
@media (max-width:767px) {
  .concern__contents__cv .boxRedWr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: max(calc(11 / 600 * 100vw), 11px);
  }
}
.concern__contents__cv .boxRed {
  width: 208px;
  height: 60px;
  border-radius: 8.51px;
  color: rgb(255, 255, 255);
  letter-spacing: calc(2 / 100 * 1em);
  background-color: rgb(255, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 2.3125);
}
@media (max-width:767px) {
  .concern__contents__cv .boxRed {
    width: 158px;
    height: 45.58px;
    border-radius: 6.47px;
    font-size: calc(1.6rem * 1.753125);
  }
}
.concern__contents__cv .shape-dot {
  width: 8px;
  height: 8px;
  background-color: rgb(192, 60, 60);
  border-radius: 100%;
  margin-right: 11px;
  margin-left: 12px;
}
@media (max-width:767px) {
  .concern__contents__cv .shape-dot {
    margin-top: max(calc(11.42 / 600 * 100vw), 11.42px);
    margin-bottom: max(calc(13 / 600 * 100vw), 13px);
  }
}

.cv {
  width: 100%;
  padding-top: min(calc(56 / 1440 * 100vw), 56px);
  padding-bottom: min(calc(55 / 1440 * 100vw), 55px);
  background-image: url(../images/cv_bgPc.webp);
  background-size: contain;
  background-color: rgb(242, 242, 242);
}
@media (max-width:767px) {
  .cv {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(13 / 600 * 100vw), 13px);
    padding-bottom: max(calc(32 / 600 * 100vw), 32px);
    padding-left: max(calc(13 / 600 * 100vw), 13px);
  }
}
.cv__contentsWr {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width:767px) {
  .cv__contentsWr {
    padding-right: 0;
    padding-left: 0;
  }
}
.cv__contents {
  background-color: rgb(255, 255, 255);
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(40.53 / 1440 * 100vw), 40.53px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px rgb(17, 17, 17) solid;
  max-width: 957px;
  margin: 0 auto;
  border-radius: 18px;
}
@media (max-width:767px) {
  .cv__contents {
    padding-top: max(calc(33 / 600 * 100vw), 33px);
    padding-bottom: max(calc(33.53 / 600 * 100vw), 33.53px);
  }
}
.cv__contents__para {
  font-size: calc(1.6rem * 1.5);
  line-height: calc(34.75 / 24);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(17, 17, 17);
  margin-bottom: min(calc(30.5 / 1440 * 100vw), 30.5px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:767px) {
  .cv__contents__para {
    margin-bottom: max(calc(18.61 / 600 * 100vw), 18.61px);
    font-size: clamp(calc(15 * calc(320 / 375) * 1px), calc(15 / 375 * 100vw), 15px);
    line-height: calc(21.72 / 15);
  }
}
.cv__contents__para:before, .cv__contents__para:after {
  content: "";
  width: 15.11px;
  height: 29.5px;
  display: inline-block;
  background-image: url(../images/point_cvShape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: -22.68px;
}
@media (max-width:767px) {
  .cv__contents__para:before, .cv__contents__para:after {
    width: 17.68px;
    height: 28.66px;
    top: 1px;
    left: -18.68px;
  }
}
.cv__contents__para:after {
  left: auto;
  right: -18.68px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cv__contents__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .cv__contents__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv__contents__buttons .buttons__button {
  width: 319px;
  height: 73.55px;
  border: 1.96px rgb(68, 68, 68) solid;
  border-radius: 26.07px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.cv__contents__buttons .buttons__button .pc {
  display: block;
}
@media (max-width:767px) {
  .cv__contents__buttons .buttons__button .pc {
    display: none;
  }
}
.cv__contents__buttons .buttons__button .sp {
  display: none;
}
@media (max-width:767px) {
  .cv__contents__buttons .buttons__button .sp {
    display: block;
  }
}
.cv__contents__buttons .buttons__button.left {
  background-color: rgb(255, 72, 72);
  -webkit-filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
          filter: drop-shadow(0 4px 0 rgb(201, 134, 134));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
  margin-right: 18px;
}
@media (max-width:767px) {
  .cv__contents__buttons .buttons__button.left {
    margin-bottom: 27.45px;
  }
}
.cv__contents__buttons .buttons__button.left a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cv__contents__buttons .buttons__button.left .buttons__button__para.upper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
}
.cv__contents__buttons .buttons__button.left .buttons__button__para.upper span {
  font-size: calc(1.6rem * 1);
  line-height: calc(23.17 / 16);
  letter-spacing: calc(2 / 100 * 1em);
}
.cv__contents__buttons .buttons__button.left .buttons__button__para.bottom {
  font-size: calc(1.6rem * 0.8125);
  line-height: calc(18.82 / 13);
  letter-spacing: calc(2 / 100 * 1em);
}
.cv__contents__buttons .buttons__button.left .buttons__button__para span:first-child {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 2px;
}
.cv__contents__buttons .buttons__button.left .buttons__button__para span:first-child img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cv__contents__buttons .buttons__button.right {
  background-color: rgb(255, 240, 163);
  -webkit-filter: drop-shadow(0 4px 0 rgb(247, 190, 54));
          filter: drop-shadow(0 4px 0 rgb(247, 190, 54));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
  padding-right: 20px;
}
.cv__contents__buttons .buttons__button.right a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(17, 17, 17);
  display: flex;
}
.cv__contents__buttons .buttons__button.right .buttons__button__icon {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.cv__contents__buttons .buttons__button.right .buttons__button__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cv__contents__buttons .buttons__button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: drop-shadow(0 0 0 rgb(201, 134, 134));
          filter: drop-shadow(0 0 0 rgb(201, 134, 134));
}
@media (max-width:767px) {
  .cv__contents__buttons .buttons__button {
    margin-right: 0 !important;
    width: clamp(calc(319 * calc(320 / 375) * 1px), calc(319 / 375 * 100vw), 319px);
  }
}
.cv__contents__buttons .buttons__button:after {
  content: "";
  display: inline-block;
  width: 21.06px;
  height: 21.06px;
  background-image: url(../images/btn_shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
@media (max-width:1024px) {
  .cv__contents__buttons .buttons__button:after {
    margin-left: 16px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.feature {
  padding-top: min(calc(100 / 1440 * 100vw), 100px);
}
@media (max-width:767px) {
  .feature {
    padding-top: max(calc(40 / 600 * 100vw), 40px);
  }
}
.feature__contents__head {
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  letter-spacing: calc(2 / 100 * 1em);
  text-align: center;
  margin-bottom: min(calc(73 / 1440 * 100vw), 73px);
}
@media (max-width:767px) {
  .feature__contents__head {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
    margin-bottom: max(calc(74 / 600 * 100vw), 74px);
  }
}
.feature__contents .listsWr__lists {
  margin-bottom: min(calc(72 / 1440 * 100vw), 72px);
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists {
    margin-bottom: max(calc(40 / 600 * 100vw), 40px);
  }
}
.feature__contents .listsWr__lists__list {
  background-color: rgb(253, 239, 239);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(31 / 600 * 100vw), 31px);
    margin-bottom: max(calc(148 / 600 * 100vw), 148px);
  }
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list .list__image {
    width: 87.4%;
    aspect-ratio: 294/195;
    margin-bottom: max(calc(5 / 600 * 100vw), 5px);
    margin-top: -48px;
    margin-bottom: max(calc(14.57 / 600 * 100vw), 14.57px);
  }
}
.feature__contents .listsWr__lists__list .list__numHeadWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list .list__numHeadWr {
    width: 100%;
    margin-bottom: max(calc(21 / 600 * 100vw), 21px);
    position: static;
  }
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list .list__numHeadAllWr {
    display: contents;
  }
}
.feature__contents .listsWr__lists__list .list__num {
  color: rgb(255, 255, 255);
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  font-family: "Cabin_Condensed", sans-serif;
  letter-spacing: calc(2 / 100 * 1em);
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 2.5);
  position: absolute;
  top: -82px;
  left: -63px;
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list .list__num {
    width: 54px;
    height: 54px;
    font-size: calc(1.6rem * 1.5);
    margin-right: 14px;
    position: static;
  }
}
.feature__contents .listsWr__lists__list .list__head {
  color: rgb(192, 60, 60);
  font-size: calc(1.6rem * 1.75);
  line-height: calc(40.54 / 28);
  letter-spacing: calc(2 / 100 * 1em);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list .list__head {
    margin-bottom: 0;
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
  }
}
.feature__contents .listsWr__lists__list .list__para {
  font-size: calc(1.6rem * 1);
  line-height: calc(32 / 16);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list:nth-child(2) .list__image {
    margin-top: -118px;
  }
}
.feature__contents .listsWr__lists__list:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .feature__contents .listsWr__lists__list:last-child .list__image {
    margin-top: -100px;
  }
}
@media (min-width:768px) {
  .feature__contents .listsWr__lists__list:nth-child(odd) {
    margin-left: 16.944vw;
    padding: 31px 0 32px 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 73px;
  }
  .feature__contents .listsWr__lists__list:nth-child(odd) .list__numHeadAllWr {
    margin-right: 41px;
  }
  .feature__contents .listsWr__lists__list:nth-child(odd) .list__image {
    width: 418px;
  }
  .feature__contents .listsWr__lists__list:nth-child(odd) .list__para {
    max-width: 443px;
  }
  .feature__contents .listsWr__lists__list:nth-child(even) {
    margin-right: 16.944vw;
    padding: 34px 48px 34px 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: min(calc(73 / 1440 * 100vw), 73px);
  }
  .feature__contents .listsWr__lists__list:nth-child(even) .list__num {
    left: -50px;
    top: -90px;
  }
  .feature__contents .listsWr__lists__list:nth-child(even) .list__image {
    margin-right: 41px;
  }
  .feature__contents .listsWr__lists__list:nth-child(even) .list__image {
    width: 418px;
  }
  .feature__contents .listsWr__lists__list:nth-child(even) .list__para {
    max-width: 443px;
  }
}
.feature__contents__cta {
  background-color: rgb(242, 242, 242);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .feature__contents__cta {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.feature__contents__cta .cta__image {
  height: min(calc(340 / 1440 * 100vw), 340px);
  aspect-ratio: 402/306;
}
@media (max-width:767px) {
  .feature__contents__cta .cta__image {
    height: max(calc(149 / 600 * 100vw), 149px);
    width: 100%;
    aspect-ratio: auto;
  }
}
.feature__contents__cta .cta__content {
  width: 100%;
}
.feature__contents__cta .cta__content__para {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  letter-spacing: calc(2 / 100 * 1em);
  position: relative;
  margin: 0 auto;
  font-size: min(calc(24 / 1440 * 100vw), 24px);
  line-height: calc(34.75 / 24);
  margin-bottom: min(calc(29 / 1440 * 100vw), 29px);
}
@media (max-width:767px) {
  .feature__contents__cta .cta__content__para {
    margin-bottom: max(calc(11.59 / 600 * 100vw), 11.59px);
    font-size: calc(1.6rem * 1.0625);
    line-height: calc(24.62 / 17);
  }
}
.feature__contents__cta .cta__content__para:before, .feature__contents__cta .cta__content__para:after {
  content: "";
  width: 17.68px;
  height: 28.66px;
  display: inline-block;
  background-image: url(../images/point_cvShape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -22.68px;
}
.feature__contents__cta .cta__content__para:after {
  left: auto;
  right: -22.68px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.point {
  padding-top: min(calc(100 / 1440 * 100vw), 100px);
  padding-bottom: min(calc(100 / 1440 * 100vw), 100px);
}
@media (max-width:767px) {
  .point {
    padding-top: max(calc(65 / 600 * 100vw), 65px);
  }
}
.point__contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .point__contents__head {
    margin-bottom: max(calc(14 / 600 * 100vw), 14px);
  }
}
.point__contents__head span {
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .point__contents__head span {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
  }
}
.point__contents__head span:first-child {
  font-size: calc(1.6rem * 1.75);
  line-height: calc(40.54 / 28);
}
@media (max-width:767px) {
  .point__contents__head span:first-child {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
  }
}
.point__contents__head span:last-child {
  position: relative;
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  margin-top: -7px;
}
@media (max-width:767px) {
  .point__contents__head span:last-child {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
  }
}
.point__contents__head span:last-child:before {
  content: "";
  background-color: rgb(253, 239, 239);
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 21px;
  bottom: 5px;
  left: -3px;
}
@media (max-width:767px) {
  .point__contents__head span:last-child:before {
    width: 128px;
    height: 12px;
    bottom: 4px;
    left: -3px;
  }
}
.point__contents__head span:last-child strong {
  font-size: calc(1.6rem * 3.793125);
  line-height: calc(49.23 / 34);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .point__contents__head span:last-child strong {
    font-size: calc(1.6rem * 2.125);
    line-height: calc(87.88 / 60.69);
  }
}
.point__contents__lists {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 179px;
}
@media (max-width:767px) {
  .point__contents__lists {
    max-width: none;
    padding-bottom: 0;
  }
}
.point__contents__lists .lists__listWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr {
    display: block;
  }
}
.point__contents__lists .lists__listWr:first-child {
  margin-bottom: min(calc(59 / 1440 * 100vw), 59px);
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:first-child {
    margin-bottom: max(calc(38 / 600 * 100vw), 38px);
  }
}
.point__contents__lists .lists__listWr:first-child .lists__list {
  margin-bottom: 43px;
  margin-top: 130px;
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:first-child .lists__list {
    margin: auto;
  }
}
.point__contents__lists .lists__listWr:first-child .lists__image {
  width: 400px;
  aspect-ratio: 398/483;
  margin-right: 44px;
  padding-right: min(calc(22 / 1440 * 100vw), 22px);
  padding-left: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:first-child .lists__image {
    width: auto;
    aspect-ratio: auto;
    margin-right: auto;
    padding-right: max(calc(22 / 600 * 100vw), 22px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
    margin-bottom: max(calc(38 / 600 * 100vw), 38px);
  }
}
.point__contents__lists .lists__listWr:first-child .lists__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.point__contents__lists .lists__listWr:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 160.34px;
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:nth-child(2) {
    margin-bottom: max(calc(38 / 600 * 100vw), 38px);
  }
}
.point__contents__lists .lists__listWr:nth-child(2) .lists__list {
  margin-top: 94.66px;
  margin-bottom: -48.66px;
  margin-right: -49px;
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:nth-child(2) .lists__list {
    margin: auto;
  }
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:nth-child(3) {
    margin-bottom: max(calc(38 / 600 * 100vw), 38px);
  }
}
.point__contents__lists .lists__listWr:nth-child(3) .lists__list {
  margin-top: 112.16px;
  margin-bottom: -59px;
  margin-left: -41px;
}
@media (max-width:767px) {
  .point__contents__lists .lists__listWr:nth-child(3) .lists__list {
    margin: auto;
  }
}
.point__contents__lists .lists__image {
  width: 490px;
  aspect-ratio: 490/343;
}
@media (max-width:767px) {
  .point__contents__lists .lists__image {
    width: 100%;
    aspect-ratio: auto;
  }
}
.point__contents__lists .lists__list {
  background-color: rgb(219, 2, 2);
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: min(calc(31 / 1440 * 100vw), 31px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(35 / 1440 * 100vw), 35px);
  padding-left: min(calc(39 / 1440 * 100vw), 39px);
}
@media (max-width:767px) {
  .point__contents__lists .lists__list {
    padding-top: max(calc(19 / 600 * 100vw), 19px);
    padding-right: max(calc(21 / 600 * 100vw), 21px);
    padding-bottom: max(calc(21 / 600 * 100vw), 21px);
    padding-left: max(calc(23 / 600 * 100vw), 23px);
  }
}
.point__contents__lists .lists__list__num {
  font-family: "Cabin", sans-serif;
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(211, 168, 31);
  position: absolute;
  top: -44px;
  font-size: calc(1.6rem * 3.793125);
  line-height: calc(73.74 / 60.69);
  left: min(calc(19 / 1440 * 100vw), 19px);
}
@media (max-width:767px) {
  .point__contents__lists .lists__list__num {
    top: -20px;
    font-size: calc(1.6rem * 2);
    line-height: calc(38.88 / 32);
    left: max(calc(19 / 600 * 100vw), 19px);
  }
}
.point__contents__lists .lists__list__sentence .sentence__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: rgb(255, 255, 255);
  letter-spacing: calc(2 / 100 * 1em);
  width: 100%;
  border-bottom: 1px rgb(255, 255, 255) solid;
  font-size: calc(1.6rem * 2);
  line-height: calc(46.34 / 32);
  margin-bottom: min(calc(23 / 1440 * 100vw), 23px);
}
@media (max-width:767px) {
  .point__contents__lists .lists__list__sentence .sentence__head {
    padding-bottom: 4.4px;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    font-size: calc(1.6rem * 1.25);
    line-height: calc(28.96 / 20);
    margin-bottom: max(calc(11 / 600 * 100vw), 11px);
  }
}
.point__contents__lists .lists__list__sentence .sentence__head span {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (max-width:767px) {
  .point__contents__lists .lists__list__sentence .sentence__head span {
    font-size: calc(1.6rem * 1.75);
    line-height: calc(40.54 / 28);
  }
}
.point__contents__lists .lists__list__sentence .sentence__para {
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 1.125);
  line-height: calc(36 / 18);
  color: rgb(255, 255, 255);
}
@media (max-width:767px) {
  .point__contents__lists .lists__list__sentence .sentence__para {
    font-size: calc(1.6rem * 0.9375);
    line-height: calc(30 / 15);
  }
}
.point__contents__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(242, 242, 242);
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width:767px) {
  .point__contents__cta {
    display: block;
  }
}
.point__contents__cta .cta__image {
  height: min(calc(340 / 1440 * 100vw), 340px);
  aspect-ratio: 402/306;
}
@media (max-width:767px) {
  .point__contents__cta .cta__image {
    width: 100%;
    height: max(calc(168 / 600 * 100vw), 168px);
  }
}
.point__contents__cta .cta__content {
  width: 100%;
}
.point__contents__cta .cta__content .cv {
  height: 100%;
}

.price {
  padding-top: min(calc(100 / 1440 * 100vw), 100px);
  padding-bottom: min(calc(100 / 1440 * 100vw), 100px);
  background-color: rgb(253, 239, 239);
}
@media (max-width:767px) {
  .price {
    padding-top: max(calc(65 / 600 * 100vw), 65px);
    padding-bottom: max(calc(65 / 600 * 100vw), 65px);
  }
}
.price__contents__head {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .price__contents__head {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.price__contents__head span {
  font-size: calc(1.6rem * 2.5);
  text-align: center;
}
@media (max-width:1024px) {
  .price__contents__head span {
    font-size: calc(1.6rem * 1.5);
  }
}
.price__contents__para {
  font-size: calc(1.6rem * 1);
  font-weight: 400;
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  letter-spacing: calc(3 / 100 * 1em);
  text-align: center;
}
@media (max-width:1024px) {
  .price__contents__para {
    font-size: calc(1.6rem * 0.875);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.price__contents__listsWr {
  padding-right: max(calc(20 / 600 * 100vw), 20px);
  padding-left: max(calc(20 / 600 * 100vw), 20px);
}
.price__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-inline: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.price__contents__lists .lists__list {
  border-radius: 16px;
  border: 3px rgb(211, 168, 31) solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  cursor: pointer;
  width: 100%;
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list {
    border: 2px rgb(211, 168, 31) solid;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .price__contents__lists .lists__list:hover .lists__list__head {
    opacity: 0.5;
  }
}
.price__contents__lists .lists__list:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
.price__contents__lists .lists__list.active .lists__list__head .head__shape:after {
  rotate: 0deg;
}
.price__contents__lists .lists__list.active .lists__list__para {
  display: block;
}
.price__contents__lists .lists__list.active .lists__list__itemsWr {
  display: block;
}
.price__contents__lists .lists__list.active .lists__list__cv {
  display: block;
}
.price__contents__lists .lists__list__head {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__head {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.price__contents__lists .lists__list__head .head__text {
  font-size: calc(1.6rem * 1.375);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  color: rgb(17, 17, 17);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__head .head__text {
    font-size: calc(1.6rem * 1.125);
    row-gap: 6px;
  }
}
.price__contents__lists .lists__list__head .head__text span {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  padding: 8px 6px 6px;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(6 / 100 * 1em);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__head .head__text span {
    padding: 5px 4px 4px;
    font-size: calc(1.6rem * 0.875);
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.price__contents__lists .lists__list__head .head__shape {
  width: 32px;
  height: 4px;
  background-color: rgb(211, 168, 31);
  display: inline-block;
  position: absolute;
  right: 0;
  right: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__head .head__shape {
    width: 20px;
    right: max(calc(24 / 600 * 100vw), 24px);
  }
}
.price__contents__lists .lists__list__head .head__shape:after {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: inherit;
  position: absolute;
  rotate: 90deg;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.price__contents__lists .lists__list__para {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 1.75;
  font-weight: 400;
  font-size: calc(1.6rem * 1);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  padding-left: min(calc(54 / 1440 * 100vw), 54px);
  padding-right: min(calc(54 / 1440 * 100vw), 54px);
  color: rgb(17, 17, 17);
  display: none;
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__para {
    line-height: 1.5;
    font-size: calc(1.6rem * 0.9375);
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.price__contents__lists .lists__list__itemsWr {
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
  display: none;
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__itemsWr {
    padding-left: max(calc(13 / 600 * 100vw), 13px);
    padding-right: max(calc(13 / 600 * 100vw), 13px);
  }
}
.price__contents__lists .lists__list__items {
  border: 1px rgb(211, 168, 31) solid;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__items {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.price__contents__lists .lists__list__items .items__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(253, 239, 239);
  border-bottom: 1px rgb(211, 168, 31) dotted;
}
.price__contents__lists .lists__list__items .items__item:last-child {
  border-bottom: none;
}
.price__contents__lists .lists__list__items .items__item:nth-child(even) {
  background-color: rgba(253, 239, 239, 0.25);
}
.price__contents__lists .lists__list__items .items__item span {
  font-size: calc(1.6rem * 1);
  line-height: 1.375;
  text-align: center;
  width: 30%;
  color: rgb(17, 17, 17);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__items .items__item span {
    font-size: calc(1.6rem * 0.75);
    line-height: 1.25;
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.price__contents__lists .lists__list__items .items__item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: calc(1.6rem * 0.875);
  font-weight: 400;
  line-height: 1.75;
  border-left: 1px rgb(211, 168, 31) solid;
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(20 / 1440 * 100vw), 20px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(20 / 1440 * 100vw), 20px);
  color: rgb(17, 17, 17);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__items .items__item p {
    line-height: 1.5;
    font-size: calc(1.6rem * 0.75);
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.price__contents__lists .lists__list__cv {
  padding-top: 0;
  background-image: none;
  background-color: transparent;
  display: none;
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .price__contents__lists .lists__list__cv {
    padding-bottom: max(calc(28 / 600 * 100vw), 28px);
  }
}
.price__contents__lists .lists__list__cv .cv__paraBtnWr {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.price__contents__lists .lists__list__cv .cv__button__buttons .buttons__button {
  width: clamp(calc(264 * calc(320 / 375) * 1px), calc(264 / 375 * 100vw), 264px);
}
.price__contents__lists .lists__list__cv .cv__button__buttons .buttons__button:after {
  right: 18px;
}
.price__contents__lists .lists__list__cv .cv__button__buttons .buttons__button__para {
  font-weight: 700;
  font-size: calc(1.6rem * 0.875);
  line-height: 1.25;
}
.price__contents__lists .lists__list__cv .cv__button__buttons .buttons__button__para .free {
  display: inline-block;
  padding: 3px 2px 2px;
  font-size: calc(1.6rem * 0.75);
  margin-left: 3px;
  border-radius: 2px;
  border: 1px rgb(17, 17, 17) solid;
}

.record__contents__headWr {
  background-color: rgb(255, 0, 0);
  height: 191px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:767px) {
  .record__contents__headWr {
    height: 122px;
  }
}
.record__contents__head {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 2);
  line-height: calc(46.34 / 32);
  letter-spacing: calc(2 / 100 * 1em);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
@media (max-width:767px) {
  .record__contents__head {
    font-size: calc(1.6rem * 1.2875);
    line-height: calc(29.82 / 20.6);
  }
}
.record__contents__head:before, .record__contents__head:after {
  content: "";
  width: 54.74px;
  height: 129.88px;
  display: inline-block;
  background-image: url(../images/record_shapeGold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -52.96px;
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}
@media (max-width:767px) {
  .record__contents__head:before, .record__contents__head:after {
    width: 40.89px;
    height: 83.6px;
    top: 3px;
    left: -50.96px;
  }
}
.record__contents__head:after {
  right: -52.96px;
  left: auto;
  -webkit-transform: scale(-1, 1) skew(-5deg);
          transform: scale(-1, 1) skew(-5deg);
}
@media (max-width:767px) {
  .record__contents__head:after {
    right: -47.96px;
  }
}
.record__contents__head span:first-child {
  font-family: Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 3.121875);
  font-weight: 700;
  letter-spacing: calc(2 / 100 * 1em);
  display: inline-block;
}
@media (max-width:767px) {
  .record__contents__head span:first-child {
    font-size: calc(1.6rem * 2.009375);
  }
}
.record__contents__head span:last-child {
  width: 100%;
  font-size: calc(1.6rem * 4.0875);
  line-height: calc(94.7 / 65.4);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 700;
  text-align: center;
  margin-top: -13px;
}
@media (max-width:767px) {
  .record__contents__head span:last-child {
    font-size: calc(1.6rem * 2.63125);
    line-height: calc(60.95 / 42.1);
    margin-top: 0;
  }
}
.record__contents__listsWr .listsWr__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 26px;
  background-image: url(../images/record_bg.webp);
  background-color: rgb(242, 242, 242);
  background-size: cover;
  padding-top: min(calc(91 / 1440 * 100vw), 91px);
  padding-bottom: min(calc(68 / 1440 * 100vw), 68px);
  padding-right: min(calc(50 / 1440 * 100vw), 50px);
  padding-left: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .record__contents__listsWr .listsWr__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../images/record_bgSp.webp);
    padding-top: max(calc(65 / 600 * 100vw), 65px);
    padding-right: max(calc(37 / 600 * 100vw), 37px);
    padding-bottom: max(calc(58 / 600 * 100vw), 58px);
    padding-left: max(calc(37 / 600 * 100vw), 37px);
  }
}
.record__contents__listsWr .listsWr__lists__list {
  background-color: rgb(255, 255, 255);
  padding-top: min(calc(59 / 1440 * 100vw), 59px);
  padding-right: min(calc(31 / 1440 * 100vw), 31px);
  padding-bottom: min(calc(33 / 1440 * 100vw), 33px);
  padding-left: min(calc(31 / 1440 * 100vw), 31px);
  position: relative;
  width: 304px;
  text-align: left;
}
@media (max-width:767px) {
  .record__contents__listsWr .listsWr__lists__list {
    margin-bottom: max(calc(58 / 600 * 100vw), 58px);
    padding-top: max(calc(59 / 600 * 100vw), 59px);
    padding-right: max(calc(31 / 600 * 100vw), 31px);
    padding-bottom: max(calc(30 / 600 * 100vw), 30px);
    padding-left: max(calc(31 / 600 * 100vw), 31px);
  }
}
.record__contents__listsWr .listsWr__lists__list .list__shape {
  width: 205px;
  height: 50px;
  background-image: url(../images/record_redRibon.svg);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.record__contents__listsWr .listsWr__lists__list .list__shape span {
  font-size: calc(1.6rem * 1.5);
  line-height: calc(34.75 / 24);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(255, 255, 255);
  text-align: center;
  -webkit-transform: translateY(-3px) skew(-3deg);
          transform: translateY(-3px) skew(-3deg);
  font-weight: 700;
  position: relative;
}
.record__contents__listsWr .listsWr__lists__list .list__shape span:after {
  content: "";
  width: 27px;
  height: 22.81px;
  display: inline-block;
  background-image: url(../images/record_crown.svg);
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.record__contents__listsWr .listsWr__lists__list .list__para {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.6rem * 1);
  line-height: 1.848125;
  letter-spacing: calc(2 / 100 * 1em);
  margin: 0 auto;
}
@media (max-width:767px) {
  .record__contents__listsWr .listsWr__lists__list .list__para {
    line-height: calc(23.17 / 16);
    line-height: 2.15;
  }
}
@media (max-width:767px) {
  .record__contents__listsWr .listsWr__lists__list:last-child {
    margin-bottom: 0;
  }
}

.voice__contents__headWr {
  background-color: rgb(255, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 137px;
}
@media (max-width:767px) {
  .voice__contents__headWr {
    height: 122px;
  }
}
.voice__contents__head {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  letter-spacing: calc(2 / 100 * 1em);
  font-weight: 700;
  position: relative;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
@media (max-width:767px) {
  .voice__contents__head {
    font-size: calc(1.6rem * 2.63125);
    line-height: calc(60.95 / 42.1);
  }
}
.voice__contents__head:before, .voice__contents__head:after {
  content: "";
  width: 41.57px;
  height: 76.23px;
  display: inline-block;
  background-image: url(../images/record_shapeGold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -52.96px;
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}
@media (max-width:767px) {
  .voice__contents__head:before, .voice__contents__head:after {
    width: 40.89px;
    height: 83.6px;
    top: -8px;
    left: -50.96px;
  }
}
.voice__contents__head:after {
  right: -52.96px;
  left: auto;
  -webkit-transform: scale(-1, 1) skew(-5deg);
          transform: scale(-1, 1) skew(-5deg);
}
@media (max-width:767px) {
  .voice__contents__head:after {
    right: -47.96px;
  }
}
.voice__contents__listsWr {
  background-image: url(../images/record_bg.webp);
  background-color: rgb(242, 242, 242);
  background-size: cover;
  padding-top: min(calc(54 / 1440 * 100vw), 54px);
  padding-bottom: min(calc(69 / 1440 * 100vw), 69px);
  padding-right: min(calc(54 / 1440 * 100vw), 54px);
  padding-left: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .voice__contents__listsWr {
    background-image: url(../images/record_bgSp.webp);
    padding-top: max(calc(32 / 600 * 100vw), 32px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(32 / 600 * 100vw), 32px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.voice__contents .listsWr__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px 43px;
  gap: min(calc(44 / 1440 * 100vw), 44px) min(calc(43 / 1440 * 100vw), 43px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 963px;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voice__contents .listsWr__lists__listWr {
  width: 950px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(25 / 1440 * 100vw), 25px);
  padding-bottom: min(calc(25 / 1440 * 100vw), 25px);
  padding-left: min(calc(21 / 1440 * 100vw), 21px);
  border-radius: 10px;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__listWr {
    width: 100%;
    padding-top: max(calc(24 / 600 * 100vw), 24px);
    padding-right: max(calc(24 / 600 * 100vw), 24px);
    padding-bottom: max(calc(23 / 600 * 100vw), 23px);
    padding-left: max(calc(28 / 600 * 100vw), 28px);
  }
}
.voice__contents .listsWr__lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list {
    margin: 0 auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice__contents .listsWr__lists__list .list__imageAllWr {
  display: contents;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__imageAllWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice__contents .listsWr__lists__list .list__textsWr {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__textsWr {
    display: block;
  }
}
.voice__contents .listsWr__lists__list .list__imageWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 32px;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__imageWr {
    margin-right: 29px;
  }
}
.voice__contents .listsWr__lists__list .list__image {
  width: 109px;
  height: 109px;
  border-radius: 100%;
  background-color: rgb(129, 129, 129);
  margin-bottom: 4px;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__image {
    width: 90px;
    height: 90px;
  }
}
.voice__contents .listsWr__lists__list .list__name {
  text-align: center;
  color: rgb(129, 129, 129);
  font-size: calc(1.6rem * 0.9375);
  line-height: calc(30 / 15);
  letter-spacing: calc(2 / 100 * 1em);
}
.voice__contents .listsWr__lists__list .list__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__contents .listsWr__lists__list .list__texts__kind {
  width: 85px;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: calc(2 / 100 * 1em);
  background-color: rgb(242, 242, 242);
  color: rgb(129, 129, 129);
  margin-bottom: min(calc(11 / 1440 * 100vw), 11px);
  font-weight: 600;
}
.voice__contents .listsWr__lists__list .list__texts__kind.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__kind.pc {
    display: none;
  }
}
.voice__contents .listsWr__lists__list .list__texts__kind.sp {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__kind.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__kind {
    width: 85px;
    height: 27px;
    margin-bottom: max(calc(11 / 600 * 100vw), 11px);
  }
}
.voice__contents .listsWr__lists__list .list__texts__name {
  font-size: calc(1.6rem * 1.125);
  color: rgb(129, 129, 129);
  letter-spacing: calc(2 / 100 * 1em);
  margin-bottom: min(calc(15 / 1440 * 100vw), 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name {
    margin-bottom: max(calc(15 / 600 * 100vw), 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shapeWordWr {
  display: contents;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shapeWordWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shapeWordWr {
  display: contents;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shapeWordWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgb(169, 137, 47);
  padding-left: 5px;
  padding-top: 7px;
  margin-right: 8px;
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape.pc {
  display: inline-block;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shape.pc {
    display: none;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape.sp {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shape.sp {
    display: inline-block;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape img {
  width: 13px;
  height: 8px;
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word {
  margin-right: 14px;
  font-size: calc(1.6rem * 1.125);
  font-weight: 600;
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word.pc {
  display: inline-block;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__word.pc {
    display: none;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word.sp {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__word.sp {
    display: inline-block;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape2 {
  width: 15px;
  height: 20px;
  background-image: url(../images/voice_shapeGray.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  margin-right: 14px;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shape2 {
    margin-bottom: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0;
    height: 13px;
    margin-left: 32px;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape2.pc {
  display: block;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shape2.pc {
    display: none;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__shape2.sp {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__shape2.sp {
    display: block;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word2 {
  font-weight: 700;
  font-size: calc(1.6rem * 1.375);
  color: rgb(53, 13, 13);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: 1.25;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__word2 {
    font-size: clamp(calc(22 * calc(320 / 375) * 1px), calc(22 / 375 * 100vw), 22px);
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word2.pc {
  display: block;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__word2.pc {
    display: none;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name .name__word2.sp {
  display: none;
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name .name__word2.sp {
    display: block;
  }
}
.voice__contents .listsWr__lists__list .list__texts__name2 {
  letter-spacing: calc(2 / 100 * 1em);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  font-size: calc(1.6rem * 1.375);
  line-height: calc(44 / 22);
  color: rgb(53, 13, 13);
}
@media (max-width:767px) {
  .voice__contents .listsWr__lists__list .list__texts__name2 {
    margin-bottom: max(calc(19 / 600 * 100vw), 19px);
    font-size: clamp(calc(22 * calc(320 / 375) * 1px), calc(22 / 375 * 100vw), 22px);
  }
}
@media (max-width:374px) {
  .voice__contents .listsWr__lists__list .list__texts__name2 {
    width: 100%;
    width: clamp(calc(281 * calc(320 / 375) * 1px), calc(281 / 375 * 100vw), 281px);
  }
}
.voice__contents .listsWr__lists__list .list__texts__name2 strong {
  font-size: clamp(calc(22 * calc(320 / 375) * 1px), calc(22 / 375 * 100vw), 22px);
  letter-spacing: calc(2 / 100 * 1em);
  margin-right: clamp(calc(4 * calc(320 / 375) * 1px), calc(4 / 375 * 100vw), 4px);
}
.voice__contents__cta {
  background-color: rgb(253, 239, 239);
}
.voice__contents__cta .cta__contents .cv {
  background-image: none;
  background-color: transparent;
}

.modal {
  opacity: 0; /* 初期状態は透明 */
  visibility: hidden; /* 初期状態は非表示 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: min(calc(953 / 1440 * 100vw), 953px);
  height: 87.69633vh;
  max-width: none;
  margin-top: min(calc(56 / 1440 * 100vw), 56px);
  margin-bottom: min(calc(38 / 1440 * 100vw), 38px);
  padding-top: min(calc(54 / 1440 * 100vw), 54px);
  padding-right: min(calc(64 / 1440 * 100vw), 64px);
  padding-bottom: min(calc(134 / 1440 * 100vw), 134px);
  padding-left: min(calc(64 / 1440 * 100vw), 64px);
  border-radius: 10px;
  border: none;
}
@media (max-width:767px) {
  .modal {
    padding-top: max(calc(34 / 600 * 100vw), 34px);
    padding-right: max(calc(31 / 600 * 100vw), 31px);
    padding-bottom: max(calc(90 / 600 * 100vw), 90px);
    padding-left: max(calc(26 / 600 * 100vw), 26px);
    margin-top: max(calc(10 / 600 * 100vw), 10px);
    width: 95%;
    height: 92vh;
  }
}
.modal.show {
  opacity: 1; /* モーダルが表示されるときは不透明 */
  visibility: visible; /* モーダルが表示されるときは表示 */
}
.modal__contentsWr {
  position: relative;
  height: 100%;
}
.modal__contentsWr .boxWr {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal__contents {
  height: 100%;
  overflow-y: scroll;
}
.modal__contents__content {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
.modal__contents__content:last-child {
  margin-bottom: 0;
}
.modal__contents .content__head {
  font-size: calc(1.6rem * 1.25);
  line-height: calc(40 / 20);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(53, 13, 13);
  border-bottom: 1px rgb(255, 0, 0) solid;
  font-weight: 600;
  margin-bottom: min(calc(14 / 1440 * 100vw), 14px);
}
.modal__contents .content__paras {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
.modal__contents .content__paras__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__contents .content__paras__head span:first-child {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url(../images/voice_shapeRed.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  border-radius: 100%;
  margin-top: 16px;
}
.modal__contents .content__paras__head span:last-child {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(36 / 18);
  letter-spacing: calc(2 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal__contents .content__paras__para {
  font-size: calc(1.6rem * 1);
  line-height: calc(32 / 16);
  letter-spacing: calc(2 / 100 * 1em);
  font-weight: 500;
}
.modal .list__texts__name2 {
  margin-bottom: 0;
}
.modal .listsWr__lists__list {
  margin-bottom: min(calc(25 / 1440 * 100vw), 25px);
}
.modal .listsWr__lists__list .list__texts__name2 {
  line-height: calc(33 / 22);
}
.modal #btnRed {
  bottom: max(-5.5555555556vw, -80px);
}
@media (max-width:767px) {
  .modal #btnRed {
    bottom: min(-10vw, -60px);
  }
}
.modal #btnRed .btnRed span:before {
  background-image: url(../images/voice_shapeMinus.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.modal::-webkit-backdrop {
  background: rgba(17, 17, 17, 0.3);
}
.modal::-ms-backdrop {
  background: rgba(17, 17, 17, 0.3);
}
.modal::backdrop {
  background: rgba(17, 17, 17, 0.3);
}

.flow {
  padding-top: min(calc(100 / 1440 * 100vw), 100px);
  padding-right: min(calc(50 / 1440 * 100vw), 50px);
  padding-bottom: min(calc(110 / 1440 * 100vw), 110px);
  padding-left: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .flow {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(37 / 600 * 100vw), 37px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
    padding-left: max(calc(35 / 600 * 100vw), 35px);
  }
}
.flow__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__contents__head {
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  margin-bottom: min(calc(78 / 1440 * 100vw), 78px);
}
@media (max-width:767px) {
  .flow__contents__head {
    margin-bottom: max(calc(60 / 600 * 100vw), 60px);
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
  }
}
.flow__contents__listsWr {
  max-width: 969px;
}
.flow__contents__listsWr .listsWr__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(30 / 1440 * 100vw), 30px);
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__contents__listsWr .listsWr__lists__listWr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: min(calc(43 / 1440 * 100vw), 43px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(17 / 1440 * 100vw), 17px);
  padding-left: min(calc(18 / 1440 * 100vw), 18px);
  background-color: rgb(242, 242, 242);
  background-image: url(../images/flow_bg.webp);
  position: relative;
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists__listWr {
    padding-top: max(calc(47 / 600 * 100vw), 47px);
    padding-right: max(calc(21 / 600 * 100vw), 21px);
    padding-bottom: max(calc(18 / 600 * 100vw), 18px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    margin-bottom: max(calc(60 / 600 * 100vw), 60px);
  }
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists__listWr:last-child {
    margin-bottom: 0;
  }
}
.flow__contents__listsWr .listsWr__lists .listWr__num {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  font-family: "Cabin", sans-serif;
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(253, 239, 239);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__contents__listsWr .listsWr__lists .listWr__num strong {
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 2);
}
.flow__contents__listsWr .listsWr__lists .list__shapes {
  width: 100%;
  height: 41px;
  display: inline-block;
}
.flow__contents__listsWr .listsWr__lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  padding-top: min(calc(6 / 1440 * 100vw), 6px);
  padding-right: min(calc(21 / 1440 * 100vw), 21px);
  padding-bottom: min(calc(18 / 1440 * 100vw), 18px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
  height: 100%;
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists__list {
    padding-top: max(calc(6 / 600 * 100vw), 6px);
    padding-right: max(calc(21 / 600 * 100vw), 21px);
    padding-bottom: max(calc(18 / 600 * 100vw), 18px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.flow__contents__listsWr .listsWr__lists__list .list__head {
  color: rgb(192, 60, 60);
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 1.375);
  line-height: calc(44 / 22);
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists__list .list__head {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.flow__contents__listsWr .listsWr__lists__list .list__para {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(25.2 / 14);
  letter-spacing: calc(2 / 100 * 1em);
}
.flow__contents__listsWr .listsWr__lists__list .list__para__image {
  width: min(calc(131 / 1440 * 100vw), 131px);
}
@media (max-width:767px) {
  .flow__contents__listsWr .listsWr__lists__list .list__para__image {
    width: max(calc(131 / 600 * 100vw), 131px);
    aspect-ratio: 131/77;
  }
}

.faq {
  background-color: rgb(253, 239, 239);
  padding-top: min(calc(94 / 1440 * 100vw), 94px);
  padding-right: min(calc(50 / 1440 * 100vw), 50px);
  padding-bottom: min(calc(92 / 1440 * 100vw), 92px);
  padding-left: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .faq {
    padding-top: max(calc(41 / 600 * 100vw), 41px);
    padding-right: max(calc(21 / 600 * 100vw), 21px);
    padding-bottom: max(calc(60 / 600 * 100vw), 60px);
    padding-left: max(calc(21 / 600 * 100vw), 21px);
  }
}
.faq__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__contents__head {
  width: 295px;
  height: 52px;
  background-color: rgb(219, 2, 2);
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(2 / 100 * 1em);
  margin-right: 1.18644%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  margin-bottom: min(calc(44 / 1440 * 100vw), 44px);
}
@media (max-width:767px) {
  .faq__contents__head {
    margin-right: 20.4%;
    font-size: calc(1.6rem * 1.5);
    width: 224px;
    height: 42px;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.faq__contents__head .head__image {
  width: 41px;
  margin-right: 7px;
}
@media (max-width:767px) {
  .faq__contents__head .head__image {
    width: 26px;
    margin-right: 8px;
  }
}
.faq__contents__listsWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 750px;
}
@media (max-width:767px) {
  .faq__contents__listsWr {
    width: 100%;
  }
}
.faq__contents__listsWr {
  position: relative;
  z-index: 1000;
}
.faq__contents__listsWr .listsWr__lists {
  width: 100%;
}
.faq__contents__listsWr .listsWr__lists__list {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 33px 38px 30px 35px;
  margin-bottom: min(calc(21 / 1440 * 100vw), 21px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list {
    padding: 22px 41px 35px 23px;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    border-radius: 15px;
  }
}
.faq__contents__listsWr .listsWr__lists__list:hover {
  background-color: color-mix(in srgb, rgb(255, 255, 255) 50%, rgb(253, 239, 239) 50%);
  cursor: pointer;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list:hover {
    background-color: rgb(255, 255, 255);
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(192, 60, 60);
  position: relative;
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__q:after {
  content: "";
  background-image: url(../images/faq_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__q:after {
    width: 18px;
    height: 10px;
    right: -25px;
    top: 42%;
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__q.rotate:after {
  rotate: 180deg;
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__q .q__cap {
  letter-spacing: calc(2 / 100 * 1em);
  font-family: "Cabin", sans-serif;
  font-size: calc(1.6rem * 2);
  line-height: calc(38.88 / 32);
  margin-right: 23px;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__q .q__cap {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(29.16 / 24);
    margin-right: 10px;
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__q .q__para {
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 1.125);
  line-height: calc(36 / 18);
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__q .q__para {
    font-size: calc(1.6rem * 1);
    line-height: calc(32 / 16);
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(192, 60, 60);
  margin-top: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__a {
    margin-top: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__a .a__cap {
  letter-spacing: calc(2 / 100 * 1em);
  font-family: "Cabin", sans-serif;
  color: rgb(129, 129, 129);
  font-size: calc(1.6rem * 2);
  margin-right: 27px;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__a .a__cap {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(29.16 / 24);
    margin-right: 12px;
  }
}
.faq__contents__listsWr .listsWr__lists__list .list__qa__a .a__para {
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(17, 17, 17);
  font-size: calc(1.6rem * 1);
  line-height: calc(32 / 16);
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__lists__list .list__qa__a .a__para {
    font-size: calc(1.6rem * 0.875);
    line-height: calc(28 / 14);
  }
}
.faq__contents__listsWr .listsWr__image {
  width: 91px;
  height: 151.69px;
  position: absolute;
  z-index: -1;
  top: -126.69px;
  right: 85px;
}
@media (max-width:767px) {
  .faq__contents__listsWr .listsWr__image {
    width: 50px;
    height: 83.35px;
    z-index: 1000;
    top: -63px;
    right: 17px;
  }
}

.school {
  padding-top: min(calc(100 / 1440 * 100vw), 100px);
  padding-right: min(calc(0 / 1440 * 100vw), 0px);
  padding-bottom: min(calc(89 / 1440 * 100vw), 89px);
  padding-left: min(calc(245 / 1440 * 100vw), 245px);
}
@media (max-width:767px) {
  .school {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(39 / 600 * 100vw), 39px);
    padding-bottom: max(calc(93 / 600 * 100vw), 93px);
    padding-left: max(calc(41 / 600 * 100vw), 41px);
  }
}
.school__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.school__contents__head {
  letter-spacing: calc(2 / 100 * 1em);
  font-size: calc(1.6rem * 2.5);
  line-height: calc(57.92 / 40);
  margin-bottom: min(calc(52 / 1440 * 100vw), 52px);
  margin-right: min(calc(245 / 1440 * 100vw), 245px);
}
@media (max-width:767px) {
  .school__contents__head {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    margin-right: 0;
  }
}
.school__contents__names {
  display: none;
}
@media (max-width:767px) {
  .school__contents__names {
    display: block;
    width: 300px;
    margin-bottom: max(calc(40 / 600 * 100vw), 40px);
  }
}
.school__contents__names .names__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 0;
}
@media (max-width:767px) {
  .school__contents__names .names__lists__list {
    font-size: calc(1.6rem * 0.875);
    line-height: calc(21 / 14);
    letter-spacing: calc(2 / 100 * 1em);
    padding-left: 12px;
    padding-left: max(calc(12 / 600 * 100vw), 12px);
    padding-right: 13px;
    padding-right: max(calc(13 / 600 * 100vw), 13px);
    border-right: 1px rgb(217, 217, 217) solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.school__contents__names .names__lists__list:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width:767px) {
  .school__contents__names .names__lists__list:hover {
    opacity: 1;
  }
}
.school__contents__names .names__lists__list:nth-child(odd) {
  border-left: 1px rgb(217, 217, 217) solid;
}
.school__contents__listsWr {
  width: 100%;
  height: 429.953px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .school__contents__listsWr {
    height: 428.95px;
  }
}
.school__contents__listsWr .listsWr__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4000px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.school__contents__listsWr .listsWr__lists.bar-01 {
  left: 0;
}
.school__contents__listsWr .listsWr__lists.bar-02 {
  left: -336px;
}
.school__contents__listsWr .listsWr__lists.bar-03 {
  left: -672px;
}
.school__contents__listsWr .listsWr__lists.bar-04 {
  left: -1008px;
}
.school__contents__listsWr .listsWr__lists.bar-05 {
  left: -1344px;
}
.school__contents__listsWr .listsWr__lists.bar-06 {
  left: -1680px;
}
.school__contents__listsWr .listsWr__lists.bar-07 {
  left: -2016px;
}
.school__contents__listsWr .listsWr__lists.bar-08 {
  left: -2352px;
}
.school__contents__listsWr .listsWr__lists__list {
  border: 1px rgb(255, 0, 0) solid;
  width: 295px;
  position: relative;
  margin-right: 41px;
}
.school__contents__listsWr .listsWr__lists__list .list__Wr {
  padding: 19px 20px 24px 20px;
}
.school__contents__listsWr .listsWr__lists__list .list__new {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 0.875);
  line-height: calc(20.27 / 14);
  letter-spacing: calc(2 / 100 * 1em);
  position: absolute;
  left: -17px;
  top: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 6px;
}
.school__contents__listsWr .listsWr__lists__list .list__head {
  background-color: rgb(219, 2, 2);
  color: rgb(255, 255, 255);
  text-align: center;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 1.375);
  letter-spacing: calc(2 / 100 * 1em);
}
.school__contents__listsWr .listsWr__lists__list .list__map {
  width: 100%;
  aspect-ratio: 247/155;
  background-color: rgb(253, 239, 239);
  margin-bottom: 15px;
}
.school__contents__listsWr .listsWr__lists__list .list__map iframe {
  width: 100%;
  height: 100%;
}
.school__contents__listsWr .listsWr__lists__list .list__para {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(25.2 / 14);
  letter-spacing: calc(2 / 100 * 1em);
  border-bottom: 1px #d7bfbf solid;
  margin-bottom: 12px;
}
.school__contents__listsWr .listsWr__lists__list .list__para strong {
  color: rgb(192, 60, 60);
}
.school__contents__listsWr .listsWr__lists__list .list__name {
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(2 / 100 * 1em);
  width: 37px;
  height: 18px;
  background-color: rgb(242, 242, 242);
  color: rgb(53, 13, 13);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
}
.school__contents__listsWr .listsWr__lists__list .list__item {
  font-size: calc(1.6rem * 0.875);
  line-height: calc(21 / 14);
  letter-spacing: calc(2 / 100 * 1em);
  margin-bottom: 18px;
  height: 42px;
}
.school__contents__listsWr .listsWr__lists__list .list__tel {
  width: 79.18367%;
  height: 40px;
  background-color: rgb(242, 242, 242);
  border-radius: 5px;
}
.school__contents__listsWr .listsWr__lists__list .list__tel a {
  font-family: "Cabin", sans-serif;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(192, 60, 60);
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(2 / 100 * 1em);
  padding-right: 5px;
}
.school__contents__listsWr .listsWr__lists__list .list__tel a img {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
.school__contents__listsWr .listsWr__lists__list.bar-05 .list__para {
  font-size: calc(1.6rem * 0.75);
}
.school__contents__barWr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: min(calc(245 / 1440 * 100vw), 245px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:767px) {
  .school__contents__barWr {
    display: contents;
  }
}
.school__contents__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (max-width:767px) {
  .school__contents__bar {
    gap: 0 18px;
  }
}
.school__contents__bar .bar__button {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .school__contents__bar .bar__button {
    width: clamp(calc(36 * calc(320 / 375) * 1px), calc(36 / 375 * 100vw), 36px);
    height: clamp(calc(36 * calc(320 / 375) * 1px), calc(36 / 375 * 100vw), 36px);
  }
}
.school__contents__bar .bar__button img {
  width: 4.5px;
  height: 8.5px;
}
@media (max-width:767px) {
  .school__contents__bar .bar__button img {
    width: 6px;
    height: 12px;
  }
}
.school__contents__bar .bar__button.left img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.school__contents__bar .bar__button:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width:767px) {
  .school__contents__bar .bar__button:hover {
    opacity: 1;
  }
}
.school__contents__bar .bar__guide {
  width: 104.5px;
  height: 4px;
  background-color: rgb(217, 217, 217);
  position: relative;
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide {
    width: 216.5px;
  }
}
.school__contents__bar .bar__guide__shape {
  width: 13.25px;
  height: 4px;
  background-color: rgb(192, 60, 60);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape {
    width: 27.75px;
  }
}
.school__contents__bar .bar__guide__shape.bar-01 {
  left: 0;
}
.school__contents__bar .bar__guide__shape.bar-02 {
  left: calc(15.142857 * 1 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-02 {
    left: calc(31.714285 * 1 * 1px);
  }
}
.school__contents__bar .bar__guide__shape.bar-03 {
  left: calc(15.142857 * 2 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-03 {
    left: calc(31.714285 * 2 * 1px);
  }
}
.school__contents__bar .bar__guide__shape.bar-04 {
  left: calc(15.142857 * 3 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-04 {
    left: calc(31.714285 * 3 * 1px);
  }
}
.school__contents__bar .bar__guide__shape.bar-05 {
  left: calc(15.142857 * 4 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-05 {
    left: calc(31.714285 * 4 * 1px);
  }
}
.school__contents__bar .bar__guide__shape.bar-06 {
  left: calc(15.142857 * 5 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-06 {
    left: calc(31.714285 * 5 * 1px);
  }
}
.school__contents__bar .bar__guide__shape.bar-07 {
  left: calc(15.142857 * 6 * 1px);
}
@media (max-width:767px) {
  .school__contents__bar .bar__guide__shape.bar-07 {
    left: calc(31.714285 * 6 * 1px);
  }
}

.contact {
  background-image: url(../images/contact_bgPc.webp);
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: min(calc(110 / 1440 * 100vw), 110px);
  padding-right: min(calc(50 / 1440 * 100vw), 50px);
  padding-bottom: min(calc(80 / 1440 * 100vw), 80px);
  padding-left: min(calc(50 / 1440 * 100vw), 50px);
}
@media (max-width:767px) {
  .contact {
    background-image: url(../images/contact_bg.webp);
    padding-top: max(calc(36 / 600 * 100vw), 36px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(61 / 600 * 100vw), 61px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.contact__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc(961 / 1440 * 100vw), 961px);
  margin: 0 auto;
}
@media (max-width:1024px) {
  .contact__contents {
    width: 100%;
  }
}
.contact__contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 433px;
  height: 52px;
  font-size: calc(1.6rem * 2);
  line-height: calc(46.34 / 32);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(255, 255, 255);
  margin-bottom: min(calc(37 / 1440 * 100vw), 37px);
  background-color: rgb(219, 2, 2);
  border-radius: 6px;
}
@media (max-width:767px) {
  .contact__contents__head {
    width: 301px;
    font-size: calc(1.6rem * 1.5);
    line-height: calc(34.75 / 24);
    margin-bottom: max(calc(55 / 600 * 100vw), 55px);
  }
}
.contact__contents__listsWr {
  padding-top: min(calc(73 / 1440 * 100vw), 73px);
  padding-right: min(calc(126 / 1440 * 100vw), 126px);
  padding-bottom: min(calc(70 / 1440 * 100vw), 70px);
  padding-left: min(calc(122 / 1440 * 100vw), 122px);
  width: 100%;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
}
@media (max-width:767px) {
  .contact__contents__listsWr {
    padding-top: max(calc(17 / 600 * 100vw), 17px);
    padding-right: max(calc(17 / 600 * 100vw), 17px);
    padding-bottom: max(calc(51 / 600 * 100vw), 51px);
    padding-left: max(calc(18 / 600 * 100vw), 18px);
    border-radius: 9px;
  }
}

small {
  display: block;
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  font-size: calc(1.6rem * 0.875);
  line-height: calc(21 / 14);
  letter-spacing: calc(2 / 100 * 1em);
  text-align: center;
  padding-top: min(calc(11 / 1440 * 100vw), 11px);
  padding-bottom: min(calc(15 / 1440 * 100vw), 15px);
}
@media (max-width:767px) {
  small {
    padding-top: max(calc(13 / 600 * 100vw), 13px);
    padding-bottom: max(calc(13 / 600 * 100vw), 13px);
  }
}

.contact {
  padding-top: min(calc(110 / 1440 * 100vw), 110px);
  padding-bottom: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:767px) {
  .contact {
    padding-top: max(calc(36 / 600 * 100vw), 36px);
    padding-bottom: max(calc(71 / 600 * 100vw), 71px);
  }
}
.contact#confirm, .contact#thanks {
  margin-top: 90px;
}
@media (max-width:767px) {
  .contact#confirm, .contact#thanks {
    margin-top: 53.59px;
    padding-top: max(calc(72 / 600 * 100vw), 72px);
  }
}

.main {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.main input[type=text],
.main input[type=email],
.main select,
.main textarea {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.main input[type=text]:checked,
.main input[type=email]:checked,
.main select:checked,
.main textarea:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.main input[type=text]:focus-visible,
.main input[type=email]:focus-visible,
.main select:focus-visible,
.main textarea:focus-visible {
  outline: 1px rgb(255, 0, 0) solid;
}
.main input[type=text],
.main input[type=tel],
.main input[type=email],
.main textarea {
  padding: 1.6rem;
  font-size: calc(1.6rem * 1);
  letter-spacing: 1.6px;
  color: rgb(17, 17, 17);
  font-family: "Noto Sans Jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
}
.main select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../images/contact_arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
  font-size: calc(1.6rem * 1);
}
.main .wpcf7-list-item {
  margin-left: 0;
}
.main .wpcf7-not-valid-tip {
  font-size: calc(1.6rem * 1);
  color: rgb(255, 0, 0);
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:767px) {
  .main .wpcf7-not-valid-tip {
    padding-top: max(calc(8 / 600 * 100vw), 8px);
  }
}
.main .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  text-align: center;
  line-height: 1.5;
  color: rgb(255, 0, 0);
}
@media (max-width:767px) {
  .main .wpcf7 form .wpcf7-response-output {
    text-align: left;
  }
}
.main .hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.main .contact__lists {
  background-color: white;
}
.main .contact__lists .wpcf7-form {
  padding-top: min(calc(73 / 1440 * 100vw), 73px);
  padding-right: min(calc(126 / 1440 * 100vw), 126px);
  padding-bottom: min(calc(70 / 1440 * 100vw), 70px);
  padding-left: min(calc(122 / 1440 * 100vw), 122px);
}
@media (max-width:767px) {
  .main .contact__lists .wpcf7-form {
    padding-top: max(calc(17 / 600 * 100vw), 17px);
    padding-right: max(calc(17 / 600 * 100vw), 17px);
    padding-bottom: max(calc(51 / 600 * 100vw), 51px);
    padding-left: max(calc(19 / 600 * 100vw), 19px);
  }
}
.main .contact__lists__list {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .main .contact__lists__list {
    margin-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main .contact__lists__list p .labelWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .main .contact__lists__list p .labelWr {
    margin-bottom: 17px;
  }
}
.main .contact__lists__list p .labelWr .label {
  width: 172px;
  color: rgb(17, 17, 17);
  margin-right: 20px;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(2 / 100 * 1em);
}
.main .contact__lists__list p .labelWr .require {
  width: 39px;
  height: 18px;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(2 / 100 * 1em);
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  background-color: rgb(192, 60, 60);
  margin-right: 12px;
}
.main .contact__lists__list p .labelWr .option {
  width: 39px;
  height: 18px;
  font-size: calc(1.6rem * 0.75);
  letter-spacing: calc(2 / 100 * 1em);
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  background-color: rgb(129, 129, 129);
  margin-right: 12px;
}
.main .contact__lists__list:has(textarea) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width:767px) {
  .main .contact__lists__list:has(textarea) {
    margin-bottom: 37px;
  }
}
.main .contact__lists__list p:has(.wpcf7-response-output) {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main .contact__lists__list .text,
.main .contact__lists__list .textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:767px) {
  .main .contact__lists__list .text,
  .main .contact__lists__list .textarea {
    width: 100%;
  }
}
.main .contact__lists__list .text p .wpcf7-form-control-wrap,
.main .contact__lists__list .textarea p .wpcf7-form-control-wrap {
  width: 100%;
}
.main .contact__lists__list .text p .wpcf7-form-control-wrap input,
.main .contact__lists__list .text p .wpcf7-form-control-wrap textarea,
.main .contact__lists__list .textarea p .wpcf7-form-control-wrap input,
.main .contact__lists__list .textarea p .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 36px;
  border: 1px rgb(129, 129, 129) solid;
  border-radius: 3px;
}
.main .contact__lists__list .text p .wpcf7-form-control-wrap select,
.main .contact__lists__list .textarea p .wpcf7-form-control-wrap select {
  width: 100%;
  height: 36px;
  padding-left: 26px;
  border: 1px rgb(129, 129, 129) solid;
  border-radius: 3px;
}
.main .contact__lists__list .text p .wpcf7-form-control-wrap textarea,
.main .contact__lists__list .textarea p .wpcf7-form-control-wrap textarea {
  height: 113px;
  line-height: 1.25;
}
.main .contact__lists__list .textarea {
  line-height: 1.5;
}
.main .contact__lists__list .list__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .main .contact__lists__list .list__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.main .contact__lists__list .list__lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media (max-width:767px) {
  .main .contact__lists__list .list__lists__list {
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
  }
}
.main .contact__lists__list .list__lists__list p {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(2 / 100 * 1em);
}
.main .contact__lists__list .list__lists__list p .labelWr {
  margin-bottom: 0;
}
.main .contact__lists__list .list__lists__list p .labelWr .label {
  width: 33px;
  margin-right: 12px;
}
@media (max-width:767px) {
  .main .contact__lists__list .list__lists__list p .labelWr .label {
    width: 19px;
    margin-right: 6px;
  }
}
.main .contact__lists__list .list__lists__list .text {
  width: 100%;
  height: 36px;
}
.main .contact__lists__list .list__lists__list .text p {
  height: 100%;
}
.main .contact__lists__list .list__lists__list .text p .wpcf7-form-control-wrap {
  height: 100%;
}
.main .contact__lists__list .list__lists__list .text p .wpcf7-form-control-wrap input {
  height: 100%;
}
.main .contact__lists__list .list__lists__list:last-child {
  margin-right: 0;
}
.main .contact__lists__list .list__lists__list:last-child .text {
  width: 100%;
}
@media (max-width:767px) {
  .main .contact__lists__list:nth-child(5) .list__lists__list .labelWr .label {
    width: 34px;
  }
}
.main .contact__lists__list:nth-child(6) .text p .wpcf7-form-control-wrap {
  width: 220px;
}
@media (max-width:767px) {
  .main .contact__lists__list:nth-child(6) .text p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.main .contact__lists__list:nth-child(6) .text p .wpcf7-form-control-wrap select {
  width: 100%;
}
.main .contact__lists__btnWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width:767px) {
  .main .contact__lists__btnWr {
    width: 100%;
  }
}
.main .contact__lists__btnWr:after {
  content: "";
  display: inline-block;
  width: 21.06px;
  height: 21.06px;
  background-image: url(../images/btn_shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .main .contact__lists__btnWr:after {
    top: 34%;
    margin-left: 16px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width:374px) {
  .main .contact__lists__btnWr:after {
    right: clamp(calc(33 * calc(320 / 375) * 1px), calc(33 / 375 * 100vw), 33px);
  }
}
.main .contact__lists__btnWr:hover:after {
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.main .contact__lists__btn {
  padding-right: 20px;
  display: block;
  width: 445.7px;
  height: 104px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(255, 72, 72);
  border: 2.63px solid rgb(68, 68, 68);
  border-radius: 35px;
  -webkit-filter: drop-shadow(0 5px 0 rgb(192, 60, 60));
          filter: drop-shadow(0 5px 0 rgb(192, 60, 60));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 1.375);
  letter-spacing: calc(2 / 100 * 1em);
}
@media (min-width:768px) {
  .main .contact__lists__btn:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-filter: drop-shadow(0 0 0 rgb(192, 60, 60));
            filter: drop-shadow(0 0 0 rgb(192, 60, 60));
    opacity: 0.5;
  }
}
@media (max-width:1024px) {
  .main .contact__lists__btn {
    width: 338.56px;
    height: 75px;
    border-radius: 25px;
    border: 2px solid rgb(68, 68, 68);
    font-size: calc(1.6rem * 1);
  }
}
@media (max-width:767px) {
  .main .contact__lists__btn {
    width: 100%;
  }
}
@media (max-width:374px) {
  .main .contact__lists__btn {
    width: 100%;
  }
}
.main .contact__accept {
  margin-bottom: 27px;
}
.main .contact__accept__label {
  margin-bottom: 10px;
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(2 / 100 * 1em);
  line-height: calc(24 / 16);
}
@media (max-width:767px) {
  .main .contact__accept__label {
    margin-bottom: 11px;
  }
}
.main .contact__accept__box label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main .contact__accept__box label input {
  margin-right: 10px;
  margin-left: 0;
  border: 1px rgb(129, 129, 129) solid;
  border-radius: 3px;
}
.main .contact__accept__box label span {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(2 / 100 * 1em);
}
.main .contact__accept__textWr {
  margin-bottom: 11px;
  width: 100%;
  height: 143px;
  border: 1px rgb(129, 129, 129) solid;
  border-radius: 3px;
  padding-top: min(calc(19 / 1440 * 100vw), 19px);
  padding-right: min(calc(19 / 1440 * 100vw), 19px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(23 / 1440 * 100vw), 23px);
}
@media (max-width:767px) {
  .main .contact__accept__textWr {
    padding-top: max(calc(10 / 600 * 100vw), 10px);
    padding-right: max(calc(13 / 600 * 100vw), 13px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(13 / 600 * 100vw), 13px);
    height: 165px;
  }
}
.main .contact__accept__text {
  overflow-y: scroll;
  height: 100%;
  font-size: calc(1.6rem * 0.875);
  line-height: calc(21 / 14);
  letter-spacing: calc(2 / 100 * 1em);
  color: rgb(92, 91, 91);
  font-weight: 400;
}
.main .contact .default-text {
  color: rgb(129, 129, 129);
}
.main .contact#confirm .list__lists__list .text {
  height: auto;
}
@media (max-width:767px) {
  .main .contact#confirm .contact__contents__listsWr {
    padding-top: max(calc(37 / 600 * 100vw), 37px);
    padding-bottom: max(calc(37 / 600 * 100vw), 37px);
  }
}
.main .contact__lists__btnWr:has(#btnPre) input {
  -webkit-filter: drop-shadow(0 5px 0 rgb(17, 17, 17));
          filter: drop-shadow(0 5px 0 rgb(17, 17, 17));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
}
.main .contact__lists__btnWr:has(#btnPre):after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/contact-shape2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 46%;
  right: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .contact #btnPre {
  background: rgb(255, 255, 255);
  border: 1px rgb(92, 91, 91) solid;
  color: rgb(92, 91, 91);
  margin-bottom: 34px;
}
@media (max-width:767px) {
  .main .contact #btnPre {
    margin-bottom: 37px;
  }
}
.main .contact#thanks .contact__contents__paraWr {
  padding-top: min(calc(73 / 1440 * 100vw), 73px);
  padding-right: min(calc(126 / 1440 * 100vw), 126px);
  padding-bottom: min(calc(70 / 1440 * 100vw), 70px);
  padding-left: min(calc(122 / 1440 * 100vw), 122px);
  width: 100%;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
}
@media (max-width:767px) {
  .main .contact#thanks .contact__contents__paraWr {
    padding-top: max(calc(37 / 600 * 100vw), 37px);
    padding-right: max(calc(17 / 600 * 100vw), 17px);
    padding-bottom: max(calc(37 / 600 * 100vw), 37px);
    padding-left: max(calc(18 / 600 * 100vw), 18px);
  }
}
.main .contact#thanks .contact__contents__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .contact#thanks .contact__contents__para p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  font-size: calc(1.6rem * 1.25);
  line-height: calc(24 / 16);
  color: rgb(53, 13, 13);
  text-align: center;
}
@media (max-width:767px) {
  .main .contact#thanks .contact__contents__para p {
    font-size: calc(1.6rem * 1);
  }
}
.main .contact#thanks .contact__lists__btn a {
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=index.css.map */