@charset "UTF-8";
/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.636vw;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 18px;
    min-width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.733vw;
  }
}

a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a:hover img {
    opacity: .8;
  }
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90.909%;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .none-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
}
.bgYellow {
  background: #ffff5f;
}

/* =======================================
 layout
======================================= */
.header {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header {
    box-shadow: 0.167em 0.167em 0.167em rgba(0, 0, 0, 0.15);
    padding: 0.167em 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    box-shadow: 0.107em 0.107em 0.107em rgba(0, 0, 0, 0.15);
    padding: 0.107em 0;
  }
}
.header .container {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-align-items: center;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-align-items: center;
  -o-justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .logo {
    margin-left: 1.6%;
    width: 23.2%;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin-left: 5.867%;
    width: 30.933%;
  }
}

.header-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header-icon {
    margin-right: 5%;
  }
  .header-icon li {
    margin-left: 0.5em;
    width: 4.667em;
  }
}
@media only screen and (max-width: 767px) {
  .header-icon {
    margin-right: 5.333%;
  }
  .header-icon li {
    margin-left: 0.321em;
    width: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .fv {
    background: url("../img/fv_bg_pc.jpg") no-repeat center top/auto 100%;
    height: 37.444em;
    padding-top: 5.722em;
  }
  .fv .fv-container {
    margin: auto;
    width: 100%;
    max-width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .fv {
    background: url("../img/fv_bg_sp.jpg") no-repeat center top/100% auto;
    height: 29.5em;
    padding-top: 2.143em;
  }
}

.fv-txt01 {
  text-align: center;
}
.fv-txt01 img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .fv-txt01 {
    background: url("../img/fv_txt_bg_pc.png") no-repeat 0 0/100% auto;
    height: 2.333em;
    margin: 0 0 1.167em 4.389em;
    width: 39.778em;
  }
}
@media only screen and (max-width: 767px) {
  .fv-txt01 {
    background: url("../img/fv_txt_bg_sp.png") no-repeat 0 0/100% auto;
    height: 1.5em;
    margin: 0 auto 0.929em;
    width: 88.4%;
  }
}

@media only screen and (min-width: 768px) {
  .fv-txt02 {
    margin: 0 0 0em 4.778em;
    width: 38.222em;
  }
}
@media only screen and (max-width: 767px) {
  .fv-txt02 {
    margin: 0 auto 1em 6.667%;
    width: 87.733%;
  }
}

@media only screen and (min-width: 768px) {
  .fv-txt03 {
    margin-left: 1.444em;
    width: 44.222em;
  }
}

.offer {
  background: #39b54a;
}
@media only screen and (min-width: 768px) {
  .offer {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .offer {
    padding: 0.929em 0;
  }
}

.offer-btn {
  display: block;
  margin: auto;
  width: 88%;
  position: relative;
}
.offer-btn::before {
  content: "";
  border: solid #fff;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .offer-btn {
    border-radius: 0.791em;
    box-shadow: 0.111em 0.111em 0.111em rgba(0, 0, 0, 0.3);
  }
  .offer-btn:hover {
    opacity: 0.8;
  }
  .offer-btn::before {
    border-radius: 0.791em;
    border-width: 0.167em;
  }
  .offer-btn img {
    border-radius: 0.791em;
  }
}
@media only screen and (max-width: 767px) {
  .offer-btn {
    border-radius: 0.508em;
    box-shadow: 0.071em 0.071em rgba(0, 0, 0, 0.3);
  }
  .offer-btn::before {
    border-radius: 0.508em;
    border-width: 0.107em;
  }
  .offer-btn img {
    border-radius: 0.508em;
  }
}

.message {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .message {
    background: url("../img/message_bg_pc.jpg") no-repeat center top/auto 100%;
    height: 33.778em;
    padding-top: 3.667em;
  }
}
@media only screen and (max-width: 767px) {
  .message {
    background: url("../img/message_bg_sp.jpg") no-repeat center bottom/100% auto;
    height: 33em;
    padding-top: 3.5em;
  }
}

@media only screen and (min-width: 768px) {
  .msg-hl {
    margin: 0 auto 1.667em;
    width: 63.4%;
  }
}
@media only screen and (max-width: 767px) {
  .msg-hl {
    margin: 0 auto 1.786em;
    width: 88%;
  }
}

@media only screen and (min-width: 768px) {
  .msg-txt {
    line-height: 2.056;
  }
}
@media only screen and (max-width: 767px) {
  .msg-txt {
    line-height: 1.5;
  }
}

.step {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .step {
    background: #d2ecbd url("../img/step_bg_pc.jpg") no-repeat center bottom/auto 100%;
    min-height: 33.889em;
    padding: 1.833em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .step {
    background: #d2ecbd url("../img/step_bg_sp.jpg") no-repeat center top/100% auto;
    min-height: 45.357em;
    padding: 2.75em 0 3.143em;
  }
}

@media only screen and (min-width: 768px) {
  .step-hl {
    margin: 0 auto 2.889em;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .step-hl {
    margin: 0 auto 2.357em;
    width: 88%;
  }
}

.step-list li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .step-list {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.667em;
  }
  .step-list li {
    background: #fff;
    filter: drop-shadow(0.56em 0.56em 0.56em rgba(0, 0, 0, 0.25));
    height: 14.944em;
    width: 22.4%;
  }
  .step-list li:not(:last-child) {
    background: url("../img/step_list_pc.png") no-repeat 0 0/100% auto;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .step-list {
    margin: 0 auto;
    width: 88%;
  }
  .step-list li {
    background: url("../img/step_list_sp.png") no-repeat 0 0/100% auto;
    filter: drop-shadow(0.357em 0.357em 0.357em rgba(0, 0, 0, 0.25));
    margin-bottom: 2em;
  }
}

.step-shl {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .step-shl {
    width: 3.5em;
    top: -1.667em;
    left: 4.444em;
  }
}
@media only screen and (max-width: 767px) {
  .step-shl {
    margin-left: -1.393em;
    width: 2.786em;
    top: -1.286em;
    left: 50%;
  }
}

.step-def dt {
  color: #006837;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .step-def {
    padding: 2.667em 1.111em 0;
    width: 12.444em;
  }
  .step-def dt {
    font-size: 144.444%;
    margin-bottom: 0.385em;
  }
  .step-def dt img {
    width: 3.462em;
  }
  .step-def dd {
    line-height: 1.56;
  }
}
@media only screen and (max-width: 767px) {
  .step-def {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-align-items: center;
    -o-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8.214em;
    padding-bottom: 0.8em;
    width: 100%;
  }
  .step-def dt {
    font-size: 114.286%;
    width: 41.818%;
  }
  .step-def dt img {
    width: 2.813em;
  }
  .step-def dd {
    line-height: 1.5;
    text-align: left;
    width: 58.182%;
  }
}

.step-txt {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .step-txt {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .step-txt {
    width: 77.333%;
  }
}

.increase {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .increase {
    background: url("../img/increase_bg_pc.jpg") no-repeat center top/auto 100%;
    height: 26.833em;
    padding-top: 2.611em;
  }
}
@media only screen and (max-width: 767px) {
  .increase {
    background: url("../img/increase_bg_sp.jpg") no-repeat center top/100% auto;
    height: 38.321em;
    padding-top: 4.357em;
  }
}

.inc-hl {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .inc-hl {
    margin-bottom: 0.167em;
    width: 61.4%;
  }
}
@media only screen and (max-width: 767px) {
  .inc-hl {
    width: 88%;
  }
}

.inc-catch {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .inc-catch {
    margin-bottom: 1.111em;
  }
}
@media only screen and (max-width: 767px) {
  .inc-catch {
    margin-bottom: 1.786em;
    width: 88%;
  }
}

@media only screen and (min-width: 768px) {
  .inc-txt {
    font-size: 88.889%;
    line-height: 2.3125;
  }
}
@media only screen and (max-width: 767px) {
  .inc-txt {
    line-height: 1.5;
    margin: auto;
    width: 88%;
  }
}

@media only screen and (min-width: 768px) {
  .merit {
    background: url("../img/merit_bg_pc.jpg") no-repeat center top/auto 100%;
    height: 74.056em;
    padding-top: 2.611em;
  }
}
@media only screen and (max-width: 767px) {
  .merit {
    background: #efeded url("../img/merit_bg_sp_02.jpg") no-repeat center bottom/100% auto;
  }
  .merit .container {
    background: url("../img/merit_bg_sp_01.jpg") no-repeat center top/100% auto;
    padding: 3.071em 0 2.357em;
  }
}

@media only screen and (min-width: 768px) {
  .merit-hgroup {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: -moz-flex;
    -moz-justify-content: center;
    display: -ms-flex;
    -ms-justify-content: center;
    display: -o-flex;
    -o-justify-content: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .merit-hgroup {
    margin: 0 auto 1.786em;
    width: 66.667%;
  }
}

@media only screen and (min-width: 768px) {
  .merit-catch {
    margin-right: .8%;
    padding-top: 2.556em;
    width: 41.5%;
  }

  .merit-hl {
    width: 44.2%;
  }

  .merit-inner {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    display: -moz-flex;
    -moz-flex-wrap: wrap;
    -moz-justify-content: space-around;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    -ms-justify-content: space-around;
    display: -o-flex;
    -o-flex-wrap: wrap;
    -o-justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.merit-sec {
  background: #fff;
}
.merit-sec dt {
  border-bottom: 1px solid #009245;
  color: #009245;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .merit-sec {
    border-radius: 0.889em;
    box-shadow: 0.167em 0.167em 0.167em rgba(0, 0, 0, 0.3);
    margin-bottom: 1.667em;
    padding: 1.667em 0;
    width: 48.3%;
  }
  .merit-sec dt {
    font-size: 177.778%;
    line-height: 1.3125;
    margin: 0 auto 0.313em;
    padding-bottom: 0.469em;
    text-align: center;
    width: 86.956%;
  }
  .merit-sec dt img {
    margin: auto;
    width: 3.75em;
  }
  .merit-sec dt p {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -o-flex;
    -o-align-items: center;
    -o-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
  }
  .merit-sec dd {
    font-size: 88.889%;
    line-height: 2;
    margin: auto;
    width: 86.956%;
  }
}
@media only screen and (max-width: 767px) {
  .merit-sec {
    border-radius: 0.571em;
    box-shadow: 0.107em 0.107em 0.107em rgba(0, 0, 0, 0.3);
    margin: 0 auto 1.786em;
    padding: 1.286em 0;
    width: 88%;
  }
  .merit-sec dt {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-align-items: center;
    -o-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 142.857%;
    line-height: 1.225;
    margin: 0 auto 0.6em;
    padding-bottom: 0.375em;
    width: 89%;
  }
  .merit-sec dt img {
    width: 3em;
  }
  .merit-sec dt p {
    width: 12em;
  }
  .merit-sec dd {
    line-height: 1.5;
    margin: auto;
    text-align: justify;
    width: 89%;
  }
}

.reason {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reason {
    background: #d2ecbd url("../img/reason_bg_pc_02.jpg") no-repeat center bottom/auto 96.833em;
    padding: 10.389em 0 2.222em;
  }
}
@media only screen and (max-width: 767px) {
  .reason {
    background: #d2ecbd url("../img/reason_bg_sp_02.png") no-repeat center bottom/100% auto;
    padding-bottom: 3.464em;
  }
  .reason .container {
    background: url("../img/reason_bg_sp_01.jpg") no-repeat center 5em/100% auto;
    padding-top: 8.393em;
  }
}

.reason-hl {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .reason-hl {
    background: url("../img/reason_bg_pc_01.png") repeat-x center top/auto 100%;
    text-align: center;
    width: 100%;
    top: -4.056em;
    left: 0;
  }
  .reason-hl::after {
    content: "";
    border-color: #009245 transparent transparent;
    border-style: solid;
    border-width: 2.111em 2.722em 0;
    display: block;
    filter: drop-shadow(0.556em 0.556em 0.556em rgba(0, 0, 0, 0.15));
    height: 0;
    margin-left: -2.722em;
    width: 0;
    position: absolute;
    top: 10.944em;
    left: 50%;
  }
  .reason-hl img {
    width: 90.909%;
    max-width: 1000px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .reason-hl {
    top: -1.357em;
    left: 0;
  }
}

.reason-sec {
  background: #fff;
  background-image: linear-gradient(to bottom, rgba(221, 221, 221, 0.3) 1px, transparent 0), linear-gradient(to right, rgba(221, 221, 221, 0.3) 1px, transparent 0);
  background-size: 10px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reason-sec {
    box-shadow: 0.556em 0.556em 0.556em rgba(0, 0, 0, 0.15);
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-align-items: center;
    -o-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.389em auto;
    width: 98%;
  }
}
@media only screen and (max-width: 767px) {
  .reason-sec {
    box-shadow: 0.357em 0.357em 0.357em rgba(0, 0, 0, 0.15);
    margin: 0 auto 1.857em;
    padding-bottom: 2.321em;
    width: 88%;
  }
}

.reason-shl {
  background: url("../img/num_bg.png") no-repeat 0 0/100% auto;
  color: #fff;
  display: block;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .reason-shl {
    font-size: 144.444%;
    height: 2.154em;
    padding: 0.692em 0 0 0.846em;
    width: 5.5em;
    top: 0.654em;
    left: -0.769em;
  }
  .reason-shl img {
    margin-left: 0.231em;
    vertical-align: text-top;
    width: 1.615em;
  }
}
@media only screen and (max-width: 767px) {
  .reason-shl {
    font-size: 117.857%;
    height: 2.121em;
    padding: 0.667em 0 0 0.788em;
    width: 5.394em;
    top: 0.667em;
    left: -0.788em;
  }
  .reason-shl img {
    margin-left: 0.182em;
    vertical-align: text-top;
    width: 1.576em;
  }
}

@media only screen and (min-width: 768px) {
  .reason-img {
    width: 35.714%;
  }
}
@media only screen and (max-width: 767px) {
  .reason-img {
    margin-bottom: 1.607em;
  }
}

.reason-def dt {
  color: #006837;
  font-weight: bold;
}
.reason-def dd {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .reason-def {
    margin-right: 1.667em;
    width: 58.98%;
  }
  .reason-def dt {
    font-size: 144.444%;
    line-height: 1.46;
    margin-bottom: 0.462em;
  }
  .reason-def dd {
    font-size: 83.333%;
    line-height: 1.867;
  }
}
@media only screen and (max-width: 767px) {
  .reason-def {
    margin: auto;
    width: 88%;
  }
  .reason-def dt {
    font-size: 114.286%;
    line-height: 1.5;
    margin-bottom: 1.125em;
  }
  .reason-def dd {
    line-height: 1.5357;
  }
}

@media only screen and (max-width: 767px) {
  .reason-sec.reason03 {
    padding-top: 10.714em;
  }
  .reason-sec.reason03 .reason-img {
    position: absolute;
    top: -0.964em;
  }
}
.footer {
  background: #001337;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 1.444em 0 1.222em;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 1.857em 0;
  }
}

.linklist li {
  display: inline-block;
}
.linklist a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .linklist {
    font-size: 72.222%;
    margin-bottom: 1em;
  }
  .linklist a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .linklist {
    font-size: 92.857%;
    margin-bottom: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 72.222%;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 92.857%;
  }
}

/*# sourceMappingURL=style.css.map */
