@charset "UTF-8";
@font-face {
  font-family: "century";
  src: url("../fonts/centurygothic.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "century";
  src: url("../fonts/centurygothic_bold.ttf");
  font-weight: 700;
}
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 99;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 19px 20px;
  }
}
header.header-fix {
  transform: translateY(-100%);
}
header .header__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header .header__logo {
  align-items: flex-end;
  display: flex;
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  header .header__logo {
    margin-left: 0;
  }
}
header .header__logo .header__logoImg {
  display: block;
  width: 108px;
}
@media only screen and (max-width: 1024px) {
  header .header__logo .header__logoImg {
    width: 54px;
  }
}
header .header__logo .header__logoText {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: normal;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  header .header__logo .header__logoText {
    font-size: 1.1rem;
    margin-left: 14px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 389px) {
  header .header__logo .header__logoText {
    font-size: 2.9333333333vw;
    margin-left: 3.7333333333vw;
  }
}
header .header__logo .header__logoText br {
  display: none;
}
@media only screen and (max-width: 1599px) {
  header .header__logo .header__logoText br {
    display: block;
  }
}
header .header__logo .header__logoText::before {
  border-left: 1px solid #d9d9d9;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  header .header__logo .header__logoText::before {
    display: none;
  }
}
header .header__toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
}
header .header__toggle span {
  position: relative;
  display: block;
  width: 20px;
  border-top: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
header .header__toggle span::before, header .header__toggle span::after {
  content: "";
  position: absolute;
  border-top: 1px solid #000000;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header .header__toggle span::before {
  top: -7px;
}
header .header__toggle span::after {
  top: 5px;
}
header .header__toggle.is-active span {
  border-color: transparent;
}
header .header__toggle.is-active span::before {
  transform: rotateZ(45deg) translate(4.5px, 4.5px);
}
header .header__toggle.is-active span::after {
  transform: rotateZ(-45deg) translate(4px, -4px);
}
header .nav {
  margin-left: 48px;
}
@media only screen and (max-width: 1599px) {
  header .nav {
    max-width: 50%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .nav {
    max-width: 100%;
  }
}

/* Main menu
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 390px;
    padding: 18px 20px;
    background: #ffffff;
    z-index: 99;
    height: calc(100vh - 70px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .nav.is-transition {
    transition: all 0.3s ease-in-out;
  }
  .nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__wrap {
    padding-bottom: 100px;
  }
}
.nav .nav__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__top {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__top li:first-child {
    display: none;
  }
}
.nav .nav__top li:last-child .nav__btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__top li:last-child .nav__btn {
    display: flex;
  }
}
.nav .nav__bottom {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
  }
  .nav .nav__bottom .nav__btn:first-child {
    border-right-color: #EAF0EB;
  }
}
.nav .nav__btn {
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  padding: 4px 28px;
  text-align: center;
  background: #EC5E00;
  border: 1px solid #EC5E00;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-height: 30px;
}
.nav .nav__btn img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav .nav__btn:hover {
    background: #ffffff;
    color: #EC5E00;
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__btn {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 12px 42px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
  .nav .nav__btn img {
    display: block;
    width: 20px;
    margin-right: 48px;
  }
}
@media only screen and (max-width: 389px) {
  .nav .nav__btn {
    padding: 12px 20px;
  }
  .nav .nav__btn img {
    margin-right: 24px;
  }
}
.nav .nav__btn--style1 {
  background: #ffffff;
  color: #818181;
  padding: 3px 28px;
  border-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__btn--style1 {
    padding: 2px 10px;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 389px) {
  .nav .nav__btn--style1 {
    font-size: 1rem;
    padding: 4px 10px;
  }
}
.nav .nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__list {
    display: block;
    margin-bottom: 0;
  }
}
.nav .nav__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__item {
    border-bottom: 1px solid #EAF0EB;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .nav .nav__item:first-child {
    border-top: 1px solid #EAF0EB;
  }
}
.nav .nav__item:not(:first-child) {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__item:not(:first-child) {
    margin-left: 0;
  }
}
.nav .nav__link {
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  color: #222222;
}
@media only screen and (max-width: 1024px) {
  .nav .nav__link {
    color: #162029;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-pc {
    display: none;
  }
}

.menu-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-sp {
    display: block;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3CBAB3;
  padding: 18px 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .floating {
    padding: 2.34375vw 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating {
    padding: 0;
  }
  .floating .l-container {
    padding: 0;
  }
}
.floating .floating__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__wrapper {
    margin: 0 -1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__wrapper {
    display: flex;
    align-items: normal;
  }
}
.floating .floating__box {
  width: calc(50% - 16px);
  margin: 0 8px;
  background: #ffffff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 11px 22px;
  overflow: hidden;
  color: #0BA29A;
  max-width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__box {
    min-width: fit-content;
    margin: 0 auto;
    padding: 1.4322916667vw 2.8645833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__box {
    width: 50%;
    border-radius: 0;
    margin-top: 0 !important;
    background: #3CBAB3;
    color: #ffffff;
    display: block;
    margin: 0;
    max-width: inherit;
    min-width: inherit;
    padding: 4.1025641026vw 3.5897435897vw !important;
  }
}
.floating .floating__box.is--style1 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .floating .floating__box.is--style1 {
    background: #0BA29A;
  }
}
.floating .floating__box.is--style1 .floating__content {
  padding: 17px 12px 17px 22px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__box.is--style1 .floating__content {
    padding: 1.5625vw 1.3020833333vw 1.5625vw 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__box.is--style1 .floating__content {
    width: auto;
    padding: 0;
  }
}
.floating .floating__box.is--style1 .floating__title {
  margin-right: 0;
}
.floating .floating__box.is--style1 .floating__mail {
  width: 188px;
  padding: 17px 30px 17px 12px;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__box.is--style1 .floating__mail {
    width: fit-content;
    padding: 1.5625vw 3.90625vw 1.5625vw 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__box.is--style1 .floating__mail {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.floating .floating__content {
  display: flex;
  align-items: center;
}
.floating .floating__icon {
  width: 28px;
  display: flex;
  align-items: center;
}
.floating .floating__icon img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__icon {
    width: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__icon {
    width: 4.6153846154vw;
  }
}
.floating .floating__title {
  font-size: 2rem;
  line-height: normal;
  margin: 0 20px;
}
@media only screen and (max-width: 1440px) {
  .floating .floating__title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .floating .floating__title {
    font-size: 1.5625vw;
    margin: 0 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__title {
    font-size: 3.5897435897vw;
    margin: 0 0 0 2.3076923077vw;
    font-weight: 500;
  }
}
.floating .floating__phone {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__phone {
    font-size: 2.6041666667vw;
    top: -0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__phone {
    top: 0;
  }
}
.floating .floating__number {
  font-family: "century", sans-serif;
}
@media only screen and (max-width: 767px) {
  .floating .floating__number {
    display: none;
  }
}
.floating .floating__time {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__time {
    font-size: 1.1067708333vw;
    margin-top: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__time {
    font-size: 2.5641025641vw;
    position: relative;
    left: 1.2820512821vw;
  }
}
.floating .floating__mail {
  position: relative;
  background: #FFF495;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__mail {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__mail {
    background: transparent;
    font-size: 2.5641025641vw;
    line-height: 1;
    margin-top: 1.2820512821vw;
  }
}
.floating .floating__mail::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .floating .floating__mail::after {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating .floating__mail::after {
    display: none;
  }
}

footer .footer__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 44px 30px 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer__wrapper {
    display: block;
    padding: 44px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__wrapper {
    padding: 40px 20px 20px;
  }
}
footer .footer__logo {
  align-items: flex-end;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .footer__logo {
    margin-left: 0;
    justify-content: center;
  }
}
footer .footer__logo .footer__logoImg {
  display: block;
  width: 108px;
}
@media only screen and (max-width: 767px) {
  footer .footer__logo .footer__logoImg {
    width: 54px;
  }
}
footer .footer__logo .footer__logoText {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: normal;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer__logo .footer__logoText {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 389px) {
  footer .footer__logo .footer__logoText {
    font-size: 2.9333333333vw;
    margin-left: 3.7333333333vw;
  }
}
footer .footer__logo .footer__logoText br {
  display: none;
}
@media only screen and (max-width: 1599px) {
  footer .footer__logo .footer__logoText br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer__logo .footer__logoText br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__logo .footer__logoText br {
    display: block;
  }
}
footer .footer__logo .footer__logoText::before {
  border-left: 1px solid #d9d9d9;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
}
footer .footer__address {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  color: #222222;
  padding-left: 10px;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  footer .footer__address {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer__address {
    font-size: 1.5rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__address {
    font-size: 1.2rem;
    padding-left: 0;
  }
}
footer .footer__address a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 7px 22px;
  border-radius: 5px;
  border: 1px solid #0BA29A;
  color: #0BA29A;
  margin-right: 28px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer__address a {
    font-size: 1.2rem;
    padding: 5px 15px;
    margin-right: 15px;
  }
}
footer .footer__copyright {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 25px 20px;
  text-align: center;
  background: #F3F9FA;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  footer .footer__copyright {
    padding: 20px;
  }
}
footer .fnav {
  margin-left: 36px;
}
@media only screen and (max-width: 1599px) {
  footer .fnav {
    max-width: 52%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer .fnav {
    max-width: 100%;
    margin-top: 38px;
  }
}

.fnav .fnav__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__bottom {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fnav .fnav__bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
  .fnav .fnav__bottom li {
    width: 100%;
    text-align: center;
  }
  .fnav .fnav__bottom .fnav__text {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.fnav .fnav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__list {
    display: block;
    margin-bottom: 0;
  }
}
.fnav .fnav__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__item {
    border-bottom: 1px solid #EAF0EB;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .fnav .fnav__item:first-child {
    border-top: 1px solid #EAF0EB;
  }
}
.fnav .fnav__item:not(:first-child) {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__item:not(:first-child) {
    margin-left: 0;
  }
}
.fnav .fnav__link {
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__link {
    font-size: 1.6rem;
  }
}
.fnav .fnav__text {
  font-size: 1.4rem;
  color: #737373;
  margin-left: 20px;
}
@media only screen and (max-width: 1440px) {
  .fnav .fnav__text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .fnav .fnav__text {
    font-size: 1.4rem;
  }
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 5.1282051282vw;
    right: 10px;
  }
}
.scrolltop a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  line-height: normal;
  background: #FFF495;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #0BA29A;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .scrolltop a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.scrolltop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@media only screen and (max-width: 767px) {
  .scrolltop.UpMove {
    animation: UpAnimeSP 0.5s forwards;
  }
}

.scrolltop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media only screen and (max-width: 767px) {
  .scrolltop.DownMove {
    animation: DownAnimeSP 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}
@keyframes UpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-14.1025641026vw);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes DownAnimeSP {
  from {
    opacity: 1;
    transform: translateY(-14.1025641026vw);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  color: #222222;
  font-family: "SourceHanSansJP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 103px;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-bottom: 11.9791666667vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    padding-bottom: 17.1794871795vw;
  }
}

main {
  overflow: hidden;
  padding-top: 98px;
}
@media only screen and (max-width: 1599px) {
  main {
    padding-top: 127px;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
}

section {
  padding: 50px 0 90px;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.mainvisual {
  position: relative;
  padding: 218px 88px;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .mainvisual {
    padding: 218px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    padding: 120px 20px;
  }
}
.mainvisual .mainvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual .mainvisual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual .mainvisual__content {
  position: relative;
  z-index: 1;
}
.mainvisual .mainvisual__text {
  font-size: 4rem;
  line-height: 58px;
  font-weight: 300;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__text {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.mainvisual .mainvisual__title {
  font-size: 5.8rem;
  line-height: 84px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .mainvisual .mainvisual__title {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__title {
    font-size: 2.6rem;
    line-height: 42px;
  }
}
@media only screen and (max-width: 389px) {
  .mainvisual .mainvisual__title {
    font-size: 2.1rem;
    line-height: 38px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.titleMain {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .titleMain {
    margin-bottom: 34px;
  }
}
.titleMain span, .titleMain a {
  display: flex;
  text-align: center;
  padding: 28px;
  font-size: 2.6rem;
  background: #0BA29A;
  margin: 0 28px;
  color: #fff;
  width: fit-content;
  font-weight: 300;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .titleMain span, .titleMain a {
    font-size: 2rem;
    line-height: 32px;
    margin: 0;
    width: 100%;
    padding: 15px;
    justify-content: center;
  }
}
.titleMain::before, .titleMain::after {
  content: "";
  display: block;
  flex: 1;
  border-top: 1px solid #0BA29A;
}

/*
------------------------------------------------------------*/
.title1 {
  background: url("../img/landing-page/list1_bg.png") no-repeat center;
  background-size: contain;
  text-align: center;
  max-width: 577px;
  margin: 0 auto;
  padding: 49px 10px 72px;
  margin-bottom: 38px;
  color: #0BA29A;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .title1 {
    background-size: contain;
    padding: 3.8461538462vw 12.8205128205vw 8.4615384615vw;
    font-size: 4.6153846154vw;
    line-height: normal;
    margin-bottom: 20px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.c-circle {
  align-items: center;
  background: transparent;
  border: 1px solid #222222;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.c-circle.is-black {
  background: #222;
}
.c-circle.is-white {
  border-color: #fff;
}
.c-circle.is-black1 {
  background: transparent;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 30px;
  }
}

/*
------------------------------------------------------------*/
.text2 {
  font-size: 2.2rem;
  line-height: 37px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .text2 {
    font-size: 1.6rem;
    line-height: 32px;
  }
}

.text3 {
  font-size: 48px;
  line-height: 70px;
  color: #0BA29A;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .text3 {
    font-size: 2.4rem;
    line-height: 35px;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.listImg {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .listImg {
    flex-direction: column;
    align-items: center;
    margin: -15px 0;
  }
}
.listImg .listImg__item {
  margin: 0 29px;
}
@media only screen and (max-width: 767px) {
  .listImg .listImg__item {
    margin: 15px 0;
  }
}
.listImg .listImg__item img {
  height: 48px;
}

/*
------------------------------------------------------------*/
.imgtext1 {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .imgtext1 {
    display: block;
  }
}
.imgtext1 .imgtext1__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .imgtext1 .imgtext1__img {
    width: 100%;
  }
  .imgtext1 .imgtext1__img img {
    width: 100%;
  }
}
.imgtext1 .imgtext1__content {
  flex: 1;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .imgtext1 .imgtext1__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .imgtext1 .imgtext1__content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.imgtext1 .imgtext1__text {
  font-size: 1.8rem;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .imgtext1 .imgtext1__text {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.list1 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .list1 {
    display: block;
  }
}
.list1 .list1__item {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__item {
    padding: 0 1.0169491525vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.list1 .list1__item:nth-child(even) {
  margin: 62px -7px -48px;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__item:nth-child(even) {
    margin: 5.2542372881vw -0.593220339vw -4.0677966102vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__item:nth-child(even) {
    margin: 0 0 20px;
  }
}
.list1 .list1__inner {
  position: relative;
  padding: 24px;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__inner {
    padding: 2.0338983051vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__inner {
    padding: 0;
  }
}
.list1 .list1__bg {
  margin: 0 -40px;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__bg {
    margin: 0 -3.3898305085vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__bg {
    margin: 0 auto;
    width: 89.7435897436vw;
  }
  .list1 .list1__bg img {
    width: 100%;
  }
}
.list1 .list1__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 0;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__content {
    padding: 4.0677966102vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__content {
    padding: 2.5641025641vw 0;
  }
}
.list1 .list1__title {
  font-size: 1.9rem;
  line-height: 30px;
  color: #383838;
  flex: 1;
  padding-left: 73px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__title {
    padding-left: 6.186440678vw;
    font-size: 1.6101694915vw;
    line-height: 2.5423728814vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__title {
    padding-left: 10.2564102564vw;
    font-size: 3.0769230769vw;
    line-height: 5.8974358974vw;
  }
}
.list1 .list1__number {
  font-size: 49px;
  line-height: 60px;
  position: absolute;
  top: 51px;
  left: 32px;
  color: #0BA29A;
  font-family: "century", sans-serif;
}
@media only screen and (max-width: 1180px) {
  .list1 .list1__number {
    top: 4.3220338983vw;
    left: 2.7118644068vw;
    font-size: 4.1525423729vw;
    line-height: 5.0847457627vw;
  }
}
@media only screen and (max-width: 767px) {
  .list1 .list1__number {
    top: 4.6153846154vw;
    left: 7.6923076923vw;
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
  }
}

/*
------------------------------------------------------------*/
.list2 {
  display: flex;
  margin: 0 -34px;
}
@media only screen and (max-width: 1180px) {
  .list2 {
    margin: 0 -0.8474576271vw;
  }
}
@media only screen and (max-width: 767px) {
  .list2 {
    display: block;
    margin: 0;
  }
}
.list2 .list2__item {
  width: 33.3333333333%;
  padding: 0 34px;
}
@media only screen and (max-width: 1180px) {
  .list2 .list2__item {
    padding: 0 0.8474576271vw;
  }
}
@media only screen and (max-width: 767px) {
  .list2 .list2__item {
    width: 100%;
    padding: 0;
  }
  .list2 .list2__item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.list2 .list2__img {
  height: 112px;
  width: auto;
  text-align: center;
}
.list2 .list2__img img {
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .list2 .list2__img {
    height: 9.4915254237vw;
  }
}
@media only screen and (max-width: 767px) {
  .list2 .list2__img {
    height: 80px;
  }
}
.list2 .list2__title {
  font-size: 2.6rem;
  line-height: 41px;
  color: #0BA29A;
  text-align: center;
  margin: 28px 0;
  font-weight: 400;
}
@media only screen and (max-width: 1180px) {
  .list2 .list2__title {
    font-size: 2.0338983051vw;
    margin: 2.3728813559vw;
  }
}
@media only screen and (max-width: 767px) {
  .list2 .list2__title {
    font-size: 2.4rem;
  }
}
.list2 .list2__text {
  font-size: 1.6rem;
  line-height: 32px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1180px) {
  .list2 .list2__text {
    font-size: 1.5254237288vw;
    line-height: 2.7118644068vw;
  }
}
@media only screen and (max-width: 767px) {
  .list2 .list2__text {
    font-size: 1.6rem;
    line-height: 32px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.bltext {
  background: url("../img/landing-page/bg.jpg") no-repeat center;
  background-size: cover;
  padding: 88px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bltext {
    padding: 40px 0;
  }
}
.bltext .bltext__txt {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
  color: #383838;
}
@media only screen and (max-width: 1024px) {
  .bltext .bltext__txt {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .bltext .bltext__txt {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 389px) {
  .bltext .bltext__txt {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
  }
}
.bltext .bltext__txt span {
  color: #0BA29A;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bltext .bltext__title {
  font-size: 3.6rem;
  line-height: 60px;
  color: #0BA29A;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .bltext .bltext__title {
    font-size: 3.515625vw;
    line-height: 5.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .bltext .bltext__title {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
@media only screen and (max-width: 389px) {
  .bltext .bltext__title {
    font-size: 5.641025641vw;
    line-height: 10.2564102564vw;
  }
}

/*
------------------------------------------------------------*/
.bltext2 .bltext2__title {
  font-size: 3.6rem;
  line-height: 60px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .bltext2 .bltext2__title {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
.bltext2 .bltext2__text {
  font-size: 1.8rem;
  line-height: 32px;
}

/*
------------------------------------------------------------*/
.bltext3 {
  color: #ffffff;
  text-align: center;
}
.bltext3 .bltext3__title {
  position: relative;
  font-size: 3.6rem;
  line-height: 60px;
  padding-bottom: 38px;
  margin-bottom: 38px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .bltext3 .bltext3__title {
    font-size: 3rem;
    line-height: 54px;
  }
}
.bltext3 .bltext3__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  border-bottom: 3px solid #ffffff;
}
.bltext3 .bltext3__txt {
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 300;
}
.bltext3 .bltext3__text {
  margin-top: 38px;
  font-size: 2rem;
  line-height: 50px;
}
.bltext3 .bltext3__text span {
  display: inline-block;
  background: #ffffff;
  color: #0BA29A;
  padding: 8px 18px;
  margin: 0 18px;
  line-height: 34px;
  font-weight: bold;
}

/*
------------------------------------------------------------*/
.box1 {
  background: #0BA29A;
  color: #ffffff;
  padding: 88px 0;
}
@media only screen and (max-width: 767px) {
  .box1 {
    padding: 40px 0;
  }
}
.box1 .box1__text {
  font-size: 2.7rem;
  line-height: 39px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #EAFFFE;
}
@media only screen and (max-width: 767px) {
  .box1 .box1__text {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
.box1 .box1__title {
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  margin: 68px 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box1 .box1__title {
    font-size: 2.8rem;
    line-height: 35px;
    margin: 34px 0;
  }
}

/*
------------------------------------------------------------*/
.box2 {
  display: flex;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .box2 {
    display: block;
  }
}
.box2 .box2__left {
  background: #0BA29A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .box2 .box2__left {
    padding: 30px 20px;
    width: 100%;
  }
}
.box2 .box2__right {
  padding: 44px 18px;
  text-align: center;
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .box2 .box2__right {
    width: 100%;
  }
}
.box2 .box2__icon {
  width: 118px;
}
@media only screen and (max-width: 1024px) {
  .box2 .box2__icon {
    width: 11.5234375vw;
  }
}
@media only screen and (max-width: 767px) {
  .box2 .box2__icon {
    width: 60px;
  }
}
.box2 .box2__title {
  font-size: 3rem;
  text-align: center;
  line-height: normal;
  color: #ffffff;
  margin-top: 38px;
  line-height: 43px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .box2 .box2__title {
    font-size: 2.9296875vw;
    margin-top: 3.7109375vw;
  }
}
@media only screen and (max-width: 767px) {
  .box2 .box2__title {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.box2 .box2__img {
  display: flex;
  justify-content: center;
}

/*
------------------------------------------------------------*/
.box3 {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .box3 {
    display: block;
  }
}
.box3 .box3__img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .box3 .box3__img img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
}
.box3 .box3__row {
  margin-bottom: 48px;
}
.box3 .box3__row:last-child {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #0BA29A;
}
.box3 .box3__row:last-child .box3__title {
  margin-bottom: 0;
}
.box3 .box3__row:last-child .box3__price {
  font-size: 6.4rem;
  font-family: "century", sans-serif;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__row:last-child .box3__price {
    font-size: 3.2rem;
  }
}
.box3 .box3__img,
.box3 .box3__content {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .box3 .box3__img,
  .box3 .box3__content {
    width: 100%;
  }
}
.box3 .box3__content {
  padding: 44px;
  background: #E5ECEC;
  color: #383838;
}
@media only screen and (max-width: 1024px) {
  .box3 .box3__content {
    padding: 20px;
  }
}
.box3 .box3__title {
  font-size: 2.2rem;
  line-height: 32px;
  padding: 8px 28px;
  background: #0BA29A;
  max-width: fit-content;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 500;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__title {
    font-size: 2rem;
  }
}
.box3 .box3__text {
  font-size: 1.8rem;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__text {
    font-size: 1.6rem;
  }
}
.box3 .box3__item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__item {
    flex-wrap: wrap;
  }
}
.box3 .box3__item {
  font-size: 2.4rem;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__item {
    font-size: 1.8rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .box3 .box3__txt {
    width: calc(100% - 20px);
    padding-left: 2px;
  }
}
.box3 .box3__price {
  font-size: 4rem;
  line-height: 1;
  color: #0BA29A;
  display: flex;
  align-items: flex-end;
  top: -3px;
  position: relative;
  margin-left: 17px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__price {
    font-size: 2.4rem;
    margin-left: 20px;
    width: 100%;
  }
}
.box3 .box3__price span {
  font-size: 1.8rem;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .box3 .box3__price span {
    font-size: 1.4rem;
  }
}

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.blinfo {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFF495;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .blinfo {
    display: block;
    margin: 0;
  }
}
.blinfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .blinfo::before {
    display: none;
  }
}
.blinfo .blinfo__item {
  width: calc(50% - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blinfo .blinfo__item {
    width: 100%;
    margin: 0;
  }
  .blinfo .blinfo__item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.blinfo .blinfo__text {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .blinfo .blinfo__text {
    font-size: 2rem;
    line-height: 31px;
  }
}
.blinfo .blinfo__text::before {
  content: "";
  display: block;
  margin-right: 18px;
  width: 28px;
  height: 24px;
}
.blinfo .blinfo__phone .blinfo__text::before {
  background: url("../img/common/icon/ic_phone-yellow.png") no-repeat center;
  background-size: 28px 24px;
}
.blinfo .blinfo__mail {
  justify-content: space-around;
}
.blinfo .blinfo__mail .blinfo__text::before {
  background: url("../img/common/icon/ic_mail-yellow.png") no-repeat center;
  background-size: 28px 18px;
}
.blinfo .blinfo__number {
  font-size: 5.9rem;
  line-height: 1;
  text-align: center;
  font-family: "century", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .blinfo .blinfo__number {
    font-size: 4.9rem;
  }
}
@media only screen and (max-width: 389px) {
  .blinfo .blinfo__number {
    font-size: 4rem;
  }
}
.blinfo .blinfo__number span {
  display: block;
  font-size: 1.5rem;
  margin-top: 18px;
}
@media only screen and (max-width: 389px) {
  .blinfo .blinfo__number span {
    font-size: 1.2rem;
  }
}
.blinfo .blinfo__btn {
  background: #FFF495;
  color: #0BA29A;
  font-size: 1.7rem;
  line-height: 25px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 332px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .blinfo .blinfo__btn {
    width: 100%;
    max-width: 332px;
  }
}
.blinfo .blinfo__btn::after {
  content: "〉";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 14px;
  font-size: 1.2rem;
  margin-left: 18px;
}

/*
------------------------------------------------------------*/
.bl1 .bl1__top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__top {
    display: block;
  }
}
.bl1 .bl1__img {
  width: 209px;
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__img {
    width: 17.7118644068vw;
  }
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
.bl1 .bl1__title {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 65px;
  padding-bottom: 0;
  white-space: nowrap;
}
.bl1 .bl1__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  border-bottom: 18px solid #FFF495;
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__title::after {
    border-width: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__title {
    margin-left: 5.5084745763vw;
    border-width: 1.5254237288vw;
    padding-bottom: 2.9661016949vw;
  }
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__title {
    max-width: fit-content;
    margin: 20px auto 0;
  }
}
.bl1 .bl1__tit {
  font-size: 3.6rem;
  line-height: 52px;
  position: relative;
  margin-right: 42px;
  font-weight: 400;
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__tit {
    font-size: 3.0508474576vw;
    line-height: 4.406779661vw;
    top: 1.0169491525vw;
    margin-right: 3.5593220339vw;
  }
}
.bl1 .bl1__tit span {
  display: block;
  font-size: 4.8rem;
  line-height: 70px;
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__tit span {
    font-size: 4.0677966102vw;
    line-height: 5.9322033898vw;
  }
}
.bl1 .bl1__number {
  font-size: 14.8rem;
  line-height: 1;
  color: #0BA29A;
  font-family: "century", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__number {
    font-size: 12.5423728814vw;
  }
}
.bl1 .bl1__number span {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1180px) {
  .bl1 .bl1__number span {
    font-size: 4.0677966102vw;
  }
}
.bl1 .bl1__content {
  margin-top: 58px;
  background: #F3F9FA;
  padding: 44px;
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__content {
    padding: 20px;
    margin-top: 30px;
  }
}
.bl1 .bl1__text {
  font-size: 1.8rem;
  line-height: 32px;
}
.bl1 .bl1__text span {
  text-decoration: underline;
  color: #0BA29A;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__text span {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__text {
    font-size: 1.6rem;
  }
}
.bl1 .bl1__txt {
  font-size: 1.7rem;
  margin-top: 28px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .bl1 .bl1__txt {
    font-size: 1.5rem;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.p-landing-page01 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-landing-page01 {
    padding-bottom: 50px;
  }
}

.p-landing-page02 {
  background: #E5ECEC;
}
.p-landing-page02 .box2 {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .p-landing-page02 .box2 {
    margin-top: 34px;
  }
}

.p-landing-page04 {
  background: url("../img/landing-page/bg01.jpg") no-repeat top right;
  background-size: cover;
  color: #fff;
}
.p-landing-page04 .titleMain {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-landing-page04 .titleMain {
    margin-top: 50px;
  }
}
.p-landing-page04 .titleMain span {
  background: #ffffff;
  color: #0BA29A;
}
@media only screen and (max-width: 767px) {
  .p-landing-page04 .titleMain span {
    font-size: 1.8rem;
  }
}
.p-landing-page04 .titleMain::before, .p-landing-page04 .titleMain::after {
  border-color: #ffffff;
}

.p-landing-page06 {
  background: #F3F9FA;
}

.p-landing-page07 {
  position: relative;
  background: url("../img/landing-page/bg02.jpg") no-repeat top left;
  background-size: cover;
}
.p-landing-page07::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 109px 0 109px;
  border-color: #0BA29A transparent transparent transparent;
}

.p-landing-page09 {
  background: #E5ECEC;
}
.p-landing-page09 .text2,
.p-landing-page09 .text3 {
  text-align: center;
}
.p-landing-page09 .text3 {
  margin: 78px 0;
}
@media only screen and (max-width: 767px) {
  .p-landing-page09 .text3 {
    margin: 40px 0;
  }
}
.p-landing-page09 .imgtext1 .imgtext1__img {
  order: 2;
}
.p-landing-page09 .imgtext1 .imgtext1__content {
  order: 1;
  padding-left: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .p-landing-page09 .imgtext1 .imgtext1__content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-landing-page09 .imgtext1 .imgtext1__content {
    padding-right: 0;
  }
}

.p-landing-page10 {
  padding-bottom: 0;
}
.p-landing-page10 .titleMain {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-landing-page10 .titleMain {
    margin-bottom: 40px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/