@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 601px) {
  body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/common/body-bg.webp) no-repeat center center/100%;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  margin-top: -179px;
  margin-top: -11.1875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 230px;
  padding-top: 14.375rem;
  background: url(../images/common/about-bg.jpg) no-repeat center center/cover;
}

.about__title div {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 2.3;
}

.about__title .border {
  display: inline-block;
  line-height: 1;
}

.about__title div span {
  position: relative;
}

.about__title div span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/common/about__title-border.webp) no-repeat center center/cover;
  left: 0;
  bottom: -11px;
  bottom: -0.6875rem;
}

.about__title .green {
  font-weight: 600;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.15em;
  color: #337957;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.about__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 342px;
  width: 21.375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.about__label {
  width: calc(50% - 0.375rem);
  color: #333;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}

.about__label:nth-child(2n) {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.about__label:nth-child(n + 3) {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.about__label::before {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../images/common/about-label-arrow.webp) no-repeat center center/contain;
  left: 9px;
  left: 0.5625rem;
  top: 14px;
  top: 0.875rem;
}

.about__copy {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.about__krump {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

@media screen and (min-width: 1000px) {
  .about {
    padding-bottom: 5rem;
  }
}
.accordion {
  border-top: 1px solid #aaa;
}

.accordion__head {
  font-weight: 500;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-left: 31px;
  padding-left: 1.9375rem;
  position: relative;
  padding-right: 35px;
  padding-right: 2.1875rem;
  cursor: pointer;
}

.accordion__head-arrow01 {
  content: "";
  position: absolute;
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  background-color: #333;
  right: 8px;
  right: 0.5rem;
  top: 29px;
  top: 1.8125rem;
}

.accordion__head-arrow02 {
  content: "";
  position: absolute;
  width: 13px;
  width: 0.8125rem;
  height: 1px;
  background-color: #333;
  right: 8px;
  right: 0.5rem;
  top: 29px;
  top: 1.8125rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.accordion__head-arrow02.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__head::before {
  content: "Q.";
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  left: 0;
  top: 14px;
  top: 0.875rem;
  -webkit-text-stroke: 1px #333;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.accordion__body {
  display: none;
}

.accordion__body-in {
  color: #333;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  padding-left: 31px;
  padding-left: 1.9375rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  border-top: 1px solid #aaa;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}

.accordion__body-in::before {
  content: "A.";
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  left: 0;
  top: 9px;
  top: 0.5625rem;
  color: #fff;
  -webkit-text-stroke: 1px #333;
  padding-right: 40px;
  padding-right: 2.5rem;
  font-family: "Roboto", sans-serif;
}

.concept__head {
  color: #fff;
  -webkit-text-stroke: 1px #aaa;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Roboto", sans-serif;
  width: 215px;
  width: 13.4375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.concept__copy {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  width: 316px;
  width: 19.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.concept__img {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.concept__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333;
  width: 87.786259542%;
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #aaa;
}

.concept__explain::after {
  content: "";
  position: absolute;
  width: 53px;
  width: 3.3125rem;
  height: 2px;
  background-color: #337957;
  bottom: -2px;
  bottom: -0.125rem;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .concept__copy {
    width: 28.875rem;
    max-width: 100%;
  }
}
.entry {
  background-color: #333;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 195px;
  padding-bottom: 12.1875rem;
}

.entry__title {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  width: 327px;
  width: 20.4375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry__title span {
  position: relative;
  z-index: 1;
}

.entry__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #337957;
  left: 0;
  bottom: -7px;
  bottom: -0.4375rem;
  z-index: -1;
}

.entry__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.entry__box {
  width: 94.1475826972%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #333;
  padding: 35px 24px;
  padding: 2.1875rem 1.5rem;
  position: relative;
  margin-top: -46px;
  margin-top: -2.875rem;
}

.entry__copy {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.entry__head {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.entry__head div:not(:first-child) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.entry__head span {
  display: inline-block;
  background-color: #337957;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
}

.entry__explain {
  margin-top: 26px;
  margin-top: 1.625rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  /*
  border-top: 1px dotted #5F5F5F;
  */
  position: relative;
}

.entry__explain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(../images/common/entry-explain-border.webp) no-repeat center center/cover;
  top: 0;
  left: 0;
}

.entry__explain span {
  color: #337957;
  display: block;
}

.entry__btn {
  display: block;
  width: 325px;
  width: 20.3125rem;
  height: 66px;
  height: 4.125rem;
  text-align: center;
  line-height: 66px;
  line-height: 4.125rem;
  background-color: #06c755;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.entry__btn::before {
  content: "";
  position: absolute;
  width: 11px;
  width: 0.6875rem;
  height: 22px;
  height: 1.375rem;
  background: url(../images/common/entry-arrow.webp) no-repeat center center/contain;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry__btn::after {
  content: "";
  position: absolute;
  width: 29px;
  width: 1.8125rem;
  height: 28px;
  height: 1.75rem;
  background: url(../images/common/entry-line.svg) no-repeat center center/contain;
  left: 20px;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry__bnr {
  display: block;
  width: 325px;
  width: 20.3125rem;
  text-align: center;
  background-color: #59c0d2;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 38px;
  margin-top: 2.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.entry__bnr::before {
  content: "";
  position: absolute;
  width: 11px;
  width: 0.6875rem;
  height: 22px;
  height: 1.375rem;
  background: url(../images/common/entry-arrow.webp) no-repeat center center/contain;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry__bnr__copy01 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}

.entry__bnr__copy01 span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  left: -10px;
  left: -0.625rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
  background-color: #fff;
}

.entry__bnr__copy01 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  right: -7px;
  right: -0.4375rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  background-color: #fff;
}

.entry__bnr__copy02 span {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 392px) {
  .entry__copy {
    font-size: 0.9375rem;
  }
  .entry__explain {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1000px) {
  .entry__box {
    width: 31.25rem;
    max-width: 100%;
  }
}
.faq {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #fff;
}

.faq__inner {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.faq__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.faq__item:last-child {
  border-bottom: 1px solid #aaa;
}

@media screen and (min-width: 1000px) {
  .faq {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
  .faq__items {
    width: 31.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.0625rem;
  }
}
.header {
  height: 73px;
  height: 4.5625rem;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  z-index: 100;
  border-top: 5px solid #337957;
  border-top: 0.3125rem solid #337957;
}

.header__inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.header__logo {
  width: 89px;
  width: 5.5625rem;
}

.header__logo a {
  display: block;
}

.header__btn {
  height: inherit;
}

.header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  background-color: #337957;
  width: 172px;
  width: 10.75rem;
}

.header__btn img {
  width: 30px;
  width: 1.875rem;
}

.header__btn span {
  display: block;
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.krump-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.krump-row__number {
  color: #337957;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

.krump-row__explain {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 281px;
  width: 17.5625rem;
  max-width: 100%;
}

@media screen and (min-width: 394px) {
  .krump-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.krump__head {
  background-color: #333;
  color: #fff;
  width: 187px;
  width: 11.6875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  position: relative;
}

.krump__box {
  background-color: #fff;
  border: 1px solid #5f5f5f;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  margin-top: -18px;
  margin-top: -1.125rem;
  width: 93.893129771%;
  margin-left: auto;
  margin-right: auto;
}

.krump__copy {
  color: #333;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}

.krump__labels {
  margin-top: 16px;
  margin-top: 1rem;
}

.krump__label {
  background-color: #337957;
  text-align: center;
  width: 274px;
  width: 17.125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.krump__label span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  padding-left: 25px;
  padding-left: 1.5625rem;
  display: inline-block;
  position: relative;
}

.krump__label span::before {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../images/common/label-arrow.webp) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.krump__label:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.krump__label:last-child span {
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.krump__label:last-child span::before {
  left: -19px;
  left: -1.1875rem;
}

.krump__copy01 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.krump__box01 {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 32px;
  padding-top: 2rem;
  position: relative;
}

.krump__box01::before {
  content: "";
  position: absolute;
  width: 264px;
  width: 16.5rem;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/common/krump-box01-border.webp) no-repeat center center/cover;
}

.krump__row:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.krump__img {
  width: 229px;
  width: 14.3125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.krump__explain {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.krump__explain span {
  font-weight: 700;
  color: #337957;
}

@media screen and (min-width: 1000px) {
  .krump__explain {
    width: 25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .krump__box {
    width: 31.25rem;
    max-width: 100%;
  }
}
.main-view-block__body {
  width: 93.893129771%;
  background-color: #fff;
  border: 1px solid #5f5f5f;
  padding: 38px 27px 48px 24px;
  padding: 2.375rem 1.6875rem 3rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -28px;
  margin-top: -1.75rem;
}

.main-view-block__copy {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

.main-view-block__head {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.main-view-block__head span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
  background-color: #337957;
}

.main-view-block__head span:not(:first-child) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.main-view-block__explain {
  color: #5f5f5f;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  margin-top: 34px;
  margin-top: 2.125rem;
  position: relative;
  padding-top: 27px;
  padding-top: 1.6875rem;
}

.main-view-block__explain::before {
  content: "";
  position: absolute;
  width: 55px;
  width: 3.4375rem;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 0;
}

@media screen and (max-width: 392px) {
  .main-view-block__head span {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1000px) {
  .main-view-block__body {
    width: 31.25rem;
    max-width: 100%;
  }
}
.main-view {
  padding-top: 128px;
  /* padding-top: 8rem; */
  padding-top: 4.9rem;
  background-color: #fff;
}

.main-view__title {
  margin-left: 24px;
  margin-left: 1.5rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
  border-left: 2px solid #337957;
  border-left: 0.125rem solid #337957;
  line-height: 1.6;
}

.main-view__title--top {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  display: block;
}

.main-view__title--top span {
  color: #337957;
}

.main-view__title--bottom {
  display: block;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.main-view__img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.main-view__img-item:first-child {
  width: 53.1806615776%;
  max-width: 100%;
}

.main-view__img-item:nth-child(2) {
  width: 45.8015267176%;
  max-width: 100%;
}

.main-view__img-item:nth-child(3) {
  width: 46.8193384224%;
  max-width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.main-view__img-item:nth-child(4) {
  width: 51.3994910941%;
  max-width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.main-view__box {
  width: 370px;
  width: 23.125rem;
  max-width: 90%;
  border: 1px solid #333;
  background-color: #fff;
  padding: 27px 32px 37px 24px;
  padding: 1.6875rem 2rem 2.3125rem 1.5rem;
  margin-left: auto;
  position: relative;
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.main-view__copy {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.main-view__head {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.main-view__head span {
  display: inline-block;
  background-color: #337957;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
}

.main-view__head span:not(:first-child) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.main-view__box01 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.main-view__items {
  padding-top: 318px;
  padding-top: 19.875rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  background-color: #efefef;
  margin-top: -234px;
  margin-top: -14.625rem;
}

.main-view__item:not(:first-child) {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.main-view__copy-en {
  margin-top: 22px;
  /* margin-top: 1.375rem; */
  margin-top: 3rem;
}

@media screen and (max-width: 392px) {
  .main-view__head span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .main-view__title--top {
    font-size: 1.25rem;
  }
  .main-view__title--bottom {
    font-size: 1.5rem;
  }
}
.mv-box01 {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

.mv-box01__copy {
  color: #337957;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

.mv-box01__head {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.mv-box01__label {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #337957;
  display: inline-block;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.mv-box01__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
  position: relative;
}

.mv-box01__explain::after {
  content: "";
  position: absolute;
  width: 55px;
  width: 3.4375rem;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 0;
}

.policy-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.policy-block__box--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.policy-block__img {
  width: 61.0687022901%;
}

.policy-block__img--02 {
  margin-left: -122px;
  margin-left: -7.625rem;
}

.policy-block__head {
  position: relative;
}

.policy-block__head--01 {
  margin-left: -97px;
  margin-left: -6.0625rem;
  margin-top: 52px;
  margin-top: 3.25rem;
}

.policy-block__head div:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.policy-block__head span {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
  background-color: #337957;
}

.policy-block__explain {
  width: 345px;
  width: 21.5625rem;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1000px) {
  .policy-block__head span {
    font-size: 1.25rem;
  }
}
.policy__head {
  color: #fff;
  -webkit-text-stroke: 1px #aaa;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-size: 42px;
  font-size: 2.625rem;
  width: 150px;
  width: 9.375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.policy__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.policy__item:not(:first-child) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.process-block {
  background-color: #fff;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-left: 39px;
  padding-left: 2.4375rem;
  padding-right: 39px;
  padding-right: 2.4375rem;
  border: 2px solid #337957;
  border: 0.125rem solid #337957;
}

.process-block__number {
  text-align: center;
  color: #337957;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
}

.process-block__img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.process-block__img--01 {
  width: 86px;
  width: 5.375rem;
}

.process-block__img--02 {
  width: 96px;
  width: 6rem;
}

.process-block__img--03 {
  width: 100px;
  width: 6.25rem;
}

.process-block__img--04 {
  width: 99px;
  width: 6.1875rem;
}

.process-block__head {
  color: #333;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.process-block__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.process {
  background-color: #efefef;
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.process__inner {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}

.process__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.process__item {
  position: relative;
}

.process__item:not(:first-child) {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 156px;
  width: 9.75rem;
  height: 34px;
  height: 2.125rem;
  bottom: -33px;
  bottom: -2.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/common/process-block-arrow.webp) no-repeat center center/contain;
}

@media screen and (min-width: 394px) {
  .process__items {
    width: 25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .process {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
}
.reason-block__number {
  font-weight: 600;
  font-size: 68px;
  font-size: 4.25rem;
  color: #fff;
  /*
  -webkit-text-stroke: 1px #aaa;
  */
  text-shadow: 1px 1px 0 #aaa, -1px -1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, 0px 1px 0 #aaa,
    -1px 0 #aaa, -1px 0 0 #aaa, 1px 0 0 #aaa;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.reason-block__number img {
  width: 80px;
  width: 5rem;
  display: inline-block;
}

.reason__item:nth-child(2n) .reason-block__number {
  text-align: right;
}

.reason-block__img {
  margin-top: -52px;
  margin-top: -3.25rem;
}

.reason-block__body {
  background-color: #fff;
  border: 1px solid #5f5f5f;
  padding: 38px 29px 38px 24px;
  padding: 2.375rem 1.8125rem 2.375rem 1.5rem;
  position: relative;
  margin-top: -29px;
  margin-top: -1.8125rem;
  width: 93.893129771%;
  margin-left: auto;
  margin-right: auto;
}

.reason-block__head span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  background-color: #337957;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
}

.reason-block__head div:not(:first-child) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.reason-block__explain {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
}

.reason-block__explain::before {
  content: "";
  position: absolute;
  width: 55px;
  width: 3.4375rem;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 0;
}

.reason-block__explain span {
  font-weight: 700;
  color: #337957;
}

@media screen and (max-width: 392px) {
  .reason-block__head span {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1000px) {
  .reason-block__body {
    width: 31.25rem;
    max-width: 100%;
  }
  .reason-block__number {
    font-size: 6.25rem;
  }
  .reason-block__img {
    margin-top: -4.625rem;
  }
}
.reason {
  padding-top: 81px;
  padding-top: 5.0625rem;
  background-color: #fff;
}

.reason__title {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
}

.reason__label {
  width: 241px;
  width: 15.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}

.reason__items {
  background-color: #efefef;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-top: -14px;
  margin-top: -0.875rem;
}

.reason__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 1000px) {
  .reason {
    padding-top: 7.5rem;
  }
  .reason__items {
    margin-top: -1.1875rem;
    padding-bottom: 5rem;
  }
}
.requirement {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #fff;
}

.requirement__inner {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.requirement__dl {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.requirement__row {
  border-bottom: 1px solid #aaa;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.requirement__row:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.requirement__dt {
  color: #337957;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
}

.requirement__dd {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.requirement__dd span {
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .requirement {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
  .requirement__dl {
    width: 31.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.0625rem;
  }
}
.schedule__copy {
  font-weight: 600;
  color: #337957;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.schedule__head {
  font-weight: 600;
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.schedule__box {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.schedule__box::before {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 98%;
  background-color: #337957;
  top: 4px;
  top: 0.25rem;
  left: 14px;
  left: 0.875rem;
  z-index: -1;
}

.schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule__row:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.schedule__number {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #337957;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-family: "Roboto", sans-serif;
}

.schedule__body {
  margin-left: 14px;
  margin-left: 0.875rem;
  width: calc(100% - 2.875rem);
}

.schedule__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule__time {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 1.6363636364;
}

.schedule__sub-head {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 16px;
  margin-left: 1rem;
}

.schedule__img {
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 288px;
  width: 18rem;
  max-width: 100%;
}

.schedule__explain {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.section-title {
  position: relative;
  text-align: center;
}

.section-title::before {
  content: "";
  position: absolute;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  background-color: #337957;
  top: -25px;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.section-title--ja {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  display: block;
}

.section-title--en {
  margin-top: 14px;
  margin-top: 0.875rem;
  /*
  width: rem(313);
  */
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  display: inline-block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  background-color: #000;
}

@media screen and (min-width: 1000px) {
  .section-title--ja {
    font-size: 1.75rem;
  }
  .section-title--en {
    font-size: 1.25rem;
  }
  .section-title::before {
    width: 2.5rem;
  }
}
.stuff {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #efefef;
}

.stuff__inner {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.stuff__iframe {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  padding-top: 50%;
}

.stuff__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stuff__schedule {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 1000px) {
  .stuff {
    padding-bottom: 5rem;
  }
  .stuff__inner {
    width: 34.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.to-bnr {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.to-bnr__left {
  width: 55.8375634518vw;
  background-color: #06c755;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border: 1px solid #fff;
}

.to-bnr__right {
  width: 44.6700507614vw;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  background-color: #59c0d2;
  border: 1px solid #fff;
}

.to-bnr__left a {
  display: block;
}

.to-bnr__right a {
  display: block;
}

.to-bnr__copy {
  text-align: center;
}

.to-bnr__copy span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  position: relative;
}

.to-bnr__copy span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  left: -10px;
  left: -0.625rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
  background-color: #fff;
}

.to-bnr__copy span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  right: -7px;
  right: -0.4375rem;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  background-color: #fff;
}

.to-bnr__entry {
  text-align: center;
  padding-left: 46px;
  padding-left: 2.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.to-bnr__entry span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.1764705882;
}

/*
.to-bnr__entry span::before {
    content: "";
    position: absolute;
    width: rem(11);
    height: rem(22);
    background: url(../images/common/entry-arrow.webp) no-repeat center center / contain;
    right: rem(-28);
    top: 50%;
    transform: translateY(-50%);
}
*/
.to-bnr__entry span::after {
  content: "";
  position: absolute;
  width: 38px;
  width: 2.375rem;
  height: 36px;
  height: 2.25rem;
  background: url(../images/common/entry-line.svg) no-repeat center center/contain;
  left: -46px;
  left: -2.875rem;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.to-bnr__entry02 {
  text-align: center;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.to-bnr__entry02 span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.1764705882;
}

@media screen and (min-width: 602px) {
  .to-bnr__left {
    width: 55.5%;
    max-width: 100%;
  }
  .to-bnr__right {
    width: 44.5%;
    max-width: 100%;
  }
}
.what {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #fff;
}

.what__concept {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.what__policy {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 1000px) {
  .what {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
}
.worry {
  padding-top: 55px;
  padding-top: 3.4375rem;
  background: url(../images/common/worry-bg.webp) no-repeat center center/cover;
}

.worry__title div {
  text-align: center;
}

.worry__title div:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.worry__title span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  padding: 1px 15px;
  padding: 0.0625rem 0.9375rem;
}

.worry__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.worry__lists {
  width: 93.893129771%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #5f5f5f;
  padding: 40px 33px;
  padding: 2.5rem 2.0625rem;
  margin-top: -50px;
  margin-top: -3.125rem;
  position: relative;
  z-index: 1;
}

.worry__list {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1em;
}

.worry__list::before {
  content: "";
  position: absolute;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../images/common/worry-list-arrow.webp) no-repeat center center/contain;
  left: 0;
  top: 6px;
  top: 0.375rem;
}

.worry__list span {
  color: #337957;
}

.worry__list:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.worry__list:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.worry__copy {
  padding-top: 399px;
  padding-top: 24.9375rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7055555556;
  position: relative;
  margin-top: -362px;
  margin-top: -22.625rem;
}

.worry__copy::after {
  /*
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: rem(196) solid transparent;
  border-left: rem(196) solid transparent;
  border-top: rem(67) solid #333;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: rem(-67);
  */
}

.worry__arrow {
  margin-top: -2px;
  margin-top: -0.125rem;
}

.worry__copy span {
  position: relative;
  z-index: 1;
}

.worry__copy span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  height: 0.8125rem;
  background-color: #337957;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .worry__copy {
    font-size: 1.375rem;
    padding-top: 26.4375rem;
  }
  .worry__title span {
    font-size: 1.75rem;
  }
  .worry__lists {
    width: 31.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .worry__img {
    margin-top: 2.875rem;
  }
}
.wrapper {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 601px) {
  .wrapper {
    -webkit-box-shadow: 0 0 1.25rem rgba(3, 44, 24, 0.35);
    box-shadow: 0 0 1.25rem rgba(3, 44, 24, 0.35);
  }
}
/*# sourceMappingURL=styles.css.map */
