@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0;
  border: none;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 0em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 737px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #606060;
  text-decoration: none;
}

a:visited {
  color: #606060;
  text-decoration: none;
}

a:hover {
  color: #606060;
  text-decoration: none;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/*===Page Body ============================================*/
body {
  color: #606060 !important;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 85px;
}
@media screen and (max-width: 736px) {
  body {
    padding-top: 62px;
  }
}
body.non_scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

section.back-color {
  background-color: #707070;
}

.contents-inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .contents-inner {
    width: 90%;
    padding: 12vw 0;
  }
}

@media screen and (max-width: 736px) {
  .pc_img {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_img {
    display: block;
  }
}

.fadeIn,
.fadeIn_mv01,
.fadeIn_mv02,
.fadeIn_mv03,
.fadeIn_mv04,
.fadeIn_mv05,
.fadeIn_mv06 {
  opacity: 0;
  transition: 0.7s;
}
.fadeIn.is-show,
.fadeIn_mv01.is-show,
.fadeIn_mv02.is-show,
.fadeIn_mv03.is-show,
.fadeIn_mv04.is-show,
.fadeIn_mv05.is-show,
.fadeIn_mv06.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_mv01 {
  transition-delay: 0.3s;
}

.fadeIn_mv02 {
  transition-delay: 1s;
}

.fadeIn_mv03 {
  transition-delay: 1.5s;
}

.fadeIn_mv04 {
  transition-delay: 2s;
}

.fadeIn_mv05 {
  transition-delay: 2.5s;
}

.fadeIn_mv06 {
  transition-delay: 3s;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_br {
    display: block;
  }
}

ul {
  margin: 0;
}
ul li {
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
}

.loop-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.section {
  background: #f1f1f1;
  padding: 100px 0;
}
@media screen and (max-width: 736px) {
  .section {
    padding: 16vw 0;
  }
}
.section--white {
  background: #fff;
}
.section__inner {
  width: min(1000px, 90%);
  margin: auto;
}
.section__inner--wide {
  width: min(1200px, 94%);
}
.section__title {
  color: #38B48B;
  font-size: 35px;
  text-align: center;
  margin: 0 0 60px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .section__title {
    font-size: 7vw;
    margin-bottom: 10vw;
  }
}
.section__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 24px auto 0;
  background: currentColor;
}
.section__title--orange {
  color: #FF7907;
}
.section__title--orange .rakuraku-icon {
  width: 70px;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (max-width: 736px) {
  .section__title--orange .rakuraku-icon {
    width: 54px;
  }
}
.section__sub, .section__copy {
  text-align: center;
  margin: -35px 0 55px;
  line-height: 1.8;
}
@media screen and (max-width: 736px) {
  .section__sub, .section__copy {
    margin-top: -6vw;
  }
}
.section__sub {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: #38B48B;
}

.hero {
  background-color: #C4E8DB;
}
.hero__visual {
  margin: auto;
  position: relative;
  z-index: 0;
}
.hero__visual--pc {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.hero__visual--sp {
  display: none;
}
.hero__copy {
  width: 1000px;
  z-index: 1;
}
.hero__side {
  width: min(34vw, 644px);
  margin: 0 -9vw;
  position: absolute;
  width: auto;
  height: 100%;
  z-index: -1;
}
.hero__side--left {
  top: 0;
  left: 0;
  -o-object-position: left center;
     object-position: left center;
}
.hero__side--right {
  top: 0;
  right: 0;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 736px) {
  .hero__visual--pc {
    display: none;
  }
  .hero__visual--sp {
    display: block;
  }
}

.problem .section__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.problem .section__title::before, .problem .section__title::after {
  content: "";
  position: absolute;
  top: 57%;
  width: 85px;
  height: 4px;
  margin: 0;
  background: #38B48B;
}
.problem .section__title::before {
  left: -95px;
  transform: rotate(55deg);
}
.problem .section__title::after {
  right: -95px;
  transform: rotate(-55deg);
}
.problem .section__title .rakuraku-icon {
  width: 70px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .problem .section__title .rakuraku-icon {
    width: 54px;
  }
}
.problem__cards {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.problem__card {
  margin-top: 28px;
  text-align: center;
  background: #cce9df;
  border-radius: 15px;
}
.problem__card-title {
  width: calc(100% - 12px);
  color: #fff;
  background: #38B48B;
  padding: 11px 30px;
  min-height: 66px;
  margin: -28px auto 0;
  border-radius: 28px;
  font-size: 17px;
  line-height: 1.2;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.problem__card:last-child .problem__card-title {
  margin-top: -40px;
}
.problem__image {
  width: auto;
  height: 132px;
  margin: 14px auto 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem__lead {
  color: #FF7907;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin: 66px 0 66px;
  position: relative;
}
.problem__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 33px;
  height: 33px;
  border-right: 5px solid #FF7907;
  border-bottom: 5px solid #FF7907;
  transform: translateX(-50%) rotate(45deg);
}
.problem__more {
  width: 260px;
  margin: 58px auto 14px;
  padding: 8px 20px;
  border-radius: 24px;
  color: #fff;
  background: #38B48B;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
.problem__points {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: #38B48B;
  border-radius: 20px;
  overflow: hidden;
}
.problem__points span {
  padding: 17px 12px 20px;
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  border-right: 3px solid #fff;
  line-height: 1.2;
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;*/
}
.problem__points span img {
  width: 100%;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.problem__points span:last-child {
  border-right: 0;
}
.problem__points span.small {
  display: block;
  padding: 0 0 3px 0;
  font-size: 16px;
}
.problem__office {
  max-width: 100%;
  margin: 30px auto 0;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 1.65fr;
  align-items: center;
  padding: 15px;
}
.problem__office-logo {
  width: 190px;
  height: auto;
  margin-left: 40px;
}
.problem__office-copy {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 700;
}
.problem__office-image {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 42%;
     object-position: center 42%;
}
@media screen and (max-width: 736px) {
  .problem__cards, .problem__points {
    grid-template-columns: 1fr;
  }
  .problem__card-title {
    min-height: auto;
  }
  .problem .section__title::before, .problem .section__title::after {
    display: none;
  }
  .problem__lead {
    margin-top: 14vw;
    font-size: 5.5vw;
  }
  .problem__more {
    width: 55vw;
    font-size: 4.8vw;
  }
  .problem__points span {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .problem__office {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }
  .problem__office-copy {
    min-height: 24vw;
    padding: 4vw;
  }
  .problem__office-logo {
    width: 38vw;
    margin-left: 4vw;
  }
  .problem__office-copy {
    font-size: 3.2vw;
  }
  .problem__office-image {
    grid-column: 1/-1;
    height: 34vw;
  }
}

.benefit-list {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.benefit-list__item {
  background: #fff;
  min-height: 128px;
  border-radius: 15px;
  padding: 30px 42px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
}
.benefit-list__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
.benefit-list__caption {
  display: block;
  margin-bottom: 2px;
  color: #606060;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.benefit-list__copy {
  color: #606060;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}
.benefit-list__accent {
  text-decoration: none;
}
.benefit-list__accent--orange {
  color: #FF7907;
}
.benefit-list__accent--green {
  color: #38B48B;
}
.benefit-list__image {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  .benefit-list__item {
    padding: 5vw;
    font-size: 4vw;
    gap: 4vw;
  }
  .benefit-list__caption {
    font-size: 3.4vw;
  }
  .benefit-list__copy {
    font-size: 4.5vw;
  }
  .benefit-list__image {
    width: 20vw;
    height: 20vw;
    flex-basis: 20vw;
  }
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.steps__item {
  border: 4px solid #38B48B;
  border-radius: 16px;
  text-align: center;
  padding: 50px 25px 23px;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #606060;
}
.steps__item:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 4px solid #38B48B;
  border-right: 4px solid #38B48B;
  transform: rotate(45deg);
  right: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.steps__item:last-child:after {
  display: none;
}
.steps__label {
  color: #fff;
  background: #38B48B;
  border-radius: 30px;
  padding: 10px;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  width: 64%;
  margin: auto;
  font-weight: 600;
}
.steps__text {
  line-height: 1.3;
}
.steps__text .big {
  font-size: 24px;
}
.steps__text .small {
  display: block;
  font-size: 16px;
}
.steps__image {
  width: 65%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto auto 20px;
}
@media screen and (max-width: 736px) {
  .steps__list {
    grid-template-columns: 1fr;
    gap: 15vw;
  }
}

.price-card {
  width: 860px;
  max-width: 100%;
  margin: 82px auto 0;
  padding: 58px 65px 34px;
  border: 3px solid #38B48B;
  border-radius: 16px;
  background: #e3f1ed;
  position: relative;
  box-sizing: border-box;
}
.price-card__title {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 440px;
  max-width: 80%;
  margin: 0;
  padding: 11px 20px;
  border: 3px solid #38B48B;
  border-radius: 38px;
  color: #38B48B;
  background: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.price-card__title small {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}
.price-card__item {
  min-height: 142px;
  padding: 25px 0;
  border-bottom: 1px solid #aeb7b4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 215px;
  gap: 30px;
  align-items: center;
}
.price-card__item:last-child {
  border-bottom: 0;
}
.price-card__body {
  min-width: 0;
}
.price-card__body h4 {
  margin: 0 0 15px;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.price-card__body h4 span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: #38B48B;
  font-size: 15px;
  line-height: 1;
}
.price-card__description, .price-card__note {
  margin: 0 0 0 32px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.price-card__note {
  margin-top: 8px;
  color: #606060;
}
.price-card__amount {
  text-align: right;
}
.price-card__amount strong,
.price-card__amount span,
.price-card__amount b {
  display: block;
}
.price-card__amount strong {
  color: #FF7907;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
.price-card__amount span {
  margin-top: 5px;
  color: #38B48B;
  font-size: 18px;
  font-weight: 700;
}
.price-card__amount b {
  margin-top: 12px;
  color: #FF7907;
  font-size: 20px;
}
.price-card__option-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #FF7907;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.price-card__option-link:link, .price-card__option-link:visited, .price-card__option-link:hover, .price-card__option-link:focus {
  color: #FF7907;
}
.price-card__option-link span {
  color: #FF7907;
}
.price-card__option-link i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FF7907;
  position: relative;
}
.price-card__option-link i::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.price-card__amount--estimate strong {
  font-size: 31px;
}
.price-card--orange {
  scroll-margin-top: 115px;
  border-color: #FF7907;
  background: #f7e6da;
}
.price-card--orange .price-card__title {
  border-color: #FF7907;
  color: #FF7907;
}
.price-card--orange .price-card__body h4 span {
  background: #FF7907;
}
.price-card--orange .price-card__amount span {
  color: #606060;
}
.price-card--compact {
  min-height: 205px;
  padding-top: 62px;
}
.price-card__center {
  text-align: center;
}
.price-card__center strong {
  font-size: 21px;
  font-weight: 700;
}
.price-card__center p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.65;
}
.price-card--research {
  padding-top: 62px;
}
.price-card--research .price-card__item {
  border: 0;
}
.price-card--research .price-card__body h4 {
  margin-left: 0;
}
.price-card--research .price-card__description {
  margin-left: 0;
}
.price-card--blue {
  border-color: #609bf1;
  background: #e2eaf8;
}
.price-card--blue .price-card__title {
  border-color: #609bf1;
  color: #609bf1;
}
.price-card--cancel .price-card__item {
  grid-template-columns: minmax(0, 1fr) 280px;
}
.price-card--cancel .price-card__body h4 span {
  background: #609bf1;
}
.price-card__caution {
  margin: 35px 0 0;
  padding: 22px 28px;
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 736px) {
  .price-card {
    margin-top: 18vw;
    padding: 14vw 5vw 7vw;
  }
  .price-card__title {
    top: -7vw;
    width: calc(100% - 10vw);
    max-width: none;
    padding: 2.5vw 3vw;
    font-size: 5.3vw;
  }
  .price-card__title small {
    font-size: 3.4vw;
  }
  .price-card__item {
    min-height: 0;
    padding: 6vw 0;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .price-card__body h4 {
    font-size: 4.5vw;
  }
  .price-card__body h4 span {
    width: 6vw;
    height: 6vw;
    font-size: 3.6vw;
  }
  .price-card__description, .price-card__note {
    margin-left: 0;
    font-size: 3.7vw;
  }
  .price-card__description br, .price-card__note br {
    display: none;
  }
  .price-card__amount {
    text-align: right;
  }
  .price-card__amount strong {
    font-size: 8.5vw;
  }
  .price-card__amount span {
    font-size: 4.3vw;
  }
  .price-card__amount--estimate strong {
    font-size: 7vw;
  }
  .price-card__option-link {
    font-size: 4.7vw;
    gap: 1.5vw;
  }
  .price-card__option-link i {
    width: 5.5vw;
    height: 5.5vw;
  }
  .price-card__option-link i::after {
    top: 1.4vw;
    left: 1.8vw;
    width: 1.7vw;
    height: 1.7vw;
    border-width: 0 0.5vw 0.5vw 0;
  }
  .price-card--compact {
    min-height: 44vw;
    padding-top: 14vw;
  }
  .price-card__center strong {
    font-size: 4.7vw;
  }
  .price-card__center p {
    font-size: 3.9vw;
  }
  .price-card__center p br {
    display: none;
  }
  .price-card--research, .price-card--cancel {
    padding: 14vw 5vw 7vw;
  }
  .price-card--cancel .price-card__item {
    grid-template-columns: 1fr;
  }
  .price-card__caution {
    padding: 5vw;
    font-size: 3.3vw;
  }
  .price-card__caution br {
    display: none;
  }
}

.cancel-list {
  margin: 0;
}
.cancel-list__detail {
  color: #609bf1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
.cancel-list__detail span {
  display: block;
  font-size: 17px;
}
.cancel-list__detail span.small {
  margin-top: 5px;
  color: #606060;
  font-size: 18px;
}
.cancel-list__price {
  display: block;
  color: #FF7907;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
.cancel-list__included {
  margin-top: 7px;
  color: #609bf1;
  font-size: 13px !important;
}
@media screen and (max-width: 736px) {
  .cancel-list__detail {
    font-size: 4.7vw;
    text-align: left;
  }
  .cancel-list__detail span {
    font-size: 3.8vw;
  }
  .cancel-list__detail span.small {
    margin-top: 1.3vw;
    font-size: 4.3vw;
  }
  .cancel-list__price {
    font-size: 8.5vw;
  }
  .cancel-list__included {
    font-size: 3.1vw !important;
  }
}

.pricing__terms {
  margin: 42px 0 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .pricing__terms {
    margin-top: 9vw;
    font-size: 3.8vw;
  }
}

.price-box {
  width: 860px;
  max-width: 100%;
  border: 3px solid #38B48B;
  background: #e6f3ef;
  border-radius: 16px;
  margin: 72px auto;
  padding: 58px 45px 28px;
  position: relative;
  font-size: 17px;
}
.price-box--orange {
  border-color: #FF7907;
  background: #fff1e5;
}
.price-box--orange .price-box__head span {
  background: #FF7907;
}
.price-box--orange .price-box__title {
  border-color: #FF7907;
  color: #FF7907;
}
.price-box--blue {
  border-color: #609bf1;
  background: #e9f0fc;
}
.price-box--blue .price-box__head span {
  background: #609bf1;
}
.price-box--blue .price-box__title {
  border-color: #609bf1;
  color: #609bf1;
}
.price-box--blue .price-box__row strong {
  color: #609bf1;
}
.price-box--summary {
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.price-box__title {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55%;
  text-align: center;
  color: #38B48B;
  background: #fff;
  border-radius: 32px;
  padding: 14px;
  font-size: 23px;
  border: 4px solid #38B48B;
  font-weight: 600;
}
.price-box__head, .price-box__row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.5fr;
  gap: 25px;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.price-box__head span {
  background: #38B48B;
  color: #fff;
  border-radius: 20px;
  padding: 8px;
  font-size: 17px;
  font-weight: 800;
}
.price-box__row {
  min-height: 76px;
  padding: 13px 0;
  border-bottom: 1px solid #aaa;
  line-height: 1.55;
}
.price-box__row:last-child {
  border: 0;
}
.price-box__row strong {
  color: #FF7907;
  font-size: 22px;
  line-height: 1.35;
}
.price-box__description {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .price-box {
    padding: 12vw 4vw 4vw;
    font-size: 4vw;
  }
  .price-box--summary {
    min-height: 38vw;
    padding-top: 12vw;
  }
  .price-box__title {
    left: 5%;
    width: 90%;
    font-size: 5.3vw;
  }
  .price-box__head {
    display: none;
  }
  .price-box__row {
    grid-template-columns: 1fr;
    gap: 1vw;
    padding: 5vw 0;
  }
  .price-box__row strong {
    font-size: 5vw;
  }
  .price-box__description {
    font-size: 4.2vw;
  }
}

.apply-button {
  width: min(620px, 90%);
  height: 86px;
  margin: 92px auto 0;
  padding: 0 35px;
  color: #fff;
  background: #FF7907;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.18);
  z-index: 0;
}
.apply-button:link, .apply-button:visited, .apply-button:hover, .apply-button:focus {
  color: #fff;
}
.apply-button__icon {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #FF7907;
  display: grid;
  place-items: center;
  z-index: -1;
}
.apply-button__icon img {
  width: 38px;
  height: 38px;
  filter: brightness(0) invert(1);
}
.apply-button__label {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding-top: 8px;
}
.apply-button__arrow {
  position: absolute;
  right: 32px;
  color: #fff;
  font-size: 47px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .apply-button {
    width: 100%;
    height: 18vw;
    margin-top: 20vw;
    padding: 0 10vw;
  }
  .apply-button__icon {
    top: -8vw;
    width: 16vw;
    height: 16vw;
  }
  .apply-button__icon img {
    width: 8vw;
    height: 8vw;
  }
  .apply-button__label {
    font-size: 4.8vw;
  }
  .apply-button__arrow {
    right: 6vw;
    font-size: 9vw;
  }
}

.button {
  display: block;
  width: min(520px, 90%);
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.button--orange {
  background: #FF7907;
}

.examples__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 52px;
       column-gap: 52px;
  row-gap: 76px;
  padding-top: 26px;
}
.examples__item {
  min-height: 390px;
  border: 2px solid #b6e2d5;
  background: #eef9f6;
  border-radius: 24px;
  padding: 62px 32px 34px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.examples__label {
  position: absolute;
  top: -25px;
  left: 13%;
  width: 74%;
  color: #fff;
  background: #38B48B;
  border-radius: 32px;
  margin: 0;
  padding: 11px 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.examples__title {
  color: #38B48B;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 800;
  margin: 0 0 10px;
  min-height: auto;
}
.examples__type {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 4px;
  min-height: auto;
}
.examples__price {
  color: #FF7907;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  min-height: auto;
}
.examples__tax-included {
  color: #606060;
  font-size: 17px;
  font-weight: 700;
  margin: 4px 0 0;
  min-height: auto;
}
.examples__breakdown {
  color: #FF7907;
  font-size: 19px;
  font-weight: 800;
  margin: 7px 0 0;
  min-height: auto;
}
.examples__discount {
  width: 90%;
  color: #fff;
  background: #FF7907;
  border-radius: 24px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 9px 12px;
  min-height: auto;
}
@media screen and (max-width: 736px) {
  .examples__grid {
    grid-template-columns: 1fr;
    gap: 18vw;
    padding-top: 4vw;
  }
  .examples__item {
    min-height: 0;
    padding: 14vw 6vw 8vw;
  }
  .examples__label {
    top: -6vw;
    font-size: 5.2vw;
    padding: 2vw;
  }
  .examples__title {
    font-size: 4.8vw;
  }
  .examples__type {
    font-size: 3.8vw;
  }
  .examples__price {
    font-size: 8.6vw;
  }
  .examples__tax-included {
    font-size: 4vw;
  }
  .examples__breakdown, .examples__discount {
    font-size: 4.4vw;
  }
}

.service-card {
  background: #fff;
  border-radius: 22px;
  padding: 50px;
  margin: 70px 0;
  position: relative;
}
.service-card__title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 33%;
  margin: auto;
  padding: 15px;
  color: #fff;
  background: #38B48B;
  border-radius: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
.service-card:nth-of-type(even) .service-card__title {
  background: #FF7907;
}
.service-card__row {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #bbb;
}
.service-card__row:last-child {
  border: 0;
}
.service-card__row h4 {
  color: #38B48B;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.service-card__row p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.service-card--simple {
  min-height: 205px;
  padding: 72px 50px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__description {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .service-card {
    padding: 12vw 5vw 5vw;
  }
  .service-card__title {
    left: 5%;
    width: 90%;
  }
  .service-card__row {
    grid-template-columns: 1fr;
    gap: 2vw;
  }
  .service-card--simple {
    min-height: 42vw;
    padding: 15vw 6vw 8vw;
  }
  .service-card__description {
    font-size: 4.3vw;
  }
}

.actual__logo {
  display: block;
  width: 64px;
  height: auto;
  margin: 0 auto 24px;
}
.actual .section__title {
  margin-bottom: 20px;
}
.actual__as-of {
  margin: 0 auto 24px;
  color: #606060;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  opacity: 0.8;
}
.actual__separate {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 46px;
  padding: 14px 24px;
  border: 2px solid #38B48B;
  border-radius: 12px;
  box-sizing: border-box;
  color: #38B48B;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.actual__heading {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 340px;
  max-width: 80%;
  margin: 0;
  padding: 12px 20px;
  border-radius: 32px;
  color: #fff;
  background: #38B48B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transform: translateX(-50%);
}
.actual__business-card {
  width: 900px;
  max-width: 100%;
  margin: 85px auto 0;
  padding: 70px 50px 25px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.actual__lead {
  margin: 0 auto 38px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.actual__lead p {
  margin: 0;
}
.actual__table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.actual__table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  gap: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #606060;
}
.actual__table > div:first-child {
  padding: 0;
  border-bottom: 0;
}
.actual__table > div:first-child b {
  color: #38B48B;
  background: rgba(56, 180, 139, 0.2);
  border-radius: 25px;
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
}
.actual__table > div:last-child {
  border: 0;
}
.actual__additional-fees {
  width: 860px;
  max-width: 100%;
  margin: 105px auto 0;
  display: grid;
  gap: 105px;
}
.actual__fee-card {
  min-height: 365px;
  padding: 68px 58px 48px;
  border-radius: 22px;
  background: #fff;
  position: relative;
}
.actual__fee-title {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 340px;
  max-width: 80%;
  margin: 0;
  padding: 12px 20px;
  border-radius: 32px;
  color: #fff;
  background: #FF7907;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transform: translateX(-50%);
}
.actual__fee-description {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}
.actual__fee-detail {
  width: 610px;
  max-width: 90%;
  margin: 34px auto 0;
  padding: 25px 38px;
  border-radius: 14px;
  background: #fff7d9;
}
.actual__fee-list {
  margin: 0;
  padding: 0;
}
.actual__fee-list li {
  margin: 0 0 8px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.actual__fee-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF7907;
}
.actual__fee-list li:last-child {
  margin-bottom: 0;
}
.actual__fee-note {
  margin: 10px 0 0;
  color: #FF7907;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .actual__logo {
    width: 14vw;
    margin-bottom: 5vw;
  }
  .actual .section__title {
    margin-bottom: 5vw;
  }
  .actual__as-of {
    margin-bottom: 5vw;
    font-size: 3.6vw;
  }
  .actual__separate {
    margin-bottom: 10vw;
    padding: 3.5vw 4vw;
    border-radius: 3vw;
    font-size: 4.2vw;
  }
  .actual__heading {
    top: -6vw;
    width: calc(100% - 12vw);
    max-width: none;
    padding: 2.5vw 4vw;
    font-size: 5.3vw;
    box-sizing: border-box;
  }
  .actual__business-card {
    width: 100%;
    margin-top: 14vw;
    padding: 15vw 4vw 3vw;
  }
  .actual__lead {
    margin-bottom: 10vw;
    font-size: 3.8vw;
  }
  .actual__lead br {
    display: none;
  }
  .actual__table {
    padding: 0;
  }
  .actual__additional-fees {
    width: 100%;
    min-width: 0;
    margin-top: 20vw;
    gap: 22vw;
  }
  .actual__fee-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 15vw 6vw 8vw;
    box-sizing: border-box;
    overflow: visible;
  }
  .actual__fee-title {
    top: -6vw;
    width: calc(100% - 12vw);
    max-width: none;
    padding: 2.5vw 4vw;
    font-size: 5.3vw;
    box-sizing: border-box;
  }
  .actual__fee-description {
    font-size: 3.8vw;
  }
  .actual__fee-description br {
    display: none;
  }
  .actual__fee-detail {
    width: 100%;
    max-width: 100%;
    margin-top: 7vw;
    padding: 5vw;
    box-sizing: border-box;
  }
  .actual__fee-list li {
    padding-left: 4vw;
    font-size: 3.8vw;
    overflow-wrap: anywhere;
  }
  .actual__fee-list li::before {
    width: 1.8vw;
    height: 1.8vw;
  }
  .actual__fee-note {
    font-size: 3.6vw;
  }
}

.voices__slider {
  padding-bottom: 55px !important;
  width: 100vw;
  margin-left: calc((100vw - 1200px) / 2 * -1) !important;
  padding-left: calc((100vw - 1200px) / 2) !important;
}
@media screen and (max-width: 736px) {
  .voices__slider {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
  }
}

.voice-card {
  background: #e9f8f3;
  border: 4px solid #38B48B;
  border-radius: 22px;
  padding: 40px;
  height: auto !important;
  width: 790px !important;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .voice-card {
    width: 120vw !important;
  }
}
.voice-card__head {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 2px solid #38B48B;
  padding-bottom: 20px;
}
.voice-card__head img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.voice-card__head h3,
.voice-card__head p {
  color: #38B48B;
  margin: 0;
  font-weight: bold;
}
.voice-card__head h3 small,
.voice-card__head p small {
  width: 110px;
  background-color: #38B48B;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  display: inline-block;
  padding: 6px 0;
  margin-left: 10px;
}
.voice-card__head h3 {
  font-size: 27px;
  line-height: 1.1;
  display: flex;
  position: relative;
}
.voice-card dt {
  color: #38B48B;
  font-weight: 800;
  margin-top: 25px;
  font-size: 18px;
}
.voice-card dd {
  margin: 8px 0;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
  color: #606060;
}

.flow img {
  display: block;
  margin: auto;
}

.flow-caption-text {
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  font-size: 18px;
}
.flow-caption-text a {
  text-decoration: underline;
}

.line-guide {
  background: #2dcc37;
  color: #fff;
  padding: 75px 0;
}
.line-guide__inner {
  width: min(760px, 90%);
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}
.line-guide__inner div {
  text-align: center;
}
.line-guide__inner h2 {
  font-size: 32px;
  font-weight: 600;
}
.line-guide__inner p {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.line-guide__inner > div > img {
  width: 110px;
  margin: 40px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.line-guide__capture {
  width: 180px;
  border-radius: 18px;
}
@media screen and (max-width: 736px) {
  .line-guide__inner {
    flex-direction: column;
    text-align: center;
  }
  .line-guide__capture {
    margin-top: 10vw;
  }
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.faq__item {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  padding: 34px 40px 38px;
  min-height: 280px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.faq__question {
  color: #38B48B;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #38B48B;
}
.faq__answer {
  margin: 24px 0 0;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .faq__grid {
    grid-template-columns: 1fr;
  }
  .faq__item {
    min-height: 0;
    padding: 7vw;
  }
  .faq__question {
    font-size: 5vw;
  }
}

.series {
  text-align: center;
}
.series p {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 35px;
}
.series picture img {
  border-radius: 24px;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  height: 85px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0666666667);
}
.header__inner {
  height: 100%;
  margin: auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .header__inner {
    padding: 0 13px;
  }
}
.header__logo {
  width: 175px;
}
.header__nav {
  display: flex;
  gap: 28px;
}
.header__nav a {
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav a:hover {
    opacity: 0.7;
  }
}
.header__menu {
  display: none;
}
@media screen and (max-width: 736px) {
  .header {
    height: 62px;
  }
  .header__logo {
    width: 135px;
  }
  .header__nav {
    display: none;
  }
  .header__menu {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    margin-top: 2px;
  }
  .header__menu span {
    display: block;
    width: 33px;
    height: 3px;
    position: absolute;
    left: 8px;
    background: #38B48B;
    transition: top 0.3s ease, transform 0.3s ease, opacity 0.2s ease;
  }
  .header__menu span:nth-child(1) {
    top: 11px;
  }
  .header__menu span:nth-child(2) {
    top: 21px;
  }
  .header__menu span:nth-child(3) {
    top: 31px;
  }
  .header__menu[aria-expanded=true] span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  .header__menu[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .header__menu[aria-expanded=true] span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
}

.fixed-apply {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 70px;
  min-height: 260px;
  background: #FF7907;
  color: #fff;
  padding: 18px 12px;
  border-radius: 14px 0 0 14px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.fixed-apply:link, .fixed-apply:visited, .fixed-apply:hover, .fixed-apply:focus {
  color: #fff;
}
.fixed-apply__icon {
  width: 38px;
  height: 38px;
  filter: brightness(0) invert(1);
}
.fixed-apply__text {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 736px) {
  .fixed-apply {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 0;
    border-radius: 0;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .fixed-apply__icon {
    width: 25px;
    height: 25px;
  }
  .fixed-apply__text {
    writing-mode: horizontal-tb;
    font-size: 16px;
  }
  .fixed-apply__text br {
    display: none;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-nav {
    display: flex;
    position: fixed;
    inset: 62px 0 0;
    z-index: 990;
    background: rgba(56, 180, 139, 0.98);
    padding: 10vw;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .sp-nav a {
    color: #fff;
    padding: 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5333333333);
    font-size: 4.5vw;
    font-weight: 600;
  }
  .sp-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.cta {
  background: #eaf8f5;
  padding: 42px 0 48px;
}
.cta__inner {
  width: min(760px, 90%);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cta__button {
  height: 88px;
  border-radius: 50px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__button--apply {
  width: 680px;
  max-width: 100%;
  color: #fff;
  background: #FF7907;
  gap: 22px;
}
.cta__button--apply:link, .cta__button--apply:visited, .cta__button--apply:hover, .cta__button--apply:focus {
  color: #fff;
}
.cta__button--apply .cta__label,
.cta__button--apply .cta__label small {
  color: #fff;
}
.cta__button--line {
  width: 520px;
  max-width: 90%;
  color: #00b900;
  background: #fff;
  border: 5px solid #00b900;
  overflow: hidden;
  justify-content: flex-start;
}
.cta__button--line:link, .cta__button--line:visited, .cta__button--line:hover, .cta__button--line:focus {
  color: #00b900;
}
.cta__button--line .cta__label {
  color: #00b900;
}
.cta__icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.cta__icon--check {
  width: 66px;
  height: 58px;
  filter: brightness(0) invert(1);
}
.cta__icon-box {
  align-self: stretch;
  width: 120px;
  flex: 0 0 120px;
  background: #00b900;
  display: grid;
  place-items: center;
}
.cta__icon--line {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px;
}
@media screen and (max-width: 736px) {
  .cta__icon--line {
    padding: 4px;
  }
}
.cta__label {
  font-size: 28px;
  line-height: 1.15;
  text-align: left;
}
.cta__label small {
  display: block;
  font-size: 16px;
  text-align: center;
}
.cta__button--line .cta__label {
  flex: 1;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 736px) {
  .cta {
    padding: 8vw 0 9vw;
  }
  .cta__button {
    height: 18vw;
  }
  .cta__button--apply, .cta__button--line {
    width: 100%;
    max-width: 100%;
  }
  .cta__button--line {
    border-width: 3px;
  }
  .cta__icon--check {
    width: 11vw;
    height: 10vw;
  }
  .cta__icon-box {
    width: 20vw;
    flex-basis: 20vw;
  }
  .cta__icon--line {
    width: 10vw;
    height: 10vw;
  }
  .cta__label {
    font-size: 5.5vw;
  }
  .cta__label small {
    font-size: 3.2vw;
  }
  .cta__button--line .cta__label {
    font-size: 4.7vw;
  }
}

.footer {
  background: #f1f1f1;
}
.footer__inner {
  width: min(1000px, 90%);
  margin: auto;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.footer__info > img {
  width: 250px;
}
.footer__info > p {
  font-size: 16px;
  font-weight: 600;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 28px 0 30px;
}
.footer__company {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
.footer__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__tel-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__tel {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}
.footer__tel:link, .footer__tel:visited, .footer__tel:hover, .footer__tel:focus {
  color: #606060;
}
.footer__tel-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  padding: 13px;
  border-radius: 50%;
  background: #38B48B;
  -o-object-fit: contain;
     object-fit: contain;
  box-sizing: border-box;
}
.footer__hours {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-content: start;
}
.footer__nav-column {
  padding: 6px 28px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  border-left: 1px solid #c8c8c8;
}
.footer__nav-column + .footer__nav-column {
  border-left: 1px solid #c8c8c8;
}
.footer__nav-column a {
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  transition: all 0.3s ease;
}
.footer__nav-column a:link, .footer__nav-column a:visited, .footer__nav-column a:hover, .footer__nav-column a:focus {
  color: #606060;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav-column a:hover {
    opacity: 0.7;
  }
}
.footer__copy {
  background: #38B48B;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .footer {
    padding-bottom: 42px;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .footer__nav {
    display: none;
  }
  .footer__nav-column {
    padding: 5vw 0;
    gap: 4vw;
    border-top: 1px solid #c8c8c8;
  }
  .footer__nav-column + .footer__nav-column {
    border-left: 0;
  }
  .footer__nav-column a {
    font-size: 3.8vw;
  }
  .footer__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 4vw;
  }
  .footer__tel {
    font-size: 6vw;
  }
  .footer__phone {
    gap: 3vw;
  }
  .footer__tel-icon {
    width: 12vw;
    height: 12vw;
    flex-basis: 12vw;
    padding: 3vw;
  }
  .footer__hours {
    font-size: 3vw;
  }
}

/*==== Layout Module ==============================================*/
.c-section .l-inner {
  width: 1000px;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 736px) {
  .c-section .l-inner {
    width: 90%;
  }
}
.c-section.has-bg {
  background-color: rgba(66, 253, 63, 0.09);
}
.c-section--heading01 .l-inner, .c-section--heading02 .l-inner, .c-section--heading03 .l-inner {
  padding-bottom: 0;
}

.single-unit .c-section {
  padding: 30px 0;
}
.single-unit .c-section--heading01, .single-unit .c-section--heading02, .single-unit .c-section--heading03, .single-unit .c-section--heading04, .single-unit .c-section--question {
  padding-bottom: 0;
}

.c-spacer {
  height: 30px;
}

.c-heading--h2 {
  font-weight: 600;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .c-heading--h2 {
    font-size: 1.8rem;
  }
}
.c-heading--h3 {
  font-weight: 600;
  margin: 0;
}
.c-heading--h4 {
  font-weight: 600;
  color: #38B48B;
  margin: 0;
}

.c-copy {
  font-size: 1.15rem;
}

.c-text {
  line-height: 2;
}

.c-media {
  position: relative;
}
.c-media:after {
  content: "";
  display: block;
  clear: both;
}
.c-media__img {
  width: 430px;
  height: 290px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-media__img {
    width: 100%;
    height: 60vw;
    margin-bottom: 5vw;
  }
}
.c-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media__body {
  width: 530px;
}
@media screen and (max-width: 736px) {
  .c-media__body {
    width: 100%;
  }
}
.c-media__title {
  font-weight: 500;
  color: #38B48B;
  margin-bottom: 20px;
}
.c-media__text {
  line-height: 2;
}

.is-image_text_arrangement-left .c-media__body,
.is-image_text_place-right .c-media__body {
  float: left;
}
.is-image_text_arrangement-left .c-media__img,
.is-image_text_place-right .c-media__img {
  float: right;
}

.is-image_text_arrangement-right .c-media__body,
.is-image_text_place-left .c-media__body {
  float: right;
}
.is-image_text_arrangement-right .c-media__img,
.is-image_text_place-left .c-media__img {
  float: left;
}

.is-image_text_design-design .c-media__body {
  width: 645px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__body {
    width: 100%;
  }
}
.is-image_text_design-design .c-media__img {
  width: calc((100vw - 1000px) / 4 + 300px);
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__img {
    width: calc(100% + 5vw);
    height: 60vw;
  }
}
.is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
  margin-right: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
    margin-right: -5vw;
    border-radius: 30px 0 0 30px;
  }
}
.is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
  margin-left: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
    margin-left: -5vw;
    border-radius: 0 30px 30px 0;
  }
}

.c-image-grid {
  display: grid;
}
.c-image-grid__item {
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-image-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-image_column_num-num01 .c-image-grid {
  grid-template-columns: 1fr;
  gap: 30px 0;
}
.is-image_column_num-num01 .c-image-grid__item {
  width: calc((100vw - 1000px) * 0.3 + 1000px);
  height: 700px;
  margin-left: calc((100vw - 1000px) / 2 * 0.3 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num01 .c-image-grid__item {
    width: 100%;
    height: 60vw;
    margin-left: 0;
  }
}

.is-image_column_num-num02 .c-image-grid {
  grid-template-columns: 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid {
    gap: 3vw;
  }
}
.is-image_column_num-num02 .c-image-grid__item {
  width: 475px;
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.is-image_column_num-num03 .c-image-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
}
.is-image_column_num-num03 .c-image-grid__item {
  width: 310px;
  height: 230px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.has-bg .c-image-grid__item {
  background-color: #fff;
}

.c-link-module {
  display: grid;
}
.c-link-module__item {
  width: 320px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .c-link-module__item {
    width: 100%;
  }
}
.c-link-module__link {
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.c-link-module__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FF7907;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover:after {
    right: -13px;
  }
}
.c-link-module__thumb {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
}
.c-link-module__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-link-module__body {
  border-radius: 30px;
  padding: 45px 40px;
  flex: 1;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-link-module__title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.is-link_module_column-column02 .c-link-module {
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module {
    grid-template-columns: 1fr;
  }
}
.is-link_module_column-column02 .c-link-module__item {
  width: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__item {
    width: 100%;
  }
}
.is-link_module_column-column02 .c-link-module__thumb {
  height: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__thumb {
    height: 320px;
  }
}

.is-link_module_column-column03 .c-link-module {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column03 .c-link-module {
    grid-template-columns: 1fr;
  }
}

.c-section--list_module_m .c-link-module__item {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 265px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__item:last-child {
  margin-bottom: 0;
}
.c-section--list_module_m .c-link-module__link {
  display: block;
  width: calc(100% + 265px);
  height: 100%;
  position: relative;
  margin-left: -265px;
  padding-left: 265px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__link:after {
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link:after {
    top: auto;
    bottom: -3vw;
    right: -3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section--list_module_m .c-link-module__link:hover:after {
    right: -23px;
  }
}
.c-section--list_module_m .c-link-module__thumb {
  width: 265px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__thumb {
    width: 100%;
    position: static;
    height: 60vw;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
  width: calc(100% + 370px);
  margin-left: -370px;
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
  width: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
    width: 100%;
  }
}

.has-bg .c-link-module__body {
  background-color: #fff;
}

.is-link_module_box-link_module_box .l-inner {
  background-color: rgba(66, 253, 63, 0.09);
  padding: 95px 5vw;
  width: calc(1000px + 10vw);
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  .is-link_module_box-link_module_box .l-inner {
    width: 90%;
  }
}
.is-link_module_box-link_module_box .l-inner .c-link-module__body {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner .c-link-module__body {
  background-color: rgba(66, 253, 63, 0.09);
}

.c-map {
  width: 100%;
  height: 570px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-map {
    width: 100%;
    height: 70vw;
    margin: auto;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-youtube {
  width: 100%;
  height: 560px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-youtube {
    height: 55vw;
  }
}
.c-youtube__inner {
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-table__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CFCFCF;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  .c-table__row {
    padding: 28px 0;
  }
}
.c-table__th {
  width: 275px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .c-table__th {
    width: 100%;
    margin-bottom: 3vw;
    font-weight: 600;
  }
}
.c-table__td {
  width: 700px;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .c-table__td {
    width: 100%;
    font-size: 0.9rem;
  }
}

.c-btn,
.c-back {
  min-width: 450px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
  background-color: #38B48B;
}
@media screen and (max-width: 736px) {
  .c-btn,
  .c-back {
    width: 100%;
    min-width: 100%;
  }
}
.c-btn__link,
.c-back__link {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 21px 50px;
  position: relative;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link,
  .c-back__link {
    font-size: 0.9rem;
  }
}
.c-btn__link:after,
.c-back__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(../img/global/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link:after,
  .c-back__link:after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link,
  .c-back:hover .c-btn__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link:after,
  .c-back:hover .c-btn__link:after {
    right: 22px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link,
  .c-back:hover .c-back__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link:after,
  .c-back:hover .c-back__link:after {
    right: auto;
    left: 22px;
  }
}

.c-back__link:after {
  transform: scale(-1, 1);
  right: auto;
  left: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .c-section--filelink_btn .c-btn:hover .c-btn__link:after {
    right: 25px;
  }
}
.c-section--filelink_btn .c-btn .c-btn__link:after {
  width: 23px;
  height: 28px;
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".pdf"]:after {
  background-image: url("../img/parts/icon_pdf_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".xls"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".xlsx"]:after {
  background-image: url("../img/parts/icon_excel_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".doc"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".docx"]:after {
  background-image: url("../img/parts/icon_word_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".ppt"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".pptx"]:after {
  background-image: url("../img/parts/icon_pp_w.svg");
}

.c-section--link_btn .l-inner,
.c-section--filelink_btn .l-inner,
.c-section--back_btn .l-inner {
  text-align: center;
}

.c-section--link_btn,
.c-section--filelink_btn {
  text-align: center;
}

.c-qa__q {
  position: relative;
  font-size: 1.1rem;
  padding-left: 29px;
  font-weight: 600;
}
.c-qa__q:before {
  content: "Q";
  color: #38B48B;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
}
.c-qa__q:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  transition: all 0.3s ease;
  display: none;
}
.c-qa__a {
  padding: 22px 0 0 29px;
  margin-top: 25px;
  position: relative;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
}
.c-qa__a:before {
  content: "A";
  color: #38B48B;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 22px;
}
.c-qa__item {
  background-color: rgba(66, 253, 63, 0.09);
  border-radius: 10px;
  border: 1px solid rgba(8, 8, 8, 0.15);
  margin-bottom: 30px;
  padding: 32px 40px;
  cursor: pointer;
}
.c-qa__item:last-child {
  margin-bottom: 0;
}
.c-qa__item.open .c-qa__q:after {
  transform: rotate(-45deg);
}

.has-bg .c-qa__item {
  background-color: #fff;
}

.c-section--question {
  position: relative;
}
.c-section--question:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: calc(100% - 45px);
  left: 0;
  top: 30px;
  background-color: #38B48B;
}
.c-section--question span {
  color: #38B48B;
  opacity: 0.5;
  letter-spacing: 0.015em;
  line-height: 1;
  padding-left: 20px;
}
.c-section--question .c-question {
  color: #38B48B;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 20px;
}

div b,
p b {
  background: linear-gradient(transparent 60%, rgba(56, 180, 139, 0.4) 0%);
  display: inline;
  padding: 0 1px 1px;
}

.flow-inner {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1) !important;
  padding-left: calc((100vw - 1000px) / 2) !important;
}
@media screen and (max-width: 736px) {
  .flow-inner {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
  }
}

.c-flow__item {
  width: 360px !important;
  height: auto !important;
  border-radius: 30px;
  border: 1px solid #38B48B;
  padding: 40px;
  background-color: rgba(56, 180, 139, 0.03);
  margin-right: 50px;
  position: relative;
  counter-increment: flow;
}
@media screen and (max-width: 736px) {
  .c-flow__item {
    width: 250px !important;
    margin-right: 7vw;
    padding: 35px 30px;
  }
}
.c-flow__num {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #38B48B;
  border-radius: 50%;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-flow__num {
    width: 48px;
    height: 48px;
    margin-bottom: 4vw;
  }
}
.c-flow__num:before {
  content: counter(flow);
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .c-flow__num:before {
    font-size: 1.3rem;
  }
}
.c-flow__num:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #38B48B;
  height: 2px;
  width: 322px;
  left: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-flow__num:after {
    width: calc(190px + 7vw);
    left: 38px;
  }
}
.c-flow__title {
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .c-flow__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 736px) {
  .c-flow__text {
    font-size: 0.9rem;
  }
}
.c-flow__item:last-child .c-flow__num:after {
  display: none;
}

.has-bg .c-flow__item {
  background-color: #fff;
}

.lower-page__hero {
  min-height: 170px;
  padding: 30px 5%;
  background: #e2f7f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-page__hero h1 {
  margin: 0;
  color: #38B48B;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.lower-page__inner {
  width: min(1000px, 90%);
  margin: auto;
  padding: 62px 0 90px;
  font-size: 16px;
  line-height: 1.75;
}
.lower-page__item + .lower-page__item {
  margin-top: 64px;
}
.lower-page__item h2 {
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #38B48B;
  color: #38B48B;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
}
.lower-page__content {
  margin-top: 22px;
}
@media screen and (max-width: 736px) {
  .lower-page__hero {
    min-height: 34vw;
    padding: 6vw 5%;
  }
  .lower-page__hero h1 {
    font-size: 6vw;
  }
  .lower-page__inner {
    padding: 12vw 0 18vw;
    font-size: 3.8vw;
  }
  .lower-page__item + .lower-page__item {
    margin-top: 11vw;
  }
  .lower-page__item h2 {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .lower-page__content {
    margin-top: 4vw;
  }
}

.law__content a {
  color: #606060;
  text-decoration: none;
}
.law__content ul {
  padding: 0;
}
.law__content ul li {
  padding-left: 1em;
  position: relative;
}
.law__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.law__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: law-list;
}
.law__list li {
  counter-increment: law-list;
  padding-left: 48px;
  position: relative;
}
.law__list li::before {
  content: "（" counter(law-list) "）";
  position: absolute;
  left: 0;
}
.law__list li + li {
  margin-top: 14px;
}
.law__clause {
  margin-top: 22px;
  padding-left: 38px;
  position: relative;
}
.law__clause span {
  position: absolute;
  left: 4px;
  color: #38B48B;
  font-weight: 800;
}
.law__revision {
  margin-top: 66px;
  text-align: right;
}

.policy__introduction {
  margin-bottom: 64px;
}
.policy__introduction > p {
  margin-top: 34px;
}
.policy__operator {
  font-weight: 600;
}
.policy__operator a {
  color: #606060;
  text-decoration: none;
}
.policy__item ol {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: policy-purpose;
}
.policy__item ol li {
  counter-increment: policy-purpose;
  padding-left: 38px;
  position: relative;
}
.policy__item ol li + li {
  margin-top: 14px;
}
.policy__item ol li::before {
  content: counter(policy-purpose) ".";
  position: absolute;
  left: 4px;
  color: #38B48B;
  font-weight: 800;
}
.policy__end {
  margin-top: 66px;
  text-align: right;
}
.policy__details {
  margin-top: 18px;
}
.policy__details div + div {
  margin-top: 14px;
}
.policy__details dt {
  font-weight: 800;
}
.policy__details dd {
  margin: 0;
}
.policy__source-list {
  margin-top: 18px;
  padding: 0;
  list-style: none;
  counter-reset: policy-source-list;
}
.policy__source-list li {
  counter-increment: policy-source-list;
  padding-left: 48px;
  position: relative;
}
.policy__source-list li::before {
  content: "（" counter(policy-source-list) "）";
  position: absolute;
  left: 0;
}
.policy__source-list li + li {
  margin-top: 14px;
}
.policy__clause {
  margin-top: 22px;
  padding-left: 38px;
  position: relative;
}
.policy__clause span {
  position: absolute;
  left: 4px;
  color: #38B48B;
  font-weight: 800;
}
.policy__paragraph, .policy__contact {
  margin-top: 18px;
}
.policy__contact {
  font-style: normal;
}
.policy__contact a {
  color: #606060;
  text-decoration: none;
}
.policy__signature {
  margin-top: 66px;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .policy__introduction {
    margin-bottom: 11vw;
  }
  .policy__introduction > p {
    margin-top: 6vw;
  }
  .policy__item ol {
    margin-top: 4vw;
  }
  .policy__item ol li {
    padding-left: 9vw;
  }
  .policy__item ol li + li {
    margin-top: 3vw;
  }
  .policy__end {
    margin-top: 12vw;
  }
  .policy__details, .policy__source-list, .policy__paragraph, .policy__contact {
    margin-top: 4vw;
  }
  .policy__source-list li {
    padding-left: 11vw;
  }
  .policy__source-list li + li {
    margin-top: 3vw;
  }
  .policy__clause {
    margin-top: 5vw;
    padding-left: 9vw;
  }
  .policy__signature {
    margin-top: 12vw;
  }
}

.terms__chapter {
  margin: 0 0 36px;
  color: #38B48B;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 800;
}
.terms__chapter:not(:first-child) {
  margin-top: 72px;
}
.terms__list {
  padding: 0;
  list-style: none;
  counter-reset: terms-list;
}
.terms__list > li {
  counter-increment: terms-list;
  padding-left: 38px;
  position: relative;
}
.terms__list > li + li {
  margin-top: 22px;
}
.terms__list > li::before {
  content: counter(terms-list) ".";
  position: absolute;
  left: 4px;
  color: #38B48B;
  font-weight: 800;
}
.terms__list ol {
  margin: 18px 0 0;
  padding-left: 38px;
}
.terms__list ol li {
  padding-left: 8px;
}
.terms__list ol li + li {
  margin-top: 14px;
}
.terms__source-clause {
  margin-top: 22px;
  padding-left: 38px;
  position: relative;
}
.terms__source-clause > span,
.terms__source-clause > p > span {
  position: absolute;
  left: 4px;
  color: #38B48B;
  font-weight: 800;
}
.terms__source-items {
  margin: 18px 0 0;
  padding: 0 0 0 38px;
  list-style: none;
  counter-reset: terms-source-item;
}
.terms__source-items li {
  counter-increment: terms-source-item;
  padding-left: 38px;
  position: relative;
}
.terms__source-items li::before {
  content: "（" counter(terms-source-item) "）";
  position: absolute;
  left: 0;
}
.terms__source-items li + li {
  margin-top: 14px;
}
.terms__source-clause .terms__source-items {
  margin-left: -38px;
}
.terms__revision {
  margin-top: 66px;
  text-align: right;
}
.terms__price-first {
  margin-top: 64px;
}
.terms #cancel-policy {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 736px) {
  .terms__chapter {
    margin-bottom: 7vw;
    font-size: 5vw;
  }
  .terms__chapter:not(:first-child) {
    margin-top: 13vw;
  }
  .terms__list > li {
    padding-left: 9vw;
  }
  .terms__list > li + li {
    margin-top: 5vw;
  }
  .terms__list ol {
    margin-top: 4vw;
    padding-left: 7vw;
  }
  .terms__list ol li + li {
    margin-top: 3vw;
  }
  .terms__source-clause {
    margin-top: 5vw;
    padding-left: 9vw;
  }
  .terms__source-items {
    margin-top: 4vw;
    padding-left: 0;
  }
  .terms__source-items li {
    padding-left: 11vw;
  }
  .terms__source-items li + li {
    margin-top: 3vw;
  }
  .terms__source-clause .terms__source-items {
    margin-left: -9vw;
  }
  .terms__revision {
    margin-top: 12vw;
  }
  .terms__price-first {
    margin-top: 11vw;
  }
  .terms #cancel-policy {
    scroll-margin-top: 90px;
  }
}

.torimatome-section__inner {
  width: min(1000px, 90%);
  margin: auto;
  padding: 72px 0 90px;
}
.torimatome-section__inner--wide {
  width: min(1200px, 94%);
}
.torimatome-section__title {
  margin: 0 0 66px;
  color: #38B48B;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.torimatome-section__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  background: #38B48B;
}

.torimatome-problem__inner {
  width: min(900px, 90%);
  margin: auto;
  padding: 58px 0 86px;
}
.torimatome-problem__row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.torimatome-problem__bubble {
  width: 670px;
  padding: 32px 28px;
  position: relative;
  border-radius: 38px;
  background: #e2f7f1;
}
.torimatome-problem__bubble::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 88px;
  border-width: 18px 0 18px 24px;
  border-style: solid;
  border-color: transparent transparent transparent #e2f7f1;
}
.torimatome-problem__bubble h2 {
  margin: 0 0 28px;
  color: #38B48B;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
.torimatome-problem__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
}
.torimatome-problem__grid p {
  min-height: 94px;
  padding: 15px;
  border-radius: 28px;
  background: #38B48B;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.torimatome-problem__person {
  width: 155px;
  margin: 0 0 12px 32px;
}
.torimatome-problem__arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin: 36px auto 42px;
  border-right: 7px solid #FF7907;
  border-bottom: 7px solid #FF7907;
  transform: rotate(45deg);
}
.torimatome-problem__solution {
  width: 780px;
  max-width: 100%;
  height: 128px;
  margin: auto;
  padding: 20px 180px 20px 48px;
  border-radius: 38px;
  background: #fff0e2;
  color: #FF7907;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.torimatome-problem__solution strong {
  font-size: 26px;
  font-weight: 800;
}
.torimatome-problem__solution > span {
  font-size: 38px;
  font-weight: 400;
}
.torimatome-problem__solution img {
  width: 180px;
  position: absolute;
  right: 26px;
  bottom: 0;
}

.torimatome-benefits {
  background: #f1f1f1;
}
.torimatome-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.torimatome-benefits__grid article {
  min-height: 215px;
  padding: 38px 42px;
  border-radius: 32px;
  background: #fff;
}
.torimatome-benefits__grid h3 {
  margin: 0 0 36px;
  color: #FF7907;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
.torimatome-benefits__grid h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 14px auto 0;
  background: #FF7907;
}
.torimatome-benefits__grid p {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 700;
}

.torimatome-steps__slider {
  padding: 28px 0;
  overflow: initial !important;
}
.torimatome-steps__list {
  align-items: stretch;
}
.torimatome-steps__item {
  height: auto;
  min-height: 360px;
  padding: 54px 24px 28px;
  border: 3px solid #38B48B;
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.torimatome-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 47%;
  right: -34px;
  border-width: 14px 0 14px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #38B48B;
}
.torimatome-steps__item h3 {
  width: 170px;
  margin: 0;
  padding: 9px;
  border-radius: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #38B48B;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.torimatome-steps__item img {
  width: 130px;
  height: 130px;
  margin: 0 auto 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.torimatome-steps__item h4 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
.torimatome-steps__item p {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}
.torimatome-steps__apply {
  width: 650px;
  max-width: 90%;
  height: 88px;
  margin: 86px auto 30px;
  border-radius: 50px;
  background: #FF7907;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.torimatome-steps__apply:link, .torimatome-steps__apply:visited, .torimatome-steps__apply:hover, .torimatome-steps__apply:focus {
  color: #fff;
}
.torimatome-steps__apply img {
  width: 44px;
  filter: brightness(0) invert(1);
}
.torimatome-steps__apply span {
  font-size: 25px;
  font-weight: 800;
}
.torimatome-steps__price {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #606060;
  color: #606060;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
}
.torimatome-steps__price span {
  font-size: 26px;
  line-height: 0.6;
}

@media screen and (max-width: 736px) {
  .torimatome-section__inner {
    padding: 14vw 0 18vw;
  }
  .torimatome-section__title {
    margin-bottom: 12vw;
    font-size: 6vw;
  }
  .torimatome-section__title::after {
    width: 16vw;
    margin-top: 4vw;
  }
  .torimatome-problem__inner {
    padding: 12vw 0 16vw;
  }
  .torimatome-problem__row {
    align-items: center;
    flex-direction: column;
  }
  .torimatome-problem__bubble {
    width: 100%;
    padding: 7vw 5vw;
    border-radius: 7vw;
  }
  .torimatome-problem__bubble::after {
    display: none;
  }
  .torimatome-problem__bubble h2 {
    margin-bottom: 6vw;
    font-size: 5.5vw;
    font-weight: 600;
  }
  .torimatome-problem__grid {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
  .torimatome-problem__grid p {
    min-height: 20vw;
    border-radius: 6vw;
    font-size: 4vw;
  }
  .torimatome-problem__person {
    width: 32vw;
    margin: 6vw 0 0;
  }
  .torimatome-problem__arrow {
    width: 8vw;
    height: 8vw;
    margin: 7vw auto 9vw;
  }
  .torimatome-problem__solution {
    height: auto;
    min-height: 34vw;
    padding: 6vw 34vw 6vw 5vw;
    border-radius: 7vw;
    gap: 2vw;
  }
  .torimatome-problem__solution strong {
    font-size: 5vw;
  }
  .torimatome-problem__solution > span {
    display: none;
  }
  .torimatome-problem__solution img {
    width: 34vw;
    right: 1vw;
  }
  .torimatome-benefits__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .torimatome-benefits__grid article {
    min-height: 0;
    padding: 8vw 7vw;
    border-radius: 7vw;
  }
  .torimatome-benefits__grid h3 {
    margin-bottom: 6vw;
    font-size: 5vw;
  }
  .torimatome-benefits__grid p {
    font-size: 4vw;
  }
  .torimatome-steps__slider {
    width: 100%;
    margin-left: 0;
    padding: 7vw 0;
  }
  .torimatome-steps__list {
    align-items: stretch;
  }
  .torimatome-steps__item {
    height: auto !important;
    align-self: stretch;
    min-height: 0;
    padding: 14vw 7vw 8vw;
    width: 250px !important;
  }
  .torimatome-steps__item:not(:last-child)::after {
    display: block;
    top: 47%;
    right: -5vw;
    border-width: 2.5vw 0 2.5vw 3vw;
  }
  .torimatome-steps__item h3 {
    width: 44vw;
    top: -6vw;
    font-size: 5vw;
  }
  .torimatome-steps__item img {
    width: 32vw;
    height: 32vw;
  }
  .torimatome-steps__item h4 {
    font-size: 5.5vw;
  }
  .torimatome-steps__item p {
    font-size: 4vw;
  }
  .torimatome-steps__apply {
    height: 18vw;
    margin-top: 18vw;
    gap: 3vw;
  }
  .torimatome-steps__apply img {
    width: 9vw;
  }
  .torimatome-steps__apply span {
    font-size: 4.5vw;
  }
  .torimatome-steps__price {
    font-size: 4vw;
  }
}
.document__inner {
  width: min(1000px, 90%);
  margin: auto;
  padding: 62px 0 90px;
}
.document__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 600;
}
.document__groups {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 850px;
  margin: 64px auto 0;
}
@media screen and (max-width: 736px) {
  .document__groups {
    width: 100%;
  }
}

.document-guide {
  color: #555;
  background: #f7f7f7;
}
.document-guide__hero {
  padding: 68px 5%;
  background: #dff5ef;
  color: #38B48B;
  text-align: center;
}
.document-guide__hero p {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}
.document-guide__hero h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 600;
}
.document-guide__intro, .document-guide__overview, .document-guide__content {
  width: min(1000px, 90%);
  margin: auto;
}
.document-guide__intro {
  padding: 70px max(5vw, (100vw - 1000px) / 2) 62px;
  width: 100%;
  max-width: none;
  background: #fff;
}
.document-guide__intro h2 {
  margin: 0 0 26px;
  color: #38B48B;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.document-guide__intro p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}
.document-guide__overview {
  padding: 54px max(5vw, (100vw - 1000px) / 2) 70px;
  width: 100%;
  max-width: none;
  background: #fff;
}
.document-guide__overview > h2, .document-guide__section > h2 {
  margin: 0 0 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #38B48B;
  color: #38B48B;
  font-size: 22px;
  font-weight: 600;
}
.document-guide__overview > p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}
.document-guide__overview strong {
  color: #ff7200;
}
.document-guide__overview nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.document-guide__overview nav a {
  padding: 28px 22px 22px;
  border: 1px solid #38B48B;
  border-radius: 20px;
  color: #555;
  background: #f5fcfa;
  text-align: center;
}
.document-guide__overview nav b {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #38B48B;
  color: #38B48B;
  font-size: 20px;
  font-weight: 600;
}
.document-guide__overview nav span {
  display: block;
  min-height: 100px;
  padding: 18px 0 8px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
}
.document-guide__overview nav em {
  display: block;
  width: 82%;
  margin: auto;
  padding: 11px 42px 11px 20px;
  border-radius: 30px;
  position: relative;
  color: #fff;
  background: #5dc5a7;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .document-guide__overview nav em:hover {
    opacity: 0.7;
  }
}
.document-guide__overview nav em::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
}
.document-guide__content {
  padding: 55px 0 0;
}
.document-guide__section {
  padding: 64px 0;
  position: relative;
  z-index: 0;
  scroll-margin-top: 30px;
}
.document-guide__section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background: #f7f7f7;
}
.document-guide__section:nth-of-type(even)::before {
  background: #fff;
}
.document-guide__section:nth-of-type(even) .document-guide__card, .document-guide__section:nth-of-type(even) .document-guide__photo-how {
  background: #f7f7f7;
}
.document-guide__section + .document-guide__section {
  margin-top: 0;
}
.document-guide__section-lead, .document-guide__sub p {
  font-weight: 600;
  font-size: 16px;
}
.document-guide__section-lead strong {
  color: #ff7200;
}
.document-guide__sub {
  margin: 50px 0 20px;
}
.document-guide__sub h3 {
  margin: 0 0 10px;
  color: #ff7200;
  font-size: 18px;
  font-weight: 600;
}
.document-guide__pattern {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 34px 0 20px;
  font-size: 18px;
}
.document-guide__pattern b {
  min-width: 120px;
  padding: 4px 22px;
  border-radius: 24px;
  color: #fff;
  background: #ff7900;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.document-guide__pattern strong {
  font-weight: 600;
}
.document-guide__status {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 38px 0;
}
.document-guide__status:has(div:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
.document-guide__status div {
  padding: 27px 22px;
  border: 1px solid #38B48B;
  border-radius: 20px;
  background: #f5fcfa;
  text-align: center;
}
.document-guide__status b {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #38B48B;
  color: #38B48B;
  background: none;
  font-size: 18px;
  font-weight: 600;
}
.document-guide__status span {
  display: block;
  padding-top: 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}
.document-guide__card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px 28px;
  margin: 0 0 28px;
  padding: 28px 32px 24px;
  border-radius: 20px;
  background: #fff;
}
.document-guide__media {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.document-guide__card:has(.document-guide__thumb:nth-child(2)) {
  grid-template-columns: 330px 1fr;
}
.document-guide__card--receipt {
  grid-template-columns: 390px 1fr !important;
}
.document-guide__card--receipt .document-guide__media {
  align-items: center;
}
.document-guide__card--receipt .document-guide__thumb:first-child {
  width: 210px;
}
.document-guide__card--receipt .document-guide__thumb:nth-child(2) {
  width: 150px;
}
.document-guide__card--media-bottom {
  grid-template-columns: 1fr !important;
}
.document-guide__card--media-bottom .document-guide__body {
  grid-row: 1;
}
.document-guide__card--media-bottom .document-guide__media {
  grid-row: 2;
}
.document-guide__thumb {
  width: 150px;
  height: 220px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  cursor: zoom-in;
}
.document-guide__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
.document-guide__thumb:hover img {
  transform: scale(1.04);
}
.document-guide__body h3 {
  margin: 2px 0 20px;
  color: #38B48B;
  font-size: 22px;
  font-weight: 600;
}
.document-guide__body h4 {
  display: table;
  min-width: 105px;
  margin: 16px 0 7px;
  padding: 4px 15px;
  border-radius: 20px;
  color: #fff;
  background: #38B48B;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.document-guide__body p, .document-guide__body ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.65;
}
.document-guide__body li {
  list-style: none;
  font-weight: 600;
  opacity: 0.9;
}
.document-guide__body li::before {
  content: "・";
  font-weight: 900;
}
.document-guide__body li.is-note::before {
  content: "※";
  margin-left: 1em;
}
.document-guide__body li.is-continuation {
  padding-left: 1em;
}
.document-guide__body li.is-continuation::before {
  display: none;
  content: none;
}
.document-guide__source {
  grid-column: 1/-1;
  margin: 0;
  color: #888;
  font-size: 12px;
}
.document-guide__source a {
  color: inherit;
  text-decoration: underline;
}
.document-guide__point {
  display: flex;
  gap: 15px;
  margin: 26px 0 54px;
  align-items: flex-start;
}
.document-guide .document-guide__point:has(+ .document-guide__sub),
.document-guide .document-guide__point:has(+ .document-guide__pattern) {
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
}
.document-guide__point > b {
  flex: 0 0 90px;
  padding: 4px 12px;
  border-radius: 22px;
  color: #fff;
  background: #ff7900;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.document-guide__point ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.document-guide__point li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}
.document-guide__point li::before {
  content: "・";
  margin-right: 2px;
  font-weight: 900;
}
.document-guide__divider {
  margin: 64px 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.document-guide__return {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  min-height: 64px;
  margin: 76px auto 0;
  border: 2px solid #38B48B;
  border-radius: 34px;
  position: relative;
  color: #38B48B !important;
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.document-guide__return span {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 30px;
  font-weight: 400;
}
.document-guide__return:hover {
  color: #fff !important;
  background: #38B48B;
}
.document-guide__back {
  position: fixed;
  left: 0;
  bottom: 18px;
  z-index: 20;
  padding: 16px 38px 16px 20px;
  border-radius: 0 35px 35px 0;
  color: #fff !important;
  background: #38B48B;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.document-guide__back span {
  margin-right: 13px;
  font-size: 28px;
  line-height: 0;
  vertical-align: -2px;
}

.document-modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 6vh 45px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, background-color 0.3s ease;
}

.document-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.82);
  transition-delay: 0s;
}

.document-modal img {
  max-width: min(900px, 90vw);
  max-height: 88vh;
  padding: 24px 20px;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.document-modal.is-open img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.document-modal__close {
  position: fixed;
  top: 15px;
  right: 24px;
  border: 0;
  color: #fff;
  background: none;
  font-size: 45px;
  cursor: pointer;
}

.skill-guide__overview nav {
  grid-template-columns: repeat(6, 1fr);
}
.skill-guide__overview nav span {
  min-height: 75px;
}
.skill-guide__overview nav a {
  grid-column: span 2;
}
.skill-guide__overview nav a:nth-child(4) {
  grid-column: 2/span 2;
}
.skill-guide__overview nav a:nth-child(5) {
  grid-column: 4/span 2;
}

.document-guide__photo-how {
  margin: 30px 0 24px;
  padding: 25px 30px;
  border-radius: 18px;
  background: #fff;
}

.document-guide__photo-how h3 {
  margin: 0 0 18px;
  color: #38b48b;
  font-size: 22px;
  font-weight: 600;
}

.document-guide__photo-how p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}

.document-guide__point.is-important > b {
  background: #df3030;
  flex: 0 0 110px;
}

.skill-qualification {
  margin-top: 35px;
}

.skill-qualification > h3 {
  margin: 0 0 20px;
  color: #ff7200;
  font-size: 18px;
  font-weight: 600;
}

.skill-qualification__types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.skill-qualification__types > div {
  min-height: 142px;
  padding: 25px 28px;
  border-radius: 18px;
  background: #f7f7f7;
}

.skill-qualification__types b {
  display: block;
  font-weight: 600;
  border-bottom: 0;
  color: #38b48b;
  background: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 10px;
}

.skill-qualification__types b::before,
.skill-qualification__types b::after {
  display: none;
  content: none;
}

.skill-qualification__types em {
  display: table;
  margin: 4px 0 8px;
  padding: 3px 20px;
  border-radius: 18px;
  color: #fff;
  background: #38b48b;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.skill-qualification__types span {
  font-size: 14px;
  line-height: 1.5;
}

.skill-qualification__samples {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 28px 18px;
  width: 72%;
  margin: 45px auto 28px;
}

.skill-qualification__samples button {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.skill-qualification__samples button:nth-child(1) {
  grid-column: 2/span 6;
}

.skill-qualification__samples button:nth-child(2) {
  grid-column: 9/span 4;
}

.skill-qualification__samples button:nth-child(3) {
  grid-column: 3/span 4;
}

.skill-qualification__samples button:nth-child(4) {
  grid-column: 7/span 4;
}

.skill-qualification__samples img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}

.skill-qualification__samples button:hover img {
  transform: scale(1.04);
}

.skill-qualification > p {
  margin: 0;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.skill-qualification > p a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .document-modal {
    padding: 8vh 5vw;
  }
  .document-modal img {
    max-width: 90vw;
    max-height: 84vh;
    padding: 4vw 3vw;
    border-radius: 4vw;
  }
  .document-guide__hero {
    padding: 12vw 5%;
  }
  .document-guide__hero p {
    font-size: 4.5vw;
  }
  .document-guide__hero h1 {
    font-size: 6.4vw;
  }
  .document-guide__intro, .document-guide__overview {
    width: 100%;
  }
  .document-guide__content {
    width: 90%;
  }
  .document-guide__intro {
    padding: 12vw 5% 10vw;
  }
  .document-guide__intro p {
    font-size: 3.7vw;
  }
  .document-guide__overview {
    padding: 9vw 5% 12vw;
  }
  .document-guide__overview > h2, .document-guide__section > h2 {
    font-size: 5.4vw;
  }
  .document-guide__overview > p {
    font-size: 3.8vw;
  }
  .document-guide__overview nav {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .document-guide__overview nav span {
    min-height: auto;
  }
  .document-guide__content {
    padding: 8vw 0 24vw;
  }
  .document-guide__card, .document-guide__card:has(.document-guide__thumb:nth-child(2)) {
    grid-template-columns: 1fr;
    padding: 6vw 5vw;
  }
  .document-guide__card--receipt {
    grid-template-columns: 1fr !important;
  }
  .document-guide__card--receipt .document-guide__thumb:first-child, .document-guide__card--receipt .document-guide__thumb:nth-child(2) {
    width: 34vw;
  }
  .document-guide__card .document-guide__body {
    grid-row: 1;
  }
  .document-guide__media {
    grid-row: 2;
    justify-content: center;
    flex-wrap: wrap;
  }
  .document-guide__card .document-guide__source {
    grid-row: 3;
  }
  .document-guide__thumb {
    width: 34vw;
    height: 48vw;
  }
  .document-guide__body h3 {
    font-size: 5vw;
  }
  .document-guide__pattern {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
  }
  .document-guide__pattern b {
    display: table;
    margin-bottom: 3vw;
  }
  .document-guide__status, .document-guide__status:has(div:nth-child(3)) {
    grid-template-columns: 1fr;
  }
  .document-guide__body p, .document-guide__body ul {
    font-size: 3.6vw;
  }
  .document-guide__source {
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .document-guide__point {
    display: block;
  }
  .document-guide__point > b {
    display: table;
    margin-bottom: 3vw;
  }
  .document-guide__return {
    width: 78vw;
    min-height: 15vw;
    margin-top: 14vw;
    border-radius: 8vw;
    font-size: 4.1vw;
  }
  .document-guide__return span {
    left: 6vw;
    font-size: 7vw;
  }
  .document-guide__back {
    bottom: 3vw;
    padding: 3vw 6vw 3vw 4vw;
    font-size: 3.5vw;
  }
  .skill-guide__overview nav {
    grid-template-columns: 1fr;
  }
  .skill-guide__overview nav a,
  .skill-guide__overview nav a:nth-child(4),
  .skill-guide__overview nav a:nth-child(5) {
    grid-column: auto;
  }
  .skill-qualification__types {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .skill-qualification__types > div {
    min-height: auto;
    padding: 6vw;
  }
  .skill-qualification__types b {
    min-height: auto;
    font-size: 4.7vw;
  }
  .skill-qualification__types span {
    font-size: 3.6vw;
  }
  .skill-qualification__samples {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    width: 100%;
  }
  .skill-qualification__samples button,
  .skill-qualification__samples button:nth-child(1),
  .skill-qualification__samples button:nth-child(2),
  .skill-qualification__samples button:nth-child(3),
  .skill-qualification__samples button:nth-child(4),
  .skill-qualification__samples button:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }
}
.document-card {
  padding: 48px 110px 54px;
  border-radius: 22px;
}
.document-card--business {
  background: #eaf8f5;
}
.document-card--worker {
  background: #fff9f1;
}
.document-card h2 {
  margin: 0 0 48px;
  color: #38B48B;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.document-card h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  background: #38B48B;
}
.document-card__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}
.document-card__links small {
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
.document-card__links a > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.document-card__links a {
  min-height: 62px;
  padding: 12px 48px 12px 28px;
  border: 2px solid #38B48B;
  border-radius: 36px;
  position: relative;
  background: #fff;
  color: #38B48B;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.document-card__links a:link, .document-card__links a:visited, .document-card__links a:hover, .document-card__links a:focus {
  color: #38B48B;
}
.document-card__links a:hover {
  background: #38B48B;
  color: #fff;
}
.document-card--business .document-card__links a:last-child {
  grid-column: 1/-1;
  width: calc(50% - 12px);
  margin: auto;
}
.document-card__arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-54%);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 736px) {
  .document__inner {
    padding: 12vw 0 18vw;
  }
  .document__lead {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  .document__lead br {
    display: none;
  }
  .document__groups {
    margin-top: 12vw;
    gap: 8vw;
  }
  .document-card {
    padding: 9vw 6vw 10vw;
    border-radius: 6vw;
  }
  .document-card h2 {
    margin-bottom: 9vw;
    font-size: 5.2vw;
  }
  .document-card h2::after {
    width: 16vw;
    margin-top: 4vw;
  }
  .document-card__links {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .document-card__links a {
    min-height: 16vw;
    padding: 3vw 12vw 3vw 6vw;
    border-radius: 9vw;
    font-size: 4.2vw;
  }
  .document-card--business .document-card__links a:last-child {
    grid-column: auto;
    width: 100%;
  }
  .document-card__arrow {
    right: 5vw;
    font-size: 8vw;
  }
}
.topics-head {
  margin-bottom: -50px;
}
.topics-head__inner {
  width: 1000px;
  margin: auto;
  border-bottom: 1px solid #38B48B;
  padding: 60px 0 50px;
}
@media screen and (max-width: 736px) {
  .topics-head__inner {
    width: 90%;
  }
}
.topics-head__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .topics-head__title {
    font-size: 1.7rem;
  }
}
.topics-date-cat {
  font-weight: bold;
  font-size: 1.2rem;
  opacity: 0.7;
}

.p-news__list li {
  border-bottom: 1px solid rgba(56, 180, 139, 0.3);
  padding: 30px 0;
}
.p-news__list li:last-child {
  border-bottom: none;
}
.p-news__item {
  display: block;
}
.p-news__date {
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.7;
}
@media screen and (max-width: 736px) {
  .p-news__date {
    font-size: 1rem;
  }
}
.p-news__link {
  font-weight: bold;
}/*# sourceMappingURL=import.css.map */