@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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, menu, nav, section, summary,
time, mark, audio, video, picture, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: inherit;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

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

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767.98px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=button], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type=button],
button {
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
}

/* 02_base
================================================ */
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  font-weight: 400;
  color: #1C1C1C;
  background: #fff;
}
@media all and (min-width: 768px) {
  body {
    min-width: 1100px;
    min-width: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  body {
    font-size: 1.6rem;
    overflow-x: hidden;
    max-width: 100vw;
  }
}

body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img,
a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-wrapper {
  position: relative;
}

@media all and (max-width: 767.98px) {
  .l-container {
    width: 100vw;
    /*		max-width: 750px; */
    margin: auto;
    padding-top: 60px;
  }
}
@media all and (max-width: 280px) {
  .l-container {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .l-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
  line-height: 1;
}
sup.r {
  top: 0;
  font-size: 1em;
}

/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 767.98px) {
  .u-view-pc {
    display: none !important;
  }
}

@media (min-width: 1350px) {
  .u-view-tb {
    display: none !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1440px) {
  .u-view-sp {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

/* layout
-------------------------------------- */
.u-inner01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767.98px) {
  .u-inner01 {
    width: 100%;
    max-width: 100%;
    padding-left: 7.7vw;
    padding-right: 7.7vw;
  }
}
@media all and (min-width: 768px) {
  .u-inner01 {
    width: 100%;
    max-width: 1060px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
  }
}

.u-inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767.98px) {
  .u-inner02 {
    width: 100%;
    max-width: 100%;
    padding-left: 7.7vw;
    padding-right: 7.7vw;
  }
}
@media all and (min-width: 768px) {
  .u-inner02 {
    margin: auto;
    width: 100%;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-link-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-link-img:hover {
  opacity: 0.8;
}

iframe {
  max-width: 100%;
}

.u-font-en {
  font-family: "Outfit", sans-serif;
}

.blue {
  color: #00A0E9;
}

/* .l-header
================================================ */
.l-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo a {
  display: block;
}
@media all and (min-width: 768px) {
  .l-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 96px;
  }
  .l-header__logo {
    padding: 0 44px;
  }
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .l-header__logo {
    padding: 0 1.5277777778vw;
  }
}

@media all and (max-width: 767.98px) {
  .l-header {
    position: fixed;
    height: 58px;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    min-width: 320px;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-header__wrap {
    padding: 12px;
    height: 50px;
    background: transparent;
  }
  .l-header__logo {
    position: relative;
    z-index: 10;
    margin-left: 50px;
  }
  .l-header__logo a {
    gap: 1px;
    width: 200px;
  }
  .l-header__logo img {
    width: 107px;
  }
  .l-header__logo span {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
/*
<p class="l-header__text"><span class="txt01">今</span><span class="txt01">な</span><span class="txt01">ら</span>資料請求＆個別相談を<br><span class="txt02">無料で受付中！</span></p>

*/
.l-header__text {
  white-space: nowrap;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
}
.l-header__text .txt01 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.l-header__text .txt01::before {
  position: absolute;
  content: "";
  top: -5px;
  left: calc(50% - 3px);
  width: 5px;
  height: 5px;
  background: #FE4403;
  border-radius: 50%;
}
.l-header__text .txt02 {
  color: #FE4403;
}
.l-header__text .br01 {
  display: none;
}

@media all and (min-width: 768px) and (max-width: 1440px) {
  .l-header__text {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 900px) {
  .l-header__text {
    font-size: 1.3rem;
  }
  .l-header__text .br01 {
    display: block;
  }
}
/* .l-nav-btn
================================================== */
@media all and (min-width: 768px) {
  .l-nav-btn01 {
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1px;
  }
  .l-nav-btn01 img {
    min-width: 70px;
  }
}
@media all and (max-width: 767.98px) {
  .l-nav-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    display: block;
    z-index: 9999999;
  }
  .l-nav-btn__line {
    position: absolute;
    right: 15px;
    width: 26px;
    height: 3px;
    content: "";
    background: #00A0E9;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 20px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 30px;
  }
  .l-nav-btn__line:nth-child(3) {
    top: 40px;
  }
  .l-nav-btn.is-open .l-nav-btn__line {
    background: #00A0E9;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    opacity: 0;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .l-nav-btn02 {
    position: absolute;
    top: 1px;
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
  }
}
/* .l-nav

================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .l-nav {
    position: absolute;
    top: 58px;
    left: -100vw;
    width: 100%;
    background: #fff;
    min-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    overflow: auto;
    z-index: 100;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    left: 0;
  }
  .l-nav__wrap {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    z-index: 100;
  }
  .l-nav.is-open {
    top: 58px;
    left: 0;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list {
  position: relative;
}
.l-nav-list a {
  position: relative;
  display: block;
  color: #1C1C1C;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 5px 20px;
  }
  .l-nav-list a:hover {
    color: #999;
  }
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .l-nav-list {
    font-size: 1.1111111111vw;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 15px;
  }
}

@media all and (min-width: 768px) {
  .l-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media all and (max-width: 767.98px) {
  .l-nav__wrap {
    padding: 5.641025641vw;
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-nav-list {
    margin: 0 2.0512820513vw 10vw;
  }
  .l-nav-list li + li {
    margin-top: 5vw;
  }
  .l-nav-list a {
    position: relative;
    padding-left: 5.1282051282vw;
    font-weight: 700;
    font-size: 4.6153846154vw;
  }
  .l-nav-list a::before {
    position: absolute;
    content: "";
    top: calc(50% - 1.5px);
    left: 0;
    width: 3.8461538462vw;
    height: 3px;
    background: #00A0E9;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 20;
}
@media all and (min-width: 768px) {
  .l-nav-overlay {
    display: none !important;
  }
}

.l-footer {
  position: relative;
  z-index: 100;
}
.l-footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  background: #00A0E9;
}

.footer-cv {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f5a51c), to(#ff3a00));
  background: linear-gradient(90deg, #f5a51c 0%, #ff3a00 100%);
}

.footer-cv__txt {
  color: #fff;
  font-weight: 700;
}
.footer-cv__txt .strong {
  color: #F4FA5B;
}
.footer-cv__txt .dot {
  position: relative;
  display: inline-block;
}
.footer-cv__txt .dot::before {
  position: absolute;
  content: "";
  top: -7px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .footer-cv {
    padding: 19px 0;
  }
  .footer-cv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
  }
  .footer-cv__txt {
    font-size: 3.6rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .footer-cv__wrap {
    gap: 1vw;
  }
  .footer-cv__txt {
    font-size: 2.2vw;
  }
  .footer-cv .c-cv__btn.is-small {
    width: 42vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .text {
    font-size: 2.2vw;
  }
  .footer-cv__txt .dot::before {
    top: -0.4vw;
    left: calc(50% - 0.35vw);
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media all and (max-width: 767.98px) {
  .footer-cv {
    padding: 2.5641025641vw 0;
  }
  .footer-cv .footer-cv__txt {
    font-size: 4.1025641026vw;
    text-align: center;
  }
  .footer-cv .c-cv__btn.is-small {
    margin-top: 0;
    width: 83.5897435897vw;
    height: 12.5641025641vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-link {
    height: calc(12.5641025641vw - 4px);
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap {
    height: calc(12.5641025641vw - 8px);
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .img01 {
    width: 4.358974359vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .img02 {
    width: 5.641025641vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .text {
    font-size: 4.1025641026vw;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .img02 img {
    left: 4vw;
  }
  .footer-cv__txt .dot::before {
    top: -0.4vw;
    left: calc(50% - 0.5vw);
    width: 1vw;
    height: 1vw;
  }
}
.c-head01 {
  display: table;
  margin: auto auto 50px;
  padding: 0 80px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  background: url(/img/c-head01_ico01.webp) left calc(100% - 20px)/65px no-repeat, url(/img/c-head01_ico02.webp) right calc(100% - 20px)/65px no-repeat;
}
.c-head01 .small {
  display: block;
  font-size: 3.6rem;
  line-height: 1.6666666667;
}
.c-head01 .strong {
  display: inline;
  padding: 0 10px;
  color: #FE4403;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F4FA5B));
  background: linear-gradient(transparent 60%, #F4FA5B 60%);
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .c-head01 {
    font-size: 6vw;
  }
  .c-head01 .small {
    font-size: 3.6vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-head01 {
    margin-bottom: 8vw;
    padding: 0 6.4102564103vw;
    background: url(/img/c-head01_ico01.webp) left calc(100% - 10vw)/6.15vw no-repeat, url(/img/c-head01_ico02.webp) right calc(100% - 10vw)/6.15vw no-repeat;
    font-size: 7.1794871795vw;
    line-height: 1.4;
  }
  .c-head01 .small {
    font-size: 5.1282051282vw;
    line-height: 1.4;
  }
}

.c-head02 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}
.c-head02__en {
  position: relative;
  display: table;
  margin: auto auto 5px;
  padding: 0 40px;
  font-size: 3.2rem;
  color: #00A0E9;
}
.c-head02__en::before, .c-head02__en::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  width: 30px;
  height: 3px;
  background: #00A0E9;
}
.c-head02__en::before {
  left: 0;
}
.c-head02__en::after {
  right: 0;
}
.c-head02__jp {
  font-size: 4.6rem;
}
.c-head02__jp .small {
  font-size: 3.6rem;
  line-height: 1.6666666667;
}
@media all and (max-width: 767.98px) {
  .c-head02 {
    margin-bottom: 9vw;
  }
  .c-head02__en {
    margin-bottom: 0;
    font-size: 7.1794871795vw;
  }
  .c-head02__jp {
    font-size: 7.6923076923vw;
    line-height: 1.3;
  }
  .c-head02__jp .small {
    font-size: 4.6153846154vw;
  }
}

.c-btn01 {
  position: relative;
  width: 160px;
  height: 44px;
  border-radius: 22px;
  background: #C47919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 41px;
  border-radius: 20px;
  font-size: 1.4rem;
  padding-right: 10px;
  font-weight: 700;
  color: #fff;
  background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 15px) center/10px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn01:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-btn01.is-large {
  width: 237px;
  height: 53px;
  border-radius: 25px;
}
.c-btn01.is-large a {
  padding-right: 15px;
  width: 237px;
  height: 50px;
  font-size: 1.9rem;
  border-radius: 22px;
  background: #f2b222 url(../img/common/ico_arrow01.svg) calc(100% - 30px) center/15px no-repeat;
}

.c-btn02 {
  position: relative;
  width: 200px;
}
.c-btn02 a {
  position: relative;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #4669A1 url(../img/common/ico_arrow02.svg) calc(100% - 22px) center/15px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn02 a:hover {
  background: #4669A1 url(../img/common/ico_arrow02.svg) calc(100% - 7px) center/15px no-repeat;
}
.c-btn02.is-reverse a {
  background: #4669A1 url(../img/common/ico_arrow03.svg) 22px center/15px no-repeat;
}
.c-btn02.is-reverse a:hover {
  background: #4669A1 url(../img/common/ico_arrow03.svg) 7px center/15px no-repeat;
}

.c-cv {
  padding-top: 65px;
  padding-bottom: 62px;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f5a51c), to(#ff3a00));
  background: linear-gradient(90deg, #f5a51c 0%, #ff3a00 100%);
}
.c-cv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 3.6rem;
}
.c-cv__text .strong {
  color: #F4FA5B;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .c-cv__text .txt {
    max-width: 440px;
  }
}
.c-cv__btn {
  margin: 23px auto 0;
  width: 600px;
  font-weight: 700;
}
.c-cv__btn-link {
  display: block;
  width: 100%;
  height: 90px;
  background: #fff;
  border: 2px solid #e35620;
  border-radius: 45px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-cv__btn-link:hover {
  background: #F4FA5B;
}
.c-cv__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 88px;
  gap: 10px;
}
.c-cv__btn-wrap .text {
  font-size: 3.2rem;
  line-height: 1;
  color: #E35621;
}
@media all and (min-width: 768px) {
  .c-cv__btn.is-small {
    margin: 0;
    width: 510px;
  }
  .c-cv__btn.is-small .c-cv__btn-link {
    height: 76px;
  }
  .c-cv__btn.is-small .c-cv__btn-wrap .text {
    font-size: 2.7rem;
  }
  .c-cv__btn.is-small .c-cv__btn-wrap {
    height: 76px;
  }
}

@media all and (max-width: 767.98px) {
  .c-cv {
    padding-top: 14.8717948718vw;
    padding-bottom: 15.8974358974vw;
  }
  .c-cv__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.3846153846vw;
    line-height: 1.4285714286;
  }
  .c-cv__text .img {
    display: none;
  }
  .c-cv__btn {
    margin: 23px auto 0;
    width: 84.6153846154vw;
  }
  .c-cv__btn-link {
    height: 90px;
  }
  .c-cv__btn-wrap {
    height: 88px;
    gap: 10px;
  }
  .c-cv__btn-wrap .text {
    font-size: 5.3846153846vw;
    line-height: 1.4;
  }
  .c-cv__btn-wrap .img02 img {
    position: relative;
    left: 7vw;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .c-cv__text {
    font-size: 2.6rem;
  }
  .c-cv__btn-wrap .text {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767.98px) {
  .js-c-toggle-trigger {
    cursor: pointer;
  }
  .js-c-toggle-content {
    display: none;
    height: auto;
  }
}
.js-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.js-fadein.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fadein.is-active.is-active2 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

/*
<div class="mv">
<div class="mv-inner">
<img src="/img/fv_txt01-sp.webp" alt="約1.5年で40拠点と急成長中！業界でも数少ない「在宅型」就労継続支援B型事業に挑戦しませんか？　月商1000万円の実績あり　9割が初心者から参入　自己資金200万円〜始められる" width="700" height="694" class="u-view-sp"><img src="/img/fv_txt01-pc.webp" alt="" width="816" height="618" class="u-view-pc">
</div>
*/
.mv {
  width: 100%;
  height: 784px;
  text-align: center;
  background: url(/img/fv_bg01-pc.webp) center center/auto 100% no-repeat;
}
.mv-inner {
  padding-top: 85px;
}
@media all and (max-width: 767.98px) {
  .mv {
    width: 100%;
    height: 164vw;
    background: url(/img/fv_bg01-sp.webp) center center/auto 100% no-repeat;
  }
  .mv-inner {
    padding: 39vw 5vw 0;
  }
}

.about {
  position: relative;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background: #F5FDFF;
}

.about-inner01 {
  position: relative;
  padding-top: 87px;
}

.about-head {
  display: table;
  margin: auto auto 80px;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444444;
  border-bottom: 10px solid #00A0E9;
}
.about-head .small {
  font-size: 3.6rem;
  display: block;
}

.about-inner02 {
  margin-top: 159px;
}

.about-inner03 {
  margin-top: 50px;
  padding: 80px 0;
  background: #F5F5F5;
}

.about-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.about-feature__item {
  position: relative;
  border: 3px solid #00A0E9;
  background: #fff;
}
.about-feature__item-ico {
  position: absolute;
  padding-top: 10px;
  top: -40px;
  left: 8px;
  width: 79px;
  height: 79px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #00A0E9;
  border-radius: 50%;
  border: 3px solid #00A0E9;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-feature__item-ico span {
  font-size: 2.4rem;
}
.about-feature__item-text {
  padding: 19px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4230769231;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .about-head {
    font-size: 6vw;
  }
  .about-head .small {
    font-size: 3.6vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  .about-feature {
    gap: 1.4285714286vw;
  }
  .about-feature__item-ico {
    padding-top: 0.7936507937vw;
    top: -3.1746031746vw;
    left: 0.6349206349vw;
    width: 6.2698412698vw;
    height: 6.2698412698vw;
    font-size: 1.2698412698vw;
  }
  .about-feature__item-ico span {
    font-size: 1.9047619048vw;
  }
  .about-feature__item-text {
    padding: 1.5079365079vw;
    font-size: 2.0634920635vw;
  }
}
@media all and (max-width: 767.98px) {
  .about::before {
    height: 160vw;
  }
  .about-inner01 {
    padding-top: 20.5128205128vw;
  }
  .about-head {
    margin: auto auto 5.1282051282vw;
    font-size: 6.9230769231vw;
    padding-bottom: 2vw;
    border-bottom: 1.4vw solid #00A0E9;
  }
  .about-head .small {
    font-size: 3.8461538462vw;
  }
  .about-inner02 {
    margin-top: 17vw;
  }
  .about-inner03 {
    margin-top: 8vw;
    padding: 12.0512820513vw 0;
  }
  .about-feature {
    margin-left: -7.7vw;
    margin-right: -7.7vw;
    gap: 7.2820512821vw 3.0769230769vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-feature__item {
    width: 41.0256410256vw;
  }
  .about-feature__item-ico {
    padding-top: 1.6vw;
    top: -6.6666666667vw;
    left: 8px;
    width: 13.5897435897vw;
    height: 13.5897435897vw;
    font-size: 3.3333333333vw;
    line-height: 1.1;
  }
  .about-feature__item-ico span {
    font-size: 5.3846153846vw;
  }
  .about-feature__item-text {
    padding: 4vw 1vw;
    font-size: 3.3333333333vw;
    line-height: 1.4615384615;
  }
  .about-feature__item.item02 .about-feature__item-text {
    padding: 2vw 1vw;
  }
}
.reason-inner {
  padding-top: 113px;
}

.reason-head {
  position: relative;
  display: table;
  margin: auto auto 70px;
  padding: 20px 70px;
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
}
.reason-head::before, .reason-head::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reason-head::before {
  top: 0;
  left: 0;
  border-top: 7px solid #1C1C1C;
  border-left: 7px solid #1C1C1C;
}
.reason-head::after {
  bottom: 0;
  right: 0;
  border-bottom: 7px solid #1C1C1C;
  border-right: 7px solid #1C1C1C;
}
.reason-head .dot {
  position: relative;
  display: inline-block;
}
.reason-head .dot::before {
  position: absolute;
  content: "";
  top: 2px;
  left: calc(50% - 5px);
  width: 9px;
  height: 9px;
  background: #FE4403;
  border-radius: 50%;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .reason-head {
    font-size: 5.2vw;
  }
}

.reason-item {
  width: 100%;
  margin: 70px auto;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reason-item__head01 {
  margin: -1px;
  width: calc(100% + 2px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background: #00A0E9;
  border-radius: 20px 20px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reason-item__head02 {
  margin-bottom: 15px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.46875;
}
.reason-item__box {
  padding: 40px 54px;
}
.reason-item__box p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.reason-item .reason-item02__img {
  margin: 30px 0;
}
.reason-item__text {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
}
.reason-item__text .underline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 30%, #F4FA5B 30%);
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .reason-item__head01 {
    font-size: 4vw;
  }
  .reason-item__head02 {
    font-size: 3.2vw;
  }
  .reason-item__box {
    padding: 4vw;
  }
  .reason-item__text {
    font-size: 2.4vw;
  }
}

@media all and (min-width: 768px) {
  .reason-item01__img {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
  }
}
@media all and (max-width: 767.98px) {
  .reason-inner {
    padding-top: 21.0256410256vw;
    padding-bottom: 16.6666666667vw;
  }
  .reason-head {
    margin: auto auto 10vw;
    padding: 3vw 0 1.5vw;
    font-size: 6.1538461538vw;
  }
  .reason-head::before, .reason-head::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .reason-head::before {
    left: -3vw;
    border-top: 0.8vw solid #1C1C1C;
    border-left: 0.8vw solid #1C1C1C;
  }
  .reason-head::after {
    right: -3vw;
    border-bottom: 0.8vw solid #1C1C1C;
    border-right: 0.8vw solid #1C1C1C;
  }
  .reason-head .dot::before {
    top: 2px;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
  }
  .reason-item {
    margin: 7vw auto;
    border-radius: 20px;
  }
  .reason-item__head01 {
    margin: -1px;
    width: calc(100% + 2px);
    height: auto;
    padding: 5.3vw 1vw;
    text-align: center;
    font-size: 5.3846153846vw;
    line-height: 1.4285714286;
    border-radius: 20px 20px 0px 0px;
  }
  .reason-item__head02 {
    margin-bottom: 15px;
    font-size: 5.3846153846vw;
  }
  .reason-item__box {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .reason-item__box p:not([class]) {
    font-size: 3.5897435897vw;
  }
  .reason-item .reason-item01__img {
    margin: 2vw 0;
  }
  .reason-item .reason-item01__img img {
    margin: 7px 0;
  }
  .reason-item .reason-item02__img {
    margin: 30px 0;
  }
  .reason-item__text {
    margin-top: 2vw;
    font-size: 4.1025641026vw;
  }
}
.merit {
  background: #F5F5F5;
}

.merit-inner {
  padding-top: 160px;
  padding-bottom: 160px;
}

.merit-item {
  width: 100%;
  margin: 40px auto;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.merit-item__head01 {
  margin-bottom: 20px;
  font-weight: 700;
}
.merit-item__head01 .ico {
  display: block;
  font-size: 6rem;
  color: #00A0E9;
}
.merit-item__head01 .txt {
  display: block;
  font-size: 3.2rem;
  line-height: 1.4375;
}
.merit-item__head01.is-center {
  text-align: center;
}
.merit-item__txt01 {
  margin-bottom: 1.8em;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.merit-item__txt02 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.merit-item__txt02 .underline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 30%, #F4FA5B 30%);
}
.merit-item .merit-item01__item {
  background: #f5fdff;
  padding: 30px 30px 20px;
}
.merit-item .merit-item01__item-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 700;
}
.merit-item .merit-item01__item-head .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  background: #00A0E9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.merit-item .merit-item01__item-head .txt {
  font-size: 2.4rem;
  line-height: 1.4375;
}
.merit-item .merit-item01__item-text {
  margin-top: 20px;
}
.merit-item .merit-item01__item-text li {
  position: relative;
  padding-left: 1em;
}
.merit-item .merit-item01__item-text li .small {
  font-size: 0.875em;
}
.merit-item .merit-item01__item-text li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media all and (min-width: 768px) {
  .merit-item {
    padding: 50px 54px;
  }
  .merit-item01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 16px;
  }
  .merit-item01__item {
    width: 300px;
  }
  .merit-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .merit-item__wrap-img {
    text-align: center;
    width: calc(100% - 540px);
  }
  .merit-item__wrap-text {
    width: 500px;
  }
  .merit-item__wrap.is-reverse .merit-item__wrap-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
  }
  .merit-item__wrap.is-reverse .merit-item__wrap-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .merit-item__head01 .ico {
    font-size: 6vw;
  }
  .merit-item__head01 .txt {
    font-size: 3.2vw;
  }
  .merit-item {
    padding: 4vw;
  }
  .merit-item .merit-item01__list {
    gap: 1vw;
  }
  .merit-item .merit-item01__item {
    padding: 2vw;
  }
  .merit-item .merit-item01__item {
    padding: 3vw 3vw 2vw;
  }
  .merit-item .merit-item01__item-head {
    margin-bottom: 1.5vw;
    gap: 1vw;
  }
  .merit-item .merit-item01__item-head .ico {
    font-size: 2.2vw;
    width: 4.5vw;
    min-width: 4.5vw;
    height: 4.5vw;
  }
  .merit-item .merit-item01__item-head .txt {
    font-size: 2.4vw;
  }
  .merit-item .merit-item01__item-text {
    margin-top: 2vw;
  }
  .merit-item__wrap {
    gap: 4%;
  }
  .merit-item__wrap-img {
    width: 40%;
  }
  .merit-item__wrap-text {
    width: 56%;
  }
}
@media all and (max-width: 767.98px) {
  .merit-inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 12.8205128205vw;
  }
  .merit-item {
    margin: 40px auto;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .merit-item__head01 {
    margin-bottom: 20px;
    text-align: center;
  }
  .merit-item__head01 .ico {
    font-size: 11.7948717949vw;
    line-height: 1.5;
  }
  .merit-item__head01 .txt {
    font-size: 6.1538461538vw;
    line-height: 1.4583333333;
  }
  .merit-item__txt01 {
    font-size: 1.4rem;
  }
  .merit-item__txt02 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
  .merit-item .merit-item01__list {
    position: relative;
    width: 61.5384615385vw;
    margin: auto;
  }
  .merit-item .merit-item01__list .slick-arrow {
    position: absolute;
    content: "";
    top: calc(50% - 6.6666666667vw);
    width: 5.1282051282vw;
    height: 5.641025641vw;
    background: #f00;
    text-indent: -1000vw;
  }
  .merit-item .merit-item01__list .slick-prev {
    left: -6.1538461538vw;
    background: url(/img/slider_ico-prev.svg) 0 0/5.1282051282vw no-repeat;
  }
  .merit-item .merit-item01__list .slick-next {
    right: -6.1538461538vw;
    background: url(/img/slider_ico-next.svg) 0 0/5.1282051282vw no-repeat;
  }
  .merit-item .merit-item01__item {
    padding: 7vw 5vw;
    height: 93.0769230769vw;
  }
  .merit-item .merit-item01__item img {
    max-width: 44.8717948718vw;
    margin: auto;
  }
  .merit-item .merit-item01__item-head {
    margin-bottom: 15px;
    gap: 2.5641025641vw;
  }
  .merit-item .merit-item01__item-head .ico {
    font-size: 4.8717948718vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .merit-item .merit-item01__item-head .txt {
    font-size: 5.3846153846vw;
  }
  .merit-item .merit-item01__item-text {
    margin-top: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  .merit-item .merit-item01__item-text .small {
    font-size: 3.0769230769vw;
  }
  .merit-item .merit-item__txt02 {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .merit-item .merit-item__txt02 + .merit-item__txt02 {
    margin-top: 2em;
  }
  .merit-item.item02 .merit-item__wrap-img {
    margin: 10vw auto 3vw;
    width: 48.4615384615vw;
  }
  .merit-item.item03 .merit-item__wrap-img {
    margin: 7vw auto 2vw;
    width: 64.8717948718vw;
  }
  .merit-item.item04 .merit-item__wrap-img {
    margin: 0vw auto 2vw;
    width: 66.6666666667vw;
  }
}
.voice-inner {
  padding-top: 160px;
  padding-bottom: 160px;
}

.voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 700;
  gap: 17px;
}
.voice-head__en {
  min-width: 73px;
  width: 73px;
  height: 62px;
  font-size: 2.6rem;
  color: #fff;
  padding: 20px 25px 0 13px;
  text-align: center;
  background: url(/img/voice_bg01-pc.webp) 0 0/100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-head__jp {
  font-size: 3.2rem;
  line-height: 1.4375;
}

.voice-item p:not([class]) {
  line-height: 2;
}
.voice-item p:not([class]) .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 30%, #F4FA5B 30%);
}

.voice-item__img {
  position: relative;
}
.voice-item__img .voice-caption {
  position: absolute;
  right: 0;
  text-align: center;
  color: #fff;
  background: #1C1C1C;
}
@media all and (min-width: 768px) {
  .voice-item__img .voice-caption {
    bottom: 20px;
    width: 277px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 768px) {
  .voice-head.is-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-item + .voice-item {
    margin-top: 60px;
  }
  .voice-head {
    margin-bottom: 25px;
  }
  .voice-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 3.5%;
  }
  .voice-item__wrap .voice-item__text {
    width: 600px;
    width: 49%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice-item__wrap .voice-item__img {
    width: 580px;
    width: 47.5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice-item__wrap.is-reverse .voice-item__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice-item__wrap.is-reverse .voice-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  .voice-head {
    gap: 1.3492063492vw;
  }
  .voice-head__en {
    min-width: 5.7936507937vw;
    width: 5.7936507937vw;
    height: 4.9206349206vw;
    font-size: 2.0634920635vw;
    padding: 1.5873015873vw 1.9841269841vw 0 1.0317460317vw;
  }
  .voice-head__jp {
    font-size: 2.5396825397vw;
  }
  .voice-item__img .voice-caption {
    bottom: 1.5873015873vw;
    width: 21.9841269841vw;
    height: 3.3333333333vw;
    font-size: 1.2698412698vw;
  }
}
@media all and (max-width: 767.98px) {
  .voice-inner {
    padding-top: 25.641025641vw;
    padding-bottom: 17.9487179487vw;
  }
  .voice-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-weight: 700;
    gap: 17px;
  }
  .voice-head__en {
    min-width: 73px;
    width: 73px;
    height: 62px;
    font-size: 2.6rem;
    color: #fff;
    padding: 20px 25px 0 13px;
    text-align: center;
    background: url(/img/voice_bg01-pc.webp) 0 0/100% no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-head__jp {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .voice-item {
    margin-top: 3.8461538462vw;
    margin-bottom: 3.0769230769vw;
  }
  .voice-item p:not([class]) {
    font-size: 3.0769230769vw;
  }
  .voice-item.item02 {
    margin-top: 11.5384615385vw;
  }
  .voice-item.item02 .voice-item__img {
    margin-bottom: 3.0769230769vw;
  }
  .voice-item__img {
    width: 87.1794871795vw;
  }
  .voice-item__img .voice-caption {
    bottom: 0;
    width: 71.0256410256vw;
    padding: 2vw 0;
    font-size: 3.5897435897vw;
    line-heigt: 1;
  }
  .voice-item.item01 .voice-item__img {
    float: right;
    margin-right: -7.7vw;
  }
  .voice-item.item02 .voice-item__img {
    float: left;
    margin-left: -7.7vw;
  }
  .voice-item__text {
    clear: both;
  }
  .voice-head {
    padding-top: 7.6923076923vw;
    margin-bottom: 5.1282051282vw;
    gap: 1vw;
  }
  .voice-head__en {
    min-width: 15.3846153846vw;
    width: 15.3846153846vw;
    height: 12.5641025641vw;
    font-size: 5.641025641vw;
    padding: 4vw 3vw 0 0;
    background: url(/img/voice_bg01-sp.webp) 0 0/100% no-repeat;
  }
  .voice-head__jp {
    font-size: 4.358974359vw;
  }
}
.money-inner {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #F5F5F5;
}

.money-inner02 {
  padding-top: 190px;
  padding-bottom: 120px;
}

.money-note {
  position: relative;
  margin: 15px 0 0 200px;
  background: #F4FA5B;
  width: 420px;
  height: 63px;
  font-size: 2.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.money-note::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 50px;
  border: 10px solid transparent;
  border-bottom: 40px solid #F4FA5B;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@media all and (min-width: 768px) {
  .money-table__wrap {
    width: 100%;
    max-width: 1040px;
    margin: auto;
  }
}
.money-table {
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}
.money-table th {
  font-size: 2.1rem;
}
.money-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.money-table .th04 {
  width: 16%;
  padding: 18px 0;
  text-align: center;
  background: #E0E0E0;
  border-bottom: 2px solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.money-table td:not([class]) {
  width: 27%;
  font-size: 2.8rem;
  color: #707070;
  background: #fff;
  border-left: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
}
.money-table .td01, .money-table .td02 {
  width: 30%;
  font-size: 2.9rem;
  background: #FFF3EF;
  border-bottom: 2px solid #fff;
  border-left: 5px solid #FE4403;
  border-right: 5px solid #FE4403;
}
.money-table .td02 {
  font-size: 3.4rem;
  color: #FE4403;
  border-bottom: 5px solid #FE4403;
}
.money-table .th-head {
  padding: 7px;
  font-size: 3.2rem;
  color: #fff;
}
.money-table .th01-head {
  position: relative;
  margin-left: -3px;
  margin-right: -3px;
  background: #FE4403;
  border-left: 5px solid #FE4403;
  border-right: 5px solid #FE4403;
  border-top: 25px solid #FE4403;
}
.money-table .th02-head {
  background: #00A0E9;
}
.money-table .th03-head {
  background: #2BBCE8;
}

.money-text {
  position: relative;
  margin-bottom: 70px;
  padding: 10px 20px 30px;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: #00A0E9;
}
.money-text::after {
  position: absolute;
  content: "";
  left: calc(50% - 20px);
  bottom: -80px;
  border: 35px solid transparent;
  border-top: 61px solid #00A0E9;
}
.money-text .small {
  font-size: 2.6rem;
}

.money-img01 {
  text-align: center;
}

.money-catch {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.money-catch .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 30%, #F4FA5B 30%);
}

.money-img02 {
  margin-top: 60px;
  text-align: center;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .money-table th {
    font-size: 2.1vw;
  }
  .money-table td:not([class]) {
    font-size: 2.8vw;
  }
  .money-table .td01, .money-table .td02 {
    font-size: 2.9vw;
  }
  .money-table .td02 {
    font-size: 3.4vw;
  }
  .money-table .th-head {
    font-size: 3.2vw;
  }
  .money-text {
    margin-bottom: 7vw;
    padding: 1vw 2vw 3vw;
    font-size: 4.2vw;
  }
  .money-catch {
    font-size: 4vw;
  }
  .money-img02 {
    margin-top: 6vw;
  }
  .money-note {
    margin: 1.5vw 0 0 20vw;
    width: 42vw;
    height: 6.3vw;
    font-size: 2.6vw;
  }
  .money-inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .money-inner02 {
    padding-top: 19vw;
    padding-bottom: 12vw;
  }
  .money-text {
    margin-bottom: 7vw;
    padding: 1vw 2vw 3vw;
    font-size: 4.2vw;
  }
  .money-text .small {
    font-size: 2.6vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .money-catch {
    font-size: 3.8095238095vw;
  }
}
@media all and (max-width: 767.98px) {
  .money-inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
  .money-inner02 {
    padding-top: 25.641025641vw;
    padding-bottom: 15.3846153846vw;
  }
  .money-note {
    margin: 6vw 0 0 0;
    width: 69.7435897436vw;
    height: 10.7692307692vw;
    font-size: 4.6153846154vw;
  }
  .money-note::before {
    top: -45px;
    left: 30vw;
    border-bottom: 40px solid #F4FA5B;
  }
  .money-table__wrap {
    position: relative;
    overflow-x: scroll;
    margin-left: 7.7vw;
    padding-bottom: 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .money-table__wrap::before, .money-table__wrap::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
  }
  .money-table__wrap::before {
    width: 87vw;
    background: #fff;
  }
  .money-table__wrap::after {
    width: 82vw;
    background: #707070;
    border-radius: 4px;
  }
  .money-table {
    position: relative;
    min-width: 100%;
    min-width: 105.8974358974vw;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .money-table .space {
    width: 21% !important;
  }
  .money-table th {
    font-size: 2.8205128205vw;
  }
  .money-table .th04 {
    padding: 2vw 2vw;
    width: auto;
    min-width: 20.5128205128vw;
  }
  .money-table .th04,
  .money-table td {
    vertical-align: middle;
  }
  .money-table td:not([class]) {
    padding: 2vw 2vw;
    font-size: 2.8rem;
    font-size: 3.8461538462vw;
  }
  .money-table .td01, .money-table .td02 {
    font-size: 3.8461538462vw;
  }
  .money-table .td02 {
    padding: 3vw 2vw;
    font-size: 4.6153846154vw;
    line-height: 1.2;
  }
  .money-table .th-head {
    padding: 7px;
    padding: 2vw;
    font-size: 4.358974359vw;
  }
  .money-table .th01-head {
    margin-left: -3px;
    margin-right: -3px;
    border-top: 4vw solid #FE4403;
  }
  .money-text {
    margin: -1px -7.7vw 18vw;
    padding: 20px 20px 25px;
    font-size: 6.6666666667vw;
  }
  .money-text::after {
    left: calc(50% - 20px - 3.9vw);
    bottom: -48px;
    border: 20px solid transparent;
    border-top: 30px solid #00A0E9;
  }
  .money-text .small {
    font-size: 5.3846153846vw;
  }
  .money-catch {
    font-size: 5.3846153846vw;
  }
  .money-img02 {
    margin-top: 5vw;
  }
  .money-head {
    white-space: nowrap;
    background: url(/img/c-head01_ico01.webp) left bottom/6.15vw no-repeat, url(/img/c-head01_ico02.webp) right bottom/6.15vw no-repeat;
  }
}
.message {
  position: relative;
}
.message::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 710px;
  max-height: 60%;
  background: #F5F5F5;
}

.message-inner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.message-inner .message-txt {
  line-height: 2;
}
.message-inner .message-txt .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 30%, #F4FA5B 30%);
}
.message-inner .message-txt + .message-txt {
  margin-top: 2em;
}
.message-inner .message-sign {
  margin-top: 30px;
  text-align: right;
  font-weight: 500;
}
.message-inner .message-sign__strong {
  font-size: 2.1rem;
  font-weight: 700;
}
.message-inner .message-sign img {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .message-inner {
    width: 100%;
    max-width: 962px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .message-wrap {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }
  .message-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-text {
    max-width: 49%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (max-width: 767.98px) {
  .message::before {
    height: 234vw;
    max-height: 234vw;
  }
  .message-inner {
    position: relative;
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
  .message-inner .message-img {
    padding-left: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
  }
  .message-inner .message-txt {
    padding: 0 7.6923076923vw;
    font-size: 3.0769230769vw;
    line-height: 1.8;
  }
  .message-inner .message-sign {
    margin-top: 3vw;
    padding: 0 7.6923076923vw;
  }
  .message-inner .message-sign__strong {
    font-size: 4.1025641026vw;
  }
  .message-inner .message-sign img {
    margin-top: 0;
    width: 38vw;
  }
}
.faq {
  position: relative;
}

.faq-inner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 130px;
}

.faq-item {
  width: 100%;
  margin: 30px auto;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-item .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
}

.faq-item__q {
  padding: 15px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.faq-item__q-ico {
  background: #00A0E9;
}
.faq-item__q-text {
  font-size: 2.4rem;
  font-weight: 700;
}

.faq-item__a {
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #707070 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 15px 50px 19px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
}
.faq-item__a-ico {
  background: #FE4403;
}
.faq-item__a-text {
  line-height: 2;
}

@media all and (min-width: 768px) {
  .faq-item.item02 .faq-item__a-text {
    padding-top: 3px;
  }
}
@media all and (max-width: 767.98px) {
  .faq-inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 16.6666666667vw;
  }
  .faq-item {
    margin: 4vw auto;
  }
  .faq-item .ico {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .faq-item__q {
    position: relative;
    gap: 2.3076923077vw;
    padding: 4.358974359vw 12.8205128205vw 4.358974359vw 5.1282051282vw;
  }
  .faq-item__q-text {
    font-size: 4.6153846154vw;
    line-height: 1.4;
  }
  .faq-item__q::before, .faq-item__q::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5.1282051282vw;
    width: 23px;
    height: 4px;
    background: #707070;
  }
  .faq-item__q::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq-item__q.is-active::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .faq-item__a {
    gap: 2.3076923077vw;
    padding: 5.1282051282vw;
    height: auto;
  }
  .faq-item__a-text {
    font-size: 3.0769230769vw;
    line-height: 1.7;
  }
}
.l-contents .download {
  position: relative;
  background: #F5F5F5;
}

.download-inner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 325px;
  max-width: 932px;
  margin: auto;
}

.download-txt01 {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}

.download-txt02 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
.download-txt02 a {
  margin: 0.5em;
  display: inline-block;
  color: #FE4403;
  border-bottom: 1px solid #FE4403;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-txt02 a:hover {
  border-bottom: 2px solid #FE4403;
}

.download-form {
  padding: 60px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.download-form dl {
  clear: both;
}
.download-form dl + dl {
  margin-top: 33px;
}
.download-form dt {
  width: 230px;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.download-form dt .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background: #FE4403;
  width: 54px;
  height: 31px;
  border-radius: 7px;
}
.download-form dd {
  width: 564px;
}
.download-form input[type=text] {
  width: 100%;
  height: 72px;
  padding: 0 1em;
  font-size: 1.6rem;
  border-radius: 10px;
  background: #f5fdff;
  border: 2px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.download-form input::-webkit-input-placeholder {
  color: #D5D5D5;
}
.download-form input::-moz-placeholder {
  color: #D5D5D5;
}
.download-form input:-ms-input-placeholder {
  color: #D5D5D5;
}
.download-form input::-ms-input-placeholder {
  color: #D5D5D5;
}
.download-form input::placeholder {
  color: #D5D5D5;
}
.download-form input:-ms-input-placeholder {
  color: #D5D5D5;
}
.download-form input::-ms-input-placeholder {
  color: #D5D5D5;
}
.download-form .download-btn__wrap {
  margin: 40px auto 0;
  width: 498px;
}
.download-form .download-btn01 {
  width: 498px;
  height: 98px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background: url(/img/btn01_bg.svg) 0 0/100% no-repeat;
  border: 0;
}
.download-form .download-btn02 {
  width: 498px;
  height: 98px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background: url(/img/btn02_bg.svg) 0 0/100% no-repeat;
  border: 0;
}
.download-form .error_messe {
  color: #FE4403;
  font-size: 1.6rem;
}
.download-form .error-box {
  display: table;
  margin: auto;
}

.download-form__table th, .download-form__table td {
  font-size: 1.8rem;
}
.download-form__table td {
  padding: 0.5em 2em;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
}

@media all and (min-width: 768px) {
  .download-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    width: 100%;
  }
  .download-form dt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .download-form__table {
    border-collapse: separate;
    border-spacing: 5px;
    width: auto;
    margin: auto;
  }
  .download-form__table th {
    padding: 0.5em 1em;
    background: #F5FDFF;
    border-radius: 10px;
  }
}
@media all and (max-width: 767.98px) {
  .download-inner {
    padding-top: 25.641025641vw;
    padding-bottom: 22.3076923077vw;
  }
  .download-txt01 {
    margin-bottom: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
  .download-txt02 {
    font-size: 3.5897435897vw;
  }
  .download-form {
    padding: 10vw 5.1282051282vw;
  }
  .download-form dl + dl {
    margin-top: 8.4615384615vw;
  }
  .download-form dt {
    margin-bottom: 3.0769230769vw;
    width: auto;
    gap: 1vw;
    font-size: 4.1025641026vw;
  }
  .download-form dt .required {
    font-size: 3.3333333333vw;
    width: 11.5384615385vw;
    height: 6.6666666667vw;
  }
  .download-form dd {
    width: 100%;
  }
  .download-form input[type=text] {
    height: 12.8205128205vw;
    border-width: 1px;
  }
  .download-form .download-btn__wrap {
    margin-top: 8.2051282051vw;
    width: 74vw;
  }
  .download-form .download-btn01,
  .download-form .download-btn02 {
    width: 74vw;
    height: 16vw;
    font-size: 4.6153846154vw;
  }
  .download-form .error_messe {
    font-size: 4.1025641026vw;
  }
  .download-form__table {
    width: 100%;
  }
  .download-form__table th, .download-form__table td {
    display: block;
    font-size: 4.6153846154vw;
  }
  .download-form__table th {
    text-align: left;
    padding: 1em 0 0.2em;
  }
  .download-form__table td {
    padding: 0.5em;
    background: #F5FDFF;
    border-width: 1px;
  }
}