@charset "UTF-8";
/*------------------------------------------------------------

    page.css

------------------------------------------------------------*/
.body__page {
    font-size: 1.4rem;
}
.main__bg,
.main__summary {
    background-color: #f2f2f2;
}
@media screen and (min-width: 1200px) {
    .body__page {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------

    下層メインビジュアル

------------------------------------------------------------*/
.page__mv {
    margin-bottom: 12px;
    position: relative;
}
.page__mv::before {
    content: "";
    display: inline-block;
    background-color: #007628;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
}
.main__bg .page__mv::before,
.main__summary .page__mv::before {
    z-index: 1;
}
.main__bg .page__mv::after,
.main__summary .page__mv::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: calc(100% + 45px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.page__mv__main {
    width: 100%;
    height: 200px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main__bg .page__mv__main,
.main__summary .page__mv__main {
    position: relative;
    z-index: 2;
}
.page__mv__ttl {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
}
.page__mv__ttl__en {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .page__mv {
        padding-left: 20px;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .page__mv {
        padding-left: 60px;
    }
    .page__mv::before {
        width: calc(100% - 60px);
    }
}
@media screen and (min-width: 1200px) {
    .page__mv {
        margin-bottom: 35px;
        padding-left: 90px;
    }
    .page__mv::before {
        top: 90px;
        width: calc(100% - 90px);
    }
    .main__bg .page__mv::after,
    .main__summary .page__mv::after {
        height: calc(100% + 90px);
    }
    .page__mv__main {
        height: 350px;
        padding: 0 60px;
    }
    .page__mv__ttl {
        font-size: 4.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .page__mv__ttl__en {
        font-size: 2rem;
        margin-left: 40px;
    }
}
@media screen and (min-width: 1600px) {
    .page__mv__main {
        padding-left: 150px;
    }
}
@media screen and (min-width: 1800px) {
    .page__mv__main {
        padding-left: 270px;
    }
}
/*------------------------------------------------------------

    下層パンくず

------------------------------------------------------------*/
.breadcrumb {
    margin-bottom: 65px;
}
.main__bg .breadcrumb,
.main__summary .breadcrumb {
    z-index: 2;
    position: relative;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__item>a,
.breadcrumb__item:last-child {
    color: #fff;
    font-size: 1.2rem;
}
.breadcrumb__item:last-child {
    color: #8abd9b;
}
.breadcrumb__item {
    position: relative;
}
.breadcrumb__item+.breadcrumb__item {
    margin-left: 25px;
}
.breadcrumb__item:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    background-color: #64aa36;
    position: absolute;
    top: 10px;
    right: -15px;
}
@media screen and (max-width: 767px) {
    .breadcrumb__item:not(:first-child):not(:last-child)>a {
        max-width: 13em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb__item:last-child {
        max-width: 5em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media screen and (min-width: 768px) {
    .breadcrumb__item>a:hover {
        color: #8abd9b;
    }
}
@media screen and (min-width: 1200px) {
    .breadcrumb {
        margin-bottom: 150px;
    }
    .breadcrumb__item>a,
    .breadcrumb__item:last-child {
        font-size: 1.4rem;
    }
    .breadcrumb__item:not(:last-child)::before {
        top: 12px;
        right: -25px;
    }
    .breadcrumb__item+.breadcrumb__item {
        margin-left: 45px;
    }
}
/*------------------------------------------------------------

    下層ページ内リンク

------------------------------------------------------------*/
.anchor.content {
    margin-bottom: 90px;
}
.anchor__box {
    font-size: 1.4rem;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .anchor__box::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #64aa36;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }
    .anchor__box:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }
}
@media screen and (min-width: 992px) {
    .anchor.content {
        margin-bottom: 120px;
    }
    .anchor__box {
        font-size: 1.6rem;
        padding-bottom: 20px;
    }
    .anchor .anchor__25>[class*="fx-col"]:nth-child(n+5) {
        margin-top: 22px;
    }
}
/*------------------------------------------------------------

    下層タイトル

------------------------------------------------------------*/
.page__ttl {
    font-weight: bold;
    position: relative;
}
.page__ttl_1 {
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 15px;
    margin: -13px 0 30px;
}
.page__ttl_1.type_2,
.page__ttl_1.type_2+p {
    color: #fff;
}
.page__ttl_1::before {
    content: "";
    display: inline-block;
    background-color: #007528;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page__ttl_1.type_2::before {
    background-color: #fff;
}
.page__ttl_1+p {
    margin-bottom: 50px;
}
.page__ttl_2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    padding: 3px 0 3px 10px;
    border-left: 4px solid #007528;
    border-bottom: 1px solid #d6d6d6;
}
.page__ttl_3 {
    font-size: 2.4rem;
    margin: -10px 0 5px;
    color: #007628;
}
.page__ttl_3.ttl_m,
.page__ttl_3.ttl_s {
    font-size: 1.8rem;
    margin: -8px 0 5px;
}
.page__ttl_4 {
    background-color: #f2f2f2;
    padding: 8px 30px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.page__ttl_4::before {
    content: "";
    display: inline-block;
    background-color: #007629;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 21px;
    left: 15px;
}
@media screen and (min-width: 768px) {
    .page__ttl_1+p {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .page__ttl_1 {
        font-size: 4rem;
        margin: -18px 0 40px;
    }
    .page__ttl_1+p {
        margin-bottom: 80px;
    }
    .page__ttl_2 {
        font-size: 3rem;
        margin-bottom: 30px;
        padding: 5px 0 5px 15px;
    }
    .page__ttl_3 {
        font-size: 2.8rem;
        margin: -13px 0 10px;
    }
    .page__ttl_3.ttl_m {
        font-size: 2.2rem;
    }
    .page__ttl_4 {
        font-size: 2.2rem;
        padding: 9px 40px;
    }
    .page__ttl_4::before {
        top: 25px;
        left: 20px;
    }
}
/*------------------------------------------------------------

    下層テキスト

------------------------------------------------------------*/
.bold {
    font-weight: bold;
}
.storng__txt {
    color: #5ea835;
    font-weight: bold;
}
.color1 {
    color: #5fa835;
}
.link {
    color: #306fb0;
    font-size: 1.4rem;
}
.link__inline {
    display: inline-block;
}
.link__map {
    margin-left: 20px;
}
.link__line {
    border-bottom: 1px solid #306fb0;
    -webkit-transition: border-bottom .4s;
    -o-transition: border-bottom .4s;
    transition: border-bottom .4s;
}
.link .icon-open {
    margin-left: 5px;
}
.link .icon-open::before {
    color: #306fb0;
    font-size: 1.5rem;
}
.txt__box p+p {
    margin-top: 10px;
}
.notes {
    margin-top: 20px;
}
.notes p,
.notes__txt {
    position: relative;
    padding-left: 1em;
    color: #616161;
    font-size: 1.4rem;
    line-height: 1.5;
}
.notes p::before,
.notes__txt::before {
    content: "※";
    display: inline-block;
    color: #616161;
    position: absolute;
    top: 0;
    left: 0;
}
.notes__txt::before {
    top: -3px;
}
.notes p+p {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .link:hover .link__line {
        border-bottom-color: transparent;
    }
}
@media screen and (min-width: 1200px) {
    .link {
        font-size: 1.6rem;
    }
    .txt__box p+p {
        margin-top: 20px;
    }
}
/*------------------------------------------------------------

    下層リスト

------------------------------------------------------------*/
.list li {
    position: relative;
    padding-left: 20px;
}
.list li+li {
    margin-top: 5px;
}
.list.list__1 li::before {
    content: "";
    display: inline-block;
    background-color: #64aa36;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
}
.list__2 {
    counter-reset: num;
}
.list.list__2 li::before {
    counter-increment: num;
    content: counter(num);
    color: #64aa36;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}
.list.list__3 li {
    padding-left: 50px;
}
.list.list__3 li .i__check {
    position: absolute;
    top: 0;
    left: 0;
}
/*------------------------------------------------------------

    下層テーブル

------------------------------------------------------------*/
.table__1 th {
    color: #007628;
    font-weight: bold;
    margin-bottom: 10px;
}
.table__1 td {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.table__1 th,
.table__1 td {
    display: block;
}
.table__box_1+.table__box_1 {
    margin-top: 20px;
}
.table__box_1>.bold {
    margin-bottom: 5px;
}
.table__2 th,
.table__2 td {
    display: block;
    padding: 15px;
}
.table__2 th {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .table__1 tr:first-child th {
        padding-top: 10px;
    }
    .table__1 tr:not(:last-child) td {
        margin-bottom: 10px;
    }
    .table__2 th {
        border-top: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
    }
    .table__2 td {
        border-right: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
    }
    .table__2 tr:last-child td {
        border-bottom: 1px solid #d6d6d6;
    }
}
@media screen and (min-width: 768px) {
    .table__1 th {
        width: 280px;
        border-bottom: 1px solid #d6d6d6;
        position: relative;
    }
    .table__1 th::before {
        content: "";
        display: inline-block;
        background-color: #007628;
        width: 250px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }
    .table__1 th,
    .table__1 td {
        padding: 25px 0;
        display: table-cell;
    }
    .table__1 tr:first-child th,
    .table__1 tr:first-child td {
        padding-top: 0;
    }
    .table__2 th,
    .table__2 td {
        display: table-cell;
    }
    .table__2 th {
        border-top: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        width: 250px;
    }
    .table__2 td {
        border-top: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
    }
    .table__2 tr:last-child th,
    .table__2 tr:last-child td {
        border-bottom: 1px solid #d6d6d6;
    }
}
@media screen and (min-width: 992px) {
    .table__2 th,
    .table__2 td {
        padding: 34px 30px;
    }
    .table__2 th {
        font-size: 1.8rem;
        width: 320px;
    }
}
/*------------------------------------------------------------

    下層その他

------------------------------------------------------------*/
.box__type_1 {
    border: 1px solid #d6d6d6;
    padding: 20px;
}
@media screen and (min-width: 1200px) {
    .box__type_1 {
        padding: 30px 30px 26px;
    }
}
/*------------------------------------------------------------

    下層写真+テキストレイアウト

------------------------------------------------------------*/
.img__box>img {
    display: block;
    margin: 0 auto 20px;
}
.img__box .page__ttl_3 {
    text-align: center;
}
/*------------------------------------------------------------

    下層flexレイアウト

------------------------------------------------------------*/
.flex__box_1 {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .flex__box_1>ul>li:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media screen and (min-width: 992px) {
    .flex__box_3__txt {
        line-height: 1.95
    }
}
@media screen and (min-width: 1200px) {
    .flex__box_1 {
        margin-bottom: 90px;
    }
    .flex__box_1 .page__ttl_2 {
        margin-bottom: 40px;
    }
}
/*------------------------------------------------------------

    エントリーフォーム

------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: #939393;
}
::-moz-placeholder {
    color: #939393;
}
:-ms-input-placeholder {
    color: #939393;
}
::-ms-input-placeholder {
    color: #939393;
}
::placeholder {
    color: #939393;
}
.form__table input[type="text"],
.form__table input[type="tel"],
.form__table input[type="email"],
.form__table textarea {
    border: 1px solid #d6d6d6;
    padding: 3px 10px;
    font-size: 1.4rem;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.form__table input[type="text"]:focus,
.form__table input[type="tel"]:focus,
.form__table input[type="email"]:focus,
.form__table textarea:focus {
    border-color: #007628;
}
.form__table input.input__min {
    max-width: 200px;
}
.must,
.any {
    font-size: 1.2rem;
    color: #ab1725;
    border: 1px solid #ab1725;
    padding: 3px 7px;
    line-height: 1;
    font-weight: normal;
}
.any {
    color: #616161;
    border: 1px solid #616161;
}
.entry-gender .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 20px;
}
.entry-gender input {
    display: none;
}
.entry-gender .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
}
.entry-gender .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}
.entry-gender .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.entry-gender input:checked~.wpcf7-list-item-label::before {
    border-color: #007628;
}
.entry-gender input:checked~.wpcf7-list-item-label::after {
    background-color: #007628;
}
.form__address>li+li {
    margin-top: 10px;
}
.type__select {
    border: 1px solid #d6d6d6;
    width: 300px;
    height: 33px;
    padding-left: 10px;
    font-size: 1.4rem;
}
.entry-zip>input[type="text"] {
    width: 300px;
}
.entry-prefectures {
    position: relative;
}
.entry-prefectures::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #64aa36;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.entry-acceptance {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #d6d6d6;
    display: block;
}
.entry-acceptance label {
    padding: 15px;
    display: block;
}
.entry-acceptance input {
    display: none;
}
.entry-acceptance .wpcf7-list-item-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-acceptance .wpcf7-list-item-label::before,
.entry-acceptance .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.entry-acceptance .wpcf7-list-item-label::before {
    min-width: 25px;
    min-height: 25px;
    background-color: #f2f2f2;
    margin-right: 20px;
}
.entry-acceptance .wpcf7-list-item-label::after {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: hidden;
    -webkit-transition: visibility .4s;
    -o-transition: visibility .4s;
    transition: visibility .4s;
}
.entry-acceptance input:checked~.wpcf7-list-item-label::before {
    background-color: #007628;
}
.entry-acceptance input:checked~.wpcf7-list-item-label::after {
    visibility: visible;
}
.form__wrap .btn__type-2+.wpcf7-validation-errors {
    display: none;
}
.form__wrap .btn__type-2 {
    max-width: 335px;
    margin: 0 auto;
}
.form__wrap .btn__type-2>span,
.form__wrap .btn__type-2 input {
    width: 335px;
    height: 55px;
    margin-left: -20px;
    padding-left: 20px;
}
/* エラー時 */
.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ab1725;
}
.wpcf7-not-valid::-moz-placeholder {
    color: #ab1725;
}
.wpcf7-not-valid:-ms-input-placeholder {
    color: #ab1725;
}
.wpcf7-not-valid::-ms-input-placeholder {
    color: #ab1725;
}
.wpcf7-not-valid::placeholder {
    color: #ab1725;
}
.form__table input[type].wpcf7-not-valid {
    background-color: #f7eff0;
    border: none;
}
td span.wpcf7-not-valid-tip {
    font-size: 1.2rem;
    color: #ab1725;
    display: block;
}
.screen-reader-response,
.btn__type-2+.wpcf7-response-output {
    display: none !important;
}
@media screen and (min-width: 992px) {
    .form__table th,
    .form__table td {
        font-size: 1.8rem;
    }
    .form__table input[type="text"],
    .form__table input[type="tel"],
    .form__table input[type="email"] {
        padding: 7px 15px;
        font-size: 1.8rem;
    }
    .entry-gender .wpcf7-list-item-label::before {
        width: 24px;
        height: 24px;
    }
    .entry-gender .wpcf7-list-item-label::after {
        top: 5px;
        left: 8px;
    }
    .type__select {
        height: 45px;
        font-size: 1.8rem;
    }
    .entry-acceptance label {
        padding: 12px 15px;
    }
    .entry-acceptance .wpcf7-list-item-label::after {
        top: 12px;
    }
    .form__address>li+li {
        margin-top: 20px;
    }
    .form__wrap .btn__type-2 {
        max-width: 420px;
    }
    .form__wrap .btn__type-2>span,
    .form__wrap .btn__type-2 input {
        width: 420px;
        height: 70px;
        margin-left: -30px;
        padding-left: 30px;
    }
}
/*------------------------------------------------------------

    テンプレページ構成

------------------------------------------------------------*/
.main__template .page__mv__main {
    background-image: url('../img/template/img_mv_bg_sp.jpg');
}
.temp__list {
    margin-top: 5px;
}
.temp__list li {
    display: inline-block;
}
.temp__list li:not(:last-child) {
    margin-right: 20px;
}
.temp_notes {
    margin-bottom: 40px;
}
.main__template .list+.list {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .temp__list li:last-child {
        margin-top: 5px;
    }
}
@media screen and (min-width: 768px) {
    .temp__btn__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .temp__btn__list li:first-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .temp__btn__list li:last-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .main__template .page__mv__main {
        background-image: url('../img/template/img_mv_bg_pc.jpg');
    }
    .temp__list {
        margin-top: 10px;
    }
    .temp_notes {
        margin-bottom: 60px;
    }
    .main__template .list+.list {
        margin-top: 40px;
    }
}


.main__vietnam {
    font-family: 'Roboto', sans-serif;
}