@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 1.5px;
  font-weight: 200;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
header,main {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #111 !important;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  /* line-height: 1.5; */
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  a:hover {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  transition: background 0.2s;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
header{
  z-index: 2;
  background: none;
}
header h1{
  width: 160px;
  height: 70px;
  position: fixed;
  z-index: 15;
  background: none;
  margin: 10px 0 0 10px !important; 
}
@media screen and (min-width: 1200px) {
  header{
    width: 100%;
    height: 100px;
    position: fixed;
  }
  header h1{
    position: relative;
    margin: 0 !important;
  }
}
header:after{
  content: none;
}
header div.gmenu {
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  z-index: 3;
}
header div.gmenu a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  header img{
    width: 100%;
    margin: auto;
    height: 100px !important;
  }
  header div.gmenu {
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    height: 100px;
    max-width: 1150px;
    margin: 0 auto;
    top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  header.is-animation div.gmenu  {
    margin: 0;
    width: 100%;
    display: block;
    /* transition-duration:.5s; */
    background:#fff !important;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .is-animation {
    background:#1E1A6B !important;
    z-index: 10;
    width: 100%;
    display: flex;
  }
}

header div.gmenu .logo{
  display: block;
  margin: 0 !important;
}
@media screen and (min-width: 1200px) {
  header div.gmenu .logo {
    width: 180px;
    margin: 1px 10px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-wrapper {
    position: relative;
    width: calc(100% - 150px);
    margin-left: 15px;
  }
}

header nav {
  display: none;
  background: #1E1A6B;
  width: 100vw;
  position: absolute;
  margin: 0 0 0 0;
  padding: 24vw 0 0;
  text-align: center;
  z-index: 3;
  height: 100vh;
}
@media screen and (min-width: 1200px) {
  header nav {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
  }
}
header nav ul.menu_area {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  margin: 0 auto 50px;
  padding: 0 5vw;
}

@media screen and (min-width: 1200px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: left;
  display: block;
  margin-bottom: 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  header nav ul.menu_area li a {
    border-bottom: 0;
  }
}
header nav ul.menu_area li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 10vw;
  right: 0;
  background: #fff;
}
header nav ul.menu_area li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  header nav ul.menu_area li a:before,header nav ul.menu_area li a:after{
    content: none;
  }
}
header nav .btn_area{
  /* height: 85px; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  header nav .btn_area{
    display: flex;
    margin: 10px auto 0;
  }
}
header nav .btn_area .lp_btn a{
  color: #fff;
  display: block;
  width: 90vw;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin:  0 auto 10px;
  border: 1px solid #fff;
  border-radius: 80px;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.5;
}
header nav .btn_area .lp_btn a span{
  font-size: 2.4rem;
  display: block;
}
@media screen and (min-width: 1200px) {
  header nav .btn_area .lp_btn a,header nav .btn_area .lp_btn a span{
    font-size: 1.5rem;
  }
}
header nav .btn_area .lp_btn a.gr{
  background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
}
header nav .btn_area .lp_btn a.or{
  background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
}
@media screen and (min-width: 1200px) {
  header nav ul.menu_area li a {
    font-size: 1.5rem;
    margin-right: 0vw;
    margin-bottom: 0;
  }
  header nav .btn_area .lp_btn a{
    width: 175px;
  }
  header nav .btn_area .lp_btn:last-of-type a{
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    align-items: center;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.5rem;
    height: 100px;
    line-height: 100px;
    font-weight: 300;
  }
  .menu-list .inner .btn_area .btn a{
    display: block;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    border: none;
    color: #00EAFF;
    border: 1px solid #00EAFF;
    height: 60px;
    line-height: 60px;
    width: 180px;
    font-size: 1.7rem;
    border-radius: 30px;
    margin-top: 7px;
  }
}
.menu-list .inner .btn_area .btn_web {
  background-image: linear-gradient(90deg, rgba(102, 102, 255, 1), rgba(67, 66, 238, 1));
}
header .btn_contact a {
  display: block;
  text-align: center;
  width: 65vw;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 1.4rem;
  margin: 10px auto 0;
}
@media screen and (min-width: 1200px) {
  header .btn_contact a {
    display: block;
    text-align: center;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1200px) {
  header .btn_contact a {
    font-size: 1.4rem;
    width: 180px;
  }
}
.btn_contact.mail a {
  color: #fff;
  background: #000;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .btn_contact.mail a {
    color: #000;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

/* ハンバーガー */
@media (max-width: 1079px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 10px !important;
    z-index: 100;
    background: #1E1A6B;
    border: 1px solid #fff;
    margin-top: 10px;
    width: 56px;
    height: 56px;
    top: 0;
  }
  .bar {
    width: 25px;
    height: 1px;
    display: block;
    position: absolute;
    left: 26px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 18px;
  }
  .btn_hum.close .bar-top {
    transform: translate(-50%, 5px) rotate(45deg);
    transition: transform 0.3s;
    background-color: #fff;
    top: 23px;
    width: 30px;
    left: 26px;
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    transform: translate(-50%, -5px) rotate(-45deg);
    transition: transform 0.3s;
    background-color: #fff;
    bottom: 20px;
    width: 30px;
    left: 26px;
  }
}
/* ハンバーガー */

.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 45px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2C2C2C;
}

@media screen and (min-width: 1200px) {
  .pagetop {
    right: 2.5vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  background: #ffffff;
  height: 8.6602540378px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
}
.common{
  position: relative;
  background: url(../images/lp_blue/common_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 410px;
}
@media screen and (min-width:1200px){
  .common{
    background: url(../images/lp_blue/common_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 368px;
    text-align: center;
  }
}
.common .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
@media screen and (min-width:1200px){
  .common .inner{
    max-width: 1150px;
    text-align: left;
  }
}
.common .inner .text{
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
@media screen and (min-width:1200px){
  .common .inner .text{
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1200px){
  .common .inner ul{
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
.common .inner ul li a{
  color: #fff;
  display: block;
  width: 90vw;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  border-radius: 80px;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.6;
}
@media screen and (min-width:1200px){
  .common .inner ul li a{
    width: 450px;
    line-height: 1.6;
  }
}
.common .inner ul li a.gr {
    background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
}
.common .inner ul li a.or {
  background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
}
.common .inner ul li a span{
  font-size: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .common a:hover{
    opacity: .5;
  }
}

main .mv{
  position: relative;
  height: 1228px;
  background: url(../images/lp_blue/main_sp.png) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 1200px) {
  main .mv{
    background: url(../images/lp_blue/main_pc.png) no-repeat center 0;
    background-size: cover;
    height: 87vw;
    z-index: 1;
  }
}
main .mv.contact{
  background: none;
  height: auto;
}
main .mv .title_text{
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text{
    max-width: 1150px;
    text-align: left;
    top: 9vw;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  main .mv .title_text{
    top: 9vw;
  }
}
@media screen and (min-width: 1400px) {
  main .mv .title_text{
    top: 10vw;
  }
}
@media screen and (min-width: 1500px) {
  main .mv .title_text{
    top: 12.5vw;
  }
}
main .mv .title_text .logo_bl{
  display: block;
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text .logo_bl{
    width: 20vw;
    margin: 0 0 .5vw;
  }
}
main .mv .title_text h2{
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (min-width:1200px){
  main .mv .title_text h2{
    font-size: 3.8vw;
    text-align: left;
    margin: 0 auto 15px;
  }
}
main .mv .title_text h2 span{
  display: block;
  font-size: 3.2rem;
  color: #9893FD;
}
@media screen and (min-width:1200px){
  main .mv .title_text h2 span{
    font-size: 4.2vw;
  }
}
main .mv .title_text h3{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 18px;
}
@media screen and (min-width:1200px){
  main .mv .title_text h3{
    font-size: 1.5vw;
    text-align: left;
    margin: 0 auto 1vw;
  }
}
main .mv .title_text .mv_topic{
  display: block;
  width: 300px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text .mv_topic{
    width: 32vw;
    margin: 0 0 1.5vw;
  }
}
main .mv .title_text .mv_prof{
  display: block;
  width: 300px;
  margin: -30px auto 0;
  padding-left: 50px;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text .mv_prof{
    display: none;
  }
}
main .mv .title_text ul {
  width: 90vw;
  margin: 5px auto 0;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text ul {
    width: 100%;
    margin: 10px auto 0;
  }
}
main .mv .title_text ul li{
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #fff;
  background: url(../images/lp_blue/icon_check_g.svg) no-repeat 0 2px;
  padding-left: 40px;
  background-size: 34px 29px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  line-height: 1.5;
}
main .mv .title_text ul li:last-of-type{
  border-bottom:none;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text ul li{
    font-size: 1.8vw;
    background: url(../images/lp_blue/icon_check_g.svg) no-repeat 0 1px;
    background-size: 44px 39px;
    border-bottom: 0;
    padding-left: 62px;
  }
}
main .mv .title_text ul li span{
  color: #8CEDA0;
}
main .mv .title_text p{
  position: relative;
  width: 90vw;
  margin: 0 auto 12px;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text p{
    width: 100%;
    margin: 2vw auto 0.5vw;
  }
}
/* main .mv .title_text p:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 90vw;
  background: rgba(255,255,255,.3);
}
@media screen and (min-width: 1200px) {
  main .mv .title_text p:before{
    width: 100%;
  }
}
main .mv .title_text p:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 90vw;
  background: rgba(255,255,255,.3);
}
@media screen and (min-width: 1200px) {
  main .mv .title_text p:after{
    width: 100%;
  }
} */
main .mv .title_text p span{
  background: rgba(65, 166, 86, 1);
  color: #fff;
  display: block;
  width: 45vw;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text p span{
    font-size: 1.8vw;
    height: 45px;
    line-height: 45px;
    width: 20vw;
  }
}
main .mv .title_text p span:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent rgba(65, 166, 86, 1);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  margin: auto;
  transform: rotate(90deg);
}


main .mv .title_text h4{
  color: #8CEDA0;
  font-weight: 500;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (min-width: 1200px) {
  main .mv .title_text h4{
    font-size: 2.8vw;
  }
}

#about{
  min-height: 813px;
  background: url(../images/lp_blue/about_bg_sp.png) no-repeat center center;
  background-size: cover;
  margin: -80px auto 0;
  color: #fff;
  padding-top: 125px;
  text-align: center;
  height: 230vw;
}
@media screen and (min-width:1200px){
  #about{
    background: url(../images/lp_blue/about_bg_pc.png) no-repeat center center;
    background-size: cover;
    height: 760px;
    padding: 10vw 0 0;
    margin-top: -7vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width:1200px){
  #about .inner{
    position: relative;
    margin: 0 auto;
    width: 1150px;
    padding-left: 500px;
  }
}
#about .catch{
  font-size: 2rem;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (min-width:1200px){
  #about .catch{
    position: absolute;
    left: 8vw;
    top: 2vw;
  }
}
@media screen and (min-width:1300px){
  #about .catch{
    position: absolute;
    left: 6vw;
    top: 0vw;
  }
}
@media screen and (min-width:1400px){
  #about .catch{
    top: -1vw;
  }
}
@media screen and (min-width:1500px){
  #about .catch{
    left: 2vw;
    top: -4vw;
    font-size: 3rem;
  }
}
@media screen and (min-width:1200px){
  #about .en{
    font-size: 14rem;
    position: absolute;
    left: 20px;
    bottom: -20px;
    color: rgba(255, 255, 255, .1);
    font-family: "Noto Serif JP", serif;
  }
}
#about h2{
  font-size: 4rem;
  border-bottom: 2px solid rgba(255,255,255,.3);
  color: #fff;
  font-weight: 400;
  margin: 30px auto 0;
  line-height: 1.2;
  width: 90vw;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width:1200px){
  #about h2{
    width: 100%;
    font-size: 6rem;
  }
}
#about h2:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 38vw;
  height: 2px;
  background: #fff;
}
@media screen and (min-width:1200px){
  #about h2:after{
    width: 45%;
    right: auto;
  }
}
#about h2 span{
  font-size: 3.2rem;
}
@media screen and (min-width:1200px){
  #about h2 span{
    font-size: 4.3rem;
  }
}
#about h3{
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.7;
  width: 90vw;
  margin: 15px auto 20px;
  font-weight: 200;
}
@media screen and (min-width:1200px){
  #about h3{
    width: 100%;
    text-align: left;
    margin: 25px auto 25px;
  }
}
#about .box{
  background: rgba(255, 255, 255, .3);
  width: 90vw;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, .8);
  padding: 15px 10px;
}
@media screen and (min-width:1200px){
  #about .box{
    width: 100%;
    padding: 20px 28px;
  }
}
#about .box li{
  font-size: 1.5rem;
  padding-top: 48px;
  position: relative;
}
@media screen and (min-width:1200px){
  #about .box li{
    font-size: 1.9rem;
    padding-top: 0;
    text-align: left;
    padding-left: 50px;
    line-height: 2.2;
  }
}
#about .box li:after{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 29px;
  background: url(../images/lp_blue/icon_check_w.svg) no-repeat 0 0;
}

@media screen and (min-width:1200px){
  #about .box li:after{
    left: 0;
    right: auto;
    top: 5px;
  }
}

#media{
  height: 810px;
  background: url(../images/lp_blue/media_bg_sp.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 5vw 0;
  text-align: center;
}
@media screen and (min-width:1200px){
  #media{
    background: url(../images/lp_blue/media_bg_pc.png) no-repeat center center;
    background-size: cover;
    height: 916px;
    padding: 80px 0 ;
    position: relative;
    z-index: 0;
  }
  #media .inner{
    width: 1150px;
    margin: auto;
    position: relative;
  }
  #media .media_logo{
    width: 200px;
    position: absolute;
    top: -15px;
    right: 80px;
  }
}
#media h2{
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.7;
}
#media h2 span{
  font-size: 3.6rem;
  color: #41A656;
}
@media screen and (min-width:1200px){
  #media h2{
    font-size: 3.6rem;
    line-height: 1.5;
  }
  #media h2 span{
    font-size: 5.2rem;
  }
}
#media .text{
  font-size: 1.8rem;
  color: #111;
  margin: auto;
  line-height: 1.7;
}
@media screen and (min-width:1200px){
  #media .text{
    font-size: 2.2rem;
  }
}
#media h3{
  font-size: 2rem;
  margin: 25px 0;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width:1200px){
  #media h3{
    font-size: 2.5rem;
  }
}
#media h4{
  font-size: 3rem;
  color: #41A656;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width:1200px){
  #media h4{
    font-size: 3.9rem;
  }
}
#media h4 span{
  border-bottom: 2px solid #41A656;
  padding-left: 10px;
}
#media .movie{
  position: relative;
  margin-top: 35px;
}
@media screen and (min-width:1200px){
  #media .movie{
    width: 1150px;
    margin: 55px auto 0;
  }
}
#media .movie p{
  background: #fff;
  color: #111;
  display: inline-block;
  font-size: 1.2rem;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
#media .movie p span{
  font-size: 1rem;
}
@media screen and (min-width:1200px){
  #media .movie p{
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    padding: 0 30px;
  }
  #media .movie p span{
    font-size: 1.2rem;
  }
}
#media .movie video{
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto;
  width: 100%;
  z-index: 0;
  max-width: 600px;
}
@media screen and (min-width:1200px){
  #media .movie video{
    width: 900px;
    max-width: 900px;
    position: relative;
    top: -19px;
    height: 506px;
  }
}

#difference{
    padding: 150px 0 50px;
    background: rgba(62, 80, 117, .1);
}
@media screen and (min-width:1200px){
  #difference{
      padding: 320px 0 80px;
  }
}
#difference .eng{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #2F2A9F;
}
@media screen and (min-width:1200px){
  #difference .eng{
    font-size: 2rem;
  }
}
#difference h2{
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  margin: 15px auto 10px;
  font-weight: 500;
}
@media screen and (min-width:1200px){
  #difference h2{
    font-size: 4.8rem;
    margin: 20px auto 35px;
  }
}
#difference h2 span{
  color: #2F2A9F;
}
#difference .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #difference .inner{
    width: 1150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
#difference .inner .box{
  background: #fff;
  padding: 20px 4vw 20px;
}
#difference .inner .box:last-of-type{
  background: #1E1A6B;
}
@media screen and (min-width:1200px){
  #difference .inner .box{
    padding: 20px 15px;
    width: 47%;
  }
}
#difference .inner .box h3{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #difference .inner .box h3{
    font-size: 3.2rem;
  }
}
#difference .inner .box p{
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
#difference .inner .box:last-of-type h3,#difference .inner .box:last-of-type p{
  color: #fff;
}
@media screen and (min-width:1200px){
  #difference .inner .box p{
    font-size: 1.3rem;
  }
}
#difference .inner .arrow{
  width: 140px;
  display: block;
  margin: 10px auto 15px;
}
@media screen and (min-width:1200px){
  #difference .inner picture{
    width: 7%;
    margin: 0;
    padding: 0 15px 0 4px;
  }
}

#explain{
  position: relative;
  background: url(../images/lp_blue/explain_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 410px;
  padding-top: 30px;
}
@media screen and (min-width:1200px){
  #explain{
    background: url(../images/lp_blue/explain_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 479px;
    text-align: center;
  }
}
#explain .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #explain .inner{
    max-width: 1150px;
    display: flex;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
  }
}
#explain .inner .catch{
  color: #fff;
  text-align: left;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (min-width:1200px){
  #explain .inner .catch{
    font-size: 4rem;
    margin-bottom: 40px;
    width: 40%;
  }
}
#explain .inner .catch span{
  position: relative;
  z-index: 2;
  display: block;
  color: #2F2A9F;
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: -15px;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width:1200px){
  #explain .inner .catch span{
      font-size: 5.8rem;
      margin-top: 0;
  }
}
#explain .inner .catch span:before{
  content: "";
  position: absolute;
  width: 220px;
  height: 40px;
  background: #fff;
  top: 32px;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width:1200px){
  #explain .inner .catch span:before{
    width: 290px;
    height: 55px;
  }
}
#explain .inner .catch span:after{
  content: "";
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  width: 220px;
  height: 40px;
  top: 38px;
  left: 25px;
  z-index: -1;
  background: none;
}
@media screen and (min-width:1200px){
  #explain .inner .catch span:after{
    width: 290px;
    height: 55px;
  }
}
#explain .inner .text{
  color: #fff;
  text-align: left;
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (min-width:1200px){
  #explain .inner .text{
    font-size: 2.2rem;
    margin-bottom: 40px;
    width: 60%;
  }
}

#doctor{
  position: relative;
  background: url(../images/lp_blue/doctor_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  min-height: 1100px;
  height:  130vw;
  padding-top: 10px;
}
@media screen and (min-width:1200px){
  #doctor{
    background: url(../images/lp_blue/doctor_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 1059px;
    text-align: center;
    padding: 60px 0 0;
    position: relative;
  }
}
@media screen and (min-width:1200px){
  #doctor .inner{
    width: 1150px;
    margin: auto;
  }
  #doctor .inner img{
    width: 550px;
    position: absolute;
    bottom: 0;
    right: 1vw;
    z-index: 0;
  }
}
@media screen and (min-width:1400px){
  #doctor .inner img{
    right: 1vw;
  }
}
@media screen and (min-width:1500px){
  #doctor .inner img{
    right: 5vw;
  }
}
@media screen and (min-width:1600px){
  #doctor .inner img{
    right: 8.5vw;
  }
}
@media screen and (min-width:1750px){
  #doctor .inner img{
    right: 12vw;
  }
}
@media screen and (min-width:1850px){
  #doctor .inner img{
    right: 14vw;
  }
}
#doctor .flexsp{
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: left;
  padding: 0 5vw;
  align-items: center;
}
@media screen and (min-width:1200px){
  #doctor .flexsp{
    padding: 0;
  }
}
#doctor .flexsp > div{
  width: 44vw;
}
@media screen and (min-width:1200px){
  #doctor .flexsp > div{
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #doctor .flexsp > div dl{
    display: flex;
    align-items: center;
  }
}
#doctor .flexsp > div p{
  font-size: 1.6rem;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  display: inline-block;
}
@media screen and (min-width:1200px){
  #doctor .flexsp > div p{
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#doctor .flexsp > div dt{
  font-size: 3.5rem;
  text-align: left;
  font-weight: 200;
}
@media screen and (min-width:1200px){
  #doctor .flexsp > div dt{
    font-size: 5.2rem;
    margin-top: 0;
  }
}
#doctor .flexsp > div dd{
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width:1200px){
  #doctor .flexsp > div dd{
    font-size: 2rem;
    margin-top: 10px;
    margin-left: 10px;
  }
}
#doctor .flexsp img{
  width: 44vw;
}
@media screen and (min-width:1200px){
  #doctor .flexsp img{
    width: 100%;
  }
}
#doctor ul{
  width: 90vw;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width:1200px){
  #doctor ul{
    width: 100%;
    margin: 20px auto 0;
    justify-content: flex-start;
    gap: 0 10px;
    padding-right: 30%;
  }
}
#doctor ul li{
  border-top: 1px solid rgba(255, 255, 255, .3);
  color: #Fff;
  width: 44vw;
  font-size: 1.4rem;
  text-align: center;
  height: 55px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1200px){
  #doctor ul li{
    width: 39%;
    height: 45px;
  }
}
#doctor ul li:last-of-type{
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#doctor .box{
  width: 90vw;
  margin: 20px auto 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .2);
  color: #fff;
}
@media screen and (min-width:1200px){
  #doctor .box{
    width: 66%;
    margin: 30px auto 0 0;
    position: relative;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
#doctor .box .ttl{
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 1.6rem;
  color: #2F2A9F;
  padding: 0 3vw;
}
@media screen and (min-width:1200px){
  #doctor .box .ttl{
    text-align: left;
    font-size: 2rem;
    padding: 0 4%;
    height: 45px;
    line-height: 45px;
  }
}
#doctor .box dl{
  display: flex;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 3vw 0px;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #doctor .box dl{
    padding: 8px 4% 0px;
    text-align: left;
  }
}
#doctor .box dl:last-of-type{
  padding: 12px 3vw 12px;
}
@media screen and (min-width:1200px){
  #doctor .box dl:first-of-type{
    padding: 20px 4% 0;
  }
  #doctor .box dl:last-of-type{
    padding: 12px 4% 20px;
  }
}
#doctor .box dl dt{
  margin-right: 2vw;
  width: 32vw;
}
@media screen and (min-width:1200px){
  #doctor .box dl dt{
    width: 20%;
    font-size: 1.5rem;
    display: block;
    margin-right: 0;
  }
  #doctor .box dl dt span{
    font-size: 1.2rem;
  }
}
#doctor .box dl dd{
  width: 58vw;
}
@media screen and (min-width:1200px){
  #doctor .box dl dd{
    width: 80%;
    font-size: 1.5rem;
    display: block;
  }
}
#doctor .box .text{
  padding: 10px 3vw;
  font-size: 1.3rem;
}
@media screen and (min-width:1200px){
  #doctor .box .text{
    text-align: left;
    padding: 20px 4%;
    font-size: 1.5rem;
  }
}

#comparison{
  background: rgba(62, 163, 83, .1);
  padding: 50px 0 50px;
}
@media screen and (min-width:1200px){
  #comparison{
      padding: 60px 0 60px;
  }
}
#comparison .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #comparison .inner{
    width: 1150px;
    margin: auto;
  }
}
#comparison .inner .eng{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #41A656;
}
@media screen and (min-width:1200px){
  #comparison .inner .eng{
    font-size: 2rem;
  }
}
#comparison .inner h2{
  font-size: 3.2rem;
  color: #41A656;
  text-align: center;
  margin: 15px auto 25px;
}
@media screen and (min-width:1200px){
  #comparison .inner h2{
    font-size: 5.2rem;
    margin: 5px auto 20px;
  }
}
#comparison .inner .text{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:1200px){
  #comparison .inner .text{
    font-size: 1.8rem;
  }
}
#comparison .inner h3{
  position: relative;
  color: #24235B;
  font-size: 2rem;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width:1200px){
  #comparison .inner h3{
    font-size: 2.4rem;
  }
}
#comparison .inner h3:before{
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  top: 12px;
  height: 1px;
  background: #24235B;
}
#comparison .inner h3:after{
  content: "";
  position: absolute;
  width: 20%;
  right: 0;
  top: 12px;
  height: 1px;
  background: #24235B;
}
@media screen and (min-width:1200px){
  #comparison .inner h3:before,#comparison .inner h3:after{
    width: 38%;
    top: 18px;
  }
}
#comparison .inner .box{
  border: 1px solid #ccc;
  margin: 10px auto 0;
}
#comparison .inner ul{
  display: flex;
  align-items: center;
  background: #fff;
}
#comparison .inner ul:first-of-type{
  background: #24235B !important;
  align-items: center;
}
#comparison .inner ul:nth-of-type(2n-1){
  background: #F3F3F3;
}
#comparison .inner ul:first-of-type li{
  color: #fff;
  font-size: 1.3rem;
  border-right: 1px solid #fff;
  height: 40px;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
}
#comparison .inner ul:first-of-type li:last-of-type{
  border-right: none;
}
#comparison .inner ul li{
  width: 27%;
  text-align: center;
  font-size: 1.2rem;
  border-right: 1px solid #ccc;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:1200px){
  #comparison .inner ul li{
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#comparison .inner ul li:last-of-type{
  border-right: none;
}
#comparison .inner ul li:first-of-type{
  width: 19%;
}


#reason{
  background: rgba(62, 163, 83, .1);
  padding: 40px 0 50px;
  background: url(../images/lp_blue/reason_bg_sp.png) no-repeat center 0;
  background-size: cover;
  min-height: 2250px;
  height: 340vw;
}
@media screen and (min-width:1200px){
  #reason{
    padding: 60px 0 60px;
    background: url(../images/lp_blue/reason_bg_pc.png) no-repeat center 0;
    background-size: cover;
    height: 2363px;
  }
}
#reason .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #reason .inner{
    width: 1150px;
    margin: auto;
  }
}
#reason .inner .eng{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #41A656;
}
@media screen and (min-width:1200px){
  #reason .inner .eng{
    font-size: 2rem;
  }
}
#reason .inner h2{
  font-size: 3.2rem;
  text-align: center;
  margin: 15px auto 0px;
  font-weight: 500;
  line-height: 1.2;
}
#reason .inner h2 span{
  color: #41A656;
  font-size: 3.2rem;
  display: block;
}
#reason .inner h2 span span{
  font-size: 5rem;
  display: inline;
  font-weight: 600;
}
@media screen and (min-width:1200px){
  #reason .inner h2{
    font-size: 4.4rem;
    margin: 5px auto 20px;
  }
  #reason .inner h2 span{
    font-size: 5.7rem;
    display: inline;
  }
  #reason .inner h2 span span{
    font-size: 7.2rem;
  }
}
#reason .inner .box{
  padding: 30px 0 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width:1200px){
  #reason .inner .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  #reason .inner .box:nth-of-type(2n-1){
    flex-direction: row-reverse;
  }
}
@media screen and (min-width:1200px){
  #reason .inner .box > div{
    width: 52%;
    text-align: left;
  }
}
#reason .inner .box .eng{
  font-size: 1.4rem;
  display: block;
}
#reason .inner .box .eng span{
    display: inline-block;
    border-bottom: 1px solid #41A656;
}
@media screen and (min-width:1200px){
  #reason .inner .box .eng{
    font-size: 2rem;
    text-align: left;
  }
}
#reason .inner .box h3{
  background: #41A656;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  font-weight: 200;
  margin: 15px auto 20px;
}
@media screen and (min-width:1200px){
  #reason .inner .box h3{
    display: block;
    background: none;
    text-align: left;
    margin: 22px 0 20px;
    padding: 0;
  }
  #reason .inner .box h3 span{
    background: #41A656;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
    padding: 5px 12px;
  }
}
#reason .inner .box h4{
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  margin: 10px auto 0;
}
@media screen and (min-width:1200px){
  #reason .inner .box img{
    width: 45%;
  }
}
#reason .movie{
  position: relative;
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width:1200px){
  #reason .movie{
    width: 1150px;
    margin: 150px auto 0;
  }
}
#reason .movie p{
  background: #fff;
  color: #111;
  display: inline-block;
  font-size: 1.2rem;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
#reason .movie p span{
  font-size: 1.5rem;
  color: #41A656;
}
#reason .movie p span span{
  font-size: 1.2rem;
}
@media screen and (min-width:1200px){
  #reason .movie p{
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    padding: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    display: inline-block;
    margin: 30px auto 0;
    width: 300px;
  }
  #reason .movie p span{
    font-size: 2rem;
  }
  #reason .movie p span span{
    font-size: 1.5rem;
  }
}
#reason .movie video{
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto;
  width: 100%;
  z-index: 0;
  max-width: 600px;
}
@media screen and (min-width:1200px){
  #reason .movie video{
    width: 900px;
    max-width: 900px;
    position: relative;
    top: -19px;
    height: 506px;
  }
}




#value{
  background: url(../images/lp_blue/value_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: 1450px;
  padding: 70px 0 0;
  position: relative;
  color: #fff;
}
@media screen and (min-width:1200px){
  #value{
    background: url(../images/lp_blue/value_bg_pc.png) no-repeat center center;
    background-size: 100% 100%;
    height: 1250px;
  }
}
#value .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
}
@media screen and (min-width:1200px){
  #value .inner{
    width: auto;
    width: 1000px;
  }
}
#value .inner .eng{
  color: rgba(255, 255, 255, .5);
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width:1200px){
  #value .inner .eng{
    font-size: 2rem;
  }
}
#value .inner h2{
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 30px auto 40px;
}
@media screen and (min-width:1200px){
  #value .inner h2{
    font-size: 4.4rem;
  }
}
#value .inner dl{
  margin-bottom: 40px;
}
#value .inner dl:last-of-type{
  margin-bottom: 0;
}
#value .inner dt{
  font-size: 1.8rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 0;
  background: rgba(0,52,22,.2);
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width:1200px){
  #value .inner dt{
    font-size: 2.4rem;
  }
}
#value .inner dt:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (min-width:1200px){
  #value .inner dt:before{
    border-width: 12px 0 12px 16px;
    bottom: -20px;
  }
}
#value .inner dd{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width:1200px){
  #value .inner dd{
    font-size: 1.7rem;
  }
}

#price{
  padding: 40px 0 60px;
  text-align: center;
}
@media screen and (min-width:1200px){
  #price{
    padding: 80px 0 80px;
  }
}
#price .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #price .inner{
    width: 1150px;
  }
}
#price .eng{
  font-size: 4rem;
  color: #41A656;
  font-weight: 500;
}
@media screen and (min-width:1200px){
  #price .eng{
    font-size: 6rem;
  }
}
#price h2{
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (min-width:1200px){
  #price h2{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1200px){
  #price .box{
    display: flex;
    justify-content: space-between;
  }
}
#price .box dl{
  border: 1px solid #41A656;
}
@media screen and (min-width:1200px){
  #price .box dl{
    width: 48%;
  }
}
#price .box dl dt{
  font-size: 1.8rem;
  padding: 10px 0 10px;
}
@media screen and (min-width:1200px){
  #price .box dl dt{
    font-size: 2.2rem;
  }
}
#price .box dl:first-child dt{
  color: #111;
  border-bottom: 1px solid #ccc;
  margin: 0 8vw;
}
@media screen and (min-width:1200px){
  #price .box dl:first-child dt{
    margin: 0 5%;
  }
}
#price .box dl:last-child dt{
  color: #fff;
  background: #41A656;;
}
#price .box dl dd{
  color: #41A656;
  font-size: 4.4rem;
  padding: 10px 0 15px;
  font-weight: 600;
}
#price .box dl dd span{
  font-size: 1.8rem;
  color: #666;
  font-weight: 200;
  margin-left: 5px;
}
#price .box dl dd p{
  font-size: 1.4rem;
  color: #666;
  font-weight: 200;
  margin-top: -5px;
}
@media screen and (min-width:1200px){
  #price .box dl dd{
    font-size: 5.6rem;
  }
  #price .box dl dd span{
    font-size: 2.4rem;
  }
  #price .box dl dd p{
    font-size: 1.6rem;
  }
}
#price .text{
  text-align: center;
  color: #111;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (min-width:1200px){
  #price .text{
    font-size: 1.6rem;
  }
}

#flow{
  padding: 40px 0 30px;
  text-align: center;
  background: rgba(62, 163, 83, .1);
}
@media screen and (min-width:1200px){
  #flow{
    padding: 80px 0 60px;
  }
}
#flow .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1200px){
  #flow .inner{
    width: 1150px;
  }
}
#flow .eng{
  font-size: 4rem;
  color: #41A656;
  font-weight: 500;
}
@media screen and (min-width:1200px){
  #flow .eng{
    font-size: 6rem;
  }
}
#flow h2{
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (min-width:1200px){
  #flow h2{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
#flow dl{
  background: #fff;
  border: 1px solid #41A656;
  padding: 15px 3vw;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width:1200px){
  #flow dl{
    display: flex;
    margin-bottom: 19px;
    padding: 20px 25px;
  }
}
#flow dl:before{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 1px;
  height: 15px;
  background: #41A656;
  margin: auto;
}
@media screen and (min-width:1200px){
  #flow dl:before{
    bottom: -20px;
    height: 20px;
  }
}
#flow .box:last-child dl:before{
  content: none;
}
#flow dl dt{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width:1200px){
  #flow dl dt{
    width: 300px;
  }
}
#flow dl dt img{
  width: 40px;
}
@media screen and (min-width:1200px){
  #flow dl dt img{
    width: 65px;
  }
}
#flow dl dt span{
  font-size: 1.8rem;
  color: #41A656;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (min-width:1200px){
  #flow dl dt span{
    font-size: 2rem;
    margin-left: 8px;
  }
}
#flow dl dt span.s{
  font-size: 1.5rem;
  margin-left: 0;
}
@media screen and (min-width:1200px){
  #flow dl dt span.s{
    font-size: 1.7rem;
  }
}
#flow dl dd{
  text-align: left;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width:1200px){
  #flow dl dd{
    font-size: 1.7rem;
    width: 850px;
  }
}

#faq{
  padding: 40px 0 40px;
  text-align: center;
}
@media screen and (min-width:1200px){
  #faq{
    padding: 80px 0 80px;
  }
}
#faq .inner{
  width: 90vw;
  margin: auto;
  border: 1px solid #ccc;
}
@media screen and (min-width:1200px){
  #faq .inner{
    width: 1150px;
  }
}
#faq .eng{
  font-size: 4rem;
  color: #41A656;
  font-weight: 500;
}
@media screen and (min-width:1200px){
  #faq .eng{
    font-size: 6rem;
  }
}
#faq h2{
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (min-width:1200px){
  #faq h2{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
 #faq dl{
  border-bottom: 1px solid #ccc;
 }
#faq dl:last-child{
  border-bottom: 0;
}
 #faq dl dt{
  display: flex;
  align-items: center;
  background: rgba(65,166,86,.1);
  padding: 10px;

 }
 #faq dl dt img{
  width: 40px;
  margin-right: 10px;
 }
 @media screen and (min-width:1200px){
  #faq dl dt img{
    width: 80px;
  }
 }
#faq dl dt span,#faq dl dd span{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: calc(100% - 30px)
}
#faq dl dt span{
  font-weight: 500;
}
#faq dl dd{
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 1.7;
}
#faq dl dd img{
    width: 40px;
    margin-right: 10px;
}
@media screen and (min-width:1200px){
  #faq dl dd img{
    width: 80px;
  }
}
#faq dl dd span{
  font-weight: 400;
}

/* #future{
  background: #1A1848;
  color: #fff;
  text-align: center;
}
#future .text1{
  font-size: 2rem;
  color: rgba(255, 255, 255, .3);
}
@media screen and (min-width:1200px){
  #future .text1{
    font-size: 2.4rem;
  }
}
#future h2{
  font-size: 3rem;
  position: relative;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #future h2{
    font-size: 4rem;
  }
}
#future h2:before{
  position: absolute;
  left: 0;
  right: -50%;
  margin: auto;
  content: url(../images/lp_blue/future_line_sp.png);
  height: 10px;
  background-size: 100% 100%;
  width: 780px;
  height: 406px;
} */



#intro{
  padding: 40px 0 20px;
  text-align: center;
    background: rgba(62, 163, 83, .1);
}
@media screen and (min-width:1200px){
  #intro{
    padding: 80px 0 60px;
  }
}
#intro .inner{
  width: 90vw;
  margin: 0 auto 30px;
}
@media screen and (min-width:1200px){
  #intro .inner{
    width: 1150px;
  }
}
#intro .eng{
  font-size: 1.6rem;
  color: #41A656;
}
@media screen and (min-width:1200px){
  #intro .eng{
    font-size: 2rem;
  }
}
#intro h2{
  font-size: 3.2rem;
  margin-bottom: 25px;
}
@media screen and (min-width:1200px){
  #intro h2{
    font-size: 4.4rem;
    margin-bottom: 40px;
  }
}
#intro .flexpc{
  margin-bottom: 10px;
}
@media screen and (min-width:1200px){
  #intro .flexpc{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 0;
  }
}
#intro .box{
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 15px;
}
@media screen and (min-width:1200px){
  #intro .box{
    width: 42%;
    text-align: left;
    padding: 20px;
  }
}
#intro .box h3{
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #intro .box h3{
    font-size: 2.5rem;
  }
}
#intro .box .ad{
  font-size: 1.4rem;
  margin: 5px auto;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #intro .box .ad{
    font-size: 1.5rem;
  }
}
#intro .box .tel{
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  #intro .box .tel{
    font-size: 1.6rem;
  }
}
#intro .box ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#intro .box ul li{
  width: 49%;
}
#intro .box ul li a{
  background: #3EA353;
  color: #fff;
  height: 50px;
  border-radius: 25px;
  display: block;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#intro .box ul li a span{
  font-size: 1.2rem;
  display: block;

}
#intro .box .text{
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (min-width:1200px){
  #intro .box .text{
    font-size: 1.2rem;
  }
}
#intro iframe{
  height: 60vw;
}
@media screen and (min-width:1200px){
  #intro iframe{
    height: 380px;
    padding: 0 20px 20px;
    background: #fff;
  }
}



@media screen and (min-width:1200px){
  .schedule{
    width: 56%;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: rgba(62, 163, 83, .1);
    padding: 15px 20px;
  }
}
.schedule table {
	width: 100%;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 1.5rem !important;
	table-layout: fixed;
}
.schedule table th {
	width: 36% !important;
}
.schedule table tr:first-child th {
	letter-spacing: 3px;
}
.schedule table tr:first-child td {
	font-weight: bold;
	color: #111;
	text-align: left;
	padding: 13px 0px;
	line-height: 1;
}
.schedule table tr:first-child td.red {
	color: #FF002D;
}
.schedule p {
	margin-left: 22px;
	margin-bottom: 2px;
}
.schedule p strong {
	color: #8D6B44;
}
.schedule p:last-child {
	margin-bottom: 0;
}
.schedule_note {
	letter-spacing: 1px;
	margin-top: 5px;
}

.schedule_note li {
	text-align: left;
	font-weight: 500;
	font-size: 1.3rem;
  margin-left: 15px;
}
@media screen and (min-width:1200px){
  .schedule_note li {
    font-size: 1.4rem;
  }
}
.schedule_note li span {
	color: #3EA353;
}
.schedule .tb01 td {
	padding: 22px 0;
	line-height: 1;
	color: #3EA353;
}
.schedule .tb01 td,
.schedule .tb01 th {
	border-bottom: 1px solid rgba(17, 17, 17, .1);
  font-size: 1.4rem;
  color: #3EA353;
  text-align: left;
}
.schedule .tb01 th span{
	color: #111;
  margin-right: 3px;
  display: inline-block;
}
.schedule .tb01 tr:first-child th {
  font-size: 1.4rem;
  color: #41A656;
    text-align: left;
}
@media screen and (min-width:1200px){
  .schedule .tb01 tr:first-child th {

  }
}
.schedule .tb01 th {
	padding-left: 14px;
}
.schedule tr:last-child {
	border-bottom: 1px solid #967341;
}

@media screen and (max-width: 1079px) {
  .bottom_fixed{
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    margin: auto;
    display: flex;
  }
  .bottom_fixed a {
    width: 50vw;
    margin: 20px auto 0;
    text-align: center;
    padding: 12px 0 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    position: relative;
    background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
  }
  .bottom_fixed a.or {
    background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
  }
  .bottom_fixed span {
    display: block;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 2px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bottom_fixed{
    display: none;
  }
}

.clinic_list li .tel{
  font-size: 1.5rem;
}