@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #3e3a39;
  background-color: #fff;
}

/* body.is-fixed {
  position: fixed;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
} */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/* img[src$=".svg"] {
  width: 100%;
  height: auto;
} */
a {
  text-decoration: none;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

/*!
utility > utility
------------------------------
*/
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  br.sp {
    font-size: 0;
  }
}
.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.bold {
  font-weight: bold !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.fs-en {
  font-family: "Oswald", sans-serif;
}

.c-red {
  color: #f94c43 !important;
}

.c-gray {
  color: #9a9b9b !important;
}

.c-green {
  color: #2ab2c1 !important;
}

.ib {
  display: inline-block;
}

.mt10 {
  margin-top: 10px !important;
}

/*!
component > button
------------------------------
*/
/*!
component > title
------------------------------
*/
/*!
layout > container
------------------------------
*/
.l-container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

/*!
layout > header
------------------------------
*/
.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 999; */
}

/* body.is-fixed .header {
  border-bottom: 1px solid #ccc;
} */
.header-inner {
  max-width: 1000px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 219px;
  max-width: 100%;
}

.header-logo > a {
  display: block;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }

  .header-logo {
    width: 138px;
    margin: 0 auto;
  }
}
/*!
layout > footer
------------------------------
*/
.footer {
  padding: 20px 0 15px;
  background-color: #2ab2c1;
  color: #fff;
}

.footer-copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 10px 0;
  }
}
/*!
lp page-top
------------------------------
*/
#page-top {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 2vw;
  z-index: 99;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  background-color: #f94c43;
  border: 1px solid #fff;
  opacity: 0.9;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-top a:hover {
  background-color: #fff100;
}

#page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 5px;
    right: 2%;
    z-index: 99;
  }

  #page-top a {
    width: 40px;
    height: 40px;
  }

  #page-top a::before {
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom: 15px solid #fff;
    top: 3px;
  }
}
/*!
lp common
------------------------------
*/
.lp {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-note > li {
  font-size: 1.5rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1112px) {
  .list-note > li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .list-note > li {
    font-size: 1rem;
  }
}
.btn {
  width: 100%;
  max-width: 770px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #f94c43;
  padding: 0.95em 2.5em 0.95em 2em;
  box-shadow: 7px 7px 0 #7c1818;
  border-radius: 100vh;
  position: relative;
  transition: all 0.2s;
}

.btn:hover {
  transform: translate(7px, 7px);
  box-shadow: none;
}

.btn::after {
  content: "";
  width: 1.16em;
  height: 1.16em;
  background: url("../img/arrow-r-black.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

@media screen and (max-width: 1112px) {
  .btn {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
    padding: 1em 2.5em 1em 2em;
  }
}
.btn2 {
  width: 100%;
  max-width: 770px;
  color: #3e3a39;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #fff100;
  padding: 0.95em 2.5em 0.95em 2em;
  box-shadow: 7px 7px 0 #777236;
  border-radius: 100vh;
  position: relative;
  transition: all 0.2s;
}

.btn2.btn2-m {
  max-width: 490px;
}

.btn2:hover {
  transform: translate(7px, 7px);
  box-shadow: none;
}

.btn2::after {
  content: "";
  width: 1.16em;
  height: 1.16em;
  background: url("../img/arrow-r-black.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

@media screen and (max-width: 1112px) {
  .btn2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btn2 {
    font-size: 1.6rem;
    padding: 1.25em 2.5em 1.25em 2em;
  }
}
.sec-title {
  color: #2ab2c1;
  background-color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #2ab2c1;
  padding: 0.4em 0.5em;
  position: relative;
  margin-bottom: 60px;
}

.sec-title::after {
  content: "";
  width: 30px;
  height: 16px;
  background: url("../img/section-title-arrow-down.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.sec-title > span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1112px) {
  .sec-title {
    font-size: 3.59vw;
    margin-bottom: 5.39vw;
  }

  .sec-title::after {
    content: "";
    width: 2.69vw;
    height: 1.43vw;
    bottom: -1.44vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-title {
    width: 100%;
    height: auto;
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  .sec-title::after {
    background: url("../img/section-title-arrow-down-sp.svg") no-repeat center center/contain;
    width: 13px;
    height: 8px;
    bottom: -7px;
  }

  .sec-title > span {
    padding-left: 0;
  }
}
.sec-title2 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #2ab2c1;
  line-height: 1.3;
  position: relative;
  margin-bottom: 30px;
}

.sec-title2:not(:first-child) {
  margin-top: 60px;
}

.sec-title2.icon {
  padding-left: 1.3em;
}

.sec-title2.icon::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-title2.icon.icon-glass::before {
  background-image: url("../img/icon-glass.svg");
}

.sec-title2.icon.icon-calc::before {
  background-image: url("../img/icon-calc.svg");
}

@media screen and (max-width: 1112px) {
  .sec-title2 {
    font-size: 4.13vw;
    margin-bottom: 2.69vw;
  }

  .sec-title2:not(:first-child) {
    margin-bottom: 5.39vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-title2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .sec-title2:not(:first-child) {
    margin-top: 25px;
  }
}
.lead-text {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1112px) {
  .lead-text {
    font-size: 3.05vw;
    margin-bottom: 5.39vw;
  }
}
@media screen and (max-width: 767px) {
  .lead-text {
    font-size: min(4.53vw, 1.7rem);
    margin-bottom: 30px;
    line-height: 1.65;
  }
}
.head-border {
  line-height: 1.4;
  display: inline-block;
  padding: 0 0.8em;
}

.head-border > span {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
}

.head-border > span::before,
.head-border > span::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: currentColor;
  position: absolute;
  top: 0;
}

.head-border > span::before {
  left: 0;
  transform: rotate(-30deg);
}

.head-border > span::after {
  right: 0;
  transform: rotate(30deg);
}

.box {
  background-color: #fff;
  border: 1px solid #2ab2c1;
  border-radius: 10px;
  padding: 50px 20px 20px;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 15px 8px 8px;
  }
}
/*!
mv
------------------------------
*/
.mv {
  background: linear-gradient(180deg, #99ccff 0%, #e1eff9 47.51%, white 100%);
  position: relative;
}

.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/mv-cloud.png") no-repeat top center/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mv-inner {
  max-width: 1040px;
  padding: 45px 20px 60px;
  margin: 0 auto;
  position: relative;
}

.mv-contents {
  display: grid;
  grid-template-columns: 36% 64%;
  grid-template-rows: auto auto;
  position: relative;
  z-index: 2;
}

.mv-title {
  grid-area: 1/2/2/3;
  margin: 20px 0 15px;
}

.mv-img {
  grid-area: 1/1/3/2;
  margin-bottom: -55px;
}

.mv-list {
  width: 560px;
  max-width: 87.5%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}

.mv-box {
  width: 600px;
  max-width: 60%;
  display: inline-block;
  background: #2ab2c1 url("../img/bg-mv-box.png") no-repeat center center/cover;
  padding: 0 40px 25px;
  border-radius: 20px;
}

.mv-box-text {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.mv-box-text2 {
  color: #fff;
  font-size: 5.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.mv-box-text2 .fs-l {
  font-size: 3.75em;
  color: #fff100;
}

.mv-box-text2 .fs-s {
  font-size: 1.5em;
}

.mv-text {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}

.mv-text2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3e3a39;
  line-height: 1.58;
}

.mv-body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 40px;
  margin-top: 65px;
}

.mv-box-title {
  text-align: center;
  transform: translateY(-50%);
  margin-bottom: -25px;
}

.mv-box-title > span {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #2ab2c1;
  background-color: #fff;
  display: inline-block;
  padding: 0.3em 1.25em;
  border: 3px solid currentColor;
}

.mv-right {
  width: 340px;
  max-width: 34%;
  margin-top: -20px;
}

.mv-right-item1 {
  padding-top: 35px;
  background: url("../img/icon-car.svg") no-repeat left top/72px auto;
}

.mv-right-item2 {
  padding-top: 70px;
  margin-top: 25px;
  background: url("../img/icon-hand.svg") no-repeat left top/63px auto;
}

.mv-more-text {
  color: #f94c43;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 90px;
}

.mv-more-text > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}

.mv-more-text > span::before,
.mv-more-text > span::after {
  content: "";
  width: 1em;
  height: 1em;
}

.mv-more-text > span::before {
  background: url("../img/text-line-red.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-more-text > span::after {
  background: url("../img/text-line-red.svg") no-repeat center center/contain;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1112px) {
  .mv-inner {
    padding: 4.04vw 1.79vw 5.39vw;
  }

  .mv-title {
    margin: 1.79vw 0 1.34vw;
  }

  .mv-img {
    margin-bottom: -4.95vw;
  }

  .mv-list {
    gap: 1.34vw;
  }

  .mv-box {
    padding: 0 3.59vw 2.24vw;
    border-radius: 1.79vw;
  }

  .mv-box-text {
    font-size: 3.14vw;
    margin-bottom: 1.79vw;
  }

  .mv-box-text2 {
    font-size: 5.03vw;
  }

  .mv-text {
    font-size: 1.97vw;
    margin-top: 1.79vw;
  }

  .mv-text2 {
    font-size: 2.15vw;
  }

  .mv-body {
    gap: 1.79vw 3.59vw;
    margin-top: 5.84vw;
  }

  .mv-box-title {
    margin-bottom: -2.25vw;
  }

  .mv-box-title > span {
    font-size: 3.59vw;
  }

  .mv-right {
    margin-top: -1.8vw;
  }

  .mv-right-item1 {
    padding-top: 3.14vw;
    background-size: 6.47vw auto;
  }

  .mv-right-item2 {
    padding-top: 6.29vw;
    margin-top: 2.24vw;
    background-size: 5.66vw auto;
  }

  .mv-more-text {
    font-size: 4.04vw;
    margin-top: 8.09vw;
  }
}
@media screen and (max-width: 767px) {
  .mv::before {
    background-image: url("../img/mv-cloud-sp.png");
  }

  .mv-contents {
    grid-template-columns: auto auto;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 3px;
  }

  .mv-inner {
    max-width: 450px;
    margin: 0 auto;
    padding: 12px 15px 25px;
  }

  .mv-body {
    flex-direction: column;
    max-width: 92%;
    margin: 0 auto;
  }

  .mv-col {
    width: 130px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mv-title {
    grid-area: 1/1/2/3;
    width: 86%;
    margin: 0 auto;
  }

  .mv-box-title > span {
    font-size: min(5.6vw, 2.1rem);
    border-width: 1px;
  }

  .mv-img {
    width: 170px;
    max-width: 100%;
    grid-area: 2/1/3/2;
    margin-bottom: 0;
  }

  .mv-box {
    max-width: 100%;
    padding: 0 20px 15px;
    margin-bottom: 12px;
  }

  .mv-box-text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .mv-box-text2 {
    margin-bottom: 10px;
  }

  .mv-text,
.mv-text .list-note > li {
    font-size: min(3.2vw, 1.2rem);
  }

  .mv-right {
    max-width: 100%;
  }

  .mv-list {
    max-width: 100%;
    gap: 10px;
    margin-bottom: 0;
  }

  .mv-list2-text {
    width: 88.2%;
  }

  .mv-list2-text2 {
    width: 83.8%;
  }

  .mv-list2-text3 {
    width: 100%;
  }

  .mv-more-text {
    margin-top: 20px;
  }

  .mv-more-text {
    font-size: min(5.86vw, 2.2rem);
    margin-left: -5px;
    margin-right: -5px;
  }

  .mv-more-text > span {
    padding: 0 0.9em;
  }

  .mv-text2 {
    font-size: min(3.2vw, 1.2rem);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .mv-right-item1,
.mv-right-item2 {
    padding-top: 45px;
  }

  .mv-right-item1 {
    background-size: 38px auto;
    background-position: top 20px center;
  }

  .mv-right-item2 {
    margin-top: 0;
    background-size: 33px auto;
    background-position: top center;
  }
}
/*!
sim
------------------------------
*/
/* モーダル */
.remodal-wrapper {
  overflow: hidden;
}

.modal {
  width: 1000px;
  max-width: 90%;
  max-height: 97vh;
  overflow-y: auto;
  padding: 65px 40px 40px;
  border-radius: 20px;
  text-align: left;
}

@media screen and (max-width: 1112px) {
  .modal {
    padding: 5.84vw 3.59vw 3.59vw;
    border-radius: 1.79vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    max-height: 80vh;
    padding: 30px 15px 20px;
  }
}
.result {
  border: 1px solid #2ab2c1;
}

.result .list-note > li {
  font-size: 2rem;
}

.result-title {
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  background-color: #2ab2c1;
  padding: 0.2em 0.5em;
  border-radius: 100vh;
  transform: translateY(-50%);
}

.result-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.result-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  margin: 0 auto 20px;
}

.result-head.hide {
  display: none;
}

.result-text1 {
  color: #2ab2c1;
  font-size: 3.4rem;
  font-weight: bold;
}

.result-note-area {
  text-align: center;
  margin-bottom: 35px;
}

.result-note-area .list-note {
  display: inline-block;
  text-align: left;
}

.result-text {
  text-align: center;
  width: 55%;
  margin: 0 auto 25px;
}

.result .line {
  margin: 30px 0 40px;
  width: 100%;
  height: 1px;
  background-color: #b0b0b1;
}

@media screen and (max-width: 1112px) {
  .result .list-note > li {
    font-size: 1.79vw;
  }

  .result-title {
    width: 35.97vw;
    font-size: 4.04vw;
  }

  .result-inner {
    padding: 0 1.79vw 4.49vw;
  }

  .result-head {
    margin: 0 auto 1.79vw;
  }

  .result-text1 {
    font-size: 3.05vw;
  }

  .result-note-area {
    margin-bottom: 3.14vw;
  }

  .result-text {
    margin-bottom: 2.24vw;
  }

  .result .line {
    margin: 2.69vw 0 3.59vw;
  }
}
@media screen and (max-width: 767px) {
  .result-inner {
    padding: 0 10px 20px;
  }

  .result-title {
    font-size: 2rem;
  }

  .result-text1 {
    font-size: 2rem;
  }

  .result .list-note > li {
    font-size: 1.3rem;
  }

  .result-head {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .result-head .icon {
    width: 50px;
  }

  .result-note-area {
    margin-bottom: 20px;
  }

  .result-text {
    width: 80%;
    margin: 0 auto 10px;
  }

  .result .btn2.btn2-m {
    width: 90%;
  }

  .result .line {
    margin: 30px 0 20px;
  }
}
/* テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #b0b0b1;
}

.table .bg-c1,
.other-table .bg-c1 {
  background-color: #2ab2c1;
  color: #fff;
}

.table .bg-c2 {
  background-color: #848484;
  color: #fff;
}

.table .bg-c3 {
  background-color: #fff9d7;
}

.table col.w-30 {
  width: 30%;
}

.table col.w-40 {
  width: 40%;
}

.table col.w-60 {
  width: 60%;
}

.table col.w-70 {
  width: 70%;
}

.table th,
.table td {
  font-size: 2.4rem;
  line-height: 1.56;
  border-right: 1px solid #b0b0b1;
  border-bottom: 1px solid #b0b0b1;
  vertical-align: middle;
  padding: 0.7em 1em;
}

.table th,
.table td {
  font-weight: 500;
}

.table th {
  text-align: center;
}

.result .table th,
.result .table td {
  line-height: 1.4;
  padding: 0.8em 1em;
}

.result .table th {
  font-size: 2rem;
  background-color: #f1f8f9;
}

.result .table td {
  font-size: 2.8rem;
  text-align: center;
}

.table.table1 th,
.table.table1 td {
  padding: 0.5em 0.5em 0.7em 0.8em;
}

.table.table2 th,
.table.table2 td {
  line-height: 1.4;
  padding: 0.2em 1em 0.4em;
}

.table .fs-s {
  font-size: 2.2rem;
}

.table .fs-ss {
  font-size: 2rem;
}

.table-text1 {
  line-height: 1.2;
}

.table-text1 .em {
  font-size: 1.3em;
}

.table-text2 {
  font-size: 1.6rem;
  line-height: 1.56;
}

.table-text2:not(:first-child) {
  margin-top: 0.5em;
}

.table-text3 {
  font-size: 4.8rem;
  line-height: 1.2;
}

.table-text3 .fs-s,
.table-text4 .fs-s {
  font-size: 0.6em;
}

.table-text3 .fs-m,
.table-text4 .fs-m {
  font-size: 0.8em;
}

.table-text4 {
  font-size: 3.8rem;
}

.table-note,
.table-note .list-note > li {
  font-size: 1.6rem;
  margin-top: 10px;
}

.table.table1 .col1 {
  width: 13%;
}

.table.table1 .col2,
.table.table1 .col3 {
  width: 43.5%;
}

.table.table2 .col1 {
  width: 15.8%;
}

.table.table2 .col2,
.table.table2 .col3 {
  width: 26.3%;
}

.table.table2 thead th:not(:last-child) {
  border-right-color: #fff;
}

.table.table2 td {
  text-align: center;
}

@media screen and (max-width: 1112px) {
  .table th,
.table td {
    font-size: 2.15vw;
  }

  .table .fs-s {
    font-size: 1.97vw;
  }

  .table .fs-ss {
    font-size: 1.79vw;
  }

  .table-text2 {
    font-size: 1.43vw;
  }

  .table-text3 {
    font-size: 4.3vw;
  }

  .table-text4 {
    font-size: 3.41vw;
  }

  .table-note,
.table-note .list-note > li {
    font-size: 1.43vw;
    margin-top: 0.89vw;
  }
}
@media screen and (max-width: 767px) {
  .table th,
.table td,
.table .fs-s {
    font-size: min(2.13vw, 1.2rem);
  }

  .result .table th {
    font-size: 1.3rem;
  }

  .result .table td {
    font-size: 1.4rem;
  }

  .table .fs-ss {
    font-size: 0.7rem;
  }

  .table-text2 {
    font-size: min(1.86vw, 1rem);
  }

  .table-note,
.table-note .list-note > li {
    font-size: 1rem;
    margin-top: 5px;
  }

  .box .table-note .list-note > li {
    font-size: 0.7rem;
  }
}
.other-table th,
.other-table td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 0.2em 0.8em;
}

.other-table td:not(:last-child) {
  border-right: 1px solid #2ab2c1;
}

@media screen and (max-width: 1112px) {
  .other-table th,
.other-table td {
    font-size: 1.79vw;
  }
}
@media screen and (max-width: 767px) {
  .other-table th,
.other-table td {
    font-size: min(1.86vw, 1.1rem);
  }
}
.box .arrow-down {
  position: relative;
  padding-bottom: 70px;
}

.box .arrow-down::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #2ab2c1 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1112px) {
  .box .arrow-down {
    padding-bottom: 6.29vw;
  }

  .box .arrow-down::before {
    border-width: 1.79vw 1.43vw 0 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .box .arrow-down {
    padding-bottom: 20px;
  }

  .box .arrow-down::before {
    border-width: 7px 5px 0 5px;
  }
}
/* フォーム */
.input-text {
  width: 100%;
  max-width: 380px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #d7d8d8;
  font-size: 4rem;
  text-align: right;
  padding: 8px 10px;
  border-radius: 10px;
}

.error {
  color: #f00;
  margin: 3px 0 5px;
}

.sim {
  padding: 120px 0;
  background: url("../img/bg-img1.png") no-repeat top center/cover;
}

.sim-inner {
  max-width: 770px;
  margin: 0 auto;
}

.sim-text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

.marker {
  background: linear-gradient(transparent 60%, #fff100 40%);
  margin: 0 3px;
  padding: 0 0.25em 0 0.25em;
  display: inline;
}

.sim-text1,
.sim-text2,
.sim-text3 {
  display: block;
  text-align: center;
}

.sim-text1 {
  margin-bottom: 25px;
}

.sim-text2 {
  margin-bottom: 25px;
}

.sim-text2 .fs-l {
  font-size: 1.785em;
}

.sim-text2 .fs-s {
  font-size: 1.57em;
}

.sim-text2 .c-green {
  margin: 0 10px;
}

.sim-text3 {
  font-size: 1.785em;
}

.sim-text4 {
  font-size: 1.785em;
  text-align: center;
  margin-bottom: 35px;
}

.sim-text4 > span {
  position: relative;
  display: inline-block;
  padding: 0 0.8em 0.2em;
}

.sim-text4 > span::before,
.sim-text4 > span::after {
  content: "";
  width: 0.62em;
  height: 1em;
}

.sim-text4 > span::before {
  background: url("../img/text-line-black.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sim-text4 > span::after {
  background: url("../img/text-line-black.svg") no-repeat center center/contain;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  right: 0;
}

.sim-caution-text {
  font-size: 1.5rem;
  margin-bottom: 3em;
  text-align: center;
}

.sim-button {
  margin-bottom: 20px;
}

.sim-form {
  font-size: 1.5rem;
  padding: 40px 0 50px;
}

.sim-form-item {
  margin-bottom: 34px;
}

.sim-form-item .list-note {
  position: absolute;
  top: 100%;
}

.sim-form-item .list-note > li {
  font-size: 1.5rem;
}

.sim-form-set {
  display: flex;
  gap: 20px;
}

.sim-form-base {
  flex: 1;
  position: relative;
}

.sim-form-wrap {
  display: flex;
  gap: 20px;
}

.sim-form-title {
  font-size: 2.8rem;
  font-weight: bold;
  width: 10em;
  align-self: center;
}

.sim-form-unit {
  font-size: 2.8rem;
  font-weight: bold;
  align-self: flex-end;
}

@media screen and (max-width: 1112px) {
  /* フォーム */
  .input-text {
    height: 7.19vw;
    font-size: 3.59vw;
    padding: 0.71vw 0.89vw;
    border-radius: 0.89vw;
  }

  .error {
    margin: 0.26vw 0 0.44vw;
  }

  .sim {
    padding: 10.79vw 0;
  }

  .sim-text {
    font-size: 2.5vw;
  }

  .marker {
    margin: 0 0.26vw;
  }

  .sim-text1 {
    margin-bottom: 2.24vw;
  }

  .sim-text2 {
    margin-bottom: 2.24vw;
  }

  .sim-text2 .c-green {
    margin: 0 0.89vw;
  }

  .sim-text4 {
    margin-bottom: 3.14vw;
  }

  .sim-caution-text {
    font-size: 1.34vw;
  }

  .sim-button {
    margin-bottom: 1.79vw;
  }

  .sim-form {
    font-size: 1.5vw;
    padding: 3.59vw 0 4.49vw;
  }

  .sim-form-item {
    margin-bottom: 3.05vw;
  }

  .sim-form-item .list-note {
    top: calc(100% + 0.26vw);
  }

  .sim-form-item .list-note > li {
    font-size: 1.34vw;
  }

  .sim-form-set {
    gap: 1.79vw;
  }

  .sim-form-wrap {
    gap: 1.79vw;
  }

  .sim-form-title {
    font-size: 2.5vw;
  }

  .sim-form-unit {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sim {
    padding: 30px 0 60px;
    background-image: url("../img/bg-img1-sp.png");
  }

  .sim-inner {
    max-width: 500px;
  }

  .sim-text {
    font-size: 1.4rem;
  }

  .sim-text1 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .sim-text2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .sim-text2 .fs-s {
    font-size: 1.5em;
  }

  .sim-text2 .fs-l {
    font-size: 2.57em;
  }

  .sim-text2 .c-green {
    margin: 0 5px;
  }

  .sim-text3 {
    font-size: 2.4rem;
  }

  .sim-text4 {
    margin-bottom: 15px;
  }

  /* フォーム */
  .input-text {
    width: 80%;
    height: 36px;
    font-size: 1.6rem;
    border-radius: 10px;
  }

  .error {
    font-size: 1.2rem;
  }

  .sim-form {
    padding-left: 3.95%;
    padding: 30px 0 35px;
  }

  .sim-form > *:last-child {
    margin-bottom: 0;
  }

  .sim-caution-text {
    font-size: 1rem;
  }

  .sim-form-title {
    width: 6em;
    font-size: 1.5rem;
  }

  .sim-form-unit {
    font-size: 1.5rem;
    flex-shrink: 0;
  }

  .sim-form-item .list-note {
    top: calc(100% - 3px);
  }

  .sim-form-item .list-note > li {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }

  .sim-form-wrap {
    gap: 5px;
  }

  .sim-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .sim-form-item {
    margin-top: 20px;
  }

  .sim-form-set {
    gap: 20px;
  }
}
@media screen and (max-width: 580px) {
  .sim-text3 {
    font-size: 6.4vw;
  }
}
/*!
recom
------------------------------
*/
.recom {
  color: #fff;
  padding: 50px 0 40px;
  background-size: auto auto;
  background: url("../img/bg-large.png") no-repeat center center/cover;
}

.recom-kinri-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #2ab2c1;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 1.3em 0.3em;
  margin-left: 20px;
  margin-bottom: 15px;
}

.recom-title-sub {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
}

.recom-title-sub > span {
  position: relative;
  display: inline-block;
  padding: 0 0.85em;
}

.recom-title-sub > span::before {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #fff;
  transform: rotate(-30deg);
  position: absolute;
  top: 0;
  left: 0;
}

.recom-title-sub > span::after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #fff;
  transform: rotate(30deg);
  position: absolute;
  top: 0;
  right: 0;
}

.recom-title {
  color: #fff100;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.recom-title .fs-s {
  font-size: 0.8em;
}

.recom-body .list-note > li {
  line-height: 1.6;
}

.recom-point {
  padding-top: 15px;
}

.recom-point > li {
  margin-bottom: 10px;
}

.recom-point > li:last-child {
  margin-bottom: 0;
}

.recom-inner {
  padding-left: 34.5%;
  background: url("../img/recom-ill.png") no-repeat left 30px bottom/300px auto;
}

.recom-kinri {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 25px;
}

.recom-kinri-text {
  flex-shrink: 0;
  font-size: 2.6rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  display: inline-block;
}

.recom-list-wrap {
  text-align: center;
}

.recom-list-wrap .list-note {
  display: inline-block;
  text-align: left;
}

.recom-text {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.3;
  margin-left: 35px;
}

@media screen and (max-width: 1112px) {
  .recom {
    padding: 4.49vw 0 3.59vw;
  }

  .recom-kinri-title {
    font-size: 2.5vw;
    margin-left: 1.79vw;
    margin-bottom: 1.34vw;
  }

  .recom-title-sub {
    font-size: 2.5vw;
  }

  .recom-title {
    font-size: 4.94vw;
    margin-bottom: 2.69vw;
  }

  .recom-point {
    padding-top: 1.34vw;
  }

  .recom-point > li {
    margin-bottom: 0.89vw;
  }

  .recom-inner {
    background-position: 2.69vw bottom;
    background-size: 26.97vw auto;
  }

  .recom-kinri {
    gap: 0.89vw;
    margin-bottom: 2.24vw;
  }

  .recom-kinri-text {
    font-size: 2.33vw;
  }

  .recom-text {
    font-size: 2.33vw;
    margin-left: 3.14vw;
  }
}
@media screen and (max-width: 767px) {
  .recom {
    padding: 60px 0;
  }

  .recom-point {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .recom-point > li {
    width: 144px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .recom-point > li img {
    width: 100%;
  }

  .recom-point > li.w-70 {
    width: 100%;
    max-width: 70%;
  }

  .recom-title-wrap {
    max-width: 450px;
    padding-right: 105px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }

  .recom-title-wrap::before {
    content: "";
    width: 125px;
    aspect-ratio: 125/110;
    background: url("../img/recom-ill.png") no-repeat center center/contain;
    position: absolute;
    top: -12px;
    right: 0;
  }

  .recom-title-wrap .recom-title-sub,
.recom-title-wrap .recom-title {
    display: inline-block;
  }

  .recom-title-sub {
    font-size: 1.5rem;
  }

  .recom-title {
    font-size: min(8vw, 3rem);
    margin-bottom: 0;
  }

  .recom-inner {
    max-width: 450px;
    margin: 0 auto;
    padding-left: 0;
    background: none;
  }

  .recom-kinri {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .recom-kinri-title {
    font-size: 1.8rem;
    margin-bottom: -5px;
  }

  .recom-kinri-text {
    font-size: 1.5rem;
  }

  .recom-text {
    font-size: min(4vw, 1.5rem);
    text-align: center;
    margin-left: 0;
  }
}
/*!
menu-list
------------------------------
*/
.menu-list {
  display: flex;
  border: 1px solid #d7d8d8;
}

.menu-list > li {
  flex: 1;
  border-right: 1px solid #d7d8d8;
}

.menu-list > li:last-child {
  border-right: none;
}

.menu-list > li a {
  height: 100%;
  color: #f94c43;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding: 1em 0.15em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-list > li a:hover {
  color: #fff;
  background-color: #f94c43;
  opacity: 1;
}

@media screen and (max-width: 1112px) {
  .menu-list > li a {
    font-size: 2.15vw;
  }
}
@media screen and (max-width: 767px) {
  .menu-list {
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
  }

  .menu-list > li {
    flex: 0 1 auto;
    width: 50%;
    border-bottom: 1px solid #d7d8d8;
  }

  .menu-list > li:last-child {
    border-right: 1px solid #d7d8d8;
  }

  .menu-list > li a {
    font-size: 1.6rem;
  }
}
/*!
karikae
------------------------------
*/
.karikae {
  padding: 120px 0 100px;
}

.karikae .lead-text {
  margin: 0 -0.5em;
}

.karikae-title-wrap {
  text-align: center;
}

.karikae-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #2ab2c1;
  margin-bottom: 20px;
}

.karikae-recom {
  padding-left: 50%;
  margin-top: 60px;
  background: url("../img/karikae-photo.png") no-repeat left 15px center/440px auto;
  padding-bottom: 20px;
}

.karikae-recom2 {
  padding-left: 50%;
  margin-top: 60px;
  background: url("../img/edukarikae-photo.png") no-repeat left 15px center/440px auto;
  padding-bottom: 20px;
}

.karikae-list > li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #f1f8f9;
  border-radius: 10px;
  padding: 15px 15px 20px 20px;
}

.karikae-list > li:not(:first-child) {
  margin-top: 15px;
}

.karikae-text1 {
  font-size: 2.9rem;
  font-weight: 500;
  color: #2ab2c1;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.karikae-text2 {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1112px) {
  .karikae {
    padding: 10.79vw 0 8.99vw;
  }

  .karikae-title {
    font-size: 3.23vw;
    margin-bottom: 1.79vw;
  }

  .karikae-recom {
    margin-top: 5.39vw;
    background-position: left 1.34vw center;
    background-size: 39.56vw auto;
    padding-bottom: 1.79vw;
  }

  .karikae-recom2 {
    margin-top: 5.39vw;
    background-position: left 1.34vw center;
    background-size: 39.56vw auto;
    padding-bottom: 1.79vw;
  }

  .karikae-list > li {
    border-radius: 0.89vw;
    padding: 1.34vw 1.34vw 1.79vw 1.79vw;
  }

  .karikae-list > li:not(:first-child) {
    margin-top: 1.34vw;
  }

  .karikae-text1 {
    font-size: 2.6vw;
  }

  .karikae-text2 {
    font-size: 1.79vw;
  }
}
@media screen and (max-width: 767px) {
  .karikae {
    padding: 60px 0 50px;
  }

  .karikae-recom {
    padding-left: 47%;
    padding-bottom: 10px;
    margin-left: -10px;
    background-size: 52% auto;
  }

  .karikae-recom2 {
    padding-left: 47%;
    padding-bottom: 10px;
    margin-left: -10px;
    background-size: 52% auto;
  }

  .karikae-title {
    font-size: 1.4rem;
    font-size: min(3.73vw, 1.4rem);
    margin-bottom: 10px;
  }

  .karikae-list > li {
    border-radius: 6px;
    padding: 8px;
  }

  .karikae-text1 {
    font-size: min(2.93vw, 1.3rem);
  }

  .karikae-text2 {
    font-size: min(2.13vw, 1.2rem);
  }
}
/*!
dealer
------------------------------
*/
.dealer {
  padding: 120px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1112px) {
  .dealer {
    padding: 10.79vw 0;
  }
}
@media screen and (max-width: 767px) {
  .dealer {
    padding: 60px 0;
  }
}
/*!
merit
------------------------------
*/
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

.merit {
  padding: 120px 0;
}

.merit .menu-list {
  margin-bottom: 80px;
}

.merit .sec-col + .sec-col {
  margin-top: 70px;
}

.merit-text {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.merit-text2 {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.merit-text2 .fs-l {
  font-size: 1.4em;
}

.merit-text2 .fs-s {
  font-size: 0.6em;
}

.merit-text3 {
  font-size: 2.8rem;
  font-weight: bold;
}

.merit-text-wrap {
  display: flex;
  align-items: center;
  gap: 20px 24px;
  margin-bottom: 80px;
}

.merit-num {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  width: 70px;
  height: 70px;
  background-color: #2ab2c1;
  border-radius: 50%;
  position: relative;
}

.merit-num > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.1em;
}

.merit .tab {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.merit .tab > li {
  flex: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #d7d8d8;
  padding: 1em 0.5em;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.merit .tab > li.is-active,
.merit .tab > li:hover {
  background: #2ab2c1;
  color: #fff;
}

.merit .table-top {
  margin-bottom: 30px;
}

.merit .table-bottom {
  margin-top: 20px;
}

.merit-img {
  text-align: center;
  margin: 30px 0 40px;
}

@media screen and (max-width: 1112px) {
  .merit {
    padding: 10.79vw 0;
  }

  .merit .menu-list {
    margin-bottom: 7.19vw;
  }

  .merit .sec-col + .sec-col {
    margin-top: 6.29vw;
  }

  .merit-text {
    font-size: 3.05vw;
    margin-bottom: 0.89vw;
  }

  .merit-text2 {
    font-size: 4.13vw;
  }

  .merit-text3 {
    font-size: 2.5vw;
  }

  .merit-text-wrap {
    gap: 1.79vw 2.15vw;
    margin-bottom: 7.19vw;
  }

  .merit-num {
    font-size: 3.59vw;
    width: 6.29vw;
    height: 6.29vw;
  }

  .merit .tab {
    gap: 1.07vw;
    margin-bottom: 2.24vw;
  }

  .merit .tab > li {
    font-size: 2.15vw;
  }

  .merit .table-top {
    margin-bottom: 2.69vw;
  }

  .merit .table-bottom {
    margin-top: 1.79vw;
  }

  .merit-img {
    text-align: center;
    margin: 2.69vw 0 3.59vw;
  }
}
@media screen and (max-width: 767px) {
  .merit .table-top {
    margin-bottom: 30px;
  }

  .merit {
    padding: 60px 0;
  }

  .merit .sec-col + .sec-col {
    margin-top: 25px;
  }

  .merit .menu-list {
    margin-bottom: 30px;
  }

  .merit-num {
    width: 34px;
    height: 34px;
    font-size: 1.9rem;
  }

  .merit-text {
    font-size: 1.7rem;
    margin-bottom: 0;
  }

  .merit-text2 {
    font-size: 2.2rem;
  }

  .merit-text3 {
    font-size: 1.4rem;
  }

  .merit-text-wrap {
    margin-bottom: 30px;
    gap: 10px;
  }

  .merit .tab {
    gap: 5px;
    margin-bottom: 8px;
  }

  .merit .tab > li {
    font-size: 1rem;
    padding: 1.5em 0.5em;
  }

  .merit .table-bottom {
    margin-top: 10px;
  }

  .merit-contents2 {
    width: 84%;
    max-width: 450px;
    margin: 0 auto;
  }

  .merit-img {
    margin: 15px 0 30px;
  }
}
/*!
flow
------------------------------
*/
.flow {
  padding: 120px 0;
  background-color: #f7f7f7;
}

.flow .lead-text {
  margin-bottom: 40px;
}

.flow .tab {
  width: 952px;
  max-width: 95.2%;
  display: flex;
  margin-bottom: 30px;
  border-left: 1px solid #b0b0b1;
}

.flow .tab > li {
  height: 80px;
  color: #b0b0b1;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  flex: 1;
  background: #fff;
  padding: 0.8em 0 0.8em 2em;
  border-top: 1px solid #b0b0b1;
  border-bottom: 1px solid #b0b0b1;
  position: relative;
  max-width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.flow .tab > li:hover {
  background-color: #2ab2c1;
  border-color: #2ab2c1;
  color: #fff;
}

.flow .tab > li.is-active {
  background-color: #2ab2c1;
  border-color: #2ab2c1;
  color: #fff;
}

.flow .tab > li::before,
.flow .tab > li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -48px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 48px solid #b0b0b1;
  z-index: 1;
}

.flow .tab > li::after {
  right: -47px;
  border-left: solid 48px #fff;
}

.flow .tab > li.is-active::before,
.flow .tab > li.is-active::after {
  border-left-color: #2ab2c1;
}

.flow .tab > li:hover::before,
.flow .tab > li:hover::after {
  border-left-color: #2ab2c1;
}

.flow .tab-inner {
  border: 1px solid #2ab2c1;
  border-radius: 10px;
  padding: 40px 30px 60px 40px;
  background: #fff;
}

.flow-title {
  color: #2ab2c1;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.flow-text {
  font-size: 2rem;
  line-height: 1.5;
}

.flow-text-l {
  font-size: 3rem;
  font-weight: bold;
}

.flow .tab-content-wrap .list-note {
  margin-top: 10px;
}

.flow .tab-content-wrap .list-note > li {
  font-size: 1.6rem;
}

/* flow1 */
.flow1-contents {
  background: url("../img/flow-img.svg") no-repeat top 32% left 83%/13% auto;
}

.flow1-top {
  padding-right: 37%;
}

.flow1-arrow-col {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin: 50px 0 80px;
}

/* flow2 */
.flow2-contents {
  padding-right: 28%;
  background: url("../img/flow-img2.svg") no-repeat top 80% left 88%/17% auto;
}

.flow2-top {
  margin-bottom: 40px;
}

.flow2 .flow-text {
  max-width: 530px;
}

/* flow3 */
.flow3-contents {
  padding-right: 28%;
  background: url("../img/flow-img3.svg") no-repeat top 60% left 82%/11.3% auto;
}

.flow3-top {
  margin-bottom: 60px;
}

/* flow4 */
.flow4-contents {
  padding-right: 28%;
  background: url("../img/flow-img4.svg") no-repeat top 58% left 85%/14% auto;
}

.flow4-top {
  margin-bottom: 40px;
}

@media screen and (max-width: 1112px) {
  .flow {
    padding: 10.79vw 0;
  }

  .flow .lead-text {
    margin-bottom: 3.59vw;
  }

  .flow .tab {
    display: flex;
    margin-bottom: 2.69vw;
  }

  .flow .tab > li {
    height: 7.19vw;
    font-size: 2.15vw;
    max-width: calc(100% - 4.31vw);
  }

  .flow .tab > li::before,
.flow .tab > li::after {
    right: -4.32vw;
    border-top: 3.59vw solid transparent;
    border-bottom: 3.59vw solid transparent;
    border-left: 4.31vw solid #b0b0b1;
  }

  .flow .tab > li::after {
    right: calc(1px - 4.31vw);
    border-left: solid 4.31vw #fff;
  }

  .flow .tab-inner {
    /* border-radius: 10px; */
    padding: 3.59vw 2.69vw 5.39vw 3.59vw;
  }

  .flow-title {
    font-size: 2.69vw;
  }

  .flow-text {
    font-size: 1.79vw;
  }

  .flow-text-l {
    font-size: 2.69vw;
  }

  .flow .tab-content-wrap .list-note {
    margin-top: 0.89vw;
  }

  .flow .tab-content-wrap .list-note > li {
    font-size: 1.43vw;
  }

  /* flow1 */
  .flow1-arrow-col {
    gap: 3.59vw;
    margin: 4.49vw 0 7.19vw;
  }

  /* flow2 */
  .flow2-top {
    margin-bottom: 3.59vw;
  }

  /* flow3 */
  .flow3-top {
    margin-bottom: 5.39vw;
  }

  /* flow4 */
  .flow4-contents {
    padding-right: 28%;
    background: url("../img/flow-img4.svg") no-repeat top 58% left 85%/14% auto;
  }

  .flow4-top {
    margin-bottom: 3.59vw;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }

  .flow .lead-text {
    margin-bottom: 30px;
  }

  .flow .tab {
    max-width: 96%;
  }

  .flow .tab > li {
    height: 40px;
    font-size: 1rem;
    white-space: nowrap;
  }

  .flow .tab > li::before,
.flow .tab > li::after {
    right: -15px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #b0b0b1;
    z-index: 1;
  }

  .flow .tab > li::after {
    right: -14px;
    border-left: solid 15px #fff;
  }

  .flow .tab-inner {
    padding: 15px 10px 25px 15px;
  }

  .flow-title {
    font-size: 1.5rem;
  }

  .flow-text {
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }

  .flow-text-l {
    font-size: 1.5rem;
  }

  .flow-text-l .ib {
    display: inline;
  }

  .flow .tab-content-wrap .list-note {
    margin-top: 5px;
  }

  .flow .tab-content-wrap .list-note > li {
    font-size: 1rem;
  }

  /* flow1 */
  .flow1-contents {
    background: url("../img/flow-img.svg") no-repeat top 35px left 100%/50px auto;
  }

  .flow1-top {
    padding-right: 27%;
  }

  .flow1-arrow-col {
    align-items: center;
    gap: 10px;
    margin: 10px 0;
  }

  .flow1-arrow-col .arrow {
    width: 18px;
  }

  /* flow2 */
  .flow2-top {
    margin-bottom: 15px;
  }

  .flow2-contents {
    padding-right: 28%;
    background: url("../img/flow-img2.svg") no-repeat bottom left 100%/70px auto;
  }

  /* flow3 */
  .flow3-top {
    margin-bottom: 15px;
  }

  .flow3-contents {
    background: url("../img/flow-img3.svg") no-repeat bottom left 95%/60px auto;
  }

  /* flow4 */
  .flow4-top {
    margin-bottom: 15px;
  }

  .flow4-contents {
    padding-right: 35%;
    background: url("../img/flow-img4.svg") no-repeat bottom left 100%/80px auto;
  }
}
/*!
qa
------------------------------
*/
/* アコーディオン */
.acc-btn {
  cursor: pointer;
  position: relative;
}

.acc-icon {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #2ab2c1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.acc-icon::before,
.acc-icon::after {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.acc-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.acc-btn.is-open .acc-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.acc-btn.is-open .acc-icon::after {
  opacity: 0;
}

.acc-content {
  display: none;
}

@media screen and (max-width: 767px) {
  /* アコーディオン */
  .acc-icon {
    width: 18px;
    height: 18px;
    right: 0;
  }

  .acc-icon::before,
.acc-icon::after {
    width: 8px;
  }
}
.qa {
  padding: 120px 0 100px;
}

.qa-item {
  border-bottom: 1px solid #b0b0b1;
}

.qa-q {
  display: flex;
  align-items: center;
  padding: 25px 50px 25px 85px;
  position: relative;
}

.qa-q .num {
  font-size: 2.2rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d5f5f7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qa-q .num > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.1em;
}

.qa-q-text {
  font-size: 2.4rem;
  font-weight: bold;
}

.qa-a {
  padding: 0 20px 30px 85px;
}

.qa-a-text {
  font-size: 2rem;
  line-height: 1.5;
}

.qa-a-text .top-space {
  margin-top: 20px;
}

.qa .list-note > li {
  font-size: 2rem;
}

@media screen and (max-width: 1112px) {
  .qa {
    padding: 10.79vw 0 8.99vw;
  }

  .qa-q {
    padding: 2.24vw 4.49vw 2.24vw 7.64vw;
  }

  .qa-q .num {
    font-size: 1.97vw;
    width: 5.39vw;
    height: 5.39vw;
  }

  .qa-q-text {
    font-size: 2.15vw;
  }

  .qa-a {
    padding: 0 1.79vw 2.69vw 7.64vw;
  }

  .qa-a-text {
    font-size: 1.79vw;
  }

  .qa-a-text .top-space {
    margin-top: 1.79vw;
  }

  .qa .list-note > li {
    font-size: 1.79vw;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 60px 0;
  }

  .qa-q {
    padding: 20px 30px 20px 45px;
  }

  .qa-q .num {
    font-size: 1.1rem;
    width: 32px;
    height: 32px;
  }

  .qa-q-text {
    font-size: 1.2rem;
  }

  .qa-a {
    padding: 0 30px 30px 45px;
  }

  .qa-a-text {
    font-size: 1rem;
  }

  .qa .list-note > li {
    font-size: 1rem;
  }
}
/*!
cta
------------------------------
*/
.cta {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: url("../img/bg-large.png") no-repeat center center/cover;
}

.cta .l-container {
  position: relative;
  z-index: 2;
}

.cta-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cta-button-item {
  width: 50%;
}

.cta-text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.cta-text .fs-l {
  font-size: 1.3em;
}

.cta-text > span {
  position: relative;
  display: inline-block;
  padding: 0 2.14em;
}

.cta-text > span::before,
.cta-text > span::after {
  content: "";
  width: 1.5em;
  height: 2.32em;
}

.cta-text > span::before {
  background: url("../img/text-line-white.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-text > span::after {
  background: url("../img/text-line-white.svg") no-repeat center center/contain;
  transform: scale(-1, 1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta-button1 .btn {
  padding: 0.95em 2.5em 0.95em 1em;
}

.cta.cta-fixed {
  padding: 10px 0 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  transition: all 0.3s;
}

.cta.cta-fixed .cta-text {
  font-size: 1.8rem;
}

.cta.cta-fixed .cta-button-item {
  width: 40%;
}

.cta.cta-fixed .cta-button .btn,
.cta.cta-fixed .cta-button .btn2 {
  font-size: 2rem;
}

.cta.cta-fixed.hide {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1112px) {
  .cta {
    padding: 8.99vw 0;
  }

  .cta-button-area {
    gap: 2.69vw;
  }

  .cta-text {
    font-size: 2.5vw;
    margin-bottom: 1.79vw;
  }

  .cta.cta-fixed .cta-text {
    font-size: 1.61vw;
  }

  .cta.cta-fixed .cta-button .btn,
.cta.cta-fixed .cta-button .btn2 {
    font-size: 1.79vw;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 40px 0 45px;
  }

  .cta-button-area {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
  }

  .cta-button-item {
    width: 100%;
  }

  .cta-button-item + .cta-button-item {
    margin-top: 30px;
  }

  .cta-text {
    font-size: 2rem;
  }

  .cta-button1 .btn {
    padding: 1.25em 2.5em 1.25em 2em;
  }

  .cta.cta-fixed .cta-button-area {
    flex-direction: row;
    gap: 2.5vw;
  }

  .cta.cta-fixed .cta-text {
    font-size: 10px;
  }

  .cta.cta-fixed .cta-button .btn,
.cta.cta-fixed .cta-button .btn2 {
    font-size: 12px;
    padding: 0.5em 2.5em 0.5em 2em;
  }

  .cta.cta-fixed .cta-button-item {
    width: 50%;
  }

  .cta.cta-fixed .cta-button-item + .cta-button-item {
    margin-top: 0;
  }

  .cta.cta-fixed .cta-text > span {
    padding: 0 1.8em;
  }
}
@media screen and (max-width: 580px) {
  .cta-text {
    font-size: 5.33vw;
  }

  .cta.cta-fixed .cta-button .btn,
.cta.cta-fixed .cta-button .btn2 {
    font-size: 3.2vw;
  }

  .cta.cta-fixed .cta-text {
    font-size: 2.66vw;
  }
}
/*!
contact
------------------------------
*/
.contact {
  padding: 120px 0 70px;
}

.contact-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.contact-text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.contact-tel {
  font-size: 6.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.contact-tel > span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}

.contact-tel > span::before {
  content: "";
  width: 40px;
  height: 55px;
  background: url("../img/icon-tel.svg") no-repeat center center/contain;
  position: absolute;
  top: 0.15em;
  left: 0;
}

.contact-text2 {
  font-size: 2.2rem;
  text-align: center;
}

.contact .menu-list {
  margin-top: 60px;
}

@media screen and (max-width: 1112px) {
  .contact {
    padding: 10.79vw 0 6.29vw;
  }

  .contact-title {
    font-size: 3.59vw;
  }

  .contact-text {
    font-size: 3.05vw;
  }

  .contact-tel {
    font-size: 5.48vw;
    margin-bottom: 1.34vw;
  }

  .contact-tel > span {
    padding-left: 4.04vw;
  }

  .contact-tel > span::before {
    content: "";
    width: 3.59vw;
    height: 4.94vw;
  }

  .contact-text2 {
    font-size: 1.79vw;
  }

  .contact .menu-list {
    margin-top: 5.39vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }

  .contact-title {
    font-size: 2.4rem;
  }

  .contact-text {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .contact-text2 {
    font-size: 1.3rem;
  }

  .contact-tel {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }

  .contact-tel > span::before {
    width: 24px;
    height: 34px;
  }

  .contact .menu-list {
    margin-top: 40px;
  }

  .contact-tel > span {
    padding-left: 40px;
  }
}
/*!
print
------------------------------
*/
@page {
  size: A4 portrait;
  margin: 0;
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  html, body {
    width: 1300px;
    height: auto;
    -webkit-print-color-adjust: exact;
    transform: scale(0.95);
    transform-origin: center top;
    size: A4 landscape;
    page-break-after: auto;
  }

  header {
    position: relative !important;
  }

  main {
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
