@charset 'UTF-8';

body {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: .09em;
    word-break: break-all;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

.l-heder {
    margin-bottom: 27px;
    padding-bottom: 67px;
    min-width: 980px;
    margin: 0 auto;
}

.l-content .js-view {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.l-content .is-active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.2s ease;
    -webkit-transform: translate(0, 0);
    -webkit-transition: all 1.2s ease;
}

.mainVisual {
    position: relative;
}

.mainVisual .js-view {
    opacity: 0;
}

.mainVisual .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45%;
}

.mainVisual .img--01 {
    z-index: 10;
    background: url(../images/_mainVisual_item01_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--02 {
    z-index: 7;
    background: url(../images/_mainVisual_item02_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--03 {
    z-index: 9;
    background: url(../images/mainVisual_item03_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--04 {
    background: url(../images/_mainVisual_item04_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--05 {
    z-index: 8;
    background: url(../images/mainVisual_item05_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--06 {
    z-index: 0;
    background: url(../images/_mainVisual_item06_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--07 {
    background: url(../images/mainVisual_item07_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--08 {
    background: url(../images/_mainVisual_item08_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--09 {
    background: url(../images/_mainVisual_item09_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mainVisual .img--01.is-active {
    opacity: 1;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.mainVisual .img--02.is-active {
    opacity: 1;
    transition: all 1.5s ease .2s;
    -webkit-transition: all 1.5s ease .2s;
}

.mainVisual .img--03.is-active {
    opacity: 1;
    transition: all 1.5s ease .4s;
    -webkit-transition: all 1.5s ease .4s;
}

.mainVisual .img--04.is-active {
    opacity: 1;
    transition: all 1.5s ease .6s;
    -webkit-transition: all 1.5s ease .6s;
}

.mainVisual .img--05.is-active {
    opacity: 1;
    transition: all 1.5s ease .8s;
    -webkit-transition: all 1.5s ease .8s;
}

.mainVisual .img--06.is-active {
    opacity: 1;
    transition: all 1.5s ease 1s;
    -webkit-transition: all 1.5s ease 1s;
}

.mainVisual .img--07.is-active {
    opacity: 1;
    transition: all 1.5s ease 1.2s;
    -webkit-transition: all 1.5s ease 1.2s;
}

.mainVisual .img--08.is-active {
    opacity: 1;
    transition: all 1.5s ease 1.4s;
    -webkit-transition: all 1.5s ease 1.4s;
}

.mainVisual .img--09.is-active {
    opacity: 1;
    transition: all 1.5s ease 1.6s;
    -webkit-transition: all 1.5s ease 1.6s;
}

.l-footer {
    margin-top: 90px;
    padding: 15px;
    border-top: 1px solid #43a047;
}

.footer .copy {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #43a047;
}

.wrap {
    width: 980px;
    margin: 0 auto;
}

.btn__caption {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 5px;
    text-align: center;
    color: #43a047;
    background: url(../images/icon_cta.png) no-repeat center;
}

.btn__application {
    width: 720px;
    margin: 0 auto;
}

.btn__application a {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 65px;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn__application a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 100px;
    margin-top: -4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn__application a:hover {
    letter-spacing: 5px;
    opacity: .9;
}

.btn__application a:hover:before {
    left: 70px;
}

.btn__application a.green {
    background: #43a047;
}

.btn__application a.red {
    background: #e7717d;
}

.title {
    font-size: 34px;
    line-height: 32px;
    position: relative;
    margin-top: 51px;
    padding: 20px 0;
    text-align: center;
    color: #43a047;
    border-top: 5px solid #66bb6a;
    border-bottom: 1px solid #66bb6a;
}

.title:before {
    position: absolute;
    top: -56px;
    right: 0;
    left: 0;
    width: 283px;
    height: 42px;
    margin: auto;
    content: '';
    background: url(../images/icon_ttl.png) no-repeat;
    background-size: 100% auto;
}

.service {
    padding: 45px 0 93px;
}

.service .item {
    margin: 33px 0 75px;
    letter-spacing: -.8em;
}

.service .item .item__list {
    display: inline-block;
    width: 318px;
    vertical-align: top;
    letter-spacing: normal;
    border-radius: 10px;
    background: #d9edd9;
}

.service .item .item__list:nth-child(2) {
    margin: 0 13px;
}

.service .itemBox {
    position: relative;
    width: 290px;
    height: 220px;
    margin: 12px auto;
    padding-top: 20px;
    padding-bottom: 116px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
}

.service .itemBox p {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 25px;
    color: #43a047;
}

.service .itemBox img {
    position: absolute;
    bottom: 14px;
    left: 57px;
    width: 168px;
}

.service .itemList {
    padding: 10px 23px 5px;
}

.service .itemList p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 10px 20px;
    text-indent: -1.2em;
}

.service .itemList p:before {
    font-size: 18px;
    content: '● ';
    color: #66bb6a;
}

.example {
    padding: 65px 0 85px;
    background: url(../images/bg.png);
}

.example .price {
    font-size: 20px;
    line-height: 40px;
    margin: 55px 0 13px;
    padding-left: 139px;
    color: #fff;
    background: url(../images/icon_price.png) no-repeat;
}

.example .item {
    letter-spacing: -.8em;
}

.example .item .item__list {
    display: inline-block;
    width: 298px;
    margin-right: 43px;
    vertical-align: top;
    letter-spacing: normal;
}

.example .item .item__list:nth-child(3n) {
    margin-right: 0;
}

.example .itemBox p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-left: 8px;
}

.example .itemBox .photo {
    overflow: hidden;
    box-sizing: border-box;
    width: 298px;
    padding: 12px;
}

.example .itemBox .photo img {
    display: block;
    width: 268px;
    transition: transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    border: solid 10px #fff;
}

.example .itemBox .photo:hover img {
    width: 268px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.example .btn__application {
    margin-top: 75px;
}

.order {
    padding: 95px 0 80px;
}

.order .item {
    margin-top: 58px;
}

.order .item .item__list {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    margin-bottom: 65px;
    padding: 35px 120px 35px 120px;
    border: solid 5px #d9edd9;
    border-radius: 20px;
    background: url(../images/icon_no01.png) no-repeat 17px center;
}

.order .item .item__list:nth-child(2) {
    background: url(../images/icon_no02.png) no-repeat 17px center;
}

.order .item .item__list:nth-child(3) {
    margin-bottom: 10px;
    background: url(../images/icon_no03.png) no-repeat 17px center;
}

.order .item .item__list img {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 100px;
    margin: auto;
}

.order .item .item__list:before {
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 60px;
    height: 35px;
    margin: auto;
    content: '';
    background: url(../images/arrow.png) no-repeat;
}

.order .item .item__list:last-child:before {
    display: none;
}

.order .note {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 100px;
    margin-left: 120px;
}

.consultation {
    margin-bottom: 148px;
    text-align: center;
}

.consultation .lead {
    font-size: 24px;
    line-height: 48px;
    margin: 40px 0 20px;
}

.consultation .lead span {
    font-size: 24px;
    line-height: 48px;
    border-bottom: solid 4px #ffd54f;
}

.consultation img {
    width: 403px;
}

.support {
    margin-bottom: 85px;
}

.support .balloon {
    margin-top: 77px;
    letter-spacing: -.8em;
}

.support .balloon:nth-of-type(2) {
    margin-top: 30px;
}

.support .balloon__img,
.support .balloon__txt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

.support .balloon__txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    width: 795px;
    padding: 30px 0;
    text-align: center;
    border: solid 2px #66bb6a;
    border-radius: 20px;
}

.support .balloon__img p {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
    color: #43a047;
}

.support .balloon__img--top {
    margin-right: 55px;
}

.support .balloon__txt--top:before {
    position: absolute;
    top: 33px;
    left: -23px;
    content: '';
    border-top: 13px solid transparent;
    border-right: 23px solid #66bb6a;
    border-bottom: 13px solid transparent;
}

.support .balloon__txt--top:after {
    position: absolute;
    top: 33px;
    left: -20px;
    content: '';
    border-top: 13px solid transparent;
    border-right: 24px solid #fff;
    border-bottom: 13px solid transparent;
}

.support .balloon__img--bottom {
    margin-left: 55px;
}

.support .balloon__txt--bottom:before {
    position: absolute;
    top: 33px;
    right: -23px;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 23px solid #66bb6a;
}

.support .balloon__txt--bottom:after {
    position: absolute;
    top: 33px;
    right: -20px;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 24px solid #fff;
}

.support .form {
    box-sizing: border-box;
    margin: 45px 0 50px;
    padding: 35px 45px 35px 40px;
    letter-spacing: -.8em;
    background: #e8f5e9;
}

.support .form__txt,
.support .form__img {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.support .form__txt {
    font-size: 18px;
    line-height: 38px;
    width: 295px;
    margin-right: 40px;
    ;
}

.support .form__txt span {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    border-bottom: solid 4px #aed581;
}

.support .form__img {
    width: 559px;
}


.interview {
    padding: 75px 0 90px;
    background: url(../images/bg.png);
}

.interview .item {
    margin: 45px 0 50px;
}

.interview .item .item__list {
    margin-bottom: 22px;
}

.interview .itemBox {
    position: relative;
    padding: 17px 42px 25px;
    letter-spacing: -.8em;
    border-radius: 10px;
    background: #fff;
    shape-margin: 20px;
}

.interview .itemBox .itemBox__ttl {
    margin-bottom: 6px;
    text-align: center;
}

.interview .itemBox .itemBox__ttl img,
.interview .itemBox .itemBox__ttl p {
    display: inline-block;
    vertical-align: middle;
}

.interview .itemBox .itemBox__ttl img {
    width: 76px;
    margin-right: 15px;
}

.interview .itemBox .itemBox__ttl p {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #43a047;
}

.interview .itemBox .itemBox__balloon {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    margin-bottom: 27px;
    padding: 20px 0;
    text-align: center;
    border-radius: 20px;
    background: #dce775;
}

.interview .itemBox .itemBox__balloon:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid #dce775;
}

.interview .itemBox .itemBox__ttl,
.interview .itemBox .itemBox__balloon,
.interview .itemBox .itemBox__img,
.interview .itemBox .itemBox__txt {
    vertical-align: top;
    letter-spacing: normal;
}

.interview .itemBox .itemBox__img,
.interview .itemBox .itemBox__txt {
    display: inline-block;
}

.interview .itemBox .itemBox__img {
    box-sizing: border-box;
    width: 298px;
    height: 298px;
    margin-right: 25px;
    padding: 12px;

    background: url(../images/interview_bg.png);
}

.interview .itemBox .itemBox__img img {
    width: 268px;
    height: 268px;
}

.interview .itemBox .itemBox__txt {
    width: 570px;
}

.interview .itemBox .itemBox__txt p,
.interview .itemBox .itemBox__txt span {
    font-size: 16px;
    line-height: 32px;
}

.interview .itemBox .itemBox__txt span {
    font-weight: bold;
}

.interview .itemBox .itemBox__txt p:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #66bb6a dashed;
}

.offer {
    margin-top: 118px;
}

.offer:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.offer .coupon {
    letter-spacing: -.8em;
}

.offer .coupon .coupon__item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 480px;
    margin-top: 46px;
    padding: 10px;
    letter-spacing: normal;
    background: #f1f8e9;
}

.offer .coupon .coupon__item:before,
.offer .coupon .coupon__item:after,
.offer .coupon .coupon__item p:before,
.offer .coupon .coupon__item p:after {
    position: absolute;
    width: 28px;
    height: 28px;
    content: '';
    background: url(../images/icon_leaf.png);
}

.offer .coupon .coupon__item:before {
    top: 15px;
    left: 14px;
}

.offer .coupon .coupon__item:after {
    top: 15px;
    right: 15px;
    transform: rotate(85deg);
}

.offer .coupon .coupon__item p:before {
    bottom: 15px;
    left: 15px;
    transform: rotate(-95deg);
}

.offer .coupon .coupon__item p:after {
    right: 15px;
    bottom: 15px;
    transform: rotate(175deg);
}

.offer .coupon .coupon__item:nth-child(2) {
    margin-left: 20px;
}

.offer .coupon .coupon__item p {
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
    padding: 45px 0;
    text-align: center;
    color: #43a047;
    border: 1px solid #66bb6a;
}

.offer .note {
    font-size: 16px;
    line-height: 24px;
    float: right;
    width: 465px;
    margin-top: 15px;
}

.qa {
    margin-top: 105px;
}

.qa .qaList {
    margin-top: 75px;
}

.qa .qaList .qaList__item {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 70px;
}

.qa .qaList .qaList__item:nth-child(odd) {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #43a047;
}

.qa .qaList .qaList__item:nth-child(even) {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px #66bb6a dashed;
}

.qa .qaList .qaList__item:last-child {
    border-bottom: none;
}

.qa .qaList .qaList__item:before {
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
    position: absolute;
    top: -9px;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 2px solid #43a047;
    border-radius: 50%;
}

.qa .qaList .qaList__item:nth-child(odd):before {
    content: 'Q';
    color: #fff;
    background: #43a047;
}

.qa .qaList .qaList__item:nth-child(even):before {
    content: 'A';
    color: #43a047;
}
