@charset "Shift_JIS";

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
th, td {
    border: 1px solid #999;
    padding: .5em;
}
th {
    font-weight: bold;
    text-align: center;
}
ul li {
	margin: 0;
}
li {
    list-style: none;
}
p {
    margin: 0 0 1.5em;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.center {
    text-align: center;
}
.position_rel {
    position: relative;
}
.flex-align {
    display: block;
    align-items: center;
    justify-content: space-between;
}
.title {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #39934A;
    margin-bottom: 38px;
    position: relative;
    padding-left: 65px;
    display: block;
}
.section06_banner {
    padding: 43px 0 34px;
    background: url(../images/section06_bkg.png) no-repeat;
    background-size: cover;
	margin: 60px 0 0 ;
}
.section06_banner .desc {
    color: #fff;
    letter-spacing: 0.02rem;
}
.section06_banner .contact_info {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 19px 11px 20px 13px;
    width: 660px;
    height: 140px;
    margin: 0 auto;
}
.section06_banner .contact_info .box_01 {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    letter-spacing: 0.06rem;
}
.section06_banner .contact_info .box_01 .span_01 {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    background-color: #39934A;
    display: block;
    width: 200px;
    position: relative;
    margin-right: 15px;
}
.section06_banner .contact_info .box_01 .span_01:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #39934A;
    transform: rotate(45deg);
    right: -7px;
    top: calc(50% - 7px);
}
.section06_banner .contact_info .box_02 {
    font-size: 16px;
    color: #39934A !important;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02rem;
    padding-left: 4px;
}
.section06_banner .contact_info .box_01 .span_02 {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #39934A !important;
    position: relative;
    padding-left: 65px;
    letter-spacing: 0.1rem;
	text-decoration: none !important;
}
.section06_banner .contact_info .box_01 .span_02:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 30px;
    background: url(../images/phone_blue.png)no-repeat;
    background-size: 46px;
    left: 9px;
    top: 2px;
}
.under #main .section06_banner .contact_info a.box_02 {
    color: #39934A;
}
.under #main .section06_banner .contact_info .box_01 .span_03 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    color: #39934A;
    position: relative;
    padding-left: 65px;
    letter-spacing: 0.1rem;
}
.section06_banner .contact_info .box_01 .span_03:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 50px;
    background: url(../images/icon_mail.png)no-repeat;
    background-size: 55px;
    left: 9px;
    top: 3px;
}

#section08 {
    padding: 54px 0 33px;
    background: url(../images/section08_bkg.jpg) no-repeat;
    background-size: cover;
	margin-bottom: 80px;
}
#section08 li {
    min-height: 170px;
    padding: 53px 20px 30px 30px;
    background: #ffffff;
}
.top_list_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_list_01 li {
    position: relative;
    justify-content: space-between;
}
.top_list_01 li {
    width: 385px;
    -moz-box-shadow: -2px 0px 11px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 0px 11px 0px rgb(0 0 0 / 30%);
    box-shadow: -2px 0px 11px 0px rgb(0 0 0 / 30%);
    padding: 38px 20px 17px 21px;
    margin-bottom: 28px;
}
.top_list_01 .title {
	padding-left: 0;
}
.top_list_01 a.title {
	cursor: pointer;
	color: #6f6d6d !important;
}
.top_list_01 a.title:hover {
	opacity: 0.7;
}
.h3_desc, .desc {
    font-size: 15px;
}
.title_slogan_custom {
    text-align: center;
    margin: 0 auto 10px auto;
}
.title_slogan_custom span {
    display: inline-block;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 0 16px;
    color: #fff !important;
    letter-spacing: 0.01rem;
}
.title_slogan_custom span:before {
    left: -115px;
}
.title_slogan_custom span:after {
    right: -115px;
}
.title_slogan_custom span:before, .title_slogan_custom span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 115px;
    top: calc(50% - 0.5px);
}
.to-top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.to-top {
    position: fixed;
    z-index: 100;
    width: 60px;
    height: 60px;
    bottom: 0;
	right: 400px;
    cursor: pointer;
    transition: all 0.2s;
	visibility: hidden;
}
.to-top img {
    width: 100%;
}