@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #444444;
    line-height: 2;
    background: #fff;
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 2rem;
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 2.5rem;
}
.pc_none {
    display: none;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
}
input,
select,
textarea {
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="file"] {
    font-size: .875rem;
}

/* layout
---------------------------------------------------------- */
#header {
    width: 100%;
    padding-top: 1.5rem;
    margin: 0 auto;
}
#main {
    width: 100%;
}
footer .footer_box {
    width: 80%;
    margin: 0 auto;
}

/* header
---------------------------------------------------------- */
/*main_image*/
#main {
    width: 1280px;
    margin: 0 auto;
}

/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
#sec2 {
    display: flex;
    justify-content: space-between;
    padding: 50px 190px ;
}
#sec2 div {
    width: 420px;
}
#sec2 div img {
    margin-bottom: 25px;
}
#sec2 div p {
    width: 360px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: bold;
}
#sec3 {
    background: #00a99d;
    padding: 0 70px;
    position: relative;
}
#sec3 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 78px;
    text-align: center;
    line-height: 1.4;
}
#sec3 h2 span {
    font-size: 200px;
    color: #f9f871;
    font-weight: bold;
}
#sec3 > p {
    position: absolute;
    left: 80px;
    top: 50px;
    background: #f9f871;
    font-size: 47px;
    font-weight: bold;
    transform: rotate(-4deg);
    padding: 10px;
    line-height: 1;
}
.sec3_box1 {
    border-radius: 10px;
    background: #fff;
    padding: 40px;
    margin-bottom: 75px;
}
.sec3_box1:last-child {
    margin-bottom: 0;
}
.sec3_box1 span {
    display: block;
    border-bottom: dotted 2px #00a99d;
    margin-bottom: 40px;
}
.sec3_box1 span img {
    width: 6%;
    margin: 0 47% 40px 47%;
}
.sec3_box1 h3 {
    width: 100%;
    text-align: center;
}
.sec3_box1 h3 {
    font-size: 60px;
    font-weight: bold;
    color: #00a99d;
    background: #f9f871;
    padding: 10px 10px 5px 10px;
    margin-bottom: 50px;
}
.sec3_box1 h4 {
    font-weight: bold;
    color: #008f85;
    font-size: 30px;
    margin-top: 40px;
}
.sec3_box1 p {
    font-size: 30px;
    margin-bottom: 0;
}
#sec4 h2 {
    background: #00a99d;
    padding-top: 75px;
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    text-align: center;
}
#sec4 h2 span {
    color: #ffff00;
    font-weight: bold;
    font-size: 80px;
}
#sec4 ul {
    background: #00a99d;
    padding: 75px 70px 0 70px;
}
#sec4 ul li {
    border-radius: 50px;
    background: #fff;
    text-align: center;
    padding: 8px 10px 5px 10px;
    font-size: 30px;
    margin-bottom: 40px;
    color: #00a99d;
    font-weight: bold;
}
#sec4 ul li:last-child {
    margin-bottom: 0
}
#sec4 p.sec4_comment1 {
    background: url(../img/bg1.png) left bottom no-repeat #fff;
    padding: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 40px;
}
#sec4 p.sec4_comment2 {
    color: #333;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
#sec5,#sec6 {
    margin: 75px 70px 70px 70px;
}
#sec5 h2,#sec6 h2 {
    font-weight: bold;
    font-size: 60px;
    color: #00a99d;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}
.sec5_box1,.sec5_box2 {
    background: #39bc99;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    border-radius: 30px;
}
.sec5_box2 {
    background: #00a99d;
}
.sec5_box1 p,.sec5_box2 p {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    width: 60%;
}
.sec5_box1 img,.sec5_box2 img {
    width: 35%;
}
#sec5 > p {
    color: #00a99d;
    font-weight: bold;
}
.sec6_box1 {
    border: solid 5px #00a99d;
    border-radius: 20px;
    padding: 40px;
}
.sec6_box1 h2 {
    display: flex;
    align-items: center;
    border-bottom: dotted 2px #00a99d;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.sec6_box1 h2 img {
    width: 30%;
    display: inline-block;
    margin-right: 10%;
}
.sec6_box1 h2 span {
    background: #f9f871;
    font-weight: bold;
    font-size: 60px;
    color: #333;
    display: block;
    padding: 8px 10px 5px 10px;
    width: 100%;
}
.sec6_box1 p {
    font-size: 30px;
    margin-bottom: 0;
}
.sec6_box2 {
    height: 80px;
    width: 5px;
    margin: 0 auto;
    background: #00a99d;
}
#sec7 {
    background: #00a99d;
    padding: 50px 0 70px 0;
}
#sec7 h2 {
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    text-align: center;
}
form#mailformpro dl {
    display: block;
}
form#mailformpro dl dt {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    width: 100%;
}
form#mailformpro dl dd {
    width: 100%;
}
.mfp_element_text,.mfp_element_tel, .mfp_element_email {
    border: none;
}
.mfp_element_email, #mfp_element_4, form#mailformpro dl dd textarea {
    width: 100% !important;
    border: none !important;
    padding: 2rem 2rem;
}
.mfp_element_submit, .mfp_element_reset {
    background: #f9f871;
    color: #008f85;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10rem;
}
.mfp_col10 {
    display: flex;
    justify-content: space-between;
}
.mfp_element_email,
#mfp_element_4, form#mailformpro dl dd textarea {
    width: 24rem;
    border: solid 1px #444444;
}
.mfp_element_email {
    width: 100%;
}
.thanks_box {
    width: 1070px;
    margin: 1rem auto;
    line-height: 1.8;
    font-size: 14px;
}
.thanks_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.texarea_dt {
    padding: 130px 0 0 0 !important;
}
.svg_mail1 path {
    fill: #ff0000;
}
#main.thanks h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #008f85;
}
#main.thanks p {
    font-size: 30px;
    margin-bottom: 60px;
}

/* footer
---------------------------------------------------------- */
/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}
footer h2 {
    font-weight: bold;
    color: #008f85;
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
}
footer {
    padding: 70px 70px 0 70px;
    width: 1280px;
    margin: 0 auto;
}
table {
    width: 100%;
}
table th,table td {
    padding: 20px;
    width: 50%;
    border: solid 2px #008f85;
    color: #008f85;
    font-weight: bold;
    font-size: 30px;
}
table {
    margin-bottom: 100px;
}
#address {
    padding:10px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #444;
}