@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

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 {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

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-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

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

/*==============================================================================
variable
============================================================================= */
/* =============================================================================
Basic style
========================================================================== */
body {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  word-break: break-all;
}

a {
  display: block;
  color: #fff;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

#wrapper {
  overflow-x: hidden;
}

.century {
  font-family: "Century Gothic", sans-serif;
}

.bold {
  font-weight: 700;
}

.green {
  color: #219180;
}

.lime {
  color: #35b25e;
}

.blue {
  color: #18a3f3;
}

.red {
  color: #ff3434;
}

.white {
  color: #fff;
}

.darkgreen {
  color: #297326;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
  }
  body {
    font-size: 0.3rem;
  }
  .inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*==============================================================================
header
============================================================================= */
/*==============================================================================
plan
============================================================================= */
@media screen and (min-width: 769px) {
  .plan .plan-head {
    background: linear-gradient(to bottom, #e5fce4, #fff);
    padding: 43px 0 50px 0;
  }
  .plan .plan-head-medal01 {
    width: 1000px;
    margin: 0 auto;
  }
  .plan .plan-head-note {
    font-size: 11px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: -20px 0 0 0;
  }
  .plan .plan-tab {
    display: flex;
    justify-content: space-between;
    width: 592px;
    margin: 0 auto;
  }
  .plan .plan-tab-btn {
    width: 280px;
    height: 130px;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  .plan .plan-tab-btn.active {
    width: 280px;
    height: 168px;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .plan .plan-tab .btn01 {
    background: url(../img/plan_tab01_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn02 {
    background: url(../img/plan_tab02_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn03 {
    background: url(../img/plan_tab03_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn01.active {
    background: url(../img/plan_tab01_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn02.active {
    background: url(../img/plan_tab02_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn03.active {
    background: url(../img/plan_tab03_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-body {
    margin: -18px 0 0;
    padding: 53px 0 30px;
    position: relative;
    z-index: 2;
    background-image: url(../img/plan_bg01_pc.jpg);
    background-size: cover;
  }
  .plan .plan-body-inner {
    width: 1027px;
    margin: 0 auto;
    position: relative;
  }
  .plan .plan-body .txt01 {
    font-size: 34px;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .plan .plan-body .txt01 .size01 {
    font-size: 48px;
  }
  .plan .plan-body .pic01 {
    width: 605px;
    margin: 29px 0 0;
  }
  .plan .plan-body .pic02 {
    width: 467px;
    position: absolute;
    top: 136px;
    left: 560px;
  }
  .plan .plan-body .note01 {
    margin: 24px 0 0 28px;
    font-size: 11px;
  }
  .plan .plan-body .note01 .size01 {
    font-size: 13px;
  }
  .plan .plan-content {
    display: none;
  }
  .plan .plan-content.active {
    display: block;
  }
  .body01 {
    border-top: 4px solid #219180;
  }
  .body02 {
    border-top: 4px solid #35b25e;
  }
  .body03 {
    border-top: 4px solid #18a3f3;
  }
}
@media screen and (max-width: 768px) {
  .plan .plan-head {
    background: linear-gradient(to bottom, #e5fce4, #fff);
    padding: 0 0 0.55rem 0;
  }
  .plan .plan-head-medal01 {
    width: 7.45rem;
    margin: 0 0 0 -0.3rem;
  }
  .plan .plan-head-note {
    font-size: 0.22rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
    color: #333333;
    margin: 0;
    text-indent: -1em;
    padding-left: 0.22rem;
  }
  .plan .plan-tab {
    display: flex;
    justify-content: space-between;
    width: 5.92rem;
    margin: 0 auto;
  }
  .plan .plan-tab-btn {
    width: 2.9rem;
    height: 1.43rem;
    margin: 0.2rem 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  .plan .plan-tab-btn:hover, .plan .plan-tab-btn:focus {
    opacity: 1;
  }
  .plan .plan-tab-btn.active {
    width: 2.9rem;
    height: 1.77rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .plan .plan-tab .btn01 {
    background: url(../img/plan_tab01_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn02 {
    background: url(../img/plan_tab02_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn03 {
    background: url(../img/plan_tab03_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn01.active {
    background: url(../img/plan_tab01_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn02.active {
    background: url(../img/plan_tab02_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-tab .btn03.active {
    background: url(../img/plan_tab03_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-body {
    margin: -0.18rem 0 0;
    padding: 0.5rem 0 0.4rem;
    position: relative;
    z-index: 2;
    background-image: url(../img/plan_bg01_sp.jpg);
    background-size: cover;
  }
  .plan .plan-body-inner {
    width: 100%;
  }
  .plan .plan-body .txt01 {
    font-size: 0.34rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
  .plan .plan-body .txt01 .size01 {
    font-size: 0.48rem;
  }
  .plan .plan-body .pic01 {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .plan .plan-body .pic02 {
    width: 6.9rem;
    margin: 0.3rem auto 0;
  }
  .plan .plan-body .note01 {
    margin: 0.25rem 0 0 0.3rem;
    font-size: 0.22rem;
  }
  .plan .plan-body .note01 .size01 {
    font-size: 0.2rem;
  }
  .plan .plan-content {
    display: none;
  }
  .plan .plan-content.active {
    display: block;
  }
  .body01 {
    border-top: 0.04rem solid #219180;
  }
  .body02 {
    border-top: 0.04rem solid #35b25e;
  }
  .body03 {
    border-top: 0.04rem solid #18a3f3;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) {
  .cta .cta-bg {
    padding: 23px 0 20px;
    background: #297326;
  }
  .cta .cta-inner {
    padding: 49px 0 54px;
    background: url(../img/cta_bg01_pc.png) no-repeat center/cover;
  }
  .cta .cta-txt01 {
    width: 880px;
    margin: 0 auto;
  }
  .cta .cta-note {
    margin: -2px 78px 0 0;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .cta .cta-block01 {
    display: flex;
    justify-content: space-between;
    width: 891px;
    margin: 16px auto 0;
  }
  .cta .cta-box01, .cta .cta-box02 {
    width: 428px;
  }
  .cta .cta-box01 .txt, .cta .cta-box02 .txt {
    padding: 10px;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
  }
  .cta .cta-box01 .btn {
    width: 436px;
    margin: 7px 0 0 -7px;
  }
  .cta .cta-box02 .btn {
    width: 436px;
    margin: 7px 0 0 -7px;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bg {
    padding: 0.47rem 0 0.63rem;
    background: url(../img/cta_bg01_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  .cta .cta-inner {
    width: 100%;
  }
  .cta .cta-txt01 {
    width: 6.23rem;
    margin: 0 auto;
  }
  .cta .cta-note {
    margin: 0 0.64rem 0 0;
    font-size: 0.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .cta .cta-block01 {
    margin: 0.05rem 0 0;
  }
  .cta .cta-box01, .cta .cta-box02 {
    width: 100%;
  }
  .cta .cta-box01 .txt, .cta .cta-box02 .txt {
    width: 6.9rem;
    margin: 0 auto;
    padding: 0.13rem 0;
    background: #fff;
    font-size: 0.32rem;
    line-height: 1;
    text-align: center;
    border-radius: 0.1rem;
  }
  .cta .cta-box01 .btn {
    width: 7.05rem;
    margin: 0.14rem 0 0 0.19rem;
  }
  .cta .cta-box02 {
    margin: 0.47rem 0 0;
  }
  .cta .cta-box02 .btn {
    width: 7.05rem;
    margin: 0.14rem 0 0 0.19rem;
  }
  .cta .cta-box02 .note {
    margin: 0.26rem 0 0;
    font-size: 0.2rem;
    line-height: 1;
    text-align: center;
  }
}
/*==============================================================================
feature
============================================================================= */
@media screen and (min-width: 769px) {
  .feature {
    background-color: #e7fce7;
  }
  .feature img {
    width: 100%;
    height: 100%;
  }
  .feature .red_big {
    font-size: 31px;
    font-weight: bold;
    color: #ff3434;
  }
  .feature .feature-text-strong {
    font-size: 26px;
  }
  .feature .feature-bg {
    padding: 105px 0 40px;
    background-image: url(../img/feature_bg01_pc.png);
    background-repeat: no-repeat;
    background-size: 985px 658px;
    background-position: top 600px center;
  }
  .feature .feature-ttl01 {
    width: 1017px;
    margin: 0 auto;
  }
  .feature .feature-ttl02 {
    width: 952px;
    margin: 50px auto 0;
  }
  .feature .feature-body {
    margin: 363px 0 0;
  }
  .feature .feature-btn {
    width: 1038px;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature .feature-btn::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/feature_arrow01.png) no-repeat center/cover;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .feature .feature-btn.open::before {
    transform: translateX(-50%);
  }
  .feature .feature-content.content01 {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature .feature-content.content01 .feature-txt01 {
    width: 714px;
    margin: 80px auto 0;
    position: relative;
  }
  .feature .feature-content.content01 .feature-txt01 img {
    position: relative;
    z-index: 2;
  }
  .feature .feature-content.content01 .feature-txt01::before {
    content: "";
    width: 215px;
    height: 215px;
    background: url(../img/feature_circle01.png) no-repeat center/cover;
    position: absolute;
    top: -43px;
    left: -203px;
    z-index: 1;
  }
  .feature .feature-content.content01 .feature-txt01::after {
    content: "";
    width: 215px;
    height: 215px;
    background: url(../img/feature_circle02.png) no-repeat center/cover;
    position: absolute;
    top: -43px;
    right: -206px;
    z-index: 1;
  }
  .feature .feature-content.content01 .feature-table01 {
    width: 1000px;
    margin: 50px auto 0;
  }
  .feature .feature-btn.btn02 {
    margin: 50px 0 0;
  }
  .feature .feature-content.content02 {
    margin: 40px 0 0;
  }
  .feature .feature-content.content02 .feature-txt02 {
    position: relative;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    text-align: center;
    width: 600px;
    margin: 0 auto;
  }
  .feature .feature-content.content02 .feature-txt02::before {
    position: absolute;
    top: 52%;
    left: 0;
    width: 18px;
    height: 99px;
    background: url(../img/feature_case_line01.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content02 .feature-txt02::after {
    position: absolute;
    top: 52%;
    right: 0;
    width: 19px;
    height: 99px;
    background: url(../img/feature_case_line02.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content02 .feature-case01 {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
  }
  .feature .feature-content.content02 .feature-case01 .case01, .feature .feature-content.content02 .feature-case01 .case02 {
    width: 481px;
  }
  .feature .feature-content.content02 .feature-case01 .case01-txt01 {
    position: relative;
    text-align: center;
    font-size: 21px;
    background: url(../img/feature_case_txt_bg.png) no-repeat;
    background-position: center;
    background-size: 50%;
    margin-bottom: 38px;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .feature .feature-content.content02 .feature-case01 .case01-txt01::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../img/feature_case01_arrow.png) no-repeat;
    background-size: 65%;
    width: 31px;
    height: 18px;
    bottom: -27px;
    left: 47%;
  }
  .feature .feature-content.content02 .feature-case01 .case02-txt01 {
    position: relative;
    text-align: center;
    font-size: 21px;
    background: url(../img/feature_case_txt_bg.png) no-repeat;
    background-position: center;
    background-size: 50%;
    margin-bottom: 38px;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .feature .feature-content.content02 .feature-case01 .case02-txt01::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../img/feature_case02_arrow.png) no-repeat;
    background-size: 65%;
    width: 32px;
    height: 17px;
    bottom: -27px;
    left: 48.7%;
  }
  .feature .feature-content.content02 .feature-case01 .case02-img01 {
    padding-top: 11px;
  }
  .feature .feature-content.content02 .feature-note01 {
    margin: 30px 0 0;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 2;
    padding: 0 0 0 13px;
    position: relative;
  }
  .feature .feature-content.content02 .feature-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-content.content02 .feature-note02 {
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 2;
    padding: 0 0 0 13px;
    position: relative;
  }
  .feature .feature-content.content02 .feature-note02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-content.content02 .feature-txt03 {
    margin: 40px 0 0;
  }
  .feature .feature-content.content02 .feature-txt04 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin: 30px 0 0;
  }
  .feature .feature-content.content02 .feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feature .feature-content.content02 .feature-item {
    width: 486px;
    background: #fff;
    margin: 30px 0 0;
    padding: 35px 25px;
  }
  .feature .feature-content.content02 .feature-item .ttl {
    margin: 0 0 25px;
    padding: 0 0 0 45px;
    font-size: 30px;
    line-height: 1;
    position: relative;
  }
  .feature .feature-content.content02 .feature-item .txt {
    padding: 0 0 0 18px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
  }
  .feature .feature-content.content02 .feature-item .txt::before {
    content: "●";
    color: #35b25e;
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-content.content02 .feature-item.item01 .ttl::before {
    content: "";
    width: 31px;
    height: 39px;
    background: url(../img/feature_icon01.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item02 .ttl::before {
    content: "";
    width: 40px;
    height: 31px;
    background: url(../img/feature_icon02.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item03 .ttl::before {
    content: "";
    width: 41px;
    height: 28px;
    background: url(../img/feature_icon03.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item04 .ttl::before {
    content: "";
    width: 38px;
    height: 27px;
    background: url(../img/feature_icon04.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item05 .ttl::before {
    content: "";
    width: 31px;
    height: 30px;
    background: url(../img/feature_icon05.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item06 .ttl::before {
    content: "";
    width: 35px;
    height: 32px;
    background: url(../img/feature_icon06.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-item.item07 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .feature .feature-content.content02 .feature-item.item07 .ttl {
    margin: 0;
    padding: 0 24px 0 45px;
  }
  .feature .feature-content.content02 .feature-item.item07 .ttl::before {
    content: "";
    width: 48px;
    height: 46px;
    background: url(../img/feature_icon07.png) no-repeat center/cover;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .feature .feature-content.content02 .feature-item.item07 .txt {
    padding: 0 0 0 18px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
  }
  .feature .feature-content.content02 .feature-item.item07 .txt::before {
    content: "●";
    color: #18a3f3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-btn.btn03 {
    margin: 50px 0 0;
  }
  .feature .feature-content.content03 {
    margin: 40px 0 0;
  }
  .feature .feature-content.content03 .feature-txt05 {
    width: 800px;
    margin: 0 auto;
  }
  .feature .feature-content.content03 .feature-tab {
    display: flex;
    justify-content: space-between;
    width: 592px;
    margin: 30px auto 0;
  }
  .feature .feature-content.content03 .feature-tab-btn {
    width: 280px;
    height: 133px;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .feature .feature-content.content03 .feature-tab-btn.active {
    width: 280px;
    height: 167px;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn01 {
    background: url(../img/feature_tab01_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn02 {
    background: url(../img/feature_tab02_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn03 {
    background: url(../img/feature_tab03_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn01.active {
    background: url(../img/feature_tab01_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn02.active {
    background: url(../img/feature_tab02_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn03.active {
    background: url(../img/feature_tab03_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-body {
    margin: -18px 0 0;
    padding: 57px 57px 60px 57px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .feature .feature-content.content03 .feature-tab-content {
    display: none;
  }
  .feature .feature-content.content03 .feature-tab-content .ttl {
    padding: 20px 0;
    font-size: 32px;
    line-height: 1;
    text-align: center;
  }
  .feature .feature-content.content03 .feature-tab-content.active {
    display: block;
  }
  .feature .feature-content.content03 .feature-tab-content .txt {
    padding: 34px 0;
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
  .feature .feature-content.content03 .feature-tab-content .note {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content01 .ttl {
    padding: 20px 0;
    background: #3fbba8;
    border-radius: 5px;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content02 .ttl {
    padding: 20px 0;
    background: #59ca7e;
    border-radius: 5px;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content03 .ttl {
    padding: 20px 0;
    background: #77c9f8;
    border-radius: 5px;
  }
  .feature .feature-content.content03 .feature-subttl01 {
    margin: 103px 0 0;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .feature .feature-content.content03 .feature-subttl01 .size01 {
    font-size: 70px;
  }
  .feature .feature-content.content03 .feature-subttl01 .deco {
    margin: 0 0 0 10px;
    padding: 8px 12px;
    background: #297326;
    border-radius: 10px;
  }
  .feature .feature-content.content03 .feature-subttl01::before {
    position: absolute;
    top: 75%;
    left: 0;
    width: 20px;
    height: 236px;
    background: url(../img/feature_line01_pc.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content03 .feature-subttl01::after {
    position: absolute;
    top: 75%;
    right: 0;
    width: 20px;
    height: 236px;
    background: url(../img/feature_line02_pc.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content03 .feature-txt06 {
    margin: 32px 0 0;
    font-size: 26px;
    text-align: center;
    line-height: 1;
  }
  .feature .feature-content.content03 .feature-txt06 .deco {
    position: relative;
    z-index: 1;
  }
  .feature .feature-content.content03 .feature-txt06 .deco::before {
    position: absolute;
    bottom: 0;
    left: 47%;
    width: 280px;
    height: 11px;
    border-radius: 5.5px;
    background: #fff;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
  .feature .feature-content.content03 .feature-txt07 {
    margin: 110px 0 0;
    padding: 10px 0;
    background: #297326;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
  }
  .feature .feature-content.content03 .feature-list01-item {
    margin: 40px 0 0;
    padding: 0 0 0 149px;
    font-size: 20px;
    line-height: 1;
    position: relative;
  }
  .feature .feature-content.content03 .feature-list01-item::before {
    content: "";
    width: 60px;
    height: 39px;
    background: url(../img/feature_icon08.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 67px;
  }
  .feature .feature-note02 {
    margin: 60px 0 0;
  }
  .feature .feature-note02 .ttl01 {
    font-size: 18px;
    line-height: 1;
  }
  .feature .feature-note02 .ttl01 .size01 {
    font-size: 24px;
  }
  .feature .feature-note02 .note01 {
    margin: 20px 0 0;
    padding: 0 0 0 13px;
    font-size: 13px;
    line-height: 1.9;
    position: relative;
  }
  .feature .feature-note02 .note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-note02 .note02 {
    padding: 0 0 0 13px;
    font-size: 13px;
    line-height: 1.9;
    position: relative;
  }
  .feature .feature-note02 .note02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .body01 {
    border: 4px solid #219180;
  }
  .feature .body02 {
    border: 4px solid #35b25e;
  }
  .feature .body03 {
    border: 4px solid #18a3f3;
  }
}
@media all and (-ms-high-contrast: none) {
  .feature .feature-content.content03 .feature-subttl01 .deco {
    display: inline-block;
    padding: 12px 12px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    background-color: #e7fce7;
  }
  .feature img {
    width: 100%;
    height: 100%;
  }
  .feature .red_big {
    font-size: 0.4rem;
    color: #ff3434;
    font-weight: bold;
    letter-spacing: 0.07rem;
  }
  .feature .feature-text-strong {
    font-size: 0.4rem;
  }
  .feature .feature-bg {
    padding: 0 0 0.5rem;
    background-image: url(../img/feature_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 4.64rem center;
  }
  .feature .feature-ttl01 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature .feature-ttl02 {
    width: 6.06rem;
    margin: 0.49rem auto 0;
  }
  .feature .feature-body {
    margin: 2.75rem 0 0;
  }
  .feature .feature-btn {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .feature .feature-btn::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/feature_arrow01.png) no-repeat center/cover;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .feature .feature-btn:hover, .feature .feature-btn:focus {
    opacity: 1;
  }
  .feature .feature-btn.open::before {
    transform: translateX(-50%);
  }
  .feature .feature-content.content01 {
    width: 7.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature .feature-content.content01 .feature-txt01 {
    width: 5.13rem;
    margin: 0.6rem auto 0;
    position: relative;
  }
  .feature .feature-content.content01 .feature-txt01 img {
    position: relative;
    z-index: 2;
  }
  .feature .feature-content.content01 .feature-txt01::before {
    content: "";
    width: 2.86rem;
    height: 2.86rem;
    background: url(../img/feature_circle01.png) no-repeat center/cover;
    position: absolute;
    top: -0.06rem;
    left: -2.15rem;
    z-index: 1;
  }
  .feature .feature-content.content01 .feature-txt01::after {
    content: "";
    width: 2.86rem;
    height: 2.86rem;
    background: url(../img/feature_circle02.png) no-repeat center/cover;
    position: absolute;
    top: -0.05rem;
    right: -2.07rem;
    z-index: 1;
  }
  .feature .feature-content.content01 .feature-table01 {
    margin: 0.55rem auto 0;
    padding: 0 0.3rem 0;
  }
  .feature .feature-btn.btn02 {
    margin: 0.5rem 0 0;
  }
  .feature .feature-content.content02 {
    margin: 0.4rem 0 0;
  }
  .feature .feature-content.content02 .feature-txt02 {
    position: relative;
    font-size: 0.34rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    text-align: center;
  }
  .feature .feature-content.content02 .feature-txt02::before {
    position: absolute;
    top: 59%;
    left: 0;
    width: 0.2rem;
    height: 1rem;
    background: url(../img/feature_case_line01_sp.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content02 .feature-txt02::after {
    position: absolute;
    top: 55%;
    right: 0;
    width: 0.4rem;
    height: 1rem;
    background: url(../img/feature_case_line02_sp.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    content: "";
  }
  .feature .feature-content.content02 .feature-case01 .case01, .feature .feature-content.content02 .feature-case01 .case02 {
    margin: 0.7rem 0 0;
  }
  .feature .feature-content.content02 .feature-case01 .case01-txt01 {
    position: relative;
    text-align: center;
    font-size: 0.3rem;
    background: url(../img/feature_case_txt_bg.png) no-repeat;
    background-position: center;
    background-size: 45%;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03rem;
    font-weight: bold;
  }
  .feature .feature-content.content02 .feature-case01 .case01-txt01::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../img/feature_case01_arrow.png) no-repeat;
    background-size: 65%;
    width: 25px;
    height: 16px;
    bottom: -19px;
    left: 48%;
  }
  .feature .feature-content.content02 .feature-case01 .case02-txt01 {
    position: relative;
    text-align: center;
    font-size: 0.3rem;
    background: url(../img/feature_case_txt_bg.png) no-repeat;
    background-position: center;
    background-size: 45%;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03rem;
    font-weight: bold;
  }
  .feature .feature-content.content02 .feature-case01 .case02-txt01::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../img/feature_case02_arrow.png) no-repeat;
    background-size: 65%;
    width: 25px;
    height: 17px;
    bottom: -19px;
    left: 47%;
  }
  .feature .feature-content.content02 .feature-note01 {
    margin: 0.3rem 0 0;
    font-size: 0.2rem;
    letter-spacing: -0.02em;
    line-height: 1.8;
    padding: 0 0 0 0.2rem;
    position: relative;
  }
  .feature .feature-content.content02 .feature-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-content.content02 .feature-note02 {
    margin: 0;
    font-size: 0.2rem;
    letter-spacing: -0.02em;
    line-height: 1.8;
    padding: 0 0 0 0.2rem;
    position: relative;
  }
  .feature .feature-content.content02 .feature-note02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-content.content02 .feature-txt03 {
    margin: 0.5rem 0 0;
  }
  .feature .feature-content.content02 .feature-txt04 {
    font-size: 0.34rem;
    line-height: 1.4;
    text-align: center;
    margin: 0.2rem 0 0;
  }
  .feature .feature-content.content02 .feature-acdn {
    margin: 0.1rem 0 0;
  }
  .feature .feature-content.content02 .feature-acdn-btn {
    margin: 0.2rem 0 0;
    padding: 0.4rem 0 0.4rem 1.17rem;
    background: url(../img/feature_btn01_bg_sp.png) no-repeat center/cover;
    font-size: 0.4rem;
    line-height: 1;
    position: relative;
  }
  .feature .feature-content.content02 .feature-acdn-btn::after {
    content: "";
    width: 0.24rem;
    height: 0.16rem;
    background: url(../img/feature_arrow02.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 0.64rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .feature .feature-content.content02 .feature-acdn-content {
    width: 6.33rem;
    margin: 0.4rem auto;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .feature .feature-content.content02 .feature-acdn-content.open {
    display: block;
  }
  .feature .feature-content.content02 .feature-acdn-content .txt {
    padding: 0 0 0 0.28rem;
    font-size: 0.28rem;
  }
  .feature .feature-content.content02 .feature-acdn-content .txt .txt01 {
    position: relative;
  }
  .feature .feature-content.content02 .feature-acdn-content .txt .txt01::before {
    content: "●";
    position: absolute;
    left: -0.28rem;
    color: #35b25e;
  }
  .feature .feature-content.content02 .feature-acdn-content.content07 .txt .txt01::before {
    content: "●";
    color: #18a3f3;
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn01::before {
    content: "";
    width: 0.35rem;
    height: 0.44rem;
    background: url(../img/feature_icon01_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn02::before {
    content: "";
    width: 0.44rem;
    height: 0.34rem;
    background: url(../img/feature_icon02_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn03::before {
    content: "";
    width: 0.45rem;
    height: 0.31rem;
    background: url(../img/feature_icon03_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn04::before {
    content: "";
    width: 0.35rem;
    height: 0.25rem;
    background: url(../img/feature_icon04_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn05::before {
    content: "";
    width: 0.35rem;
    height: 0.34rem;
    background: url(../img/feature_icon05_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn06::before {
    content: "";
    width: 0.35rem;
    height: 0.32rem;
    background: url(../img/feature_icon06_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn07 {
    background: url(../img/feature_btn02_bg_sp.png) no-repeat center/cover;
  }
  .feature .feature-content.content02 .feature-acdn-btn.btn07::before {
    content: "";
    width: 0.43rem;
    height: 0.42rem;
    background: url(../img/feature_icon07_sp.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 0.45rem;
    transform: translateY(-50%);
  }
  .feature .feature-btn.btn03 {
    margin: 0.5rem 0 0;
  }
  .feature .feature-content.content03 {
    margin: 0.47rem 0 0;
  }
  .feature .feature-content.content03 .feature-txt05 {
    width: 6.7rem;
    margin: 0 auto;
  }
  .feature .feature-content.content03 .feature-tab {
    display: flex;
    justify-content: space-between;
    width: 5.76rem;
    margin: 0.3rem auto 0;
  }
  .feature .feature-content.content03 .feature-tab-btn {
    width: 2.8rem;
    height: 1.43rem;
    margin: 0.21rem 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .feature .feature-content.content03 .feature-tab-btn:hover, .feature .feature-content.content03 .feature-tab-btn:focus {
    opacity: 1;
  }
  .feature .feature-content.content03 .feature-tab-btn.active {
    width: 2.8rem;
    height: 1.77rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn01 {
    background: url(../img/feature_tab01_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn02 {
    background: url(../img/feature_tab02_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn03 {
    background: url(../img/feature_tab03_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn01.active {
    background: url(../img/feature_tab01_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn02.active {
    background: url(../img/feature_tab02_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-btn.btn03.active {
    background: url(../img/feature_tab03_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .feature .feature-content.content03 .feature-tab-body {
    margin: -0.18rem 0 0;
    padding: 0.57rem 0.3rem 0.35rem 0.3rem;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .feature .feature-content.content03 .feature-tab-content {
    display: none;
  }
  .feature .feature-content.content03 .feature-tab-content .ttl {
    padding: 0.15rem 0;
    font-size: 0.4rem;
    line-height: 1;
    text-align: center;
    border-radius: 0.05rem;
  }
  .feature .feature-content.content03 .feature-tab-content.active {
    display: block;
  }
  .feature .feature-content.content03 .feature-tab-content .txt {
    margin: 0.3rem 0;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .feature .feature-content.content03 .feature-tab-content .note {
    font-size: 0.2rem;
    margin: 0.3rem 0 0 0;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content01 .ttl {
    background: #3fbba8;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content02 .ttl {
    background: #59ca7e;
  }
  .feature .feature-content.content03 .feature-tab-content.tab-content03 .ttl {
    background: #77c9f8;
  }
  .feature .feature-content.content03 .feature-subttl01 {
    margin: 1rem 0 0;
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .feature .feature-content.content03 .feature-subttl01 .size01 {
    font-size: 0.8rem;
  }
  .feature .feature-content.content03 .feature-subttl01 .deco {
    margin: 0 0 0 0.15rem;
    padding: 0.05rem 0.12rem;
    background: #297326;
    border-radius: 0.1rem;
    position: relative;
  }
  .feature .feature-content.content03 .feature-subttl01::before {
    position: absolute;
    top: -0.45rem;
    left: 0.2rem;
    width: 0.2rem;
    height: 3.9rem;
    background: url(../img/feature_line01_sp.png) no-repeat 50% 0;
    background-size: contain;
    content: "";
  }
  .feature .feature-content.content03 .feature-subttl01::after {
    position: absolute;
    top: -0.45rem;
    right: 0.2rem;
    width: 0.2rem;
    height: 3.9rem;
    background: url(../img/feature_line02_sp.png) no-repeat 50% 0;
    background-size: contain;
    content: "";
  }
  .feature .feature-content.content03 .feature-txt06 {
    margin: 0.5rem 0 0;
    font-size: 0.38rem;
    text-align: center;
    line-height: 1.7;
  }
  .feature .feature-content.content03 .feature-txt06 .deco {
    position: relative;
    z-index: 1;
  }
  .feature .feature-content.content03 .feature-txt06 .deco::before {
    position: absolute;
    bottom: 0;
    left: 47%;
    width: 4.28rem;
    height: 0.13rem;
    border-radius: 0.1rem;
    background: #fff;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
  .feature .feature-content.content03 .feature-txt07 {
    width: 6.3rem;
    margin: 1.04rem auto 0;
    padding: 0.15rem 0;
    background: #297326;
    font-size: 0.4rem;
    text-align: center;
    line-height: 1;
    border-radius: 0.05rem;
  }
  .feature .feature-content.content03 .feature-list01-item {
    margin: 0.3rem 0 0;
    padding: 0 0 0 1.46rem;
    font-size: 0.3rem;
    line-height: 1.333;
    position: relative;
  }
  .feature .feature-content.content03 .feature-list01-item::before {
    content: "";
    width: 0.82rem;
    height: 0.54rem;
    background: url(../img/feature_icon08.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.41rem;
  }
  .feature .feature-note02 {
    margin: 0.7rem 0 0;
  }
  .feature .feature-note02 .ttl01 {
    font-size: 0.22rem;
    line-height: 1;
    margin: 0 0 0 -0.1rem;
  }
  .feature .feature-note02 .ttl01 .size01 {
    font-size: 0.32rem;
  }
  .feature .feature-note02 .note01 {
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    line-height: 1.8;
    position: relative;
  }
  .feature .feature-note02 .note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .feature-note02 .note02 {
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    line-height: 1.8;
    position: relative;
  }
  .feature .feature-note02 .note02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature .body01 {
    border: 0.04rem solid #219180;
  }
  .feature .body02 {
    border: 0.04rem solid #35b25e;
  }
  .feature .body03 {
    border: 0.04rem solid #18a3f3;
  }
}
/*==============================================================================
risk
============================================================================= */
@media screen and (min-width: 769px) {
  .risk {
    color: #555555;
    background-color: #cfcfd4;
  }
  .risk .risk-bg {
    padding: 88px 0 89px;
    background: url(../img/risk_bg01_pc.png) no-repeat;
    background-size: 2000px auto;
    background-position: top center;
  }
  .risk .risk-tt01 {
    width: 835px;
    margin: 0 auto;
  }
  .risk .risk-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 49px 0 0;
    padding: 56px 50px 49px 55px;
    background: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
  }
  .risk .risk-block01-txt01 {
    width: 500px;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 6px 0 0 0;
  }
  .risk .risk-block01-txt01 .bold {
    font-weight: bold;
  }
  .risk .risk-block01-graph01 {
    width: 375px;
  }
  .risk .risk-block01-txt02 {
    margin: 30px 0 0 53px;
  }
  .risk .risk-block01-note01 {
    margin: 18px 0 0 0;
  }
  .risk .risk-block01-note01 .note {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 0 0 13px;
    position: relative;
  }
  .risk .risk-block01-note01 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block01-ttl01 {
    position: relative;
  }
  .risk .risk-block01-ttl01 .txt {
    width: 923px;
    margin: 110px auto 0;
  }
  .risk .risk-block01-ttl01 .pic {
    width: 259px;
    position: absolute;
    top: -30px;
    left: -22px;
  }
  .risk .risk-block01-txt03 {
    width: 548px;
    margin: 64px 0 0 53px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .risk .risk-block01-txt04 {
    width: 533px;
    margin: 40px 0 0 55px;
  }
  .risk .risk-block01-txt05 {
    width: 334px;
    position: absolute;
    right: 39px;
    bottom: 52px;
  }
  .risk .risk-block01-note02 {
    font-size: 13px;
    margin: 23px 0 0 55px;
  }
  .risk .risk-block02 {
    padding: 230px 0 40px;
    background: #fff;
    position: relative;
    border-radius: 10px;
  }
  .risk .risk-block02-list01 {
    display: flex;
    width: 883px;
    margin: 25px auto 0;
    justify-content: space-between;
  }
  .risk .risk-block02-txt01 {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
  }
  .risk .risk-block02-box01.pc-only {
    display: flex;
  }
  .risk .risk-block02-table01 {
    margin: 13px 0 0 -57px;
  }
  .risk .risk-block02-table02 {
    margin: 12px 0 0 5px;
  }
  .risk .risk-block02-note01 {
    margin: 20px 0 0;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .risk .risk-block02-note01 .note {
    position: relative;
  }
  .risk .risk-block02-note01 .note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block02-note01 .note01 {
    padding: 0 0 0 50px;
  }
  .risk .risk-block02-note01 .note01::before {
    content: "※1,※3";
  }
  .risk .risk-block02-note01 .note02 {
    padding: 0 0 0 25px;
  }
  .risk .risk-block02-note01 .note02::before {
    content: "※1";
  }
  .risk .risk-block02-note01 .note03 {
    padding: 0 0 0 25px;
  }
  .risk .risk-block02-note01 .note03::before {
    content: "※3";
  }
  .risk .risk-block02-note01 .note04 {
    margin: 20px 0 0;
    padding: 0 0 0 25px;
  }
  .risk .risk-block02-note01 .note04::before {
    content: "※2";
  }
  .risk .risk-block02-note01 .note05 {
    margin: 20px 0 0;
    padding: 0 0 0 15px;
  }
  .risk .risk-block02-note01 .note05::before {
    content: "※";
  }
  .risk .risk-block02-note01 .note06 {
    padding: 0 0 0 15px;
  }
  .risk .risk-block02-note01 .note06::before {
    content: "※";
  }
  .risk .risk-block02-txt04 {
    margin: 13px 0 0;
  }
  .risk .risk-block02-note02 {
    position: relative;
  }
  .risk .risk-block02-note02 .note01 {
    width: 271px;
    padding: 0 0 0 12px;
    position: absolute;
    top: -72px;
    left: 149px;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  .risk .risk-block02-note02 .note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block02-txt05 {
    margin: 30px 0 0;
  }
  .risk .risk-block02-note03 {
    margin: 15px 0 0;
  }
  .risk .risk-block02-note03 .note {
    position: relative;
    padding: 0 0 0 13px;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .risk .risk-block02-note03 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .risk {
    color: #555555;
    background-color: #cfcfd4;
  }
  .risk .risk-bg {
    padding: 0.69rem 0 0.8rem;
    background: url(../img/risk_bg01_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .risk .risk-tt01 {
    width: 6.35rem;
    margin: 0 auto;
  }
  .risk .risk-block01 {
    margin: 0.38rem 0 0;
    padding: 0.43rem 0 0.5rem;
    background: #fff;
    position: relative;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .risk .risk-block01-txt01 {
    width: 5.75rem;
    margin: 0 auto;
    font-size: 0.3rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
  .risk .risk-block01-graph01 {
    width: 5.73rem;
    margin: 0.38rem auto 0;
  }
  .risk .risk-block01-txt02 {
    width: 6.33rem;
    margin: 0.2rem auto 0;
    font-size: 0.3rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
  .risk .risk-block01-note01 {
    width: 6.33rem;
    margin: 0.2rem auto 0;
  }
  .risk .risk-block01-note01 .note {
    display: block;
    font-size: 0.2rem;
    line-height: 1.5;
    padding: 0 0 0 13px;
    position: relative;
  }
  .risk .risk-block01-note01 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block01-ttl01 {
    margin: 0.6rem 0 0;
    position: relative;
  }
  .risk .risk-block01-ttl01 .txt {
    width: 6.5rem;
    margin: 0 auto;
  }
  .risk .risk-block01-ttl01 .pic {
    width: 2.6rem;
    position: absolute;
    top: -0.18rem;
    left: 4.7rem;
  }
  .risk .risk-block01-txt03 {
    width: 6.3rem;
    margin: 0.4rem auto 0;
  }
  .risk .risk-block01-txt05 {
    width: 6.5rem;
    margin: 0.5rem auto 0;
  }
  .risk .risk-block01-txt04 {
    width: 5.8rem;
    margin: 0.58rem auto 0;
  }
  .risk .risk-block01-note02 {
    font-size: 0.2rem;
    margin: 0.2rem 0 0 0.54rem;
  }
  .risk .risk-block02 {
    margin: -0.05rem 0 0 0;
    padding: 0 0 0.3rem;
    background: #fff;
    position: relative;
    border-radius: 0.1rem;
  }
  .risk .risk-block02-txt01 {
    width: 7.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .risk .risk-block02-txt01 img {
    width: 100%;
    height: 100%;
  }
  .risk .risk-block02-item {
    width: 6.47rem;
    margin: 0 auto;
  }
  .risk .risk-block02-box01 .item {
    padding: 0.3rem 0;
    background: #eeeeee;
    border-radius: 0.2rem;
  }
  .risk .risk-block02-box01 .item .btn {
    width: 4rem;
    height: 0.66rem;
    margin: -0.2rem auto 0;
    background: url(../img/risk_btn01_open_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .risk .risk-block02-box01 .item .btn.open {
    background: url(../img/risk_btn01_close_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .risk .risk-block02-box01 .item dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 5.8rem;
    margin: 0.1rem auto 0;
  }
  .risk .risk-block02-box01 .item dt {
    width: 4rem;
    margin: 0.3rem 0 0;
    font-size: 0.26rem;
    line-height: 1;
    position: relative;
  }
  .risk .risk-block02-box01 .item dt .size01 {
    font-size: 0.22rem;
  }
  .risk .risk-block02-box01 .item dt .asterisk {
    font-size: 0.2rem;
    vertical-align: text-top;
  }
  .risk .risk-block02-box01 .item dd {
    width: 1.8rem;
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
    line-height: 1;
    text-align: right;
    position: relative;
  }
  .risk .risk-block02-box01 .item dd .asterisk {
    position: absolute;
    font-size: 0.2rem;
    top: -0.26rem;
    right: -0.12rem;
  }
  .risk .risk-block02-box01 .item .sum {
    width: 5.8rem;
    margin: 0.24rem auto 0;
    padding: 0.3rem 0 0;
    text-align: right;
    position: relative;
    border-top: 0.04rem dotted #cdcdcd;
  }
  .risk .risk-block02-box01 .item .sum .size01 {
    font-size: 0.4rem;
  }
  .risk .risk-block02-box01 .item .sum .asterisk {
    position: absolute;
    font-size: 0.2rem;
    top: 0.22rem;
    right: -0.12rem;
  }
  .risk .risk-block02-box01 .item01 {
    margin: 0.3rem auto 0;
    padding: 0.2rem 0 0.3rem;
  }
  .risk .risk-block02-box01 .item01 .ttl {
    width: 5.74rem;
    margin: 0 auto;
  }
  .risk .risk-block02-box01 .item01 .btn {
    margin: -0.2rem auto 0;
  }
  .risk .risk-block02-box01 .item02 {
    margin: 0.3rem auto 0;
    padding: 0.3rem 0;
  }
  .risk .risk-block02-box01 .item02 .ttl {
    width: 5.84rem;
    margin: 0 auto;
  }
  .risk .risk-block02-note01 {
    margin: 0.3rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .risk .risk-block02-note01 .note {
    position: relative;
  }
  .risk .risk-block02-note01 .note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block02-note01 .note01 {
    padding: 0 0 0 0.75rem;
  }
  .risk .risk-block02-note01 .note01::before {
    content: "※1,※3";
  }
  .risk .risk-block02-note01 .note02 {
    padding: 0 0 0 0.35rem;
  }
  .risk .risk-block02-note01 .note02::before {
    content: "※1";
  }
  .risk .risk-block02-note01 .note03 {
    padding: 0 0 0 0.35rem;
  }
  .risk .risk-block02-note01 .note03::before {
    content: "※3";
  }
  .risk .risk-block02-note01 .note04 {
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.35rem;
  }
  .risk .risk-block02-note01 .note04::before {
    content: "※2";
  }
  .risk .risk-block02-note01 .note05 {
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.2rem;
  }
  .risk .risk-block02-note01 .note05::before {
    content: "※";
  }
  .risk .risk-block02-note01 .note06 {
    padding: 0 0 0 0.2rem;
  }
  .risk .risk-block02-note01 .note06::before {
    content: "※";
  }
  .risk .risk-block02-txt03 {
    margin: 0.3rem 0 0;
  }
  .risk .risk-block02-txt04 {
    margin: 0.4rem 0 0;
  }
  .risk .risk-block02-txt05 {
    margin: 30px 0 0;
  }
  .risk .risk-block02-note02 {
    position: relative;
  }
  .risk .risk-block02-note02 .note01 {
    width: 4.18rem;
    padding: 0 0 0 0.2rem;
    position: absolute;
    top: -1.18rem;
    left: 2.26rem;
    font-size: 0.2rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .risk .risk-block02-note02 .note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .risk .risk-block02-note03 {
    margin: 0.25rem 0 0;
  }
  .risk .risk-block02-note03 .note {
    position: relative;
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .risk .risk-block02-note03 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (min-width: 769px) {
  .step .step-bg {
    padding: 85px 0;
    background: url(../img/step_bg01_pc.png) no-repeat center/cover;
  }
  .step .step-ttl01 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 46px;
  }
  .step .step-ttl01 .size01 {
    font-size: 46px;
  }
  .step .step-ttl01 .size02 {
    font-size: 84px;
  }
  .step .step-ttl01 .size03 {
    font-size: 70px;
  }
  .step .step-pic01 {
    margin: 40px 0 0;
  }
  .step .step-flow {
    width: 980px;
    margin: 60px auto 0;
    padding: 60px 0 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 8.5px 1.5px rgba(126, 126, 126, 0.46);
  }
  .step .step-document {
    width: 980px;
    margin: 60px auto 0;
    padding: 60px 0 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 8.5px 1.5px rgba(126, 126, 126, 0.46);
  }
  .step .step-document-title {
    max-width: 761px;
    width: 100%;
    margin: 0 auto;
  }
  .step .step-document-image {
    width: 880px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .step .step-document-text {
    max-width: 761px;
    width: 100%;
    margin: 40px auto 0;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .step .step-document-text span {
    position: relative;
    font-size: 24px;
    z-index: 0;
  }
  .step .step-document-text span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 314px;
    height: 13px;
    border-radius: 6.7px;
    background: #ffde00;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
  .step .step-term01 {
    width: 414px;
    margin: 0 auto;
  }
  .step .step-chart01 {
    width: 864px;
    margin: 40px auto 0;
  }
  .step .step-note01 {
    width: 864px;
    margin: 30px auto 0;
  }
  .step .step-note01 .note {
    display: block;
    position: relative;
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 1.42;
  }
  .step .step-note01 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .step .step-bg {
    padding: 0.9rem 0 0.68rem;
    background: url(../img/step_bg01_sp.png) no-repeat center/cover;
  }
  .step .step-ttl01 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.41rem;
  }
  .step .step-ttl01 .size01 {
    font-size: 0.45rem;
  }
  .step .step-ttl01 .size02 {
    font-size: 0.77rem;
  }
  .step .step-ttl01 .size03 {
    font-size: 0.82rem;
  }
  .step .step-pic01 {
    margin: 0.4rem 0 0;
  }
  .step .step-flow {
    width: 6.7rem;
    margin: 0.6rem auto 0;
    padding: 0.84rem 0 0.4rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.085rem 0.015rem rgba(126, 126, 126, 0.46);
  }
  .step .step-document {
    width: 6.7rem;
    margin: 0.6rem auto 0;
    padding: 0.7rem 0.3rem 0.7rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.085rem 0.015rem rgba(126, 126, 126, 0.46);
  }
  .step .step-document-title {
    max-width: 5.68rem;
    width: 100%;
    margin: 0 auto;
  }
  .step .step-document-image {
    width: 100%;
    margin: 0.4rem auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
  }
  .step .step-document-text {
    max-width: 761px;
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
  }
  .step .step-document-text.text02 {
    text-align: left;
  }
  .step .step-document-text span {
    position: relative;
    font-size: 0.36rem;
    z-index: 0;
    padding-top: 0.2rem;
    display: inline-block;
  }
  .step .step-document-text span::before {
    position: absolute;
    bottom: 0.1em;
    left: 50%;
    width: 100%;
    height: 0.42em;
    border-radius: 6.7px;
    background: #ffde00;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
  .step .step-term01 {
    width: 5.18rem;
    margin: 0 auto;
  }
  .step .step-chart01 {
    width: 5.97rem;
    margin: 0.5rem auto 0;
  }
  .step .step-note01 {
    width: 6.21rem;
    margin: 0.45rem auto 0;
  }
  .step .step-note01 .note {
    display: block;
    position: relative;
    padding: 0 0 0 0.2rem;
    font-size: 0.22rem;
    line-height: 1.54;
  }
  .step .step-note01 .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*==============================================================================
check
============================================================================= */
@media screen and (min-width: 769px) {
  .check .check-bg {
    background: #f4f4f4;
    padding: 66px 0 55px;
  }
  .check .check-box01 {
    padding: 0 0 58px;
    background: #ffffff;
    box-shadow: 0px 3px 8.5px 1.5px rgba(126, 126, 126, 0.46);
    border-radius: 10px;
    position: relative;
  }
  .check .check-ttl01 {
    padding: 29px 0 33px;
  }
  .check .check-ttl01 .ttl {
    display: block;
    width: 450px;
    margin: 0 auto;
  }
  .check .check-ttl01 .circle {
    position: absolute;
    display: block;
    width: 130px;
    top: -10px;
    left: 30px;
  }
  .check .check-txt01 {
    padding: 25px 0;
    background: #297326;
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }
  .check .check-txt01 .asterisk {
    font-size: 50%;
    vertical-align: text-top;
  }
  .check .check-tab01 {
    display: flex;
    justify-content: space-between;
    width: 810px;
    margin: 32px auto 0;
  }
  .check .check-tab01-btn {
    width: 250px;
    height: 133px;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  .check .check-tab01-btn.active {
    width: 250px;
    height: 167px;
    margin: 0;
    z-index: 3;
  }
  .check .check-tab01 .btn01 {
    background: url(../img/check_tab01_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn02 {
    background: url(../img/check_tab02_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn03 {
    background: url(../img/check_tab03_off_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn01.active {
    background: url(../img/check_tab01_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn02.active {
    background: url(../img/check_tab02_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn03.active {
    background: url(../img/check_tab03_on_pc.png) no-repeat;
    background-size: 100%;
  }
  .check .check-body01 {
    width: 887px;
    margin: -18px auto 0;
    position: relative;
    z-index: 2;
  }
  .check .check-item {
    margin: 30px 0 0 136px;
    position: relative;
  }
  .check .check-item .note-block {
    margin: 10px 0 0;
  }
  .check .check-item .note {
    padding: 0 0 0 14px;
    font-size: 14px;
    position: relative;
  }
  .check .check-item .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .check .check-item::after {
    content: "";
    width: 32px;
    height: 45px;
    position: absolute;
    top: -10px;
    right: 128px;
  }
  .check .check-item::before {
    content: "1";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -54px;
  }
  .check .check-item .note-block_dot {
    margin: 10px 0 0;
    line-height: 1.6;
  }
  .check .check-item .note-block_dot .note {
    padding: 0 0 0 18px;
    font-size: 18px;
    position: relative;
  }
  .check .check-item .note-block_dot .note::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .check .check-item .note-block_dot::after {
    content: "";
    width: 32px;
    height: 45px;
    position: absolute;
    top: -10px;
    right: 128px;
  }
  .check .check-item.item01 {
    margin: 0 0 0 136px;
  }
  .check .check-item.item01::before {
    content: "1";
  }
  .check .check-item.item02::before {
    content: "2";
  }
  .check .check-item.item03::before {
    content: "3";
  }
  .check .check-item.item04::before {
    content: "4";
  }
  .check .check-item.item05::before {
    content: "5";
  }
  .check .check-btn {
    width: 208px;
    margin: 30px auto 0;
  }
  .check .check-content {
    display: none;
    padding: 68px 0 60px;
  }
  .check .check-content.active {
    display: block;
  }
  .check .check-content.content01 {
    border: 4px solid #219180;
  }
  .check .check-content.content01 .check-item::before {
    background: #219180;
  }
  .check .check-content.content01 .check-item::after {
    background: url(../img/check_icon01.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-content.content02 {
    border: 4px solid #35b25e;
  }
  .check .check-content.content02 .check-item::before {
    background: #35b25e;
  }
  .check .check-content.content02 .check-item::after {
    background: url(../img/check_icon02.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-content.content03 {
    border: 4px solid #18a3f3;
  }
  .check .check-content.content03 .check-item::before {
    background: #18a3f3;
  }
  .check .check-content.content03 .check-item::after {
    background: url(../img/check_icon03.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-note01 {
    margin: 30px 0 0;
    padding: 0 0 0 13px;
    font-size: 13px;
    line-height: 1;
    position: relative;
  }
  .check .check-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .check .check-bg {
    background: #f4f4f4;
    padding: 0.55rem 0 0.38rem;
  }
  .check .check-box01 {
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 0.03rem 0.085rem 0.015rem rgba(126, 126, 126, 0.46);
    border-radius: 0.1rem;
    position: relative;
  }
  .check .check-ttl01 {
    padding: 0.46rem 0 0.38rem;
  }
  .check .check-ttl01 .ttl {
    display: block;
    width: 3.89rem;
    margin: 0 auto;
  }
  .check .check-ttl01 .circle {
    position: absolute;
    display: block;
    width: 1.6rem;
    top: -0.1rem;
    left: -0.1rem;
  }
  .check .check-txt01 {
    padding: 0.25rem 0;
    background: #297326;
    font-size: 0.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .check .check-txt01 .asterisk {
    font-size: 50%;
    vertical-align: text-top;
  }
  .check .check-tab01 {
    display: flex;
    justify-content: space-between;
    width: 6.7rem;
    margin: 0.5rem auto 0;
  }
  .check .check-tab01-btn {
    width: 2.2rem;
    height: 1.43rem;
    margin: 0.2rem 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  .check .check-tab01-btn:hover, .check .check-tab01-btn:focus {
    opacity: 1;
  }
  .check .check-tab01-btn.active {
    width: 2.2rem;
    height: 1.77rem;
    margin: 0;
    z-index: 3;
  }
  .check .check-tab01 .btn01 {
    background: url(../img/check_tab01_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn02 {
    background: url(../img/check_tab02_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn03 {
    background: url(../img/check_tab03_off_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn01.active {
    background: url(../img/check_tab01_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn02.active {
    background: url(../img/check_tab02_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-tab01 .btn03.active {
    background: url(../img/check_tab03_on_sp.png) no-repeat;
    background-size: 100%;
  }
  .check .check-body01 {
    margin: -0.18rem auto 0;
    position: relative;
    z-index: 2;
  }
  .check .check-item {
    margin: 0.4rem 0 0 0.93rem;
    position: relative;
  }
  .check .check-item .txt {
    width: 4.9rem;
    font-size: 0.28rem;
    line-height: 1.3;
  }
  .check .check-item .note-block {
    margin: 0 0 0 -0.48rem;
  }
  .check .check-item .note {
    width: 5.2rem;
    margin: 0.1rem 0 0;
    padding: 0 0 0 0.22rem;
    font-size: 0.22rem;
    position: relative;
  }
  .check .check-item .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .check .check-item .note-block_dot {
    margin: 0.3rem 0 0 -0.48rem;
  }
  .check .check-item .note-block_dot .note {
    width: 5.2rem;
    margin: 0 0.5rem 0;
    padding: 0 0 0 0.22rem;
    font-size: 0.28rem;
    position: relative;
  }
  .check .check-item .note-block_dot .note::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .check .check-item::after {
    content: "";
    width: 0.52rem;
    height: 0.73rem;
    position: absolute;
    top: 0;
    right: 0.34rem;
  }
  .check .check-item::before {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -0.55rem;
  }
  .check .check-item.item01 {
    margin: 0 0 0 0.93rem;
  }
  .check .check-item.item01::before {
    content: "1";
  }
  .check .check-item.item02::before {
    content: "2";
  }
  .check .check-item.item03::before {
    content: "3";
  }
  .check .check-item.item04::before {
    content: "4";
  }
  .check .check-item.item05::before {
    content: "5";
  }
  .check .check-btn {
    width: 3.4rem;
    margin: 0.3rem auto 0;
  }
  .check .check-content {
    display: none;
    padding: 0.7rem 0 0.6rem;
  }
  .check .check-content.active {
    display: block;
  }
  .check .check-content.content01 {
    border: 0.04rem solid #219180;
  }
  .check .check-content.content01 .check-item::before {
    background: #219180;
  }
  .check .check-content.content01 .check-item::after {
    background: url(../img/check_icon01.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-content.content02 {
    border: 0.04rem solid #35b25e;
  }
  .check .check-content.content02 .check-item::before {
    background: #35b25e;
  }
  .check .check-content.content02 .check-item::after {
    background: url(../img/check_icon02.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-content.content03 {
    border: 0.04rem solid #18a3f3;
  }
  .check .check-content.content03 .check-item::before {
    background: #18a3f3;
  }
  .check .check-content.content03 .check-item::after {
    background: url(../img/check_icon03.png) no-repeat;
    background-size: 100% auto;
  }
  .check .check-note01 {
    width: 5.3rem;
    margin: 0.3rem 0 0 0.45rem;
    padding: 0 0 0 0.22rem;
    font-size: 0.22rem;
    line-height: 1.5;
    position: relative;
  }
  .check .check-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (min-width: 769px) {
  .faq .faq-bg {
    padding: 98px 0 80px;
  }
  .faq .faq-ttl01 {
    width: 364px;
    margin: 0 auto;
  }
  .faq .faq-list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .faq .faq-item {
    width: 480px;
    margin: 50px 0 0;
  }
  .faq .faq-item .ttl {
    display: flex;
    align-items: center;
    width: 480px;
    height: 109px;
    padding: 0 0 0 90px;
    background: url(../img/faq_bg01_pc.png) no-repeat center/cover;
    cursor: pointer;
    border-radius: 55px;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1.5;
    position: relative;
  }
  .faq .faq-item .ttl::before {
    content: "";
    width: 41px;
    height: 47px;
    background: url(../img/faq_icon01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .faq .faq-item .ttl::after {
    content: "";
    width: 24px;
    height: 15px;
    background: url(../img/faq_arrow01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(180deg);
  }
  .faq .faq-item .ttl.open::after {
    transform: translateY(-50%);
  }
  .faq .faq-item .txt {
    width: 400px;
    margin: 41px 0 0 60px;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 18px;
  }
  .faq .faq-item .txt a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
  }
  .faq .faq-item .txt::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: -2px;
  }
  .faq .faq-item .faq-ans-list {
    padding-top: 20px;
  }
  .faq .faq-item .faq-ans-list li {
    list-style: disc;
    margin-left: 1.25em;
  }
  .faq .faq-item .faq-ans-list .list-none {
    list-style: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-bg {
    padding: 0.8rem 0 0.6rem;
  }
  .faq .faq-ttl01 {
    width: 4.36rem;
    margin: 0 auto;
  }
  .faq .faq-list01 {
    margin: 0.5rem 0 0;
  }
  .faq .faq-item {
    margin: 0.2rem 0 0;
  }
  .faq .faq-item .ttl {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0 0 1.16rem;
    background: url(../img/faq_bg01_sp.png) no-repeat center/cover;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 0.28rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    position: relative;
  }
  .faq .faq-item .ttl::before {
    content: "";
    width: 0.51rem;
    height: 0.58rem;
    background: url(../img/faq_icon01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0.4rem;
    transform: translateY(-50%);
  }
  .faq .faq-item .ttl::after {
    content: "";
    width: 0.24rem;
    height: 0.16rem;
    background: url(../img/faq_arrow01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0.44rem;
    transform: translateY(-50%) rotate(180deg);
  }
  .faq .faq-item .ttl:hover, .faq .faq-item .ttl:focus {
    opacity: 1;
  }
  .faq .faq-item .ttl.open::after {
    transform: translateY(-50%);
  }
  .faq .faq-item .txt {
    width: 6.3rem;
    margin: 0.4rem 0 0.4rem 0.31rem;
    font-size: 0.28rem;
    padding: 0 0 0 0.3rem;
    position: relative;
    font-size: 0.3rem;
  }
  .faq .faq-item .txt a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
  }
  .faq .faq-item .txt::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq .faq-item .faq-ans-list {
    padding-top: 20px;
  }
  .faq .faq-item .faq-ans-list li {
    list-style: disc;
    margin-left: 1.25em;
  }
  .faq .faq-item .faq-ans-list .list-none {
    list-style: none;
    margin-left: 0;
  }
}
/*==============================================================================
tel
============================================================================= */
@media screen and (min-width: 769px) {
  .tel .tel-top {
    padding: 44px 0 59px;
    background: #e3ebf9;
  }
  .tel .tel-inner {
    position: relative;
  }
  .tel .tel-ttl {
    width: 790px;
    padding: 17px 0 17px 42px;
    background: #109ff2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
  .tel .tel-pic01 {
    width: 244px;
    position: absolute;
    top: -63px;
    right: 0;
    z-index: 2;
  }
  .tel .tel-txt01 {
    margin: 26px 0 0 136px;
    color: #333333;
    font-size: 18px;
    line-height: 1;
  }
  .tel .tel-ico01 {
    width: 100px;
    position: absolute;
    top: 95px;
    left: 15px;
  }
  .tel .tel-num01 {
    width: 529px;
    margin: 13px 0 0 136px;
  }
  .tel .tel-txt02 {
    margin: 16px 0 0 136px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
  }
  .tel .tel-bottom {
    padding: 20px 0;
    background: #fff;
  }
  .tel .tel-txt03 {
    font-size: 15px;
    line-height: 1.46;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .tel .tel-top {
    padding: 0.7rem 0 0.57rem;
    background: #e3ebf9;
  }
  .tel .tel-inner {
    position: relative;
  }
  .tel .tel-ttl {
    padding: 0 0 0 0.2rem;
    color: #109ff2;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1.66;
  }
  .tel .tel-pic01 {
    width: 2.77rem;
    position: absolute;
    top: -0.98rem;
    right: 0;
    z-index: 2;
  }
  .tel .tel-txt01 {
    margin: 0.3rem 0 0;
    padding: 0 0 0 0.2rem;
    color: #333333;
    font-size: 0.28rem;
    line-height: 1.57;
  }
  .tel .tel-btn {
    margin: 0.33rem 0 0;
  }
  .tel .tel-txt02 {
    margin: 0.2rem 0 0;
    color: #333333;
    font-size: 0.2rem;
    line-height: 1;
  }
  .tel .tel-bottom {
    padding: 0.2rem 0;
    background: #fff;
  }
  .tel .tel-txt03 {
    width: 6.66rem;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 1.54;
    letter-spacing: -0.02em;
  }
}
/*==============================================================================
ano
============================================================================= */
@media screen and (min-width: 769px) {
  .ano-bg {
    padding: 64px 0 80px;
    background-color: #f9f4ec;
  }
  .ano-inner {
    width: 830px;
  }
  .ano-ttl01 {
    position: relative;
    z-index: 1;
    padding-left: 270px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .ano-ttl01 .big {
    line-height: 1;
    font-size: 58px;
  }
  .ano-ttl01 .small {
    line-height: 1;
    font-size: 41px;
  }
  .ano-ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -47px;
    left: 60px;
    width: 206px;
    height: 245px;
    background: url(../img/ano_woman01.png) top center/contain no-repeat;
  }
  .ano-list {
    position: relative;
    z-index: 2;
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
  }
  .ano-item {
    width: 100%;
  }
  .ano-btn01 {
    display: block;
  }
  .ano-txt01 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 55px;
    color: #142448;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .ano-txt01::before, .ano-txt01::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    margin: 0 20px;
    background-color: #142448;
  }
  .ano-txt01::before {
    transform: rotate(-20deg) translateY(10px);
  }
  .ano-txt01::after {
    transform: rotate(20deg) translateY(10px);
  }
  .ano-btn02 {
    width: 618px;
    margin: 15px auto 0;
  }
  .ano a {
    display: block;
    transition: 0.3s;
  }
  .ano a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .ano-bg {
    padding: 0.75rem 0 0.95rem;
    background-color: #f9f4ec;
  }
  .ano-ttl01 {
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
    font-size: 0.48rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .ano-ttl01 .big {
    line-height: 1;
    font-size: 0.58rem;
  }
  .ano-ttl01 .small {
    line-height: 1;
    font-size: 0.41rem;
  }
  .ano-ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.6rem;
    left: -0.15rem;
    width: 1.62rem;
    height: 2.66rem;
    background: url(../img/ano_woman01_sp.png) top center/contain no-repeat;
  }
  .ano-list {
    position: relative;
    z-index: 2;
    margin-top: 0.6rem;
  }
  .ano-item {
    margin-top: 0.2rem;
  }
  .ano-btn01 {
    display: block;
  }
  .ano-txt01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 0.35rem;
    color: #142448;
    font-weight: 600;
    font-size: 0.32rem;
    text-align: center;
  }
  .ano-txt01::before, .ano-txt01::after {
    content: "";
    position: absolute;
    top: 0.05rem;
    display: block;
    width: 1px;
    height: 0.8rem;
    margin: 0 0.1rem;
    background-color: #142448;
  }
  .ano-txt01::before {
    left: 1.2rem;
    transform: rotate(-30deg);
  }
  .ano-txt01::after {
    right: 1.2rem;
    transform: rotate(30deg);
  }
  .ano-btn02 {
    margin: 0.2rem auto 0;
  }
  .ano a {
    display: block;
  }
}
/*==============================================================================
footer
============================================================================= */
@media screen and (min-width: 769px) {
  .footer {
    margin: 0 0 106px;
  }
  .footer .footer-bg {
    position: relative;
    z-index: 1;
    padding: 45px 0;
    background: #939393;
  }
  .footer .footer-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 608px;
    margin: 0 auto;
  }
  .footer .footer-txt01 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
  }
  .footer .footer-link01, .footer .footer-link02 {
    padding: 0 0 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  .footer .footer-copy {
    width: 427px;
    margin: 34px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin: 0 0 1.5rem;
  }
  .footer .footer-bg {
    padding: 0.6rem 0;
    background: #939393;
  }
  .footer .footer-txt {
    text-align: center;
  }
  .footer .footer-txt01 {
    color: #fff;
    font-size: 0.22rem;
    line-height: 1;
  }
  .footer .footer-link01, .footer .footer-link02 {
    display: inline-block;
    margin: 0.4rem 0 0;
    padding: 0 0 0.04rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  .footer .footer-link02 {
    margin: 0.4rem 0 0 0.67rem;
  }
  .footer .footer-copy {
    width: 6.57rem;
    margin: 0.48rem 0 0;
  }
}
/*==============================================================================
footer-bottom
============================================================================= */
@media screen and (min-width: 769px) {
  .footer-bottom {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
  .footer-bottom .footer-bottom-bg {
    padding: 5px 0 13px;
    background: #fff;
  }
  .footer-bottom .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    width: 876px;
  }
  .footer-bottom .btn01 {
    width: 423px;
  }
  .footer-bottom .btn02 {
    width: 423px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
  .footer-bottom .footer-bottom-bg {
    padding: 0.1rem 0 0.13rem;
    background: #fff;
  }
  .footer-bottom .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom .btn01 {
    width: 3.36rem;
  }
  .footer-bottom .btn02 {
    width: 3.36rem;
  }
}
/*==============================================================================
modal
============================================================================= */
@media screen and (min-width: 769px) {
  .modal-btn {
    cursor: pointer;
  }
  .modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1001;
  }
  .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
  }
  .modal-bg {
    padding: 45px 0;
    background: #fff;
    width: 1000px;
    max-height: 80vh;
    border-radius: 10px;
    overflow-y: scroll;
  }
  .modal-block {
    width: 920px;
    margin: 0 auto;
  }
  .modal-txt {
    font-size: 16px;
  }
  .modal-table {
    margin: 15px 0 0;
  }
  .modal-table .table-row {
    display: flex;
    margin: -1px 0 0;
  }
  .modal-table .table-row dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    background: #f0f3f6;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    text-align: center;
  }
  .modal-table .table-row dd {
    display: flex;
    align-items: center;
    width: 810px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 1.71;
    border: 1px solid #e5e5e5;
    border-left: none;
  }
  .modal-table .table-row.row01 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1001;
  }
  .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: -0.9rem;
    right: 0;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
  }
  .modal-bg {
    padding: 0.6rem 0;
    background: #fff;
    width: 6.9rem;
    max-height: 70vh;
    border-radius: 0.2rem;
    overflow-y: scroll;
  }
  .modal-block {
    width: 6.3rem;
    margin: 0 auto;
  }
  .modal-txt {
    font-size: 0.3rem;
  }
  .modal-table {
    margin: 0.3rem 0 0;
  }
  .modal-table .table-row dt {
    width: 100%;
    background: #f0f3f6;
    margin: -1px 0 0;
    padding: 0.2rem;
    font-size: 0.3rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #e5e5e5;
    text-align: center;
  }
  .modal-table .table-row dd {
    width: 100%;
    font-size: 0.32rem;
    padding: 0.4rem 0.35rem;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
  }
}
/*==============================================================================
popup btn
============================================================================= */
@media screen and (min-width: 769px) {
  .popup-btn {
    display: none;
    width: 100px;
    position: fixed;
    bottom: 110px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .popup-btn {
    display: none;
    width: 1.5rem;
    position: fixed;
    bottom: 1.6rem;
    right: 0.3rem;
    cursor: pointer;
    z-index: 10;
  }
}/*# sourceMappingURL=style-b.css.map */