@charset "UTF-8";
/* Sass Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
} */
body {
  line-height: 1.1;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  /*overflow-x: hidden;*/
  background: #fff;
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------------
  common
--------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0080ff;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.image-center {
  margin: 0 auto;
  display: block;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
}
/*------------------------------------------*
* 配置系CSS
*------------------------------------------*/
.ftL {
  float: left;
}

.ftR {
  float: right;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.bold {
  font-weight: bold;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/*------------------------------------------*
* margin系CSS
*------------------------------------------*/
.u-mt-2 {
  margin-top: 2%;
}

.u-mt-4 {
  margin-top: 4%;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mtb10 {
  margin: 10px 0;
}

/*------------------------------------------*
* padding系CSS
*------------------------------------------*/
.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

/* font-size */
.text--44 {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .text--44 {
    font-size: 36px;
  }
}

.text--42 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .text--42 {
    font-size: 36px;
  }
}

.text--38 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .text--38 {
    font-size: 30px;
  }
}

.text--35 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .text--35 {
    font-size: 24px;
  }
}

.text--32 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .text--32 {
    font-size: 22px;
  }
}

.text--30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .text--30 {
    font-size: 20px;
  }
}

.text--28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .text--28 {
    font-size: 20px;
  }
}

.text--27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .text--27 {
    font-size: 20px;
  }
}

.text--24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .text--24 {
    font-size: 18px;
  }
}

.text--20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .text--20 {
    font-size: 18px;
  }
}

.text--18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .text--18 {
    font-size: 16px;
  }
}

.text--17 {
  font-size: 17px;
}
.text--16 {
  font-size: 16px;
}
.text--14 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .text--14 {
    font-size: 12px;
  }
}

.text--13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .text--13 {
    font-size: 12px;
  }
}

.text--12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .text--12 {
    font-size: 12px;
  }
}

.text--10 {
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

img {
  object-fit: contain;
}

.container {
  position: relative;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
.container .containerInner {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.fixedBtn {
  position: fixed;
  width: 100%;
  bottom: -300px;
  text-align: center;
  padding: 20px 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.fixedBtn a {
  display: inline-block;
  background: #fff;
}
.fixedBtn a:hover {
  opacity: 1 !important;
}
.fixedBtn a img:hover {
  opacity: 0.8 !important;
}

.moveUp {
  bottom: 0;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

.animation {
  opacity: 0;
}

.inview {
  opacity: 0;
  animation: inview 0.5s ease 0.2s forwards;
}

.animation.up.inview {
  opacity: 0;
  animation: inview_up 0.5s ease 0.2s forwards;
}

@keyframes inview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes inview_up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------------------------
  汎用
-------------------------------------------------*/
.btn__red_m {
  position: relative;
  font-size: 18px;
  width: 100%;
  max-width: 360px;
  height: 64px;
  border: 2px solid #eb545d;
  background: #eb545d;
  color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 30px 120px;
  text-decoration: none;
}
.btn__red_m:before, .btn__red_m:after {
  content: "";
  background: #fff;
  width: 4px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.btn__red_m:before {
  transform: rotate(-45deg);
  border-radius: 10px 10px 0 0;
}
.btn__red_m:after {
  transform: rotate(45deg);
  border-radius: 0 0 10px 10px;
}

/*-------------------------------------------------
  追従
-------------------------------------------------*/
.navi-main {
  margin: 0 auto;
  width: 100vw;
  height: 80px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  padding: 12px 16px 17px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .navi-main {
    height: 62px;
    padding: 10px;
  }
  .navi-main span {
    display: none;
  }
}
.navi-main__box {
  text-align: center;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .navi-main__box {
    margin: 0;
    max-width: 100vw;
    padding: 0 5px;
  }
}
.navi-main__image {
  width: 356px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .navi-main__image {
    width: auto;
  }
}
.navi-main__image ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .navi-main__image ul {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .navi-main__image ul:last-of-type {
    display: none;
  }
}
.navi-main__image ul li {
  display: flex;
  align-items: center;
}
.navi-main__image ul li:last-child {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .navi-main__image ul li:last-child {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .navi-main__image img {
    height: 40px;
    width: 50vw;
    object-fit: contain;
    object-position: left;
  }
}
.navi-main__btn {
  display: flex;
  justify-content: end;
  min-width: 486px;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 950px) {
  .navi-main__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navi-main__btn {
    width: fit-content;
    min-width: 0;
  }
}
.navi-main__btn__red_s {
  border: 2px solid #ec555d;
  background: #ec555d;
  padding: 15px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .navi-main__btn__red_s {
    padding: 5px 0;
  }
}
.navi-main__btn p {
  display: flex;
}
@media screen and (max-width: 768px) {
  .navi-main__btn p.forPc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .navi-main__btn p img {
    width: 97%;
  }
}
.navi-main__btn p a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .navi-main__btn p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .navi-main__btn p a {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 414px) {
  .navi-main__btn p a {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (max-width: 320px) {
  .navi-main__btn p a {
    font-size: 15px;
  }
}
.navi-main__btn a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------
  fv
--------------------------------------------------------------------*/
.fv {
  width: 100%;
  overflow: hidden;
}
.fv h1 {
  width: 100%;
  z-index: 99;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv h1 img {
    width: 100%;
  }
}
.fv__cvarea {
  width: 90vw;
  max-width: 1080px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  background: #fff;
  color: #111111;
  margin-top: -76px;
  padding: 15px 170px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  border-radius: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .fv__cvarea {
    padding: 15px 100px;
    margin-top: -46px;
  }
}
@media screen and (max-width: 768px) {
  .fv__cvarea {
    width: calc(100% - 20px);
    margin: -59px 10px 0;
    padding: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.fv__cvimg {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__cvimg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
  }
}
.fv__cvimg img {
  height: 196px;
}
@media screen and (max-width: 768px) {
  .fv__cvimg img {
    height: 96px;
  }
}
@media screen and (max-width: 400px) {
  .fv__cvimg img {
    height: 76px;
  }
}
.fv__cvtext {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .fv__cvtext {
    width: 100%;
  }
  .fv__cvtext a img {
    height: 90px;
  }
}

/*-------------------------------
  weblp_03
---------------------------------*/
.weblp__dreaming {
  background-color: #e7f0ec;
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 1000px) {
  .weblp__dreaming {
    margin-top: -180px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .weblp__dreaming {
    margin-top: -200px;
    padding-top: 200px;
    overflow: hidden;
  }
}
.weblp__dreaming h2 img {
  width: 628px;
  margin: 74px auto 29px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming h2 img {
    width: 330px;
    margin: 40px auto 25px;
  }
}
.weblp__dreaming img.arrow_yellow {
  height: 60px;
}
.weblp__dreaming_worries {
  position: relative;
  padding-bottom: 66px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries {
    padding-bottom: 230px;
  }
}
.weblp__dreaming_worries > img {
  width: 162px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries > img {
    width: 130px;
  }
}
.weblp__dreaming_worries .worries_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries .worries_list {
    flex-direction: column;
    margin-top: 60px;
  }
}
.weblp__dreaming_worries .worries_list div {
  position: relative;
  padding: 20px;
  margin: -40px -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  aspect-ratio: 866/588;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries .worries_list div {
    width: 83%;
    margin: -54px -25px;
  }
  .weblp__dreaming_worries .worries_list div:nth-of-type(even) {
    padding-left: 0;
  }
  .weblp__dreaming_worries .worries_list div:nth-of-type(even) {
    margin-left: auto;
  }
}
.weblp__dreaming_worries .worries_list div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: mokumoku 4s infinite linear;
}
@keyframes mokumoku {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.05, 0.95) rotate(0.7deg);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(1.05, 0.95) rotate(-0.7deg);
  }
  100% {
    transform: scale(1, 1);
  }
}
.weblp__dreaming_worries .worries_list div:nth-of-type(1):before {
  background-image: url(../img/worries_balloon01.png);
}
.weblp__dreaming_worries .worries_list div:nth-of-type(2):before {
  background-image: url(../img/worries_balloon02.png);
  animation-delay: 1s;
}
.weblp__dreaming_worries .worries_list div:nth-of-type(3):before {
  background-image: url(../img/worries_balloon03.png);
  animation-delay: 2s;
}
.weblp__dreaming_worries .worries_list div:nth-of-type(4) {
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries .worries_list div:nth-of-type(4) {
    margin-left: 100px;
    margin-top: -40px;
  }
  .weblp__dreaming_worries .worries_list div:nth-of-type(4) p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .weblp__dreaming_worries .worries_list div:nth-of-type(4) {
    margin-left: auto;
  }
}
.weblp__dreaming_worries .worries_list div:nth-of-type(4):before {
  background-image: url(../img/worries_balloon04.png);
  animation-delay: 3s;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries .worries_list div:nth-of-type(4):before {
    background-image: url(../img/sp/worries_balloon04.png);
  }
}
.weblp__dreaming_worries .worries_list div p {
  text-align: center;
  font-size: 30px;
  z-index: 2;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_worries .worries_list div p {
    font-size: 22px;
  }
}
.weblp__dreaming_worries .worries_list div p span {
  font-size: 1.2em;
  color: #218c5b;
  font-weight: bold;
}
.weblp__dreaming_reason {
  padding: 0 10px 72px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason {
    margin-top: 37px;
  }
}
.weblp__dreaming_reason h3 {
  margin: -8px 0 -112px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason h3 {
    margin: 0;
  }
}
.weblp__dreaming_reason .reason_list {
  background: #fff;
  position: relative;
  padding: 40px 60px;
  margin-bottom: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_list {
    padding: 25px 15px;
  }
}
.weblp__dreaming_reason .reason_list:nth-of-type(1) .reason_flex img:nth-of-type(1) {
  width: 39.1666666667%;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_list:nth-of-type(1) .reason_flex img:nth-of-type(2) {
    padding: 0 62px 32px;
  }
}
.weblp__dreaming_reason .reason_list:nth-of-type(2) .reason_flex {
  gap: 16px;
}
.weblp__dreaming_reason .reason_flex {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_flex {
    flex-direction: column;
    margin-top: 20px;
  }
}
.weblp__dreaming_reason .reason_flex img {
  width: 55.2083333333%;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_flex img {
    width: 100%;
  }
}
.weblp__dreaming_reason .reason_flex_text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.weblp__dreaming_reason .reason_flex_text li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/reason_balloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 105px;
  color: #6d4f4f;
  font-size: 22px;
}
@media (min-width: 769px) and (max-width: 950px) {
  .weblp__dreaming_reason .reason_flex_text li {
    background-image: url(../img/sp/reason_balloon.png);
    padding: 0 10px;
    font-size: 16px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_flex_text li {
    font-size: 18px;
    background-image: url(../img/sp/reason_balloon.png);
    height: 90px;
  }
}
.weblp__dreaming_reason .reason_system {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system {
    flex-direction: column;
  }
}
.weblp__dreaming_reason .reason_system li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  border: 2px solid #26b176;
  border-radius: 8px;
  padding: 25px 10px 24px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system li {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    padding: 20px 15px;
  }
}
.weblp__dreaming_reason .reason_system li img {
  height: 134px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system li img {
    width: 33.0769230769%;
    height: auto;
    padding: 6px 0;
    flex: 0 0 auto;
    aspect-ratio: 318/246;
    object-fit: contain;
  }
}
.weblp__dreaming_reason .reason_system_txt p {
  font-size: 20px;
  font-weight: bold;
  color: #6d4f4f;
  margin: 20px 0 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system_txt p {
    margin: 0 0 12px;
  }
}
.weblp__dreaming_reason .reason_system_txt span {
  color: #111;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 16px;
  height: 76.8px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .weblp__dreaming_reason .reason_system_txt span {
    letter-spacing: normal;
    font-size: 14px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system_txt span br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .weblp__dreaming_reason .reason_system_txt span {
    height: auto;
    font-size: 14px;
    letter-spacing: normal;
  }
}
.weblp__dreaming img[src*=system_ttl] {
  height: 31px;
  margin: 55px 0 15px;
}
@media screen and (max-width: 768px) {
  .weblp__dreaming img[src*=system_ttl] {
    height: 85px;
    margin: 30px auto;
  }
}
.weblp__strength {
  padding: 73px 0 67px;
}
@media screen and (max-width: 768px) {
  .weblp__strength {
    padding: 40px 0;
  }
}
.weblp__strength h2 {
  width: 705px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__strength h2 {
    width: 287px;
  }
}
.weblp__strength .strength_nav {
  max-width: 960px;
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 40px auto 47px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav {
    width: calc(100% - 50px);
    max-width: auto;
    flex-direction: column;
    padding: 0;
  }
}
.weblp__strength .strength_nav li {
  background-color: #eeeeee;
  border-radius: 8px;
  border: 2px solid #d4d4d4;
  width: 100%;
  height: 220px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li {
    height: 108px;
  }
}
.weblp__strength .strength_nav li a {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 43px 0 68px;
  display: block;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li a {
    padding: 18px 0 36px;
  }
}
.weblp__strength .strength_nav li a:before, .weblp__strength .strength_nav li a:after {
  content: "";
  width: 4px;
  height: 20px;
  background: #111;
  position: absolute;
  bottom: 15px;
  border-radius: 10px 10px 0 0;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li a:before, .weblp__strength .strength_nav li a:after {
    width: 2px;
    height: 12px;
    bottom: 10px;
  }
}
.weblp__strength .strength_nav li a:before {
  transform: rotate(45deg);
  left: calc(50% + 6px);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li a:before {
    left: calc(50% + 3px);
  }
}
.weblp__strength .strength_nav li a:after {
  transform: rotate(-45deg);
  left: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li a:after {
    left: calc(50% - 4px);
  }
}
.weblp__strength .strength_nav li a:hover:before, .weblp__strength .strength_nav li a:hover:after {
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_nav li a:hover:before, .weblp__strength .strength_nav li a:hover:after {
    bottom: 7px;
  }
}
.weblp__strength .strength_nav li img {
  max-height: 100%;
  margin: 0 auto;
}
.weblp__strength .strength_strength {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.weblp__strength .strength_strength#strength_01 .bg {
  background-image: url(../img/strength_bg01.png);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_01 {
    background-image: none;
  }
  .weblp__strength .strength_strength#strength_01 .bg {
    background-image: url(../img/sp/strength_bg01.png);
  }
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_01 .strength_inner {
    height: 3700px;
  }
}
@media screen and (max-width: 350px) {
  .weblp__strength .strength_strength#strength_01 .strength_inner {
    height: 3500px;
  }
}
@media screen and (max-width: 500px) {
  .weblp__strength .strength_strength#strength_01 .strength_inner {
    height: 3400px;
  }
}
.weblp__strength .strength_strength#strength_01 .strength_list {
  margin-top: 37px;
}
.weblp__strength .strength_strength#strength_02 .bg {
  background-image: url(../img/strength_bg02.png);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_02 {
    background-image: none;
  }
  .weblp__strength .strength_strength#strength_02 .bg {
    background-image: url(../img/sp/strength_bg02.png);
  }
  .weblp__strength .strength_strength#strength_02 h3 img {
    height: 165px;
  }
  .weblp__strength .strength_strength#strength_02 .strength_list.red:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_02 .strength_inner {
    height: 3500px;
  }
}
@media screen and (max-width: 700px) {
  .weblp__strength .strength_strength#strength_02 .strength_inner {
    height: 3300px;
  }
}
@media screen and (max-width: 600px) {
  .weblp__strength .strength_strength#strength_02 .strength_inner {
    height: 3100px;
  }
}
@media screen and (max-width: 500px) {
  .weblp__strength .strength_strength#strength_02 .strength_inner {
    height: 2900px;
  }
}
@media screen and (max-width: 450px) {
  .weblp__strength .strength_strength#strength_02 .strength_inner {
    height: 2800px;
  }
}
.weblp__strength .strength_strength#strength_03 .bg {
  background-image: url(../img/strength_bg03.png);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_03 {
    background-image: none;
  }
  .weblp__strength .strength_strength#strength_03 .bg {
    background-image: url(../img/sp/strength_bg03.png);
  }
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_03 .strength_inner {
    height: 2500px;
  }
}
@media screen and (max-width: 650px) {
  .weblp__strength .strength_strength#strength_03 .strength_inner {
    height: 2400px;
  }
}
@media screen and (max-width: 500px) {
  .weblp__strength .strength_strength#strength_03 .strength_inner {
    height: 2300px;
  }
}
.weblp__strength .strength_strength#strength_03 h3 img {
  height: 85px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_strength#strength_03 h3 img {
    height: 120px;
    margin-bottom: 25px;
  }
}
.weblp__strength .strength_inner, .weblp__strength .strength_content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 60px;
  background-color: rgba(255, 255, 255, 0.9019607843);
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_inner, .weblp__strength .strength_content {
    padding: 148px 15px 46px;
    padding: 29px 10px;
    position: relative;
    min-height: 100vh;
  }
  .weblp__strength .strength_inner > img, .weblp__strength .strength_content > img {
    padding: 0 25px;
  }
}
.weblp__strength .strength_inner h3, .weblp__strength .strength_content h3 {
  margin-bottom: 34px;
}
.weblp__strength .strength_inner h3 img, .weblp__strength .strength_content h3 img {
  height: 94px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_inner h3 img, .weblp__strength .strength_content h3 img {
    height: 120px;
    margin-bottom: 23px;
  }
}
.weblp__strength .strength_inner h3 p, .weblp__strength .strength_content h3 p {
  word-break: auto-phrase;
}
.weblp__strength .strength_inner h4, .weblp__strength .strength_content h4 {
  overflow: hidden;
}
.weblp__strength .strength_inner h4 p, .weblp__strength .strength_content h4 p {
  margin: 0 auto 25px;
  width: fit-content;
  position: relative;
}
.weblp__strength .strength_inner h4 p img, .weblp__strength .strength_content h4 p img {
  height: 31px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_inner h4 p img, .weblp__strength .strength_content h4 p img {
    height: 59px;
  }
}
.weblp__strength .strength_content h5 {
  margin-bottom: 27px;
}
.weblp__strength .strength_content h5 p img {
  height: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_content h5 {
    margin-bottom: 25px;
  }
  .weblp__strength .strength_content h5 p img {
    height: 71px;
  }
}
@media screen and (min-width: 769px) {
  .weblp__strength .strength_inner h4 p:before, .weblp__strength .strength_inner h4 p:after, .weblp__strength .strength_content h4 p:before, .weblp__strength .strength_content h4 p:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #111;
  }
  .weblp__strength .strength_inner h4 p:before, .weblp__strength .strength_content h4 p:before {
    left: calc(-100% - 26px);
  }
  .weblp__strength .strength_inner h4 p:after, .weblp__strength .strength_content h4 p:after {
    right: calc(-100% - 26px);
  }
}
.weblp__strength .strength_inner .fact_ttl, .weblp__strength .strength_content .fact_ttl {
  background: #fdf0e6;
  color: #f06f08;
  text-align: center;
  padding: 11px;
  font-size: 24px;
  font-weight: bold;
  margin: -17px 0 23px;
}
.weblp__strength .strength_bg_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.weblp__strength .strength_bg_fixed .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.weblp__strength .strength_widewrap {
  padding: 200px 40px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_widewrap {
    padding: 148px 0;
  }
}
.weblp__strength .strength_content {
  width: calc(100% - 30px);
}
.weblp__strength .strength_fact_list {
  display: flex;
  gap: 15.625%;
  padding: 0 3.125%;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_fact_list {
    flex-direction: column;
    padding: 0 10px;
    gap: 0;
  }
}
.weblp__strength .strength_fact_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  font-size: 20px;
  color: #111;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_fact_list li {
    padding: 24px 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .weblp__strength .strength_fact_list li:last-of-type {
    border-bottom: none;
  }
}
.weblp__strength .strength_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list {
    flex-direction: column;
  }
}
.weblp__strength .strength_list li {
  width: calc(50% - 8px);
  border-radius: 8px;
  border: 2px solid;
}
.weblp__strength .strength_list li.wide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list li {
    width: 100%;
  }
}
.weblp__strength .strength_list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  height: 2.8em;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list li p.high {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list .js-accordion {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
  }
  .weblp__strength .strength_list .js-accordion::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s ease-in-out;
  }
  .weblp__strength .strength_list .js-accordion-active-btn::after {
    transform: translateY(-50%) rotate(-135deg);
  }

}
.weblp__strength .strength_list li span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 25px 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
.weblp__strength .strength_list li span.js-accordion-body {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list li span.js-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: .5s ease-in-out;
  }
}
.weblp__strength .strength_list li span img {
  padding-top: 12px;
}
.weblp__strength .strength_list li.red03 span {
  padding-bottom: 0;
}
.weblp__strength .strength_list li.red03 span img {
  padding: 23px 35px 0;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list li.red03 span img {
    padding: 23px 3px 0;
  }
}
.weblp__strength .strength_list li.red04 span img {
  padding: 58px 90px 60px;
  padding: 9% 19.0677966102% 0%;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list li.red04 span img {
    padding: 20px 40px 10px;
  }
}
.weblp__strength .strength_list.orange li {
  border-color: #f06f08;
}
.weblp__strength .strength_list.orange li p {
  background-color: #f06f08;
}
.weblp__strength .strength_list.red li {
  border-color: #e50111;
}
.weblp__strength .strength_list.red li p {
  background-color: #e50111;
}
.weblp__strength .strength_list.green li {
  border-color: #218c5b;
  /*width: calc((100% - 32px) / 3);*/
  width: calc((100% - 19px) / 2);
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_list.green li {
    width: 100%;
  }
}
.weblp__strength .strength_list.green li p {
  background-color: #218c5b;
}
.weblp__strength .strength_list.green li span img {
  margin: 0 auto;
  padding-top: 20px;
  max-height: 132px;
  max-width: 197px;
  object-fit: contain;
  box-sizing: content-box;
}
.weblp__strength .strength_img {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .weblp__strength .strength_img {
    flex-direction: column;
  }
}
.weblp__seminar {
  background-color: #218c5b;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar {
    padding: 32px 10px 25px;
  }
}
.weblp__seminar h2 {
  text-align: center;
}
.weblp__seminar h2 img {
  height: 120px;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .weblp__seminar h2 img {
    height: 160px;
  }
}
.weblp__seminar .inner {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .inner {
    margin-top: 20px;
    padding: 25px 15px;
  }
}
.weblp__seminar .inner h3 img {
  max-width: 460px;
  max-height: 128px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .inner h3:nth-of-type(1) img {
    max-height: 85px;
  }
  .weblp__seminar .inner h3:nth-of-type(2) img {
    width: calc(100% - 20px);
  }
}
.weblp__seminar hr {
  border: 1px solid #aaaaaa;
  margin: 28px 0 33px;
}
.weblp__seminar .seminar__desc {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 33px 6.5%;
  text-align: left;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__desc {
    flex-direction: column;
    padding: 22px 0 28px;
    gap: 27px;
  }
}
.weblp__seminar .seminar__desc img {
  max-width: 349px;
  width: 29.0833333333%;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__desc img {
    width: 240px;
  }
}
.weblp__seminar .seminar__link {
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__link {
    padding-bottom: 0;
  }
}
.weblp__seminar .seminar__link img {
  height: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__link img {
    height: auto;
    width: 100%;
  }
}
.weblp__seminar .seminar__point_list {
  display: flex;
  gap: 17px;
  margin: 25px 0 32px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__point_list {
    flex-direction: column;
    margin: 25px 0;
    gap: 10px;
  }
}
.weblp__seminar .seminar__point_list li {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 33px 10px 40px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__point_list li {
    padding: 25px 10px 30px;
  }
}
.weblp__seminar .seminar__point_list li img {
  width: 140px;
  margin-bottom: 25px;
}
.weblp__seminar .seminar__point_list li p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #111;
}
.weblp__seminar .seminar__point_list li span {
  position: relative;
  background: transparent;
  z-index: 2;
}
.weblp__seminar .seminar__point_list li span:before {
  content: "";
  background: rgba(248, 181, 0, 0.5019607843);
  width: 100%;
  height: 8px;
  bottom: -3px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.weblp__seminar .seminar__detail {
  background: #e7f0ec;
  padding: 15px 39px 30px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail {
    padding: 4px 17px 24px;
    flex-direction: column;
    gap: 0;
  }
}
.weblp__seminar .seminar__detail_about {
  width: 100%;
}
.weblp__seminar .seminar__detail_about:last-of-type dl {
  flex-direction: column;
  border-bottom: none;
  padding-bottom: 0;
}
.weblp__seminar .seminar__detail_about > dl {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail_about > dl {
    padding: 20px 0;
  }
}
.weblp__seminar .seminar__detail_about > dl > dt {
  min-width: 106px;
  color: #218c5b;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail_about > dl > dt {
    min-width: 5em;
  }
}
.weblp__seminar .seminar__detail_about > dl > dd {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail_about > dl > dd {
    font-size: 16px;
  }
}
.weblp__seminar .seminar__detail_about > dl > dd span {
  font-size: 0.83em;
}
.weblp__seminar .seminar__detail_about > dl > dd .comment {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail_about > dl > dd .comment {
    text-align: center;
  }
}
.weblp__seminar .seminar__detail_about > dl:last-of-type dd .time {
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 8px;
  padding: 37px 40px;
  display: flex;
  flex-flow: wrap;
  line-height: 1.6;
  margin: 15px 0 24px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__detail_about > dl:last-of-type dd .time {
    margin: 15px 0;
  }
}
.weblp__seminar .seminar__detail_about > dl:last-of-type dd .time dt {
  width: 12%;
  color: #6d4f4f;
  padding-right: 15px;
  height: 28.8px;
}
.weblp__seminar .seminar__detail_about > dl:last-of-type dd .time dd {
  width: 83%;
}
.weblp__seminar .seminar__flow {
  margin-top: -5px;
  text-align: left;
}
.weblp__seminar .seminar__flow span {
  padding-left: 30px;
  font-size: 16px;
  line-height: 1;
}
.weblp__seminar .seminar__flow ul {
  display: flex;
  margin: 5px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__flow ul {
    flex-direction: column;
    margin: 0;
  }
}
.weblp__seminar .seminar__flow ul li {
  width: 25%;
  aspect-ratio: 332/300;
  margin-left: -10px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__flow ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: -10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 76%, 50% 100%, 0 76%);
    aspect-ratio: 655/171;
  }
}
.weblp__seminar .seminar__flow ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.weblp__seminar .seminar__flow ul li:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__flow ul li:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 76%, 50% 100%, 0 76%);
  }
}
.weblp__seminar .seminar__flow ul li:nth-of-type(1) {
  z-index: 5;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(1):before {
  background-color: #ef8200;
}
@media screen and (max-width: 768px) {
  .weblp__seminar .seminar__flow ul li:nth-of-type(1) {
    aspect-ratio: 655/211;
  }
  .weblp__seminar .seminar__flow ul li:nth-of-type(1) p:before {
    content: "ご希望の方のみ";
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }
}
.weblp__seminar .seminar__flow ul li:nth-of-type(2) {
  z-index: 4;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(2):before {
  background-color: #218c5b;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(n+3) {
  z-index: 3;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(n+3):before {
  background-color: #07adc4;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(4) {
  z-index: 2;
}
.weblp__seminar .seminar__flow ul li:nth-of-type(5) {
  z-index: 1;
}
.weblp__seminar img[src*=seminar_flow] {
  width: 675px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .weblp__seminar img[src*=seminar_flow] {
    margin: 60px 0 35px;
  }
}
.weblp__voice {
  background-color: #e7f0ec;
  padding: 74px;
}
@media screen and (max-width: 768px) {
  .weblp__voice {
    padding: 40px 10px 25px;
  }
}
.weblp__voice h2 {
  margin-bottom: 50px;
}
.weblp__voice h2 img {
  height: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__voice h2 img {
    height: 76px;
  }
}
.weblp__voice ul li {
  display: flex;
  gap: 20px;
  height: 130px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .weblp__voice ul li {
    height: auto;
    padding: 30px 15px;
    gap: 11px;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
  }
  .weblp__voice ul li img {
    height: 85px;
  }
}
@media screen and (min-width: 769px) {
  .weblp__voice ul li:nth-child(2) {
    flex-direction: row-reverse;
  }
  .weblp__voice ul li:nth-child(2) .voice_list:before {
    transform: scale(-1, 1);
  }
}
.weblp__voice ul li .voice_list {
  width: 100%;
  position: relative;
}
.weblp__voice ul li .voice_list:before {
  content: "";
  background-image: url(../img/voice_balloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 950px) {
  .weblp__voice ul li .voice_list:before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .weblp__voice ul li .voice_list:before {
    display: none;
  }
}
.weblp__voice ul li .voice_list p {
  width: 100%;
  position: relative;
  font-size: 24px;
  padding: 30px;
  color: #6d4f4f;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .weblp__voice ul li .voice_list p br {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .weblp__voice ul li .voice_list p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .weblp__voice ul li .voice_list p {
    padding: 0;
    font-size: 20px;
    text-align: left;
  }
}
.weblp__voice ul li .voice_list p span {
  font-weight: bold;
}
.weblp__type-c {
  padding: 32px 10px 75px;
}
@media screen and (max-width: 768px) {
  .weblp__type-c {
    padding: 36px 0;
  }
}
.weblp__type-c h2 {
  margin-bottom: -1px;
}
.weblp__type-c h2 img {
  height: 223px;
  margin: 0 auto -1px;
}
@media screen and (max-width: 768px) {
  .weblp__type-c h2 img {
    height: auto;
    width: 95%;
  }
}
.weblp__type-c .type-c_toggle {
  display: none;
}
.weblp__type-c .type-c_toggle:checked + .type-c_btn:before {
  transform: rotate(90deg) !important;
}
.weblp__type-c .type-c_toggle:checked + .type-c_btn + .type-c_content {
  max-height: 8500px;
  transition: all 0.5s;
}
.weblp__type-c .type-c_btn {
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 23px;
  border: 2px solid #218c5b;
  font-size: 24px;
  color: #218c5b;
  font-weight: bold;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .weblp__type-c .type-c_btn {
    font-size: 21px;
  }
}
.weblp__type-c .type-c_btn:before, .weblp__type-c .type-c_btn:after {
  content: "";
  position: absolute;
  right: 33px;
  top: 23px;
  width: 2px;
  height: 20px;
  background-color: #218c5b;
  transform-origin: center;
  transition: all 0.5s;
}
.weblp__type-c .type-c_btn:after {
  transform: rotate(90deg);
}
.weblp__type-c .type-c_content {
  max-height: 0;
  overflow: hidden;
  padding: 0 66px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .weblp__type-c .type-c_content {
    padding: 0 15px;
  }
}
.weblp__type-c .type-c_content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #6d4f4f;
  padding: 40px 0 28px;
}
@media screen and (max-width: 768px) {
  .weblp__type-c .type-c_content h3 {
    font-size: 24px;
    padding: 28px 0 18px;
  }
}
.weblp__type-c .type-c_content .type__feature__list {
  text-align: left;
}
.weblp__type-c .type-c__about {
  transition: all 0.5s;
}
.weblp__type-c .type-c__text {
  color: #111111;
  line-height: 40px;
  margin-top: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .weblp__type-c .type-c__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.weblp__type-c .type-c__text p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .weblp__type-c .type-c__text p {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
.weblp__owners-voice {
  background-color: #e7f0ec;
  padding: 73px 10px;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice {
    padding: 40px 0 8px;
  }
}
.weblp__owners-voice h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice h2 {
    margin-bottom: 30px;
  }
}
.weblp__owners-voice h2 img {
  height: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice h2 img {
    height: 165px;
  }
}
.weblp__owners-voice ul li .owners-voice__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__link{
    flex-direction: column;
    margin-bottom: 120px;
  }
}
@media (min-width: 370px) and (max-width: 768px) {
  .weblp__owners-voice ul li:first-of-type p {
    white-space: nowrap;
  }
}
.weblp__owners-voice ul li .owners-voice__comment {
  width: 724px;
  min-height: 385px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 186px 40px 48px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__comment {
    width: 100%;
    height: auto;
    padding: 32px 20px 104px;
  }
}
.weblp__owners-voice ul li .owners-voice__comment p {
  font-size: 24px;
  font-weight: bold;
  color: #6d4f4f;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__comment p {
    font-size: 22px;
  }
}
.weblp__owners-voice ul li .owners-voice__comment span {
  font-size: 16px;
  color: #333333;
}
.weblp__owners-voice ul li .owners-voice__profile {
  display: flex;
  align-items: center;
  width: 500px;
  position: relative;
  margin-left: -144px;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__profile {
    margin: -72px auto 0;
    width: calc(100% - 30px);
  }
}
.weblp__owners-voice ul li .owners-voice__profile img {
  padding: 0 55px 0 0;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__profile img {
    padding: 0;
  }
}
.weblp__owners-voice ul li .owners-voice__info {
  background-color: #218c5b;
  color: #fff;
  text-align: left;
  padding: 16px 21px;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .weblp__owners-voice ul li .owners-voice__info {
    right: -15px;
    bottom: -88px;
  }
}
.weblp__owners-voice ul li .owners-voice__info p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.weblp__owners-voice ul li .owners-voice__info span {
  font-size: 15px;
}
.weblp__join {
  padding: 73px;
}
@media screen and (max-width: 768px) {
  .weblp__join {
    padding: 40px 10px;
  }
}
.weblp__join h2 img {
  height: 127px;
  margin: 0 auto;
  object-fit: contain;
}
.weblp__join a {
  display: block;
  width: 492px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .weblp__join a {
    width: 100%;
  }
}

.type__feature {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .type__feature {
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .type__feature--type_c .type__feature__read__title {
    margin: 0 160px 0 0;
  }
}
.type__feature__read {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .type__feature__read {
    margin: 16px auto 0;
    flex-flow: column;
  }
}
.type__feature__read__title {
  font-size: 24px;
  font-weight: bold;
  color: #6d4f4f;
  margin: 0 48px 0 0;
}
@media screen and (max-width: 768px) {
  .type__feature__read__title {
    margin: 0 auto 16px;
    text-align: center;
  }
}
.type__feature__list dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl {
    flex-flow: column;
  }
}
.type__feature__list dl dt {
  font-size: 24px;
  font-weight: bold;
  padding: 32px 0 32px 32px;
  width: 30%;
  background: #218c5b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl dt {
    width: 100%;
    padding: 16px;
  }
  .type__feature__list dl dt br {
    display: none;
  }
}
.type__feature__list dl dd {
  width: 70%;
  border: 2px solid #218c5b;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl dd {
    width: 100%;
    padding: 16px;
  }
}
.type__feature__list dl:first-of-type > dt {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl:first-of-type > dt {
    border: none;
  }
}
.type__feature__list dl:first-of-type > dd {
  font-size: 14px;
  font-weight: bold;
}
.type__feature__list dl:first-of-type > dd ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl:first-of-type > dd ul {
    flex-flow: column;
    align-items: flex-start;
  }
}
.type__feature__list dl:first-of-type > dd ul li.two-col {
  padding-left: 32px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl:first-of-type > dd ul li.two-col {
    margin-top: 8px;
    padding-left: 0px;
  }
}
.type__feature__list dl:nth-of-type(2) > dt {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .type__feature__list dl:nth-of-type(2) > dt {
    border-bottom: 0px;
  }
}
.type__feature__list dl:nth-of-type(2) > dd {
  border-top: none;
}
.type__feature__list dl:nth-of-type(2) > dd table {
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #218c5b;
}
.type__feature__list dl:nth-of-type(2) > dd th,
.type__feature__list dl:nth-of-type(2) > dd td {
  font-size: 16px;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #218c5b;
  vertical-align: middle;
}
.type__feature__list dl:nth-of-type(2) > dd th {
  background: #e7f0ec;
  font-weight: normal;
}
.type__feature__list dl:nth-of-type(2) > dd td ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px dotted #218c5b;
}
.type__feature__list dl:nth-of-type(2) > dd td ul li:last-of-type {
  border: none;
}
.type__feature__list dl:nth-of-type(2) > dd td.list {
  padding: 0;
}
.type__feature__list dl:nth-of-type(3) > dd {
  border-top: none;
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/
.footer {
  position: relative;
  text-align: center;
  padding: 36px 0;
  font-size: 11px;
  line-height: 1.5;
}
.footer:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
}
.footer p {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer p {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer p a {
    color: #333;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .footer p:nth-child(2) {
    padding: 20px 0;
    font-size: 14px;
  }
}
.footer img {
  margin: 0 auto;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .footer img {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */