@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.inner {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

.fixed-btn-container {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30;
}

.fixed-btn {
  display: block;
  width: 100%;
  aspect-ratio: 750/214;
  max-width: 500px;
  margin-inline: auto;
}
.fixed-btn img {
  width: 100%;
  height: 100%;
}

.contact-btn {
  display: block;
  width: 85.3333333333vw;
  max-width: 425px;
  height: 75px;
  margin-inline: auto;
  padding: 12.5px 0 0 0;
  border-radius: 10px;
  position: relative;
  transition: opacity 0.3s, top 0s, box-shadow 0s;
}
.contact-btn:hover {
  opacity: 0.7;
}

.contact-btn.btn_anime-line {
  animation: btn_anime-line 2s infinite;
}

.contact-btn.btn_anime-tel {
  animation: btn_anime-tel 2s infinite;
}

.contact-btn-box__tel {
  margin-top: 15px;
}

.explain {
  display: block;
  width: 75%;
  margin-right: 6.5625%;
  margin-left: auto;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.text {
  display: block;
  width: 75%;
  margin-right: 6.5625%;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
.text span {
  font-size: 16px;
}

.contact-btn.contact__btn-line {
  background: linear-gradient(to bottom, #1BCE1C 0%, #02BD03 45%);
  box-shadow: 0 5px #019001;
  position: relative;
}
.contact-btn.contact__btn-line::after {
  content: "";
  width: 37.5px;
  height: 35.7px;
  background: url(../img/line-icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 19.5px;
  left: 5.15625%;
}
.contact-btn.contact__btn-line .line-above {
  background: #fff;
  border: 1px solid #02be03;
  border-radius: 35px;
  padding: 2px 12px;
  color: #02be03;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.contact-btn.contact__btn-line .explain {
  color: #fff;
  padding: 0 5px 1px 5px;
}
.contact-btn.contact__btn-line .text {
  margin-top: 3px;
}

.contact-btn.contact__btn-tel {
  background: linear-gradient(to bottom, #FD861B 0%, #F77B0B 45%);
  box-shadow: 0 5px #D66906;
}
.contact-btn.contact__btn-tel::after {
  content: "";
  width: 31.5px;
  height: 31.5px;
  background: url(../img/tel-icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 26.5px;
  left: 6.09375%;
}
.contact-btn.contact__btn-tel .explain {
  color: #F67B0B;
  background: #fff;
  border-radius: 100vh;
}
.contact-btn.contact__btn-tel .text {
  font-size: 29px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.apply-btn {
  margin-inline: auto;
  display: block;
  background: #b40000;
  width: 280px;
  height: 50px;
  border: none;
  border-radius: 55px;
  box-shadow: 0 5px 0 0 #870000;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  transition: 0.3s;
  cursor: pointer;
}
.apply-btn:hover {
  opacity: 0.7;
}

@keyframes btn_anime-line {
  0%, 20%, 40% {
    box-shadow: 0 5px 0 #019001;
    top: 0px;
  }
  10%, 30% {
    box-shadow: 0 0 0 #019001;
    top: 5px;
  }
}
@keyframes btn_anime-tel {
  0%, 20%, 40% {
    box-shadow: 0 5px 0 #D66906;
    top: 0px;
  }
  10%, 30% {
    box-shadow: 0 0 0 #D66906;
    top: 5px;
  }
}
.footer__black-contents {
  background: #000000;
  padding: 20px 0 0;
  font-weight: 500;
  line-height: 1.6;
}

.footer__page-link {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-inline: 30px;
}

.footer__link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  transition: 0.3s;
}
.footer__link:hover {
  opacity: 0.7;
}

.footer__link-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.footer__company-link {
  display: block;
  color: #fff;
  font-size: 10px;
  transition: 0.3s;
}
.footer__company-link:hover {
  opacity: 0.7;
}

.footer__policy {
  display: block;
  color: #fff;
  font-size: 10px;
  margin-left: 20px;
  transition: 0.3s;
}
.footer__policy:hover {
  opacity: 0.7;
}

.footer__small {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.footer__img {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  opacity: 0;
}

.footer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__img-box {
  width: 100%;
  aspect-ratio: 1500/2130;
  position: relative;
  overflow: hidden;
}
.fv__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__logo {
  width: 25.3333333333%;
  aspect-ratio: 95/23;
  position: absolute;
  top: 7px;
  left: 12.5px;
}
.fv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__text {
  position: absolute;
  top: 56.2030075188%;
  left: 26px;
  width: 53.8666666667%;
  aspect-ratio: 416/199;
  flex-shrink: 0;
}

/*アニメーション用CSS*/
.scale-anime {
  animation: ScaleAnime 3s infinite ease-in-out alternate;
  /* アニメーションの設定 */
}
@keyframes ScaleAnime {
  0% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

.fv .btn-box {
  padding: 30px 0 35px 0;
  background: url(../img/bg-img.webp);
  background-size: cover;
}

.fv .contact__text {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.fv .contact__text span {
  color: #F67B0B;
}

.fv .contact__text {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.fv .contact__text span {
  color: #F67B0B;
}

.fv .contact-btn-box__line {
  margin-top: 30px;
}

.intro-top {
  background: url(../img/intro-top-bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 750/1060;
  position: relative;
}
.intro-top::after {
  content: "";
  background: url(../img/intro-img01.webp) no-repeat;
  background-size: contain;
  width: 21.8666666667%;
  aspect-ratio: 165/184;
  position: absolute;
  top: 71px;
  right: 4px;
}

.intro__section-title {
  width: 84%;
  padding-top: 2.2641509434%;
  padding-left: 6.9333333333%;
}
.intro__section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__list {
  margin-top: 7px;
  width: calc(100% - 60px);
  margin-inline: auto;
}

.intro__item:not(:first-child) {
  margin-top: 5px;
}

.intro__item {
  background: #fff;
  font-weight: bold;
  padding: 5px 0 5px 4vw;
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .intro__item {
    font-size: 14px;
  }
}
.intro__item::before {
  content: "";
  background: url(../img/check-icon.webp) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
}

.intro__item .orange {
  color: #F67B0B;
}

.intro__item-small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.intro-bottom {
  margin-top: -42px;
  background: url(../img/intro-bottom-bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
  aspect-ratio: 375/214.5;
  position: relative;
  z-index: -1;
}
.intro-bottom::after {
  content: "";
  background: url(../img/intro-img02.webp) no-repeat;
  background-size: contain;
  width: 175px;
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.intro-bottom__container {
  width: 64%;
  aspect-ratio: 240/150;
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro-bottom__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point {
  border-top: 5px solid #F67B0B;
  padding: 26px 0 30px 0;
  background: #eafbeb;
}

.point__title {
  width: 78.1333333333%;
  aspect-ratio: 586/156;
  margin-inline: auto;
}
.point__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point__list {
  width: calc(100% - 30px);
  margin: 38px auto 0 auto;
}

.point-en {
  display: flex;
  align-items: flex-end;
  height: 27px;
  padding: 0 11px;
  position: absolute;
  top: -13.3px;
  left: 50%;
  transform: translateX(-50%);
  background: #F67B0B;
  color: #fff;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.point-en .large {
  font-size: 25px;
  line-height: 1;
  margin-left: 6px;
}

.point__item {
  background: #fff;
  border: 3px solid #F67B0B;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 #adadad;
  padding: 20px 0 12px 0;
  letter-spacing: 0.03em;
  position: relative;
}

.point__item + .point__item {
  margin-top: 22px;
}

.point-item__title {
  font-size: 21px;
  font-weight: 900;
  color: #F67B0B;
  text-align: center;
}

.point-item__contents {
  display: flex;
  align-items: start;
  margin-top: 10px;
  gap: 10px;
}

.point-item__img-box {
  width: 40.5797101449%;
  aspect-ratio: 280/180;
  margin-left: 15px;
  flex-shrink: 0;
}
.point-item__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point-item__sublist {
  width: 59.4202898551%;
  margin: 0 12px 0 16px;
}

.point-item__subitem {
  list-style-type: disc;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.point-item__subitem::marker {
  font-size: 10px;
}

.point .contact__btn-line {
  margin-top: 47px;
}

.example {
  padding: 30px 10px 60px 10px;
  background: url(../img/example-bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 375/565;
}

.example__text {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}
.example__text::before, .example__text::after {
  content: "";
  background: url(../img/example-icon.webp) no-repeat;
  background-size: contain;
  width: 18px;
  aspect-ratio: 36/47;
  display: inline-block;
  vertical-align: bottom;
}
.example__text::after {
  scale: -1 1;
}

.example__title {
  width: 80%;
  aspect-ratio: 300/84;
  margin: 10px auto 0 auto;
}
.example__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.example__item {
  width: 84vw;
  max-width: 440px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #000000;
  margin-top: 18.5px;
  padding-top: 19.5px;
}

.example__item-title {
  color: #F67B0B;
  font-size: clamp(16px, 5.0666666667vw, 28px);
  font-weight: 900;
  text-align: center;
}

.example__item-img {
  width: 100%;
  aspect-ratio: 618/239;
  margin-top: 5.4411764706%;
  position: relative;
}
.example__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example__item-category {
  display: inline-block;
  padding: 10px 20px;
  background: #F67B0B;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 9.5238095238%;
  bottom: -15px;
}

.example__item-list {
  width: 100%;
  padding-left: 9.5238095238%;
  margin-top: 7.6470588235%;
  margin-bottom: 5.8823529412%;
}

.example__item-box {
  display: flex;
}

.example__item-box + .example__item-box {
  margin-top: 7px;
}

.example__item-term {
  width: 22.2222222222%;
  border: 1px solid #000000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.example__item-desc {
  width: 64.7619047619%;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  height: 0;
  width: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.swiper-button-prev:after {
  content: "";
  background: url(../img/arrow-left.webp);
  background-size: contain;
  width: 30px;
  height: 30px;
}

.swiper-button-next:after {
  content: "";
  background: url(../img/arrow-right.webp);
  background-size: contain;
  width: 30px;
  height: 30px;
}

.voice {
  background: url(../img/bg-img.webp);
  background-size: cover;
  padding-bottom: 30px;
}

.voice__title {
  width: 100%;
  aspect-ratio: 750/250;
}
.voice__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__list {
  width: calc(100% - 30px);
  margin: 12px auto 0 auto;
}

.voice__item {
  width: 92vw;
  max-width: 470px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 #000000;
  border: solid 2px #000000;
  padding: 0 20px 20px 20px;
}

.voice__item + .voice__item {
  margin-top: 13px;
}

.voice__contents {
  padding-left: 10px;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
}

.voice__introdustion {
  margin: 0 0 0 10px;
  padding-top: 9.0643274854%;
}

.voice__dl-box {
  display: flex;
}

.voice__dl-box + .voice__dl-box {
  margin-top: 6px;
}

.voice__dt {
  width: 65px;
  height: -moz-fit-content;
  height: fit-content;
  background: #EAFBEB;
  text-align: center;
}

.voice__dd {
  margin-left: 10px;
}

.voice__name {
  margin-top: 8px;
}

.voice__heading {
  margin-top: 13px;
  width: 100%;
}

.voice__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice__text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.voice__text span {
  color: #F67B0B;
  font-weight: bold;
}

.voice__small {
  display: block;
  margin-top: 13px;
  padding-right: 15px;
  font-size: 9px;
  font-weight: 300;
  text-align: right;
}

.faq {
  padding: 30px 15px;
  background: #EAFBEB;
}

.faq__title {
  width: 50.6666666667vw;
  aspect-ratio: 380/65;
  max-width: 250px;
  margin-inline: auto;
}
.faq__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-area {
  width: 100%;
  margin-top: 30px;
  margin-inline: auto;
  transition: all 0.5s ease;
}

.js-details {
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  background: #5bc761;
}

.js-details + .js-details {
  margin-top: 10px;
}

/*アコーディオンタイトル*/
.js-summary {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 40px 0 15px;
  position: relative;
}
.js-summary span {
  display: grid;
  place-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
  color: #5bc761;
  font-weight: 800;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 17px;
}
.js-summary::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 15% 0, 50% 75%, 85% 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 15% 0, 50% 75%, 85% 0, 100% 0, 50% 100%);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*　openというクラスがついたら形状変化　*/
.js-summary.open::after {
  transform: translateY(-50%) rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.content {
  overflow: hidden;
}

.faq__content-inner {
  padding: 15px 15px 20px 15px;
  background: #fff;
  border: 2px solid #5bc761;
  border-radius: 0 0 10px 10px;
  line-height: 1.6;
  font-weight: 500;
}

.faq__answer-a {
  width: 30px;
  font-size: 14px;
  flex-shrink: 0;
}

.faq__answer-text {
  font-size: 14px;
}

.accordion-area summary::-webkit-details-marker {
  display: none;
}

.flow {
  border-top: 5px solid #F67B0B;
  padding: 30px 15px;
  position: relative;
}
.flow::before {
  content: "";
  background: url(../img/flow-text.webp) no-repeat;
  background-size: contain;
  width: 48.4vw;
  max-width: 193px;
  aspect-ratio: 181.5/101;
  position: absolute;
  top: 92px;
  right: clamp(160px, 46.6666666667vw, 175px);
}
.flow::after {
  content: "";
  background: url(../img/flow-img.webp) no-repeat;
  background-size: contain;
  width: 34.5333333333vw;
  max-width: 138px;
  aspect-ratio: 129.5/132;
  position: absolute;
  top: 82.5px;
  right: 41.5px;
}

.flow__title {
  width: 52.8%;
  aspect-ratio: 198/47;
  margin-inline: auto;
}
.flow__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__list {
  width: calc(100% - 30px);
  margin: 144px 15px 0 15px;
}

.flow__item {
  width: 100%;
}
.flow__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__item + .flow__item {
  margin-top: 10px;
}

.privacy {
  padding: 60px 0;
}

.privacy__title {
  background: #EAFBEB;
  padding: 12px 0 12px 16px;
  font-size: 24px;
  font-weight: bold;
}

.privacy__contents {
  padding-inline: 15px;
}

.privacy__head {
  margin-top: 18px;
  font-size: 14px;
}

.privacy__item {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.privacy__item-list {
  padding-left: 28px;
}

.privacy__item-text {
  list-style: disc;
}
.privacy__item-text::marker {
  font-size: 10px;
}

.privacy__medium-list {
  padding-left: 28px;
}

.privacy__medium-list-item {
  list-style: circle;
}
.privacy__medium-list-item::marker {
  font-size: 10px;
}

.privacy__small-list {
  padding-left: 28px;
}

.privacy__small-list-item {
  list-style-type: decimal;
}
.privacy__small-list-item::marker {
  font-size: 14px;
}

.privacy__item-address {
  margin-top: 8px;
  padding-left: 28px;
}

.privacy__end {
  margin-top: 8px;
}

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

.apply__heading {
  width: 100%;
  height: 101px;
  background: #F67B0B;
  display: flex;
  align-items: center;
  position: relative;
}
.apply__heading::after {
  content: "";
  background: url(../img/form-img.webp) no-repeat;
  background-size: contain;
  width: 85px;
  max-width: 110px;
  aspect-ratio: 85/106;
  position: absolute;
  right: 24px;
  top: 6px;
}

.apply__title {
  width: 61.7333333333%;
  aspect-ratio: 470/131;
  margin: 22px 0 22px 24px;
}
.apply__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.apply__form {
  padding: 30px 30px 40px 30px;
}

.form__table {
  width: 100%;
}

.form__item {
  width: 100%;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

.form__item + .form__item {
  margin-top: 20px;
}

.form__label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
  cursor: pointer;
}

.label-required {
  display: inline-flex;
  justify-content: center;
  width: 46px;
  height: 17px;
  background: #b40000;
  border-radius: 30px;
  margin-left: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.form__input-box {
  width: 100%;
}

.form__radio-box {
  margin-top: 8px;
  display: flex;
}

.form__radio {
  display: block;
  cursor: pointer;
}

.form__radio + .form__radio {
  margin-left: 10px;
}

.form__text {
  margin-top: 8px;
  display: block;
  width: 100%;
  height: 38px;
  background: #efefef;
  border: none;
  padding: 0 16px;
  font-size: 16px;
}

.form__select {
  margin-top: 8px;
  height: 38px;
  background: #efefef;
  border: none;
}

.form-year {
  width: 26.9841269841%;
}

.form-month,
.form-day {
  width: 16.1904761905%;
}

.form-address {
  width: 100%;
}

.form__item .date {
  margin: 0 10px 0 8px;
  font-size: 15px;
  font-weight: 500;
}

.form__btn-box {
  margin-top: 30px;
}

.apply .btn-box {
  background: url(../img/bg-img.webp);
  padding: 20px 0 25px 0;
}
.apply .btn-box .contact__btn-line {
  margin-top: 26px;
}

.apply .contact__text {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  width: 205px;
  margin-inline: auto;
  position: relative;
}
.apply .contact__text .line,
.apply .contact__text .tel,
.apply .contact__text .font-large {
  font-size: 26px;
}
.apply .contact__text .line {
  color: #02be03;
}
.apply .contact__text .tel {
  color: #F67B0B;
}
.apply .contact__text::before, .apply .contact__text::after {
  content: "";
  background: url(../img/example-icon.webp) no-repeat;
  width: 37px;
  aspect-ratio: 37/46;
  position: absolute;
  bottom: 5px;
}
.apply .contact__text::before {
  left: -50px;
}
.apply .contact__text::after {
  scale: -1 1;
  right: -48px;
}

.company .inner {
  padding: 120px 0 200px;
  background: #EAFBEB;
}

.company__title-jp {
  font-size: 20px;
  text-align: center;
}

.company__title-en {
  margin-top: 12px;
  color: #5bc761;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.company__list {
  margin-top: 80px;
  padding-inline: 20px;
}

.company__row {
  display: flex;
  margin-bottom: 18px;
}

.company__list-term {
  width: 80px;
  color: #F67B0B;
  font-weight: bold;
  line-height: 1.8;
  flex-shrink: 0;
}

.company__list-desc {
  padding-left: 10px;
  line-height: 1.8;
}
.company__list-desc a {
  color: #000000;
}

@media (any-hover: hover) {
  .company__list-desc a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */