@charset "UTF-8";
/* CSS Document */
.page_img {
    width: 57.2%;
}
.page_ttl {
    width: 42.8%;
}
section {
    margin-bottom: 100px;
}

.flex {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    flex-wrap: wrap;
}
h3.name{
	width: 6em;
    color: #946134;
    font-weight: bold;
    line-height: 160%;
}
h3.name {
    width: 7em;
    font-size: 1em;
    border-right: 1px solid #d1d1d1;
    padding-right: 0.8em;
    margin-right: 1.5em;
    padding-left: 1em;
}
.top_message_wrap{
	max-width: 896px;
	margin-left: auto;
	margin-right: auto;
}
.top_message {
    background: url(../img/company/topphoto_bg.jpg) no-repeat center / cover;
    padding: 0 2%;
    margin-bottom: 2em;
}
.top_message .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_message .flex .photo{
	width: 38%;
    max-width: 320px;
}
.main_message {
    width: 52.085%;
}
.main_message .ttl {
    max-width: 390px;
    margin: 30px 0 20px;
}
.main_message .txt {
    text-align: right;
}
.main_message .txt img {
    max-width: 250px;
}

.rinen_head {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    font-size: 2em;
    line-height: 160%;
    margin: 60px 0 80px;
}
.rinen_flex{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.rinen_flex > [class*="flex_"] {
    width: 46%;
    margin-bottom: 20px;
}
.rinen_flex h3.ttl{
    color: #40220f;
    font-size: 160%;
    line-height: 100%;
    padding: 0 0 10px 15px;
	background: url("../img/company/dotted.png") repeat-x bottom;
	margin-bottom: 40px;
}
.flex_shaze .txt {
    text-align: right;
    margin-top: 0.7em;
}
.flex_shishin .txt {
    width: calc(100% - 36px);
    margin: 0 auto;
}
.flex_shishin .num {
    color: #946134;
    margin-right: 0.5em;
	font-weight: bold;
}

.shutoku_wrap {
    max-width: 800px;
    margin: 0 auto;
}
.shutoku_wrap .list_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shutoku_wrap .kensu {
    background: #fefae6;
    padding: 1em;
    width: 49.5%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #b18147;
	margin-bottom: 10px;
}
.shutoku_wrap .time {
    text-align: right;
}
.shutoku_wrap .btn {
    margin-top: 30px;
}
.shutoku_wrap .btn .link {
    text-align: center;
    display: block;
    background: #b22222;
    width: 90%;
    max-width: 400px;
    padding: 1em 5px;
    border-radius: 17px;
    line-height: 110%;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #b22222;
    position: relative;
}
.shutoku_wrap .btn .link:after {
    content: "→";
    display: block;
    position: absolute;
    font-size: 1.5em;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    line-height: 100%;
}
.shutoku_wrap .btn .link:hover{
	background: #ffffff;
	color: #b22222;
}
@media screen and (max-width:760px) {
.rinen_flex > [class*="flex_"] {
    width: 100%;
}
}
@media screen and (max-width:600px) {
.top_message {
    background: none;
}
.top_message .flex {
    display: block;
}
.top_message .flex .photo {
    width: 100%;
    max-width: none;
    max-height: 150px;
    margin: 0 auto;
    background: url(../img/company/topphoto_bg.jpg) no-repeat center / cover;
    text-align: center;
}
.top_message .flex .photo img{
	width: auto;
	height: 150px;
}
.main_message {
    width: 100%;
}
.main_message .ttl {
    width: 70vw;
    margin: 15px auto;
}
.main_message .txt img {
    width: 170px;
}
.rinen_head {
    font-size: 1.5em;
    margin: 40px auto;
}
.rinen_flex h3.ttl {
    font-size: 1.3em;
    background-size: auto 3px;
    margin-bottom: 20px;
}
.flex_shaze .img {
    width: 228px;
    margin: 0 auto;
}
.flex_shishin .txt {
    width: 100%;
}
.rinen_flex {
    margin-bottom: 20px;
}
.shutoku_wrap .kensu {
    width: 100%;
    line-height: 100%;
    padding: 0.5em;
    font-size: 1.15em;
}
}