@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&family=Noto+Sans+JP:wght@400..800&display=swap');
/***** reset css *****/
* { margin: 0; padding: 0;}
div,article,ul,ol,li,p,dl,dt,dd,span,a { box-sizing: border-box;}
ul, ol { list-style-type: none;}
h1, h2, h3, h4 { font-size: inherit; font-weight: inherit;}
a { color: var(--text); text-decoration: none;}
a:hover { opacity: .7;}
a, a::before, a::after, a:hover, a:hover:before, a:hover:after { transition: all 0.5s ease;}
img { max-width: 100%; height: auto; vertical-align: bottom;}
mark { background-color: transparent; font-weight: inherit; color: inherit;}
em { font-style: normal; font-weight: inherit;}
/*** end reset css ***/

:root {
  --primary: #4774A4;
  --secondary: #375A7F;
  --text: #122449;
  --white: #ffffff;
  --bg: #F8F9F4;
  --gray: #EFEFEF;
  --wrapper: 430px;
  --content-width: 370px;
  --header-height: 70px;
  --font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  font-style: normal;
  font-size: var(--font-size);
  line-height: 1.5;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.bold { font-weight: 600;}
.underline { border-bottom: 1px solid;}
.wrapper {
  width: 100%;
  max-width: var(--wrapper);
  min-width: 320px;
  margin: auto;
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 2px 14px -2px #00000040;
}
section { padding: 30px 0; margin: auto;}
section.pn { padding: 0;}
.sec-bg { padding: 30px 0;}
.sec-inner { width: var(--content-width); max-width: 95%; margin: auto;}
.sec-title { font-size: clamp(var(--font-size), 6.2vw, 24px); font-weight: 600; text-align: center;}
.sec-title .en { font-family: "Montserrat", sans-serif; font-size: 140%; line-height: .8;}

.header { display: flex; height: var(--header-height); justify-content: space-between; align-items: center;}
.header .logo { width: 120px; max-width: 32%; margin-left: 10px;}
.header-nav { display: flex; width: 200px; height: 100%;}
.header-nav-item { flex: 1;}
.header-nav-item a {
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 14px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.header-nav-item a::after {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.header-nav-item a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 4px;
}
.header-nav-item.line a { background-color: #03C755;}
.header-nav-item.line a::before { background: url(../images/lp/webp/icon-line.webp) no-repeat; background-size: contain;}
.no-webp .header-nav-item.line a::before { background: url(../images/lp/icon-line.png) no-repeat; background-size: contain;}
.header-nav-item.tel a { background-color: #EF5A6F;}
.header-nav-item.tel a::before { background: url(../images/lp/webp/icon-tel.webp) no-repeat; background-size: contain;}
.no-webp .header-nav-item.tel a::before { background: url(../images/lp/icon-tel.png) no-repeat; background-size: contain;}


.fv-title {
  font-size: clamp(14px, 4.62vw, 18px);
  text-align: center;
  color: var(--primary);
  line-height: calc(1em + 12px);
  padding: 10px 1.5%;
}
.fv-title .em { padding: 0 2px;}
.fv-title .em em {
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  line-height: .8;
  padding: 5px 1% 6px;
  border-radius: 4px;
  margin-right: 1%;
}
.fv-title .em em:last-child { margin-right: 0;}
.fv-title .large { font-size: clamp(var(--font-size), 7.2vw, 28px); font-weight: 400; text-decoration: underline; line-height: 1.25;}
.fv-img {
  height: 76vw;
  max-height: 379px;
  background: url(../images/lp/webp/fv.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.no-webp .fv-img { background: url(../images/lp/fv.jpg) no-repeat; background-size: cover;}
.fv-img img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -8px;
  left: 8px;
}
.fv-text-box { background-color: var(--primary); line-height: 1; padding-bottom: 12px; margin-top: -33px;}
.fv-text-head { position: relative; z-index: 1;}
.fv-text-head p {
  width: max-content;
  background-color: var(--white);
  color: #3e3e3e;
  font-size: clamp(var(--font-size), 4.62vw, 18px);
  font-weight: 400;
  padding: 7px 2.56% 8px;
}
.fv-text-head p + p { margin-top: 6px;}
.fv-poster {
  width: 370px;
  max-width: 95%;
  margin: auto;
}
.fv-poster-text {
  text-align: center;
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  color: var(--white);
  padding-top: 16px;
}
.fv-poster-text .large { font-size: clamp(var(--font-size), 5.2vw, 22px); font-weight: 600;}
.fv-poster-text .em em {
  font-size: clamp(var(--font-size), 6.2vw, 24px);
  position: relative;
}
.fv-poster-text .em em::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0; right: 0; top: 0;
  margin: auto;
}
.fv-poster-text .mark {
  display: inline-block;
  background-color: #D9D9D9;
  color: #333333;
  font-size: clamp(var(--font-size), 6.8vw, 28px);
  border-radius: 4px;
  padding: 5px 10px 8px;
  margin-top: 8px;
  margin-right: 2.7%;
}
@media screen and (max-width: 364px) {
  .fv-poster-text .mark { font-size: max(6.5vw, var(--font-size));}
}
.poster-main { display: flex; width: 100%; column-gap: 2.7%; margin: 10px 0;}
.poster-main span {
  flex: 1;
  background-color: var(--white);
  border-radius: 4px;
  color: var(--primary);
  font-size: clamp(var(--font-size), 15.9vw, 62px);
  font-weight: 700;
  padding: 6px 0 12px;
}
.fv-poster-list { display: flex; column-gap: 1.35%; text-align: center;}
.fv-poster-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  padding: 16px 0;
  position: relative;
}
.fv-poster-item::before {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  border-radius: 4px;
  border: 1px solid var(--text);
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 1;
  box-sizing: border-box;
}
.fv-poster-item::after {
  content: attr(data-no);
  color: #D9D9D933;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(var(--font-size), 11.8vw, 46px);
  font-weight: 800;
  line-height: .75;
  position: absolute;
  right: 1px;
  bottom: 0;
}
.fv-poster-item mark {
  background: linear-gradient(transparent 65%, #F5F737 35%);
}

.first-contact .sec-inner { padding-top: 16px;}
.contact-text {
  width: max-content;
  margin: auto;
  position: relative;
  font-size: clamp(var(--font-size), 4.62vw, 18px);
  margin-bottom: 4px;
}
.contact-text::before,
.contact-text::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--text);
  position: absolute;
  bottom: 10px;
}
.contact-text::before { left: -16px; transform: rotate(65deg);}
.contact-text::after { right: -16px; transform: rotate(-65deg);}
.contact-nav { margin: 0 2.7%;}
.contact-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: var(--white);
  font-size: clamp(var(--font-size), 6.2vw, 24px);
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  margin-bottom: 14px;
}
.contact-nav a::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
}
.contact-nav a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.contact-nav .line a { background-color: #03C755;}
.contact-nav .line a::before { background: url(../images/lp/webp/icon-line.webp) no-repeat; background-size: contain;}
.no-webp .contact-nav .line a::before { background: url(../images/lp/icon-line.png) no-repeat; background-size: contain;}
.contact-nav .tel a { background-color: #EF5A6F;}
.contact-nav .tel a::before { background: url(../images/lp/webp/icon-tel.webp) no-repeat; background-size: contain;}
.no-webp .contact-nav .tel a::before { background: url(../images/lp/icon-tel.png) no-repeat; background-size: contain;}
.sec-counseling .sec-inner {
  background-color: var(--bg);
  border-radius: 10px;
  box-shadow: 0 4px 4px #00000040;
  padding-bottom: 40px;
}
.sec-counseling .sec-title {
  background-color: var(--secondary);
  color: var(--white);
  padding: 16px 0;
  border-radius: 10px 10px 0 0;
}
.counseling-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.7%;
  row-gap: 10px;
  padding: 20px 5.4%;
}
.counseling-item {
  width: calc((100% - 2.7%) / 2);
  background-color: var(--white);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 20px 2.7%;
}
.counseling-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  max-height: 36vw;
  margin-bottom: 14px;
}
.counseling-item:nth-child(1):before { background: url(../images/lp/webp/counseling01.webp) no-repeat; background-size: contain;}
.counseling-item:nth-child(2):before { background: url(../images/lp/webp/counseling02.webp) no-repeat; background-size: contain;}
.counseling-item:nth-child(3):before { background: url(../images/lp/webp/counseling03.webp) no-repeat; background-size: contain;}
.counseling-item:nth-child(4):before { background: url(../images/lp/webp/counseling04.webp) no-repeat; background-size: contain;}
.no-webp .counseling-item:nth-child(1):before { background: url(../images/lp/counseling01.png) no-repeat; background-size: contain;}
.no-webp .counseling-item:nth-child(2):before { background: url(../images/lp/counseling02.png) no-repeat; background-size: contain;}
.no-webp .counseling-item:nth-child(3):before { background: url(../images/lp/counseling03.png) no-repeat; background-size: contain;}
.no-webp .counseling-item:nth-child(4):before { background: url(../images/lp/counseling04.png) no-repeat; background-size: contain;}
.counseling-text { font-size: clamp(var(--font-size), 6.2vw, 24px); text-align: center; margin-bottom: 30px;}
.counseling-footer {
  background-color: var(--secondary);
  color: var(--white);
  font-size: clamp(var(--font-size), 4.62vw, 18px);
  font-weight: 600;
  text-align: center;
  padding: 10px 2%;
}
#counseling-middle { padding-top: 0;}

.sec-worry { background-color: var(--gray); padding-bottom: 10px;}
.worry-list { padding-top: 20px;}
.worry-item { margin: 20px 5.4%; position: relative; color: #333333;}
.worry-item::after {
  content: "";
  display: block;
  width: 45.95%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.worry-item:nth-child(even):after { left: 0; right: auto;}
.worry-item:nth-child(1):after { background: url(../images/lp/webp/worry01.webp) no-repeat; background-size: cover;}
.worry-item:nth-child(2):after { background: url(../images/lp/webp/worry02.webp) no-repeat; background-size: cover;}
.worry-item:nth-child(3):after { background: url(../images/lp/webp/worry03.webp) no-repeat; background-size: cover;}
.worry-item:nth-child(4):after { background: url(../images/lp/webp/worry04.webp) no-repeat; background-size: cover;}
.worry-item:nth-child(5):after { background: url(../images/lp/webp/worry05.webp) no-repeat; background-size: cover;}
.worry-item:nth-child(6):after { background: url(../images/lp/webp/worry06.webp) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(1):after { background: url(../images/lp/worry01.jpg) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(2):after { background: url(../images/lp/worry02.jpg) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(3):after { background: url(../images/lp/worry03.jpg) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(4):after { background: url(../images/lp/worry04.jpg) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(5):after { background: url(../images/lp/worry05.jpg) no-repeat; background-size: cover;}
.no-webp .worry-item:nth-child(6):after { background: url(../images/lp/worry06.jpg) no-repeat; background-size: cover;}

.worry-item p { 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45.95%;
  height: 150px;
  max-height: 38.5vw;
  text-align: center;
  word-break: keep-all;
  position: relative;
  z-index: 1;
}
.worry-item p::after {
  content: "";
  width: 150%;
  height: 150%;
  background: url(../images/lp/webp/worry-bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0; bottom: 0; left: -25%; right: -25%;
  margin: auto;
  z-index: -1;
}
.no-webp .worry-item p::after { background: url(../images/lp/worry-bg.png) no-repeat center; background-size: contain;}
.worry-item:nth-child(even) p { left: 54.05%;}
.worry-text { text-align: center; font-size: clamp(var(--font-size), 5.2vw, 20px);}
.worry-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 42px;
  background: url(../images/lp/webp/worry-dot.webp) no-repeat;
  background-size: contain;
  margin: 20px auto;
}
.no-webp .worry-text::after { background: url(../images/lp/worry-dot.png) no-repeat; background-size: contain;}
.worry-attention { margin-bottom: 30px;}
.worry-attention::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/lp/webp/worry-attention.webp) no-repeat;
  background-size: 100% 100%;
}
.no-webp .worry-attention::after { background: url(../images/lp/worry-attention.png) no-repeat; background-size: 100% 100%;}
.worry-attention-text {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 700;
  padding: 20px 2%;
}

.cause-box { text-align: center;}
.cause-item { margin-bottom: 20px;}
.cause-item-title {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  text-align: center;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
  margin: 0 6.756756% 30px;
  position: relative;
}
.cause-item-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid var(--primary);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0; right: 0; bottom: -10px;
  margin: auto;
}
.cause-item1 .cause-item-content { display: flex; align-items: center; justify-content: space-between; margin: 0 4%;}
.img-text { width: calc(50% - 20px);}
.img-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  max-height: 38.5vw;
  border-radius: 10px;
  margin-bottom: 4px;
}
.img-text1::before { background: url(../images/lp/webp/cause01.webp) no-repeat; background-size: cover;}
.img-text2::before { background: url(../images/lp/webp/cause02.webp) no-repeat; background-size: cover;}
.no-webp .img-text1::before { background: url(../images/lp/cause01.jpg) no-repeat; background-size: cover;}
.no-webp .img-text2::before { background: url(../images/lp/cause02.jpg) no-repeat; background-size: cover;}
.cause-item2 { font-size: clamp(var(--font-size), 5.2vw, 20px);}

.sec-about { padding-top: 20px;}
.sec-about .sec-title::before {
  content: "";
  display: block;
  width: 120px;
  height: 26px;
  background: url(../images/lp/webp/logo.webp) no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.no-webp .sec-about .sec-title::before { background: url(../images/lp/logo.png) no-repeat; background-size: contain;}
.sec-about .sec-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background: url(../images/lp/webp/about-title.webp) no-repeat;
  background-size: 100% 100%;
  margin: 20px 0;
}
.no-webp .sec-about .sec-title::after { background: url(../images/lp/about-title.png) no-repeat; background-size: 100% 100%;}
.about-img { padding: 0 5px; margin-bottom: 20px;}
.about-text {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  text-align: center;
  margin: 0 6.756756%;
  padding-top: 30px;
  border-top: 2px solid var(--primary);
  position: relative;
}
.about-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid var(--primary);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0; right: 0; top: 0;
  margin: auto;
}
.about-text mark { background: linear-gradient(transparent 65%, #F5F737 35%);}

.sec-program { background-color: var(--primary); color: var(--white);}
.sec-program .sec-title { font-size: clamp(var(--font-size), 5.2vw, 22px);}
.sec-program .sec-title-head {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  width: max-content;
  margin: auto;
  position: relative;
  margin-bottom: 4px;
}
.sec-program .sec-title-head::before,
.sec-program .sec-title-head::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: 13px;
}
.sec-program .sec-title-head::before { left: -25px; transform: rotate(45deg);}
.sec-program .sec-title-head::after { right: -25px; transform: rotate(-45deg);}
.step-box { padding: 0 1.35%;}
.step-item { padding: 30px 0; border-bottom: 1px solid var(--white);}
.step-item:last-of-type { border: none;}
.step-item-title { font-size: clamp(var(--font-size), 5.2vw, 20px); font-weight: 600; margin-bottom: 20px;}
.step-item-title span {
  display: block;
  width: max-content;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-right: 38px;
  margin: 10px auto 20px;
  position: relative;
  z-index: 1;
}
.step-item:nth-child(1) .step-item-title span { padding-right: 32px;}
.step-item-title span::before {
  content: "";
  display: block;
  background-color: var(--primary);
  width: 4em;
  height: 18px;
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
}
.step-item-title span::after {
  content: attr(data-no);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: .8;
  position: absolute;
  top: -7px; right: 0;
  margin: auto;
  z-index: -2;
}
.step-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 222px;
  max-height: 57vw;
  border-radius: 10px;
  margin-bottom: 20px;
}
.step-item:nth-child(1) .step-item-content::before { background: url(../images/lp/webp/program01.webp) no-repeat; background-size: cover;}
.step-item:nth-child(2) .step-item-content::before { background: url(../images/lp/webp/program02.webp) no-repeat; background-size: cover;}
.step-item:nth-child(3) .step-item-content::before { background: url(../images/lp/webp/program03.webp) no-repeat; background-size: cover;}
.no-webp .step-item:nth-child(1) .step-item-content::before { background: url(../images/lp/program01.jpg) no-repeat; background-size: cover;}
.no-webp .step-item:nth-child(2) .step-item-content::before { background: url(../images/lp/program02.jpg) no-repeat; background-size: cover;}
.no-webp .step-item:nth-child(3) .step-item-content::before { background: url(../images/lp/program03.jpg) no-repeat; background-size: cover;}
.sec-reason { padding-bottom: 0;}
.sec-reason .sec-inner {
  width: calc(var(--content-width) + 4px);
  max-width: calc(95% + 4px);
  overflow-x: hidden;
  padding: 0 2px 40px;
}
.sec-reason .sec-title-head {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  text-align: center;
  margin-bottom: 14px;
}
.sec-reason .sec-title-head em {
  font-size: clamp(var(--font-size), 6.2vw, 24px);
  font-weight: 600;
  border-bottom: 3px double var(--text);
}
.sec-reason .sec-title { margin-bottom: 10px;}
.reason-item {
  background-color: var(--white);
  box-shadow: 0 2px 14px -2px #00000040;
  margin-top: 40px;
  padding: 30px 2.7%;
  position: relative;
}
.reason-item-title {
  color: var(--secondary);
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.reason-item-title span {
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  position: absolute;
  top: -20px;
  left: 5.4%;
}
.reason-item-title span::after {
  content: attr(data-no);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(var(--font-size), 6.2vw, 24px);
}
.reason-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 216px;
  max-height: 55.4vw;
  border-radius: 10px;
  margin-bottom: 16px;
}
.reason-item:nth-child(1) .reason-item-content::before { background: url(../images/lp/webp/reason01.webp) no-repeat; background-size: cover;}
.reason-item:nth-child(2) .reason-item-content::before { background: url(../images/lp/webp/reason02.webp) no-repeat; background-size: cover;}
.reason-item:nth-child(3) .reason-item-content::before { background: url(../images/lp/webp/reason03.webp) no-repeat; background-size: cover;}
.reason-item:nth-child(4) .reason-item-content::before { background: url(../images/lp/webp/reason04.webp) no-repeat; background-size: cover;}
.reason-item:nth-child(5) .reason-item-content::before { background: url(../images/lp/webp/reason05.webp) no-repeat; background-size: cover;}
.no-webp .reason-item:nth-child(1) .reason-item-content::before { background: url(../images/lp/reason01.jpg) no-repeat; background-size: cover;}
.no-webp .reason-item:nth-child(2) .reason-item-content::before { background: url(../images/lp/reason02.jpg) no-repeat; background-size: cover;}
.no-webp .reason-item:nth-child(3) .reason-item-content::before { background: url(../images/lp/reason03.jpg) no-repeat; background-size: cover;}
.no-webp .reason-item:nth-child(4) .reason-item-content::before { background: url(../images/lp/reason04.jpg) no-repeat; background-size: cover;}
.no-webp .reason-item:nth-child(5) .reason-item-content::before { background: url(../images/lp/reason05.jpg) no-repeat; background-size: cover;}
.attention-item {
  background-color: var(--white);
  border: 1px solid var(--primary);
  padding: 20px 5.4%;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 4px #00000040;
}
.attention-item-title {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  margin-bottom: 10px;
}
.attention-item-title small { display: block; font-size: 14px; font-weight: 400; margin-top: 4px;}
.attention-item-title span {
  display: block;
  width: max-content;
  height: 40px;
  line-height: 40px;
  background: url(../images/lp/webp/attention-title.webp) no-repeat center right;
  background-size: 34px auto;
  color: var(--secondary);
  text-align: center;
  padding-right: 8px;
  margin: 0 auto 20px;
}
.no-webp .attention-item-title span { background: url(../images/lp/attention-title.png) no-repeat center right; background-size: 34px auto;}
.attention-item-title span::after {
  content: attr(data-no);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(var(--font-size), 5.2vw, 20px);
}
.attention-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 216px;
  max-height: 55.4vw;
  border-radius: 10px;
  margin-bottom: 10px;
}
.attention-item:nth-child(1) .attention-item-content::before { background: url(../images/lp/webp/attention01.webp) no-repeat; background-size: cover;}
.attention-item:nth-child(2) .attention-item-content::before { background: url(../images/lp/webp/attention02.webp) no-repeat; background-size: cover;}
.attention-item:nth-child(3) .attention-item-content::before { background: url(../images/lp/webp/attention03.webp) no-repeat; background-size: cover;}
.no-webp .attention-item:nth-child(1) .attention-item-content::before { background: url(../images/lp/attention01.jpg) no-repeat; background-size: cover;}
.no-webp .attention-item:nth-child(2) .attention-item-content::before { background: url(../images/lp/attention02.jpg) no-repeat; background-size: cover;}
.no-webp .attention-item:nth-child(3) .attention-item-content::before { background: url(../images/lp/attention03.jpg) no-repeat; background-size: cover;}
.sec-attention .arrow { width: 220px; text-align: center; position: relative; margin: 20px auto;}
.sec-attention .arrow span,
.sec-attention .arrow span::before,
.sec-attention .arrow span::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid #d9d9d9;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.sec-attention .arrow span::before { content: ""; position: absolute; top: 5px; left: 0;}
.sec-attention .arrow span::after { content: ""; position: absolute; top: 5px; right:0;}
.attention-footer {
  background-color: var(--text);
  color: var(--white);
  padding: 20px 5.4%;
  border-radius: 10px;
  box-shadow: 0 4px 4px #00000040;
}
.sec-relief { background-color: var(--bg);}
.sec-relief .sec-title-head { font-size: clamp(var(--font-size), 4.62vw, 18px); text-align: center; margin-bottom: 4px;}
.relief-item {
  background-color: var(--white);
  border: 2px solid var(--text);
  padding: 20px 2.7%;
  border-radius: 10px;
  margin-top: 20px;
}
.relief-item-title {
  color: var(--primary);
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 58px;
}
@media screen and (max-width: 389px) {
  .relief-item-title { padding-left: calc(13vw + 4px); letter-spacing: -0.03em;}
}
.relief-item-title::before {
  content: attr(data-no);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  max-width: 46px;
  height: 12vw;
  max-height: 46px;
  background-color: var(--primary);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 7.7vw, 30px);
  line-height: .8;
  border-radius: 3px;
  box-shadow: 4px 4px 0 var(--text);
  position: absolute;
  left: 0; top: 0; bottom: 0;
  margin: auto;
}
.relief-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 216px;
  max-height: 55.4vw;
  border-radius: 10px;
  margin-bottom: 10px;
}
.relief-item:nth-child(1) .relief-item-content::before { background: url(../images/lp/webp/relief01.webp) no-repeat; background-size: cover;}
.relief-item:nth-child(2) .relief-item-content::before { background: url(../images/lp/webp/relief02.webp) no-repeat; background-size: cover;}
.no-webp .relief-item:nth-child(1) .relief-item-content::before { background: url(../images/lp/relief01.jpg) no-repeat; background-size: cover;}
.no-webp .relief-item:nth-child(2) .relief-item-content::before { background: url(../images/lp/relief02.jpg) no-repeat; background-size: cover;}
.sec-voice { background-color: var(--primary); color: var(--white);}
.sec-voice .sec-title-head { font-size: clamp(var(--font-size), 4.62vw, 18px); text-align: center; margin-bottom: 4px;}
.sec-voice .sec-inner { padding: 20px 2.7% 0;}
.voice-item img { margin-top: 20px; border-radius: 10px;}

.sec-flow .sec-title { margin-bottom: 40px;}
.flow-item-title {
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  font-weight: 600;
  display: flex;
  align-items: center;
  word-break: auto-phrase;
}
.flow-item-title span {
  display: inline-block;
  min-width: 78px;
  max-width: calc(22.6% + 4px);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 3px;
  padding: 4px;
  margin-right: 10px;
}
.flow-item-title span::after {
  content: attr(data-no);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(var(--font-size), 5.2vw, 20px);
  line-height: .8;
}
.flow-item-content {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 11.3%;
  padding-top: 4px;
  padding-bottom: 44px;
  padding-left: calc(11.3% + 4px);
  border-left: 2px solid var(--primary);
}
.flow-item:last-of-type .flow-item-content { padding-bottom: 0;}
.flow-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 174px;
  max-height: 44.62vw;
  border-radius: 10px;
  margin-bottom: 10px;
}
.flow-item:nth-child(1) .flow-item-content::before { background: url(../images/lp/webp/flow01.webp) no-repeat; background-size: cover;}
.flow-item:nth-child(2) .flow-item-content::before { background: url(../images/lp/webp/flow02.webp) no-repeat; background-size: cover;}
.flow-item:nth-child(3) .flow-item-content::before { background: url(../images/lp/webp/flow03.webp) no-repeat; background-size: cover;}
.flow-item:nth-child(4) .flow-item-content::before { background: url(../images/lp/webp/flow04.webp) no-repeat; background-size: cover;}
.flow-item:nth-child(5) .flow-item-content::before { background: url(../images/lp/webp/flow05.webp) no-repeat; background-size: cover;}
.no-webp .flow-item:nth-child(1) .flow-item-content::before { background: url(../images/lp/flow01.jpg) no-repeat; background-size: cover;}
.no-webp .flow-item:nth-child(2) .flow-item-content::before { background: url(../images/lp/flow02.jpg) no-repeat; background-size: cover;}
.no-webp .flow-item:nth-child(3) .flow-item-content::before { background: url(../images/lp/flow03.jpg) no-repeat; background-size: cover;}
.no-webp .flow-item:nth-child(4) .flow-item-content::before { background: url(../images/lp/flow04.jpg) no-repeat; background-size: cover;}
.no-webp .flow-item:nth-child(5) .flow-item-content::before { background: url(../images/lp/flow05.jpg) no-repeat; background-size: cover;}
.flow-contact { padding-top: 30px;}
.flow-contact .contact-text { font-size: 14px;}
.flow-contact .contact-text::before,
.flow-contact .contact-text::after { width: 16px;}

.sec-access { background-color: #f0f0f0;}
.sec-access .sec-title { line-height: 2; margin-bottom: 14px;}
.sec-access .map iframe { width: 100%; height: 95vw; max-height: 370px; margin-bottom: 14px;}
.access-text { max-width: max-content; margin: auto;}
.access-info { margin-top: 14px; display: flex; align-items: center; font-family: "Montserrat", "Noto Sans JP", sans-serif;}
.access-info dt { width: 5em; text-align: center; background-color: var(--white); margin-right: 30px; padding: 4px;}
.sec-qa { background-color: var(--bg);}
.sec-qa .sec-title { margin-bottom: 40px;}
.qa-item { margin-top: 20px;}
.qa-item-q {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 5.4% 10px calc(5.4% + 32px);
  position: relative;
  cursor: pointer;
}
.qa-item-q::before {
  content: "";
  width: 17px;
  height: 24px;
  background: url(../images/lp/webp/q.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0; bottom: 0; left: 5.4%;
  margin: auto;
}
.no-webp .qa-item-q::before { background: url(../images/lp/q.png) no-repeat; background-size: contain;}
.qa-item-q .toggle, .qa-item-q .toggle::after {
  width: 18px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: 0; bottom: 0; right: 5.4%;
  margin: auto;
}
.qa-item-q.active .toggle::after { content: none;}
.qa-item-q .toggle::after {
  content: "";
  transform: rotate(90deg);
  right: calc(5.4% - 1px);
}
.qa-item-a { padding: 10px 2.7%; display: none;}

footer { padding-bottom: 111px;}
.footer { background-color: var(--secondary); color: var(--white); text-align: center; padding: 20px 2%;}
.footer-nav li { display: inline; padding: 10px;}
.footer-nav a { color: var(--white);}
.copy { font-size: 14px; margin-top: 20px;}
.cta-box {
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 99;
}
.cta-box.view { opacity: 1; transition: all 0.5s ease;}
.cta-box .contact-nav { width: 100%; max-width: var(--wrapper); margin: 0 auto;}
.cta-list { display: flex; flex-wrap: wrap;}
.cta-list li { flex: 1; min-width: 180px;}
.cta-list a { font-size: clamp(var(--font-size), 5.2vw, 20px); margin-bottom: 0; border-radius: 0;}