@charset "utf-8";


/*
＝＝＝以下の記述はbaseに関連したcssです＝＝＝
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
	scroll-behavior: smooth;
}
body {
  line-height: 1.3;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: lighter;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

/*--------------
  セレクタ設定
----------------*/
/* <a> */
a {
  display: block;
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: 0.4s ;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*<img>*/
img {
  display: block;
}

/*<label>*/
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*
<input>
<textarea>
*/
input,
textarea {
  -webkit-appearance: none;
}

/*---------------
  color設定
-----------------*/
:root {
  /* マイナビメインテーマカラー */
  --mynavi-main: rgb(0,170,238);
  /* マイナビサブテーマカラー */
  --mynavi-sub: rgb(240,88,10);
}

/*---------------
    shadow
----------------*/
/* 外側 */
.shadow {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18);
}

/* 内側 */
.shadowInset {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18) inset;
}

/*---------------------*/
/*	clearfix
/*---------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---------------------*/
/*	crossdevice
/*---------------------*/
.pc_hidden{
		display: none;
	}
.sp_hidden{
		display: block;
	}
@media screen and (max-width:780px) {
	.sp_hidden{
		display: none;
	}
.pc_hidden{
		display: block;
	}
}

/*
＝＝＝以下の記述はheaderに関連したcssです＝＝＝
*/

.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 10px 0 11px;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 18px 0;
  }
}

.hderCenterLogo img {
  height: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
}

.shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
}


/*
＝＝＝以下の記述はfooterに関連したcssです＝＝＝
*/

/* パンくず */
.pagePathParent {
  width: 100%;
  display: inline-block;
  font-size: var(--px11);
  background-color: var(--mynavi-main);
  overflow: hidden;
}

/* パンくずリスト */
.pagePathParent > ul {
  margin-left: 20px;
  float: left;
}

/* パンくずリスト項目 */
.pagePathParent > ul > li {
  float: left;
}

/* パンくずリスト内ホームアイコン */
.pagePathParent > ul > li > img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding-top: 11px;
}

/* １パンくずのあとに＞表示 */
.pagePath::after {
  content: ">";
  margin: 0 3px;
  color: #fff;
}

/* 最後の子の場合は＞非表示 */
.pagePath:last-child::after {
  display: none
}

/* パンくずリンク */
.pagePathLink {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  line-height: 40px;
}

/* 現在地表示場所 */
.pagePathChild01 {
  width: auto;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px 0 25px;
  float: left;
  position: relative;
  z-index: 1;
}

/* リボンデザイン */
.pagePathChild01::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 6px;
  left: -15px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent var(--mynavi-main) var(--mynavi-main) transparent;
  border-style: solid;
  transform: rotate(-45deg);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.18);
}

.pagePathChild01::after {
  position: absolute;
  content: "";
  width:0px;
  height: 0px;
  z-index: 1;
  top: -15px;
  right: -15px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent transparent var(--mynavi-main) transparent;
  border-style: solid;
  transform: rotate(45deg);
  box-shadow: 0 2px 2px -2px var(--shadow);
}

.pagePathChild02 {
  float: left;
  position: relative;
}

.pagePathChild02::after {
  position: absolute;
  content: "";
  width:0px;
  height: 0px;
  z-index: 1;
  bottom: -15px;
  right: -35px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent transparent transparent var(--mynavi-main);
  border-style: solid;
  transform: rotate(45deg);
}


/* 現在地 */
.nowHere {
  color: var(--mynavi-main);
}

/*--------------------
  パンくず下関連サイト
----------------------*/

/*パンくず下囲み*/
.simpleRelationFooter{
  width: 100%;
  background-color: rgb(238, 238, 238);
  margin-top: -2px;
  padding: 32px 20px;
  box-sizing: border-box;
}

@media screen and (max-width:780px) {
  .simpleRelationFooter {
    padding: 28px 0;
  }
/* パンくず */
.pagePathWrap{
overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
	width: 100%;
	}
.pagePathParent {
  display: inline-block;
  font-size: var(--px11);
  background-color: var(--mynavi-main);
	width: 800px;
}
/* パンくずリスト */
.pagePathParent > ul {
  margin-left: 20px;
  float: left;

}

/* パンくずリスト項目 */
.pagePathParent > ul > li {
  float: left;
}
}

/*コンテンツ幅囲み*/
.contentWidthWrap {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contentWidthWrap {
    max-width: 1034px;
    padding: 0 17px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

/*マイナビロゴ*/
.simpleRelationFooterMynaviLogo {
  width: 62px;
  height: auto;
  float: left;
  margin-right: 20px
}

@media (min-width: 768px) {
  .simpleRelationFooterMynaviLogo {
    width: 82px;
    height: auto;
    margin-right: 0;
  }
}

/*関連サイト囲み*/
.simpleRelationSiteWrap{
  float: left;
  width: calc(100% - 82px);
}

@media (min-width: 768px) {
  .simpleRelationSiteWrap {
    max-width: calc(100% - 154px);
    text-align: center;
  }
}

/*関連サイト*/
.simpleRelationSite{
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .simpleRelationSite {
    margin-bottom: 8px;
  }
}

/*関連サイト項目*/
.simpleRelationSiteItem {
  display: inline;
  font-size: var(--px10);
  line-height: var(--px16);
}

@media (min-width: 768px) {
  .simpleRelationSiteItem {
    font-size: var(--px11);
  }
}

/* 項目区切り線 */
.simpleRelationSiteItem::after {
  content: "|";
  display: inline;
  margin: 0 5px;
}

/* 最後の項目時項目区切り線非表示 */
.simpleRelationSiteItem:last-child::after {
  display: none;
}

/* コピーライター */
.copyright {
  font-size: var(--px10);
}

@media (min-width: 768px) {
  .copyright {
    float: none;
    font-size: var(--px11);
  }
}





/*プライバシーマーク*/
.privacyLink,
.privacyMark {
  display: none;
}

@media (min-width: 768px) {
  .privacyLink,
  .privacyMark {
    display: block;
    float: right;
    width: 72px;
    height: 72px;
  }
  .privacyLink img{
    width: 72px;
  }
}

/* 企業向けリンク \*/
.linkForKigyo{
	text-decoration: none;
  margin: 5px 0px 10px 0px;
  text-align: center;
  font-weight: 400;
}
.linkForKigyo a{
  text-decoration: none;
  color: #000;
}
.linkForKigyo a:hover {
  font-weight: bold;
  color: #00aaee;
		}


/*
＝＝＝このページにかかわるcssは以下に記述＝＝＝
*/

.contents img{
	/* width: 100%; */
	height: auto;
}

.main{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5em;
}

.main h2{
	text-align: center;
	padding: 50px 0 20px;
	line-height: 1.3em;
	background: url(../img/title.png) no-repeat left 50% top 2% /80px;
}

.hsc_app{
  padding:40px 15px 50px 15px;
  box-sizing:border-box;
  background:#0ae;
  color:#fff;
}
.hsc_app img{
  max-width:100%;
}
.hsc_app h2{
  margin:0 0 10px 0;
}
.hsc_app dt{
  font-size:1.2rem;
  letter-spacing:0.1em;
  line-height:1.3;
  padding: 0 0 10px 0;
}

@media screen and (min-width:780px){
  .hsc_app{
    display:none;
  }
}

h4 {
	text-align: center;
}

/*ajax*/
.adbnr{
	text-align: center;
	background-color:  #00BEBC;
	padding: 10px;
}

.adbnr a{
	text-decoration: underline;
	margin: 6px 0;
  font-size: 15px;
}

.adbnr h3{
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 24px;
}

.adbnr li{
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10px;
	padding: 3px 0;
	background: #FFF;
	border-radius: 5px;
}
/**/

.location,.rank,.qanda{
	padding: 40px 0;
	background-color: #F4E8D0;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F4ECDC), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 30px;
}

.area{
	padding: 0 0 40px;
	background-color: #F4E8D0;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F4ECDC), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 30px;
}

.ninkibaito,.goodandbad{
	background: url(../img/circle.png) #FBD1D2;
	padding: 40px 0;
}

.kotu,.resumeandinterview,.long{
	padding: 40px 0 10px;
}


.experience,.message{
	padding: 40px 0 60px;
}


.backimg{
	background: url(../img/circle.png) #FBD1D2;
}

.location li{
	float: left;
	width: 46%;
	margin: 2%;
}

.location a{
	display: block;
	padding: 20px;
	color: #FFF;
	background-color: #00BEBC;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}

.area li{
	float: left;
	width: 46%;
	margin: 2%;
}

.area a{
	display: block;
	padding: 20px;
	color: #FFF;
	background-color: #00BEBC;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}

.nav{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.nav li{
	width: 100%;
	margin: 5px auto;
}

.nav a{
	display: block;
    text-align: center;
	padding: 20px 0;
	border-radius: 5px;
    background: url(../img/arrow_1.png) no-repeat #F06C9B right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.ninkibaito h4{
	/* padding: 20px 0; */
	font-size: 20px;
}

.work{
	display: flex;
	flex-wrap: wrap;
}

.work dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.work dt{
	text-align: center;
	padding: 0 0 200px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.work1{
	background:url(../img/ninkibaito_1.png) no-repeat right 50% bottom 30% / 150px;
}

.work2{
	background:url(../img/ninkibaito_6.png) no-repeat right 50% bottom 30% / 150px;
}
.work3 {
    background: url(../img/ninkibaito_11.png) no-repeat right 50% bottom 30% / 150px;
}
.work4{
	background:url(../img/ninkibaito_7.png) no-repeat right 50% bottom 30% / 150px;
}

.food{
	display: flex;
	flex-wrap: wrap;
}

.food dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.food dt{
	text-align: center;
	padding: 0 0 200px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.food1{
	background:url(../img/ninkibaito_3.png) no-repeat right 50% bottom 30% / 150px;
}

.food2{
	background:url(../img/ninkibaito_4.png) no-repeat right 50% bottom 30% / 150px;
}

.food3{
	background:url(../img/ninkibaito_5.png) no-repeat right 50% bottom 30% / 150px;
}

.food4{
	background:url(../img/ninkibaito_6.png) no-repeat right 50% bottom 30% / 150px;
}

.service{
	display: flex;
	flex-wrap: wrap;
}

.service dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.service dt{
	text-align: center;
	padding: 0 0 200px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.service1{
	background:url(../img/ninkibaito_7.png) no-repeat right 50% bottom 30% / 150px;
}

.service2{
	background:url(../img/ninkibaito_8.png) no-repeat right 50% bottom 30% / 150px;
}

.service3{
	background:url(../img/ninkibaito_9.png) no-repeat right 50% bottom 30% / 150px;
}

.service4{
	background:url(../img/ninkibaito_10.png) no-repeat right 50% bottom 30% / 150px;
}

.link{
	display: block;
	width: 250px;
    text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
  	right: 0;
 	margin: 15px auto;
	border: solid 2px #F06C9B;
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
	color: #F06C9B;
	font-weight: 600;
}

.back{
	display: block;
    margin: 20px auto 50px;
    width: 200px;
    text-align: center;
    padding: 20px;
    background: #F06C9B;
	border-radius: 40px;
	color: #fff;
	font-weight: 600;
}

/*rank*/
.rank h4{
	padding: 40px 0 10px 0;
	font-size: 20px;
}

.rank p{
	margin: 0 0 30px 0;
	background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.rank_female li{
	text-align: center;
    background: #00BEBC;
    padding: 14px 0;
    margin: 10px auto;
	border-radius: 5px;
}

.rank_female_1{
	background: url(../img/1.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_2{
	background: url(../img/2.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_3{
	background: url(../img/3.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_4{
	background: url(../img/4.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_7{
	background: url(../img/7.png) no-repeat left 2% top 50% /19px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_9{
	background: url(../img/9.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_female_10{
	background: url(../img/10.png) no-repeat left 1% top 50% /40px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.hidden_box {
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	display: block;
	width: 250px;
	margin: 20px auto;
    padding: 15px;
    font-weight: bold;
    border: solid 2px #00BEBC;
	background: #fff;
    cursor :pointer;
	text-align: center;
	border-radius: 40px;
	color: #00BEBC;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}

/*rank2*/
.rank_male li{
	text-align: center;
    background: #00BEBC;
    padding: 14px 0;
    margin: 10px auto;
	border-radius: 5px;
}

.rank_male_1{
	background: url(../img/1.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_2{
	background: url(../img/2.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_3{
	background: url(../img/3.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_4{
	background: url(../img/4.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_6{
	background: url(../img/6.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_7{
	background: url(../img/7.png) no-repeat left 2% top 50% /19px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_8{
	background: url(../img/8.png) no-repeat left 2% top 50% /20px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}

.rank_male_10{
	background: url(../img/10.png) no-repeat left 1% top 50% /40px, url(../img/arrow_2.png) no-repeat right 2% top 50%;
	color: #fff;
	font-weight: 600;
}


.hidden_box2 {
    padding: 0;
}

.hidden_box2 label {
    display: block;
	width: 250px;
	margin: 20px auto;
    padding: 15px;
    font-weight: bold;
    border: solid 2px #00BEBC;
	background: #fff;
    cursor :pointer;
	text-align: center;
	border-radius: 40px;
	color: #00BEBC;
}

.hidden_box2 label:hover {
    background: #efefef;
}

.hidden_box2 input {
    display: none;
}

.hidden_box2 .hidden_show2 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box2 input:checked ~ .hidden_show2 {
    height: auto;
    opacity: 1;
}

.kotu p{
	background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.talk{
	display: flex;
	flex-wrap: wrap;
}

.talk dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	background: #fff;
    border-radius: 5px;
}

.talk dt{
	padding: 180px 0 10px 0;
	font-weight: 600;
	color: #F06C9B;
}

.talk1{
	background:url(../img/talk_1.png) no-repeat right 50% top 2% / 150px;
}

.talk2{
	background:url(../img/talk_2.png) no-repeat right 50% top 2% / 150px;
}

.talk3{
	background:url(../img/talk_3.png) no-repeat right 50% top 2% / 150px;
}

.goodandbad_parts{
	display: flex;
	flex-wrap: wrap;
}

.goodandbad_parts dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.goodandbad_parts dt{
	text-align: center;
	padding: 0 0 180px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.good{
	background:url(../img/good.png) no-repeat right 50% bottom 30% / 150px;
}

.bad{
	background:url(../img/bad.png) no-repeat right 50% bottom 30% / 150px;
}

.resumeandinterview_parts{
	display: flex;
	flex-wrap: wrap;
}

.resumeandinterview_parts dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.resumeandinterview_parts dt{
	text-align: center;
	padding: 0 0 180px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.resume{
	background:url(../img/resume.png) no-repeat right 50% bottom 30% / 150px;
}

.interview{
	background:url(../img/interview.png) no-repeat right 50% bottom 30% / 150px;
}

.long_parts{
	display: flex;
	flex-wrap: wrap;
}

.long_parts dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.long_parts dt{
	text-align: center;
	padding: 0 0 180px 0 ;
	font-weight: 600;
	font-size: 18px;
}

.summer{
	background:url(../img/summer.png) no-repeat right 50% bottom 30% / 150px;
}

.winter{
	background:url(../img/winter.png) no-repeat right 50% bottom 30% / 150px;
}


.link_long{
	display: block;
	width: 250px;
    text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
  	right: 0;
 	margin: 15px auto;
	border: solid 2px #F06C9B;
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
	color: #F06C9B;
	font-weight: 600;
}

.message p{
	background: #fff;
    padding: 20px;
    border-radius: 5px;
}


/*accordion_1*/
ul li ul {
	color: #333;
}
.areabox .accordion {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.areabox .accordion > li p {
	display:block;
	padding: 10px 10px 10px 50px;
	background:url(../img/q.png) no-repeat #00BEBC left 2% bottom 50% /20px;
	color: #FFF;
	border-radius: 5px;
	font-weight: 600;
}
.areabox .accordion > li {
	cursor: pointer;
	color: #111;
}

.areabox .accordion > li a{
	display: block;
	text-decoration: none;
}

.areabox ul li ul {
	display: none;
	border-top: 1px solid #FFF;
}
.areabox ul li ul li {
	border-bottom: 1px solid #FFF;
	text-align: left;
	padding: 20px;
	background-color: #fff;
}
.areabox ul li ul li:last-child {
	border-bottom: none;
}

/*modal*/
.popup li{
	float: left;
	width: 46%;
	margin: 2%;
	font-size: 16px;
}

.popup a{
	display: block;
	padding: 20px;
	color: #FFF;
	background-color: #00BEBC;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}

.popup h2{
	text-align: left;
	padding: 0 0 20px 2%;
}

.popup_area{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	padding: 0 0 5px 5px;
}

.popup_contents{
	padding: 20px 0;
}

.pc { display: none !important; }
.sp { display: block !important; }


@media screen and (min-width:768px){
	.main{
		width: 90%;
		max-width: 960px;
		margin: 0 auto;

	}

	.popup li{
		width: calc(100% / 5 - 10px);
		margin: 5px;
		font-size: 14px;
	}

	.popup h2{
	text-align: left;
	padding: 0 0 20px 5px;
	}

	.location li{
		width: 127px;
		margin: 5px;
		font-size: 14px;
	}

	.area li{
		width: 127px;
		margin: 5px;
		font-size: 14px;
	}
}

@media screen and (min-width:960px){
	.main{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}

	.popup li{
		width: 120px;
		margin: 5px;
	}

	.nav li{
	width: 100%;
	max-width: 32%;
	margin: 5px auto;
	}

	.work dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

	.food dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

	.service dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

	.talk dl{
	max-width: 270px;
	margin: 10px auto;
	padding: 20px;
	background: #fff;
    border-radius: 5px;
}

	.goodandbad_parts dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

	.resumeandinterview_parts dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

	.long_parts dl{
	max-width: 420px;
	margin: 10px auto;
	padding: 20px 20px 100px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}



	/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; }
	.sp { display: none !important; }

}
