@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/***************************************************************** default settings */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    color: #444;
    background: #fff;
    background-size: 100%;
    line-height: 2;
    -webkit-text-size-adjust: none;
    min-width: 1240px;
    /*font-family: dnp-shuei-mgothic-std, sans-serif;*/
    font-family: 'Zen Maru Gothic', sans-serif;
}
* {
    box-sizing: border-box;
}
p {
    margin: 0 0 20px 0;
}
img {
    max-width: 100%;
}
a {
    color: #63563D;
    color: #555;
    overflow: hidden;
    transition-property: all;
    transition: 0.2s linear;
}
a:hover {
    color: #FF3C4F;
}
img, a img, a:hover img, a:visited img {
    border: none;
    vertical-align: bottom;
    transition: all .6s ease;
}
a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
ul, ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
}
@media screen and (max-width: 800px) {
    body {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.4rem;
        line-height: 2;
        min-width: 0;
    }
}
/***************************************************************** class */
.pc {
    display: block;
}
.sp {
    display: none;
}
.center {
    text-align: center;
}
.mb60 {
    margin-bottom: 60px;
}
iframe {
    border-radius: 20px;
}
.red{
color: #D34345;
}
@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/***************************************************************** basic layout */
.layout {
    width: 1000px;
    margin: auto;
    padding: auto;
    text-align: left;
}
.layout_wide {
    width: 1240px;
    margin: auto;
    padding: auto;
    text-align: left;
}
section {
    margin: 0 0 120px 0;
}
.flex_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 800px) {
    .layout {
        width: 100%;
        padding: 0 20px;
    }
    .layout_wide {
        width: 100%;
    }
    section {
        margin: 0 0 60px 0;
    }
}
/***************************************************************** header */
header {
    margin: 0 0 120px 0;
    padding: 20px 0 0 0;
    position: relative;
    text-align: left;
}
header h1 {
    margin: 0;
    padding: 0;
}
header h1 img {
    width: 300px;
}
nav {
    position: relative;
}
.navi {
    margin: 0;
    padding: 0 40px;
    list-style: none;
    background: #FCDC73;
    position: absolute;
    right: 0;
    top: 30px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
}
.navi li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.navi li a {
    display: block;
    padding: 20px 30px 8px 30px;
    color: #444;
    text-decoration: none;
}
.navi li a:hover {
    color: #598A35;
}
.topimage {
    margin-top: -80px;
    margin-bottom: 40px;
}
.maincopy {
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%, #E7DFC9 98%, #E7DFC9 100%);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}
@media screen and (max-width: 800px) {
    header {
        text-align: center;
        margin: 0 0 60px 0;
    }
    header h1 {
        text-align: center;
    }
    header h1 img {
        width: 200px;
    }
    nav.layout {
        padding: 0 !important;
    }
    .navi {
        margin: 0 10px;
        padding: 0 10px;
        position: relative;
        right: auto;
        top: auto;
        background: none;
        font-size: 0;
    }
    .navi li {
        width: 48%;
        margin: 1%;
        font-size: 14px;
    }
    .navi li a {
        padding: 6px;
        background: #FCDC73;
        border-radius: 20px;
    }
    .topimage {
        margin-top: -40px;
    }
    .maincopy {
        font-size: 16px;
        background-size: 100% 2.0em;
        line-height: 2.0em;
    }
}
/***************************************************************** contents */
h2 {
    display: table;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
    font-size: 2.2em;
    background: linear-gradient(transparent 90%, yellow 90%);
}
h2.features_title {
    line-height: 1.4;
}
h2 span {
    font-size: 2em;
}
h3 {
    display: table;
    margin: 0 0 30px 0;
    font-size: 1.4em;
    background: linear-gradient(transparent 98%, rgba(0, 0, 0, 0.5) 98%);
}
@media screen and (max-width: 800px) {
    h2 {
        font-size: 1.6em;
        margin-bottom: 30px;
    }
}
/***************************************************************** features */
.features_list {
    margin: 0 0 60px 0;
    padding: 40px 0;
    list-style: none;
    background: url("img/bg_features_list.png") no-repeat center top;
}
.features_list li {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    background-repeat: no-repeat;
}
.features_list li span {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    font-weight: normal;
}
.features_list li:nth-child(1) {
    margin-left: 420px;
    padding-left: 100px;
    background-image: url("img/f01.png");
}
.features_list li:nth-child(2) {
    margin-left: 480px;
    padding-left: 100px;
    background-image: url("img/f02.png");
}
.features_list li:nth-child(3) {
    margin-left: 510px;
    padding-left: 100px;
    background-image: url("img/f03.png");
}
.features_list li:nth-child(4) {
    text-align: right;
    margin-right: 440px;
    padding-right: 100px;
    background-image: url("img/f04.png");
    background-position: right top;
}
.features_list li:nth-child(5) {
    text-align: right;
    margin-right: 490px;
    padding-right: 100px;
    background-image: url("img/f05.png");
    background-position: right top;
}
@media screen and (max-width: 800px) {
    .features_list {
        background: url("img/bg_features_list_sp.png") repeat-y;
        background-position: 22px;
        padding: 0;
        margin: 0 0 10px 0;
    }
    .features_list li {
        margin: 0 0 10px 0;
        background-size: 50px;
        font-size: 16px;
    }
    .features_list li span {
        font-size: 13px;
    }
    .features_list li:nth-child(1) {
        margin-left: 0;
        padding-left: 70px;
    }
    .features_list li:nth-child(2) {
        margin-left: 0;
        padding-left: 70px;
    }
    .features_list li:nth-child(3) {
        margin-left: 0;
        padding-left: 70px;
    }
    .features_list li:nth-child(4) {
        text-align: left;
        margin-right: 0;
        padding-right: 0;
        padding-left: 70px;
        background-position: left top;
    }
    .features_list li:nth-child(5) {
        text-align: left;
        margin-right: 0;
        padding-right: 0;
        padding-left: 70px;
        background-position: left top;
    }
}
/***************************************************************** guidance */
.list_step {
    margin: 0 0 60px 0;
    padding: 20px 300px 0 0;
    background: url("img/bg_step.png") no-repeat right top;
}
.list_step dt {
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    width: 140px;
    background: #F4C431;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 1.1em;
    border-radius: 30px;
}
.list_step dt:nth-of-type(2) {
    background: #FAA72C;
}
.list_step dt:nth-of-type(3) {
    background: #EF8136;
}
.list_step dt:nth-of-type(4) {
    background: #E75C3F
}
.list_step dd {
    margin: 0 0 20px 160px;
    padding: 0 0 10px 0;
}
.list_photo {
    margin: 0 0 30px 0;
    padding: 0 20px;
    list-style: none;
}
.list_photo li {
    width: 18%;
    margin: 0 0 20px 0;
}
.list_photo li img {
    border-radius: 20px;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    box-shadow: 6px 6px 0px rgba(217, 220, 118, 1);
}
@media screen and (max-width: 800px) {
    .list_step {
        margin: 0 0 60px 0;
        padding: 20px 0px 0 0;
        background: none;
    }
    .list_step dt {
        width: 100px;
    }
    .list_step dd {
        margin: 0 0 20px 120px;
    }
    .list_photo {
        padding: 0px;
    }
    .list_photo li {
        width: 30%;
    }
}
/***************************************************************** outline */
.table_outline {
    width: 100%;
    margin: 0 0 60px 0;
    border-collapse: separate;
    border-radius: 24px;
    border: 4px solid #A8BD91;
    border-spacing: 0;
}
.table_outline th {
    width: 30%;
    padding: 20px;
    text-align: center;
    background: #F8FAF5;
    border-bottom: 1px dotted #A8BD91;
}
.table_outline td {
    padding: 20px;
    border-bottom: 1px dotted #A8BD91;
}
.table_outline tr:first-child th {
    border-radius: 20px 0 0 0;
}
.table_outline tr:first-child td {
    border-radius: 0 20px 0 0;
}
.table_outline tr:last-child th {
    border-radius: 0 0 0 20px;
    border: none;
}
.table_outline tr:last-child td {
    border-radius: 0 0 20px 0;
    border: none;
}
/***************************************************************** form */
.dl_form {
    margin: 0 0 30px 0;
    padding: 0;
}
.dl_form dt {
    margin: 0 0 0 0;
    padding: 20px 0;
    width: 200px;
    float: left;
    text-align: right;
    font-weight: bold;
}
.dl_form dd {
    margin: 0 0 0 240px;
    padding: 20px 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
    font-size: 1.2em;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
    border: 1px solid #B9CCCB;
    border-radius: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
input.submit_button {
    padding: 20px 60px;
    margin: 10px;
    background:#FF9428;
    color: #fff;
    cursor: pointer;
    border-style: none;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
input.submit_button:hover {
    background: #6C8E24;
    border-style: none;
}
@media screen and (max-width: 800px) {
.dl_form dt {
    margin: 0;
    padding:0;
    width: 100%;
    float: none;
    text-align: left;
}
.dl_form dd {
    margin: 0;
    padding: 0 0 20px 0;
}
}
/***************************************************************** footer */
footer {
    background: url("img/bg_footer.png") repeat-x;
    padding: 60px 20px 10px 20px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}
@media screen and (max-width: 800px) {}