@charset "UTF-8";
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  white-space: nowrap;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address,
.chrome caption,
.chrome cite,
.chrome code,
.chrome dfn,
.chrome em,
.chrome th,
.chrome var,
.chrome h1,
.chrome h2,
.chrome h3,
.chrome h4,
.chrome h5,
.chrome h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

a {
  display: block;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

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

/**
function
*/
/**
mixin
*/
/**
animation
*/
/*-----------------------------------------------------------------
button
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#wrapper {
  line-height: 1.5;
  position: relative;
}

.inner {
  margin: 0 auto;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /**
  function
  */
  /**
  mixin
  */
  /**
  animation
  */
  /*-----------------------------------------------------------------
  button
  -----------------------------------------------------------------*/
  #wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  a {
    position: relative;
    z-index: 10;
    transition: opacity 0.15s ease-out;
  }
  a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: auto;
  }
  .header__logo img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__logo img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 4rem;
    color: #59cd90;
    font-weight: bold;
    margin-right: 18px;
  }
  .header__tel::before {
    background-image: url(../img/icon/tel-green.png);
    background-repeat: no-repeat;
    color: inherit;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__tel {
    font-size: 2.6rem;
  }
  .header__tel::before {
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel-text {
    font-size: 1.4rem;
    color: #333333;
    display: inline-block;
    line-height: 1.42;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__tel-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__sp {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 140px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn {
    display: flex;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .header__sp__btn a {
    color: #fff;
    height: 100%;
    width: 50%;
    display: block;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn--red {
    background: #ec1b23;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn--blue {
    background: #195b9b;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__tel {
    text-align: center;
    padding: 10px 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  section {
    width: 100vw;
    margin: 0 auto;
    background-color: #e6eee5;
  }
}
@media screen and (max-width: 767px) {
  #main-image {
    text-align: center;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    position: relative;
    background: #EDF5EB;
  }
  #sec01 .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
    padding: 6.6666666667vw 0 0;
  }
  #sec01 .inner .question {
    width: 100%;
    margin: 0 auto;
  }
  #sec01 .inner .question_check {
    width: 77.3333333333vw;
    background: #f6f8ef;
    margin: 4vw auto;
    padding: 5.3333333333vw 6.6666666667vw;
  }
  #sec01 .inner .question_check ul li {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: 900;
    position: relative;
    padding: 0 0 0 9.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  #sec01 .inner .question_check ul li:before {
    content: "";
    background: url(../img/icon_check.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 7.4666666667vw;
    height: 6.1333333333vw;
    left: 0;
    top: 0;
  }
  #sec01 .inner .answer {
    width: 100%;
    position: relative;
    margin: 16vw auto 5.3333333333vw;
  }
  #sec01 .inner .answer:before {
    content: "";
    background: url(../img/qa_arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 24vw;
    height: 20vw;
    left: 0;
    right: 0;
    top: -18.6666666667vw;
    margin: auto;
  }
  #sec01 .inner .answer_text {
    width: 100%;
    margin: 0 auto;
  }
  #sec01 .inner .answer_text p {
    display: inline;
    border-bottom: 0.2666666667vw dashed #6eb07e;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    background: #EDF5EB;
    padding: 20vw 0 4vw;
  }
  #sec02 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 3.3333333333vw 0;
  }
  #sec02 .inner .detail {
    border-radius: 8vw;
    background: #fff;
  }
  #sec02 .inner .detail .detail_title {
    background: #428893;
    border-radius: 8vw 8vw 0 0;
    height: 13.3333333333vw;
    position: relative;
  }
  #sec02 .inner .detail .detail_title .detail_title_img {
    width: 90%;
    position: absolute;
    top: -6vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sec02 .inner .detail .detail_inner {
    padding: 5.3333333333vw;
    font-weight: 900;
  }
  #sec02 .inner .detail .detail_inner .title {
    position: relative;
    padding: 0 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    color: #00974b;
    display: inline-block;
  }
  #sec02 .inner .detail .detail_inner .title:before {
    content: "";
    background: url(../img/icon_check_blue.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 7.4666666667vw;
    height: 6.1333333333vw;
    left: 0;
    top: 0;
  }
  #sec02 .inner .detail .detail_inner p {
    display: block;
  }
  #sec02 .inner .detail .detail_inner .date {
    margin: 0 0 2.6666666667vw;
  }
  #sec02 .inner .detail .detail_inner .date .title {
    margin: 0;
  }
  #sec02 .inner .detail .detail_inner .date p {
    padding: 0 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap {
    margin: 0 0 4vw;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_table {
    margin: 0 0 2vw;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_text .sp {
    display: block;
  }
  #sec02 .inner .detail .detail_inner .method {
    margin: 0 0 5.3333333333vw;
  }
  #sec02 .inner .detail .detail_inner .method p {
    padding: 0 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  #sec02 .inner .detail .detail_inner .item {
    margin: 0 0 4vw;
  }
  #sec02 .inner .detail .detail_inner .item p {
    padding: 0 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  #sec02 .inner .detail .detail_inner .item p ruby {
    ruby-position: under;
  }
  #sec02 .inner .detail .detail_inner .item p ruby rt {
    font-size: 1.8666666667vw;
    line-height: 2.5714285714;
  }
  #sec02 .inner .detail .detail_inner .years_price {
    margin: 0 0 8vw;
  }
  #sec02 .inner .detail .detail_inner .years_price p {
    padding: 0 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  #sec02 .inner .detail .detail_inner .years_price .title_price {
    margin: 4vw 0 0 0;
  }
  #sec02 .inner .detail .detail_inner .years_price .p_price {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    position: relative;
  }
  #sec02 .inner .detail .detail_inner .years_price .p_price:before {
    content: "";
    background: url(../img/icon_0yen.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 16vw;
    height: 16vw;
    left: 24vw;
    top: -10.6666666667vw;
  }
  #sec02 .inner .detail .detail_inner .btn {
    width: 85.8666666667vw;
    margin: 0 auto;
  }
  #sec02 .inner .detail .detail_inner .btn a img {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    background: #EDF5EB;
    padding: 13.3333333333vw 0 0;
  }
  #sec03 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 3.3333333333vw 0;
  }
  #sec03 .inner .title {
    font-weight: 900;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    margin: 0 13.3333333333vw 8vw 0;
  }
  #sec03 .inner .title span {
    font-size: 5.3333333333vw;
    line-height: 1.1;
  }
  #sec03 .inner .title:before {
    content: "";
    background: url(../img/flow_title.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 12.4vw;
    height: 13.3333333333vw;
    right: -9.3333333333vw;
    top: 0;
  }
  #sec03 .inner .step_title {
    width: 68vw;
    margin: 0 auto 6.6666666667vw;
    padding: 0.6666666667vw 1.3333333333vw 1.0666666667vw;
    background: #f7e000;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 4vw;
  }
  #sec03 .inner .step_title span {
    font-size: 5.0666666667vw;
    line-height: 1.2631578947;
    color: #111;
    font-weight: 900;
    margin: 0 0.6666666667vw;
  }
  #sec03 .inner .step_wrap {
    position: relative;
    margin: 0 0 6.6666666667vw;
  }
  #sec03 .inner .step_wrap .step1_2_img {
    width: 100%;
    margin: 0 auto 2vw;
  }
  #sec03 .inner .step_wrap .step1_2_img img {
    max-width: 100%;
    width: auto;
  }
  #sec03 .inner .step_wrap .step3_wrap {
    background: #fff;
    padding: 10.6666666667vw 0;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
  #sec03 .inner .step_wrap .step3_wrap .top {
    padding: 0 9.3333333333vw 8vw;
    position: relative;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_label {
    width: 17.6vw;
    position: absolute;
    left: 6.6666666667vw;
    top: -6.6666666667vw;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_img {
    width: 90%;
    margin: 0 auto 6.6666666667vw;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text {
    width: 100%;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .step3_title {
    padding: 0 0 1.3333333333vw;
    margin: 2vw 0 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #428893;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .text {
    font-weight: 600;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .text p {
    border-bottom: 0.2666666667vw dashed #428893;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom {
    margin: 0 5.3333333333vw;
    padding: 0 0 2.6666666667vw;
    overflow: hidden;
    font-weight: 900;
    position: relative;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .circle {
    float: left;
    width: 17.7333333333vw;
    margin: 0 4vw 0 2.6666666667vw;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .promise {
    font-size: 4.2666666667vw;
    line-height: 1.40625;
    letter-spacing: 0.06em;
    margin: 4vw 0;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .promise span {
    display: block;
    font-weight: 600;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:before, #sec03 .inner .step_wrap .step3_wrap .bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2666666667vw;
    background: #428893;
    display: block;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:before {
    bottom: 0.6666666667vw;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:after {
    bottom: 0;
  }
  #sec03 .inner .step_wrap:before {
    content: "";
    background: url(../img/more_arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 33.4666666667vw;
    height: 27.6vw;
    left: 0;
    right: 0;
    bottom: -22.6666666667vw;
    margin: auto;
  }
  #sec03 .inner .step_wrap:after {
    content: "";
    background: url(../img/more_illust.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 30.1333333333vw;
    height: 8.2666666667vw;
    right: 0;
    bottom: -2.6666666667vw;
  }
  #sec03 .inner .more_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5333333333vw;
    line-height: 1.4117647059;
    letter-spacing: 0.06em;
    font-weight: 900;
    margin: 4vw 0 4vw;
    padding: 0 0 4vw;
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #sec04 {
    background: #f8fcfe;
    padding: 6.6666666667vw 0 1.6666666667vw;
  }
  #sec04 .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
    padding: 0 3.3333333333vw 0;
  }
  #sec04 .inner .title {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #sec04 .inner .title .recommend_img {
    width: 100%;
    margin: 0 auto 4vw;
  }
  #sec04 .inner .title .recommend_text {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: 900;
  }
  #sec04 .inner .title .plan {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    background-color: #eef5ea;
  }
  #contact h2 {
    text-align: center;
  }
  #contact h2 img {
    width: 86.6666666667vw;
    display: block;
    margin: 0 auto;
  }
  #contact .banner {
    width: 90.6666666667vw;
    margin: 3.3333333333vw auto 0;
  }
  #contact .contact {
    padding-top: 6vw;
    padding-bottom: 10.6666666667vw;
  }
  #contact .contact .freedial p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    width: 80vw;
    margin: 0 auto 0;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 4.6666666667vw auto 0;
    width: 80vw;
  }
  #contact .contact .link {
    width: 72.5333333333vw;
    margin: 4vw auto 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #link {
    padding: 4.6666666667vw 0 5.3333333333vw;
  }
  #link .link {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background-color: #bae1e8;
  }
  .footer .footer_logo {
    padding-top: 9.3333333333vw;
    text-align: center;
    font-weight: bold;
  }
  .footer .footer_logo img {
    width: 60vw;
    height: auto;
    margin: 0 auto;
  }
  .footer address {
    text-align: center;
    font-weight: bold;
    margin-top: 3.3333333333vw;
  }
  .footer address a {
    display: inline-block;
  }
  .footer #copyright {
    text-align: center;
    padding-bottom: 4vw;
    margin-top: 12vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  /**
  function
  */
  /**
  mixin
  */
  /**
  animation
  */
  /*-----------------------------------------------------------------
  button
  -----------------------------------------------------------------*/
  #wrapper {
    width: 100%;
    min-width: 1280px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  section {
    width: 1200px;
    margin: 0 auto;
  }

  a {
    position: relative;
    z-index: 10;
    transition: opacity 0.15s ease-out;
  }
  a:hover {
    opacity: 0.65;
  }

  #main-image {
    text-align: center;
  }
  #main-image h1 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 525px;
    padding-top: 35px;
    background-color: #EDF5EB;
  }
  #main-image h1 img {
    width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  #sec01 {
    position: relative;
    background: #EDF5EB;
  }
  #sec01 .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px 0;
  }
  #sec01 .inner .question {
    width: 953px;
    margin: 0 auto;
  }
  #sec01 .inner .question_check {
    background: #f6f8ef;
    margin: 30px 0;
    padding: 40px 50px;
    display: flex;
    justify-content: space-around;
  }
  #sec01 .inner .question_check ul li {
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 900;
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec01 .inner .question_check ul li:before {
    content: "";
    background: url(../img/icon_check.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 56px;
    height: 46px;
    left: 0;
    top: 20px;
  }
  #sec01 .inner .answer {
    width: 1053px;
    position: relative;
    margin: 50px auto;
  }
  #sec01 .inner .answer:before {
    content: "";
    background: url(../img/qa_arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 180px;
    height: 150px;
    left: 0;
    right: 0;
    top: -110px;
    margin: auto;
  }
  #sec01 .inner .answer_text {
    width: 810px;
    margin: 0 auto;
  }
  #sec01 .inner .answer_text p {
    display: inline;
    border-bottom: 2px dashed #6eb07e;
    font-size: 2.4rem;
    line-height: 1.8333333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    letter-spacing: 0.06em;
  }

  #sec02 {
    background: #EDF5EB;
    padding: 150px 0 30px;
  }
  #sec02 .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px 0;
  }
  #sec02 .inner .detail {
    border-radius: 60px;
    background: #fff;
  }
  #sec02 .inner .detail .detail_title {
    background: #428893;
    border-radius: 60px 60px 0 0;
    height: 170px;
    position: relative;
  }
  #sec02 .inner .detail .detail_title .detail_title_img {
    width: 990px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sec02 .inner .detail .detail_inner {
    font-family: "Noto Sans JP", sans-serif;
    padding: 40px;
    font-weight: 900;
  }
  #sec02 .inner .detail .detail_inner .title {
    position: relative;
    padding: 0 0 0 70px;
    font-size: 3.4rem;
    line-height: 1.2941176471;
    color: #00974b;
    display: inline-block;
  }
  #sec02 .inner .detail .detail_inner .title:before {
    content: "";
    background: url(../img/icon_check_blue.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 56px;
    height: 46px;
    left: 0;
    top: 0;
  }
  #sec02 .inner .detail .detail_inner p {
    display: inline;
  }
  #sec02 .inner .detail .detail_inner .date .title {
    margin: 0 0 15px;
  }
  #sec02 .inner .detail .detail_inner .date p {
    padding: 0 0 0 30px;
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap {
    margin: 0 0 30px;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_table {
    margin: 0 0 15px;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2;
  }
  #sec02 .inner .detail .detail_inner .date_table_wrap .date_text .sp {
    display: none;
  }
  #sec02 .inner .detail .detail_inner .method {
    margin: 0 0 40px;
  }
  #sec02 .inner .detail .detail_inner .method p {
    padding: 0 0 0 30px;
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
  #sec02 .inner .detail .detail_inner .item {
    margin: 0 0 30px;
  }
  #sec02 .inner .detail .detail_inner .item p {
    padding: 0 0 0 30px;
    font-size: 3.2rem;
    line-height: 1.125;
  }
  #sec02 .inner .detail .detail_inner .item p ruby {
    ruby-position: under;
  }
  #sec02 .inner .detail .detail_inner .item p ruby rt {
    font-size: 1.8rem;
    line-height: 2;
  }
  #sec02 .inner .detail .detail_inner .years_price {
    margin: 0 0 60px;
  }
  #sec02 .inner .detail .detail_inner .years_price p {
    padding: 0 0 0 30px;
    font-size: 3.2rem;
    line-height: 1.125;
  }
  #sec02 .inner .detail .detail_inner .years_price .title_price {
    margin: 0 0 0 80px;
  }
  #sec02 .inner .detail .detail_inner .years_price .p_price {
    font-size: 3.8rem;
    line-height: 0.9473684211;
    letter-spacing: 0.3em;
    position: relative;
  }
  #sec02 .inner .detail .detail_inner .years_price .p_price:before {
    content: "";
    background: url(../img/icon_0yen.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    right: -210px;
    top: -110px;
  }
  #sec02 .inner .detail .detail_inner .btn {
    width: 921px;
    margin: 0 auto;
  }
  #sec02 .inner .detail .detail_inner .btn a img {
    max-width: 100%;
    width: auto;
  }

  #sec03 {
    background: #EDF5EB;
    padding: 100px 0 0;
  }
  #sec03 .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px 0;
  }
  #sec03 .inner .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    margin: 0 100px 60px 0;
  }
  #sec03 .inner .title span {
    font-size: 4rem;
    line-height: 1.1;
  }
  #sec03 .inner .title:before {
    content: "";
    background: url(../img/flow_title.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 156px;
    height: 168px;
    right: -20px;
    top: -90px;
  }
  #sec03 .inner .step_title {
    width: 660px;
    margin: 0 auto 50px;
    padding: 5px 10px 8px;
    background: #f7e000;
    font-size: 2.4rem;
    line-height: 1.8333333333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
  }
  #sec03 .inner .step_title span {
    font-size: 3.8rem;
    line-height: 1.1578947368;
    color: #111;
    font-weight: 900;
    margin: 0 5px;
  }
  #sec03 .inner .step_wrap {
    position: relative;
    margin: 0 0 100px;
  }
  #sec03 .inner .step_wrap .step1_2_img {
    width: 930px;
    margin: 0 auto 15px;
  }
  #sec03 .inner .step_wrap .step1_2_img img {
    max-width: 100%;
    width: auto;
  }
  #sec03 .inner .step_wrap .step3_wrap {
    background: #fff;
    padding: 60px 0;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec03 .inner .step_wrap .step3_wrap .top {
    padding: 0 40px 60px;
    overflow: hidden;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_label {
    float: left;
    width: 199px;
    margin: 40px 60px 0 0;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_img {
    float: left;
    width: 256px;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text {
    width: 415px;
    margin: 0 0 0 554px;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .step3_title {
    padding: 0 0 10px;
    margin: 15px 0 20px;
    border-bottom: 2px solid #428893;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .text {
    font-weight: 600;
  }
  #sec03 .inner .step_wrap .step3_wrap .top .step3_text .text p {
    border-bottom: 2px dashed #428893;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom {
    margin: 0 40px;
    padding: 0 0 20px;
    overflow: hidden;
    font-weight: 900;
    position: relative;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .circle {
    float: left;
    width: 133px;
    margin: 0 30px 0 20px;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .promise {
    font-size: 3.2rem;
    line-height: 1.40625;
    letter-spacing: 0.06em;
    margin: 30px 0;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom .promise span {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.7;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:before, #sec03 .inner .step_wrap .step3_wrap .bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #428893;
    display: block;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:before {
    bottom: 5px;
  }
  #sec03 .inner .step_wrap .step3_wrap .bottom:after {
    bottom: 0;
  }
  #sec03 .inner .step_wrap:before {
    content: "";
    background: url(../img/more_arrow.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 251px;
    height: 207px;
    left: 0;
    right: 0;
    bottom: -170px;
    margin: auto;
  }
  #sec03 .inner .step_wrap:after {
    content: "";
    background: url(../img/more_illust.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 323px;
    height: 88px;
    right: 0;
    bottom: -60px;
  }
  #sec03 .inner .more_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8rem;
    line-height: 1.1842105263;
    letter-spacing: 0.06em;
    font-weight: 900;
    margin: 30px 0 0;
    text-align: center;
    position: relative;
  }

  #sec04 {
    background: #f8fcfe;
    padding: 100px 0 30px;
  }
  #sec04 .inner {
    width: 1130px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px 0;
  }
  #sec04 .inner .title {
    width: 1030px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }
  #sec04 .inner .title .recommend_img {
    width: 538px;
  }
  #sec04 .inner .title .recommend_text {
    width: 470px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    line-height: 1.8181818182;
    font-weight: 900;
  }
  #sec04 .inner .title .plan {
    width: 1130px;
  }

  #contact {
    background: transparent;
  }
  #contact h2 {
    text-align: center;
  }
  #contact h2 img {
    width: 1020px;
    display: block;
    margin: 0 auto;
  }
  #contact .banner {
    width: 1180px;
    margin: 0 auto 0;
  }
  #contact .contact {
    background-color: #EDF5EB;
    padding-bottom: 80px;
    padding-top: 35px;
  }
  #contact .contact .btn {
    width: 921px;
    margin: 0 auto;
  }
  #contact .contact .btn a img {
    max-width: 100%;
    width: auto;
  }
  #contact .contact .freedial {
    margin-top: 35px;
  }
  #contact .contact .freedial p {
    font-size: 2.3rem;
    line-height: 1.2608695652;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 35px auto;
    width: 770px;
  }
  #contact .contact .link {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  #link {
    padding: 35px 0 40px;
  }
  #link .link {
    display: flex;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */