@charset "UTF-8";

#page_header{background-color: #97cfac;}



.title_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}

.section_01,.bg_breadcrumb {
    background-color: #fff;
}

.st_title {
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 3em;
}
.st_title p {
    color: #44a98a;
    font-family: 'Century Gothic',Futura;
    font-size: 1.4em;
}
.st_title h3 {
    font-size: 2em;
    margin: 0 auto;
    padding: 0.8em 0 1em;
}
.st_title::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background-color: #44a98a;
}
.st_img1 {
    width: 60%;
    margin: 0 auto 3em;
}
.st_img1 img {
    width: 100%;
}
.st_tx1 p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 1em;
}
.st_tx1 p:last-of-type {
    margin-bottom: 0;
}
.st_img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em
}
.st_img2 ul li {
    width: 48%;
    margin-bottom: 2em;
}
.st_img2 ul li img {
    width: 100%;
}
.st_img2 ul li p {
    margin-top: 0.5em;
    line-height: 1.5;
    font-size: 0.84em;
}

.section_02 {
    background-color: #eef6f2;
}
.ac_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ac_img {
    width: 40%;
}
.ac_img img {
    width: 100%;
}
.ac_doc {
    width: 55%;
    line-height: 1.7;
}
.ac_doc h4 {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 1em;
}
.ac_doc dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 1.5em 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.ac_doc dl dt {
    width: 8em;
    flex-shrink: 0;
}
.ac_doc dl dd {
    width: calc(100% - 10em);
    margin-bottom: 1em;
}
.ac_doc dl dd:last-child {
    margin-bottom: 0;
}
.ac_doc dl dd p {
    margin-bottom: 1em;
}
.ac_doc dl dd p:last-of-type {
    margin-bottom: 0;
}

.gmap {
    height: 400px;
}
.gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.yurai {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    border: 1px solid #44a98a;
    padding: 2.5em 3em;
    background-color: #fff;
}
.yurai h4 {
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
}
.yurai p {
    line-height: 1.7;
    margin-top: 1em;
}
.yurai p:last-of-type {
    text-align: right;
}

.outline dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: 1px solid #333;
}
.outline dl dt {
    position: relative;
    box-sizing: border-box;
    width: 10em;
    flex-shrink: 0;
    border-bottom: 1px solid #333;
    padding: 1em 2em;
}
.outline dl dt::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 85%;
    background-color: #333;
}
.outline dl dd {
    box-sizing: border-box;
    width: calc(100% - 10em);
    border-bottom: 1px solid #333;
    padding: 1em 2em;
}

.profile ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.profile ul li img {
    width: 100%;
}
.profile ul li:first-child {
    width: 25%;
}
.profile ul li:last-child {
    width: 70%;
    line-height: 1.7;
}
.profile h4 {
    font-weight: normal;
}
.profile h5 {
    font-size: 1.24em;
    font-weight: normal;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
}
.profile p {
    margin-bottom: 1em;
}
.profile p:last-of-type {
    margin-bottom: 0;
}

.award {
    background-color: #fff;
    padding: 0 3em 3em;
}
.aw_sub {
    margin: 0 auto;
    width: 300px;
    aspect-ratio: 729 / 259;
    background-image: url("../img/bg_tx.png");
    background-size: cover;
    margin-bottom: 3em;
}
.aw_sub span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;;
    color: #fff;
    font-size: 1.8em;
    padding-bottom: 9%;
    width: 100%;
    height: 100%;
}

.award dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    line-height: 1.7;
}
.award dl dt {
    position: relative;
    box-sizing: border-box;
    width: 8em;
    flex-shrink: 0;
    border-bottom: 1px solid #333;
    padding: 1em 2em;
    background-color: #eef6f2;
    text-align: center;
}
.award dl dd {
    box-sizing: border-box;
    width: calc(100% - 8em);
    border-bottom: 1px solid #333;
    padding: 1em 2em;
}
.aw_tx {
    font-size: 0.84em;
    line-height: 1.5;
} 
.aw_img {
    width: 60%;
    margin: 0 auto;
}
.aw_img img {
    width: 100%;
}
.aw_img p {
    text-align: center;
    line-height: 1.7;
    margin-top: 0.5em;
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_pc.svg");}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}

.st_title {
    margin-bottom: 3em;
}
.st_title p {
    font-size: 1.16em;
}
.st_title h3 {
    font-size: 1.6em;
    padding: 0.8em 0 1em;
}
.st_title::after {
    width: 80px;
}
.st_img1 {
    width: 80%;
    margin: 0 auto 3em;
}
.st_tx1 p {
    text-align: left;
    margin-bottom: 1em;
}

.ac_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.ac_img {
    width: 80%;
    margin-bottom: 3em;
}
.ac_doc {
    width: 100%;
}
.ac_doc h4 {
    font-size: 1.24em;
    margin-bottom: 1em;
}
.ac_doc dl {
    font-size: 0.92em;
}

.yurai {;
    padding: 1.5em 2em;
}
.yurai h4 {
    font-size: 1.4em;
}

.outline dl {
    font-size: 0.92em;
}

.profile ul {
    justify-content: space-around;
}
.profile ul li:first-child {
    width: 70%;
    margin-bottom: 2em;
}
.profile ul li:last-child {
    width: 100%;
}

.award {
    background-color: #fff;
    padding: 0 1em 1em;
}
.aw_sub {
    width: 200px;
    margin-bottom: 2em;
}
.aw_sub span {
    font-size: 1.24em;
}
.award dl {
    font-size: 0.92em;
}
.award dl dt {
    width: 100%;
    border-bottom-width: 0;
    padding: 0.3em 1.5em;
    text-align: left;
}
.award dl dd {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 1em 1.5em;
}
.aw_tx {
    font-size: 0.76em;
} 
.aw_img {
    width: 80%;
}
.aw_img p {
    font-size: 0.84em;
}


}
