@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: "Noto Sans JP", sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}


/*: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;
  max-width: 100%;
}

/*<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;
	}
}

iframe{
	display: none;
}

/*
＝＝＝以下の記述は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;
}

.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: center;
	padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: right;
	padding: 10px 10px 0 0;
	box-sizing: border-box;
}
}

.shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
}

/*
＝＝＝以下の記述はfooterに関連したcssです＝＝＝
*/

/* パンくず */
.pagePathParent {
    width: 100%;
    display: inline-block;
    /* font-size: var(--px11); */
    background-color: rgb(0,170,238);
    overflow: hidden;
}

/* パンくずリスト */
.pagePathParent > ul {
  margin-left: 20px;
  float: left;
}

/* パンくずリスト項目 */
.pagePathParent > ul > li {
  float: left;
}

/* パンくずリスト内ホームアイコン */
.pagePathParent > ul > li > img {
  width: 30px;
  height: 30px;
  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: -16px;
    border-width: 15px 15px 15px 15px;
    border-color: transparent rgb(0,170,238) rgb(0,170,238) transparent;
    border-style: solid;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-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 rgb(0,170,238) transparent;
    border-style: solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-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 rgb(0,170,238);
    border-style: solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-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;
  }
}

/*
＝＝＝このページにかかわるcssは以下に記述＝＝＝
*/


/*-----------------------------
  FV
--------------------------------*/
#icatch{
	padding: 5% 0 10% 40%;
}
#icatch:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC),
		url(../img/mvbg.png) no-repeat center center;
	background-size: auto auto,
		cover;
	-webkit-background-size: auto auto,
		cover;
	overflow-x: hidden;

}
#icatch img{
	margin: 0 auto;
	display: block;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	position: relative;
	margin: -8% 0 20px 0;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 0px auto;
		background: #f2f2f2;
		padding: 5px 0;
		color: #000;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #444;
	text-align: center;
	border-bottom: 2px solid #444;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.location h2,
.condition h2,
#category h2{
	font-size: 4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
	margin:0 0 2.5rem 0;
}
.location h2 span,
.condition h2 span,
#category h2 span{
	display: block;
	padding: 2rem 0 0 0;
	margin: 1.4rem 0 0 0;
	background:url("../img/tpc_line.png") no-repeat center top;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: lighter;
	color: #000;
	letter-spacing: 0.1em;
}

.tab-panel{
	padding: 0 0 5rem 0;
	background: url("../img/white.png") repeat-x center bottom;
	background-size:auto 98%;
}
ul.tab-group{
	max-width: 1360px;
	margin: -1.5% auto 0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.tab-group li{
	width: 49%;
	padding: 1.5rem 0;
	text-align: center;
	background: #fff;
	border:3px solid #3977e4;
	color: #3977e4;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: lighter;
	border-radius: 10px;
}
ul.tab-group li span{
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}
ul.tab-group li br{
	display: none;
	}
.panel{
    display:none;
}
.tab.is-active{
	position: relative;
	background: #3977e4;
	color: #fff;
	transition: all 0.2s ease-out;
}
.tab.is-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(57, 119, 228, 0);
	border-top-color: #3977e4;
	border-width: 10px;
	margin-left: -10px;
}
.panel.is-show{
    display:block;
}

/*-----------------------------
  都道府県
--------------------------------*/
.location{
	padding: 5rem 0 3rem 0;
}
.location h2{
}
.location section{
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section dl{
	width: 32%;
	height: 270px;
	padding: 0 20px;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	border:5px solid #000;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.location section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.location section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.location section dl dd ul li a{
	display: block;
	color: #3977e4;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	border:3px solid #3977e4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  条件
--------------------------------*/
.condition{
	padding: 0;
}
.condition section{
	max-width: 1360px;
	margin: 0 auto;
}
.condition section ul,
#category section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.condition section ul li{
	width: 32%;
}
.condition section ul li a,
#category section ul li a{
	display: block;
	color: #3977e4;
	/* border:1px solid #444; */
	border-radius: 5px;
	font-size: 1.3rem;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	border:3px solid #3977e4;
	background-size:auto 14px;
	text-align: center;
	padding: 1.5rem 0;
}

/*-----------------------------
  職種
--------------------------------*/
#category{
	padding: 5rem 0 4rem 0;
	background: #f2f2f2;
}
#category section{
	max-width: 1360px;
	margin: 0 auto;
}
#category section ul li{
	width: 24%;
	margin: 0 0 1.5rem 0;
}


/*-----------------------------
  お仕事について
--------------------------------*/
#case{
	padding: 5rem 0;
	background: #000;
	color: #fff;
}
#case section{
	max-width: 1360px;
	margin: 0 auto;
}
#case h2{
	font-size: 4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin:0 0 2.5rem 0;
}
#case h2 span{
	display: block;
	padding: 2rem 0 0 0;
	margin: 1.4rem 0 0 0;
	background:url("../img/tpc_line_w.png") no-repeat center top;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 0.1em;
}
#case section article{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.reverse{
	flex-flow: row-reverse;
}
#case section article figure{
	width: 50%;
}
#case section article div{
	width: 50%;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#case section article div h3{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1.5rem 0;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section,
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popup section dl{
	width: 32%;
	height: 230px;
	background: #fff;
	border:5px solid #000;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #3977e4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {

	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 30% 0;
}
#icatch:before{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC),
		url(../img/mvbg_m.png) no-repeat center 60%;
	background-size: auto auto,
		cover;
	-webkit-background-size: auto auto,
		cover;
	overflow-x: hidden;
}
#icatch img{
	margin: 0 auto;
	display: block;
	width: 90%;
}
/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 0px auto;
		background: #f2f2f2;
		padding: 5px 0;
		color: #000;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #444;
	text-align: center;
	border-bottom: 2px solid #444;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.location h2,
.condition h2,
#category h2{
	font-size: 2rem;
	margin:0 0 2.5rem 0;
}
.location h2 span,
.condition h2 span,
#category h2 span{
	display: block;
	padding: 1.5rem 0 0 0;
	margin: 1rem 0 0 0;
	font-size: 1.1rem;
}

.tab-panel{
	padding: 0 0 3rem 0;
	background: url("../img/white.png") repeat-x center bottom;
	background-size:auto 95%;
}
ul.tab-group{
	width: auto;
	margin: -1.5% auto 0 auto;
	padding: 0 1rem;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.tab-group li{
	width: 49%;
	padding: 1.5rem 0;
	text-align: center;
	background: #fff;
	border:3px solid #3977e4;
	color: #3977e4;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: lighter;
	border-radius: 10px;
}
ul.tab-group li br{
	display: block;
	}

/*-----------------------------
  都道府県
--------------------------------*/
.location{
	padding: 2.5rem 0;
}
.location h2{
}
.location section{
	width: inherit;
	padding: 0 1.5rem;
	display: block;
	}
.location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section ul li{
	width: 49%;
	margin: 0 0 2% 0;
	}
.location section dl{
	width: auto;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.location section dl dd ul{
	padding: 0 5px;
}
.location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}
.location section dl dd ul li a{
	display: block;
	color: #444;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  条件
--------------------------------*/
.condition{
	padding: 0;
}
.condition section{
	max-width: 1360px;
	padding: 0 1.5rem;
}
.condition section ul{
	display: block;
}
.condition section ul li{
	width: 100%;
	margin: 0 0 1rem 0;
}
.condition section ul li a,
#category section ul li a{
	display: block;
	color: #3977e4;
	/* border:1px solid #444; */
	border-radius: 5px;
	font-size: 1.3rem;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	border:3px solid #3977e4;
	background-size:auto 14px;
	text-align: center;
	padding: 1.5rem 0;
}

/*-----------------------------
  職種
--------------------------------*/
#category{
	padding: 3rem 0 3.5rem 0;
	background: #f2f2f2;
}
#category section{
	max-width: 1360px;
	padding: 0 1.5rem;
}
#category section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#category section ul li{
	width: 49%;
	margin: 0 0 1rem 0;
}

/*-----------------------------
  お仕事について
--------------------------------*/
#case{
	padding: 3rem 0;
}
#case section{
	max-width: 1360px;
	padding: 0 1.5rem;
}
#case h2{
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin:0 0 2.5rem 0;
}
#case h2 span{
	display: block;
	padding: 1.5rem 0 0 0;
	margin: 1rem 0 0 0;
	background:url("../img/tpc_line_w.png") no-repeat center top;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 0.1em;
}
#case section article{
	display: block;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 2rem 0;
}
#case section article:last-child{
	margin: 0;
	}
.reverse{
	flex-flow: row-reverse;
}
#case section article figure{
	width: 80%;
	margin: 0 auto 1.5rem auto;
}
#case section article div{
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: justify;
}
#case section article div h3{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
	text-align: center;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	border:5px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #3977e4;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}


.company a{
	display: block;
	margin: -5px 0 0 0;
	padding: 1rem 0;
	color: #fff;
	background: #ff5a1f;
	text-align: center;
	opacity: inherit;
}
.company a:hover{
	background: #ffb600;
}

.banner_info{
    width: 90%;
    margin: 5rem auto 0;
    }

.banner_info img{
    width: 670px!important;
    margin: auto!important;
}
