@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/*------------------------------
all
------------------------------*/
body {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1036px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .inner {
    width: 500px;
  }
}

/*------------------------------
common
------------------------------*/
/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.section-title {
  aspect-ratio: 1280/300;
  width: 100%;
  padding: 30px 0 90px;
  font-size: min(4.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.7333333333;
  text-align: center;
  position: relative;
  max-height: 300px;
}
.section-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
}
.section-title p {
  position: relative;
  z-index: 10;
}
.section-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #303030;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: none;
}
.section-title span::after, .section-title span::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
}
.section-title span em {
  position: relative;
  z-index: 1;
}
.section-title span::before {
  border: none;
  right: unset;
  width: 122%;
  height: 100%;
  transform: skew(-12deg, 0deg);
  background: #fff;
}
@media (max-width: 767px) {
  .section-title {
    font-size: min(5.8666666667vw, 29.3333333333px);
    padding: 1em 0 0;
    aspect-ratio: 375/150;
    max-height: 200px;
  }
  .section-title span {
    height: 35px;
    position: relative;
    padding: 0;
    background: none;
  }
  .section-title span::before {
    width: 115%;
    transform: skew(-12deg, 0deg);
  }
}

.flex-ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.text-ctr {
  text-align: center;
}

/*------------------------------
404
------------------------------*/
.error-container {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-container h2 {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .error-container h2 {
    font-size: 4rem;
  }
}
.error-container p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-container p {
    font-size: 1.6rem;
  }
}

/*------------------------------
mv
------------------------------*/
@media (min-width: 768px) {
  .mv__inner {
    width: 1096px;
  }
}
@media (max-width: 767px) {
  .mv__inner {
    width: auto;
  }
}

.mv-content {
  background: url(../images/mv-bg.webp) no-repeat center center/cover;
  /* padding: 160px 0; */
  padding: 83px 0 95px;
}
@media (max-width: 767px) {
  .mv-content {
    background: url(../images/mv-bg_sp.webp) no-repeat center center/cover;
    width: 100%;
    padding: 0;
    aspect-ratio: 375/600;
  }
}

.mv-text {
  width: 70%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .mv-text {
    width: 100%;
    margin: 0 auto;
  }
}

.mv-logo {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mv-logo {
    width: 41%;
    padding-top: 4.2%;
    margin-bottom: 4.3%;
  }
}

.mv-bottom {
  text-align: center;
  background: #303030;
  padding: 20px 0;
}
.mv-bottom img {
  width: 450px;
}
@media (max-width: 767px) {
  .mv-bottom {
    padding: 10px 0;
  }
  .mv-bottom img {
    width: 49%;
  }
}

/* mv_text pc*/

.mv-heading{
  color: #000;
  font-weight: bold;
  font-size: min(5.9rem,calc(59/1096 * 100vw));
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.mv-heading span{
  display: block;
  width: fit-content;
  letter-spacing: 0.01em;
}
.mv-list{
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  font-size: min(3.8rem,calc(38/1096 * 100vw));
  letter-spacing: 0.05em;
}
.mv-list li p{
  padding: 0 0.2em 0.2em;
}

.mv-list li p,
.mv-heading span{
  background: linear-gradient(180deg, transparent 0px, transparent 45%,#F7EC86 45%,#F7EC86 100%);
}

.mv-list li span{
  position: relative;
  font-size: min(3.2rem,calc(32/1096 * 100vw));
}
.mv-list li span::after{
  content: 'Point';
  position: absolute;
  font-size: min(1.5rem,calc(15/1096 * 100vw));
  letter-spacing: -0.02em;
  display: block;
  width: fit-content;
  left: 50%;
  top: 0.2em;
  transform: translate(-50%,-100%);
}

.mv-textImg{
  display: block;
  margin: 4% 0;
}

/* mv_text sp*/
@media (max-width: 767px) {
  .mv-heading{
    font-size: calc(27/375 * 100vw);
    text-align: center;
  }
  .mv-heading span{
    padding: 0 0.2em;
  }
  .mv-list{
    text-align: center;
    color: #fff;
  }
  .mv-list li{
    background: url(../images/mv_dec1.webp) no-repeat center center/cover;
    position: relative;
    width: 30%;
    aspect-ratio: 1/1;
  }
  .mv-list li p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    background: none;
  }
  
  .mv-list li span{
    display: block;
    font-size: calc(20/375 * 100vw);
    top: -0.3em;
  }
  .mv-list li span::after{
    font-size: calc(9/375 * 100vw);
    top: 0;
    letter-spacing: 0.01em;
  }
  
  .mv-textImg{
  }

  .mv-content{
    position: relative;
  }
  .mv-text-bottom{
    position: absolute;
    width: 92%;
    bottom: 6.4%;
    left: 50%;
    transform: translate(-50%,0%);
  }
}


/*------------------------------
form
------------------------------*/
.form {
  padding: 20px 0;
}

.form__inner {
  width: 630px;
}

.form-content {
  background: #c4eff5;
  border-radius: 16px;
  position: relative;
  color: #333;
  height: 490px;
  width: 100%;
  overflow: hidden;
}
.form-content p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .form-content {
    height: 390px;
  }
}

.formBodyWrap {
  display: flex;
  position: relative;
  width: 400%;
  height: 100%;
  left: 0%;
  transition: all 0.3s 0.1s;
}

.formBody {
  position: absolute;
  padding: 50px;
  width: 25%;
  height: 100%;
}
.formBody:nth-child(2) {
  left: 25%;
}
.formBody:nth-child(3) {
  left: 50%;
}
.formBody:nth-child(4) {
  left: 75%;
}
@media (max-width: 767px) {
  .formBody {
    padding: 1%;
    padding-top: 30px;
  }
}

.form-page {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .form-page {
    top: 8px;
    font-size: 1.4rem;
  }
}

.form-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.form-list li {
  width: calc(50% - 7.5px);
  background: #fff;
  border-radius: 8px;
}
.form-list li:nth-child(2n) {
  margin-left: 15px;
}
.form-list li:nth-child(n+3) {
  margin-top: 20px;
}
.form-list li label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em;
  cursor: pointer;
}
.form-list li input[type=radio] {
  margin-left: 0;
  margin-right: 1.1em;
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .form-list li label {
    display: flex;
    align-items: center;
    padding: 1.3em 0.5em;
    font-size: min(1.3rem, 3.4666666667vw);
  }
  .form-list li input[type=radio] {
    margin: 0;
    margin-right: 0em;
    width: 0.9em;
    height: 0.9em;
  }
}

.form-items {
  margin-top: 20px;
}
.form-items dt {
  font-size: 1.5rem;
  font-weight: 700;
}
.form-items dt span {
  color: #f23a3c;
  margin-left: 0.2em;
}
.form-items dt:nth-of-type(2) {
  margin-top: 20px;
}
.form-items dd {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.form-items dd input[type=text] {
  width: 48%;
}
.form-items dd .selectWrap {
  width: 48%;
  position: relative;
}
.form-items dd .selectWrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 8%;
  top: 50%;
  width: 8px;
  aspect-ratio: 1/1;
  border: 2px solid #e0e0e0;
  border-top: none;
  border-right: none;
  transform: translate(0, -60%) rotate(-45deg);
}
.form-items dd input[type=text],
.form-items dd input[type=email],
.form-items dd select {
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 1em;
  color: #333;
  font-weight: bold;
  background: #fff;
}
.form-items dd input[type=text]::-moz-placeholder, .form-items dd input[type=email]::-moz-placeholder, .form-items dd select::-moz-placeholder {
  color: #e0e0e0;
  font-size: 1.5rem;
}
.form-items dd input[type=text]::placeholder,
.form-items dd input[type=email]::placeholder,
.form-items dd select::placeholder {
  color: #e0e0e0;
  font-size: 1.5rem;
}
.form-items dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-items {
    margin-top: 10px;
  }
  .form-items dt:nth-of-type(2) {
    margin-top: 10px;
  }
  .form-items dd input[type=text],
.form-items dd input[type=email],
.form-items dd select {
    padding: 0.6em 1em;
  }
}

.form-items.form4 { /* override */ }
.form-items.form4 dd input[type=text],
.form-items.form4 dd input[type=email] {
  width: 100%;
}
.form-items.form4 + em {
  font-size: 1.5rem;
  margin-top: 20px;
  display: block;
  line-height: 1.4;
  font-weight: 600;
}
.form-items.form4 + em u {
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-items.form4 + em {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.form-btn {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.form-btn span {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  background: #FFF;
  border: 2px solid #333;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 0.9em 0;
  border-radius: 4px;
  cursor: pointer;
}
.form-btn span:nth-child(2) {
  margin-left: 40px;
}
.form-btn span.back-btn {
  background: #333;
  color: #fff;
}
.form-btn span button {
  cursor: pointer;
}
.form-btn button {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  background-color: unset;
}
.form-btn .formNext {
  opacity: 0.7;
  pointer-events: none;
}
.form-btn .formNext.active {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
.form-btn .formNext.active button {
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-btn {
    margin-top: 20px;
  }
  .form-btn span {
    padding: 0.6em 0;
    font-size: 1.5rem;
  }
}

/*------------------------------
top
------------------------------*/
.top {
  background: #d5d5d5;
  padding-bottom: 30px;
}
.top h2 {
  background: url(../images/title-bg_top.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top {
    padding-bottom: 15px;
  }
}

.top-box-wrap {
  background: #d5d5d5;
  padding: 4.5% 0;
  margin-top: -10.6%;
  position: relative;
  z-index: 10;
}

.top-box {
  background: #fff;
  padding: 8.5% 0 13.5%;
  position: relative;
  width: 91%;
  margin: 0 auto;
}
.top-box::after {
  content: "";
  position: absolute;
  background: url(../images/icon-arrow.webp) no-repeat center center/contain;
  aspect-ratio: 35/115;
  bottom: 0;
  left: 50%;
  transform: translate(-26%, 57%);
  width: 6%;
}
@media (max-width: 767px) {
  .top-box {
    padding: 6.5% 0;
  }
  .top-box::after {
    width: 8%;
    transform: translate(-26%, 87%);
  }
}

.top-balloon {
  width: 66%;
  margin: 0 auto;
}
.top-balloon li {
  background: #3a5a80;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.5vw, 2.5rem);
  line-height: 1.5;
  font-weight: 700;
  border-radius: 44px;
  padding: 0.9em 2em;
  text-align: center;
  position: relative;
}
.top-balloon li::after {
  content: "";
  position: absolute;
  background: url(../images/baloon_dec.webp) no-repeat center center/100%;
  aspect-ratio: 195/209;
  width: 16%;
  left: 14%;
  bottom: 0;
  transform: translate(0%, 91%) scale(-1, 1);
}
.top-balloon li:nth-child(n+2) {
  margin-top: 1.4em;
  border-radius: 57.5px;
}
.top-balloon li:nth-child(3) {
  padding: 0.9em 2.6em;
}
.top-balloon li:nth-child(4) {
  padding: 0.9em 2.4em;
}
.top-balloon li:nth-child(2n) {
  margin-left: auto;
}
.top-balloon li:nth-child(2n)::after {
  left: unset;
  right: 19%;
  bottom: 0;
  transform: translate(0%, 91%);
}
@media (max-width: 767px) {
  .top-balloon {
    width: 90%;
  }
  .top-balloon li {
    font-size: 1.4rem;
    font-size: min(3.7333333333vw, 18.6666666667px);
    padding: 0.8em 1.6em;
  }
  .top-balloon li:nth-child(n+2) {
    margin-top: 1.6em;
  }
  .top-balloon li:nth-child(3) {
    padding: 0.8em 2.1em;
  }
  .top-balloon li:nth-child(4) {
    padding: 0.8em 2em;
  }
}

.top-image {
  display: block;
  width: 70%;
  margin: -9% auto -1%;
}
@media (max-width: 767px) {
  .top-image {
    width: 94%;
    margin: -3% auto 1%;
  }
}

.top-heading {
  text-align: center;
}
.top-heading p {
  font-size: min(4.5rem, 4.3436293436vw);
  line-height: 1.2222222222;
  color: #3a5a80;
  font-weight: 700;
}
.top-heading img {
  width: 56%;
  margin-bottom: 30px;
  margin-bottom: 3.7%;
}
@media (max-width: 767px) {
  .top-heading p {
    font-size: 1.6rem;
  }
  .top-heading img {
    width: 81%;
    margin-bottom: 2%;
    margin-top: -3%;
  }
}

.top-content {
  margin-top: 16%;
}
.top-content p {
  text-align: center;
}
.top-content span {
  display: inline-block;
  font-size: min(4.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2222222222;
  color: #3a5a80;
  text-align: center;
  padding: 0 0.8em;
  position: relative;
}
.top-content span::before {
  content: "";
  width: 5px;
  height: 70%;
  background: #3a5a80;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.top-content span::after {
  content: "";
  width: 5px;
  height: 70%;
  background: #3a5a80;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
@media (max-width: 767px) {
  .top-content {
    margin-top: 23%;
  }
  .top-content span {
    font-size: min(4.8vw, 24px);
    padding: 0 1.3em;
  }
  .top-content span::before, .top-content span::after {
    width: 3px;
  }
}

.top-list {
  margin-top: 4%;
  background: #3a5a80;
  background: url(../images/border.webp) no-repeat center center/cover;
  background: #3a5a80;
  padding: 3.2% 6%;
}
.top-list li {
  font-size: min(4rem, 3.861003861vw);
  line-height: 1.375;
  font-weight: 700;
  position: relative;
  padding-left: 0.8em;
}
.top-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.4em;
  aspect-ratio: 1/1;
  background: #fff;
}
@media (max-width: 767px) {
  .top-list {
    padding: 2% 11%;
  }
  .top-list li {
    font-size: min(3.2vw, 16px);
    line-height: 2;
  }
}

/*------------------------------
reason
------------------------------*/
.reason {
  background: #d5d5d5;
  padding-bottom: 65px;
}
.reason h2 {
  background: url(../images/title-bg_reason.webp) no-repeat center center/cover;
}

.reason-items {
  margin-top: -6.8%;
  position: relative;
  z-index: 10;
}
.reason-items li {
  background: #3a5a80;
  padding: 15px 40px 15px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reason-items li:nth-child(n+2) {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .reason-items li {
    display: block;
    padding: 5.9%;
    padding-bottom: 11.5%;
    position: relative;
  }
  .reason-items li:nth-child(n+2) {
    margin-top: 3%;
  }
}

.reason-item-image {
  width: 40.4%;
  position: relative;
}
.reason-item-image img {
  aspect-ratio: 381/206;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .reason-item-image {
    width: 100%;
    position: unset;
  }
}

.reason-item-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  background: #3a5a80;
  padding: 0 15px 5px 0;
}
.reason-item-num span {
  display: block;
  font-size: 4.1rem;
}
@media (max-width: 767px) {
  .reason-item-num {
    font-size: min(3.2vw, 16px);
    padding: 1% 2.4%;
  }
  .reason-item-num span {
    font-size: min(7.7333333333vw, 38.6666666667px);
  }
}

.reason-item-content {
  width: 56%;
  align-self: start;
  margin-top: 10px;
}
.reason-item-content h3 {
  font-size: 2.5rem;
  line-height: 1.72;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.2em;
}
.reason-item-content p {
  padding-top: 0.8em;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .reason-item-content h3 {
    font-size: 2.2rem;
  }
  .reason-item-content p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .reason-item-content {
    width: 100%;
    margin-top: 1%;
/*     text-align: center; */
  }
  .reason-item-content h3 {
    font-size: min(4.2666666667vw, 21.3333333333px);
  }
  .reason-item-content p {
    font-size: min(3.2vw, 16px);
  }
}

/*------------------------------
comparison
------------------------------*/
.comparison {
  padding-bottom: 102px;
  position: relative;
}
.comparison::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d5d5d5;
}
.comparison::after {
  content: "";
  position: absolute;
  background: #d5d5d5;
  width: 100%;
  height: 10.2%;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.comparison h2 {
  background: url(../images/title-bg_comparison.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .comparison {
    padding-bottom: 10px;
  }
  .comparison::after {
    height: 4%;
  }
}

.comparison-box-wrap {
  background: #fff;
  padding: 5%;
  margin-top: -6.4%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .comparison-box-wrap {
    padding: 3% 4% 5.4%;
  }
}

.comparison-box {
  padding: 3.2% 2.1%;
  background: #d5d5d5;
}
@media (max-width: 767px) {
  .comparison-box {
    padding: 6% 0.7% 3%;
  }
}

.comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 12px 21px;
}
.comparison-table th, .comparison-table td {
  background: #fff;
  font-weight: 700;
  font-size: min(3rem, 2.8957528958vw);
  color: #303030;
  text-align: center;
}
.comparison-table th p, .comparison-table td p {
  font-size: min(2vw, 2rem);
  margin-top: 1.3em;
}
.comparison-table th {
  padding: 3% 0;
}
.comparison-table th:first-child {
  width: 18.7%;
}
.comparison-table td {
  padding: 5% 0;
}
.comparison-table td:nth-child(n+2) {
  font-size: min(2rem, 1.9305019305vw);
}
.comparison-table .blank {
  background: #d5d5d5;
}
.comparison-table .main {
  background: #69adca;
  color: #fff;
}
.comparison-table .heading {
  background: #3a5a80;
  color: #fff;
  padding: 0;
}
.comparison-table img {
  width: 100px;
  width: 50%;
}
@media (max-width: 767px) {
  .comparison-table {
    border-spacing: 6px 6px;
  }
  .comparison-table th, .comparison-table td {
    font-size: min(3.6vw, 18px);
  }
  .comparison-table th p, .comparison-table td p {
    font-size: min(3.2vw, 16px);
    margin-top: 0.6em;
    line-height: 1.2;
    height: 3.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comparison-table th {
    white-space: nowrap;
    padding: 1% 0;
  }
  .comparison-table th:first-child {
    width: 12.7%;
  }
  .comparison-table th:nth-child(2) {
    font-size: min(3.2vw, 16px);
  }
  .comparison-table td {
    height: 130px;
    padding: 5% 0 0;
  }
  .comparison-table td:nth-child(n+2) {
    vertical-align: top;
    font-size: min(3.2vw, 16px);
  }
  .comparison-table .heading span {
    writing-mode: vertical-rl;
  }
  .comparison-table img {
    width: 66%;
  }
}

/*------------------------------
support
------------------------------*/
.support {
  padding-bottom: 68px;
  margin-top: 192px;
}
.support h2 {
  background: url(../images/title-bg_support.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .support {
    margin-top: 28px;
    padding-bottom: 24px;
  }
}

.support-content {
  border-bottom: 2px solid #3a5a80;
}

.support-items {
  margin-top: 65px;
}
.support-items li {
  background: #3a5a80;
  display: flex;
  aspect-ratio: 1000/200;
}
.support-items li:nth-child(n+2) {
  margin-top: 3.5%;
}
.support-items li img {
  width: 50%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .support-items {
    margin-top: 10%;
  }
  .support-items li {
    flex-direction: column-reverse;
    justify-content: center;
    aspect-ratio: 375/211;
    padding: 0 7%;
  }
  .support-items li:nth-child(n+2) {
    margin-top: 4.5%;
  }
  .support-items li img {
    width: 100%;
    height: auto;
    aspect-ratio: 294/102;
  }
}

.support-item-title {
  width: 50%;
  background: #3a5a80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-item-title h3 {
  display: inline-block;
  position: relative;
  font-size: min(3.2vw, 3.5rem);
  font-weight: 700;
  padding-left: 1.5em;
}
.support-item-title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-check.webp) no-repeat center center/contain;
  width: 1.1em;
  aspect-ratio: 31/27;
}
@media (max-width: 767px) {
  .support-item-title {
    width: 100%;
  }
  .support-item-title h3 {
    font-size: 1.8rem;
    margin-top: 1.3em;
  }
}

.support-text {
  background: url(../images/text-bg_support.webp) no-repeat center center/cover;
  position: relative;
  padding: 45px 0 60px;
  margin: 65px 0;
}
.support-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
}
.support-text p {
  position: relative;
  z-index: 10;
  font-size: min(2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .support-text {
    width: 100vw;
    margin: 24px 0;
    margin-left: min(-16px, (100vw - 468px) / -2);
    padding: 1.9em 0;
  }
  .support-text p {
    font-size: 1.2rem;
    line-height: 1.65;
  }
}

/*------------------------------
contact
------------------------------*/
.contact {
  background: #303030;
  padding: 60px 0;
}
.contact p {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact {
    padding: 17px 0;
  }
  .contact p {
    font-size: 1.8rem;
  }
}

.contact-btn {
  margin: 15px auto 0;
  width: 740px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact-btn {
    margin-top: 10px;
  }
}

/*------------------------------
voice
------------------------------*/
.voice {
  margin-top: 70px;
  padding-bottom: 120px;
}
.voice h2 {
  background: url(../images/title-bg_voice.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .voice {
    padding-bottom: 50px;
  }
}

.voice-items {
  margin-top: 65px;
}
.voice-items li {
  display: flex;
  justify-content: space-between;
}
.voice-items li:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .voice-items li {
    display: block;
  }
  .voice-items li:nth-child(n+2) {
    margin-top: 6%;
  }
}

.voice-item-image {
  width: 25%;
  align-self: end;
}
.voice-item-image p {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  color: #3a5a80;
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.voice-item-image p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3a5a80;
  width: 50%;
  height: 2px;
}
@media (max-width: 767px) {
  .voice-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .voice-item-image img {
    width: 17%;
  }
  .voice-item-image p {
    margin-left: 15px;
    font-size: 1.2rem;
    text-align: left;
    padding: 1em 0 1.1em;
  }
  .voice-item-image p::after {
    width: 100%;
  }
}

.voice-item-content {
  width: 67%;
  padding: 5%;
  background: #3a5a80;
  position: relative;
}
.voice-item-content::after {
  content: "";
  position: absolute;
  background: url(../images/voice_dec.png) no-repeat center center/100%;
  aspect-ratio: 115/89;
  left: 1px;
  width: 9%;
  bottom: 15%;
  transform: translate(-100%, 0%);
}
.voice-item-content h3 {
  font-size: min(3.6vw, 3.5rem);
  font-weight: 700;
  line-height: 1.3142857143;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.voice-item-content p {
  padding-top: 15px;
  font-size: min(2.2vw, 2rem);
  line-height: 1.75;
  font-weight: 700;
}
@media (max-width: 767px) {
  .voice-item-content {
    width: 100%;
    margin-top: 5%;
    padding: 6%;
  }
  .voice-item-content::after {
    background: #3a5a80;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 5%;
    left: 50%;
    bottom: unset;
    top: 1px;
    transform: translate(-50%, -100%);
  }
  .voice-item-content h3 {
    font-size: 1.6rem;
    padding-bottom: 0.4em;
  }
  .voice-item-content p {
    font-size: 1.2rem;
    line-height: 2.05;
    padding-top: 0.4em;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.modalItem { /* modal共通処理 */
  position: fixed;
  z-index: -100;
  opacity: 0;
  transition: opacity 0.7s linear, z-index 0.1s linear 1s; /* クローズ時。透明度を先に処理、z-indexは遅延&一瞬で遷移 */
}
.modalItem.active {
  opacity: 1;
  z-index: 100;
  transition: opacity 0.5s linear;
}

#modalBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.modalBody {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  width: 600px;
  max-width: 95%;
  height: 95vh;
  height: 95svh;
  background: #fff;
  transition: transform 0.3s ease-out, opacity 0.7s linear, z-index 0.1s linear 1s;
  color: rgb(33, 37, 41);
  display: flex;
  flex-direction: column;
}
.modalBody.active {
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out, opacity 0.5s linear;
}

.modalCloseBtn {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  cursor: pointer;
}
.modalCloseBtn::before, .modalCloseBtn::after {
  content: "";
  position: absolute;
  background: #000;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalCloseBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 4.8px;
  border-top-right-radius: 4.8px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
  overflow-y: auto;
}

.box-kiyaku2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-kiyaku2 > section {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 7px;
  white-space: pre-line;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 4.8px;
  border-bottom-left-radius: 4.8px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  padding: 6px 12px;
  font-size: 1.6rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer;
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
}

.modalTable {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(33, 37, 41);
}
.modalTable p {
  width: 50%;
  border: 1px solid rgb(33, 37, 41);
  border-top: none;
  border-left: none;
  padding: 5px;
}
.modalTable p:nth-child(2n) {
  border-right: none;
}
.modalTable p:nth-child(5), .modalTable p:nth-child(6) {
  border-bottom: none;
}

.thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  display: none;
}
.thanks.active {
  display: block;
}
@media (max-width: 767px) {
  .thanks {
    font-size: min(1.6rem, 4vw);
  }
}