@charset "utf-8";

.sp{ display: none; }
.pc{ display:inherit; }
/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
input,textarea {
	margin: 0;
}
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr,acronym {
	border: 0;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
    filter:alpha(opacity=1);
    opacity:1;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover img{
    filter:alpha(opacity=0.6);
    opacity:0.6;
}
body,input,select,button,textarea {
	font:16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color:#333;
}
img{
  max-width: 100%;
	height: auto;
}
/* </RESET> */


/* <LAYOUT> */
html {
	overflow-y: scroll;
}
body{
	text-align:center;
}
/* </LAYOUT> */


/* <MODULE> */
.section,.slide{
	background-size: cover;
	z-index:5;
	background-position:center top;
}
.link-a li:before,
.anchor a:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-left: 4px solid #000;
	margin: 0 6px 0 0;
}
.b{ font-weight:bold; }
.center{ text-align:center !important; }
.right{ text-align:right !important; }
.red{ color:#f00; }
.clear{ clear:both; }
.kome{
	text-indent:-1em;
	padding-left:1em;
}
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.copy{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #03A678;
	color: #fff;
}
/* </MODULE> */


/* <HEADER> */
#header{
	display:block;
	width:100%;
	height:36px;
	position:fixed;
	z-index:9;
	top:0;
	background:rgba(255,255,255,1);
}
#header .logo{
	float:left;
	width:15%;
}
#header .logo img{
	width:100%;
	max-width:290px;
}
#header nav{
	width: 85%;
	height:36px;
	overflow:hidden;
	float:right;
}
#header nav li{ display:inline; }
#header nav li a{
	display:block;
	font-weight: bold;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	float:right;
	height:36px;
	line-height:36px;
	margin:0 20px 0 0;
	position:relative;
	color:#000;
}
#header nav li a:hover{
	text-decoration: underline;
}
#header nav li a:before{
	content:"";
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	margin: 3px 0;
}
#header nav li.link1 a:before{ background-image:url(../images/header-icon1.png); }
#header nav li.link2 a:before{ background-image:url(../images/header-icon2.png); }
#header nav li.link3 a:before{ background-image:url(../images/header-icon3.png); }
#header nav li.link4 a:before{ background-image:url(../images/header-icon4.png); }
#header nav li.link5 a:before{ background-image:url(../images/header-icon5.png); }
#header nav li.link6 a:before{ background-image:url(../images/header-icon6.png); }
#header nav li.link7 a:before{ background-image:url(../images/header-icon7.png); }
#header nav li.link8 a:before{ background-image:url(../images/header-icon8.png); }
/* </ HEADER> */


/* <TOP CONTENT> */
.section,
.slide{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: left;
}
#box1{
	/*background-image:url(../images/top/g1.jpg);*/
}
#box1 h1{
	display: none;
}
#box1 ul{
   position:relative;
   width:100%;
   height:100%;
}
#box1 ul li{
   position:absolute;
   height:100%;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
}
#box1 ul li.g2{ background-position: right bottom !important; }
#box1 ul li.g3{ background-position: right top !important; }
#box1 ul li.g4{ background-position: right bottom !important; }
#box1 ul li.g5{ background-position: left bottom !important; }

#box4{
	/*background-image:url(../images/top/box2-bg.jpg);*/
}
#box5{ background-image:url(../images/top/box5-bg.jpg); }
#box7{
	background-image:url(../images/top/box7-bg.jpg);
}
#box8{
	background-image:url(../images/top/box8-bg.jpg);
}
.section h2.title{
	margin: 0 0 20px;
}
.section h2.title img{
	max-width:100%
}
.section p{
	margin: 0 0 1em;
}
.section .next{
	text-align:center;
	position:absolute;
	z-index: 9999;
	width:100%;
	bottom:3%;
}
#box2{
	background-image:url(../images/top/box2-bg.jpg);
	margin: 0 7.5% 0 0;
}
#box2 .photo{
	display: table-cell;
	width: 53.5%;
	height: 100%;
	padding-left: 5%;
	padding-right: 4.5%;
}
#box2 .photo img{
	width: 100%;
	vertical-align: middle;
}
#box2 .info{
	display: table-cell;
	width: 46.5%;
	padding-right: 5%;
	vertical-align: middle;
}
#box2 .btn{
	width: 420px;
	margin-top: 2em;
	float: left;
	text-align: center;
	letter-spacing:0.1em;
}
#box2 .btn a.btnStyle{
	letter-spacing:0;
	display: block;
	background-color: #EEB133;
	color: #fff;
	width: 420px;
	line-height: 24px;
	padding: 12px 0;
}
#box2 .btn a.btnStyle:after{
	content:url(../images/icon-window.png);
	margin-left: 5px;
}
#box2 .btn ul{
	text-align: left;
	margin-top: 30px;
}
#box3{
	display: table;
	background:url(../images/top/box3-bg.png) no-repeat center 53%;
	-webkit-background-size: 101% auto;
	background-size: 101% auto;
}
#box3 h2{
	display: table;
	height: 20%;
	top: 40%;
	width: 100%;
}
#box3 h2 span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#box3 ul{
	display: table;
	width: 100%;
	height: 40%;
}
#box3 ul.top-half{
	background:#fff;
}
#box3 ul.bottom-half{
	background:#fff;
}
#box3 ul li{
	display: table-cell;
	width: 20%;
	height: 100%;
	text-align: center;
}
#box3 ul li a{
	display: block;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	text-indent: -9999px;
	background-repeat: no-repeat;
	position: relative;
}
#box3 ul li a:hover{
	opacity:0.6;
}
#box3 ul.top-half li:nth-child(1) a{ background-image:url(../images/top/box3-kodawari1-bg.png); }
#box3 ul.top-half li:nth-child(2) a{ background-image:url(../images/top/box3-kodawari2-bg.png); }
#box3 ul.top-half li:nth-child(3) a{ background-image:url(../images/top/box3-kodawari3-bg.png); }
#box3 ul.top-half li:nth-child(4) a{ background-image:url(../images/top/box3-kodawari4-bg.png); }
#box3 ul.top-half li:nth-child(5) a{ background-image:url(../images/top/box3-kodawari5-bg.png); }
#box3 ul.bottom-half li:nth-child(1) a{ background-image:url(../images/top/box3-kodawari6-bg.png); }
#box3 ul.bottom-half li:nth-child(2) a{ background-image:url(../images/top/box3-kodawari7-bg.png); }
#box3 ul.bottom-half li:nth-child(3) a{ background-image:url(../images/top/box3-kodawari8-bg.png); }
#box3 ul.bottom-half li:nth-child(4) a{ background-image:url(../images/top/box3-kodawari9-bg.png); }
#box3 ul.bottom-half li:nth-child(5) a{ background-image:url(../images/top/box3-kodawari10-bg.png); }

#box3 ul li a:after{
	position: absolute;
	top:0;
	left: 0;
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-position: center center;
	-webkit-background-size: 83% auto;
	background-size: 83% auto;
	background-repeat: no-repeat;
}
#box3 ul.top-half li:nth-child(1) a:after{ background-image:url(../images/top/box3-kodawari1-num.png); }
#box3 ul.top-half li:nth-child(2) a:after{ background-image:url(../images/top/box3-kodawari2-num.png); }
#box3 ul.top-half li:nth-child(3) a:after{ background-image:url(../images/top/box3-kodawari3-num.png); }
#box3 ul.top-half li:nth-child(4) a:after{ background-image:url(../images/top/box3-kodawari4-num.png); }
#box3 ul.top-half li:nth-child(5) a:after{ background-image:url(../images/top/box3-kodawari5-num.png); }
#box3 ul.bottom-half li:nth-child(1) a:after{ background-image:url(../images/top/box3-kodawari6-num.png); }
#box3 ul.bottom-half li:nth-child(2) a:after{ background-image:url(../images/top/box3-kodawari7-num.png); }
#box3 ul.bottom-half li:nth-child(3) a:after{ background-image:url(../images/top/box3-kodawari8-num.png); }
#box3 ul.bottom-half li:nth-child(4) a:after{ background-image:url(../images/top/box3-kodawari9-num.png); }
#box3 ul.bottom-half li:nth-child(5) a:after{ background-image:url(../images/top/box3-kodawari10-num.png); }

#box4{
	position: relative;
}
#box4 h2.title,
#box4 .info1,
#box4 .info2,
#box4 nav{
	z-index: 999;
}
#box4 h2.title{
	position: absolute;
	top: 12.4%;
	width: 60%;
	left: 20%;
	text-align: center;
}
#box4 h2.title img{
	height: 4.69%;
	max-height:38%;
}
#box4 .info1{
	position: absolute;
	top:19.1%;
	width: 100%;
	text-align: center;
}
#box4 .map{
	position: absolute;
  top:20%;
	height: 70%;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#box4 .map img{
  max-height: 100%;
	width: auto;
}
#box4 .info2{
	position: absolute;
	bottom:12.8%;
	width: 100%;
	text-align: center;
}
#box4 .slide{
	position: relative;
	z-index: 99;
}
#box4-1{
	background-image:url(../images/top/box4-bg1.png);
}
#box4-2{
	background-image:url(../images/top/box4-bg2.png);
}
#box4 .slide nav{
	position: absolute;
	top: 8.5%;
	right: 2%;
	width: 260px;
}
#box4 nav li{
	display: inline;
}
#box4 nav li a,
#box4 nav li span{
	display: block;
	width: 116px;
	line-height: 28px;
	float: left;
	margin: 0 10px 0 0;
	border: solid 2px #F8A61C;
	text-align: center;
	font-weight: bold;
}
#box4 nav li span{
	background: #F8A61C;
	color: #fff;
}

#box5 .info{
	margin: 0 7.5% 0 53%;
	overflow: hidden;
	color: #fff;
}
#box5 .info a{
	color: #fff;	
}
#box5 .info .link-a li:before{
	border-left-color: #fff;
}
#box5 .info h3{
	font-size: 128.5%;/*18px*/
	font-weight: bold;
	margin: 0 0 1em;
}

#box6{
	position: relative;
	background-image:url(../images/top/box6-bg.png);
}
#box6 h2.title{
	position: absolute;
	top: 23.4%;
	width: 100%;
	text-align: center;
}
#box6 .info{
	position: absolute;
	top: 32%;
	left:0;
	right: 0;
	margin: auto;
	width: 80%;
	min-width:570px;
	height: 50%;
overflow-y: scroll;
}
#box6 .info #feed{
}
#box6 .info dl{
	overflow: hidden;
	margin: 1em 0;
}
#box6 .info dl dt{
	width: 140px;
	float: left;
	text-align: center;
	background-color: #03A678;
	color: #fff;
	font-weight: bold;
}
#box6 .info dl dd{
	margin-left: 150px;
	overflow: hidden;
}
#box6 .info dl .date{
	width: 100px;
	float: left;
	font-weight: bold;
}
#box6 .info .anchor{
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

#box7{
	position: relative;
}
#box7 h2.title{
	position: absolute;
	top: 29%;
	width: 100%;
	text-align: center;
}
#box7 .info{
	position: absolute;
	top: 39%;
	width: 80%;
	left: 10%;
}
#box7 .info ul{
	width: 100%;
	overflow: hidden;
}
#box7 .info li{
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
#box7 .info li.info3{ margin-right: 0; }
#box7 .info li img{
	width: 100%;
}
#box7 .info li h3{
	font-size: 128.5%;/*18px*/
	font-weight: bold;
	padding: 0 0 0;
	margin: 10px 0 10px;
	border-bottom: dotted 1px #000;
}
#box7 .info li p.anchor a{
	margin-right: 1.25em;
	font-size: 85%;/*12px*/
	font-weight: bold;
}
#box7 .info li p.anchor a:last-child{
	margin-right: 0;
}
#box7 .copy,#box8 .copy{
	position: absolute;
	bottom: 0;
}
#box8 .ttl{
    position: absolute;
    top: 12.4%;
    width: 60%;
    left: 20%;
    text-align: center;
}
#box8 .ttl h2{
  margin-bottom: 5%;
}
#box8 .info{
    position: absolute;
    top: 44%;
    width: 100%;
    left: 0;
}
#box8 .info ul{
  display:flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 860px;
	margin:0 auto;

}
#box8 .info ul li{
  margin: 0 10px 20px;
	text-align: center;
}
/* </TOP CONTENT> */

/*wrapper*/
.wrapper-g{
	background-color: #EFEFEF;
	background-image:url(../images/bg-logo-l.png);
	background-repeat:  no-repeat;
	background-position: center bottom;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
}
.wrapper-w{
	background: #fff;
}
.wrapper-interview{
	padding: 0 0 200px;
}
.wrapper-interview h2 + p{
	padding: 0 0 60px;
	text-align: center;
}
.wrapper-interview2{
	padding: 0 0 80px;
	-webkit-background-size: auto 120%;
	background-size: auto 120%;
}
.wrapper-interview3{
	padding: 80px 0;
}
.wrapper-interview3 .pager{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pager2{
	width: 800px;
	margin: 60px auto 0;
	overflow: hidden;
}
.wrapper-interview3 .pager li,
.pager2 li{
	display: inline;
}
.pager0{
margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: solid 1px #03A678;
}
.wrapper-interview3 .pager li a,
.pager2 li a,
.pager0 li a {
	display: block;
	width: 360px;
	line-height: 58px;
	text-align: center;
	float: left;
	margin: 0 60px 0 0;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.pager0 li a {
	background-color: #EEB133;
  margin: 0 auto;
	width:450px;
	font-size:18px;
	line-height:68px;
	float:none;
}
.wrapper-interview3 .pager li.blankL a{
	margin-left: 420px;
}
.wrapper-interview3 .pager li.prev a{
	background-color: #5EC6A9;
}
.wrapper-interview3 .pager li.return a,
.pager2 li a{
	background-color:#FC6 ;
}
.wrapper-interview3 .pager li.next a{
	background-color: #03A678;
	margin-right: 0;
}
.pager2 li:last-child a{
	margin-right: 0;
}
.wrapper-interview3 .pager li.prev a:before{
	position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
    content: "";
    display: block;
    height: 12px;
    left: 15px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
}
.wrapper-interview3 .pager li.next a:before,
.pager2 li a:before{
	position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    content: "";
    display: block;
    height: 12px;
    right: 15px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
}


.wrapper-company1{
	padding: 0 0 50px;
}
.wrapper-company1 dl{
	margin: 0 auto 10px;
	width: 600px;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
.wrapper-company1 dt{
	width: 120px;
	text-align: right;
	float: left;
	color: #03A678;
	font-weight: bold;
}
.wrapper-company1 dd{
	margin-left: 150px;
}
.wrapper-company2{
	padding: 0 0 120px;
	background:url(../images/company/bg1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.wrapper-company2 dl{
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper-company2 dt{
	width: 526px;
	height: 390px;
	background: #03A678;
	padding: 5px;
	float: left;
}
.wrapper-company2 dt iframe{
	width: 526px;
	height: 390px;
	display: block;
}
.wrapper-company2 dd{
	float: right;
	width: 350px;
	font-size: 21px;
}
.wrapper-company2 dd h3{
	margin: 0 0 30px;
}
.wrapper-company2 dd address{
	margin: 0 0 30px;
}
.wrapper-company2 dd .btn{
	margin: 40px 0 0;
	width: 350px;
	float: left;
	text-align: center;
}
.wrapper-company2 dd .btn a{
	display: block;
	background-color: #EEB133;
	color: #fff;
	width: 360px;
	height: 58px;
	line-height: 58px;
}
.wrapper-recruit1{
	padding: 0 0 60px;
}
.wrapper-recruit1 p,
.wrapper-env1 p{
	margin: 30px 0;
	text-align: center;
}
.wrapper-recruit2{
	width: 100%;
	height: 260px;
	background-image:url(../images/recruit/photo1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.wrapper-recruit3{
	padding: 0 0 120px;
}
.wrapper-pride1{
	padding: 0 0 60px;
}
.wrapper-pride1 dl{
	width: 1080px;
	margin: 0 auto;
}
.wrapper-pride1 dl dt{
	float: left;
}
.wrapper-pride1 dl dt img{
	box-shadow: 0px 9px 6px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 15px 12px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 9px 6px -6px rgba(0,0,0,0.3);
}
.wrapper-pride1 dl dd{
	margin-left: 435px;
}
.wrapper-pride2{
	padding: 0 0 120px;
	background:url(../images/pride/bg1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.wrapper-pride2 dl{
	width: 560px;
	margin: 0 auto;
}
.wrapper-pride2 dl dt{
	float: left;
	line-height: 2;
}
.wrapper-pride2 dl dd{
	margin-left: 80px;
	line-height: 2;
}
.wrapper-pride2 dl dd p{
	display: inline-block;
	border-bottom: dotted 3px #fff;
}
.wrapper-env1{
	padding: 0 0 80px;
}
.wrapper-env1 ul{
	width: 1055px;
	margin: 80px auto 0;
	overflow: hidden;
}
.wrapper-env1 ul li{
	float: left;
	margin: 0 70px 0 0;
}
.wrapper-env1 ul li:last-child{
	margin-right: 0;
}
.wrapper-env2{
	padding: 60px 0;
}
.wrapper-env2 li{
	text-align: center;
}
.wrapper-env2 li img{
	width: 100%;
}
.wrapper-inquiry1 .wrapper-inner p{
	text-align: center;
	margin: 0 0 30px;
}

.wrapper-inner{
	width: 86%;
	min-width:1000px;
	margin: 0 auto;
	text-align: left;
}
.wrapper-inner > h2{
	text-align: center;
	padding: 60px 0;
}
.wrapper-inner h2 + h3{
	text-align: center;
	padding: 0 0 30px;
}
.wrapper-inner table{
	width: 1080px;
	margin: 60px auto 0;
	border: solid 1px #AEAEB3;
}
.wrapper-inner table th{
	border: solid 1px #AEAEB3;
	background: #D6F1E9;
	padding: 10px 20px;
	width: 25%;
}
.wrapper-inner table td{
	border: solid 1px #AEAEB3;
	padding: 10px 20px;
	background: #fff;
	width: 75%;
}

/*interview*/
.main img{
	width: 100%;
	height: auto;
}
#main-pride{
	width: 100%;
	height: auto;
}
/*#main-pride{
	height: 815px;
	position: relative;
	background:url(../images/pride/main.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#main-pride h1{
	position: absolute;
	left: 50px;
	bottom: 33px;
	width: 32%;
	max-width:460px;
	display: none;
}
#main-pride h1 img{
	width: 100%;
	height: auto;
}*/
.intro{
	padding: 60px 0 80px;
	text-align: center;
}
.intro h2 + p{
	margin: 80px 0 0;
}

.interview-list{
	margin: 0 0 60px;
	border: solid 1px #C0C0C4;
	background: #fff;
}
.interview-list-main{
	margin-bottom: 0;
	border:none;
	box-shadow: 0px 9px 6px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 15px 12px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 9px 6px -6px rgba(0,0,0,0.3);
}
.interview-list:last-child{
	margin-bottom: 0;
}
.interview-list dl{
	overflow: hidden;
}
.interview-list dt{
	width: 39%;
	height: 360px;
	overflow: hidden;
	float: left;
}
.interview-list-main dt{
	width: 41%;
	height: 400px;
	overflow: hidden;
	float: left;
}
.interview-list dt img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.interview-list-main dt img{
    position: relative;
    top: 0;
    left: 50%;
    width: auto;
	min-width:100%;
    height: auto;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.interview-list dd{
	width: 58%;
	float: right;
}
.interview-list-main dd{
	width: 54%;
	background:url(../images/interview/bg1.png) no-repeat 98% 20px;
}
.interview-list dd h3{
	padding: 30px 0 10px;
	line-height: 1.2;
	font-weight: bold;
	color: #03A678;
	font-size: 270%;/*38px*/
}
.interview-list dd h3 img{
	vertical-align: middle;
}
.interview-list-main dd h3{
	padding-top: 20px;
	padding-bottom: 20px;
}
.interview-list-main dd h3:before{
	content:url(../images/interview/ttl-profile.png);
	display: block;
	padding: 0 0 20px;
}
.interview-list dd h3 small{
	font-size: 37%;
	margin-left: 30px;
}
.interview-list-main dd p.status{
	padding: 0 0 20px;
}
.interview-list dd p.status strong{
	font-size: 114%;/*16px*/
}
.interview-list dd p.message{
	margin: 20px 0;
}
.interview-list dd .btn{
	width: 360px;
	float: right;
	text-align: center;
	margin-top: 20px;
	padding-right: 30px;
}
.interview-list dd .btn a{
	display: block;
	background-color: #EEB133;
	color: #fff;
	width: 360px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
}
.interview-info{
	margin: 0 0 60px;
	padding: 0 0 60px;
	border-bottom: solid 1px #03A678;
	overflow: hidden;
}
.interview-info h3{
	font-weight: bold;
	color: #03A678;
	font-size: 171%;/*24px*/
	margin: 0 0 1em;
}
.interview-info-lt .photo{
	float: right;
	margin: 0 0 0 45px;
}
.interview-info-rt .photo{
	float: left;
	margin: 0 45px 0 0;
}






























/* <JAVASCRIPT> */
/*jquery.fullPage.js*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #95A5A6 transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #95A5A6;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*jquery.colorbox.js*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

/*added*/
.cboxPhoto{width: 80% !important;height:auto !important}
/*added*/

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    /*#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}*/
    #cboxContent{background:inherit; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        /*#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}*/
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:45%; left:0;margin-top:-26px; background:url(../images/colorbox/arrow-prev.png) no-repeat 0 0; width:20px; height:52px; text-indent:-9999px;}
        #cboxNext{position:absolute; top:45%; right:0;margin-top:-26px; background:url(../images/colorbox/arrow-next.png) no-repeat 0 0; width:20px; height:52px; text-indent:-9999px;}
        #cboxClose{position:absolute; top:2%; right:12%; background:url(../images/colorbox/close.png) no-repeat 0 0; width:29px; height:35px; text-indent:-9999px;-webkit-background-size: 29px 35px;background-size: 29px 35px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*mailformpro*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 250px;
	clear: both;
	padding: 5px 0px;
	text-align: right;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 5px 5px 5px 260px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(../images/mfp.statics/header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	/*background-color: #E8EEF9;*/
	box-shadow: 0 0 3px 0 #fff;
	-webkit-box-shadow: 0 0 3px 0 #fff;
	-moz-box-shadow: 0 0 3px 0 #fff;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #fff;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_inner h4{
	color:#3ab592;
	font-size:128%;
	padding:10px 0;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../images/mfp.statics/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(../images/mfp.statics/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	width:280px;
	margin: 0 10px;
	height:66px;
	color:#3ab592;
	border:solid 4px #3ab592;
	box-shadow: 0 0 3px 0 #3ab592;
	-webkit-box-shadow: 0 0 3px 0 #3ab592;
	-moz-box-shadow: 0 0 3px 0 #3ab592;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFF;
	font-size:150%;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
	border-color:#008CD6;
	background-color:#fff;
	color:#008CD6;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(../images/mfp.statics/header.png);
	background-size: 100% 100%;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(../images/mfp.statics/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}


/* </ JAVASCRIPT> */

.blog-box{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.blog-box .tag{
	display: inline-block;
	background:#03a678;
	padding: 10px;
	line-height: 1;
	margin: 0 0 15px;
	color: #fff;
}
.blog-box .ttl{
	font-size: 28px;
	line-height: 2em;
}
.blog-box .ttl a:hover{
	color: #03a678;
	text-decoration: none;
}
.blog-box .date{
	margin: 0 0 40px;
	color: rgba(0,0,0,.75);
}
.blog-box .article-box{
	font-size: 18px;
	padding: 0 0 120px;
}
.blog-box .article-box p{
	margin-bottom: 1em;
}
.blog-box .article-box img{
	margin-top: 30px;
	margin-bottom: 20px;
}
.blog-box .anchor{
	font-weight: bold;
	text-align: right;
	margin: 40px 0 0;
}

.blog-box .info{
}
.blog-box .info #feed{
	margin-top: -20px;
	padding: 0 0 120px;
}
.blog-box .info dl{
	overflow: hidden;
	margin: 1em 0;
}
.blog-box .info dl dt{
	width: 140px;
	float: left;
	text-align: center;
	background-color: #03A678;
	color: #fff;
	font-weight: bold;
}
.blog-box .info dl dd{
	margin-left: 150px;
	overflow: hidden;
}
.blog-box .info dl .date{
	width: 100px;
	float: left;
	font-weight: bold;
	margin-bottom: 0;
}

/*21.02.09*/
#filter{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 40px;
}
#filter dl{
  display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #000;
	margin-bottom: 20px;
	width: 100%;
}
#filter dl.half{
  width: 48.5%;
}
#filter dl dt{
  width: 110px;
	border-right: solid 2px #000;
	text-align: center;
	letter-spacing: .1em;
	font-weight: bold;
}
#filter dl dd{
  flex:1;
}
#filter dl dd ul{
  display: flex;
	margin: 0 0 0 25px;
}
#filter dl dd ul li{
  margin: 0 25px 0 0;
}
#portfolio{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
#portfolio li{
  width: 31.6%;
	margin-bottom: 60px;
}
#portfolio li img{
  width: 100%;
	height: auto;
}
#portfolio li .info{
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
	padding: 20px;
}
#portfolio li .name{
  color: #03A678;
	font-size: 18px;
	margin: 0 0 6px;
}
#portfolio li .name .small{
  font-size: 14px;
	margin-left: 20px;
}


#int-main{
  background: #fff;
	box-shadow: 0px 9px 6px -6px rgba(0,0,0,0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}
#int-main .photo{
  width: 50%;
}
#int-main .info{
  flex:1;
	padding: 0 40px;
	line-height: 1.3;
}
#int-main .info dl{
	display: flex;
	margin-bottom: 10px;
}
#int-main .info dl dt{
	display: flex;
	width: 110px;
	letter-spacing: 1em;
}
.ttl2{
  font-size: 18px;
	border-bottom: solid 1px #03A678;
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 16px;
}
#int-main .info dl.name dd{
  color: #03A678;
	font-size: 18px;
}
#int-main .info dl.name dd .small{
  font-size: 14px;
	margin-left: 20px;
}
#int-main .info dl + .ttl2{
  margin-top: 32px;
}
#int-faq .topic{
  display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
}
#int-faq .topic:last-child{
  border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#int-faq .topic:nth-child(2n+1){
  flex-direction: row-reverse;
}
#int-faq .topic .photo{
  width: 50%;
}
#int-faq .topic .info{
  flex:1;
}
#int-faq .topic .photo+.info{
  padding: 0 0 0 40px;
}
#int-faq .topic:nth-child(2n+1) .photo+.info{
	padding: 0 40px 0 0;
}
#int-faq .topic .info dt,
#int-com dt{
  color: #03A678;
	font-size: 26px;
	letter-spacing: .15em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
}
#int-sche h3{
  text-align: center;
}
#int-sche dl{
  width: 1000px;
	margin: 60px auto;
	display: table;
}
#int-sche dl dt{
  width: 230px;
	background: #03A678;
	color: #fff;
	font-size: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#int-sche dl dd{
  width: 770px;
	padding: 25px 40px;
	background: #F0EFEF;
	font-size: 21px;
	display: table-cell;
}
#int-com{
  margin: 120px 0 60px;
	padding: 60px 0;
	border-bottom: solid 1px #03A678;
	border-top: solid 1px #03A678;
}

#int-pager{
  margin: 0 0 60px;
  display: flex;
	justify-content: space-between;
}
#int-pager li{
width: 32%;
}
#int-pager li a {
	display: block;
	line-height:68px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
}
#int-pager li:nth-of-type(1) a { background: #03A678; }
#int-pager li:nth-of-type(2) a { background: #5EC6A9; }
#int-pager li:nth-of-type(3) a { background: #EEB133; }
.wp-pagenavi{
    margin: 64px 0;
    text-align:center;
}
.wp-pagenavi span,
.wp-pagenavi a {
    border-radius: 50%;
    display: inline-block;
    background: #DDDBDB;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 4px;
    text-align:center;
}
.wp-pagenavi .current {
    background: #716969;
    color: #fff;
}

/*products 21.03.08*/

/*color*/
#pd-header.tomato ul li.current,
#pd-content.tomato .topic .info h3,
#pd-content.tomato .topic2 dt,
#pd-content.tomato h1,
#pd-content.tomato .topic .info h2{
	color: #ea5549;
}
#pd-content.tomato .topic,
#pd-content.tomato .topic2{
	border-color: #ea5549;
}
#pd-content.tomato .topic .info h3:before,
#pd-content.tomato .topic2 dt:before{
	background-image:url("../images/products/icon-tomato.png");
}
#pd-header.rl ul li.current,
#pd-content.rl .topic .info h3,
#pd-content.rl .topic2 dt,
#pd-content.rl h1,
#pd-content.rl .topic .info h2{
	color: #6fba2c;
}
#pd-content.rl .topic,
#pd-content.rl .topic2{
	border-color: #6fba2c;
}
#pd-content.rl .topic .info h3:before,
#pd-content.rl .topic2 dt:before{
	background-image:url("../images/products/icon-rl.png");
}
/*color*/

#pd-header{
  background: url(../images/top/box8-bg.jpg) no-repeat center center / cover;
	padding: 46px 20% 0;
	font-family: 'Noto Sans JP', sans-serif;
}
#pd-header ul{
  display:flex;
  justify-content: space-between;
}
#pd-header ul li{
	font-size: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	flex:1;
}
#pd-header ul li.current{
  background: #fff;
	vertical-align: top;
	padding-top: 3%;
	font-size: 15px;
	margin-bottom: -10px;
}
#pd-header ul li a{
	color: #fff;
}
#pd-content{
  width: 1000px;
	margin:0 auto;
	padding-bottom: 80px;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
#pd-content h1{
  border-width: 1px;
	border-style: solid;
	margin: 80px 0;
	padding:2px;
}
#pd-content h1 img{
  width:496px;
  height:376px
}
#pd-content .topic,
#pd-content .topic2{
	margin-top: 60px;
	border-width: 1px 0 0;
	border-style: solid;
	padding-top: 60px;
}
#pd-content .topic2{
	margin-top: 40px;
	padding-top: 40px;
}
#pd-content .topic,
#pd-content .topic2 dl{
  display: flex;
	justify-content: space-between;
}
#pd-content .topic.topic-top{
	border-top: none;
	padding-top: 0;
}
#pd-content .topic .photo{
  width: 300px;
	padding-left: 40px;
}
#pd-content .topic .info{
  flex:1;
}
#pd-content .topic .info h2{
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin: -0.2em 0 0.5em;
}
#pd-content .topic .info h3,
#pd-content .topic2 dt{
	margin: -0.2em 0 1.5em;
	font-weight: bold;
}
#pd-content .topic .info h3:before,
#pd-content .topic2 dt:before{
  content:"";
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: top;
}
#pd-content .topic2 dt{
  margin: 0 1em 0 0;
}
#pd-content .topic2 dd{
  flex:1;
}



/*
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/























