@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;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  body {
    font-size: 1.3114754098vw;
  }
}

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;
  }
}

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

@media (max-width: 999.9px) {
  .u-view-pc2 {
    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;
}

.u-bg01 {
  background: #F5F5F5;
}

.en {
  font-family: Outfit;
}

/* .l-header
================================================ */
.l-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1000px) {
  .l-header {
    height: 80px;
  }
  .l-header__logo {
    position: absolute;
    top: 20px;
    left: 50px;
  }
  .l-nav-btn02 {
    top: 3px;
  }
}
@media (max-width: 999.9px) {
  .l-header {
    position: fixed;
    height: 60px;
    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;
    margin-top: 4px;
    display: inline-block;
  }
  .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;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn02 {
  position: absolute;
  right: 1px;
}
.l-nav-btn02 a {
  position: relative;
  display: block;
}

@media (max-width: 999.9px) {
  .l-nav-btn02 {
    top: 1px;
  }
  .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

================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 999.9px) {
  .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;
  }
}
@media (min-width: 1000px) {
  .l-nav {
    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: 80px;
  }
}

/* .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 (min-width: 1000px) {
  .l-nav-list {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 35px;
  }
  .l-nav-list a {
    position: relative;
  }
  .l-nav-list a::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -13px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #00A0E9;
    border-bottom: 2px solid #00A0E9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-list a:hover::before {
    top: 8px;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .l-header,
  .l-nav {
    height: 5.7142857143vw;
  }
  .l-header__logo {
    left: 3.5714285714vw;
  }
  .l-header__logo img {
    width: 10.2142857143vw;
  }
  .l-nav-btn02 img {
    width: 14.2857142857vw;
  }
  .l-nav-list {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 999.9px) {
  .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: clamp(16px, 4.6153846154vw, 20px);
  }
  .l-nav-list a::before {
    position: absolute;
    content: "";
    top: calc(50% - 1.5px);
    left: 0;
    width: 3.8461538462vw;
    height: 3px;
    background: #00A0E9;
  }
}
.l-nav-btn01 {
  text-align: center;
}

/* .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 (min-width: 1000px) {
  .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%;
}

/*電話番号、LINE CV*/
.footer-cv2 {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
	box-shadow: 0px -2px 6px 0px #d5d5d5;
}

@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;
    font-size: clamp(18px, 1.8vw, 36px);
  }
  .footer-cv__txt .large {
    font-size: 5rem;
    font-size: clamp(26px, 2.6vw, 50px);
  }
}
.footer-cv .c-cv__btn.is-small .c-cv__btn-wrap .text {
  font-size: 27px;
}

/*電話番号、LINE CV*/
.footer-cv2 {
	padding: 30px 0 40px;
}
.footer-cv2 .footer-cv__wrap2 {
	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;
}

@media all and (min-width: 768px) and (max-width: 1440px) {
  .footer-cv__wrap {
    gap: 1vw;
  }
  .footer-cv__txt {
    font-size: 2.2vw;
    font-size: 2.1vw;
  }
  .footer-cv__txt .large {
    font-size: 3vw;
  }
  .footer-cv .c-cv__btn.is-small {
    width: 42vw;
    width: 510px;
    max-width: 30vw;
  }
  .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;
    font-size: clamp(16px, 1.4vw, 27px);
    padding-right: 0;
    white-space: nowrap;
  }
  .footer-cv .c-cv__btn.is-small .c-cv__btn-wrap {
    gap: 1.5vw;
  }
  .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: 3.3333333333vw;
    text-align: center;
  }
  .footer-cv .footer-cv__txt .large {
    font-size: 4.6153846154vw;
  }
  .footer-cv .c-cv__btn.is-small {
    margin-top: 1vw;
    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;
    margin-right: 2vw;
  }
  .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 {
  position: relative;
  padding-top: 240px;
  padding-bottom: 40px;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
}
.c-head01 .large {
  font-size: 6rem;
}
.c-head01__mainhead {
  position: relative;
}
.c-head01__catch {
  position: absolute;
  top: 180px;
  left: -20vw;
  right: -20vw;
  font-family: Outfit;
  font-weight: bold;
  font-size: 14.7rem;
  text-align: center;
  line-height: 1;
  color: #efefef;
  opacity: 0.7;
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  .c-head01 {
    padding-top: 19.0476190476vw;
    padding-bottom: 3.1746031746vw;
    font-size: 3.6507936508vw;
  }
  .c-head01 .large {
    font-size: 4.7619047619vw;
  }
  .c-head01__catch {
    font-size: 11.6666666667vw;
    top: 14.2857142857vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-head01 {
    padding-top: 30.2564102564vw;
    padding-bottom: 8.2051282051vw;
    font-size: 5.3846153846vw;
  }
  .c-head01 .large {
    font-size: 7.6923076923vw;
  }
  .c-head01__catch {
    font-size: 14.1025641026vw;
    top: 23.0769230769vw;
  }
}

.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: 40px;
  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__box {
  background: #fff;
  padding: 30px 11px;
  width: 100%;
  max-width: 932px;
  border-radius: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-cv__text {
  margin-bottom: 0.2em;
  font-size: 3.2rem;
}
.c-cv__btn a {
  position: relative;
  margin: auto;
  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: 600px;
  height: 90px;
  font-size: 3.2rem;
  color: #fff;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#f5a51c), to(#ff3a00));
  background: linear-gradient(90deg, #f5a51c 0%, #ff3a00 100%);
  border: 4px solid #e35620;
}
.c-cv__btn a::before {
  position: absolute;
  content: "";
  top: calc(50% - 9px);
  right: 50px;
  width: 16px;
  height: 18px;
  background: url(../img/cv_ico01.webp) 0 0/16px no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-cv__btn a:hover::before {
  right: 40px;
}

/*電話番号、LINE CV*/
.c-cv__btn2 a {
  position: relative;
  margin: auto;
  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: 40vw;
  height: 76px;
  font-size: 3.2rem;
  color: #fff;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#f5a51c), to(#ff3a00));
  background: linear-gradient(90deg, #f5a51c 0%, #ff3a00 100%);
  border: 4px solid #e35620;
}
.c-cv__btn2 a .c-cv__btn-wrap{
	position: absolute;
	top: 10px;
}

.c-cv__text2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
}


@media all and (min-width: 768px) and (max-width: 1260px) {
  .c-cv {
    padding: 2.0833333333vw;
  }
}
@media all and (max-width: 767.98px) {
  .c-cv {
    padding: 28px 20px;
  }
  .c-cv__text {
    font-size: 4.1025641026vw;
  }
  .c-cv__box {
    padding: 25px 10px 20px;
  }
  .c-cv__btn a {
    margin-top: 10px;
    max-width: 320px;
    width: 100%;
    height: 58px;
    font-size: clamp(19px, 5.3846153846vw, 21px);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-cv__btn a::before {
    top: calc(50% - 6px);
    right: 20px;
    width: 16px;
    height: 18px;
    background: url(../img/cv_ico01.webp) 0 0/12px no-repeat;
  }

	/*電話番号、LINE CV*/
	.footer-cv2 {
		padding: 10px 0 20px;
	}
	.footer-cv2 .footer-cv__wrap2 {
		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: 20px;
		flex-direction: column;
	}
	.c-cv__btn2 a {
	  position: relative;
	  margin: auto;
	  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: 90vw;
	  height: 60px;
	  font-size: 2.4rem;
	  color: #fff;
	  border-radius: 45px;
	  background: -webkit-gradient(linear, left top, right top, from(#f5a51c), to(#ff3a00));
	  background: linear-gradient(90deg, #f5a51c 0%, #ff3a00 100%);
	  border: 4px solid #e35620;
	}
	.c-cv__btn2 a .c-cv__btn-wrap{
		position: absolute;
		top: 7px;
	}

	.c-cv__text2 {
	  margin-bottom: 0.5em;
	  font-size: 2rem;
		font-weight: 600;
		text-align: center;
	}
}
@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);
}

.mv {
  width: 100%;
}
.mv-inner {
  max-width: 1920px;
  margin: auto;
}

@media (min-width: 768.01px) and (max-width: 1000px) {
  .mv-inner {
    padding-top: 60px;
  }
}
.pace {
  position: relative;
}
.pace .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 70%, #F4FA5B 30%);
}

.pace-inner01 {
  position: relative;
  padding-top: 110px;
}

.pace-head {
  display: table;
  margin: auto auto 40px;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444444;
  color: #00A0E9;
  border-bottom: 4px solid #00A0E9;
}
.pace-head .small {
  font-size: 4.6rem;
  color: #1C1C1C;
  display: block;
}

.pace-inner02 {
  margin-top: 50px;
  padding: 92px 0;
  background: #DAEDF5;
}

.pace-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 30px;
  width: 100%;
  max-width: 1220px;
}

.pace__item {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  width: calc((100% - 60px) / 3);
  height: 307px;
}
.pace__item-ico {
  position: absolute;
  top: -45px;
  left: 8px;
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #00A0E9;
}
.pace__item-text {
  padding: 35px 0 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4230769231;
}

.pace-catch {
  padding: 155px 0 80px;
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.pace-catch .underline {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 0.15em;
  font-size: 6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #F4FA5B));
  background: linear-gradient(transparent 55%, #F4FA5B 55%);
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .pace-inner01 {
    padding-top: 6.25vw;
  }
  .pace-inner02 {
    padding: 4.7916666667vw 0;
  }
  .pace-head {
    font-size: 6vw;
  }
  .pace-head .small {
    font-size: 3.6vw;
  }
  .pace__item {
    padding-top: 1.8229166667vw;
    padding-bottom: 0.2604166667vw;
    height: auto;
  }
  .pace__item-ico {
    top: -3.1746031746vw;
    left: 0.6349206349vw;
    font-size: 4.8412698413vw;
  }
  .pace__item-text {
    padding: 1.5079365079vw;
    font-size: 2.0634920635vw;
  }
  .pace-catch {
    font-size: 3.6507936508vw;
  }
  .pace-catch .underline {
    font-size: 4.7619047619vw;
  }
}
@media all and (max-width: 767.98px) {
  .pace-inner01 {
    padding-top: 13.5897435897vw;
  }
  .pace-head {
    margin: auto auto 4.8717948718vw;
    font-size: 7.6923076923vw;
    white-space: nowrap;
    padding-bottom: 2.2vw;
    border-bottom: 3px solid #00A0E9;
  }
  .pace-head .small {
    font-size: 5.3846153846vw;
  }
  .pace-inner02 {
    margin-top: auto;
    padding: 12.0512820513vw 0 6.9230769231vw;
  }
  .pace-list {
    position: relative;
    margin-left: -7.7vw;
    margin-right: -7.7vw;
    width: 100vw;
    gap: 4.8717948718vw 3.0769230769vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pace__item {
    width: 40.7692307692vw;
    height: auto;
    padding-bottom: 1vw;
  }
  .pace__item-ico {
    padding-top: 1.6vw;
    top: -5.1282051282vw;
    left: 0;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    font-size: 3.3333333333vw;
    line-height: 1.1;
  }
  .pace__item-ico span {
    font-size: 6.1538461538vw;
  }
  .pace__item-text {
    padding: 4vw 1vw 1vw;
    font-size: 3.5897435897vw;
    line-height: 1.4615384615;
  }
  .pace__item-text .small {
    font-size: 3.0769230769vw;
  }
  .pace .item04 .pace__item-text {
    min-height: 13vw;
  }
  .pace-catch {
    padding: 23.0769230769vw 0 7.4358974359vw;
    line-height: 1.6;
    font-size: 5.3846153846vw;
  }
  .pace-catch .underline {
    font-size: 7.4358974359vw;
  }
}
.worries {
  position: relative;
}
.worries::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 54px;
  left: 0;
  right: 0;
  background: #fff;
}
.worries .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 70%, #F4FA5B 30%);
}
.worries-main {
  padding-top: 90px;
}
.worries-main__head01 {
  position: relative;
  display: table;
  margin: auto;
  font-size: 3.5rem;
  font-weight: 600;
  padding: 0 1em;
}
.worries-main__head01::before, .worries-main__head01::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  width: 26px;
  height: 6px;
  background: #272727;
}
.worries-main__head01::before {
  left: 0;
}
.worries-main__head01::after {
  right: 0;
}
.worries-main__head02 {
  display: table;
  margin: 40px auto;
  padding-bottom: 10px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  color: #00A0E9;
  border-bottom: 3px dashed #00A0E9;
}
.worries-main__list {
  margin-top: 40px;
  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;
  gap: 22px;
}
.worries-main__list li {
  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: 201px;
  height: 201px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #00A0E9;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
.worries-main__list li img {
  display: block;
  margin: 0 auto 10px;
}
.worries-main__txt {
  font-size: 2.6rem;
  text-align: center;
}
.worries-main__txt .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F4FA5B));
  background: linear-gradient(transparent 50%, #F4FA5B 50%);
  padding: 0 0.5em 0.2em;
}

@media all and (min-width: 768px) {
  .worries-main__box {
    margin-top: 60px;
    position: relative;
    padding: 54px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #00a0e9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .worries-main__box-img {
    width: 401px;
  }
  .worries-main__box-text {
    width: calc(100% - 431px);
  }
  .worries-main__box-ico {
    position: absolute;
    top: -28px;
    left: -35px;
    font-size: 2.2rem;
    font-weight: 700;
    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: 116px;
    height: 116px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #00A0E9;
  }
  .worries-main__box-head {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .worries-main__box-head .small {
    font-size: 1.8rem;
  }
  .worries-main__box-txt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  .worries::before {
    height: 4.2857142857vw;
  }
  .worries-main {
    padding-top: 7.1428571429vw;
  }
  .worries-main__head01 {
    font-size: 2.7777777778vw;
  }
  .worries-main__head01::before, .worries-main__head01::after {
    top: calc(50% - 0.2380952381vw);
    width: 2.0634920635vw;
    height: 0.4761904762vw;
  }
  .worries-main__head02 {
    margin: 3.1746031746vw auto;
    padding-bottom: 0.7936507937vw;
    font-size: 3.8095238095vw;
  }
  .worries-main__list {
    margin-top: 3.1746031746vw;
    gap: 1.746031746vw;
  }
  .worries-main__list li {
    width: 15.9523809524vw;
    height: 15.9523809524vw;
    font-size: 1.6666666667vw;
  }
  .worries-main__list li img {
    margin: 0 auto 0.7936507937vw;
  }
  .worries-main__txt {
    font-size: 2.0634920635vw;
  }
  .worries-main__box {
    margin-top: 4.7619047619vw;
    margin-left: 1vw;
    margin-right: 1vw;
    padding: 4.2857142857vw;
    gap: 2.380952381vw;
  }
  .worries-main__box-img {
    width: 31.8253968254vw;
  }
  .worries-main__box-text {
    width: calc(100% - 34.2063492063vw);
  }
  .worries-main__box-ico {
    top: -2.2222222222vw;
    left: -2.7777777778vw;
    font-size: 1.746031746vw;
    width: 9.2063492063vw;
    height: 9.2063492063vw;
  }
  .worries-main__box-head {
    font-size: max(22px, 2.0634920635vw);
    margin-bottom: 0.7936507937vw;
  }
  .worries-main__box-head .small {
    font-size: max(16px, 1.4285714286vw);
    white-space: nowrap;
  }
  .worries-main__box-txt {
    font-size: max(16px, 1.4285714286vw);
  }
}
@media all and (max-width: 767.98px) {
  .worries::before {
    height: 40vw;
  }
  .worries-main {
    padding-top: 13.3333333333vw;
  }
  .worries-main__head01 {
    font-size: 5.1282051282vw;
    padding: 0 1.2em;
  }
  .worries-main__head01::before, .worries-main__head01::after {
    top: calc(50% - 0.5128205128vw);
    width: 5.1282051282vw;
    height: 1.0256410256vw;
  }
  .worries-main__head02 {
    margin: 2.5641025641vw auto;
    padding-bottom: 2.5641025641vw;
    font-size: 7.1794871795vw;
    border-bottom: 0;
  }
  .worries-main__head02 span {
    display: inline-block;
    margin-bottom: 3px;
    border-bottom: 3px dashed #00A0E9;
  }
  .worries-main__list {
    margin-top: 6.6666666667vw;
    margin-left: 10px;
    gap: 0;
  }
  .worries-main__list li {
    margin-left: -10px;
    width: 92px;
    min-width: 92px;
    height: 92px;
    font-size: 9px;
  }
  .worries-main__list li img {
    margin: 0 auto 1.2820512821vw;
    width: 39px;
  }
  .worries-main__txt {
    font-size: 4.1025641026vw;
  }
  .worries-main__box {
    position: relative;
    margin-top: 10.2564102564vw;
  }
  .worries-main__box-ico {
    text-align: center;
    padding-top: 1.2820512821vw;
    font-size: clamp(16px, 4.1025641026vw, 18px);
    font-weight: 600;
    color: #fff;
    background: #00A0E9;
  }
  .worries-main__box-text {
    padding: 20px 17px;
    border: 3px solid #00A0E9;
    border-radius: 0 0 20px 20px;
  }
  .worries-main__box-head {
    font-size: clamp(15px, 4.358974359vw, 17px);
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 2.5641025641vw;
  }
  .worries-main__box-head .small {
    display: inline-block;
    font-size: max(14px, 3.5897435897vw);
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .worries-main__box-txt {
    margin-top: 2.5641025641vw;
    font-size: max(13px, 3.5897435897vw);
  }
  .worries-main__box-txt .underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F4FA5B));
    background: linear-gradient(transparent 50%, #F4FA5B 50%);
  }
}
.point {
  position: relative;
}
.point .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 70%, #F4FA5B 30%);
}

.point-item {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 120px;
  border-radius: 20px;
  background: #daedf5;
}
.point-item__box {
  margin: 0 90px;
  padding: 43px 54px;
  padding: 38px 54px;
  border-radius: 20px;
  background: #fff;
}

.point-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 90px;
  gap: 150px;
}
.point-item__header header {
  margin-top: -60px;
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.point-item__header header .point-main__head01 {
  font-size: 3.2rem;
  color: #00A0E9;
}
.point-item__header header .en {
  position: relative;
  padding: 0 0.1em;
  font-size: 9.4rem;
}
.point-item__header header .en::after {
  position: absolute;
  content: "";
  top: 3px;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/storongpoint_ico.webp) 0 0/30px no-repeat;
}

.point-item.item01 .point-item__header-img {
  position: relative;
  margin-top: -35px;
  margin-bottom: -35px;
}

.point-item01__txt01 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

.point-item__detail {
  margin-top: 35px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.point-item__detail-item {
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/storongpoint_bg01-pc.webp) top center/100% no-repeat, url(../img/storongpoint_bg02-pc.webp) bottom center/100% no-repeat;
}
.point-item__detail-item-ico {
  text-align: center;
  color: #00A0E9;
  font-size: 2.4rem;
  font-weight: 700;
}
.point-item__detail-item-ico img {
  display: block;
  margin: 0 auto 5px;
}
.point-item__detail-item-text {
  margin: 10px 1.2em 5px;
  min-height: 105px;
}
.point-item__detail-item-img {
  margin: 0 1.2em;
  text-align: center;
}

@media all and (min-width: 768px) {
  .point-item01__txt02 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.point-item.item02 .point-item__header-img {
  position: relative;
  margin-top: -45px;
  margin-bottom: -25px;
}
.point-item.item02 .point-item__box {
  position: relative;
}
.point-item.item02 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F4FA5B));
  background: linear-gradient(transparent 50%, #F4FA5B 50%);
}

.point-item.item03 .point-item__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.point-item.item03 .point-item__header-img {
  position: relative;
  margin-top: -70px;
  margin-bottom: -10px;
  margin-right: 130px;
}
.point-item.item03 .point-item__box {
  position: relative;
}
.point-item.item03 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F4FA5B));
  background: linear-gradient(transparent 50%, #F4FA5B 50%);
}

.point-item03__txt02 {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 3px dashed #DAEDF5;
}

.point-item03__txt03 li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
}
.point-item03__txt03 li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.point-item.item04 .point-item__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.point-item.item04 .point-item__header-img {
  position: relative;
  margin-top: -70px;
  margin-bottom: -20px;
  margin-right: 170px;
}
.point-item.item04 .point-item__box {
  position: relative;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .point-item {
    padding-bottom: 4.7619047619vw;
    margin-bottom: 9.5238095238vw;
  }
  .point-item__box {
    margin: 0 7.1428571429vw;
    padding: 3.4126984127vw 4.2857142857vw;
    padding: 3.0158730159vw 4.2857142857vw;
    border-radius: 1.5873015873vw;
  }
  .point-item__header {
    margin: 0 7.1428571429vw;
    gap: 11.9047619048vw;
  }
  .point-item__header header {
    margin-top: -4.7619047619vw;
    font-size: 2.7777777778vw;
  }
  .point-item__header header .point-main__head01 {
    font-size: 2.5396825397vw;
  }
  .point-item__header header .en {
    font-size: 7.4603174603vw;
  }
  .point-item01__txt01 {
    font-size: max(16px, 1.4285714286vw);
  }
  .point-item01__txt02 {
    font-size: max(12px, 1.1111111111vw);
  }
  .point-item.item01 .point-item__header-img {
    width: 34.5238095238vw;
  }
  .point-item.item02 .point-item__header-img {
    margin-top: -3.5714285714vw;
    margin-bottom: -1.9841269841vw;
    width: 23.0158730159vw;
  }
  .point-item.item03 .point-item__header-img {
    margin-top: -5.5555555556vw;
    margin-bottom: -0.7936507937vw;
    margin-right: 10.3174603175vw;
    width: 25.3968253968vw;
  }
  .point-item03__txt02 {
    margin-top: 1.5873015873vw;
    padding-top: 0.7936507937vw;
    font-size: max(16px, 1.4285714286vw);
  }
  .point-item03__txt03 li {
    font-size: 1.4285714286vw;
    font-size: max(16px, 1.4285714286vw);
  }
  .point-item.item04 .point-item__header-img {
    margin-top: -5.5555555556vw;
    margin-bottom: -1.5873015873vw;
    margin-right: 13.4920634921vw;
    width: 20.6349206349vw;
  }
}
@media all and (max-width: 767.98px) {
  .point-main {
    margin-bottom: 23.0769230769vw;
  }
  .point-main__inner {
    padding: 10vw 0 0;
  }
  .point-item__detail-item-text {
    font-size: 3.5897435897vw;
  }
  .point-item {
    position: relative;
    border-radius: 0;
    padding-bottom: 11.5384615385vw;
    margin-bottom: 17.9487179487vw;
  }
  .point-item__box {
    margin: 0 6.4102564103vw;
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .point-item__header {
    margin: 0 5.1282051282vw;
    gap: 0;
  }
  .point-item__header header .point-main__head01 {
    font-size: 5.641025641vw;
  }
  .point-item__header header .point-main__head01 .en {
    font-size: 16.6666666667vw;
  }
  .point-item__header header {
    margin-top: -1.2820512821vw;
    font-size: 6.1538461538vw;
    line-height: 1;
  }
  .point-item__header header .en::after {
    right: -5.1282051282vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background-size: 5.1282051282vw;
  }
  .point-item__header header h3 {
    margin-top: 0.5128205128vw;
    margin-bottom: 5.8974358974vw;
    line-height: 1.4;
  }
  .point-item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    max-width: 71.7948717949vw;
    margin: 5.1282051282vw auto 2.5641025641vw;
  }
  .point-item__detail-item {
    margin: 0 2.5641025641vw;
    width: 66.6666666667vw;
    padding-top: 3.8461538462vw;
    padding-bottom: 4.358974359vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: url(../img/storongpoint_bg01-sp.webp) top center/100% no-repeat, url(../img/storongpoint_bg02-sp.webp) bottom center/100% no-repeat;
  }
  .point-item__detail-item-ico {
    text-align: center;
    color: #00A0E9;
    font-size: 3.8461538462vw;
    font-weight: 700;
  }
  .point-item__detail-item-ico img {
    display: block;
    width: 10.2564102564vw;
    margin: 0 auto 1.2820512821vw;
  }
  .point-item__detail-item-text {
    margin: 1.2820512821vw 1.2em 1.2820512821vw;
    min-height: 5.5em;
  }
  .point-item__detail-item-img {
    margin: 0 1.2em;
    text-align: center;
  }
  .point-item01__txt01 {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .point-item01__txt01 .underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #F4FA5B));
    background: linear-gradient(transparent 40%, #F4FA5B 40%);
  }
  .point-item03__txt02,
  .point-item03__txt03 li {
    font-size: 3.5897435897vw;
    font-weight: 400;
  }
  .point-item01__txt02 {
    margin-top: 3.8461538462vw;
    font-size: 3.3333333333vw;
    line-height: 1.4615384615;
  }
  .point-item .point-item__header-img {
    position: absolute !important;
    margin: 0;
  }
  .point-item.item01 .point-item__header-img {
    top: -5.1282051282vw;
    right: 5.1282051282vw;
    width: 40.5128205128vw;
  }
  .point-item.item02 .point-item__header-img {
    top: 21.7948717949vw;
    right: 6.4102564103vw;
    width: 37.1794871795vw;
  }
  .point-item.item02 .point-item__header header h3 {
    margin: 2.5641025641vw 0 3.8461538462vw;
  }
  .point-item.item03 .point-item__header-img {
    top: 7.1794871795vw;
    right: 6.4102564103vw;
    width: 46.1538461538vw;
    margin: 0;
  }
  .point-item.item03 .point-item__header header h3 {
    margin: 2.5641025641vw 0 3.8461538462vw;
  }
  .point-item.item04 .point-item__header-img {
    top: 5.1282051282vw;
    right: 6.4102564103vw;
    width: 40.5128205128vw;
    margin: 0;
  }
  .point-item.item04 .point-item__header header h3 {
    margin: 2.5641025641vw 0 3.8461538462vw;
  }
  .slider {
    position: relative;
  }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    content: "";
    width: 3.8461538462vw;
    height: 4.358974359vw;
    bottom: 30.7692307692vw;
    text-indent: -2563.8461538462vw;
    z-index: 1;
  }
  .slider .slick-prev {
    background: url(../img/storongpoint_ico-prev.png) 0 0/3.8461538462vw no-repeat;
    left: -3.8461538462vw;
  }
  .slider .slick-next {
    background: url(../img/storongpoint_ico-next.png) 0 0/3.8461538462vw no-repeat;
    right: -3.8461538462vw;
  }
  .slider .slick-dots {
    margin-top: 2.5641025641vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3333333333vw;
  }
  .slider .slick-dots button {
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 50%;
    background: #EFEFEF;
    text-indent: -2563.8461538462vw;
  }
  .slider .slick-dots li.slick-active button {
    background: #00A0E9;
  }
}
.about {
  position: relative;
  padding-bottom: 110px;
  background: #DAEDF5;
}
.about .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #F4FA5B));
  background: linear-gradient(transparent 55%, #F4FA5B 55%);
}
.about .about-head {
  padding-top: 185px;
}
.about .about-catch {
  top: 100px;
  color: rgba(255, 255, 255, 0.7);
}

.about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0983606557%;
}
.about-main__text {
  width: 45.0819672131%;
}
.about-main__text p {
  font-size: 2.1rem;
  line-height: 1.4285714286;
}
.about-main__text p + p {
  margin-top: 1em;
}
.about-main__img {
  width: 50.8196721311%;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .about {
    padding-bottom: 8.7301587302vw;
  }
  .about .about-head {
    padding-top: 14.6825396825vw;
  }
  .about .about-catch {
    top: 7.9365079365vw;
  }
  .about-main__text p {
    font-size: max(17px, 1.6666666667vw);
  }
}
@media all and (max-width: 767.98px) {
  .about {
    padding-bottom: 13vw;
  }
  .about .underline {
    padding-bottom: 0.3em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #F4FA5B));
    background: linear-gradient(transparent 45%, #F4FA5B 45%);
  }
  .about .about-catch {
    top: 14vw;
    font-size: 22.8205128205vw;
  }
  .about .about-head {
    padding-top: 25.5vw;
    padding-bottom: 5vw;
  }
  .about-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5vw;
  }
  .about-main .about-main__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-main .about-main__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-main .about-main__text p {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .about-main .about-main__text p + p {
    margin-top: 2.5em;
  }
}
.who {
  position: relative;
}
.who .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 70%, #F4FA5B 30%);
}
.who-main {
  padding-top: 90px;
  padding-bottom: 90px;
}
.who-main__txt {
  margin-top: 30px;
  font-size: 1.4rem;
}
.who-main__list {
  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;
  gap: 25px;
}
.who-main__list li {
  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: 241px;
  height: 241px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #00A0E9;
  background: #fff;
  font-size: 2.1rem;
}
.who-main__list li img {
  display: block;
  margin: 0 auto 10px;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .who-main {
    padding-top: 7.1428571429vw;
    padding-bottom: 7.1428571429vw;
  }
  .who-main__txt {
    margin-top: 2.380952381vw;
    font-size: 1.1111111111vw;
  }
  .who-main__list {
    gap: 1.9841269841vw;
  }
  .who-main__list li {
    width: 19.126984127vw;
    height: 19.126984127vw;
    font-size: 1.6666666667vw;
  }
  .who-main__list li img {
    display: block;
    margin: 0 auto 0.7936507937vw;
    width: 11.1111111111vw;
  }
  .who-main__txt {
    margin: 2.380952381vw auto 0;
    width: 82.5396825397vw;
  }
}
@media all and (max-width: 767.98px) {
  .who-main {
    padding-top: 9.7435897436vw;
    padding-bottom: 9.7435897436vw;
  }
  .who-main__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5897435897vw;
  }
  .who-main__list li {
    width: 35.3846153846vw;
    height: 35.3846153846vw;
    font-size: 3.3333333333vw;
    line-height: 1.2307692308;
  }
  .who-main__list li img {
    width: 17.9487179487vw;
    margin-bottom: 1.7948717949vw;
  }
  .who-main__txt {
    margin-top: 4.6153846154vw;
    font-size: 3.3333333333vw;
  }
}
.voice {
  position: relative;
  padding-bottom: 160px;
}
.voice .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F4FA5B));
  background: linear-gradient(transparent 70%, #F4FA5B 30%);
}

.voice-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2131147541%;
}
.voice-main .voice-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 650px;
  padding: 55px 1.8em;
  background: url(../img/voice_bg01-pc.webp) top center/100% no-repeat, url(../img/voice_bg02-pc.webp) bottom center/100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-main .voice-item__ico {
  font-size: 1.8rem;
  font-weight: 700;
  color: #9F9F9F;
  text-align: center;
}
.voice-main .voice-item__ico img {
  margin-bottom: 10px;
}
.voice-main .voice-item__head {
  margin: 15px 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00A0E9;
  line-height: 1.4583333333;
  line-break: normal;
}
.voice-main .voice-item__txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .voice {
    padding-bottom: 12.6984126984vw;
  }
  .voice-item__ico img {
    width: 9.3650793651vw;
  }
  .voice-main .voice-item {
    min-height: 51.5873015873vw;
    height: auto;
    padding: 4.3650793651vw 1.4285714286vw 5.5555555556vw;
  }
  .voice-main .voice-item__ico {
    font-size: max(15px, 1.4285714286vw);
  }
  .voice-main .voice-item__ico img {
    margin-bottom: 0.7936507937vw;
  }
  .voice-main .voice-item__head {
    margin: 1.1904761905vw 0;
    font-size: max(18px, 1.9047619048vw);
  }
  .voice-main .voice-item__txt {
    font-size: max(14px, 1.4285714286vw);
  }
}
@media all and (max-width: 767.98px) {
  .voice {
    padding-bottom: 17.9487179487vw;
  }
  .voice-main {
    position: relative;
    margin: -4vw auto 0;
  }
  .voice-main.slider .slick-prev, .voice-main.slider .slick-next {
    bottom: 50%;
  }
  .voice-main .voice-item {
    min-height: auto;
    margin: auto 4.1025641026vw;
    height: auto;
    padding: 3.8461538462vw 4.8717948718vw 12.8205128205vw;
    background: url(../img/voice_bg01-sp.webp) top center/100% no-repeat, url(../img/voice_bg02-sp.webp) bottom center/100% no-repeat;
  }
  .voice-main .voice-item header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3vw;
  }
  .voice-main .voice-item .voice-item__head-name {
    display: block;
    font-size: 3.5897435897vw;
    color: #9F9F9F;
  }
  .voice-main .voice-item__ico {
    font-size: max(15px, 4.6153846154vw);
  }
  .voice-main .voice-item__ico br {
    display: none;
  }
  .voice-main .voice-item__ico img {
    margin-bottom: 0;
    width: 19.4871794872vw;
    min-width: 19.4871794872vw;
  }
  .voice-main .voice-item__head {
    margin: 3.8461538462vw 0;
    font-size: max(15px, 4.1025641026vw);
    line-height: 1.5;
  }
  .voice-main .voice-item__txt {
    font-size: max(13px, 3.5897435897vw);
    line-height: 1.8571428571;
  }
}
.flow {
  position: relative;
  padding-bottom: 160px;
}
.flow .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F4FA5B));
  background: linear-gradient(transparent 50%, #F4FA5B 50%);
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flow-item__img {
  width: 53.7704918033%;
  padding-bottom: 28px;
}
.flow-item__text {
  width: 46.2295081967%;
}
.flow-item__text-box {
  position: relative;
  width: 610px;
  margin-left: -45px;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
  border: 3px solid #00a0e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow-item__time {
  color: #fff;
  background: #00a0e9 url(../img/flow_ico01.webp) 35px center/30px no-repeat;
  padding: 0 35px 0 70px;
  font-size: 3.6rem;
  font-weight: 700;
  height: 56px;
}
.flow-item__head {
  padding: 10px 35px;
  font-size: 3.2rem;
  font-weight: 700;
}
.flow-item__txt {
  padding: 0 35px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.flow-item__box {
  margin: 20px 0 0;
  padding: 1em;
  border-radius: 20px;
  background: #efefef;
}
.flow-item .strong {
  font-weight: 700;
}

.flow-item + .flow-item {
  margin-top: 100px;
  position: relative;
}
.flow-item + .flow-item::before {
  position: absolute;
  content: "";
  top: -200px;
  left: calc(50% - 465px);
  width: 465px;
  height: 465px;
  background: url(../img/flow_bg01-pc.webp) 0 0/465px no-repeat;
  z-index: -1;
}

.flow-item + .flow-item + .flow-item {
  margin-top: 100px;
  position: relative;
}
.flow-item + .flow-item + .flow-item::before {
  position: absolute;
  content: "";
  top: -200px;
  left: calc(50% - 30px);
  width: 465px;
  height: 465px;
  background: url(../img/flow_bg02-pc.webp) 0 0/465px no-repeat;
}

@media all and (min-width: 768px) {
  .flow-item.is-reverse .flow-item__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow-item.is-reverse .flow-item__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flow-item.is-reverse .flow-item__text-box {
    margin-right: -45px;
    margin-left: 0;
  }
  .flow-main__txt {
    margin-top: 60px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px) {
  .flow {
    padding-bottom: 12.6984126984vw;
  }
  .flow-item__img {
    padding-bottom: 2.2222222222vw;
  }
  .flow-item__text-box {
    width: calc(100% + 45px);
    padding-top: 1.5873015873vw;
    padding-bottom: 3.1746031746vw;
  }
  .flow-item__time {
    color: #fff;
    background: #00a0e9 url(../img/flow_ico01.webp) 2.7777777778vw center/2.380952381vw no-repeat;
    padding: 0 2.7777777778vw 0 5.5555555556vw;
    font-size: 2.8571428571vw;
    height: 4.4444444444vw;
  }
  .flow-item__head {
    padding: 0.7936507937vw 2.7777777778vw;
    font-size: 2.5396825397vw;
  }
  .flow-item__txt {
    padding: 0 2.7777777778vw;
    font-size: max(15px, 1.4285714286vw);
  }
  .flow-item__box {
    margin: 1.5873015873vw 0 0;
  }
  .flow-item + .flow-item {
    margin-top: 7.9365079365vw;
  }
  .flow-item + .flow-item::before {
    top: -15.873015873vw;
    left: calc(50% - 36.9047619048vw);
    width: 36.9047619048vw;
    height: 36.9047619048vw;
    background: url(../img/flow_bg01-pc.webp) 0 0/36.9047619048vw no-repeat;
  }
  .flow-item + .flow-item + .flow-item {
    margin-top: 7.9365079365vw;
  }
  .flow-item + .flow-item + .flow-item::before {
    top: -15.873015873vw;
    left: calc(50% - 2.380952381vw);
    width: 36.9047619048vw;
    height: 36.9047619048vw;
    background: url(../img/flow_bg02-pc.webp) 0 0/36.9047619048vw no-repeat;
  }
  .flow-main__txt {
    margin-top: 4.7619047619vw;
    font-size: max(12px, 1.1111111111vw);
  }
}
@media all and (max-width: 767.98px) {
  .flow {
    padding-top: 5vw;
    padding-bottom: 22vw;
  }
  .flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .flow-item__img {
    margin: 0;
    padding: 0 5.1282051282vw 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow-item__text {
    width: 100%;
    padding: 0 0 0 5.1282051282vw;
  }
  .flow-item__text-box {
    width: 100%;
    margin: -14vw 0 0;
    padding-bottom: 5vw;
  }
  .flow-item__time {
    font-size: 4.358974359vw;
    background-size: 18px;
    background-position: 3.8461538462vw;
    height: 7.4358974359vw;
    padding: 0 0 0 11.5384615385vw;
  }
  .flow-item__head {
    padding: 2vw 4.6153846154vw 1vw;
    font-size: 3.8461538462vw;
  }
  .flow-item__txt {
    padding: 0 4.6153846154vw;
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .flow-item__box {
    margin: 2vw 0 0;
    padding: 1em;
    border-radius: 20px;
    background: #efefef;
  }
  .flow-item.is-reverse .flow-item__img {
    padding: 0 0 0 5.1282051282vw;
  }
  .flow-item.is-reverse .flow-item__text {
    padding: 0 5.1282051282vw 0 0;
  }
  .flow-item + .flow-item {
    margin-top: 7.1794871795vw;
  }
  .flow-item + .flow-item::before {
    top: -20vw;
    left: 0;
    width: 100%;
    height: 84vw;
    background: url(../img/flow_bg01-sp.webp) 0 0/100% no-repeat;
  }
  .flow-item + .flow-item + .flow-item {
    margin-top: 12.0512820513vw;
  }
  .flow-item + .flow-item + .flow-item::before {
    top: -200px;
    left: 0;
    width: 100%;
    height: 84vw;
    background: url(../img/flow_bg02-sp.webp) 0 0/100% no-repeat;
  }
  .flow-main__txt {
    margin-top: 3vw;
    font-size: 3.3333333333vw;
  }
}
.faq {
  position: relative;
  padding-bottom: 130px;
  background: #DAEDF5;
}
.faq-catch {
  color: #fff;
  opacity: 0.7;
}
.faq .faq-head {
  padding-top: 185px;
}
.faq .faq-catch {
  top: 100px;
  color: rgba(255, 255, 255, 0.7);
}

.faq-item {
  width: 100%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-item .ico {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  width: 105px;
  min-width: 105px;
  text-align: center;
}
.faq-item .strong {
  font-weight: 700;
}

.faq-item__q {
  padding: 15px 54px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00A0E9;
  border-radius: 10px;
}
.faq-item__q-ico {
  color: #fff;
}
.faq-item__q-text {
  color: #fff;
  padding-left: 32px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 2px dashed #fff;
}

.faq-item__a {
  padding: 18px 50px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.faq-item__a-ico {
  color: #00A0E9;
}
.faq-item__a-text {
  position: relative;
  padding-left: 32px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq-item__a-text::before {
  position: absolute;
  content: "";
  top: 7px;
  bottom: -7px;
  left: 0;
  border-left: 2px dashed #00A0E9;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  .faq {
    padding-bottom: 10.3174603175vw;
  }
  .faq .faq-head {
    padding-top: 14.6825396825vw;
  }
  .faq .faq-catch {
    top: 7.9365079365vw;
  }
  .faq-item {
    margin: 2.380952381vw auto;
  }
  .faq-item .ico {
    font-size: 3.8095238095vw;
    width: 8.3333333333vw;
    min-width: 8.3333333333vw;
  }
  .faq-item__q {
    padding: 1.1904761905vw 4.2857142857vw 1.1904761905vw 0;
  }
  .faq-item__q-text {
    padding-left: 2.5396825397vw;
    font-size: 1.9047619048vw;
    font-size: max(20px, 1.4285714286vw);
  }
  .faq-item__a {
    padding: 1.4285714286vw 3.9682539683vw 2.380952381vw 0;
  }
  .faq-item__a-text {
    padding-left: 2.5396825397vw;
    font-size: max(15px, 1.4285714286vw);
  }
  .faq-item__a-text::before {
    top: 0.5555555556vw;
    bottom: -0.5555555556vw;
  }
}
@media all and (max-width: 767.98px) {
  .faq {
    padding-bottom: 7.9487179487vw;
  }
  .faq .faq-head {
    padding-top: 21.7948717949vw;
  }
  .faq .faq-catch {
    top: 100px;
    top: 13.5897435897vw;
  }
  .faq-item {
    margin: 0 auto 6.6666666667vw;
  }
  .faq-item .ico {
    width: 16.5384615385vw;
    min-width: 16.5384615385vw;
    font-size: 9.4871794872vw;
  }
  .faq-item__q {
    padding: 4vw 10vw 4vw 0;
    position: relative;
  }
  .faq-item__q-text {
    padding-left: 4vw;
    font-size: 4.6153846154vw;
    line-height: 1.4;
  }
  .faq-item__q::before, .faq-item__q::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 3.8461538462vw;
    width: 23px;
    height: 4px;
    background: #fff;
  }
  .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 {
    padding-left: 0;
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .faq-item__a-text::before {
    display: none;
  }
}
.l-contents .download {
  position: relative;
  background: #F5F5F5;
}

.download-head01 {
  padding-top: 150px;
  padding-bottom: 0;
}

.download-catch {
  top: 80px;
}

.download-inner {
  position: relative;
  padding-top: 30px;
  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% 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% 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-head01 {
    padding-top: 28vw;
    padding-bottom: 2vw;
  }
  .download-catch {
    top: 20vw;
  }
  .download-inner {
    padding-top: 2.5641025641vw;
    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: 100%;
    height: 20.5128205128vw;
    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;
  }
}
