@charset "utf-8";

#MDQ{display:block;}

body{line-height: 1.9;}

.pcNone{display:none !important;}

/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
	background-color: #FFF;
}

#contents_window {
	clear: both;
	margin:0 auto;
	min-width:960px;
	overflow:hidden;
}

#contents_window p{word-wrap: break-word;}

.ContentsBox960{width:960px; margin:0 auto;}
.ContentsBox1200{width:1200px; margin:0 auto;}


/*----------------------------------------------------------------------------------------
共通CSS
----------------------------------------------------------------------------------------*/

/*------------　ページトップ　-----------*/

.pagetopBtn {
    position: fixed;
	width: 75px;
	height: 75px;
    bottom: 50px;
    right: 50px;
	margin: auto;
    padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	background-color: #754C24;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	box-sizing: border-box;
	font-size: 14px;
	text-decoration:none;
	text-align: center;
	color:#fff;
	z-index: 999;
	line-height: 1.5;
	border: 2px solid #fff;
}

.pagetopBtn:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	text-decoration: none;
	color:#fff;
}


/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
#header{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	z-index: 10001;
	transition: 0.3s ease;
}

.headerContents{
	width: 960px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	transition: 0.3s ease;
}

.header_logoBox01{
	margin-right: 20px;
	display: none;
}

.header_logoBox01 h1{
	font-size: 0;
}

.header_logoBox01 a{
	display: block;
	width: 93px;
	text-align: center;
	/* transition: 0.3s ease; */
}
.header_logoBox01 a .logo{
	width: 68px;
	margin-bottom: 10px;
	transition: 0.3s ease;
}

.header_logoBox02{
	margin-top: 10px;
	padding-left: 113px;
}

.header_logoBox02 p{
	width: 311px;
}

/*---------- ヘッダー追従 ----------*/
#header.active{
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	height: 38px;
	position: fixed;
	top: 0;
	left: 0;
}

.active .headerContents{
	padding: 5px 0;
	align-items: center;
}

.active .header_logoBox01 a{
	width: 35px;
}
.active .header_logoBox01 a .logo{
	width: 100%;
	margin-bottom: 0px;
}

.active .header_logoBox01 a span{
	display: none;
}

.active .header_logoBox02{
	display: none;
}


/*---------------------------------------------------------------------------
ナビゲーション
---------------------------------------------------------------------------*/
#navSection{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease;
}

.navigationBox{
	width: 960px;
	height: 38px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.nav_logoBox{
	height: 100%;
	padding: 0 10px;
	background-color: #3a9f86;
	position: absolute;
	top: 15px;
	right: 0;
	/* transition: 0.3s ease; */
}

.nav_logoBox p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 100%;
}

.nav_logoBox p img{
	width: 104px;
}

.nav_open{
	display: none;
}

.navLinkBox{
	/* display: none; */
	width: 960px;
	position: absolute;
	z-index: 10001;
	top: 75px;
	left: 0px; right: 0;
	margin: auto;
	padding-left: 113px;
	box-sizing: border-box;
	/* transition: 0.3s ease; */
}

.navLinkBox ul{
	display: flex;
}

.navLinkBox ul li{
	border-left: 1px solid #231815;
}
.navLinkBox ul li:last-child{
	border-right: 1px solid #231815;
}

.navLinkBox ul li a{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.0rem;
	transition: 0.3s ease;
}

.navLinkBox ul li a:hover{
	background-color: #231815;
	color: #fff;
}

/*---------- ヘッダー追従 ----------*/
#navSection.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
}

.active .nav_logoBox{
	top: 0px;
}

.active .nav_logoBox p{
	position: relative;
	z-index: 1;
}
.active .nav_logoBox p::before{
	content: "";
	position: absolute;
	top: 0;
    right: -50vw;
    width: 50vw;
	height: 100%;
	background-color: #3a9f86;
	z-index: -1;
}

.active .navLinkBox{
	top: 8px;
	padding-left: 60px;
}

.active .navLinkBox ul li a{
	display: block;
	padding: 3px 12px;
	font-size: 14px;
	line-height: 1.0rem;
	transition: 0.3s ease;
}


/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	min-width:960px;
	clear:both;
	margin:0 auto;
	background-color:#fff;
}

.footer_contents{
	width:960px;
	margin:0 auto;
	padding:30px 0;
}

.footer_copy{text-align:center;}

.footer_grassBox img{
	width: 2400px;
}


/*---------------------------------------------------------------------------
移10生活
---------------------------------------------------------------------------*/

.mainVisual{
	height: 541px;
	text-align: center;
	background: url(../image/main_image_pc.png) center bottom no-repeat;
	background-size: 1200px auto;
	position: relative;
	min-width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.mainVisual .mainImg{
	display: none;
}

.mainVisual h1{
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
}


@media screen and (min-width:1201px) {
.mainVisual{
	height: auto;
	background:none;
}

.mainVisual .mainImg{
	display: block;
}
	
.mainVisual .mainImg img{
	max-width: none;
	width: 100%;
}
 
}


.mapWrap{
	min-width: 960px;
	padding: 40px 0;
	margin: 0 auto;
	background-color: #44b182;
	color: #fff;
}

.mapWrap h2{
	text-align: center;
	margin-bottom: 20px;
}

.lsPRBox{
    text-align: center;
    padding: 60px 0 30px;
}

.lsPR_Title{
    margin: 0 0 20px;
}

.lsPR_Title img{
    width: 438px;
}

.lsPR_LinkBtn{
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: #05651F;
    color: #fff;
    width: 80%;
    padding: 10px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50px;
}

.lsPR_LinkBtn:hover{
    color: #fff;
    opacity: 0.75;
}

.mapWrap_contents{
	width:960px;
	margin:40px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.mapTextBox{
	box-sizing: border-box;
	width: 285px;
	color: #fff;
	line-height: 1.8;
}

.mapTextBox h3{
	padding: 20px 15px;
	border: 1px solid #fff;
	font-weight: normal;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1.5;
}

.mapTextBox .minText{
	margin-top: 10px;
	font-size: 13px;
}

.mapTextBox .minText a{
	color: #fff;
	text-decoration: underline;
}

.mapTextBox .minText a:hover{text-decoration: none;}

.mapSelectBox{
	box-sizing: border-box;
	margin-left: auto;
	width: 658px;
	height: 588px;
	background: url(../image/mapback_pc.png) left top no-repeat;
}

.mapSelectBox .innerSP{
	display: none;
}

.mapSelectBox .innerPC{
	width: 531px;
	height: 462px;
	margin: 50px 0 0 60px;
}

.map_LinkBox{
	padding: 50px 0 20px;
	text-align: center;
}

.map_LinkBox a{
	display: inline-block;
	background-color: #663300;
	padding: 15px 60px;
	border-radius: 50px;
	box-shadow: 0px 7px 0px 0px #1d6445;
}

.map_LinkBox a:hover{
	box-shadow: 0px 0px 0px 0px #1d6445;
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
	background-color: #984c00;
}


.grassImg01{
	text-align: center;
	background: url(../image/grass_img01_pc.png) center top no-repeat;
	background-size: 1200px auto;
	height: 54px;
}


.grassImg01 img{display: none;}

.grassImg02{
	text-align: center;
	background: url(../image/grass_img02_pc.png) center bottom no-repeat;
	background-size: 1200px auto;
	height: 149px;
}

.grassImg02 img{display: none;}

@media screen and (min-width:1201px) {

.grassImg01{
	background: none;
	height: auto;
}

.grassImg01 img{max-width: none; width: 100%; display: block;}

.grassImg02{
	background: none;
	height: auto;
}

.grassImg02 img{max-width: none; width: 100%; display: block;}

}


.profileWrap{
	margin: 0 auto;
	padding: 30px 0 0px;
	min-width: 960px;
	min-height: 1420px;
	box-sizing: border-box;
	line-height: 2.3;
	position: relative;
}

.profileWrap {display:none;}
.profileWrap.active {display:block;}

.profileWrap .pfPosi{position: relative;}

.profileTitle{
	text-align: center;
	background: url(../image/profile_cloud_pc.png) center top no-repeat;
	background-size:1142px auto;
	padding-bottom: 3%;
}

@media screen and (min-width:1201px) {

.profileTitle{
	background-size:95% auto;
	padding-bottom: 4%;
}

}

.profileTitle h3{
	font-size: 22px;
	font-weight: normal;
	color: #a67c52;
	margin-bottom: 5px;
	line-height: 1.5;
}

.profileTitle h3 span{
	font-size: 32px;
	color: #44b182;
}

.profileTitle h4{
	font-size: 40px;
	font-weight: bold;
	color: #44b182;
}


.profileWrap .pf_textBox1{
	width: 425px;
}

.profileWrap .pf_photoList{
	width:462px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.9;
	z-index: 2;
}

.profileWrap .pf_photoList li{margin-bottom: 20px;}
.profileWrap .pf_photoList li:last-child{margin-bottom: 0;}

.profileWrap .pf_photoList .photo{
	width: 462px;
	height: 285px;
	box-sizing: border-box;
	padding: 13px;
	position: relative;
	overflow: hidden;
	background: url(../image/photoList_back.png) center top no-repeat;
	margin-bottom: 10px;
}

.profileWrap .pf_photoList .photo img{
	max-width: 435px;
	max-height: 258px;
	position: absolute;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.profileWrap .pf_featurea{
	margin: 35px auto 30px;
	padding: 0 0;
	background-color: #f8f3ee;
	min-width: 960px;
}

.profileWrap .pf_featurea h5{
	color: #44b182;
    font-size: 24px;
	position: absolute;
	top: -27px;
	left: 0;
}

.profileWrap .pf_featurea .inner{
	width: 425px;
	padding: 30px 0;
}


.profileWrap .pf_linkBox{
	width: 425px;
}

.profileWrap .pf_linkBox a{
	display: block;
	background-color: #44b182;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 50px;
	margin-bottom: 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.profileWrap .pf_linkBox a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.profileWrap .contactBtn{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 43%;
	bottom: 0px;
	margin: auto;
	text-align: center;
	width: 130px;
	height: 130px;
}

.profileWrap .contactBtn a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


.underGreen_contents{
	margin: 0 auto;
	padding: 0 0 30px;
	background-color: #44b182;
	min-width: 960px;
}

.underAncBtn{
	padding: 10px 0 20px;
	color: #fff;
}

.underAncBtn ul{
	width: 780px;
	margin: 0 auto 15px;
	box-sizing: border-box;
}

.underAncBtn li{
	width: 150px;
	text-align: center;
	float: left;
	margin: 0 7px 10px 0;
}

.underAncBtn li:nth-child(5n+5){margin-right: 0;}
.underAncBtn li:nth-child(6){clear: both;}

.underAncBtn li a{
	display: block;
	color: #44b182;
	box-sizing: border-box;
	padding: 4px 10px;
	background-color: #fff;
	border: 2px solid #44b182;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.underAncBtn li a:hover{
	color: #fff;
	background-color: #44b182;
	border: 2px solid #fff;
}

.underLogoBox{
	text-align: center;
}

.underLogoBox a{
	display: inline-block;
}

.underLogoBox h2{
	margin: 5px 0 15px;
}

/*---------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------*/
.contact_contens {
	background: #754c24;
	color: #fff;
}

.contact_title{
	margin:0 15px 5px;
	font-weight:bold;
	text-align: center;
}

.contact_title p{
	padding: 30px 0 20px;
}

.contact_title h3{
	font-size:40px;
	color: #fff;
}

.contact_main{
	padding:0px;
	margin-bottom:50px;
}

.con_text01{
	padding-bottom:15px;
	border-bottom:1px solid #fff;
	text-align:center;
}

.con_text_wel{color:#fcee21;}

.contact_main input,
.contact_main textarea{
	padding:5px 0px 5px 5px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 99%;
}

.contact_main dl {
    width: 100%;
    padding: 0;
	display:table;
}

.contact_main dt {
	display:table-cell;
	vertical-align:top;
	width:190px;
	position:relative;
	clear:both;
	text-align:left;
	padding:25px 0 20px 0;
	border-bottom:1px solid #fff;
}

.contact_main dd {
	display:table-cell;
	padding:20px 0;
	border-bottom:1px solid #fff;
	vertical-align: middle;
	min-width: 1px
}

.submit_btn_co {
	padding: 30px 0 10px;
	text-align: center;
}

.submit_btn_co input{
	display: inline-block;
	width: 320px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background-color: #f8f3ee;
	border: 1px solid #cfbfaf;
	color: #754c24;
	background: -webkit-linear-gradient(#f8f3ee, #cbb8a0);
	background: -moz-linear-gradient(#f8f3ee, #cbb8a0);
	background: linear-gradient(#f8f3ee, #cbb8a0);
}

.submit_btn_co input:hover{
	cursor:pointer;
	filter: alpha(opacity=75); /*For IE*/
	opacity: 0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
	text-decoration:none;
}

.contact_main dd select {
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	background: url(../contact/image/arr.png) right 10px center no-repeat, #f8f3ee;
	background-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background-color: #f8f3ee;
	border: 1px solid #e8ded5;
	color: #754c24;

}

.contact_main dd select::-ms-expand { display: none;}


/*---------------------------------------------------------------------------
お役立ちMAP
---------------------------------------------------------------------------*/
.map_mainWrap{
	width: 100%;
	background-image: url(../map/image/map_backImg.png);
	background-repeat: repeat-x;
	background-position: bottom -2px center;
	background-size: 1200px;
}

.map_keyBox{
	padding: 30px 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.map_keyIcon{
	width: 23px;
	margin-bottom: 10px;
}

.map_keyTitle{
	width: 526px;
	min-height: 0%;
}

.map_mainImgBox{
	width: 100%;
	position: relative;
}

.map_mainImg01{
	position: absolute;
	bottom: 45px;
	left: -600px; right: 0;
	margin: auto;
	width: 135px;
}

.map_mainImg02{
	position: absolute;
	bottom: 100px;
	left: 0; right: -700px;
	margin: auto;
	width: 49px;
}

.map_contentsWrap{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.map_contentsWrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0; right: 0;
	width: 100%;
	height: 580px;
	background-color: #44b182;
	z-index: -1;
}

.map_textBox{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	color: #fff;
}
.map_myMapBox{
	width: 960px;
	margin: 0 auto;
}

.map_tabBox{
	width: 100%;
}

.map_spMenu{
	display: none;
}

.map_tabBox ul{
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: stretch;
	align-items: center;
}

.map_tabBox ul li{
	flex-grow: 1;
	width: 5%;
	height: 55px;
	transition: 0.3s ease;
}
.map_tabBox ul li:nth-child(2n+1){
	background-color: #fbb03b;
}
.map_tabBox ul li:nth-child(2n){
	background-color: #f7931e;
}

.map_tabLink{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.map_tabLink:hover{
	cursor: pointer;
}

.map_tabIcon{
	width: 35px;
	margin-right: 0px;
}

.map_tabName{
	font-size: 0px;
	color: #fff;
}

.map_tabBox ul li.active{
	width: 30%;
}

.active .map_tabLink{
	justify-content: flex-start;
}

.active .map_tabIcon{
	margin-right: 15px;
}

@keyframes anim_tab {
	0% {
		font-size: 0px;
		opacity: 0.0;
		transform: translate(-100px, 0px);
	}
	90% {
		font-size: 0px;
	}
  	100% {
		font-size: 16px;
		opacity: 1.0;
		transform: translate(0px, 0px);
	}
}

.active .map_tabName{
	font-size: 16px;
	width: calc(100% - (35px + 15px));
	opacity: 0;
	animation: anim_tab 0.3s ease 0.0s 1 forwards;
}

.map_mapBox{
	display: none;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 800px;
    overflow: hidden;
}

.map_mapBox iframe,
.map_mapBox object,
.map_mapBox embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_mapBox iframe{
    border-style: none;
}

.map_mapBox.active{
	display: block;
}

.map_innerBox{
	display: none;
}



/*---------------------------------------------------------------------------
インタビュー
---------------------------------------------------------------------------*/
.minFont{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*---------- main section ----------*/
.int_mainWrap{
	width: 100%;
	margin-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
.int_mainWrap::before,
.int_mainWrap::after{
	content: "";
	position: absolute;
	top: 38%;
	left: 0; right: 0;
	margin: auto;
}

.int_mainWrap::before{
	background-image: url(../interview/image/main_back01_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 370px;
	width: 370px;
	height: 158px;
	left: -680px;
}

.int_mainWrap::after{
	background-image: url(../interview/image/main_back02_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 375px;
	width: 375px;
	height: 156px;
	right: -700px;
}

.int_mainTitleBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.int_mainSub{
	margin-bottom: 15px;
}

.int_mainTitle{
	width: 544px;
}

.int_categoryBox{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.int_categoryBox h3{
	position: relative;
	z-index: 1;
}
.int_categoryBox h3::before{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0; right: 0;
	transform: rotate(45deg);
	margin: auto;
	width: 20px;
	height: 20px;
	background-color: #7fcdee;
	z-index: -1;
}

.int_categoryBox h3 span{
	display: inline-block;
	background-color: #3a9f86;
	padding: 15px 30px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

.int_profBox{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.int_nameBox{
	font-size: 36px;
	margin-bottom: 15px;
}

.int_profImg{
	width: 59px;
	margin-bottom: 10px;
	line-height: 0;
}

.int_mainImgBox{
	display: flex;
	justify-content: center;
}

.int_mainImg{
	width: 365px;
}


/*---------- interview section ----------*/
.int_contentsBox{
	margin-bottom: 50px;
}

.int_textBox{
	width: 860px;
	margin: 0 auto 50px;
}

.int_subTitleBox{
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
}

.int_imgBox{
	width: 100%;
	display: flex;
}

.int_imgInner01{
	width: 480px;
	height: 295px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.int_imgInner01 img{
	width: 100%;
}

.int_imgInner02{
	width: 100%;
	max-height: 445px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.int_imgInner02 img{
	width: 100%;
}


/*---------- data section ----------*/
.int_dataBox{
	width: 100%;
	margin-bottom: 100px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}
.int_dataBox::before,
.int_dataBox::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 0; right: 0;
	margin: auto;
	z-index: -1;
}

.int_dataBox::before{
	background-image: url(../interview/image/data_back01_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 217px;
	width: 217px;
	height: 209px;
	left: -750px;
}

.int_dataBox::after{
	background-image: url(../interview/image/data_back02_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 278px;
	width: 278px;
	height: 145px;
	right: -700px;
}

.int_dataInner{
	width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}

.int_dataImgBox{
	position: absolute;
	top: -30px;
	left: 0;
	width: 365px;
}

.int_dataTextBox{
	width: 450px;
	margin-bottom: 30px;
}

.int_dataTextBox h4{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	background-color: #231815;
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 20px;
	position: relative;
}
.int_dataTextBox h4::before,
.int_dataTextBox h4::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}
.int_dataTextBox h4::before{
	width: 9px;
	height: 9px;
	background-color: #fff;
}
.int_dataTextBox h4::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 0 9px;
	border-color: transparent transparent transparent #c1272c;
}

_:-ms-lang(x)::-ms-backdrop, .int_dataTextBox h4 {
	padding-top: 10px;
}

.int_dataQ{
	font-size: 18px;
	margin-bottom: 10px;
}

.int_dataA a:hover{
	text-decoration: underline;
}


/*---------- Toppage Link ----------*/
.top_interviewLinkBox{
	display: none;
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.top_interviewLinkBox.active{
	display: block;
}

.top_interviewLinkBox h3{
	width: 250px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.top_interviewLinkInner{
	display: none;
	margin-bottom: 30px;
}
.top_interviewLinkInner:last-of-type{
	margin-bottom: 0;
}

.top_interviewLinkInner.active{
	display: block;
}

.top_interviewLinkInner a{
	display: block;
}

.top_interviewLinkInner a:hover{
	opacity: 0.75;
}

.top_interviewLinkInner dl{
	width: 100%;
	height: 150px;
	display: flex;
	border-radius: 75px;
	overflow: hidden;
	background-color: #44b182;
}

.top_interviewLinkInner dl dt{
	width: 50%;
}

.top_interviewText{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 15px 30px 60px;
	box-sizing: border-box;
}

.top_intIconPC{
	width: 50px;
	margin-right: 30px;
}
.top_intIconSP{
	display: none;
}

.top_interviewText p{
	color: #fff;
	text-align: left;
}

.top_interviewText p span{
	font-size: 28px;
	line-height: 40px;
	display: block;
}


.top_interviewLinkInner dl dd{
	width: 50%;
}

.top_interviewImg{
	width: 480px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.top_interviewImg img{
	width: 100%;
}

