@charset "utf8";

/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

/*=============================
	- font-style
	- 汎用 color & background
	- 汎用 wrap & title
	- content.css 各パーツCSS
==============================*/

/*----------------------------------------------------
	font-style
----------------------------------------------------*/
/*  全体 font  */
html {
font-family: 'Noto Sans Japanese',
				YuGothic,  /* For Mac */
               "Yu Gothic M", "Yu Gothic Medium",  /* For Windows Firefox, Edge, IE */
               "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  /* For Mac Fallback */
               Meiryo,  /* For Windows Fallback (Chrome) */
               sans-serif;
               }

/*  web font  or  ダウンロードfont  */
.my-font01-b {
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
}

/*----------------------------------------------------
	汎用 color & background
----------------------------------------------------*/
/* color */
.white {
	color:#fff;
}
.green {
	color:#85c8b2;
}
.pink {
	color:#dea6c8;
}
.gold {
	color:#b5a272;
}
.base-color01{/*--メイン文字カラー--*/
	color:#10878e;
}
.base-back01{/*--メイン背景カラー--*/
	background:#10878e;
}
.base-border01{/*--ポイントボーダーカラー--*/
	border-color:#10878e !important;
}
.point-color01{/*--ポイント文字カラー--*/
	color:#ff7800;
}
.point-back01{/*--ポイント背景カラー--*/
	background:#ff7800;
}
.point-border01{/*--ポイントボーダーカラー--*/
	border-color:#ff7800 !important;
}
.accent-color01 {/*--アクセント文字カラー--*/
	color:#108e4d;
}
.accent-back01 {/*--アクセント背景カラー--*/
	background:#108e4d;
}
.accent-border01{/*--ポイントボーダーカラー--*/
	border-color:#108e4d !important;
}

/*  汎用background  */
.bg01 {
	background:url(../images/content02-bg02.png) repeat;
}
.bg02 {
	background:url(../images/bg02.png);
}
.bg03 {
	background:url(../images/bg03.png) no-repeat center bottom / cover;
}

/*  汎用リンクカラー  */
.link-color {
	color:#3a99e0;
}

/*  shadow  */
.shadow {
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2);
}

/* tab  */
.tab-box .tab-hidden {
    display: none;
}
.tab-head {
	display:flex;
	justify-content:space-between;
	padding:0 20px;
}
.tab-head li {
	font-size:23px;
	font-weight:normal;
	background:#fff;
	text-align:center;
	padding:15px 10px;
	border-radius:5px 5px 0 0;
	border-top:1px solid #10878e;
	border-left:1px solid #10878e;
	border-right:1px solid #10878e;
	width:200px;
	cursor:pointer;
	transition:0.3s;
	position:relative;
	text-align:center;
	line-height:1em;
	color:#10878e;
}
.tab-head li span {
	font-size:12px;
	margin-left:9px;
	color:#10878e;
}

.tab-head li.current {
	background:#10878e;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.tab-head li.current:hover {
	opacity:1 !important;
}
.tab-head li.current span {
	color:#fff;
	font-weight:bold;
}
.tab-content {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}


@media screen and (max-width:680px){
	.tab-out-wrap {
		width:100%;
		overflow-x:scroll;
		-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
	}
	.tab-head {
		width:650px;
	}
	.tab-head li {
		font-size:12px;
		padding:10px;
		text-align:center;
		display:flex;
		align-items:center;
		flex-direction:column;
		margin:0 2px;
	}
	.tab-head li span {
		margin-left:0px;
	}
	.tab-head li.current {
		padding:10px;
	}
	.tab-content {
		padding:30px 0px;
	}
}

/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:680px){
	.mywidth{
		width:100%;
		padding:0 10px!important;
	}
	.sp-scroll {
		overflow-x:auto;
	}
}

/*  メインコンテンツwrap   */
#main-wrapp{
	overflow:hidden;
	margin:0px 0 0px;
}
@media screen and (max-width:680px){
	#main-wrapp{
		overflow:hidden;
		margin:0px 0 0px;
	}
}

/*  ▼▼▼▼  サイドバー有りcontent  ▼▼▼▼   */
/* #main{
	width:800px;
	float:left;
}
@media screen and (max-width:680px){
	#main{
		width:100%;
		float:auto;
	}
} */
/* #side{
	width:240px;
	min-height:500px;
	background-color:red;
	float:right;
}
#side .side-contents{
	margin-bottom:20px;
}
@media screen and (max-width:680px){
	#side{
		width:100%;
		float:auto;
		margin-top: 60px;
	}
	#main{
		width:100%;
		float:auto;
	}
} */
/*  ▲▲▲▲  サイドバー有りcontent  ▲▲▲▲   */

/* wrap */
.content-box {
	padding:60px 0px 70px;
}
@media screen and (max-width:680px){
	.content-box {
		padding:40px 0px 0;
	}
}

/* title */
.content-title01-wrap {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}
.content-title01-wrap i {
	font-size:90px;
	margin-top:10px;
	margin-right:15px;
}
.content-title01 {
	text-align:left;
  color:#758283;
	font-size:45px;
	font-weight:bold;
	letter-spacing:0.1em;
  font-family: 'Montserrat', sans-serif;
  display:inline-block;
}
.content-title01 span {
	color:#758283;
	font-size:18px;
	font-weight:bold;
	display:block;
	letter-spacing:0.1em;
	font-family:'Roboto', sans-serif;
}
@media screen and (max-width:680px){
  .content-title01 {
  	font-size:20px;
  }
  .content-title01-wrap i {
		font-size:44px;
		margin-top:0px;
		margin-right:15px;
	}
  .content-title01 span {
  	font-size:12px;
  }
}

/*  content-title02  */
.content-title02 {
	text-align:center;
	color:#fff;
	font-size:27px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:30px;
}
.content-title02 span {
	font-size:15px;
	font-family:"myFont";
}
@media screen and (max-width:680px){
	.content-title02 {
		font-size:20px;
		margin-bottom:20px;
		text-align:center;
	}
}

/* content-dl */
.content-dl dt {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
.content-dl dd {
	font-size:14px;
}
@media screen and (max-width:680px){
	.content-dl dt {
		font-size:16px;
		margin-bottom:5px;
	}
	.content-dl dd {
		font-size:12px;
	}
}

/* content-ul */
.content-ul li {
	font-size:14px;
	padding:2px 0px;
	margin-left:1em;
	text-indent:-1em;
}
@media screen and (max-width:680px){
}

/* table */
.content-table {
	border:1px solid #c8c8c8;
}
.content-table th,.content-table td {
	border:1px solid #c8c8c8;
	vertical-align:top;
	text-align:left;
	font-size:16px;
}
.content-table th {
	background:#eaeaea;
	padding:20px 15px;
}
.content-table td {
	background:#fff;
	padding:20px 20px;
}
@media screen and (max-width:680px){
	.content-table.sp-block {
		display:block;
		border-top:1px solid #c8c8c8;
		border-left:1px solid #c8c8c8;
		border-right:1px solid #c8c8c8;
		border-bottom:none;
	}
	.content-table.sp-block th,.content-table.sp-block td {
		display:block;
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:1px solid #c8c8c8;
		padding:10px 15px;
		font-size:14px;
	}
	.content-table.sp-block th {
		text-align:center;
	}
}

/*----------------------------------------------------
	content.css  各パーツCSS
----------------------------------------------------*/
/*  丸型ボタン  */
.maru-btn {
	border-radius:50px;
	padding:3px 20px;
	margin-right:15px;
}
.maru-btn i {
	padding-right:10px;
}

/*  丸型ボタン  */
.link-btn01 {
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:215px;
	margin:60px auto 0;
	font-size:14px;
	font-weight:bold;
	height:40px;
	position:relative;
}
.link-btn01:after {
	content:"\f105";
	font-family:"FontAwesome";
	position:absolute;
	right:10px;
	top:0;
	height:100%;
	display:flex;
	align-items:center;
	font-size:16px;
}
@media screen and (max-width:680px){
	.link-btn01 {
		margin:30px auto 0;
	}
}

/* recurit-count */
.recurit-count .count-text {
	width:270px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	border-bottom-width:2px;
	border-bottom-style:solid;
	letter-spacing:0.7px;
	white-space:nowrap;
}
.recurit-count .count-text .date {
	font-size:12px;
	position:relative;
	top:12px;
	display: block;
}
.recurit-count .count-text .count-num {
	font-size:32px;
}
.recurit-count .count-text .count-num span {
	font-size:18px;
}
@media screen and (max-width:680px){
	.recurit-count {
		margin-bottom:40px;
	}
}
/*----------------------------------------
  modal
----------------------------------------*/
body.modal {
	overflow:hidden;
}
.pref,.kodawari,.train{
	display:none;
}
.modal_bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:200;
	display:none;
}
.modal_wrap {
	position:fixed;
	background:#fff;
	max-width:990px;
	max-height:650px;
	width:95%;
	height:90%;
	overflow-y: auto;
	z-index:202;
	display:none;
}
.modal_wrap .modal_inner {
	width:100%;
	height:100%;
	position:relative;
/* 	display:flex;
	flex-direction:column;
	justify-content:flex-start; */
	padding:50px;
}
.modal_wrap .modal_inner .batu {
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:10px;
	top:10px;
	font-size:40px;
	line-height:1em;
	cursor:pointer;
	transition:0.3s;
}
/*
.modal_wrap .modal_inner dl dt {
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}
.modal_wrap .modal_inner dl dd {
	font-size:24px;
	line-height:2em;
}
*/
@media screen and (max-width:680px){
	.modal_wrap .modal_inner {
		padding:60px 15px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
/*
	.modal_wrap .modal_inner dl dt {
    font-size: 18px;
    margin-bottom: 20px;
	}
	.modal_wrap .modal_inner dl dd {
    font-size: 14px;
    line-height: 2em;
	}
*/
}


.modal_content {}
.modal_content .title {
	display: flex;
	justify-content: start;
	align-items: center;
	border-bottom: 2px solid #10878e;
	padding: 0 0 10px;
	margin: 0 auto 20px;
}
.modal_content .title .jp {
    font-size: 23px;
    line-height: 0.7em;
    padding-top: 8px;
}
.modal_content .title .eng {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.modal_content .title img {
    margin-right: 10px;
}
@media screen and (max-width:680px) {
}





/*  content01  */
.content01 {
	padding:25px 0 70px;
}
.content01 .box {
	width:345px;
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-width:3px;
	border-style:solid;
	border-radius:10px;
	cursor:pointer;
}
.content01 .box img,.content01 .keyword-wrap img {
	margin-right:10px;
}
.content01 .box .jp,.content01 .keyword-wrap .jp {
	font-size:23px;
	line-height:0.7em;
	padding-top:8px;
}
.content01 .box .eng,.content01 .keyword-wrap .eng {
	font-size:12px;
	font-family:'Roboto', sans-serif;
}
.keyword-wrap {
	border-width:3px;
	border-style:solid;
	border-radius:10px;
	padding:30px 62px;
	margin-top:40px;
	background:#f8f8f8;
}
.content01 .keyword-wrap dt {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.content01 .keyword-wrap dd .keyword-list a {
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	background:#fff;
	padding:9px 19px;
	margin-right:18px;
	margin-bottom:15px;
	display:inline-block;
	font-size:14px;
	line-height: 1.4em;
}
.content01 .keyword-wrap dd .keyword-list a:last-child {
	margin-right:0;
}
.keyword-wrap .keyword-form {
	width:100%;
	height:60px;
	background:#fff;
	border:2px solid #e6e6e6;
	border-radius:8px;
	display:flex;
	justify-content:space-between;
	padding:7px;
	margin-top:20px;
}
.keyword-wrap .keyword-form input[type=text] {
	width:800px;
	border:none;
	padding:0 10px;
	font-size:20px;
}
.keyword-wrap .keyword-form input[type=text]::placeholder {
	color:#b2b2b2;
}
.keyword-wrap .keyword-form .btn {
	width:140px;
	border:none;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:17px;
	line-height: 1em;
	font-weight:bold;
}
.keyword-wrap .keyword-form .btn i {
	color:#fff;
	font-size:18px;
	margin-right:5px;
}
@media screen and (max-width:680px){
  .content01 {
  }
  .content01 .box {
		width:100%;
		height:80px;
		margin-bottom:10px;
	}
	.content01 .box .jp, .content01 .keyword-wrap .jp {
    font-size: 18px;
    line-height: 1em;
    padding-top: 3px;
	}
	.keyword-wrap {
		padding:20px 10px;
		margin-top:30px;
	}
	.content01 .keyword-wrap dd .keyword-list  {
		display:flex;
/* 		justify-content:space-around; */
		flex-wrap:wrap;
	}
	.content01 .keyword-wrap dd .keyword-list a {
		padding:7px 15px;
		margin:0 5px 15px;
		margin-bottom:15px;
		display:inline-block;
		font-size:12px;
	}
	.keyword-wrap .keyword-form {
    height: auto;
    flex-direction:column;
    padding: 7px;
    margin-top: 15px;
	}
	.keyword-wrap .keyword-form input[type=text] {
		width:100%;
		border:none;
		padding:0 10px;
		font-size:16px;
		height:50px;
		margin-bottom:7px;
	}
	.keyword-wrap .keyword-form .btn {
    width: 100%;
    font-size: 14px;
    height:50px;
	}
}

/*  content02  */
.content02  {
	padding:50px 0 60px;
	background:url(../images/content02-bg.png) no-repeat center / cover;
}
.content02 .tab-out-wrap {
	border:1px solid #10878e;
	border-radius:5px;
	padding:30px;
	background:url(../images/content02-bg02.png) repeat;
}
.content02 .tab-content a {
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-width:3px;
	border-style:solid;
	border-radius:8px;
	height:100px;
	width:510px;
	margin-bottom:20px;
}
.content02 .tab-content a:nth-last-child(-n+2) {
	/*margin-bottom:0;*/
}

@media screen and (max-width:680px){
	.content02 .mywidth {
		padding:0;
	}
	.content02 .tab-out-wrap {
    border: 1px solid #10878e;
    border-radius: 5px;
    padding: 25px 10px 15px;
    background: url(../images/content02-bg02.png) repeat;
	}
	.content02 .tab-content {
		padding:0;
	}
	.content02 .tab-content a {
		height:60px;
		width:100%;
		margin-bottom:10px;
		padding:15px;
	}
	.content02 .tab-content a:nth-last-child(-n+2) {
    margin-bottom: 	10px;
	}
	.content02 .tab-content a img {
		width:60%;
		max-width:200px;
	}

}



/*  content03  */
.content03 .icon-jewelry {
	color:#ffb922;
	position:relative;
	top:-10px;
}
.content03 .tab-head {
  display: flex;
  justify-content: center;
  border-bottom-width:1px;
  border-bottom-style:solid;
  margin-bottom:50px;
}
.content03 .tab-head li {
	margin:0 2px;
	font-size:18px;
}
.content03 .tab-content {
}
.content03,.content03 .slick-class {
	width:100%;
}
.content03 .box {
	padding:0 15px;
}
.content03 .box .inner-box {
	display:block;
	width:345px;
	margin:20px auto;
	background:#fff;
	transition:0.3s;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	border:1px solid #e6e6e6;
	box-shadow:0px 4px 0px 0px rgba(230,230,230,0.45);
	z-index:1;
 }
 /*  type02  */
.content03.type02 .box {
    padding: 0 0.5vw;
}
.content03.type02 .box .inner-box {
 	max-width:320px;
 	width:100%;
 }
 /* end */
 .content03 .box .inner-box .img-wrap {
 	display:block;
 	transition:0.3s;
 }
.content03 .box .inner-box.new:before  {
	content:"";
	background:url(../images/new.png) no-repeat;
	width:60px;
	height:60px;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	padding:5px;
}
.content03 .box .img-wrap:hover {
	opacity:0.7;
}
.content03 .box .inner-box .img-wrap img {
  width:345px;
  height:210px;
  object-fit:cover;
}
.content03 .box .inner-box .text-wrap {
	padding:10px;
	min-height:85px;
	color: #000;
}
.content03 .box .inner-box:hover {
	background-color: #fff9c4;
}

.content03 .box .inner-box .text-wrap .date {
  color:#ff3b30;
  margin-bottom:10px;
  font-size:18px;
}
.content03 .box .inner-box .text-wrap dt {
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}
.content03 .box .inner-box .text-wrap .icon_04 {
	padding-left: 20px;
	position: relative;
}
.content03 .box .inner-box .text-wrap .icon_04::before {
	content: "";
	display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_marker210128.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 7px;
}

.content03 .box .inner-box .text-wrap .icon_04 span {
	font-size:14px;
}
.content03 .box .inner-box .text-wrap dt span {
	font-size:15px;
	font-weight:normal;
	margin-left:5px;
}
.content03 .box .inner-box .text-wrap dd .text {
	font-size:14px;
	line-height:1.8em;
	color: #006400;
}
.content03 .box .inner-box .text-wrap .link-tag-wrap {
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.content03 .box .inner-box .text-wrap .link-tag-wrap .more-link i {
	margin-left:3px;
}
.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list,.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list i,.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list a {
	color:#bfbfbf;
}
.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list i {
	margin-right:3px;
}
@media screen and (max-width:680px){
  .content03 {
    padding: 60px 0 20px;
  }
  .content03.type02 {
    padding: 60px 0;
  }
  .content03 .icon-jewelry {
		top:-5px;
	}
  .content03 .tab-head {
	  margin-bottom:0px;
	}
	.content03 .tab-head li {
    font-size: 12px;
    height:50px;
    justify-content:center;
	}
  .content03 .box .inner-box {
		display:block;
		width:280px;
		margin:0px auto 20px;
		background:#fff;
		transition:0.3s;
		position:relative;
		border-radius:6px;
		overflow:hidden;
		border:1px solid #e6e6e6;
		box-shadow:0px 4px 0px 0px rgba(230,230,230,0.45);
	 }
	 .content03.type02 .box .inner-box {
    max-width: 280px;
	}
	 .content03 .box .inner-box .img-wrap img {
	  width:100%;
	  height:180px;
	}
	.content03 .box {
    padding: 0 10px;
	}
	
	.content03 .box .inner-box .text-wrap {
    padding: 15px 10px;
    min-height:auto;
	}
	.content03 .box .inner-box .text-wrap .date {
    margin-bottom: 5px;
    font-size: 12px;
	}
	.content03 .box .inner-box .text-wrap dt {
    font-size: 14px;
	}
	.content03 .box .inner-box .text-wrap dt span {
    font-size: 12px;
	}
	.content03 .box .inner-box .text-wrap dd .text {
    font-size: 12px;
	}
	.content03 .box .inner-box .text-wrap .more-link,.content03 .box .inner-box .text-wrap .tag-list .tag {
		font-size:12px;
	}
	.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list i {
    font-size:12px;
	}
}

.content04 .flex {
	max-width:1400px;
	margin:auto;
}
.content04 .box {
	width: 24%;
    height: 350px;
    position: relative;
	margin-right: 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 4px 0px 0px rgb(230 230 230 / 45%);
    z-index: 0;
    overflow: hidden;
}
.content04 .box:before {
	content: '';
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: 30%;
  left: -5px;
  right: -5px;
  bottom: 30%;
  z-index: -1;
  transition:0.3s;
}
.content04 .box:hover::before {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.content04 .box:nth-child(1) {
	background:url(../images/column-bg01.png) no-repeat center;
}
.content04 .box:nth-child(2) {
	background:url(../images/column-bg02.png) no-repeat center;
}
.content04 .box:nth-child(3) {
	background:url(../images/column-bg03.png) no-repeat center;
}
.content04 .box:nth-child(4) {
	background:url(../images/column-bg04.png) no-repeat center;
	margin-right: 0;
}
.content04 .box p {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	line-height:1.8em;
	text-shadow:0px 0px 10px #000000;
}
.content04 .box p:before {
	content:"";
	width:70px;
	height:37px;
	background:url(../images/column-fukidashi.png) no-repeat center / contain;
	display:block;
	position:absolute;
	top:-40px;
	left:80px;
}
@media screen and (max-width:680px){
	.content04 .box {
		width:100%;
		height:280px;
		margin-bottom: 1rem;
		border-radius: 0;
		position:relative;
		z-index: 0;
		overflow: hidden;
	}
	.content04 .box:nth-child(1),
	.content04 .box:nth-child(2),
	.content04 .box:nth-child(3),
	.content04 .box:nth-child(4) {
		background-size: cover;
	}
	.content04 .box p {
    font-size: 16px;
	}
	.content04 .box p:before {
    left: 25%;
	}
}



.content06 .flex {
	max-width:1400px;
	margin:auto;
}
.content06 .box {
	width:25%;
	height:350px;
	position:relative;
	z-index: 0;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 4px 0px 0px rgb(230 230 230 / 45%);
}
.content06 .box:before {
	content: '';
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: 30%;
  left: -5px;
  right: -5px;
  bottom: 30%;
  z-index: -1;
  transition:0.3s;
}
.content06 .box:hover::before {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.content06 .box:nth-child(1) {
	background:url(../images/know-bg01.png) no-repeat center / cover;
}
.content06 .box:nth-child(2) {
	background:url(../images/know-bg02.png) no-repeat center / cover;
}
.content06 .box:nth-child(3) {
	background:url(../images/know-bg03.png) no-repeat center / cover;
}
.content06 .box:nth-child(4) {
	margin-right: 0;
}

.content06 .box p {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	line-height:1.8em;
	text-shadow:0px 0px 10px #000000;
}
.content06 .box:nth-child(1) p:before {
	content:"";
	width:85px;
	height:37px;
	background:url(../images/column-fukidashi-strength.png) no-repeat center / contain;
	display:block;
	position:absolute;
	top:-40px;
	left:80px;
}
.content06 .box:nth-child(2) p:before {
	content:"";
	width:70px;
	height:37px;
	background:url(../images/column-fukidashi-faq.png) no-repeat center / contain;
	display:block;
	position:absolute;
	top:-40px;
	left:80px;
}
.content06 .box:nth-child(3) p:before {
	content:"";
	width:70px;
	height:37px;
	background:url(../images/column-fukidashi-voice.png) no-repeat center / contain;
	display:block;
	position:absolute;
	top:-40px;
	left:80px;
}
@media screen and (max-width:680px){
	.content06 .box {
		width:100%;
		height:280px;
		border-radius: 0;
		margin-bottom: 1rem;
		position:relative;
		z-index: 0;
		overflow: hidden;
	}
	.content06 .box p {
		font-size: 16px;
	}
	.content06 .box p:before {
		left: 25%;
	}
}



.sns-wrap {
	background:#f8f8f8;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding:50px 40px;
}
.sns-wrap a {
	width:320px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	border-radius: 6px;
}
.sns-wrap a i {
	font-size:25px;
	color:#fff;
	margin-right:10px;
}
.sns-wrap .facebook {
	background:#305097;
}
.sns-wrap .twitter {
	background:#00aced;
}
.sns-wrap .line {
	background:#5ae628;
}
@media screen and (max-width:680px){
	.sns-wrap {
		padding:50px 0;
	}
	.sns-wrap a {
    width: 100%;
    margin-bottom:10px;
	}
}



.seo-text {
	padding:30px;
	max-width:1400px;
	margin:auto;
}
.seo-text .text {
	font-size: 1rem;
    line-height: 1.8em;
}
.seo-text .btn {
    width: 300px;
}
@media screen and (max-width:680px){
	.seo-text {
    padding: 30px 15px;
	}
}



.area-search {
	background:#108e4d;
}
.area-search .inner-wrap {
	padding:30px;
	max-width:1400px;
	margin:auto;
}
.area-search .inner-wrap .box:first-child {
	margin-bottom:5px;
}
.area-search .inner-wrap .box .title {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	min-width:235px;
}
.area-search .inner-wrap .box .title i {
	color:#fff;
	font-size:14px;
	margin:0 10px;
}
.area-search .inner-wrap .box ul li {
	margin-bottom:5px;
}
.area-search .inner-wrap .box ul li a {
	color:#fff;
	font-size:12px;
	padding-right:8px;
	position:relative;
}
.area-search .inner-wrap .box ul li a:after {
	content:"";
	height:13px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:relative;
	top:2px;
	margin-left:8px;
}
.area-search .inner-wrap .box ul li:last-child a:after {
	display:none;
}
@media screen and (max-width:680px){
	.area-search .inner-wrap {
		padding:30px 10px;
	}
	.area-search .inner-wrap .box:first-child {
    margin-bottom: 15px;
	}
	.area-search .inner-wrap .box .title {
    margin-bottom:10px;
    min-width: 0;
	}
	.area-search .inner-wrap .box ul li:last-child a:after {
		display:inline-block;
	}
}



/*  content05 */
.content05 {
	background:url(../images/para02.png) no-repeat center;
	background-size:cover;
	position:relative;
}
.webp .content05{
	background:url(../images/para02.png.webp) no-repeat center;
	background-size:cover;
}
.content05 .content-box {
	position:relative;
	padding:100px 0 90px;
}
.content05 .content-title01 {
	margin-bottom:20px;
	color:#fff;
}
.content05 .content-title01 span {
	color:#fff;
}

.content05 .contact-wrap .flex {
	width:800px;
	margin:30px auto 0;
}
.content05 .contact-wrap .title {
	font-size:15px;
	text-align:center;
}
.content05 .contact-wrap .flex a {
	width:50%;
}
.content05 .tel {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	color: #212121;
	border:1px solid #fff;
	max-height:70px;
	height:70px;
	background:#fff;
	pointer-events: none;
}
.content05 .tel .num {
	font-weight:bold;
	font-size: 26px;
	letter-spacing:0.4px;
}
.content05 .tel .num i {
	color:#319f2d;
	font-size:27px;
	margin-right:5px;
	position:relative;
	top:2px;
}
.content05 .tel span {
	font-size:10px;
}
.win .content05 .tel:before {
    top: -2px;
}
.content05 .btn01 {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	font-weight:normal;
	max-height:70px;
	height:70px;
	margin-top:0;
	position:relative;
	border:1px solid #fff;
}
.content05 .btn01 i {
	color:#fff;
	font-size:16px;
	margin-right:8px;
}
@media screen and (max-width:680px){
	.content05 .content-box {
		padding:60px 10px;
	}
	.content05 .content-box .mywidth {
    padding: 0px;
	}
	.content05 .contact-wrap .title {
    font-size: 15px;
    text-align: center;
	}
	.content05 .contact-wrap .flex {
    width: 100%;
    margin: 30px auto 0;
  }
	.content05 .contact-wrap .flex a {
		width: 100%;
		pointer-events: inherit;
	}
	.content05 .tel {
    font-size: 30px;
	}
	.content05 .tel:before {
    font-size: 20px;
	}
	.content05 .btn01 {
    width: 260px;
    font-size: 16px;
    margin-left: 0px;
    margin-top:10px;
	}
	.content05 .btn01 span {
    font-size: 16px;
	}
}



/* ----------------------------------------------------------- */
/* タブレットサイズ修正 */
/* ----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.mywidth {
		width: 96%;
	}
	
	.content-title01 {
		font-size: 40px;
	}
	
	.content01 .box {width: 32%;}
	.content01 .box .jp, .content01 .keyword-wrap .jp {font-size: 18px;	}
	.keyword-wrap {	padding: 30px 30px;	}
	.keyword-wrap .keyword-form .btn {
		width: 180px;
		font-size: 16px;
	}

	.tab-head li {width: 19.5%;	}
	.tab-head li span {	display: block;	}
	.content02 .tab-content a {	width: 49%;}
	
	.content03 .box .inner-box .text-wrap .link-tag-wrap {display: block;}
	.content03 .box .inner-box .text-wrap {	padding: 15px;}
	.content03 .box .inner-box .text-wrap dt span {	display: block;	}
	.content03 .tab-head li {font-size: 14px;}
	
	.content03.type02 .box {width: 25%;	}
	
	.content04 .flex {
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.content04 .box {
		width: 46%;
    	margin: 0 2% 30px;
		display: inline-block;
	}
	.content04 .box:nth-child(1) {
		background:url(../images/column-bg01.png) no-repeat center;
		background-size: cover;
	}
	.content04 .box:nth-child(2) {
		background:url(../images/column-bg02.png) no-repeat center;
		background-size: cover;
	}
	.content04 .box:nth-child(3) {
		background:url(../images/column-bg03.png) no-repeat center;
		background-size: cover;
	}
	.content04 .box:nth-child(4) {
		background:url(../images/column-bg04.png) no-repeat center;
		background-size: cover;
		margin: 0 2% 30px;
	}
	
	.content05 .contact-wrap .flex { width: 90%;}
	
	
	.content06 .box {
		width: 46%;
    	margin: 0 2% 30px;
		display: inline-block;
	}
	
	
}
/* ----------------------------------------------------------- */
/* タブレットサイズ修正ここまで */
/* ----------------------------------------------------------- */




/* ----------------------------------------------------------- */
/* モーダルの中身 */
/* ----------------------------------------------------------- */
.pref {}
.pref .bg_map {
    width: 100%;
    background: url(../images/search_map.png) no-repeat;
    background-position: center center;
    padding: 0 20px;
    min-height: 470px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}
.pref dl {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    box-sizing: border-box;
}
.pref dl.area1 {
	position: absolute;
    top: 20px;
    right: 0;
}
.pref dl.area2 {
	position: absolute;
    top: 210px;
    right: 0;
}
.pref dl.area3 {
	position: absolute;
    top: 20px;
    left: 43%;
    transform: translateX(-50%);
}
.pref dl.area4 {
	position: absolute;
    bottom: 0;
    right: 0;
}
.pref dl.area5 {
	position: absolute;
    top: 143px;
    left: 38%;
    transform: translateX(-50%);
}
.pref dl.area6 {
	position: absolute;
    top: 215px;
    left: 0;
}
.pref dl.area7 {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pref dl.area8 {
	position: absolute;
    bottom: 0;
    left: 0;
}

.pref dl.col1 { max-width: 270px;}
.pref dl.col3 { max-width: 203px;}
.pref dl.col4 { width: 270px;}


.pref dl dt {
    color: #ff7800;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 5px;
}
.pref dl dd {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pref dl dd a,.pref dl dd span {
    font-size: 13px;
    line-height: 1.2em;
    width: 60px;
    color: #ff7800;
    text-align: center;
    background: #fff;
    border: 1px solid #ff7800;
    border-radius: 5px;
    padding: 5px 8px;
    margin-bottom: 5px;
	margin-right: 5px;
    display: inline-block;
    box-sizing: border-box;
}
.pref dl.col3 dd a:nth-child(3) {margin-right: 0;}
.pref dl.col3 dd a:nth-child(6) {margin-right: 0;}
.pref dl.col4 dd a:nth-child(4) {margin-right: 0;}
.pref dl dd a:hover {
    background: #ff7800;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	/* ---------------幅指定--------------- */
	.pref dl.col2 { max-width: 140px; }
	.pref dl.col3 {	/*max-width: 140px;*/ }
	.pref dl.col4 {	width: 140px;}
	
	/* ---------------座標指定--------------- */
	.pref dl.area1 { top: 20px; }
	.pref dl.area3 {
		top: 20px;
		left: 50%;
	}
	.pref dl.area4 {
		right: inherit;
		left: 64%;
		transform: translateX(-50%);
	}
	.pref dl.area5 {
		top: 20px;
		left: 0;
		transform: inherit;
	}
	.pref dl.area6 { top: 155px; }
	.pref dl.area7 { left: 38%; }
	
	
}

/* トップページアコーディオンcss */
/* --------------------------------------------------- */
@media screen and (max-width:680px) {
	.botton .open { display:block; }
	.botton .close { display:none; }

	.botton.active .open { display:none; }
	.botton.active .close { display:block; }

	.botton p.open,
	.botton p.close {
		width: 100%;
		color: #555;
		font-weight: bold;
		background: #ededed;
		border: 1px solid #cccccc;
		padding: 10px 0 10px 15px;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		box-sizing: border-box;
		position: relative;
	}

	.botton p.open:after{
		position:absolute;
		top: 17px;
		right:20px;
		content:"";
		display:inline-block;
		width:15px;
		height:15px;
		background:url(../images/acc_open.png) no-repeat;
		background-size:contain;
	}
	.botton p.close:after{
		position:absolute;
		top: 17px;
		right:20px;
		content:"";
		display:inline-block;
		width:15px;
		height:15px;
		background:url(../images/acc_close.png) no-repeat;
		background-size:contain;
	}

	.area_wrap {
		width: 100%;
		margin: 0 auto 0;
	}
	.area_wrap .acc_lict01,
	.area_wrap .acc_lict02,
	.area_wrap .acc_lict03,
	.area_wrap .acc_lict04,
	.area_wrap .acc_lict05,
	.area_wrap .acc_lict06,
	.area_wrap .acc_lict07,
	.area_wrap .acc_lict08 {
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		background: #fff;
		padding: 20px 10px 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.area_wrap .acc_lict01 a,
	.area_wrap .acc_lict02 a,
	.area_wrap .acc_lict03 a,
	.area_wrap .acc_lict04 a,
	.area_wrap .acc_lict05 a,
	.area_wrap .acc_lict06 a,
	.area_wrap .acc_lict07 a,
	.area_wrap .acc_lict08 a,
	.area_wrap .acc_lict01 span,
	.area_wrap .acc_lict02 span,
	.area_wrap .acc_lict03 span,
	.area_wrap .acc_lict04 span,
	.area_wrap .acc_lict05 span,
	.area_wrap .acc_lict06 span,
	.area_wrap .acc_lict07 span,
	.area_wrap .acc_lict08 span {
		font-size: 0.85rem;
		text-align: center;
		color: #10878e;
		border: 1px solid #10878e;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		width: 48%;
		padding: 7px 0;
		margin: 0 2% 15px 0;
		display: inline-block;
	}
	.area_wrap .acc_lict01 a:nth-child(even),
	.area_wrap .acc_lict02 a:nth-child(even),
	.area_wrap .acc_lict03 a:nth-child(even),
	.area_wrap .acc_lict04 a:nth-child(even),
	.area_wrap .acc_lict05 a:nth-child(even),
	.area_wrap .acc_lict06 a:nth-child(even),
	.area_wrap .acc_lict07 a:nth-child(even),
	.area_wrap .acc_lict08 a:nth-child(even) {
		margin: 0 0 15px 0;
	}
	
}

.kodawari {}
.kodawari ul.list { overflow: hidden;}
.kodawari ul.list li {display: inline;}
.kodawari ul.list a {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: #fff;
    padding: 9px 19px;
    margin-right: 18px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
}
@media screen and (max-width:680px) {
	.kodawari ul.list a {
		font-size: 12px;
		padding: 7px 15px;
		margin-right: 10px;
	}
}


.train {}
.train .route_form {}
.train .route_form .wrap {
    margin-bottom: 30px;
	overflow: hidden;
}
.train .route_form select {
    /* -webkit-appearance: none; */
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
.train .route_form label {
    width: 31%;
    margin-right: 2%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
}
.train .route_form label:nth-child(3) {
	margin-right: 0;
}
@media screen and (max-width:680px) {
	.train .route_form select {
		font-size: 16px;
		color: #555;
	}
	.train .route_form label {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.train .route_form label:nth-child(3) {
		margin-bottom: 0;
	}
	
	.train .route_form .btn {
		font-size: 16px;
		letter-spacing: 0.75em;
	}
}

.flex-five {
	display: flex;
	justify-content: space-between;
}
.flex-five li {
	width: 19%;
}
.flex-five li a {
	width: 100%;
	display: block;
	position: relative;
	max-height: 220px;
    height: 22vw;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.flex-five li figure {
	width: 100%;
}
.flex-five li figure img {
	width: 100%;
	max-height: 220px;
    height: 22vw;
	object-fit: cover;
	border-radius: 10px;
}
.flex-five li .tname {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0007;
	color: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	text-align: center;
}

@media screen and (max-width:680px) {
	.flex-five {
		flex-wrap: wrap;
	}
	.flex-five li {
		width: 100%;
		margin-bottom: 20px;
	}
	.flex-five li a {
		max-height: initial;
		height: 80vw;
	}
	.flex-five li figure img {
		max-height: initial;
		height: 80vw;
	}
	
	.flex-five li .tname {
		font-size: 16px;
	}
}


.flex-four {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-four li {
	width: 24%;
	margin:5px;
}
.flex-four li a {
	display: block;
	position: relative;
	padding: 0;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.flex-four li figure {
	width: 100%;
	position: relative;
}
.flex-four li figure img {
	width: 100%;
	max-height: 220px;
    height: 22vw;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.flex-four li .tname {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	text-align: center;
	margin:0;
	background-color:#ffe9ef;
	opacity:0.85;
}
.flex-four li .tname .total {
	justify-content: center;
}
.flex-four li .citem_data {
	padding: 10px;
}
.flex-four li .citem_data .ctitle {
	color: #08c;
    margin: 0.75em 0;
    padding: 0;
    font-size: 100%;
    border: none;
}
.flex-four li .citem_data .other_info {
    display: flex;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}
.flex-four li .citem_data  .other_info figure {
    width: 20px;
    margin-right: 10px;
}
.flex-four li .citem_data  .other_info .imarker img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.flex-four li .citem_data  .other_info img {
	height: auto;
}
.other_info span{
    display: flex;
	justify-content: center;
	align-items: center;
}
.other_info span:before{
    content: "";
    display: inline-block;
    margin-right: 10px;
}
.other_info span.kinmuchi:before{
    background: url(../images/icon_marker210128.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 23px;
}
.other_info span.iaccess:before{
    background: url(../images/icon_access.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

@media screen and (max-width:680px) {
	.flex-four {
		flex-wrap: wrap;
	}
	.flex-four li {
		width: 100%;
		margin-bottom: 20px;
	}
	.flex-four li figure img {
		max-height: initial;
		height: 80vw;
	}
	
	.flex-four li .tname {
		font-size: 16px;
	}
}

.footer-corporate-logo {
    margin-top: 12px;
    margin-bottom: 0px;
    text-align: center;
}

.footer-corporate-logo img {
    width: 120px;
    height: auto;
    border-radius: 8px; /* ← 角丸 */
    transition: 0.3s ease; /* ← ホバー時の滑らかな動き */
}

.footer-corporate-logo img:hover {
    transform: scale(1.03); /* ← 少しだけ拡大、上品 */
    opacity: 0.95; /* ← 暗くしない、軽い浮き感のみ */
}


/* 品質のページと相談のページへのリンク */
.footer-quality-links {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 0px auto 20px;
  max-width: 340px;     /* ★横幅制限 */
  width: 90%;           /* スマホでも美しく */
  text-align: center;
  box-sizing: border-box;
}

.footer-quality-links ul {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer-quality-links li {
  list-style: none;
}

.footer-quality-links a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.footer-quality-links a:hover {
  opacity: 0.8;
}
