/*
Theme Name: Template vol.1
Theme URI:　
Version: 1.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

:root {
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-21: 1.3125rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --font-size-64: 4rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-128: 8rem;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #111;
  font-size: var(--font-size-16);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media not all and (min-width: 768px){
  body {
    font-size: var(--font-size-15);
  }
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}


/*######################################################################

		General

************************************************************************/


/*
  link
/////////////////////////////////////////////////////////*/

a {
  color: #111;
  text-decoration: none;
  transition: .3s;
}

@media (any-hover: hover) {
  a:hover {
    color: #111;
    text-decoration: none;
  }
}

a:focus-visible {
  color: #111;
  text-decoration: none;
}


/*######################################################################

		Header

************************************************************************/

.header__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-inline: auto;
  padding: 40px 20px;
  max-width: 1300px;
}

@media not all and (min-width: 768px){
  .header__wrap {
    padding: 20px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-image {
  width: 100px;
}

.corporate-name {
  font-size: var(--font-size-16);
}

.header__gnav-list {
  display: flex;
	justify-content: flex-end;
  align-items: center;
	flex-wrap: wrap;
  gap: 0 40px;
  line-height: 1.4;
}

.header__gnav-list a {
  font-weight: 700;
}

.header__gnav-list a .en {
  display: block;
  color: #32B1A1;
  font-size: var(--font-size-12);
}

@media not all and (min-width: 940px){
  .header__gnav-list {
    gap: 0 30px;
  }

  .header__gnav-list a {
    font-size: var(--font-size-14);
  }
}

@media not all and (min-width: 940px){
  .header__gnav-list {
    gap: 0 20px;
  }
}

@media not all and (min-width: 868px){
  .header__gnav {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}



/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.lp-section-area {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
}

.lp-section-hgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  line-height: 1.4;
}

.lp-section-hgroup__heading {
  order: 2;
  font-size: var(--font-size-40);
  text-align: center;
}

.lp-section-hgroup__heading .newline {
  display: inline-block;
}

.lp-section-hgroup__en {
  order: 1;
  display: block;
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 10px;
  width: 180px;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  text-align: center;
  background-color: #32B1A1;
  border-radius: 10px;
}

.lp-section-hgroup__en::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #32B1A1 transparent transparent transparent;
  border-width: 12px 10px 0px 10px;
}

.lp-section-hgroup__description {
  order: 3;
  margin-top: 40px;
  margin-inline: auto;
  max-width: 800px;
}

@media not all and (min-width: 768px){
  .lp-section-hgroup {
    margin-bottom: 40px;
  }

  .lp-section-hgroup__heading {
    font-size: var(--font-size-26);
  }

  .lp-section-hgroup__en {
    margin-bottom: 16px;
    width: 120px;
    border-radius: 8px;
  }

  .lp-section-hgroup__en::after {
    bottom: -8px;
    border-width: 8px 6px 0px 6px;
  }

  .lp-section-hgroup__description {
    margin-top: 30px;
  }
}

.text-color {
  color: #32B1A1;
}

.mv {
  position: relative;
  margin-bottom: 160px;
  padding-bottom: 80px;
}

@media not all and (min-width: 1180px){
  .mv {
    padding-bottom: 40px;
  }
}

@media not all and (min-width: 768px){
  .mv {
    margin-bottom: 80px;
  }
}

.mv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70%;
  background-color: #0A426F;
  z-index: -1;
}

.mv-main {
  position: relative;
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 1300px;
}

@media not all and (min-width: 400px){
  .mv-main {
    margin-bottom: 40px;
  }
}

.mv-main__text {
  position: absolute;
  top: 18%;
  left: 60px;
  font-size: var(--font-size-56);
  font-weight: 700;
  line-height: 1.2;
}

@media not all and (min-width: 868px){
  .mv-main__text {
    top: 16%;
    left: 20px;
    font-size: var(--font-size-40);
  }
}

@media not all and (min-width: 468px){
  .mv-main__text {
    top: 14%;
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 388px){
  .mv-main__text {
    top: 20%;
    font-size: var(--font-size-26);
  }
}

.mv-main__text .newline {
  display: inline-block;
}

@media not all and (min-width: 468px){
  .mv-main__text .newline {
    display: block;
  }
}

.mv-main__text .text-color {
  text-shadow: 0 0 7px rgb(255 255 255 / .8), 0 0 7px rgb(255 255 255 / .8);
}

.mv-main__wrap {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 10px 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}

@media not all and (min-width: 400px){
  .mv-main__wrap {
    flex-direction: column;
    position: relative;
    bottom: auto;
    left: auto;
    translate: 0;
    margin-top: 20px;
    margin-inline: 20px;
  }
}

.mv-main__item {
  width: 180px;
  padding: 0 20px 30px;
  font-size: var(--font-size-24);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  border: 5px solid #32B1A1;
  border-radius: 12px;
}

.mv-main__item .icon {
  display: grid;
  place-content: center;
  margin: -50px auto 20px;
  width: 100px;
  height: 100px;
  background-color: #32B1A1;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .mv-main__item {
    width: 140px;
    padding: 0 10px 20px;
    font-size: var(--font-size-18);
    border-radius: 8px;
  }

  .mv-main__item .icon {
    margin: -25px auto 20px;
    width: 50px;
    height: 50px;
  }

  .mv-main__item .icon img {
    height: 20px;
  }
}

@media not all and (min-width: 468px){
  .mv-main__item {
    width: fit-content;
    padding: 0 20px 20px;
    font-size: var(--font-size-16);
  }

  .mv-main__item .icon {
    margin: -25px auto 20px;
    width: 50px;
    height: 50px;
  }

  .mv-main__item .icon img {
    height: 20px;
  }
}

@media not all and (min-width: 400px){
  .mv-main__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
    padding: 10px;
    font-size: var(--font-size-18);
    text-align: left;
  }

  .mv-main__item br {
    display: none;
  }

  .mv-main__item .icon {
    margin: 0;
    width: 50px;
    height: 50px;
  }

  .mv-main__item p {
    width: calc(100% - 70px);
  }
}

.mv-main__bg img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 20px;
}

@media not all and (min-width: 768px){
  .mv-main__bg img {
    height: 480px;
  }
}

@media not all and (min-width: 468px){
  .mv-main__bg img {
    height: 360px;
  }
}

.mv-hero {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
}

.mv-hero__wrap {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
}

.mv-hero__text {
  color: #fff;
  font-size: var(--font-size-40);
  font-weight: 700;
  line-height: 1.4;
}

.mv-hero__image {
  margin-bottom: -160px;
  width: calc(100% - 550px);
}

@media not all and (min-width: 1180px){
  .mv-hero__text {
    width: 400px;
    font-size: var(--font-size-32);
  }

  .mv-hero__image {
    margin-bottom: -80px;
    width: calc(100% - 440px);
  }
}

@media not all and (min-width: 940px){
  .mv-hero__text {
    width: 340px;
    font-size: var(--font-size-26);
  }

  .mv-hero__image {
    width: calc(100% - 380px);
  }
}

@media not all and (min-width: 768px){
  .mv-hero__text {
    margin-bottom: 40px;
    width: 100%;
    font-size: var(--font-size-26);
    text-align: center;
  }

  .mv-hero__image {
    width: 100%;
  }
}

@media not all and (min-width: 368px){
  .mv-hero__text {
    font-size: var(--font-size-21);
  }
}

.mv-hero__image img {
  width: 100%;
  border-radius: 20px;
}

.lp-trouble-section {
  margin-bottom: 120px;
}

@media not all and (min-width: 768px){
  .lp-trouble-section {
    margin-bottom: 60px;
  }
}

.lp-trouble-heading {
  margin-bottom: 80px;
  text-align: center;
}

.lp-trouble-heading .newline {
  display: inline-block;
}

.lp-trouble-heading .icon {
  display: block;
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 20px;
  width: 350px;
  color: #fff;
  font-size: var(--font-size-24);
  font-weight: 700;
  background-color: #0A426F;
  border-radius: 10px;
}

.lp-trouble-heading .icon::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0A426F transparent transparent transparent;
  border-width: 12px 10px 0px 10px;
}

.lp-trouble-heading .text {
  font-size: var(--font-size-48);
}

@media not all and (min-width: 768px){
  .lp-trouble-heading {
    margin-bottom: 40px;
  }

  .lp-trouble-heading .icon {
    margin-bottom: 20px;
    padding: 10px;
    width: 240px;
    font-size: var(--font-size-18);
    border-radius: 6px;
  }

  .lp-trouble-heading .icon::after {
    bottom: -12px;
    border-width: 12px 10px 0px 10px;
  }

  .lp-trouble-heading .text {
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 468px){
  .lp-trouble-heading {
    margin-bottom: 30px;
  }

  .lp-trouble-heading .icon {
    margin-bottom: 16px;
    padding: 10px 20px;
    width: fit-content;
    font-size: var(--font-size-14);
  }

  .lp-trouble-heading .icon::after {
    bottom: -8px;
    border-width: 8px 6px 0px 6px;
  }
}

.lp-trouble-wrap {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 30px 50px;
}

.lp-trouble-wrap__item {
  display: grid;
  place-content: center;
  width: 350px;
  height: 210px;
  font-size: var(--font-size-18);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  background-image: url(../images/lp/lp-trouble-bg.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 1200px){
  .lp-trouble-wrap {
    gap: 20px;
  }

  .lp-trouble-wrap__item {
    width: 300px;
    height: 180px;
    font-size: var(--font-size-18);
  }
}

@media not all and (min-width: 1040px){
  .lp-trouble-wrap {
    gap: 20px;
  }

  .lp-trouble-wrap__item {
    width: 250px;
    height: 150px;
    font-size: var(--font-size-16);
  }
}

@media not all and (min-width: 568px){
  .lp-trouble-wrap {
    gap: 10px;
  }

  .lp-trouble-wrap__item {
    padding: 20px;
    width: 100%;
    height: fit-content;
    background-image: none;
    background-color: #EFEFEF;
    border-radius: 20px;
  }
}

.lp-trouble-wrap__item:nth-child(1) {
  margin-top: 20px;
}

.lp-trouble-wrap__item:nth-child(3) {
  margin-top: 30px;
}

@media not all and (min-width: 940px){
  .lp-trouble-wrap__item:nth-child(3) {
    margin-top: 0px;
  }
}

.lp-trouble-wrap__item:nth-child(4) {
  margin-top: -20px;
}

.lp-trouble-wrap__item:nth-child(5) {
  margin-top: -30px;
}

@media not all and (min-width: 568px){
  .lp-trouble-wrap__item:nth-child(1),
  .lp-trouble-wrap__item:nth-child(3),
  .lp-trouble-wrap__item:nth-child(4),
  .lp-trouble-wrap__item:nth-child(5) {
    margin-top: 0;
  }
}

.lp-point-section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .lp-point-section {
    margin-bottom: 80px;
  }
}

.lp-point-heading {
  margin-bottom: 60px;
  font-size: var(--font-size-56);
  text-align: center;
}

.lp-point-heading .newline {
  display: inline-block;
}

@media not all and (min-width: 940px){
  .lp-point-heading {
    margin-bottom: 40px;
    font-size: var(--font-size-40);
  }
}

@media not all and (min-width: 568px){
  .lp-point-heading {
    margin-bottom: 30px;
    font-size: var(--font-size-32);
  }
}

.lp-point-description {
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 800px;
}

.lp-point-contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.lp-point__item {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-direction: row-reverse;
  flex-wrap: wrap;
}

.lp-point__contents {
  width: 50%;
}

.lp-point__image {
  position: relative;
  width: 45%;
}

@media not all and (min-width: 768px){
  .lp-point__item {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .lp-point__contents {
    width: 100%;
  }

  .lp-point__image {
    width: 100%;
  }
}

.lp-point__subheading {
  margin-bottom: 40px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 1000px){
  .lp-point__subheading {
    margin-bottom: 30px;
    font-size: var(--font-size-26);
  }
}

@media not all and (min-width: 768px){
  .lp-point__subheading {
    font-size: var(--font-size-24);
  }

  .lp-point__subheading br {
    display: none;
  }
}

.lp-point__num {
  position: absolute;
  display: grid;
  place-content: center;
  top: -40px;
  left: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #0A426F;
  border-radius: 50vh;
}

.lp-point__num .text {
  display: block;
  font-size: var(--font-size-14);
}

.lp-point__num .num {
  font-size: var(--font-size-32);
  line-height: 1;
}

@media not all and (min-width: 768px){
  .lp-point__num {
    top: -35px;
    width: 75px;
    height: 75px;
  }

  .lp-point__num .text {
    font-size: var(--font-size-12);
  }

  .lp-point__num .num {
    font-size: var(--font-size-24);
  }
}

.lp-point__image img {
  width: 100%;
  border-radius: 20px;
}

.lp-service-section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .lp-service-section {
    margin-bottom: 80px;
  }
}

.lp-service-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
}

@media not all and (min-width: 768px){
  .lp-service-container {
    gap: 40px;
  }
}

.lp-service-heading {
  margin-bottom: 40px;
  font-size: var(--font-size-40);
  line-height: 1.4;
}

.lp-service-heading .text-color {
  font-size: var(--font-size-56);
}

.lp-service-heading .small {
  display: inline-block;
  font-size: var(--font-size-21);
}

@media not all and (min-width: 940px){
  .lp-service-heading {
    margin-bottom: 30px;
    font-size: var(--font-size-32);
  }

  .lp-service-heading .text-color {
    font-size: var(--font-size-48);
  }

  .lp-service-heading .small {
    font-size: var(--font-size-16);
  }
}

@media not all and (min-width: 768px){
  .lp-service-heading {
    font-size: var(--font-size-24);
  }

  .lp-service-heading .text-color {
    font-size: var(--font-size-32);
  }

  .lp-service-heading .small {
    font-size: var(--font-size-14);
  }
}

.lp-service-wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lp-service__list {
  padding: 40px;
  width: 600px;
  background-color: #EAF8F6;
  border-radius: 20px;
}

.lp-service__contents {
  width: calc(100% - 680px);
}

@media not all and (min-width: 1200px){
  .lp-service__list {
    width: 500px;
  }

  .lp-service__contents {
    width: calc(100% - 540px);
  }
}

@media not all and (min-width: 940px){
  .lp-service__list {
    order: 2;
    margin-bottom: 40px;
    width: 100%;
  }

  .lp-service__contents {
    display: contents;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .lp-service__list {
    padding: 30px;
    border-radius: 12px;
  }
}

.lp-service__list-header {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 40px;
  color: #32B1A1;
  font-weight: 700;
}

.lp-service__list-heading {
  width: 65%;
  font-size: var(--font-size-32);
}

.lp-service__list-time {
  padding: 10px;
  width: 35%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.lp-service__list-time .num {
  font-size: var(--font-size-40);
}

@media not all and (min-width: 768px){
  .lp-service__list-header {
    margin-bottom: 30px;
  }

  .lp-service__list-heading {
    width: 65%;
    font-size: var(--font-size-24);
  }

  .lp-service__list-time {
    padding: 8px;
    border-radius: 6px;
  }

  .lp-service__list-time .num {
    font-size: var(--font-size-26);
  }
}

@media not all and (min-width: 468px){
  .lp-service__list-header {
    margin-bottom: 20px;
  }

  .lp-service__list-heading {
    margin-bottom: 20px;
    width: 100%;
    text-align: center
  }

  .lp-service__list-time {
    width: 100%;
  }

  .lp-service__list-time .num {
    font-size: var(--font-size-21);
  }
}

.lp-service__list-ul li {
  position: relative;
  padding-left: 16px;
}

.lp-service__list-ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #32B1A1;
  border-radius: 50vh;
}

@media not all and (min-width: 940px){
  .lp-service__text {
    order: 1;
  }

  .lp-service__more-btn {
    order: 3;
    width: 100%;
  }
}

.lp-service__text p {
  margin-bottom: 40px;
  font-size: var(--font-size-18);
  line-height: 2;
}

@media not all and (min-width: 768px){
  .lp-service__text p {
    margin-bottom: 30px;
    font-size: var(--font-size-15);
    line-height: 1.8;
  }
}

.lp-service__more-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
  font-size: var(--font-size-21);
  font-weight: 700;
  background-color: #32B1A1;
  border-radius: 20px;
}

.lp-service__more-btn a::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(../images/lp/lp-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .lp-service__more-btn a:hover {
    background-color: #3ed5c2;
  }
}

.lp-service__more-btn a:focus-visible {
  background-color: #3ed5c2;
}

@media not all and (min-width: 940px){
  .lp-service__more-btn a {
    padding: 30px;
    width: 100%;
  }
}

@media not all and (min-width: 568px){
  .lp-service__more-btn a {
    padding: 20px;
    font-size: var(--font-size-18);
    border-radius: 12px;
  }
}

@media not all and (min-width: 390px){
  .lp-service__more-btn a {
    padding: 16px;
    font-size: var(--font-size-16);
    border-radius: 8px;
  }
}

.lp-service__image img {
  border-radius: 20px;
}

.lp-service__loop-text {
  margin-bottom: -120px;
  width: 100%;
  overflow: hidden;
}

.lp-service__loop-wrapper {
  display: inline-flex;
  width: max-content;
  animation: loop 50s linear infinite;
}

.lp-service__loop-item {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 2rem;
  color: #0A426F;
  font-size: var(--font-size-128);
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-service__loop-wrapper {
    animation: none;
  }
}

@media not all and (min-width: 768px){
  .lp-service__loop-text {
    margin-bottom: -60px;
  }

  .lp-service__loop-item {
    font-size: var(--font-size-80);
  }
}

@media not all and (min-width: 468px){
  .lp-service__loop-text {
    margin-bottom: -48px;
  }

  .lp-service__loop-item {
    font-size: var(--font-size-56);
  }
}

.lp-voice-section {
  padding-block: 160px;
  background-color: #CFE4F5;
}

@media not all and (min-width: 768px){
  .lp-voice-section {
    padding-block: 80px;
  }
}

.lp-voice-contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media not all and (min-width: 768px){
  .lp-voice-contents {
    gap: 40px;
  }
}

.lp-voice__item {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
}

.lp-voice__main {
  position: relative;
  padding: 80px;
  width: calc(100% - 300px);
  background-color: #fff;
  border-radius: 80px;
}

.lp-voice__info {
  width: 260px;
}

@media not all and (min-width: 940px){
  .lp-voice__main {
    padding: 40px;
    width: calc(100% - 240px);
    border-radius: 60px;
  }

  .lp-voice__info {
    width: 200px;
  }
}

@media not all and (min-width: 768px){
  .lp-voice__main {
    padding: 30px;
    width: calc(100% - 180px);
    border-radius: 40px;
  }

  .lp-voice__info {
    width: 150px;
  }
}

@media not all and (min-width: 568px){
  .lp-voice__main {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 30px;
  }

  .lp-voice__info {
    width: 200px;
  }
}

.lp-voice__main::after {
  content: '';
  position: absolute;
  top: 60%;
  right: -15px;
  width: 28px;
  height: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 14px 0px 14px 16px;
}

@media not all and (min-width: 568px){
  .lp-voice__main::after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -14px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 14px 12px 0px 12px;
  }
}

.lp-voice__heading {
  margin-bottom: 40px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 940px){
  .lp-voice__heading {
    margin-bottom: 30px;
    font-size: var(--font-size-24);
  }
}

@media not all and (min-width: 568px){
  .lp-voice__heading {
    margin-bottom: 20px;
    font-size: var(--font-size-21);
  }
}

.lp-voice__text p {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .lp-voice__text p {
    margin-bottom: 20px;
  }
}

.lp-voice__link {
  text-align: right;
}

.lp-voice__link a::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 11px;
  height: 10px;
  background-image: url(../images/lp/lp-arrow-external-link.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.lp-voice__info-image {
  margin-bottom: 20px;
}

.lp-voice__info-image img {
  border-radius: 20px;
}

.lp-voice__clinic-name {
  font-size: var(--font-size-14);
  font-weight: 700;
}

.lp-voice__doctor-name {
  margin-bottom: 10px;
  font-size: var(--font-size-18);
  font-weight: 700;
}

.lp-voice__data {
  font-size: var(--font-size-14);
}

@media not all and (min-width: 768px){
  .lp-voice__clinic-name {
    font-size: var(--font-size-12);
  }

  .lp-voice__doctor-name {
    font-size: var(--font-size-16);
  }

  .lp-voice__data {
    font-size: var(--font-size-12);
  }
}

@media not all and (min-width: 568px){
  .lp-voice__clinic-name {
    font-size: var(--font-size-14);
  }

  .lp-voice__doctor-name {
    font-size: var(--font-size-18);
  }

  .lp-voice__data {
    font-size: var(--font-size-14);
  }
}

.lp-voice__loop-image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lp-voice__loop-row {
  display: inline-flex;
  width: max-content;
}

.lp-voice__loop-list {
  display: flex;
  flex-shrink: 0;
}

.lp-voice__loop-item {
  flex-shrink: 0;
  width: 480px;
  height: 320px;
}

@media not all and (min-width: 768px){
  .lp-voice__loop-item {
    width: 300px;
    height: 200px;
  }
}

@media not all and (min-width: 468px){
  .lp-voice__loop-item {
    width: 240px;
    height: 160px;
  }
}

.lp-voice__loop-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes loop-normal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes loop-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.lp-voice__loop-row--normal {
  animation: loop-normal 50s linear infinite;
}

.lp-voice__loop-row--reverse {
  animation: loop-reverse 50s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lp-voice__loop-row {
    animation: none;
  }
}










.lp-flow-section {
  margin-block: 160px;
}

@media not all and (min-width: 768px){
  .lp-flow-section {
    margin-block: 80px;
  }
}

.lp-flow__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-inline: auto;
  max-width: 800px;
}

.lp-flow__item {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  position: relative;
  padding: 16px 40px 10px;
  border: 2px solid #0A426F;
  border-radius: 10px;
}

@media not all and (min-width: 568px){
  .lp-flow__item {
    padding: 16px 30px 10px;
    border-radius: 8px;
  }
}

.lp-flow__item.progress {
  background-color: #CFE4F5;
  border: 2px solid #CFE4F5;
}

.lp-flow__item.completion {
  color: #fff;
  background-color: #0A426F;
  border: 2px solid #0A426F;
}

.lp-flow__item::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0A426F transparent transparent transparent;
  border-width: 15px 12px 0px 12px;
}

.lp-flow__item.progress::after {
  border-color: #CFE4F5 transparent transparent transparent;
}

.lp-flow__item.completion::after {
  display: none;
}

.lp-flow__num {
  display: flex;
  flex-direction: column;
  color: #0A426F;
  width: 56px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.lp-flow__main {
  width: calc(100% - 96px);
}

@media not all and (min-width: 768px){
  .lp-flow__num {
    width: fit-content;
  }


  .lp-flow__main {
    width: calc(100% - 60px);
  }
}

.lp-flow__item.completion .lp-flow__num {
  color: #fff;
}

.lp-flow__num .text {
  font-size: var(--font-size-14);
}

.lp-flow__num .num {
  font-size: var(--font-size-40);
}

@media not all and (min-width: 768px){
  .lp-flow__num .text {
    font-size: var(--font-size-12);
  }

  .lp-flow__num .num {
    font-size: var(--font-size-26);
  }

  .lp-flow__heading {
    font-size: var(--font-size-18);
  }
}

.cta {
  background-image: url(../images/lp/lp-cta-bg.jpg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cta__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 160px;
  padding-block: 120px;
}

@media not all and (min-width: 1000px){
  .cta__wrap {
  flex-direction: column;
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .cta__wrap {
    gap: 30px 0;
    margin-bottom: 80px;
    padding-block: 60px;
  }
}

.cta__text {
  color: #fff;
  font-size: var(--font-size-40);
  font-weight: 700;
  line-height: 1.4;
}

.cta__text .text-color {
  font-size: var(--font-size-56);
}

.cta__text .newline {
  display: inline-block;
}

@media not all and (min-width: 768px){
  .cta__text {
    font-size: var(--font-size-32);
  }

  .cta__text .text-color {
    font-size: var(--font-size-40);
  }
}

@media not all and (min-width: 568px){
  .cta__text {
    font-size: var(--font-size-24);
  }

  .cta__text .text-color {
    font-size: var(--font-size-32);
  }
}

.cta__button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  color: #fff;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
  background-color: #32B1A1;
  border-radius: 20px;
}

.cta__button a::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(../images/lp/lp-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .cta__button a:hover {
    background-color: #3ed5c2;
  }
}

.cta__button a:focus-visible {
  background-color: #3ed5c2;
}

@media not all and (min-width: 568px){
  .cta__button {
    width: 100%;
  }

  .cta__button a {
    gap: 20px;
    padding: 20px;
    width: 100%;
    font-size: var(--font-size-18);
    border-radius: 12px;
  }

  .cta__button br {
    display: none;
  }
}

@media not all and (min-width: 410px){
  .cta__button a {
    text-align: left;
  }

  .cta__button br {
    display: block;
  }
}

.lp-faq-section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .lp-faq-section {
    margin-bottom: 80px;
  }
}

.lp-faq-contents {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
}

@media not all and (min-width: 768px){
  .lp-faq-contents {
    gap: 20px 0;
  }
}

.lp-faq__item {
  align-self: start;
  width: 48%;
  background-color: #D9EEFF;
  border-radius: 20px;
}

@media not all and (min-width: 940px){
  .lp-faq__item {
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .lp-faq__item {
    border-radius: 12px;
  }
}

.lp-faq__item dt {
  position: relative;
  padding: 40px 40px 40px 80px;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.lp-faq__item dt:before {
  content: 'Q';
  position: absolute;
  top: 30px;
  left: 40px;
  color: #0A426F;
  font-size: var(--font-size-32);
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .lp-faq__item dt {
    padding: 30px 30px 30px 60px;
  }

  .lp-faq__item dt:before {
    top: 26px;
    left: 30px;
    font-size: var(--font-size-24);
  }
}

.lp-faq__item dd {
  padding: 0 40px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out;
}

.lp-faq__item.is-open > dd {
  padding: 0 40px 40px;
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.4s ease-in, opacity 0.3s ease-in 0.1s;
}

.lp-faq__item dd p:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .lp-faq__item dd {
    padding: 0 30px;
  }

  .lp-faq__item.is-open > dd {
    padding: 0 30px 30px;
  }

  .lp-faq__item dd p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.lp-entry-section {
  padding: 160px 20px;
  background-color: #D9EEFF;
}

@media not all and (min-width: 768px){
  .lp-entry-section {
    padding-block: 80px 20px;
  }
}

.lp-entry-container {
  padding-block: 120px;
  background-color: #fff;
  border-radius: 40px;
}

@media not all and (min-width: 768px){
  .lp-entry-container {
    padding-block: 60px;
    border-radius: 20px;
  }
}

.lp-entry-contents {
  margin-inline: auto;
  max-width: 800px;
}

.lp-entry__hero {
  margin-bottom: 80px;
  font-size: var(--font-size-18);
}

.lp-entry__hero p:not(:last-child) {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .lp-entry__hero {
    margin-bottom: 40px;
    font-size: var(--font-size-15);
  }

  .lp-entry__hero p:not(:last-child) {
    margin-bottom: 30px;
  }
}


.lp-entry__form-item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 50px;
}

.lp-entry__form-label {
  display: flex;
	align-items: center;
	flex-wrap: wrap;
  gap: 0 20px;
  font-size: var(--font-size-18);
  font-weight: 700;
}

.lp-entry__form-req {
  display: block;
  padding: 4px 10px;
  color: #fff;
  font-size: var(--font-size-12);
  list-style: 1.4;
  background-color: #0A426F;
  border-radius: 4px;
}

.lp-entry__form-input input {
  display: block;
  padding: 20px;
  width: 100%;
  color: #111;
  font-size: var(--font-size-18);
  font-weight: 700;
  border: 2px solid #0A426F;
  border-radius: 10px;
}

.lp-entry__form-input select {
  display: block;
  padding: 20px;
  width: 100%;
  color: #111;
  font-size: var(--font-size-18);
  font-weight: 700;
  border: 2px solid #0A426F;
  border-radius: 10px;
}


.lp-entry__form-policy {
  padding: 30px;
  height: 300px;
  font-size: var(--font-size-14);
  overflow: hidden;
  border: 2px solid #0A426F;
  border-radius: 10px;
}

.lp-entry__form-policy-inner {
  height: 100%;
  overflow-y: scroll;
}

.lp-entry__form-policy-inner h3,
.lp-entry__form-policy-inner p,
.lp-entry__form-policy-inner ul,
.lp-entry__form-policy-inner ol {
  margin-bottom: 20px;
}

.lp-entry__form-check-label {
  display: block;
  margin-bottom: 20px;
}

.lp-entry__form-check-input input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}


.lp-entry__form-checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px 20px 20px;
  width: fit-content;
  border: 2px solid #0A426F;
  border-radius: 10px;
}

.lp-entry__form-checkbox::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border: 5px solid #A9D5E5;
  border-radius: 4px;
}


.lp-entry__form-check-input [type="checkbox"]:checked + .lp-entry__form-checkbox::before {
  background-color: #065A79;
}


.lp-entry__form-submit input {
  display: block;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: var(--font-size-21);
  font-weight: 700;
  text-align: center;
  background-color: #0A426F;
  border: 0;
  border-radius: 10px;
}

@media (any-hover: hover) {
  .lp-entry__form-submit input:hover {
    background-color: #04223b;
  }
}

.lp-entry__form-submit input:focus-visible {
  background-color: #04223b;
}


/*######################################################################

		Footer

************************************************************************/

.footer__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  gap: 10px 20px;
  margin-inline: auto;
  padding: 40px 20px;
  max-width: 1200px;
}

.footer__site-title {
  font-size: var(--font-size-14);
  font-weight: 700;
}

.footer__site-title a::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 11px;
  height: 10px;
  background-image: url(../images/lp/lp-arrow-external-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (any-hover: hover) {
  .footer__site-title a:hover {
    text-decoration: underline;
  }
}

.footer__site-title a:focus-visible {
  text-decoration: underline;
}

.footer__data {
  font-size: var(--font-size-12);
}

.copyright {
  font-size: var(--font-size-14);
}

.fixed-button {
  position: fixed;
  bottom: 120px;
  right: 0;
  transition: .3s;
}

@media not all and (min-width: 768px){
  .fixed-button {
    bottom: 40px;
  }
}

.fixed-button.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (any-hover: hover) {
  .fixed-button a:hover {
    opacity: .5;
  }
}

.fixed-button a:focus-visible {
  opacity: .5;
}