@charset "utf-8";
/* CSS Document */

body {
	color: #222;
	box-sizing: border-box;
	font-family: "ヒラギノ丸ゴ StdN W4", "ヒラギノUD丸ゴ StdN W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body, #wrapper, #contents, #footer, #measure {
	margin: 0 auto;
}

header,main,nav,footer,ul,li,a,h1,h2,h3,h4,p {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.header_logo,.top,nav,.pl_btn,.interview01,.interview02{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.btn01,.btn02 {
	background-color: #30aa7b;
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	box-shadow: 0 2px 0 #10744d;
	color: #fff;
	font-size: 20px;
	display: block;
	line-height: 1.3;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.btn01 { background-image: url(../img/icon_arrow_b.png); }
.btn02 { background-image: url(../img/icon_arrow_r.png); }

.btn01.pt01,.btn02.pt01 {
	background-color: #5396db;
	box-shadow: 0 2px 0 #1c61a8;
}

.btn01 span,.btn02 span {
	font-size: 16px;
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */

.header-area {
	width: 100%;
    background: linear-gradient(to bottom,#fff 96%,#e0e0e0 100%);
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    border-top: none!important;
}

/* ----------------------------------------------------
    static-breadCrumb
---------------------------------------------------- */

.static-breadCrumb {
	padding-bottom: 10px;
    max-width: 1000px;
	width: 100%;
    margin: 0 auto;
}

.static-breadCrumb .pt01 li {
	display: inline;
    font-size: 11px;
    float: left;
}

.static-breadCrumb .pt01 li a {
    margin-right: 0.5em;
}


.static-breadCrumb li a:visited {
	color: #803aa3;
}

/* ----------------------------------------------------
    top
---------------------------------------------------- */

.top {
	background-image: url(../img/bg_h1_pc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 25px auto;
	padding: 30px 0;
	text-align: center;
}

.top h1 {
	background:url(../img/bar_h1_pc.png) no-repeat;
	background-position: bottom 20px center;
	font-size: 54px;
	margin: 5px 0;
}

.top p.top_read {
	font-weight: bold;
}

/* ----------------------------------------------------
    nav
---------------------------------------------------- */

nav.menu {
	color: #fff;
	margin-bottom: 70px;
	text-align: center;
}

nav.menu ul {
	-js-display: flex;			/* IE8,9対応js適用記述 */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
}

nav.menu ul li {
	width: 32.5%;
}

/* ----------------------------------------------------
    interview
---------------------------------------------------- */

.interview01,.interview02 {
	margin-bottom: 30px;
	box-sizing: border-box;
}

.interview01 { border: solid 4px #30aa7b; }
.interview02 { border: solid 4px #5396db; }

.interview01 .intv_head,.interview02 .intv_head {
	color: #fff;
	-js-display: flex;			/* IE8,9対応js適用記述 */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
	padding-left: 100px;
	position: relative;
}

.interview01 .intv_head { background: #30aa7b; }
.interview02 .intv_head { background: #5396db; }

.interview01 .intv_head::before,
.interview02 .intv_head::before {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
}

.interview01 .intv_head::before {
	background-image: url(../img/bg_interview_head01.png);
	background-size: 90px;
	left: -3px;
	top: -18px;
	width: 90px;
	height: 81px;
}
.interview02 .intv_head::before {
	background-image: url(../img/bg_interview_head02.png);
	background-size: 100px;
	left: -8px;
	top: -19px;
	width: 100px;
	height: 82px;
}

.intv_head h2,.intv_head h2 {
	font-size: 28px;
	display: block;
	padding-top: 3px;
}

.intv_head h2 span, .intv_head h2 span {
	color: #feffa5;
	font-size: 40px;
	padding-right: 8px;
}

.interview01 .intv_head p,
.interview02 .intv_head p {
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding:  20px 20px 0 0;
	text-align: right;
	width: 40%;
}

.interview01 .intv_head p {
	color: #30aa7b;
	background-image: url(../img/frame_interview_head01.png);
}
.interview02 .intv_head p {
	color: #5396db;
	background-image: url(../img/frame_interview_head02.png);
}

.intv_m {
	margin: 20px 20px 30px 20px;
}

.intv_m img {
	width: 100%;
}

.interview01 .intv_m .intv_ttl h3,
.interview02 .intv_m .intv_ttl h3 {
	color: #444;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: 300;
	margin: 20px 10px 30px 10px;
	padding: 20px 0 20px 60px;
}

.interview01 .intv_m .intv_ttl h3 { background-image: url(../img/bg_interview_title01g.png), url(../img/bg_interview_title02g.png); }
.interview02 .intv_m .intv_ttl h3 { background-image: url(../img/bg_interview_title01b.png), url(../img/bg_interview_title02b.png); }

.intv_m .intv_ttl h3.pt01 { margin: 20px 10px 20px 10px;}

.interview01 .intv_m ul.intv_user,
.interview02 .intv_m ul.intv_user,
.interview01 .intv_m ul.intv_staff,
.interview02 .intv_m ul.intv_staff {
	-js-display: flex;			/* IE8,9対応js適用記述 */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	-ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 20px;
	padding: 20px;
}

.interview01 .intv_m ul.intv_user{ background: #eaf8f3; }
.interview02 .intv_m ul.intv_user{ background: #ddeeff; }
.interview01 .intv_m ul.intv_staff,.interview02 .intv_m ul.intv_staff{ background: #f2f2f2; }

.intv_m ul.intv_user li.intv_l,
.intv_m ul.intv_staff li.intv_l {
	padding-right: 20px;
}

.intv_m ul.intv_user li.intv_r p,
.intv_m ul.intv_staff li.intv_r p {
	line-height: 2;
}

.intv_m ul.intv_user li.intv_r p.name,
.intv_m ul.intv_staff li.intv_r p.name {
	font-weight: bold;
	margin-bottom: 10px;
}

.intv_m ul.intv_user li.intv_r p.name span,
.intv_m ul.intv_staff li.intv_r p.name span{
	color: #fff;
	border-radius: 15px;
	font-size:14px;
	margin-right: 10px;
	padding: 6px 10px 4px 10px;
}

.interview01 .intv_m ul.intv_user li.intv_r p.name span { background: #30aa7b; }
.interview02 .intv_m ul.intv_user li.intv_r p.name span { background: #5396db; }
.intv_m ul.intv_staff li.intv_r p.name span { background: #aaa; }

.intv_m .intv_btn {
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

.intv_m .intv_btn p {
	color: #888;
	font-size: 14px;
	padding-top: 10px;
}

/* ----------------------------------------------------
    jlist-link
---------------------------------------------------- */

#jlist-link {
    width: 940px;
    line-height: 2;
    margin: 0 auto 40px;
}

.areasearch{
    padding-bottom: 10px;
}
.areasearch_ttl {
    width:100%;
    font-size:22px;
    color:#444;
    text-align:center;
    padding: 20px 0 15px 0;
}
.arealist{
    border-radius: 3px;
    padding:5px;
    margin-bottom: 4px;
    text-align:left;
    display: flex;;
}
.area_01{
    background-color: #ffefef;
}
.area_02{
    background-color: #fff5ec;
}
.area_03{
    background-color: #fff8e5;
}
.area_04{
    background-color: #f5f9e8;
}
.area_05{
    background-color: #ebfcf8;
}
.area_06{
    background-color: #eaf7f9;
}
.area_07{
    background-color: #ebf6fb;
}
.han_bt{
    box-sizing: border-box;
    text-align:center;
    margin-right:4px;
}
.han_bt a{
    color:#fff;
    text-decoration:none;
    width:163px;
    font-size:18px;
    font-weight:700;
    line-height:40px;
    display: block;
    padding-top:2px;
    border-radius:3px;
}
.han_bt a:hover{
    opacity:0.8;
}
.han_bt a:visited{
    color: #fff;
}
.han_01 a{
    background-color: #ff868c;
    box-shadow: 0 -2px 0 #c4595e inset;
    text-shadow:0px 1px 1px #c4595e;
}
.han_02 a{
    background-color: #ff9642;
    box-shadow: 0 -2px 0 #e17f33 inset;
    text-shadow:0px 1px 1px #e17f33;
}
.han_03 a{
    background-color: #facc42;
    box-shadow: 0 -2px 0 #cda228 inset;
    text-shadow:0px 1px 1px #cda228;
}
.han_04 a{
    background-color: #aed439;
    box-shadow: 0 -2px 0 #89aa2c inset;
    text-shadow:0px 1px 1px #89aa2c;
}
.han_05 a{
    background-color: #4bc8ac;
    box-shadow: 0 -2px 0 #419f89 inset;
    text-shadow:0px 1px 1px #419f89;
}
.han_06 a{
    background-color: #35cde4;
    box-shadow: 0 -2px 0 #32a1b3 inset;
    text-shadow:0px 1px 1px #32a1b3;
}
.han_07 a{
    background-color: #41b9f2;
    box-shadow: 0 -2px 0 #2f85b1 inset;
    text-shadow:0px 1px 1px #2f85b1;
}
.prefectures_bt{
    box-sizing: border-box;
    text-align:center;
}
.prefectures_bt a{
    color:#444;
    background-color:#fff;
    text-decoration:none;
    width:80px;
    font-size: 16px;
    font-weight:100;
    line-height:40px;
    display: block;
    border-radius:3px;
    margin-right:3px;
}
.prefectures_bt a:visited {
    color:#444;
}
.prefectures_bt a:hover {
    text-decoration: none;
}
.han_01_list a{
    border:1px solid #ff868c;
    box-shadow: 0 -2px 0 #ff868c inset;
}
.han_01_list a:hover{
    background-color:#ffdddf;
}
.han_02_list a{
    border:1px solid #ff9642;
    box-shadow: 0 -2px 0 #ff9642 inset;
}
.han_02_list a:hover{
    background-color:#ffdcc0;
}
.han_03_list a{
    border:1px solid #facc42;
    box-shadow: 0 -2px 0 #facc42 inset;
}
.han_03_list a:hover{
    background-color:#ffefc0;
}
.han_04_list a{
    border:1px solid #aed439;
    box-shadow: 0 -2px 0 #aed439 inset;
}
.han_04_list a:hover{
    background-color:#e0f1af;
}
.han_05_list a{
    border:1px solid #4bc8ac;
    box-shadow: 0 -2px 0 #4bc8ac inset;
}
.han_05_list a:hover{
    background-color:#c3ece3;
}
.han_06_list a{
    border:1px solid #35cde4;
    box-shadow: 0 -2px 0 #35cde4 inset;
}
.han_06_list a:hover{
    background-color:#abebf5;
}
.han_07_list a{
    border:1px solid #41b9f2;
    box-shadow: 0 -2px 0 #41b9f2 inset;
}
.han_07_list a:hover{
    background-color:#bee6f9;
}
.pop_wrapp{
    display: table;
    width:100%;
    border-radius:3px;
    box-sizing:border-box;
    margin-bottom:8px;
}
.pop_wrapp_01{
    border:2px solid #ff868c;
}
.pop_wrapp_02{
    border:2px solid #ff9642;
}
.pop_wrapp_03{
    border:2px solid #facc42;
}
.pop_wrapp_04{
    border:2px solid #aed439;
}
.pop_wrapp_05{
    border:2px solid #4bc8ac;
}
.pop_wrapp_06{
    border:2px solid #35cde4;
}
.pop_wrapp_07{
    border:2px solid #41b9f2;
}
.pop_han{
    width:164px;
    text-align: center;
    color:#fff;
    display:table-cell;
    vertical-align:middle;
    font-size:18px;
    font-weight:700;
}
.pop_han_01{
    background-color: #ff868c;
    text-shadow:0px 1px 1px #c4595e;
}
.pop_han_02{
    background-color: #ff9642;
    text-shadow:0px 1px 1px #e17f33;
}
.pop_han_03{
    background-color: #facc42;
    text-shadow:0px 1px 1px #cda228;
}
.pop_han_04{
    background-color: #aed439;
    text-shadow:0px 1px 1px #89aa2c;
}
.pop_han_05{
    background-color: #4bc8ac;
    text-shadow:0px 1px 1px #419f89;
}
.pop_han_06{
    background-color: #35cde4;
    text-shadow:0px 1px 1px #32a1b3;
}
.pop_han_07{
    background-color: #41b9f2;
    text-shadow:0px 1px 1px #2f85b1;
}
.pop_area_box{
    background-color:#fff;
    display:table-cell;
    box-sizing:border-box;
    padding:6px;
}
.pop_area_wrap{
    display: flex;
}
.pop_area_wrap:nth-child(2){
    margin-top:5px;
}
.pop_ttl{
  padding: 2px 0 0 2px;
  font-size:12px;
  color: #fff;
  background: #7c7c7c;
  position: relative;
  width:78px;
  text-align:center;
  z-index: 1;
  border-radius: 3px 1px 1px 3px;
  margin-right:20px;
}
.pop_ttl:after{
  background: #7c7c7c;
  content: "";
  height: 13px;
  margin-top: -6px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 12px;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 1px 2px 1px 1px;
}
.pop_area{
    font-size:14px;
}
.pop_area:after{
    content:"|";
    padding:0 10px;
    color:#999;
}
.pop_area:last-child:after{
    content:" ";
    display:none;
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */

footer {
	border-top: dotted 1px #ccc;
	font-size: 10px;
	padding: 30px 0;
	text-align: center;
}

/* ----------------------------------------------------
    footer_nav
---------------------------------------------------- */ 
.footer_nav {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.footer_nav ul {
    /*padding-top: 5px;*/
}

.footer_nav ul li {
    display: inline-block;
    padding-right: 5px;
}

.footer_nav ul li a {
    padding-top: 5px;
    color: #444 !important;
    font-size: 11px;
    text-decoration: none;
}

.footer_nav ul li a:after {
    content: '';
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    border-right: 1px solid #444;
}

.footer_nav ul li a:visited {
    color: #888;
}

.footer_nav ul li:last-of-type a:after {
    content: none;
}