@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main-visual {
    margin: 0 0 67px;
    padding: 86px 15px 0;
    position: relative;
    background: url("../images/index/main_visual_bg.jpg") no-repeat center top;
    background-size: 1920px 595px;
}
.main-visual:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 595px;
    background: #FFFBEF;
    content: "";
    z-index: -1;
}
.main-visual .content {
    position: relative;
    overflow: hidden;
    max-width: 995px;
    padding: 0;
}
.main-visual .img-box {
    position: absolute;
    left: -30px;
    top: -10px;
    width: 588px;
	z-index: 10;
}
.main-visual .img-list {
    margin-bottom: -96px;
	padding-bottom: 96px;
}
.main-visual .img-list li {
    float: left;
    width: 100%;
    height: 602px;
    background: url("../images/index/main_img01.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 0 100px 0 100px;
}
.main-visual .img-list .bg02 {
    background: url("../images/index/main_img02.jpg") no-repeat center center;
    background-size: cover;  
}
.main-visual .img-list .bg03 {
    background: url("../images/index/main_img03.jpg") no-repeat center center;
    background-size: cover;  
}
#main .search-sec .head-line01 {
	margin-bottom: -27px;
	position: relative;
	z-index: 10;
}
#main .search-sec .form-box {
	max-width: 730px;
	padding: 70px 10px 72px;
	margin: 0 auto 135px;
	background: #FFFBEF;
	box-sizing: border-box;
}
#main .search-sec .group1 {
	max-width: 450px;
	margin: 0 auto;
}
#main .search-sec .group1 p {
	margin-bottom: 9px;
	color: #502C1D;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .search-sec .group1 select {
	width: 100%;
	height: 40px;
	color: #A6ADB4;
	padding: 5px 10px;
	font-size: 1.3rem;
	border: 2px solid #EBEDED;
	border-radius: 6px;
	background: #fff url("../images/common/icon02.png") no-repeat right 18px center;
	background-size: 10px auto; 
	box-sizing: border-box;
	-webkit-appearance: none;
}
#main .search-sec .group1 select::-ms-expand { display: none; }
#main .search-sec .group3 {
	margin-bottom: 29px;
}
#main .search-sec .submit-btn {
	margin-top: 40px;
	text-align: center;
}
#main .search-sec .submit-btn input {
	width: 188px;
	color: #fff;
	margin: 0 auto;
	height: 48px;
	cursor: pointer;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: none;
	-webkit-appearance: none;
	letter-spacing: 0.1em;
	background: linear-gradient(90deg,#3e2916 0%, #7d572a 52.72%, #913d20 100%, #913d20 100%);
    transition: .3s;
	-webkit-transition: .3s;
}
#main .search-sec .submit-btn input:hover {
	opacity: 0.7;
}
#main .message-sec {
	position: relative;
    margin-bottom: 120px;
}
#main .message-sec:before {
	position: absolute;
	right: 0;
	top: 222px;
	width: 50%;
	bottom: 90px;
	background: #FFFBEF;
	content: "";
	z-index: -1;
}
#main .message-sec .inner {
    position: relative;
}
#main .message-sec .inner .pho-img {
    position: absolute;
    right: 161px;
    bottom: -175px;
    width: 33.2%;
}
#main .message-sec .inner .photo-box {
    float: left;
    width: 58.2%;
}
#main .message-sec .inner .photo-box01 {
	position: relative;
}
#main .message-sec .inner .photo-box01:before {
	position: absolute;
	left: 156px;
	top: -110px;
	width: 191px;
	height: 191px;
	background: #F7EAC7;
	border-radius: 50%;
	content: "";
	z-index: -1;
}
#main .message-sec .inner .text-box {
    padding: 15% 0 5%;
    float: right;
    width: 38.8%;
}
#main .message-sec .inner .text-box p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main .message-sec .inner .text-box p:last-child {
    margin-bottom: 0;
}
#main .message-sec .inner01 {
    margin: 0 -38px 0 0;
}
#main .message-sec .inner01 .photo-box {
    float: right;
    width: 54%;
    padding-top: 285px;
}
#main .message-sec .inner01 .text-box {
    float: left;
    width: 46%;
}
#main .message-sec .inner01 .text-box .info-box {
    width: 380px;
    margin: -25.8% -65px 0 auto;
}
#main .message-sec .inner01 .pho-img {
    right: auto;
    left: 2%;
    bottom: 21.3%;
	width: 29.2%;
}
#main .work-sec {
    margin-bottom: 247px;
}
#main .work-sec .inner-box {
	position: relative;
}
#main .work-sec .img-box {
    margin: 0 5.8% 18.2%;
}
#main .work-sec .inner-box:before {
	position: absolute;
	left: 0;
	top: 150px;
	height: 648px;
	background: #FFFBEF;
	right: calc(50% - 450px);
	content: "";
	z-index: -1;
}
#main .work-sec .inner-box01:before {
	position: absolute;
	left: calc(50% - 468px);
	top: 150px;
	height: 648px;
	background: #FFFBEF;
	right: 0;
	content: "";
	z-index: -1;
}
#main .work-sec .img-box .photo-box {
    float: left;
    width: 38.5%;
}
#main .work-sec .img-box .text-box {
    float: right;
    width: 55%;
}
#main .work-sec .img-box .top-box {
    margin: 0 -20px 45px 0;
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#main .work-sec .img-box .top-box .txt-inner {
    width: 160px;
}
#main .work-sec .img-box .info-txt {    
    width: 160px;
    height: 160px;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    letter-spacing: 0.15em;
    background: linear-gradient(#3e2916 0%, #7d572a 55.54%, #913d20 99.71%, #913d20 100%);
    text-align: center;
}
#main .work-sec .img-box .top-box .r-txt {
    width: calc(100% - 180px);
}
#main .work-sec .img-box .top-box .txt-p {
    line-height: 2;
    text-align: justify; 
    text-justify: inter-ideograph;
    letter-spacing: 0.1em;
}
#main .work-sec .img-box .pho-img {
    width: 96.4%;
}
#main .work-sec .img-box01 {
    margin: 0 4.5% 0 5.8%;
}
#main .work-sec .img-box01 .photo-box {
    float: right;
    width: 38%;
}
#main .work-sec .img-box01 .text-box {
    float: left;
}
#main .work-sec .img-box01 .pho-img {
    width: 95%;
}
#main .interview-sec {
    margin-bottom: 90px;
}
#main .interview-sec .pho-img {
    max-width: 1600px;
    margin: 0 auto 20px;
}
#main .interview-sec .content {
    max-width: 930px;
    padding-left: 50px;
}
#main .interview-sec .title {
    margin-bottom: 17px;
	font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#main .interview-sec .title01 {
	margin: 0 0 22px 40px;
}
#main .interview-sec .title .txt-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#main .interview-sec .title .info-txt {
	padding-right: 20px;
	width: 98px;
    text-align: center;
    color: #D07A4F;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.11em;
}
#main .interview-sec .title01 .info-txt {
    color: #CEB74C;
}
#main .interview-sec .title .info-txt .top {
    display: block;
    font-size: 1.4rem;
}
#main .interview-sec .title .info-txt .num {
    display: block;
    font-size: 5.3rem;
    margin-top: -14px;
    letter-spacing: 0.11em;
}
#main .interview-sec .title .txt-span {
	margin-top: -5px;
    font-size: 2.5rem;
    font-weight: 500;       
    letter-spacing: 0.15em;
}
#main .interview-sec .title .name-span {
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
#main .interview-sec .title .name-span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #502C1D;
    content: "";
}
#main .interview-sec .inner {
    margin: 0 40px 120px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-direction:row-reverse;
}
#main .interview-sec .inner .photo-box {
    width: 41%;
    position: relative;
    z-index: 2;
}
#main .interview-sec .inner .text-box {
    width: 65%;
    padding: 7.5% 5% 7.5% 10%;
    margin-left: -7%;
    background: #D07A4F;
    box-sizing: border-box;
    border-radius: 0 100px 0 100px;
}
#main .interview-sec .inner .text-box  p {
    color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main .interview-sec .inner01 {
    margin-bottom: 0;
}
#main .interview-sec .inner01 .text-box {
    padding: 4% 6% 3.8% 10%;
    background: #CEB74C;
}
#main .entry-sec {
    padding: 57px 0 100px;
    background: #FFFBEF;
}
#main .entry-sec .top-box {
    position: relative;
    margin: 0 100px 81px;
    padding: 50px 0 0 100px;
}
#main .entry-sec .top-box:before {
    position: absolute;
    left: 16px;
    top: 0;
    width: 248px;
    height: 248px;
    background: #F7EAC7;
    border-radius: 50%;
    content: "";
    z-index: 1;
}
#main .entry-sec .ttl {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
#main .entry-sec .ttl .en {
    padding-bottom: 19px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.11em;
    border-bottom: 1px solid #502C1D;
}
#main .entry-sec .top-txt {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.15em;
}
#main .entry-sec .link-ul {
    max-width: 766px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#main .entry-sec .link-ul li {
    width: 48.3%;
    text-align: center;
}
#main .entry-sec .link-ul li a {
    display: flex;
    height: 75px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg,#3e2916 0%, #7d572a 52.72%, #913d20 100%, #913d20 100%);
}
#main .entry-sec .link-ul li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .work-sec .inner-box::before {
		right: calc(50% - 300px);
	}
	#main .work-sec .inner-box01::before {
		left: calc(50% - 300px);
		right: 0;
	}
	#main .entry-sec .top-box {
		padding-left: 10px;
	}
	#main .entry-sec .top-box::before {
		left: -90px;
	}
	#main .interview-sec .content {
		padding-left: 15px;
	}
	#main .interview-sec .title .txt-span {
		font-size: 2.2rem;
	}
	#main .message-sec .inner01 .pho-img {
		bottom: 13%;
	}
}
@media all and (max-width: 896px) {
    .main-visual {
        margin: 0 0 63px;
        padding: 94px 0 60px;
        position: relative;
        background: url("../images/index/sp_main_visual_bg.jpg") no-repeat center top;
        background-size: cover;
    }
    .main-visual:before {
        display: none;
    }
    .main-visual .content {
        max-width: inherit;
        padding: 0;
		overflow: hidden;
    }
    .main-visual .img-box {
        position: absolute;
        left: 27px;
        top: 0;
        width: 68.6%;
    }
    .main-visual .img-box img {
        width: 100%;
    }
    .main-visual .img-list {
        margin: 0 27px;
		padding-bottom: 0;
    }
    .main-visual .img-list li {
        width: 100%;
        height: auto;
        background: none !important;
    }
    .main-visual .img-list li img {
        width: 100%;
    }
	#main .search-sec .head-line01 {
		margin-bottom: -19px;
	}
	#main .search-sec .content {
		padding: 0 10px;
	}
	#main .search-sec .form-box {
		max-width: inherit;
		padding: 65px 15px 60px;
		margin: 0 auto 63px;
	}
	#main .search-sec .group1 {
		max-width: inherit;
	}
	#main .search-sec .group1 p {
		margin-bottom: 8px;
		font-size: 1.3rem;
	}
	#main .search-sec .group1 select {
		width: 100%;
		height: 40px;
		padding: 5px 10px;
		background: #fff url("../images/common/sp_icon03.png") no-repeat right 14px center;
		background-size: 10px auto; 
	}
	#main .search-sec .group3 {
		margin-bottom: 25px;
	}
	#main .search-sec .submit-btn {
		margin-top: 32px;
	}
	#main .search-sec .submit-btn input {
		width: 178px;
		height: 48px;
		font-size: 1.3rem;
	}
	#main .search-sec .submit-btn input:hover {
		opacity: 1;
	}
    #main .message-sec {
        margin-bottom: 60px;
    }
	#main .message-sec:before {
		right: 4px;
		width: 49.2%;
	}
    #main .message-sec .head-line01 {
		margin-bottom: 32px;
    }
    #main .message-sec .inner .pho-img {
        position: static;
        width: 78%;
		margin: 15px 0 28px -15px;
        max-width: inherit;
    }
    #main .message-sec .inner .pho-img img {
        width: 100%;
    }
    #main .message-sec .inner .photo-box {
        float: none;
        width: auto;
		margin: 0 -15px;
    }
    #main .message-sec .inner .photo-box img {
        width: 100%;
    }
	#main .message-sec .inner .photo-box01:before {
		display: none;
	}
    #main .message-sec .inner .text-box {
        padding: 39px 10px 0 20px;
        float: none;
        width: auto;
    }
    #main .message-sec .inner .text-box p {
        margin-bottom: 30px;
        line-height: 2.15;
    }
    #main .message-sec .inner .text-box p:last-child {
        margin-bottom: 0;
    }
    #main .message-sec .inner01 {
        margin: 0;
    }
    #main .message-sec .inner01 .photo-box {
        float: none;
        width: auto;
        padding: 0 0 0 27px;
    }
    #main .message-sec .inner01 .text-box {
        float: none;
        width: auto;
		padding: 0 15px 57px 16px;
    }
    #main .message-sec .inner01 .text-box .info-box {
        width: auto;
        margin: 0;
    }
    #main .message-sec .inner01 .pho-img {
        max-width: inherit;
		margin: 67px auto 0;
        padding-right: 50px;
		width: 78.5%;
    }
	#main .message-sec::before {
		bottom: 8.2%;
	}
    #main .work-sec {
        margin-bottom: 67px;
    }
	#main .work-sec .inner-box::before {
		right: 100px;
		left: 0;
		height: auto;
		bottom: 5%;
		top: 14.5%;
	}
	#main .work-sec .inner-box01::before {
		right: 0;
		left: 100px;
		height: auto;
		bottom: 5%;
		top: 14.5%;
	}
    #main .work-sec .img-box {
        margin: 0 -1px 72px 0;
		position: relative;
    }
    #main .work-sec .img-box .photo-box {
        float: none;
        width: auto;
		padding-top: 60px;
    }
    #main .work-sec .img-box .photo-box img {
        width: 100%;
    }
    #main .work-sec .img-box .text-box {
        float: none;
        width: auto;
		position: relative;
    }
    #main .work-sec .img-box .top-box {
        margin: 0;
        padding-top: 30px;
        display: block;
        align-items: flex-start;
        justify-content: space-between;
    }
    #main .work-sec .img-box .txt-inner {
		position: absolute;
		left: 13px;
		top: -13px;
		z-index: 10;
    }
    #main .work-sec .img-box .info-txt {    
        width: 118px;
        height: 118px;
        font-size: 2rem;
    }
    #main .work-sec .img-box .top-box .r-txt {
        width: auto;
		margin: 0 15px 36px;
    }
    #main .work-sec .img-box .top-box .txt-p {
        line-height: 2.2;
    }
    #main .work-sec .img-box .pho-img {
        width: auto;
		margin: 0 -3px 0 -5px;
    }
    #main .work-sec .img-box .pho-img img {
        width: 100%;
    }
    #main .work-sec .img-box01 {
        margin: 0;
    }
    #main .work-sec .img-box01 .photo-box {
        float: none;
        width: auto;
    }
    #main .work-sec .img-box01 .text-box {
        float: left;
    }
    #main .work-sec .img-box01 .pho-img {
        width: auto;
    }
    #main .interview-sec {
        margin-bottom: 65px;
    }
	#main .interview-sec .head-line01 {
		margin-bottom: 48px;
	}
    #main .interview-sec .pho-img {
        max-width: inherit;
        margin: 0 auto 30px;
    }
    #main .interview-sec .pho-img img {
        width: 100%;
    }
    #main .interview-sec .content {
        max-width: inherit;
        padding: 0 10px;
    }
    #main .interview-sec .title {
        margin: 0 -8px 45px 0;
        display: block;
    }
    #main .interview-sec .title01 {
        margin-bottom: 41px;
    }
    #main .interview-sec .title .txt-inner {
        display: flex;
        justify-content: space-between;
    }
    #main .interview-sec .title .info-txt {
        padding-right: 18px;
		width: auto;
    }
    #main .interview-sec .title .info-txt .top {
        font-size: 0.9rem;
        letter-spacing: 0.1em;
    }
    #main .interview-sec .title .info-txt .num {
        font-size: 3.7rem;
        margin-top: -8px;
    }
    #main .interview-sec .title .txt-span {
        margin-top: -15px;
        font-size: 1.8rem;
        width: calc(100% - 70px);
        line-height: 1.63;
    }
    #main .interview-sec .title .name-span {
        padding: 0 9px 0 73px;
        text-align: right;
        float: right;
        font-size: 1.3rem;
    }
    #main .interview-sec .title .name-span:before {
        width: 67px;
    }
    #main .interview-sec .inner {
        margin: 0 0 57px;
        display: block;
    }
    #main .interview-sec .inner .photo-box {
        width: 61%;
        margin: -46px auto 0;
    }
    #main .interview-sec .inner .photo-box img {
        width: 100%;
    }
    #main .interview-sec .inner .text-box {
        width: 100%;
        padding: 36px 29px 97px;
        margin-left: 0;
        border-radius: 0 50px 0 50px;
    }
    #main .interview-sec .inner .text-box  p {
        line-height: 2.15;
        letter-spacing: 0.05em;
    }
    #main .interview-sec .inner01 {
        margin-bottom: 0;
    }
    #main .interview-sec .inner01 .text-box {
        padding: 36px 28px 74px;
    }
    #main .interview-sec .inner01 .photo-box {
        margin-top: -52px;
    }
    #main .entry-sec {
        padding: 51px 0 64px;
    }
    #main .entry-sec .top-box {
        position: relative;
        margin: 0 0 86px;
        padding: 16px 10px 0 27px;
    }
    #main .entry-sec .top-box:before {
        left: -4px;
        top: -20px;
        width: 194px;
        height: 194px;
    }
    #main .entry-sec .ttl {
        margin-bottom: 16px;
    }
    #main .entry-sec .ttl .en {
        padding-bottom: 15px;
        font-size: 1.1rem;
    }
    #main .entry-sec .top-txt {
        font-size: 1.6rem;
        line-height: 1.65;
    }
    #main .entry-sec .link-ul {
        max-width: inherit;
        display: block;
        margin: 0 20px;
    }
    #main .entry-sec .link-ul li {
        margin: 0 auto 24px;
        width: 100%;
        max-width: 450px;
    }
    #main .entry-sec .link-ul li:last-child {
        margin-bottom: 0;
    }
    #main .entry-sec .link-ul li a {
        height: 60px;
        font-size: 1.5rem;
    }
}
@media all and (max-width: 374px) {
	#main .message-sec .inner .text-box {
		padding: 39px 3px 0;
	}
	#main .message-sec .inner01 .text-box {
		padding: 0 3px 50px;
	}
	#main .entry-sec .top-txt br {
		display: none;
	}
}