/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  font-size: 36.66667%;
}

@media screen and (max-width: 439px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.45;
  background: #fff;
  color: #3f4040;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  max-width: 440px;
  padding-bottom: 6rem;
}

@media screen and (min-width: 440px) {
  body {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.16);
  }
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.nowrap {
  white-space: nowrap;
}

.c_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.c_btn {
  text-align: center;
  font-weight: bold;
}

.c_btn p {
  font-size: 3.6rem;
}

.c_btn a {
  display: block;
  background: #0dbb4c;
  border-radius: 3em;
  font-size: 3.9rem;
  color: #fff;
  height: 11.2rem;
  padding-top: 0.68em;
  padding-right: 0.5em;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 2rem 4rem 3rem;
}

.c_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
  height: 2.2rem;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 4rem;
}

.u_inner {
  margin: 0 2.8rem;
  position: relative;
}

.u_relative {
  position: relative;
}

.h_logo {
  height: 8.1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #3f4040;
}

.h_logo img {
  width: 4.9rem;
  margin-left: 0.7em;
  vertical-align: -0.4em;
}

.h_place {
  font-size: 3.4rem;
  background: #ebf4f4;
  line-height: 7rem;
  color: #105275;
  text-align: center;
}

.h_place i {
  color: #fff;
  background: #105275;
  border-radius: 3em;
  line-height: 3.356rem;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0.2rem 0.5em 0;
  margin-left: 0.4em;
  vertical-align: 0.1em;
  font-family: "Montserrat", serif;
}

.fixed_footer {
  position: fixed;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
}

.fixed_footer .c_btn {
  max-width: 440px;
  margin: 0 auto;
}

.fixed_footer .c_btn a {
  margin: 0 2.8rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.lp_fv {
  margin: 6rem 0 0;
  position: relative;
}

.lp_fv .sub {
  font-size: 3.7rem;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -2.4rem;
  width: 69.2rem;
  background: #d0e0e0;
  color: #105275;
  height: 7.5rem;
  padding-left: 4.5rem;
  font-weight: bold;
  padding-top: 0.2em;
  letter-spacing: 0.07em;
}

.lp_fv .sub i {
  position: absolute;
  width: 22.9rem;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  background: #105275;
  text-align: right;
  padding-right: 4.5rem;
  padding-top: 0.2em;
  clip-path: polygon(3.5rem 0%, 100% 0%, 100% 100%, 0% 100%);
}

.lp_fv .catch {
  position: absolute;
  left: 2.9rem;
  bottom: 11.3rem;
  color: #fff;
}

.lp_fv .catch i {
  background: #105275;
  font-size: 4.8rem;
  letter-spacing: 0.07em;
  padding: 0 0.5em;
  display: inline-block;
  margin-top: 0.4em;
  line-height: 1.35;
  padding-bottom: 0.06em;
}

.lp_lead {
  background: #ebf4f4;
  padding-bottom: 6rem;
}

.lp_lead ul {
  position: relative;
  display: flex;
  gap: 3.7rem;
  top: -4rem;
  margin-bottom: 1rem;
}

.lp_lead li {
  background: #fff;
  border-radius: 2rem;
  border: solid 0.2rem #3f4040;
  font-size: 3.2rem;
  text-align: center;
  width: 50%;
  padding: 0.3em 0 0.45em;
}

.lp_lead li em {
  background: linear-gradient(transparent 75%, #ffcbc7 75%);
}

.lp_lead .sub {
  font-size: 3.4rem;
  margin-bottom: 0.6em;
}

.lp_lead .sub i {
  background: #fff;
  border-radius: 3em;
  border: solid 0.2rem #3f4040;
  padding: 0 0.4em;
  display: inline-block;
  margin: 0 0.3em;
}

.lp_lead .sub i.a {
  margin-left: 0;
}

.lp_lead .catch {
  font-size: 4.5rem;
  line-height: 1.55;
}

.lp_lead .catch em {
  background: linear-gradient(transparent 75%, #ffcbc7 75%);
}

.lp_contact {
  position: relative;
  padding: 3rem 0 4rem;
}

.lp_contact .box {
  background: rgba(255, 255, 255, 0.7);
  padding: 5.5rem 0 4.5rem;
  z-index: 1;
}

.lp_contact .box:before,
.lp_contact .box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  z-index: -1;
}

.lp_contact .box:before {
  border-top: solid 1px #105275;
  border-bottom: solid 1px #105275;
  width: calc(100% - 5rem);
}

.lp_contact .box:after {
  border-left: solid 1px #105275;
  border-right: solid 1px #105275;
  height: calc(100% - 5rem);
}

.lp_contact .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #105275;
  line-height: 1.64;
}

.lp_contact .ttl i {
  margin: 0 -0.45em;
}

.lp_contact figure {
  margin: 3.5rem 5rem 3rem;
}

.lp_contact ul {
  margin: 0 5rem 5rem;
}

.lp_contact li {
  background: url(../img/ico_check01.svg) no-repeat left 0.6em/2.9rem;
  font-size: 3.4rem;
  padding-left: 5.5rem;
  padding-top: 0.3em;
}

.lp_contact li + li {
  border-top: 1px dotted #000000;
  margin-top: 0.35em;
}

.lp_contact li.small {
  font-size: 3.2rem;
}

.lp_probrem {
  position: relative;
  z-index: 1;
  padding: 5rem 0 0;
}

.lp_probrem:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 6.3rem;
  border-left: solid 1px #3f4040;
  bottom: -3.8rem;
  z-index: 1;
}

.lp_probrem .ttl {
  text-align: center;
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 6.4rem;
}

.lp_probrem .ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 4.4rem;
  border-left: solid 0.2rem #3f4040;
  bottom: -2.2rem;
}

.lp_probrem .ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 54.6rem;
  height: 18.5rem;
  bottom: 0;
  border-radius: 10.1rem;
  border: solid 0.2rem #3f4040;
  clip-path: polygon(
    0 calc(100% - 4rem),
    100% calc(100% - 4rem),
    100% 100%,
    0% 100%
  );
}

.lp_probrem .ttl i {
  font-size: 3.6rem;
  display: block;
  margin-bottom: 0.6em;
}

.lp_probrem ul {
  background: #fff;
  padding: 1.2rem 2.8rem 4rem;
  margin: 6rem 0;
}

.lp_probrem li {
  background: url(../img/ico_check02.svg) no-repeat left 0.8em/2.9rem;
  font-size: 3.4rem;
  padding-top: 0.5em;
  padding-left: 6rem;
}

.lp_probrem li + li {
  border-top: 1px dotted #000000;
  margin-top: 0.6em;
}

.lp_probrem li em {
  background: linear-gradient(transparent 65%, rgba(16, 82, 117, 0.25) 65%);
}

.lp_probrem .msg {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.6;
}

.lp_probrem .msg em {
  background: linear-gradient(transparent 65%, rgba(16, 82, 117, 0.25) 65%);
}

.lp_probrem figure {
  text-align: center;
  height: 49rem;
  overflow: hidden;
}

.lp_probrem figure img {
  width: 44.2rem;
}

.lp_realiz {
  text-align: center;
  padding: 9rem 0 10.6rem;
}

.lp_realiz .ttl {
  font-size: 4.2rem;
  line-height: 1.66;
}

.lp_realiz p {
  font-size: 4rem;
  line-height: 1.65;
}

.lp_realiz p.b {
  margin: 7rem -2rem 5.5rem;
}

.lp_realiz .large {
  font-size: 4.4rem;
  line-height: 1.5;
}

.lp_realiz .list1,
.lp_realiz .list2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lp_realiz .list1 li,
.lp_realiz .list2 li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_realiz .list1 {
  gap: 2.3rem 2.5rem;
  margin: 5rem 0 4rem;
}

.lp_realiz .list1 li {
  background: #105275;
  color: #fff;
  width: 33.2rem;
  font-size: 3.6rem;
  border-radius: 3em;
  height: 7.5rem;
  padding-bottom: 0.1em;
}

.lp_realiz .list1 li:nth-child(2) {
  font-size: 3.2rem;
}

.lp_realiz .list2 {
  gap: 0 2.3rem;
  margin: 2.5rem 0 5rem;
}

.lp_realiz .list2 li {
  position: relative;
  width: 28.7rem;
  aspect-ratio: 1 / 1;
  font-size: 4.8rem;
  line-height: 1.375;
}

.lp_realiz .list2 li img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.lp_realiz .list2 li:nth-child(3) {
  margin-top: -2rem;
}

.lp_realiz .list3 {
  width: 52.9rem;
  margin: 5rem auto 4.5rem;
  position: relative;
}

.lp_realiz .list3:before {
  content: "";
  position: absolute;
  background: url(../img/pic_flash01.svg) no-repeat 50% / contain;
  width: 6.5rem;
  height: 6.8rem;
  top: -5.3rem;
  right: -6.5rem;
}

.lp_realiz .list3:after {
  content: "";
  position: absolute;
  background: url(../img/pic_flash02.svg) no-repeat 50% / contain;
  width: 8rem;
  height: 7rem;
  bottom: -6.9rem;
  left: -6.4rem;
}

.lp_realiz .list3 li {
  border: solid 1px #105275;
  height: 9.4rem;
  color: #105275;
  padding-top: 0.3em;
  font-size: 4.4rem;
  margin-bottom: 2rem;
  position: relative;
}

.lp_realiz .list3 li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0.7rem;
  top: 0.7rem;
  z-index: -1;
  background: #ebf4f4;
}

.lp_realiz figure {
  position: relative;
}

.lp_realiz figure img {
  width: 64.6rem;
  display: block;
}

.lp_realiz figure .bg {
  position: absolute;
  width: 42.7rem;
  z-index: -1;
  right: 0;
  bottom: -4.7rem;
}

.lp_solution {
  background: rgba(235, 244, 244, 0.5);
  padding: 8rem 0;
}

.lp_solution .ttl {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 8rem;
}

.lp_solution .ttl em {
  font-size: 6.4rem;
}

.lp_solution .ttl span {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1rem;
  margin: 2rem 0 3.2rem;
}

.lp_solution .ttl i {
  font-size: 3.6rem;
  height: 6.4rem;
  width: calc(50% - 0.5rem);
  padding-top: 0.1em;
  background: #fff;
  border-radius: 3em;
  color: #105275;
  border: solid 0.2rem #105275;
}

.lp_solution .ttl2 {
  text-align: center;
  color: #105275;
  font-size: 4.4rem;
  line-height: 1;
  position: relative;
  top: -6.4rem;
  margin-bottom: -1rem;
}

.lp_solution .ttl2 i {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 4.8rem;
  color: rgba(16, 82, 117, 0.05);
  letter-spacing: 0.04em;
  margin-bottom: -1rem;
}

.lp_solution li {
  position: relative;
  padding: 0 3.3rem 4.5rem;
  z-index: 1;
}

.lp_solution li + li {
  margin-top: 11rem;
}

.lp_solution li:before,
.lp_solution li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.lp_solution li:after {
  background: #fff;
  top: 0;
  left: 1rem;
  z-index: -2;
}

.lp_solution li:before {
  border: solid 1px #105275;
  z-index: -1;
  left: 0;
  top: -1rem;
  clip-path: polygon(
    14.6rem 14.6rem,
    calc(100% - 14.6rem) 14.6rem,
    calc(100% - 14.6rem) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    14.6rem 0
  );
}

.lp_solution li:nth-child(2):before {
  clip-path: polygon(
    9.6rem 9.6rem,
    calc(100% - 9.6rem) 9.6rem,
    calc(100% - 9.6rem) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    9.6rem 0
  );
}

.lp_solution li:nth-child(3):before {
  clip-path: polygon(
    5.4rem 5.4rem,
    calc(100% - 5.4rem) 5.4rem,
    calc(100% - 5.4rem) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    5.4rem 0
  );
}

.lp_solution li:nth-child(4):before {
  clip-path: polygon(
    8.6rem 8.6rem,
    calc(100% - 8.6rem) 8.6rem,
    calc(100% - 8.6rem) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    8.6rem 0
  );
}

.lp_solution .lead {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 4.5rem;
}

.lp_solution .txt {
  font-size: 3.2rem;
  line-height: 1.625;
  margin: 5rem 0.7rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.lp_reason {
  position: relative;
  z-index: 1;
}

.lp_reason .ttl {
  font-size: 4.8rem;
  color: #105275;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 11rem;
}

.lp_reason .ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.4rem;
  background: #105275;
  height: 11.4rem;
}

.lp_reason p {
  font-size: 3.2rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
}

.lp_reason .ttl2 {
  font-size: 3.6rem;
  line-height: 1.77;
  margin-bottom: 4.5rem;
}

.lp_reason figure {
  width: 62.2rem;
  margin: 0 -2.8rem 5rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}

.lp_reason li {
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}

.lp_reason li:before {
  content: "";
  background: #ebf4f4;
  position: absolute;
  width: calc(100% + 2.8rem);
  height: calc(100% - 20rem);
  bottom: 0;
  z-index: -1;
}

.lp_reason li + li {
  margin-top: 12.5rem;
}

.lp_reason li:nth-child(odd) i {
  right: 0;
}

.lp_reason li:nth-child(odd) figure {
  margin-left: auto;
}

.lp_reason li:nth-child(odd):before {
  left: -2.8rem;
}

.lp_reason li:nth-child(odd) .ttl2,
.lp_reason li:nth-child(odd) p {
  margin-right: 4rem;
}

.lp_reason li:nth-child(even) .ttl2,
.lp_reason li:nth-child(even) p {
  margin-left: 4.5rem;
}

.lp_reason li:nth-child(4) .ttl2 {
  text-align: right;
}

.lp_reason li i {
  position: absolute;
  font-family: "Outfit", sans-serif;
  color: #105275;
  font-size: 4.8rem;
  z-index: 1;
  letter-spacing: 0.17em;
  top: -4.3rem;
}

.lp_issue {
  background: #ebf4f4;
  overflow: hidden;
}

.lp_issue .ttl {
  background: #105275;
  color: #fff;
  font-size: 4rem;
  height: 16.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 4rem;
}

.lp_issue .speech {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -3.8rem;
}

.lp_issue .speech img {
  width: 29.1rem;
}

.lp_issue .speech p {
  background: url(../img/issue_speech_bg.svg) no-repeat left top/contain;
  width: 41.7rem;
  height: 32.6rem;
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
  padding-top: 0.8em;
  margin-top: 3.6rem;
}

.lp_issue .ttl2 {
  text-align: center;
  font-size: 4rem;
  text-decoration: underline 1px #000;
  text-underline-offset: 0.65em;
  margin: -3rem 0 5.5rem;
}

.lp_issue .lead {
  text-align: center;
  font-size: 4.2rem;
  color: #105275;
  margin-bottom: 11.5rem;
}

.lp_issue ul {
  position: relative;
}

.lp_issue ul:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-left: solid 1px #000;
  height: 9.8rem;
  top: -6.5rem;
  z-index: 2;
}

.lp_issue .ttl3 {
  color: #105275;
  font-size: 4rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  margin-top: -3.6rem;
}

.lp_issue .ttl3 i {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.lp_issue .ttl3 i:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0.2em;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: -1;
}

.lp_issue li {
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}

.lp_issue li:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 2.8rem);
  border-bottom: solid 0.2rem #105275;
  height: calc(100% - 5rem);
  z-index: -1;
}

.lp_issue li + li {
  margin-top: 8.5rem;
}

.lp_issue li p {
  font-size: 3.2rem;
  line-height: 1.625;
}

.lp_issue li:nth-child(odd):before {
  border-right: solid 0.2rem #105275;
  border-radius: 0 0 5.9rem 0;
  left: -2.8rem;
}

.lp_issue li:nth-child(odd) figure {
  margin-right: -2.8rem;
}

.lp_issue li:nth-child(odd) p {
  margin-left: 4rem;
  width: 58rem;
}

.lp_issue li:nth-child(odd) .ttl3 i {
  padding-left: 4rem;
  padding-right: 3rem;
}

.lp_issue li:nth-child(even):before {
  border-left: solid 0.2rem #105275;
  border-radius: 0 0 0 5.9rem;
}

.lp_issue li:nth-child(even) figure {
  margin-left: -2.8rem;
}

.lp_issue li:nth-child(even) p,
.lp_issue li:nth-child(even) .ttl3 {
  margin-left: 6.3rem;
}

.lp_issue li:nth-child(even) .ttl3 i {
  padding-left: 2rem;
  padding-right: 2rem;
}

.lp_about {
  position: relative;
  padding: 7.5rem 0;
}

.lp_about .bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.lp_about .ttl {
  text-align: center;
  font-size: 6rem;
  color: #105275;
  margin-bottom: 7.5rem;
}

.lp_about .lead {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.56;
  margin-bottom: 13rem;
}

.lp_about .ttl2 {
  text-align: center;
  color: #105275;
  margin: 10rem 0 7rem;
  position: relative;
  font-size: 4.8rem;
  padding-bottom: 2.5rem;
}

.lp_about .ttl2 i {
  font-family: "Outfit", serif;
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}

.lp_about .ttl2:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  width: 7.9rem;
  background: #105275;
  height: 0.4rem;
  bottom: 0;
}

.lp_about .ttl3 {
  font-size: 4rem;
  line-height: 1.6;
  margin: 6rem 0 4.6rem;
}

.lp_about .ttl3.b {
  font-size: 3.7rem;
  white-space: nowrap;
}

.lp_about .ttl3 em {
  background: linear-gradient(transparent 75%, #ffcbc7 75%);
}

.lp_about li:nth-child(1) .ttl3 {
  text-align: center;
}

.lp_about li p {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1.75;
  margin-bottom: 1.75em;
}

.lp_about figure + p {
  margin-top: 8.5rem;
}

.lp_voice {
  background: repeating-linear-gradient(
    -45deg,
    rgba(240, 240, 240, 0.4),
    rgba(240, 240, 240, 0.4) 5px,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 15px
  );
  padding: 7.5rem 0;
}

.lp_voice .ttl {
  text-align: center;
  width: 47.4rem;
  font-size: 5.2rem;
  color: #105275;
  border-top: solid 0.2rem #105275;
  border-bottom: solid 0.2rem #105275;
  padding: 0.32em 0;
  margin: 0 auto 6.5rem;
}

.lp_voice p {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1.625;
  margin-bottom: 1.625em;
}

.lp_voice .check {
  background: #fff;
  position: relative;
  padding: 1.2rem 2.8rem 4rem;
  box-shadow: 0 0 1rem 0.6rem rgba(0, 0, 0, 0.1);
  margin: 10.5rem 0;
}

.lp_voice .check:before,
.lp_voice .check:after {
  content: "";
  position: absolute;
  background: url(../img/ico_quote_left.svg) no-repeat 50% / contain;
  width: 6.8rem;
  height: 5.5rem;
}

.lp_voice .check:before {
  left: 3.4rem;
  top: -3.5rem;
}

.lp_voice .check:after {
  background-image: url(../img/ico_quote_right.svg);
  right: 3rem;
  bottom: -2.8rem;
}

.lp_voice .check li {
  background: url(../img/ico_check03.svg) no-repeat 0.7rem 0.95em/3.6rem;
  font-size: 3.4rem;
  padding-top: 0.7em;
  padding-left: 6.7rem;
}

.lp_voice .check li + li {
  border-top: 1px dotted #000000;
  margin-top: 0.8em;
}

.lp_voice .check li em {
  background: linear-gradient(transparent 75%, #ffcbc7 75%);
}

.lp_voice .ttl2 {
  text-align: center;
  font-size: 4.6rem;
  color: #105275;
  letter-spacing: 0.09em;
  margin: 11rem 0 7rem;
}

.lp_voice .ttl2 img {
  display: block;
  margin: 0 auto;
  width: 47.2rem;
}

.lp_voice .voice {
  text-align: center;
}

.lp_voice .voice li {
  background: #ebf4f4;
  padding-bottom: 6.5rem;
  margin-top: 4.5rem;
}

.lp_voice .voice dt {
  color: #105275;
  font-size: 4rem;
  margin: 3.3rem 0 3.4rem;
}

.lp_voice .voice dd {
  font-size: 3.6rem;
  line-height: 1.6;
}

.lp_voice .voice a {
  display: block;
  background: #fff;
  border-radius: 3em;
  font-size: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #105275;
  height: 11.5rem;
  border: solid 2px #105275;
  width: 60.7rem;
  margin: 5rem auto 0;
  position: relative;
}

.lp_voice .voice a:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
  height: 2.2rem;
  background: #105275;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 4rem;
}

.lp_day {
  background: #ebf4f4;
  padding: 5.4rem 0 9.4rem;
}

.lp_day .ttl {
  text-align: center;
  font-size: 5.2rem;
  color: #105275;
  position: relative;
  padding-bottom: 0.55em;
  margin-bottom: 5.6rem;
}

.lp_day .ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 7.9rem;
  border-bottom: solid 0.4rem #105275;
  bottom: 0;
}

.lp_day .lead {
  font-size: 3.6rem;
  line-height: 1.55;
}

.lp_day ul {
  position: relative;
  margin: 7.5rem 0 0;
  z-index: 1;
}

.lp_day ul:before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 4.9rem;
  background: linear-gradient(to bottom, #105275 0.3rem, transparent 0.3rem)
    repeat-y left top/0.3rem 0.9rem;
  width: 0.3rem;
}

.lp_day .ttl2 {
  font-size: 4rem;
  color: #105275;
  margin-bottom: 5.2rem;
  margin-left: -9.2rem;
}

.lp_day .ttl2 i {
  background: #105275;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  line-height: 6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  width: 12.8rem;
  display: inline-block;
  vertical-align: 0.15em;
  margin-right: 4.2rem;
}

.lp_day li {
  padding-left: 9.2rem;
}

.lp_day li + li {
  margin-top: 9.5rem;
}

.lp_day li figure {
  margin-bottom: 5.8rem;
}

.lp_day li dt {
  font-size: 3.6rem;
  color: #105275;
  margin-bottom: 0.7em;
}

.lp_day li dd + dt {
  margin-top: 7rem;
}

.lp_day li p,
.lp_day li dd {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.lp_day li p + p {
  margin-top: 1.45em;
}

.lp_rec {
  padding: 4.6rem 0 5rem;
}

.lp_rec .ttl {
  text-align: center;
  width: 60.7rem;
  background: #ebf4f4;
  height: 8.4rem;
  font-size: 4.8rem;
  color: #105275;
  padding-top: 0.15em;
  margin: 0 auto 7.7rem;
}

.lp_rec .img {
  margin-bottom: 5.2rem;
}

.lp_rec .img img {
  display: block;
  width: 53.7rem;
  position: relative;
  z-index: 1;
}

.lp_rec .img img.b {
  z-index: 0;
  margin-left: auto;
  width: 35.6rem;
  margin-top: -13.4rem;
}

.lp_rec dt {
  display: inline-block;
  background: #ebf4f4;
  font-size: 4rem;
  height: 7.3rem;
  color: #105275;
  padding: 0.16em 0.725em 0;
  margin-bottom: 0.525em;
}

.lp_rec dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.625;
  border-bottom: solid 1px #3f4040;
  padding-bottom: 6rem;
  margin-bottom: 3.8rem;
}

.lp_rec dd b {
  display: block;
  font-weight: 500;
  font-size: 3.7rem;
}

.lp_rec dd:last-child {
  border-bottom: none;
}

.lp_rec dd p + p {
  margin-top: 1.625em;
}

.lp_rec dd .size1 {
  font-size: 4rem;
}

.lp_rec dd .size2 {
  font-size: 3.6rem;
}

.lp_rec dd .size3 {
  font-size: 3.4rem;
}

.lp_flow {
  background: #ebf4f4;
  padding-bottom: 8rem;
}

.lp_flow .ttl {
  text-align: center;
  background: #105275;
  color: #fff;
  height: 14rem;
  font-size: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.4rem;
}

.lp_flow li {
  position: relative;
}

.lp_flow li i {
  font-family: "Outfit", sans-serif;
}

.lp_flow .flow {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 6rem;
}

.lp_flow .flow p {
  color: #105275;
  font-size: 2.9rem;
  margin-bottom: 3rem;
}

.lp_flow .flow i {
  color: #fff;
  line-height: 1;
  font-size: 4.8rem;
  position: absolute;
  left: 0;
  top: 5.8rem;
  text-shadow: #105275 1px 1px 0, #105275 -1px -1px 0, #105275 -1px 1px 0,
    #105275 1px -1px 0, #105275 0px 1px 0, #105275 0 -1px 0, #105275 -1px 0 0,
    #105275 1px 0 0;
}

.lp_flow .flow li {
  width: 14.8rem;
}

.lp_flow .list li {
  color: #105275;
  font-size: 3.6rem;
  padding-left: 7.7rem;
  margin-bottom: 4rem;
}

.lp_flow .list i {
  position: absolute;
  left: 0;
  background: #fff;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  text-align: center;
  font-size: 3.6rem;
}

.lp_flow .ttl2 {
  text-align: center;
  background: #105275;
  color: #fff;
  font-size: 4rem;
  height: 10.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61rem;
  margin: 7.7rem auto 5.7rem;
}

.lp_flow .msg {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.55;
  margin-top: 6rem;
}

.lp_faq {
  position: relative;
  padding: 5.5rem 0 3.5rem;
}

.lp_faq .ttl {
  text-align: center;
  color: #105275;
  font-size: 5.6rem;
  margin-bottom: 7rem;
}

.lp_faq dt,
.lp_faq dd {
  position: relative;
}

.lp_faq dt:before,
.lp_faq dd:before {
  content: "Q";
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  left: 2rem;
}

.lp_faq dt {
  background: #105275;
  color: #fff;
  font-size: 3.6rem;
  padding: 1.7rem 3rem 1.8rem 7.4rem;
}

.lp_faq dd {
  font-size: 3.2rem;
  line-height: 1.625;
  padding: 3.2rem 1rem 5rem 8.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.lp_faq dd:before {
  content: "A";
  color: #105275;
}

.staff_modal .ttl {
  font-weight: bold;
  font-size: 4.2rem;
  color: #105275;
  text-align: center;
  margin-bottom: 4rem;
}

.staff_modal .ttl i {
  display: block;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.staff_modal dl {
  margin-top: 4.8rem;
  font-size: 3.2rem;
}

.staff_modal dt {
  margin: 0 0 4.5rem;
  padding: 0.6em 0.6em 0.65em 0.8em;
  background: #105275;
  color: #fff;
}

.staff_modal dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: 400;
}

.staff_modal dd + dt {
  margin-top: 4.5rem;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  position: absolute;
  width: 9.8rem;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.popup-modal .close p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  bottom: 0.8rem;
  left: 0;
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.popup-modal .box {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 15rem 2.8rem 10rem;
  overflow-y: auto;
  height: 100%;
}

body.show-modal {
  overflow-y: hidden;
}

.btn {
  text-align: center;
  font-size: 3rem;
  margin-top: 10rem;
}

/* 2025年7月追加分 */
.lp_pvideo {
  position: relative;
  z-index: 800;
  margin: 3.5rem 3.5rem 0;
}

.lp_staff_video {
  position: relative;
  z-index: 800;
  margin: 6.4rem 3.5rem 0;
}
.lp_staff_video .ttl {
  text-align: center;
  width: 47.4rem;
  font-size: 5.2rem;
  color: #105275;
  border-top: solid 0.2rem #105275;
  border-bottom: solid 0.2rem #105275;
  padding: 0.32em 0;
  margin: 0 auto 6.5rem;
}

.lp_staff_video .video_item span {
  display: block;
  font-size: 4rem;
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
}

main iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

main table {
  width: 100%;
  margin: 2.4rem 0;
}
main table th,
main table td {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  padding: 2.4rem;
  background-color: #fff;
  border: 1px solid #3f4040;
}
main table thead th {
  background-color: #1052751a;
}
main table tbody tr:nth-child(2n) td {
  background-color: #1052750d;
}

/*# sourceMappingURL=style.css.map */
