/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* break point */
/* color setting */
/* base setting */
* {
  box-sizing: border-box;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #231815;
  font-family: "LINESeedJPStd", sans-serif;
  font-weight: 300;
  margin: 0;
  padding-top: 6.1875rem;
}

picture {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

a:hover,
a:focus {
  opacity: 0.7;
}

p {
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  p {
    line-height: 1.7;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@media only screen and (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 766px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.inline {
  display: inline-block;
}

.bg {
  background-color: #f0f7ff;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.img::before {
  content: "";
  display: block;
}

.img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.inner {
  margin: 0 auto;
  max-width: 28.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .inner {
    max-width: 75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.marker-ttl {
  align-items: center;
  color: #1d4e90;
  display: flex;
  height: 2.375rem;
}

.marker-ttl._right {
  justify-content: flex-end;
  text-align: right;
}

.marker-ttl._right ._txt {
  padding-left: 0.625rem;
  padding-right: 0;
}

.marker-ttl._right ._txt::after {
  left: 0;
  right: auto;
}

.marker-ttl._right ._txt::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

.marker-ttl._right ._txt ._deco {
  -webkit-transform: translate(-100%, -50%);
  left: -0.5rem;
  right: auto;
  transform: translate(-100%, -50%);
}

@media only screen and (min-width: 767px) {
  .marker-ttl._right ._txt ._deco {
    left: -0.8125rem;
  }
}

.marker-ttl._right ._txt ._deco::before,
.marker-ttl._right ._txt ._deco::after {
  -webkit-clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  left: auto;
  right: 0;
}

.marker-ttl._right ._txt ._deco::after {
  right: 1.0625rem;
}

@media only screen and (min-width: 767px) {
  .marker-ttl._right ._txt ._deco::after {
    right: 1.9375rem;
  }
}

@media only screen and (min-width: 767px) {
  .marker-ttl {
    height: 4.6875rem;
  }
}

.marker-ttl ._txt {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  min-width: 86.66667%;
  padding-right: 0.625rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt {
    font-size: 3.125rem;
    min-width: auto;
  }
}

.marker-ttl ._txt ._deco {
  -webkit-transform: translate(100%, -50%);
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translate(100%, -50%);
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt ._deco {
    right: -0.8125rem;
  }
}

.marker-ttl ._txt ._deco::before,
.marker-ttl ._txt ._deco::after {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  -webkit-transform: translate(0, -50%);
  background: #fff100;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  content: "";
  height: 2.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt ._deco::before,
  .marker-ttl ._txt ._deco::after {
    height: 4.6875rem;
    width: 2.25rem;
  }
}

.marker-ttl ._txt ._deco::after {
  left: 1.0625rem;
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt ._deco::after {
    left: 1.9375rem;
  }
}

.marker-ttl ._txt::after {
  -webkit-transform: translate(0, -50%);
  background: #fff100;
  content: "";
  height: 2.375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100vw;
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt::after {
    height: 4.6875rem;
  }
}

.marker-ttl ._txt::before {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  -webkit-transform: translate(50%, -50%);
  background: #fff100;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  content: "";
  height: 2.375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1.125rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .marker-ttl ._txt::before {
    height: 4.6875rem;
    width: 2.25rem;
  }
}

.overflow-container {
  overflow: hidden;
}

.section-ttl {
  -webkit-transform: translate(0, -50%);
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 600;
  height: 13.0625rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  text-align: center;
  transform: translate(0, -50%);
}

.section-ttl::before {
  -webkit-clip-path: polygon(0 36%, 100% 0%, 100% 64%, 0% 100%);
  -webkit-transform: translate(-50%, -50%);
  background: #1d4e90;
  clip-path: polygon(0 36%, 100% 0%, 100% 64%, 0% 100%);
  content: "";
  height: 13.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72.875rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .section-ttl::before {
    height: 21.5625rem;
    width: 120rem;
  }
}

@media only screen and (min-width: 767px) and (min-width: 1920px) {
  .section-ttl::before {
    width: 100%;
  }
}

.section-ttl::after {
  -webkit-transform: translate(-50%, 0);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}

.section-ttl._white {
  color: #1d4e90;
}

.section-ttl._white::before {
  background: #fff;
}

.section-ttl._yellow {
  color: #1d4e90;
}

.section-ttl._yellow::before {
  background: #fff100;
}

.section-ttl._arrow::after {
  -webkit-transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  background: url(../img/common/arrow-sp.svg) no-repeat center/3.75rem auto;
  content: "";
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  height: 3.75rem;
  left: 50%;
  position: absolute;
  top: -0.625rem;
  transform: translate(-50%, 0);
  width: 3.75rem;
  z-index: 3;
}

@media only screen and (min-width: 767px) {
  .section-ttl._arrow::after {
    background: url(../img/common/arrow-pc.svg) no-repeat center/5.75rem auto;
    height: 5.75rem;
    top: 0;
    width: 5.75rem;
  }
}

.section-ttl._arrow._arrow-white::after {
  background-image: url(../img/common/arrow-white-sp.svg);
}

@media only screen and (min-width: 767px) {
  .section-ttl._arrow._arrow-white::after {
    background-image: url(../img/common/arrow-white-pc.svg);
  }
}

.section-ttl ._txt {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .section-ttl {
    font-size: 2.75rem;
    height: 21.5625rem;
    line-height: 1.22727;
  }
}

.sub-ttl {
  color: #1d4e90;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .sub-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.8125rem;
    text-align: center;
  }
}

.txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .txt {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.bottom__btn {
  display: none;
}

@media only screen and (max-width: 766px) {
  .bottom__btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -3.625rem;
    display: flex;
    gap: 0.5rem;
    height: 3.625rem;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    transition: bottom 0.4s ease;
    width: 100%;
    z-index: 2000;
  }
  .bottom__btn.is-active {
    bottom: 0;
  }
}

.bottom__btn--item {
  flex: 0 0 auto;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 7.125rem;
}

.bottom__btn--item::before {
  padding-top: 35.96491%;
}

.bottom__btn--item:hover,
.bottom__btn--item:active {
  opacity: 0.7;
}

.Cta {
  background: #000000;
  padding-bottom: 6.5625rem;
  padding-top: 4.3125rem;
}

.Cta._mid {
  padding-bottom: 9.375rem;
}

@media only screen and (min-width: 767px) {
  .Cta._mid {
    padding-bottom: 13.25rem;
  }
}

.Cta._top {
  padding-top: 2.25rem;
}

.Cta._top.-no-campaign {
  padding-top: 4.625rem;
}

@media only screen and (min-width: 767px) {
  .Cta._top {
    padding-top: 0;
  }
  .Cta._top.-no-campaign {
    padding-top: 0;
  }
}

@media only screen and (min-width: 767px) {
  .Cta {
    padding-bottom: 13.25rem;
    padding-top: 7.75rem;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__inner {
    max-width: 81.25rem;
  }
  .Cta__inner.-no-campaign {
    margin-top: -9.61538461538vw;
  }
}

@media only screen and (min-width: 1300px) {
  .Cta__inner.-no-campaign {
    margin-top: -7.8125rem;
  }
}

.Cta__hosyou {
  border: 1px solid #fff;
  background: #000;
  padding: 2.75rem 1.9375rem 1.9375rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou {
    padding: 1.4375rem 3.125rem 2.3125rem;
  }
}

.Cta__hosyou-ttl {
  color: #fff100;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-ttl {
    font-size: 2rem;
    font-weight: 600;
    left: 0.9375rem;
    line-height: 1.625;
    margin-bottom: 1.75rem;
    padding-left: 16.25rem;
  }
}

.Cta__hosyou-ttl .img {
  -webkit-transform: translate(0, -100%);
  left: 0;
  max-width: 8.5625rem;
  position: absolute;
  top: -0.6875rem;
  transform: translate(0, -100%);
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-ttl .img {
    -webkit-transform: none;
    bottom: 0;
    max-width: 13.9375rem;
    top: auto;
    transform: none;
  }
}

.Cta__hosyou-ttl .img::before {
  padding-top: 49.63504%;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-ttl .img::before {
    padding-top: 49.55157%;
  }
}

.Cta__hosyou-list {
  display: inline-block;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 43.75rem;
  }
}

.Cta__hosyou-item {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.63158;
  padding-left: 2.125rem;
  position: relative;
  text-align: left;
}

.Cta__hosyou-item:nth-child(n + 2) {
  margin-top: 0.875rem;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-item:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-item {
    font-size: 2rem;
    line-height: 1.625;
    padding-left: 3.625rem;
  }
}

.Cta__hosyou-item::before {
  background: url(../img/cta/check-sp.svg) no-repeat center/1.875rem;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Cta__hosyou-item::before {
    background: url(../img/cta/check-pc.svg) no-repeat center/2.375rem;
    height: 2.375rem;
    width: 2.375rem;
  }
}

.Cta__bottom {
  margin-top: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 4.16667%;
    justify-content: center;
    margin-top: 3.75rem;
  }
}

.Cta__bottom-ttl {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-ttl {
    flex: 0 0 auto;
    font-size: 2rem;
    line-height: 1.625;
    width: 100%;
  }
}

.Cta__bottom-ttl ._yellow {
  color: #fff100;
}

.Cta__bottom-btns {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-btns {
    border: none;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 3.125rem;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 33.33333%;
  }
}

.Cta__bottom-btn {
  margin: 0 auto;
  max-width: 25rem;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-btn {
    margin: 0;
  }
}

.Cta__bottom-btn::before {
  padding-top: 19.04762%;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-btn::before {
    padding-top: 26.22951%;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-tel {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    flex: 0 0 auto;
    min-width: 21.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5625rem;
    width: 30.5%;
  }
}

.Cta__bottom-tel--info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.25rem;
  pointer-events: auto;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-tel--info {
    margin-top: 0;
    pointer-events: none;
  }
}

.Cta__bottom-tel--txt {
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.61538;
  margin-bottom: -0.1875rem;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-tel--txt {
    font-size: 1.25rem;
    left: 1.6;
    margin-bottom: -0.4375rem;
  }
}

.Cta__bottom-tel--num {
  color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.59091;
  padding-left: 2.25rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-tel--num {
    font-size: 2.1875rem;
    line-height: 1.6;
    padding-left: 3.375rem;
  }
}

.Cta__bottom-tel--num::before {
  -webkit-transform: translate(0, -50%);
  background: url(../img/cta/tel-icon.png) no-repeat center/1.875rem auto;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Cta__bottom-tel--num::before {
    background: url(../img/cta/tel-icon.png) no-repeat center/2.875rem auto;
    height: 1.875rem;
    width: 2.875rem;
  }
}

.facility-slider {
  padding: 0 1.25rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .facility-slider {
    overflow: hidden;
    padding: 0;
  }
}

.facility-slider .swiper-slide::before {
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .facility-slider .swiper-slide::before {
    padding-top: 45.45455%;
  }
}

.facility-thumbnail {
  margin-top: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .facility-thumbnail {
    margin-top: 3.4375rem;
    padding: 0 3.125rem;
  }
}

.facility-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.facility-thumbnail .swiper-slide::before {
  padding-top: 59.1716%;
}

@media only screen and (min-width: 767px) {
  .facility-thumbnail .swiper-slide::before {
    padding-top: 45.88235%;
  }
}

.facility-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.facility-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  border: 2px solid #1d4e90;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.facility-button-box {
  -webkit-transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .facility-button-box {
    width: 100%;
  }
}

.facility-button-box::before {
  content: "";
  display: block;
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .facility-button-box::before {
    padding-top: 45.45455%;
  }
}

.facility-button-next,
.facility-button-prev {
  cursor: pointer;
  height: 2.375rem;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 2.375rem;
  z-index: 1;
}

.facility-button-next.lazyloaded,
.facility-button-prev.lazyloaded {
  background: url(../img/common/next.svg) no-repeat center/100% auto;
}

.facility-button-next:hover,
.facility-button-next:active,
.facility-button-prev:hover,
.facility-button-prev:active {
  opacity: 0.7;
}

@media only screen and (min-width: 767px) {
  .facility-button-next,
  .facility-button-prev {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.facility-button-next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
  transform: translate(50%, -50%);
}

.facility-button-prev {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.flow-button-box {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% - 2.5rem);
}

@media only screen and (min-width: 767px) {
  .flow-button-box {
    width: 100%;
  }
}

.flow-button-box::before {
  content: "";
  display: block;
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .flow-button-box::before {
    padding-top: 59.1716%;
  }
}

.flow-button-next,
.flow-button-prev {
  cursor: pointer;
  height: 2.375rem;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 2.375rem;
  z-index: 1;
}

.flow-button-next.lazyloaded,
.flow-button-prev.lazyloaded {
  background: url(../img/common/next.svg) no-repeat center/100% auto;
}

.flow-button-next:hover,
.flow-button-next:active,
.flow-button-prev:hover,
.flow-button-prev:active {
  opacity: 0.7;
}

.flow-button-next.swiper-button-disabled,
.flow-button-prev.swiper-button-disabled {
  display: none;
}

@media only screen and (min-width: 767px) {
  .flow-button-next,
  .flow-button-prev {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.flow-button-next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
  transform: translate(50%, -50%);
}

.flow-button-prev {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.flow-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.flow-thumbnail .swiper-slide::before {
  padding-top: 59.1716%;
}

.flow-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.flow-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  border: 2px solid #1d4e90;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*--  footer  -----------------------------------------------------*/
footer {
  background-color: #1d4e90;
  color: #fff;
  font-size: 0.8125rem;
  height: 72px;
  line-height: 72px;
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  footer {
    font-size: 1.25rem;
    height: 8.125rem;
    line-height: 8.125rem;
    margin-bottom: 0;
  }
}

.footer {
  margin-bottom: 0;
}

@media only screen and (max-width: 766px) {
  .footer {
    margin-bottom: 3.625rem;
  }
}

.Header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.Header__tag {
  align-items: center;
  align-items: center;
  border-bottom: 1px solid #1d4e90;
  display: flex;
  display: flex;
  font-size: 0.625rem;
  font-weight: 400;
  height: 2.5625rem;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .Header__tag {
    font-size: 0.8125rem;
    height: 1.8125rem;
  }
}

.Header__inner {
  align-items: flex-start;
  display: flex;
  height: 3.625rem;
  padding: 0.625rem 0.9375rem;
}

@media only screen and (min-width: 1200px) {
  .Header__inner {
    height: 5.0625rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 76.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.Header__inner .logo {
  max-width: 6.375rem;
}

@media only screen and (min-width: 1200px) {
  .Header__inner .logo {
    max-width: 10.75rem;
  }
}

.Header__inner .logo::before {
  padding-top: 34.94624%;
}

.Header__inner .tel {
  margin-left: auto;
  margin-right: 0.625rem;
  max-width: 10.625rem;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .Header__inner .tel {
    margin: 0;
    max-width: 19.375rem;
    padding-right: 0;
  }
}

.Header__inner .tel .img {
  pointer-events: auto;
}

@media only screen and (min-width: 767px) {
  .Header__inner .tel .img {
    pointer-events: none;
  }
}

.Header__inner .tel .img::before {
  padding-top: 19.70588%;
}

@media only screen and (min-width: 1200px) {
  .Header__inner .tel .img::before {
    padding-top: 16.31664%;
  }
}

.Header__inner .btn {
  border-radius: 0.1875rem 0 0.1875rem 0;
  cursor: pointer;
  display: block;
  right: 0.9375rem;
  top: 3.3125rem;
  width: 2rem;
  z-index: 1001;
}

@media only screen and (min-width: 1200px) {
  .Header__inner .btn {
    display: none;
  }
}

.Header__inner .btn.none {
  display: none;
}

@media only screen and (max-width: 1199.9999px) {
  .Header__menu {
    -ms-overflow-style: none;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    height: calc(100vh - 6.1875rem);
    left: 0;
    opacity: 1;
    overflow: auto;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    text-align: center;
    top: 6.1875rem;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 3000;
  }
  .Header__menu.none {
    opacity: 0;
    pointer-events: none;
  }
  .Header__menu::-webkit-scrollbar {
    display: none;
  }
}

.Header__menu-list {
  display: flex;
}

@media only screen and (max-width: 1199.9999px) {
  .Header__menu-list {
    display: inline-flex;
    flex-direction: column;
    gap: 1.75rem;
    padding-bottom: 6.9375rem;
    padding-top: 4.8125rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Header__menu-list {
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    max-width: 27.375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Header__menu-list {
    align-items: flex-start;
    gap: 0.25rem 0.5rem;
    margin-left: 0;
    max-width: 100%;
    padding-right: 0.8125rem;
    padding-top: 0.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Header__menu-list li {
    flex: 0 0 auto;
    margin-right: 1.25rem;
    width: 10.625rem;
  }
  .Header__menu-list li:nth-child(2n) {
    width: 14.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Header__menu-list li {
    flex: 0 0 auto;
    margin-right: 0;
    white-space: nowrap;
  }
  .Header__menu-list li:nth-child(5n + 1) {
    width: 8.5rem;
  }
  .Header__menu-list li:nth-child(5n + 2) {
    width: 7.5rem;
  }
  .Header__menu-list li:nth-child(5n + 3) {
    width: 8.5625rem;
  }
  .Header__menu-list li:nth-child(5n + 4) {
    width: 6.0625rem;
  }
  .Header__menu-list li:nth-child(5n + 5) {
    width: 9.375rem;
  }
}

.Header__menu-list li a {
  color: #000000;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.61538;
  padding-left: 1.25rem;
  position: relative;
  white-space: nowrap;
}

@media only screen and (max-width: 1199.9999px) {
  .Header__menu-list li a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1.61538;
    text-align: left;
  }
  .Header__menu-list li a ._txt {
    display: inline-block;
    padding-left: 1.5rem;
    position: relative;
  }
  .Header__menu-list li a ._txt::before {
    -webkit-transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 0.4375rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .Header__menu-list li a::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #1d4e90;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    display: block;
    height: 0.375rem;
    left: 0;
    position: absolute;
    top: 0.5625rem;
    width: 0.75rem;
  }
}

.m-campaign {
  margin: 0 auto;
}

.m-campaign._top {
  margin-bottom: 3.75rem;
}

@media only screen and (min-width: 767px) {
  .m-campaign._top {
    margin-bottom: 3.125rem;
    margin-top: -13.68421vw;
  }
}

@media only screen and (min-width: 1140px) {
  .m-campaign._top {
    margin-top: -9.75rem;
  }
}

.m-campaign._mid {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .m-campaign._mid {
    margin-top: 4.4375rem;
  }
}

.m-campaign__ttl {
  left: 2.375rem;
  margin-bottom: -1.1875rem;
  position: relative;
  text-align: left !important;
}

@media only screen and (min-width: 767px) {
  .m-campaign__ttl {
    left: 0;
    margin-bottom: -2.375rem;
    min-width: calc(50% - 1.75rem);
  }
}

.m-campaign__box {
  background: #fff;
  border: 0.3125rem solid #fff100;
  padding: 1.9375rem 0 1.25rem;
}

.m-campaign__box._mid {
  padding-top: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .m-campaign__box._mid {
    padding-top: 4.6875rem;
  }
}

@media only screen and (min-width: 1140px) {
  .m-campaign__box._mid::before {
    background: url(../img/common/man2.png) no-repeat center bottom/22.5625rem
      auto;
    bottom: -0.625rem;
    content: "";
    height: 32.8125rem;
    left: 0.9375rem;
    position: absolute;
    width: 22.5625rem;
    z-index: 2;
  }
}

@media only screen and (min-width: 767px) {
  .m-campaign__box {
    border-width: 0.625rem;
    margin-left: auto;
    padding: 3.3125rem 1.5625rem 2rem;
    position: relative;
    text-align: center;
  }
  .m-campaign__box-list {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 3;
  }
}

@media only screen and (min-width: 1140px) {
  .m-campaign__box {
    text-align: right;
  }
  .m-campaign__box::before {
    background: url(../img/common/man.png) no-repeat center bottom/22.625rem
      auto;
    bottom: -0.625rem;
    content: "";
    height: 22.875rem;
    left: 3rem;
    position: absolute;
    width: 22.625rem;
    z-index: 2;
  }
}

.m-campaign__item {
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item {
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    justify-content: center;
    padding-left: 1rem;
    white-space: nowrap;
  }
  .m-campaign__item:nth-child(n + 2) {
    margin-top: 0.3125rem;
  }
}

@media only screen and (min-width: 1140px) {
  .m-campaign__item {
    flex-direction: row;
  }
  .m-campaign__item:nth-child(2) {
    margin-top: -0.25rem;
  }
}

.m-campaign__item-ttl {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: -0.625rem;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-ttl {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.6;
    padding-top: 0.875rem;
  }
  .m-campaign__item-ttl._item1 {
    padding-right: 1rem;
  }
}

.m-campaign__item-ttl._grey {
  color: #a5a5a5;
}

.m-campaign__item-ttl ._line {
  position: relative;
}

.m-campaign__item-ttl ._line::before {
  -webkit-transform: translate(0, -50%);
  background: #a5a5a5;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.m-campaign__item-ttl ._mid {
  font-size: 1.0625rem;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-ttl ._mid {
    font-size: 1.6875rem;
  }
}

.m-campaign__item-ttl ._sm {
  font-size: 0.8125rem;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-ttl ._sm {
    font-size: 1.25rem;
  }
}

.m-campaign__item-txt {
  color: #f8ae0d;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt {
    font-size: 2.5rem;
  }
}

.m-campaign__item-txt ._marker {
  background: linear-gradient(
    to top,
    transparent 6px,
    #fff100 6px,
    #fff100 14px,
    transparent 14px
  );
  padding: 0 2px;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt ._marker {
    background: linear-gradient(
      to top,
      transparent 12px,
      #fff100 12px,
      #fff100 25px,
      transparent 25px
    );
  }
}

.m-campaign__item-txt ._lg {
  font-size: 2.375rem;
  line-height: 1.60526;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt ._lg {
    font-size: 4rem;
    line-height: 1.5;
  }
}

.m-campaign__item-txt ._sm {
  font-size: 0.8125rem;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt ._sm {
    font-size: 1.25rem;
  }
}

.m-campaign__item-txt ._arrow {
  display: inline-block;
  line-height: 1;
  padding-left: 1.3125rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt ._arrow {
    padding-left: 2.0625rem;
  }
}

.m-campaign__item-txt ._arrow::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #f8ae0d;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 1.875rem;
  width: 0.625rem;
}

@media only screen and (min-width: 767px) {
  .m-campaign__item-txt ._arrow::before {
    height: 1.25rem;
    top: 2.875rem;
    width: 0.9375rem;
  }
}

.m-campaign__mid-txt {
  color: #f8ae0d;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.55556;
  margin-bottom: 0.75rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .m-campaign__mid-txt {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.625;
    margin-bottom: 0.3125rem;
  }
}

@media only screen and (min-width: 1140px) {
  .m-campaign__mid-txt {
    text-align: right;
  }
  .m-campaign__mid-txt .none-pc {
    display: none;
  }
}

.m-campaign__mid-bottom {
  display: none;
}

@media only screen and (min-width: 1140px) {
  .m-campaign__mid-bottom {
    display: block;
    font-size: 1.8125rem;
    font-weight: 300;
    line-height: 1.58621;
    margin-top: 1.4375rem;
  }
}

.About__wrapper {
  overflow: hidden;
}

.About__inner {
  padding-bottom: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .About__inner {
    padding-bottom: 8.4375rem;
  }
}

.About__ttl {
  margin-bottom: -5.8125rem;
}

@media only screen and (min-width: 767px) {
  .About__ttl {
    margin-bottom: -6.875rem;
  }
}

.About__txt {
  margin-bottom: 1.5625rem;
}

.About__txt:last-child {
  margin-bottom: 0;
}

.About__txt a {
  color: #1d4e90;
  text-decoration: underline;
  transition: 0.4s ease;
  transition-property: opacity;
}

.About__txt a:hover,
.About__txt a:active {
  opacity: 0.7;
}

@media only screen and (min-width: 767px) {
  .About__txt {
    margin: 0 auto;
    margin-bottom: 2.8125rem;
    max-width: 62.5rem;
  }
  .About__txt._center {
    text-align: center;
  }
  .About__txt._margin {
    margin-bottom: 3.75rem;
  }
}

.About__access-map iframe {
  height: 11.875rem;
}

@media only screen and (min-width: 767px) {
  .About__access-map iframe {
    height: 25rem;
  }
}

.About__hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 1.5625rem 0;
}

@media only screen and (min-width: 767px) {
  .About__hr {
    margin: 3.75rem 0;
  }
}

.About__sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.75;
  margin-bottom: 0.9375rem;
}

.About__sub:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .About__sub {
    font-size: 1.375rem;
    line-height: 1.45455;
    margin-bottom: 2.8125rem;
    text-align: center;
  }
}

.About__sub ._marker {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 18px,
    #ffff00 18px,
    #ffff00 24px,
    rgba(255, 255, 255, 0) 24px
  );
}

@media only screen and (min-width: 767px) {
  .About__sub ._marker {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 20px,
      #ffff00 20px,
      #ffff00 27px,
      rgba(255, 255, 255, 0) 27px
    );
  }
}

.About__open-time {
  margin: 0 auto;
  max-width: 21.3125rem;
}

.About__open-time::before {
  padding-top: 42.52199%;
}

@media only screen and (min-width: 767px) {
  .About__open-time {
    max-width: 100%;
  }
  .About__open-time::before {
    padding-top: 11.04545%;
  }
}

.About__cooperation-pic {
  margin: 0 auto;
  max-width: 20.9375rem;
}

.About__cooperation-pic::before {
  padding-top: 57.52833%;
}

@media only screen and (min-width: 767px) {
  .About__cooperation-pic {
    max-width: 56.25rem;
  }
}

.About__doctor-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .About__doctor-name {
    font-size: 1.375rem;
    line-height: 1.45455;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

@media only screen and (min-width: 767px) {
  .About__doctor-list {
    display: flex;
    margin: 0 auto;
    max-width: 62.5rem;
  }
}

@media only screen and (max-width: 766px) {
  .About__doctor-item:nth-child(n + 2) {
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 767px) {
  .About__doctor-item {
    flex: 0 0 auto;
    margin-right: 2.5%;
    width: 47.5%;
  }
  .About__doctor-item:nth-child(2n) {
    margin-right: 0;
  }
}

.About__doctor-career {
  padding: 0;
}

.About__doctor-career--item {
  display: flex;
}

.About__doctor-career--item ._year {
  flex: 0 0 auto;
  width: 5.1875rem;
}

@media only screen and (min-width: 767px) {
  .About__doctor-career--item ._year {
    width: 7rem;
  }
}

.About__message-pic::before {
  padding-top: 64.51613%;
}

@media only screen and (min-width: 767px) {
  .About__message-pic::before {
    padding-top: 45.45455%;
  }
}

.About__message-txt {
  margin: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .About__message-txt {
    margin: 2.8125rem 0;
    text-align: center;
  }
}

.Contact__ttl {
  margin: 0 auto 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Contact__ttl {
    max-width: 15.125rem;
  }
}

.Contact__ttl::before {
  padding-top: 13.77246%;
}

@media only screen and (min-width: 767px) {
  .Contact__ttl {
    margin: 0 auto 3.75rem;
    max-width: 30.6875rem;
  }
  .Contact__ttl::before {
    padding-top: 12.17565%;
  }
}

.Faq {
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 767px) {
  .Faq {
    padding-bottom: 6.25rem;
  }
}

.Faq__ttl {
  margin-bottom: -5.8125rem;
}

@media only screen and (min-width: 767px) {
  .Faq__ttl {
    margin-bottom: -6.875rem;
  }
}

.Faq__item {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.Faq__item:nth-child(n + 2) {
  margin-top: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item:nth-child(n + 2) {
    margin-top: 2.5rem;
  }
}

.Faq__item-head {
  background: #fff;
  color: #1d4e90;
  cursor: pointer;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.26316;
  padding: 1.5625rem 3.3125rem 1.5625rem 1.4375rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Faq__item-head {
    font-size: 1.75rem;
    line-height: 1.60714;
    padding: 3.125rem 6.25rem 3.125rem 3.125rem;
  }
}

.Faq__item-head.is-active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Faq__item-head::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/faq/arrow-sp.svg) no-repeat center/100% auto;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item-head::after {
    height: 2.3125rem;
    right: 3.125rem;
    width: 2.3125rem;
  }
}

.Faq__item-body {
  background: #e3e3e4;
  display: none;
  padding: 1.5625rem 1.4375rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item-body {
    padding: 3.125rem;
  }
}

.Faq__item-txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Faq__item-txt {
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.71429;
  }
}

.Feature {
  padding-bottom: 3rem;
}

@media only screen and (min-width: 767px) {
  .Feature {
    padding-bottom: 6.125rem;
  }
}

@media only screen and (min-width: 767px) {
  .Feature__inner {
    max-width: 81.25rem;
  }
}

.Feature__ttl {
  height: 15.3125rem;
  margin-bottom: -7.8125rem;
  padding-top: 2px;
}

.Feature__ttl::before {
  -webkit-clip-path: polygon(0 31.4%, 100% 0%, 100% 68.6%, 0% 100%);
  clip-path: polygon(0 31.4%, 100% 0%, 100% 68.6%, 0% 100%);
  height: 15.3125rem;
}

@media only screen and (min-width: 767px) {
  .Feature__ttl {
    height: 21.5625rem;
    padding-top: 0.875rem;
  }
  .Feature__ttl::before {
    -webkit-clip-path: polygon(0 36%, 100% 0%, 100% 64%, 0% 100%);
    clip-path: polygon(0 36%, 100% 0%, 100% 64%, 0% 100%);
    height: 21.5625rem;
  }
}

@media only screen and (min-width: 767px) {
  .Feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.125rem 3.08333%;
  }
}

@media only screen and (min-width: 767px) {
  .Feature__item {
    flex: 1 0 auto;
    min-width: 20rem;
    width: 31.25%;
  }
}

.Feature__item:nth-child(n + 2) {
  border-top: 1px solid #000000;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Feature__item:nth-child(n + 2) {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}

.Feature__item-pic {
  margin-bottom: 1.5625rem;
}

.Feature__item-pic::before {
  padding-top: 61.90476%;
}

@media only screen and (min-width: 767px) {
  .Feature__item-pic {
    margin-bottom: 0.875rem;
  }
  .Feature__item-pic::before {
    padding-top: 53.33333%;
  }
}

.Feature__item-ttl {
  color: #1d4e90;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 767px) {
  .Feature__item-ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.41667;
    margin-bottom: 0.125rem;
  }
}

.Feature__item-txt {
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Feature__item-txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;
  }
}

.Flow {
  padding-bottom: 8.125rem;
}

@media only screen and (min-width: 767px) {
  .Flow {
    padding-bottom: 11.25rem;
  }
}

@media only screen and (min-width: 767px) {
  .Flow__inner {
    max-width: 68.75rem;
  }
}

.Flow__ttl {
  margin-bottom: -5.8125rem;
}

@media only screen and (min-width: 767px) {
  .Flow__ttl {
    margin-bottom: -6.875rem;
  }
}

@media only screen and (min-width: 767px) {
  .Flow__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6.25rem 10%;
  }
}

.Flow__item {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Flow__item {
    flex: 0 0 auto;
    width: 45%;
  }
}

.Flow__item:not(:last-child) {
  border-bottom: 1px solid #000000;
  margin-bottom: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Flow__item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.Flow__item-num {
  color: rgba(29, 78, 144, 0.4);
  font-size: 6.25rem;
  font-weight: 600;
  left: -0.9375rem;
  line-height: 1.61;
  position: absolute;
  position: absolute;
  top: -3.375rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .Flow__item-num {
    font-size: 8.125rem;
    left: -1.0625rem;
    line-height: 1.61538;
    top: -4.375rem;
  }
}

.Flow__item-img {
  margin-bottom: 1.5625rem;
}

.Flow__item-img::before {
  padding-top: 61.90476%;
}

@media only screen and (min-width: 767px) {
  .Flow__item-img {
    margin-bottom: 1.875rem;
  }
  .Flow__item-img::before {
    padding-top: 62.22222%;
  }
}

.Flow__item-ttl {
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

@media only screen and (min-width: 767px) {
  .Flow__item-ttl {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4375;
    padding-bottom: 0.1875rem;
    padding-top: 0.1875rem;
  }
}

.Flow__item-txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Flow__item-txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;
    padding-bottom: 0;
  }
}

.Form__txt {
  margin-bottom: 2.8125rem;
}

.Form__hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .Form__hr {
    display: none;
  }
}

.Form__inner {
  padding-bottom: 3.125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Form__inner {
    max-width: 68.75rem;
  }
}

.Form__tel {
  margin: 0 auto 1.25rem;
  max-width: 44.1875rem;
}

.Form__tel::before {
  padding-top: 8.06223%;
}

.Form__bottom-txt {
  color: #1d4e90;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Form__bottom-txt {
    font-size: 1.375rem;
    margin-bottom: 2.1875rem;
    text-align: center;
  }
}

.Form__bottom-web {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Form__bottom-web {
    font-size: 1.0625rem;
    line-height: 1.47059;
  }
}

.Fv {
  position: relative;
}

.Fv__bg::before {
  padding-top: 160%;
}

@media only screen and (min-width: 767px) {
  .Fv__bg::before {
    padding-top: 68.46154%;
  }
}

@media only screen and (min-width: 1300px) {
  .Fv__bg::before {
    height: 55.625rem;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .Fv__bg::before {
    padding-top: 46.35417%;
  }
}

.History {
  background: #1d4e90;
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 767px) {
  .History {
    padding-bottom: 8.125rem;
  }
}

.History.lazyloaded {
  background: url(../img/history/bg-sp.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .History.lazyloaded {
    background: url(../img/history/bg-pc.jpg) no-repeat center/cover;
  }
}

@media only screen and (min-width: 767px) {
  .History__inner {
    max-width: 68.75rem;
  }
}

.History__ttl {
  margin-bottom: -2.8125rem;
}

@media only screen and (min-width: 767px) {
  .History__ttl {
    margin-bottom: -11.25rem;
  }
}

.History__item:nth-child(n + 2) {
  border-top: 1px solid #fff;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .History__item:nth-child(n + 2) {
    margin-top: 5.3125rem;
    padding-top: 5.3125rem;
  }
}

@media only screen and (min-width: 767px) {
  .History__item {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 5%;
  }
}

.History__item-img {
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .History__item-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    width: 45%;
  }
}

.History__item-img .img._item1 {
  margin: 0 auto;
  max-width: 15.8125rem;
}

.History__item-img .img._item1::before {
  padding-top: 88.54167%;
}

@media only screen and (min-width: 767px) {
  .History__item-img .img._item1 {
    max-width: 23rem;
  }
}

.History__item-img .img::before {
  padding-top: 61.90476%;
}

.History__item-ttl {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  padding-bottom: 0.125rem;
  padding-top: 0.3125rem;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl {
    font-size: 2rem;
    left: 1.4375;
    margin-bottom: 1.75rem;
    padding-top: 0.1875rem;
  }
}

.History__item-txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .History__item-txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;
  }
}

.Hoken {
  padding-bottom: 9.375rem;
}

@media only screen and (min-width: 767px) {
  .Hoken {
    padding-bottom: 11.375rem;
  }
}

@media only screen and (min-width: 767px) {
  .Hoken__inner {
    max-width: 81.25rem;
  }
}

.Hoken__ttl {
  margin-bottom: -9.875rem;
}

@media only screen and (min-width: 767px) {
  .Hoken__ttl {
    margin-bottom: -15.5rem;
  }
}

@media only screen and (min-width: 767px) {
  .Hoken__box {
    left: -1.125rem;
    position: relative;
  }
}

.Hoken__pic {
  margin-bottom: -1.5625rem;
}

.Hoken__pic .img {
  left: -0.5625rem;
  margin: 0 auto;
  max-width: 19.1875rem;
}

.Hoken__pic .img::before {
  padding-top: 116.28664%;
}

@media only screen and (min-width: 767px) {
  .Hoken__pic .img {
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .Hoken__pic {
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-right: 5.83333%;
    width: 45.58333%;
  }
}

@media only screen and (min-width: 767px) {
  .Hoken__box {
    align-items: center;
    display: flex;
  }
}

@media only screen and (min-width: 767px) {
  .Hoken__body {
    flex: 0 0 auto;
    padding-top: 2.5rem;
    width: 31.25rem;
  }
}

.Hoken__body-ttl {
  color: #1d4e90;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 767px) {
  .Hoken__body-ttl {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4375;
    margin-bottom: 2.5rem;
  }
}

.Hoken__body-txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Hoken__body-txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;
  }
}

@media only screen and (min-width: 767px) {
  .Plan__inner {
    max-width: 81.25rem;
  }
}

.Plan__ttl {
  margin-bottom: -10.3125rem;
}

@media only screen and (min-width: 767px) {
  .Plan__ttl {
    margin-bottom: -22.375rem;
  }
}

.Plan__block._item1 {
  background: #1d4e90;
  padding-bottom: 3.125rem;
  padding-top: 3.75rem;
}

@media only screen and (min-width: 767px) {
  .Plan__block._item1 {
    padding-bottom: 8.75rem;
    padding-top: 12.9375rem;
  }
}

.Plan__block._item1.lazyloaded {
  background: url(../img/plan/bg1-sp.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Plan__block._item1.lazyloaded {
    background: url(../img/plan/bg1-pc.jpg) no-repeat center/cover;
  }
}

.Plan__block._item2 {
  background: rgba(0, 0, 0, 0.77);
  padding-bottom: 7.625rem;
  padding-top: 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Plan__block._item2 {
    padding-bottom: 14.875rem;
    padding-top: 9.6875rem;
  }
}

.Plan__block._item2.lazyloaded {
  background: url(../img/plan/bg2-sp.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Plan__block._item2.lazyloaded {
    background: url(../img/plan/bg2-pc.jpg) no-repeat center/cover;
  }
}

.Plan__block-ttl {
  margin-bottom: -1.1875rem;
}

@media only screen and (min-width: 767px) {
  .Plan__block-ttl {
    margin-bottom: -2.375rem;
  }
  .Plan__block-ttl ._txt {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: calc(50% - 3.3125rem);
  }
}

.Plan__box {
  background: #fff;
  padding: 1.875rem 1.4375rem 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box {
    padding: 4.8125rem 3.125rem 5.25rem;
  }
}

.Plan__box-head {
  border-bottom: 1px solid #000000;
  margin-bottom: 1.25rem;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-head {
    margin: 0 auto;
    margin-bottom: 7.3125rem;
    max-width: 62.5rem;
    padding-bottom: 3.5625rem;
  }
}

.Plan__box-head--price {
  color: #1d4e90;
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 767px) {
  .Plan__box-head--price {
    font-size: 3.125rem;
    margin-bottom: 1.5rem;
  }
}

.Plan__box-head--price ._lg {
  font-size: 2.75rem;
  line-height: 1.61364;
}

@media only screen and (min-width: 767px) {
  .Plan__box-head--price ._lg {
    font-size: 4.6875rem;
    line-height: 1.6;
  }
}

.Plan__box-head--price ._sm {
  font-size: 0.9375rem;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .Plan__box-head--price ._sm {
    font-size: 1.5625rem;
  }
}

.Plan__box-head--txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Plan__box-head--txt {
    letter-spacing: 0;
    line-height: 2;
  }
}

@media only screen and (min-width: 767px) {
  .Plan__box-body {
    display: flex;
    flex-wrap: wrap;
    gap: 3.75rem 3.6%;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    max-width: 62.5rem;
  }
}

.Plan__box-body--item {
  border-bottom: 1px solid #000000;
  margin-bottom: 1.25rem;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item {
    border: 1px solid #1d4e90;
    flex: 1 0 auto;
    margin-bottom: 0;
    min-width: 25rem;
    padding: 0 1.8125rem;
    padding-bottom: 0;
    padding-bottom: 2.125rem;
    width: calc(50% - 1.125rem);
  }
}

.Plan__box-body--item-block:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-block:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

.Plan__box-body--item-label {
  align-items: center;
  background: #1d4e90;
  color: #fff;
  display: inline-flex;
  font-size: 1.1875rem;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.25rem;
  position: relative;
  width: 7.9375rem;
  z-index: 1;
}

.Plan__box-body--item-label._lg {
  width: 12.75rem;
}

.Plan__box-body--item-label._lg::before {
  right: 6.6875rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-label._lg {
    margin-bottom: 2.5rem;
    margin-top: 0;
    width: 20.9375rem;
  }
  .Plan__box-body--item-label._lg::before {
    right: 12.0625rem;
  }
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-label {
    font-size: 1.8125rem;
    height: 4.0625rem;
    margin-top: -2.875rem;
    width: 12.1875rem;
  }
}

.Plan__box-body--item-label::before {
  -webkit-clip-path: polygon(66.666% 0, 0 0, 100% 100%);
  background: #1d4e90;
  bottom: -0.625rem;
  clip-path: polygon(66.666% 0, 0 0, 100% 100%);
  content: "";
  height: 1.125rem;
  position: absolute;
  right: 1.875rem;
  width: 1.3125rem;
  z-index: -1;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-label::before {
    bottom: -0.8125rem;
    height: 1.6875rem;
    right: 3.3125rem;
    width: 1.9375rem;
  }
}

.Plan__box-body--item-ttl {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.61111;
  padding-left: 2.25rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-ttl {
    font-size: 1.75rem;
    letter-spacing: 0;
    line-height: 1.60714;
    padding-left: 3.625rem;
  }
}

.Plan__box-body--item-ttl._wrap:nth-child(n + 2) {
  margin-top: 0.75rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-ttl._wrap:nth-child(n + 2) {
    margin-top: 0;
  }
}

.Plan__box-body--item-ttl::before {
  background: url(../img/plan/check-sp.svg) no-repeat center/1.625rem auto;
  content: "";
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 0.1875rem;
  width: 1.625rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-ttl::before {
    background: url(../img/plan/check-pc.svg) no-repeat center/2.375rem auto;
    height: 2.375rem;
    width: 2.375rem;
  }
}

.Plan__box-body--item-txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
  margin-top: 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-body--item-txt {
    letter-spacing: 0;
    line-height: 2;
    margin-top: 0.625rem;
  }
}

@media only screen and (min-width: 767px) {
  .Plan__box-bottom {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}

.Plan__box-bottom--list {
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .Plan__box-bottom--list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8125rem 2rem;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1.75rem;
    max-width: 57.9375rem;
  }
}

.Plan__box-bottom--txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Plan__box-bottom--txt {
    letter-spacing: 0;
    line-height: 1.5625;
    text-align: center;
  }
}

/*--  privacy  -----------------------------------------------------*/
.privacy {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

.privacy .content {
  height: 248px;
  overflow-y: scroll;
}

@media only screen and (min-width: 767px) {
  .privacy .content {
    height: 357px;
    margin: 0 auto;
    max-width: 62.5rem;
  }
}

@media only screen and (min-width: 767px) {
  .privacy {
    font-size: 1.125rem;
    line-height: 1.77778;
    padding-bottom: 8.4375rem;
    padding-top: 8.4375rem;
  }
}

.privacy .content::-webkit-scrollbar {
  width: 12px;
}

.privacy .content::-webkit-scrollbar-track {
  background-color: #e3e3e4;
  border-radius: 6px;
}

.privacy .content::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 6px;
}

.privacy .content p.mb {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .privacy .content p.mb {
    margin-bottom: 48px;
  }
}

.Solution {
  background: #1d4e90;
  padding-bottom: 1.5625rem;
}

.Solution.lazyloaded {
  background: url(../img/solution/bg-sp.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Solution.lazyloaded {
    background: url(../img/solution/bg-pc.jpg) no-repeat center/cover;
  }
}

@media only screen and (min-width: 767px) {
  .Solution {
    padding-bottom: 6.25rem;
  }
}

@media only screen and (min-width: 767px) {
  .Solution__inner {
    max-width: 68.75rem;
  }
}

.Solution__ttl {
  margin-bottom: -2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Solution__ttl {
    margin-bottom: -6.875rem;
  }
}

@media only screen and (min-width: 767px) {
  .Solution__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6.25rem 10%;
  }
}

.Solution__item {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Solution__item {
    flex: 0 0 auto;
    width: 45%;
  }
}

.Solution__item:not(:last-child) {
  border-bottom: 1px solid #fff;
  margin-bottom: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Solution__item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.Solution__item-num {
  color: rgba(29, 78, 144, 0.53);
  font-size: 6.25rem;
  font-weight: 600;
  left: -0.9375rem;
  line-height: 1.61;
  mix-blend-mode: luminosity;
  position: absolute;
  position: absolute;
  top: -3.375rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .Solution__item-num {
    font-size: 8.125rem;
    left: -1.0625rem;
    line-height: 1.61538;
    top: -4.375rem;
  }
}

.Solution__item-img {
  margin-bottom: 1.5625rem;
}

.Solution__item-img::before {
  padding-top: 61.90476%;
}

@media only screen and (min-width: 767px) {
  .Solution__item-img {
    margin-bottom: 1.875rem;
  }
  .Solution__item-img::before {
    padding-top: 62.22222%;
  }
}

.Solution__item-ttl {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

@media only screen and (min-width: 767px) {
  .Solution__item-ttl {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4375;
    padding-bottom: 0.1875rem;
    padding-top: 0.1875rem;
  }
}

.Solution__item-txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Solution__item-txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2;
    padding-bottom: 0;
  }
}

.Type {
  padding-bottom: 9.375rem;
}

@media only screen and (min-width: 767px) {
  .Type {
    padding-bottom: 13.25rem;
  }
}

.Type__ttl {
  margin-bottom: -8.9375rem;
}

@media only screen and (min-width: 767px) {
  .Type__ttl {
    margin-bottom: -13rem;
  }
}

.Type__block:nth-child(n + 2) {
  margin-top: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Type__block:nth-child(n + 2) {
    margin-top: 4.375rem;
  }
}

@media only screen and (min-width: 767px) {
  .Type__block {
    display: grid;
    gap: 2.5rem 0;
    grid-template-areas: "ttl pic" "txt pic";
    grid-template-columns: 29.6875rem 1fr;
  }
  .Type__block._item2 {
    grid-template-areas: "pic ttl" "pic txt";
    grid-template-columns: 1fr 29.6875rem;
  }
}

@media only screen and (min-width: 1140px) {
  .Type__block {
    grid-template-columns: 1fr 50%;
  }
  .Type__block._item2 {
    grid-template-columns: 50% 1fr;
  }
}

.Type__block-ttl {
  margin-bottom: 1.5625rem;
  white-space: nowrap;
}

@media only screen and (min-width: 767px) {
  .Type__block-ttl {
    grid-area: ttl;
    margin-bottom: 0;
  }
  .Type__block-ttl._item2 {
    text-align: center;
  }
  .Type__block-ttl ._txt {
    min-width: calc(100% - 3.3125rem);
  }
}

@media only screen and (min-width: 1140px) {
  .Type__block-ttl ._txt {
    min-width: calc(100% - 3.3125rem);
  }
}

.Type__block-img {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 767px) {
  .Type__block-img {
    align-items: center;
    display: flex;
    grid-area: pic;
    margin-bottom: 0;
    padding-left: 1.875rem;
  }
  .Type__block-img._item2 {
    padding-left: 0;
    padding-right: 1.875rem;
  }
}

.Type__block-img .img {
  margin: 0 auto;
}

.Type__block-img .img._item1 {
  max-width: 12.1875rem;
}

@media only screen and (min-width: 767px) {
  .Type__block-img .img._item1 {
    max-width: 22.25rem;
  }
}

.Type__block-img .img._item1::before {
  padding-top: 93.67978%;
}

.Type__block-img .img._item2 {
  max-width: 8.875rem;
}

@media only screen and (min-width: 767px) {
  .Type__block-img .img._item2 {
    max-width: 16.25rem;
  }
}

.Type__block-img .img._item2::before {
  padding-top: 127.83109%;
}

.Type__block-img .img._item3 {
  max-width: 12.125rem;
}

@media only screen and (min-width: 767px) {
  .Type__block-img .img._item3 {
    max-width: 22.0625rem;
  }
}

.Type__block-img .img._item3::before {
  padding-top: 101.83876%;
}

.Type__block-txt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Type__block-txt {
    grid-area: txt;
    letter-spacing: 0;
    line-height: 2;
  }
}

.Worry {
  background: rgba(0, 0, 0, 0.56);
  padding-bottom: 9.375rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Worry {
    padding-bottom: 13.875rem;
    padding-top: 6.375rem;
  }
}

.Worry.lazyloaded {
  background: url(../img/worry/bg-sp.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Worry.lazyloaded {
    background: url(../img/worry/bg-pc.jpg) no-repeat center/cover;
  }
}

@media only screen and (min-width: 767px) {
  .Worry__inner {
    max-width: 81.25rem;
  }
}

.Worry__ttl {
  margin-bottom: 2.375rem;
}

@media only screen and (min-width: 767px) {
  .Worry__ttl {
    margin-bottom: 5.375rem;
  }
}

.Worry__ttl ._txt {
  left: -0.375rem;
}

@media only screen and (min-width: 767px) {
  .Worry__ttl ._txt {
    left: 0;
  }
}

.Worry__item {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.55556;
  padding-left: 2.5rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Worry__item {
    font-size: 2rem;
    line-height: 2;
    padding-left: 3.625rem;
  }
}

.Worry__item::before {
  background: url(../img/worry/check-sp.svg) no-repeat center/1.625rem auto;
  content: "";
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 1px;
  width: 1.625rem;
}

@media only screen and (min-width: 767px) {
  .Worry__item::before {
    background: url(../img/worry/check-pc.svg) no-repeat center/2.375rem auto;
    height: 2.375rem;
    top: 0.8125rem;
    width: 2.375rem;
  }
}

.Worry__item:nth-child(n + 2) {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 767px) {
  .Worry__item:nth-child(n + 2) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
