@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	height: 100%;
}
body {
	/* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	 */
	font-family: "Zen Kaku Gothic New", Meiryo UI, "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #444;		/*文字色*/
	opacity: 0;
	animation: opa1 0.3s 0.5s both;	/*0.5秒の間だけ非表示にし、その後0.3秒かけてフェードイン表示。上部のメインメニューのデフォルトが一瞬見えてしまうのを回避する為の応急措置です。*/
}
/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}
p {
	margin: 0;
}
/*table全般の設定*/
table {border-collapse:collapse;}
/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
/*videoタグ*/
video {max-width: 100%;}
/*iframeタグ*/
iframe {width: 100%;}
/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
	text-decoration: none;
	color: #000;
}
/*マウスオン時*/
a:hover {
	/* filter: brightness(1.1);	 */
	color: #008be1;
}
.s_tab label:has(:checked) {
	background: initial;
    border-style: none;
}
/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;	/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin: 0 auto;
	position: relative;
}
/*コンテンツ（フッター関連「以外」を囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	background: url(../images/footer_bg.png) repeat-x center bottom / auto 50px;	/*下部の背景画像の読み込み。最後の50pxというのが画像の高さの指定部分です。*/
}
/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	/* position: relative;	 */
    /* background: rgb(177, 42, 27); */
    /* background: linear-gradient(180deg, rgba(177, 42, 27, 1) 0%, rgba(145, 22, 9, 1) 100%); */
		padding: 1rem;
		display: block;
		position: absolute;
		width: 100%;
		z-index: 1;
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	/*ヘッダーブロック*/
	.h_wrapper {
		display: flex;			
		align-items: center;	
		height: 100%;
		max-width: 2000px;
        margin: 0 auto;
	}
	.h_img img{
		width: 100%;
	}
	.h_left {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		color: #fff;
	}
	.h_left .h_text {
		width: 70%;
		font-size: 27px;
	}
	.h_left span {
		font-size: 15px;
	}
	.h_right {
		display: flex;
		justify-content: end;
		align-items: center;
		color: #fff;
	}
	}
	.h_reg a,.h_log a {
		padding: 15px 35px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.h_reg a {
		color: #fff;
		background-color: #f8b856;
		margin-right: 20px;
		border-radius: 33px;
	}
	.h_reg a:hover {
		background-color: #f8a62a;
		transition: 1s;
	}
	 .h_reg {
		display: flex;
		justify-content: center;
		position: relative;
		cursor: pointer;
	}
	 /* .h_reg::before{
		position: absolute;
		top: 32%;
		left: 17px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
		background-image: url(../img/edit.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		} */
	 /* .h_reg:hover {
		transition : 1s;
		} */
		.h_log {
			display: flex;
			justify-content: center;
			position: relative;
			background-color: #B12A1B;
			margin-right: 20px;
			border-radius: 33px;
		}
		.h_log a {
			color: #fff;
		}
		.h_log::after{
			position: absolute;
			top: 18px;
			left: 12px;
			content: '';
			display: inline-block;
			width: 17px;
			height: 17px;
			background-image: url(../corporate/img/icon/link_g.png);
			background-size: contain;
			background-repeat: no-repeat;
			vertical-align: middle;
			}
	.mobile {
		display: none;
	}
	/*画面幅900px以上の追加指定ここまで*/
/*ロゴ*/
#logo {
	margin: 0;
	width: 300px;
	color: #fff;
}
#logo.p {
	position: relative;
  top: -8px;
}
/*メニュー１個あたりの設定*/
 #menubar li {
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
}
#menubar a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11vh;
	background: #fff;
	font-size: 35px;
	font-weight: 580;
	color: #000;
	margin: 0 10px;
}
#menubar a :hover {
	color: #008be1;
}
.gNav {
	display: none;
}
/*メニュー１個あたりの設定*/
.s #menubar a {
	padding: 10px;		/*メニュー内の余白*/
	color: #fff;		/*文字色*/
}
#menubar > nav > ul {
	position: relative;
}
.h_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 26px 5%;
	max-width: 2000px;
}
.h_menu  li{
	list-style: none;
}
.h_menu a {
	font-size: 14px;
}
.g_upper {
	display: none;
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	/*2カラムで使う為の指定*/
	main.c2 {
		display: flex;	/*flexボックスを使う指定*/
		justify-content: space-between;	/*並びかたの種類の指定*/
	}
	/*2カラムの中にある.main要素（頭にドットがない「main」とは異なるので注意して下さい）*/
	main.c2 .main {
		width: calc(100% - 260px);	/*幅。ここの280pxの数字は下の.subの幅(230px)と、左右ブロックの間の余白(30px)を追加したものです。*/
		order: 1;
	}
	/*2カラムの中にある.sub要素*/
	main.c2 .sub {
		width: 230px;	/*幅*/
	}
	}/*画面幅900px以上の追加指定ここまで*/
/*mainブロック内のh2タグ*/
h2 {
	letter-spacing: 0.01em;
	font-size: 22px;
	color: #262626;
	margin: 0;
}
.beginners h2 { 
    position: relative;
}
/*h3タグ*/
main h3 {
	font-size: 18px;
}
/*h3の左側のアクセントライン*/
main h3::before {
	content: "";
}
/*微調整*/
main p + p {
	margin-top: -1rem;	/*段落が続いた場合に、少し上に詰める。*/
}
/*subブロック設定
---------------------------------------------------------------------------*/
.sub h3::before {border: none;padding: 0;}
/*ブロック内のh3タグ*/
.sub h3 {
	margin: 0;
	border: none;
	font-weight: normal;
	background: #ba1313;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;
	padding: 0.5em;
}
.sub h3 a {color: inherit;}
/*マウスオン時のアイコン設定*/
.submenu a:hover::before {
	color: #008be1;			/*アイコンの色*/
}
/*box1設定（このテンプレートでは、2カラム時のsubブロックでのみ使用しています）
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.box1 {
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
	padding: 10px;					/*ボックス内の余白*/
	border-radius: 5px;				/*角を丸くする指定*/
	margin-bottom: 1rem;			/*ボックスの下に空けるスペース*/
}
/*box1内で使った場合、下のマージンをなくす*/
.sub .box1 .submenu {
	margin-bottom: 0;
}
/*フッターのコンテンツ（役場住所やマップが入っているブロック）
---------------------------------------------------------------------------*/
/*ブロック全体*/
#footer-contents {
	background: #444;	/*背景色*/
	color: #fff;		/*文字色*/
	padding: 50px 3%;	/*上下、左右へのボックス内の余白*/
}
#footer-contents a {
	color: inherit;
}
/*左側のブロック*/
#footer-contents .left {
	margin-bottom: 50px;	/*下に空けるスペース*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	#footer-contents {
		display: flex;					/*flexボックスを使う指定*/
		justify-content: space-between;	/*並びかたの種類の指定*/
		align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	}
	
	/*左側のブロック*/
	#footer-contents .left {
		margin-bottom: 0;	/*下のマージンをリセット*/
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
	}
	#footer-contents .right {
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
		padding-left: 3%;	/*左側に空ける余白。左右ブロックの間の隙間です。*/
	}

	}/*画面幅900px以上の追加指定ここまで*/
/*テーブル（week）footer-contents内で使っています。
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.week caption {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	background: #333;		/*背景色*/
	padding: 0.5rem 1rem;	/*caption内の余白。上下、左右に１文字分ずつとる。*/
}
/*weekテーブルブロック設定*/
.week {
	width: 100%;
	table-layout: fixed;
	text-align: center;	/*テーブル内のテキストをセンタリング*/
}
.week, .week td, .week th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色。*/
}
/*footer-contents内のマップ。レスポンシブにする為のものなので、基本は編集不要です。
---------------------------------------------------------------------------*/
.iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*マップの高さを増やしたい場合は、ここの数値を上げてみて下さい。*/
	position: relative;
	overflow: hidden;
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	background: #333;	/*背景色*/
	color: #999;		/*文字色*/
	font-size: 0.8em;	/*文字サイズ。*/
	padding: 20px 3%;	/*上下、左右へのボックス内の余白*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
}
/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: inherit;
}
/*ulタグ（メニューの１列あたり）*/
#footermenu ul {
	margin: 0;list-style: none;
	padding: 0 0.3rem;
	flex: 1;
}
/*メニューの見出し(title)*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}
/*フッター設定
---------------------------------------------------------------------------*/
/********** footer **********/
.f_upper {
	background-color: #fff;
    padding: 2.5rem 0;
	border-top: 2px solid #f7f7f7;
}
.f_content, .f_center {
    display: flex;
    justify-content: space-between;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.f_content {
	padding-bottom: 1rem;
}
.f_center {
	padding: 2rem 0 1rem 0;
	border-top: 1px solid #eaeaea;
}
.f_content section {
	width: 18%;
	width: -webit-calc(100%/5.3);
	width: calc(100%/5.3);
}
.f_content section:last-child {
	width: 23%;
}
.f_upper ul {
    list-style: none;
    line-height: 2.5;
    padding: 0;
	font-size: 14px;
}
.f_upper ul li {
	color: #001409;
	cursor: pointer;
}
.c_logo {
    margin-top: 30px;
}
.c_c_logo {
    width: 300px;
    margin: 0 0 50px 50px;
}
.c_logo .c_top {
    display: flex;
    justify-content: center;
	width: 500px;
    margin-bottom: 50px;
}
.c_logo .c_top .f_logo_left {
    width: 120px;
}
.f_logo_right {
	font-size: 27px;
	font-weight: bold;
}
.f_logo_right span {
	font-size: 20px;
}
.sns_logo {
    width: 40px;
    margin-right: 50px;
}
.f_title {
    padding:  0 0 10px 0;
    font-weight: bold;
    font-size: 15px;
	color: #008be1;
}
.f_title ul li {
    padding: 10px 0;
}
.f_sns ul {
    display: flex;
    justify-content: flex-start;
}
.f_bottom {
    padding: 1.5% 0;
    background-color: #a0d2f2;
		background: #a0d2f2;
    color: #fff;
}
.f_b_content {
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-family: "dm-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.f_logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.f_img {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.f_img img {
	width: 100%;
}
.f_text {
	width: 85%;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}
.f_text span {
	font-size: 17px;
}
.other {
	margin-top: 10%;
}
.f_bottom ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
.f_bottom ul li {
    margin: 0 0 0 80px;
}
.f_bottom .copylight {
    text-align: center;
    padding-top: 0;
		font-size: 13px;
		font-weight: bold;
}
/*リンクテキスト*/
footer a {color: inherit;text-decoration: none;}
/*著作部分*/
footer .pr {display: block;}
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
.new {
	margin: 0;
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}
/*日付(dt)、記事(dd)共通設定*/
.new dt,
.new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}
/*日付の横のマーク（共通設定）*/
.new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	/*お知らせブロック*/
	.new {
		display: flex;		/*flexボックスを使う指定*/
		flex-wrap: wrap;	/*折り返す指定*/
	}
	/*日付(dt)設定*/
	.new dt {
		width: 14em;	/*幅。14文字(em)分。アイコン分も含んだ幅にします。*/
		display: flex;	/*flexボックスを使う指定*/
		justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
	}
	/*日付の横のマーク（共通設定）*/
	.new dt span {
		display: inline-block;	/*表示させる*/
		width: 7em;				/*幅。7文字(em)分。*/
		background: #999;		/*背景色*/
		color: #fff;			/*文字色*/
		font-size: 0.8em;		/*文字サイズを親要素の80%に。*/
		text-align: center;		/*文字をセンタリング*/
		margin-right: 1em;		/*アイコンの右側に空けるスペース*/
		align-self: flex-start;	/*高さを間延びさせない指定*/
		line-height: 1.8;		/*行間を少し狭く*/
		position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
		border-radius: 2px;		/*角を丸くする指定*/
	}
	/*icon-bg1設定。サンプルテンプレートでは「●●●重要」と書いてあるマーク*/
	.new dt span.icon-bg1 {
		background: #cd0000;	/*背景色*/
	}
	/*icon-bg2設定。サンプルテンプレートでは「●●●サービス」と書いてあるマーク*/
	.new dt span.icon-bg2 {
		background: #006acd;	/*背景色*/
	}
	/*記事(dd)設定*/
	.new dd {
		width: calc(100% - 14em);	/*「14em」は上の「.new dt」のwidthの値です。*/
	}
	}/*画面幅900px以上の追加指定ここまで*/
/*.listブロック共通
---------------------------------------------------------------------------*/
.list {
	position: relative;	/*子要素のアイコンを絶対配置する為の設定*/
}
/*ボックス内のアイコン*/
.list .list-icon {
	font-size: 0.6rem;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;		/*親のブロックのrelative（この場合は.list）に対して絶対配置する*/
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
}
/*figure画像*/
.list figure {
	margin-bottom: 2rem;	/*下に空けるスペース。２文字分。*/
}
/*３列タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-grid .list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}
/*dl（下のdtとddを囲むブロック）*/
.list-grid .list dl {
	height: 10em;	/*高さ*/
	overflow: auto;	/*高さを超えるコンテンツである場合に、自動でスクロールバーを出す*/
}
/*dt（タイトル、日付が入っている所）*/
.list-grid .list dl dt {
	color: #333;		/*文字色*/
	font-weight: bold;	/*太字にする*/
}
/*dd（サンプルテキストが入っている所）*/
.list-grid .list dl dd {
	margin-bottom: 0.5em;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ*/
.list-grid .list h4 {
	margin: 0;
	padding: 1rem;	/*余白。１文字分。*/
}
/*ボックス内のh4タグ内のiタグ（アイコンの事）*/
.list-grid .list h4 i {
	transform: scale(1.5);	/*デフォルトの1.5倍に*/
	margin-right: 1rem;		/*右側に空けるスペース。テキストとアイコンの隙間部分です。*/
}
/*タイトルの背景色バリエーション（共通）*/
.bg-color0, .bg-color1, .bg-color2, .bg-color3, .bg-color4, .bg-color5, .bg-color6 {
	color: #fff;	/*文字色*/
	margin-bottom: 1rem !important;	/*下に空けるスペース*/
}
.bg-color0 a, .bg-color1 a, .bg-color2 a, .bg-color3 a, .bg-color4 a, .bg-color5 a, .bg-color6 a {
	display: block;
	color: inherit;
}
/*bg-color0への追加指定*/
.bg-color0 {
	background: #ba1313;	/*背景色*/
}
/*bg-color1への追加指定*/
.bg-color1 {
	background: #ff9a18;	/*背景色*/
}
/*bg-color2への追加指定*/
.bg-color2 {
	background: #189aff;	/*背景色*/
}
/*bg-color3への追加指定*/
.bg-color3 {
	background: #dd3d8c;	/*背景色*/
}
/*bg-color4への追加指定*/
.bg-color4 {
	background: #6f3eb9;	/*背景色*/
}
/*bg-color5への追加指定*/
.bg-color5 {
	background: #1b7a1e;	/*背景色*/
}
/*bg-color6への追加指定*/
.bg-color6 {
	background: #7a3a1b;	/*背景色*/
}
/*ボックス内のpタグ*/
.list-grid .list p {
	margin: 0;
}
/*ボックス内のfigure画像*/
.list-grid .list figure {
	margin-bottom: 1rem;	/*下に空けるスペース*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	/*listブロック全体を囲むブロック*/
	.list-grid {
		display: flex;		/*flexボックスを使う指定*/
		flex-wrap: wrap;	/*折り返す指定*/
	}
	/*１個あたりのボックス設定*/
	.list-grid .list {
		width: 32%;			/*幅。３列になります。*/
		margin-right: 2%;	/*右側へのマージン。ボックス同士の左右の余白です。*/
	}
	/*1カラムにしたい場合*/
	.list-grid.c1 .list {
		width: 100%;
		margin-right: 0;
	}
	/*1カラムにしたい場合のdl（dtとddを囲むブロック）*/
	.list-grid.c1 .list dl {
		height: auto;
	}
	/*3の倍数目のボックスの右側のマージンをなくす*/
	.list-grid .list:nth-of-type(3n) {
		margin-right: 0;
	}
	/*ボックス内のtextブロック*/
	.list-grid .list .text {
		flex: 1;
	}
	}/*画面幅900px以上の追加指定ここまで*/
/*btnの設定（「btn1」と「btn2」）
---------------------------------------------------------------------------*/
/*ボタン共通*/
a.btn1, a.btn2 {
	display: inline-block;text-decoration: none;
	border-radius: 3px;		/*角を丸くする指定*/
	padding: 0.3rem 2rem;	/*上下、左右へのボタン内の余白*/
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅。0,0,0は黒の事で0.2は色が20%出た状態。*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}
/*iタグ共通（アイコンの事）*/
a.btn1 i, a.btn2 i {
	margin-left: 20px;
}
/*btn1の追加指定*/
a.btn1 {
	background: #fff;	/*背景色*/
	color: #444;		/*文字色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*btn1内のiタグ（アイコンの事）*/
a.btn1 i {
	color: #ba1313;	/*文字色*/
}
/*btn2の追加指定*/
a.btn2 {
	background: #ba1313;	/*背景色*/
	color: #fff;			/*文字色*/
}
/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
/*画像を囲むブロック*/
.mainimg {
	position: relative;
	width: 100%;
	/* max-width: 2000px; */
	margin: 0 auto;
	z-index: 0;
}
.main_img img {
	width: 100%;
	background-size: contain;
	height: 100vh; /* 画面の高さにぴったり */
  object-fit: cover; /* 画像をはみ出さないように調整 */
  display: block;
}
/* .mainimg::after{
	clip-path: polygon(0 0, 70% 0, 47% 100%, 0 100%);
	content: ""; 
    position: absolute; 
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 0; 
    background-color:#b12a1b;
	opacity: 0.85;
} */
.h_search {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 240px;
	left: 3%;
	width: 90%;
	z-index: 1;
}
.s_left {
	/* background: #f0f0f0; */
	border-radius: 10px;
	width: 25%;
	padding: 1rem 1.5rem;
	/* color: #0F0403; */
	background: rgba(255, 255, 255, 0.9);
}
.s_black, .s_red {
	font-size: 13px;
}
.s_black {
	color: #000;
	text-align: left;
}
.s_red {
	text-align: right;
	padding-top: 10px;
}
.s_red a {
	color: #262626;
}
.s_red a i {
	color: #a0d2f2;
}
.s_red a i {
	padding-left: 12px;
}
.cell.s_data {
	width: 100%;
	height: 45px;
	margin: 10px 0;
	font-size: 35px;
	position: relative;
}
.cell {
	width: 100%;
    height: 80px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cell select {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	height: 100%;
	padding-left: 7%;
	margin: 0;
	border: none;
	border-radius: 5px;
	box-shadow:  3px 3px 10px #c3c7cd, -3px -3px 10px #fdffff;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を無効 */
  }
  select::-ms-expand {
	display: none; /* デフォルトの矢印を無効(IE用) */
  }
	.mainimg select {
	background-image: url(../img/sort.png);
	background-position: left 90% center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
  } 
.s_search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 11px;
	margin: 0 auto;
	background: #a0d2f2;
	/* background: linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%); */
	border-radius: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.input_boderno {
	border: none;
}
.s_search:hover {
	background: #008be1;
	transition : 1s;
}
.s_right {
	width: 62%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
	margin-left: 5%;
}
.s_first {
	font-size: 105px;
}
.s_second {
	margin-bottom: 4.5rem;
	font-size: 77px;
}
.s_third {
	font-size: 45px;
}
.s_fourth {
	font-size: 65px;
	padding-top: 3px;
}
.beginners {
	margin: 0 auto;
}
.b_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.b_inner {
	display: flex;
	width: 48%;
	align-items: center;
	height: 200px;
}
.b_left {
	width: 170px;
	margin-right: 1rem;
}
main h3 {
	position: relative;
	top: -2.5rem;
	margin: 0;
}
.b_right {
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
}

.b_right p {
	font-size: 15px;
	padding: 1rem 0;
}
.link-container {
	position: relative;
	width: 100%;
	padding: 16px 25px;
	border: 0.8px solid #FFFDD0;
	border-radius: 60px;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #FFFDD0;
}

.link-container:hover {
	background: #a0d2f2;
	border: 0.8px solid #a0d2f2;
	color: #4d4d4d;
	transition : 1s;
}
.b_line {
    position: absolute;
    top: 50%;
    left: 82%;
    width: 10%;
    height: 1px;
    background-color: #b12a1b;
    transform: translateY(-50%);
}
.b_arrow {
    position: absolute;
    top: 43%;
    left: 90%;
    width: 2.5%;
    height: 1px;
    border-top: 1px solid #b12a1b;
    transform: translateY(-50%) rotate(45deg);
}
.b_num {
	font-family: "ltc-nicholas-cochin-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 140px;
	color: #a0d2f2;
	opacity: 0.5;
}
/**** entry *****/
.entry_img {
    position: relative;
    width: 100vw;
    padding: 1rem 0;
    margin: 3rem 0 1rem 0;
		border-top: 2px solid #f2efef;
		/* border-bottom: 3px solid #f2efef; */
}
.entry_img.top_p.gra {
	padding: 3rem 8rem;
	background: linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%);
	border-top: none;
	width: initial;
	border-radius: 20px;
	display: flex;
  justify-content: center;
}
.entry_img .e_cover {
    background-color: rgba(255, 0, 0, 0.8);
    height: 500px;
}
.entry_cmt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	position: initial;
	-webkit-transform: initial;
	transform: initial;
}
.entry_cmt_top {
  font-size: 34px;
  font-weight: bold;
	color: #f8b856;
	letter-spacing: 4px;
}
.entry_cmt p {
    font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	padding: 2rem 0;
}
.entry_cmt a {
	position: relative;
	width: 500px;
	padding: 26px 40px;
	border-radius: 70px;
	background:linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%);
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	transition: background 1s, color 1s; /* 通常状態で transition を設定 */
}
	.f_line {
		background-color: #4d4d4d;
	}
	.f_arrow {
		border-color: #4d4d4d;
	}

.f_line {
    position: absolute;
    top: 50%;
    left: 82%;
		width: 55px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
}
.f_arrow {
    position: absolute;
		top: 45%;
		left: 91%;
		width: 12px;
    border-top: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
/***** お仕事一覧 *****/
.dispatch {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.dispatch:hover::before{
	background-color: #008be1;
	color: #fff;
	transition : 1s;
}
.dispatch h2 {
	position: relative;
}
.dispatch h4 {
	margin: 0;
	font-size: 18px;
	padding-top: 1.5rem;
}
.job {
	position: relative;
	width : 15% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 5.3) ;
	width : calc(100% / 5.3) ;
	margin: 0 20px;
	height: 40vh;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #e3e3e3;
	/* box-shadow: 2px 3px 3px rgba(0,0,0,0.1) ; */
}
/* .job::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	background-color: #a0d2f2;
	border-radius: 10px;
	width: 100%;
	height: 10vh;
	z-index: -2;
} */
.job_title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	height: 20%;
	border-bottom: 2px solid #e3e3e3;
	font-size: 14px;
	padding: 5px;
	color: #008be1;
}
.job_content {
	width: 90%;
	padding-left: 0;
	margin: 10px auto;
	font-size: 13px;
}
.job_occ, .job_pay, .job_place, .job_text {
	position: relative;
}
.job_occ::before {
	position: absolute;
	top: 0;
	left: -14%;
	content: "";
	background-size: 22px 22px;
	width: 100%;
	height: 100%;
	background-image: url(../img/icons8-box.png);
}
.job_pay::before {
	position: absolute;
	top: 0;
	left: -12%;
	content: "";
	background-size: 22px 22px;
	width: 100%;
	height: 100%;
	background-image: url(../img/icons8-yen.png);
}
.job_place::before {
	position: absolute;
	top: 0;
	left: -12%;
	content: "";
	background-size: 22px 22px;
	width: 100%;
	height: 100%;
	background-image: url(../img/icons8-marker.png);
}
.job_text::before {
	position: absolute;
	top: 0;
	left: -12%;
	content: "";
	background-size: 22px 22px;
	width: 100%;
	height: 100%;
	background-image: url(../img/icons8-news.png);
}
.job_detail {
	/* background: linear-gradient(180deg, rgba(177, 42, 27, 1) 0%, rgba(145, 22, 9, 1) 100%); */
	background: #a0d2f2;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 13px 0;
	position: relative;
	cursor: pointer;
}
.job_detail a {
	color: #FFF9F8;
}
a { 
cursor: pointer;
}
a:hover {
	transition : 1s;
}
.job_detail:hover {
	background: #a0d2f2;
}
.j_line {
	content:"";
    position: absolute;
    top: 50%;
    left: 82%;
    width: 10%;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
}
.j_arrow {
    position: absolute;
		top: 46%;
    left: 90%;
    width: 2.5%;
    height: 1px;
    border-top: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.slick-next:before{
	color: #a0d2f2 !important;
    position: absolute;
    left: -120px;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	font-size: 100px !important;
	line-height: 0 !important;
	opacity: 1 !important;
}
.slick-prev:before  {
	color: #a0d2f2 !important;
    position: absolute;
    right: -120px;
	width: 100px;
	height: 100px;
	z-index: 1;
	background-size: 100px 100px;
	font-size: 100px !important;
	line-height: 0 !important;
	opacity: 1 !important;
}
.slick-list {
	padding: 20px 0 30px 0 !important;
}
/**** カルーセル *****/
.slider {
	width: 100%;
	position: relative;
  }
  .slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  }
  .slick-prev {
	left: 10px; /* 矢印を内側に寄せる */
  }
  .slick-next {
	right: 10px; /* 矢印を内側に寄せる */
  }
/***** ここまで　カルーセル *****.
/***** ここから条件 *****/
.conditions{
	margin: 0 auto 4%;
}
.location {
	margin-bottom: 2rem;
}
h4 {
	margin: 0;
	font-size: 18px;
	padding-top: 1.5rem;
}
.ma_top_2 {
	margin-top: 2rem;
}
.c_title {
	font-size: 15px;
	margin-bottom: 13px;
	padding-top: 1rem;
	color: #9f9f9f;
}
.loc_upper, .loc_lower  {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 550;
}
.loc_upper a, .loc_lower a {
	width: 153px;
	padding: 14px;
	border: 0.8px solid #FFFDD0;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	color: #4d4d4d;
	margin-right: 40px;
	margin-bottom: 1rem;
	background-color: #FFFDD0;
}
.loc_upper div:hover , .loc_lower div:hover {
	/* background-color: #b12a1b; */
		color: #fff;
}
.loc_lower div:last-child {
	border-color: #fff;
}
/***** ここまで条件 *****/
/****　ここから条件アコーディオン *****/
.toggle {
    display: none;
}
.o_con {
	width: 100%;
	font-size: 16px;
}
.Label {
	font-weight: bold;
	border-bottom: 2px solid #e3e3e3;
}
.Label:hover {
	color: #008be1;
}
.Label, .o_content {/*タイトル*/
    margin: 0 auto;
	display: block;
	padding: 25px 0px;
	background:#fff;
    position: relative;
    cursor: pointer;
}
.Label::after{/*タイトル横の矢印*/
	width: 40px;
	height: 40px;
	position: absolute;
  content:"";
	top:calc( 50% );
	right: 0;
	border-radius: 50%;
	background-size : 40px 40px;
  transform: translateY(-50%);
	background-image: url(../img/icon-arrow.png);
}
.Label.show::before {
    opacity: 0;
}
.Label.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.Label, .o_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.o_content {
	width: 100%;		/*本文*/
	height: 0;
	padding:0 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.toggle:checked + .Label + .o_content {	/*開閉時*/
	height: auto;
	padding: 0;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(90deg) !important;
}
.o_con ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.o_con ul li {
	padding-right: 18px;
	padding-bottom: 5px;
	list-style: none;
}
.o_con ul li:hover {
	color: #008be1;
}
/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}
/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	text-indent: -2rem;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}
/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
    content: "\f059";	/*アイコンのコード*/
	color: #ba1313;		/*アイコンの色*/
	padding-right: 1rem;	/*アイコンとテキストとの間のスペース*/
}
/*回答*/
.faq dd {
	padding: 5px 1rem 30px 3rem;		/*ボックス内の余白**/
}
/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}
/*トップページの「キャンペーン中」ボタン
---------------------------------------------------------------------------*/
.fas {
	display: none;
}
/* a#message {
	text-decoration: none;
	display: block;
	width: 170px;
	height: 170px;
	font-size: 20px;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
	background: linear-gradient(180deg, rgba(177, 42, 27, 1) 0%, rgba(145, 22, 9, 1) 100%);
	position: fixed;
	z-index: 5;
	right: 10px;			
	bottom: 10px;		
	padding: 2rem;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
} */
/* #message span {
	display: inline-block;
	position: absolute;
	bottom: 14%;
	left: 34%;
	color: #fff;
	font-size: 23px;
} */

a.btn-rounded {
	font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
	color: #4d4d4d;
	width: 180px;
	height: 180px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
	background: linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%);
		box-shadow: inset 2px 5px 50px rgba(255, 255, 255, 0.5), 0 6px 10px rgba(0, 0, 0, 0.2);
		position: fixed;
		z-index: 5;
		right: 10px;			
		bottom: 10px;	
		display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
a.btn-rounded i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn-rounded:hover {
  -webkit-box-shadow: inset 5px 15px 0px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
		box-shadow: inset 2px 15px 70px rgba(160, 210, 242, 1), 0 6px 10px rgba(0, 0, 0, 0.2);
}
a.btn-rounded:hover i {
  bottom: 6px;
}
.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}
.s_right {
	text-shadow: 1px 2px 3px #636363;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	color: #fff;			/*文字色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 2rem;		/*最後の「2rem」がテーブルの下に空けるスペースです。２文字分。*/
}
/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #eee;	/*背景色*/
}
.beginners h2 img, .dispatch h2 img {
	color: #a0d2f2;
	width: 38px;
	height: 38px;
	margin-right: 9px;

}
.b_left {
	width: 170px;
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		/*テーブル１行目に入った見出し部分（※caption）*/
		.ta1 caption {
			padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
		}
		/*th（左側）、td（右側）の共通設定*/
		.ta1 th, .ta1 td {
			padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
		}
		/*th（左側）のみの設定*/
		.ta1 th {
			width: 20%;		/*幅*/
		}
	}/*画面幅900px以上の追加指定ここまで*/
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}
@media only screen and (max-width: 2800px) {
	.s_third {
		font-size: 40px;
	}
}
@media only screen and (max-width: 2600px) {
	.h_right div {
		font-size: 23px;
	}
}
@media only screen and (max-width: 2500px) {
	.h_left .h_text, .cell.s_data {
		font-size: 30px
	}
	.s_third {
		font-size: 35px;
	}
    .f_text {
        font-size: 25px;
    }
		.f_text span {
		font-size: 14px;
	}
}
@media only screen and (max-width: 2400px) {
	select {
		background-size: 40px 40px;
	}
	.o_con ul li {
		font-size: 20px;
	}
}
@media only screen and (max-width: 2200px) {
	.h_left .h_text {
		font-size: 27px;
	}
	.h_left span {
		font-size: 15px;
	}
	.s_third {
        font-size: 30px;
    }
}
@media only screen and (max-width: 2150px) {
	.f_text {
        font-size: 22px;
    }
}
@media only screen and (max-width: 2100px) {
	.h_right div {
		font-size: 20px;
	}
}
@media only screen and (max-width: 2050px) {
}
@media only screen and (max-width: 2000px) {
	/* .h_search {
		top: 16%;
	} */
	.cell.s_data, .s_search {
		padding-left: 25px;
	}
	.f_text span {
        font-size: 12px;
    }
	.f_right {
		font-size: 14px;
	}
	.sns_logo {
		width: 30px;
	}
	.dispatch::before, .dispatch::after {
		width: 100px;
		height: 100px;
		font-size: 60px;
	}
	.o_con ul li {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1900px) {
	.h_left .h_text {
        font-size: 25px;
    }
	.h_right div {
		font-size: 17px;
	}
	select {
		background-size: 30px 30px;
	}
	.f_title {
		padding: 0;
	}
}
@media only screen and (max-width: 1850px) {
		.h_left .h_text , .cell.s_data{
        font-size: 22px;
    }
	.s_second {
        font-size: 43px;
    }
	.s_third {
        font-size: 25px;
    }
	.o_con ul li {
        font-size: 16px;
    }
	.f_text {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1750px) {
	.f_text span {
		font-size: 10px;
	}
	.f_right {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1700px) {
	.f_bottom ul {
		margin: 7px 0;
	}
	.job_detail {
		margin: 30px 0;
	}
	.job_detail {
        margin: 10px 0;
    }
	.Label::after {
		width: 35px;
		height: 35px;
		right: 0;
		background-size: 35px 35px;
	}
	.sns_logo {
		margin-right: 40px;
	}
	/* .f_content {
		width: 88%;
	} */
}
@media only screen and (max-width: 1650px) {
	.h_left .h_text {
		font-size: 20px;
	}
	.h_left span {
        font-size: 12px;
    }
	.s_third {
        font-size: 22px;
    }
	.h_right div {
		font-size: 15px;
	}
	.cell.s_data {
		font-size: 20px;
	}
	.b_arrow {
		top: 44%;
	}
	.dispatch::before, .dispatch::after {
        width: 90px;
        height: 90px;
        font-size: 50px;
    }
	.job {
		margin: 0 10px;
	}
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1550px) {
.slick-next:before, .slick-prev:before {
	font-size: 50px !important;
}
}
@media only screen and (max-width: 2000px) {
	.h_right div {
		padding: 3% 9%;
	}
	.f_text {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1450px) {
	.h_left .h_text {
		font-size: 18px;
	}
	.f_bottom ul li {
		margin: 0 0 0 60px;
	}
}
@media only screen and (max-width: 1350px) {
	.h_left .h_text {
		width: 75%;
	}
	.s_third {
		font-size: 21px;
    }
	.entry_cmt {
        top: 13%;
	}
	.f_bottom ul li {
        margin: 0 0 0 40px;
    }
	.f_text {
        font-size: 15px;
    }
	.f_right {
        font-size: 10px;
    }
	.sns_logo {
		width: 20px;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1250px) {
	.h_left .h_text {
        width: 78%;
    }
	.entry_cmt {
		left: 35%;
	}
}
@media only screen and (max-width: 1200px) {
	.h_left .h_text {
		font-size: 16px;
	}
	.s_black, .s_red, .cell.s_data, .s_search {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1150px) {
	.h_right .h_log::before {
		top: 23%;
	}
	.f_text {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1050px) {
	.h_right {
		display: none;
	}
	.mobile {
		display: flex;
		justify-content: space-between;
		color: #fff;
	}
	.m_log {
		padding-left: 20px;
	}
	.mob_img {
		width: 19px;
		margin: 0 auto 5px;
		cursor: pointer;
	}
	.m_text {
		text-align: center;
		cursor: pointer;
		font-size: 10px;	
		font-weight: bold;
	}
	.mob_img img {
		width: 100%;
	}
	#menubar > nav > ul 
	.h_right {
        width: 38%;
    }
	.h_right .h_log::before {
		top: 23%;
	}
	.mainimg {
		position: relative;
	}
	.mainimg::after {
		clip-path: polygon(0 0, 60% 0, 37% 100%, 0 100%);
	}
	/* #message  {
		width: 100%;
		padding: 0;
		height: 7%;
		bottom: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		} */
	.s_left {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 13%;
		z-index: 2;
	}
	/* #message span {
		margin: 0 auto;
        font-size: 20px;
    } */
	.s_right {
		position: absolute;
		top: -5%;
		left: 0;
		width: 100%;
	}
	.s_second {
		margin-bottom: 2rem;
    }
	.s_third {
        font-size: 25px;
    }
	.s_fourth {
        font-size: 45px;
    }
	.s_red {
		display: none;
	}
	.s_black, .s_red {
		width: 90%;
    }
	 .cell.s_data {
        font-size: 20px;
    }
	.entry_cmt_top {
		font-size: 24px;
    }
		.entry_cmt p {
			font-size: 14px;
		}
	.loc_upper div, .loc_lower div {
		width : 30% ; /* 未対応ブラウザ用フォールバック */
		width : -webkit-calc(100% / 3.2) ;
		width : calc(100% / 3.2) ;	
		margin-bottom: 1%
	}
	.f_upper {
    padding: 0;
	}
	 .f_center,	.f_content {
		padding: 20px;
	 }
	.f_content section{
		width: 100%;
	}
	.sns_logo {
        width: 3%;
        margin-right: 50px;
    }
	.f_content section:last-child {
		width: 100%;
	}
	.f_sns {
		margin-bottom: 8%;
	}
	/* .f_logo {
		justify-content: center;
		width: 45%;
		margin : 0 auto;
	} */
	.f_text {
		width: 100%;
		font-size: 20px;
	}
	.f_right {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	a.pagetop {
		bottom: 155px !important;
	}
}
@media only screen and (min-width: 951px) {
	.sp_logo,.mo_logo {
		display: none!important;;
	}
}
@media only screen and (max-width: 950px) {
	.gNav  {
		display: block;
		position: absolute;
		right: 10px;
    top: 7px;
		z-index: 1;
	}
	.gNav.p {
		top: 3.5px;
	}
	.pc_logo {
		display: none !important;
	}
	.g_menu {
		display: flex;
		align-items: center;
		width: 60px;
		height: 30px;
		padding-left: 10px;
		font-size: 13px;
	}
	.mobile {
		position: relative;
    left: -49px;
	}
	.openbtn1{
        height: 38px;
        position: relative;/*ボタン内側の基点となるためrelativeを指定*/
        cursor: pointer;
				top: 2px;
        left: 5px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        z-index: 20;
      }
    .openbtn1 span{
        width: 22px;
        height: 1px;
        display: inline-block;  
        position: absolute;
        background: #000;
        transition: all 400ms;
    }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
    }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
    }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
    }
    /*activeクラスが付与されると線が回転して×に*/
    .openbtn1.active span:nth-of-type(1) {
        width: 30%;
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }
    .openbtn1.active span:nth-of-type(3){
        width: 30%;
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
    }
		.g_upper {
			width: 100%;
			height: 100%; /* ナビの高さ */
			position: fixed;
			top: -100%; /* 初期状態では画面外に隠れる */
			left: 0;
			background-color: #fff;
			color: #000; /* 文字色を設定 */
			z-index: 15;
			transition: top 0.8s; /* 上下のスライドアニメーション */
			overflow-y: auto; /* スクロールを有効にする */
	}

	.g_upper.open {
			top: 0; /* 表示状態で画面内に移動 */
	}
	.g_upper ul {
		padding: 0;
		color: #707070;
		margin: 10px 0 20px 0;
	}
	.g_upper ul li {
		margin-bottom: 15px;
		list-style: none;
		font-size: 15px;
	}
	.g_img {
		width: 20%;
	}
	.g_logo {
		display: flex;
		justify-content: center;
		color: #000;
	}
	.g_text {
		font-size: 20px;
	}
	.g_text span {
		font-size: 17px;
	}
    .g_upper.open {
		display: block;
        top: 0%;
    }
	.h_menu {
		display: none;
	}
.c_logo .c_top .g_logo_left {
    width: 120px;
}
.gnavi__wrap {
	display: none;
}
.g_logo_right {
	font-size: 27px;
	font-weight: bold;
}
.g_logo_right span {
	font-size: 20px;
}
.sns_logo {
    margin-right: 32px;
}
.g_title {
    font-weight: bold;
    font-size: 15px;
	color: #008be1;
}
.g_title ul li {
    padding: 10px 0;
}
.g_sns ul {
    display: flex;
    justify-content: flex-start;
}
.g_upper {
	display: block;
}
.close .openbtn1 span{
    left: 30%;        
}   
.close .openbtn1 span:nth-of-type(1){
    transform: rotate(45deg) !important;
    width: 52%;
		color: #000;
}
.close .openbtn1 span:nth-of-type(2){
    opacity: 0;
}
.close .openbtn1 span:nth-of-type(3){
    top: 30px;
    transform: rotate(-45deg) !important;
    width: 52%;
		color: #000;
}
	#menubar > nav > ul {
		height: 0;
	}
	.h_wrapper {
		display: flex;
		align-items: center;
	}
	#menubar ul li{
		display: none;
	}
	.h_left {
		display: flex;
		justify-content: flex-start;
		color: #fff;
	}
	.h_right div {
		box-shadow: none;
		font-weight: 100;
	}
	.h_right .h_reg , .h_right .h_log {
		background: none;
	}
	#menubar {
    display: none; /* 初期状態では非表示 */
    position: absolute;
    top: 50px; /* メニューの位置調整 */
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    /* 初期状態では、transformやpositionで変形させない */
}
header {
	padding: 13px;
}
#logo {
	position: relative;
}
}
@media only screen and (max-width: 900px) {
	.b_area {
		display: block;
	}
	.b_inner {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 850px) {
	.s_fourth {
        font-size: 40px;
    }
	.f_logo {
		width: 50%;
	}
	.b_line,.b_arrow,.f_line,.f_arrow {
		display: none;
	}
	.entry_cmt a {
		padding: 16px;
		font-size: 15px;
	}
	.entry_cmt p {
		padding: 1.5rem 0;
	}
	.entry_img {
		padding: 2rem 0;
	}
	.entry_img.list_m {
		margin: 1rem 0;
	}

}
@media only screen and (max-width: 800px) {
	.s_right {
		top: 0;
	}
	.entry_cmt a {
		width: 90%;
	}
	.slick-next:before {
		left: -25px;
	}
	.slick-prev:before {
		right: -25px;
	}
	/* #message {
		height: 60px;
	} */
		.entry_cmt p {
			padding: 1rem;
		}
}
@media only screen and (max-width: 750px) {
	.h_search {
        top: 14%;
	}
	.s_left {
		top: 80%;
	}
	.s_fourth {
        font-size: 35px;
    }
	.o_con {
		width: 100%;
	}
	.toggle:checked + .Label + .o_content {
		padding:  0;
	}
	.o_con ul {
		margin: 10px 0;
	}
	.f_content {
		display: block;
	}
	.sns_logo {
        width: 25px; 
	}
	.f_logo {
        width: 60%;
    }
}
@media only screen and (max-width: 700px){
	main h3 {
		top: 72%;
	}
	main {
		margin-top: 18rem;
}
.s_right {
	top: 2%;
}
.mainimg::after {
	clip-path: polygon(0 0, 68% 0, 50% 100%, 0 100%);
}
.b_inner {
	display: block;
}
.b_right {
	width: 100%;
}
.b_left {
	width: 100%;
}
.b_right p {
	padding: 7px 0 1rem 0;
}
main h3 { 
	text-align: center;
}
.b_num {
	font-size: 68px;
	text-align: center;
}
}
@media only screen and (max-width: 650px){
	.s_fourth {
        font-size: 30px;
    }
	.f_logo {
        width: 65%;
    }
}
@media only screen and (max-width: 600px){
	.s_third {
        font-size: 22px;
    }
	.s_fourth {
        font-size: 28px;
    }
	.s_left {
        top: 82%;
    }
	.dispatch h2 {
		margin-top: 5%;
	}
	.h_left .h_text {
		display: none;		
	}
}
@media only screen and (max-width: 500px){
	#logo {
		width: 200px;
		/* top: -12px; */
}
.h_img {
	display: flex;
}
.g_menu {
	font-size: 12px;
}
.dispatch h4 {
	font-size: 15px;
}
h4 {
	font-size: 15px;
	padding-top: 1rem;
}
.c_title {
	font-size: 14px;
	margin-bottom: 10px;
}
.o_con {
	font-size: 14px;
}
.Label, .o_content {
	font-weight: 300;
}
.Label::after {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
}
.Label {
	padding: 15px 0px;
}
.o_con ul li {
	font-size: 14px;
}
.f_logo {
	width: 290px;
	margin-top: 2rem;
}
}
section.f_accordion {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}
	/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.color-theme, .color-theme a {color: #ba1313 !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 98%;display: block;}
.wl {width: 98%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 3em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.img {margin: 0 0 1rem;}
.block {display: block !important;}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}

	}/*画面幅900px以上の追加指定ここまで*/
	@media screen and (min-width:2500px) {
		.h_menu {
			padding: 2rem;
		}
	}
.h_wrapper #logo:first-of-type{
	margin-right: auto;
}
@media screen and (min-width:2000px) {
	#logo {
    margin: 0;
    width: 400px;
	}
	.h_menu a {
    font-size: 24px;
	}
		.cell select {
        font-size: 24px;
    }
		.s_black, .s_red {
			font-size: 21px;
		}
		.s_search {
			font-size: 24px;
		}
		.g_menu {
			padding-left: 68px;
			height: 50px;
		}
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 12px auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl {
	position: relative;
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	font-size: 15px;
	/* height: 45px; */
	width: 100%;
	padding: 8px;
}
.cp_ipselect.cp_sl::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #a0d2f2;
	pointer-events: none;
}
.cp_ipselect.cp_sl select {
	padding: 4px 38px 4px 8px;
	color: #262626;
}
@media screen and (min-width:1051px) {
	.main_img img {
		object-fit: cover;
		object-position: right top;
	}
	.s_fourth {
		font-size: 40px;
}
.s_second {
	font-size: 37px;
}
.s_first {
	font-size: 50px;
}
main {
	margin-top: 3rem;
}
}
@media screen and (min-width:2000px) {
.s_first {
	font-size: 77px;
}
.s_second {
	font-size: 53px;
	padding-top: 16px;
}
.s_fourth {
	font-size: 67px;
}
.s_left {
	padding: 2rem 1.5rem;
	width: 30%;
}
.cp_ipselect.cp_sl::before {
	top: 1.6em;
}
.cp_ipselect.cp_sl {
	height: 60px;
}
.cp_ipselect.cp_sl select {
	font-size: 20px;
}
.cp_ipselect {
	margin: 1.5em auto;
}
.b_num {
	font-size: 161px;
}
/* .h_search {
	top: 14%;
} */
}
@media screen and (max-width:1050px) {
	.h_search {
		position: relative;
		top: 0;
	}
	.s_right {
		top: -21.5rem;
	}
	.s_left {
		top: -4rem;
	}
	/* .f_line {
    left: 86.3%;
	} */
.s_third {
	font-size: 18px;
}
.s_second {
	font-size: 24px;
}
.s_first {
	font-size: 37px;
}
.main_img img {
	object-fit: cover;
	/* height: 42vh; */
	object-position: 73% 50%;
}
.mainimg::after {
	clip-path: polygon(0 0, 60% 0, 37% 100%, 0 100%);
}
.slick-list {
	padding: 15px 0 !important;
}
}
/* ドロップダウンメニュー */
.gnavi__wrap {
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 1rem;
	position: absolute;
  /* margin-top: 70px; */
  width: 100%;
	z-index: 1;
	left: 50%;
    top: 70px;
    transform: translateX(-50%);
}
.gnavi__lists {
	display: flex;
	margin: 7px;
	padding-left: 0;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
}
.gnavi__list {
	width: 20%;
	height: 60px;
	position: relative;
	transition: all .3s;
	list-style: none;
	display: inline-block; 
}
.gnavi__list:not(:first-child)::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.gnavi__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #008be1;
	font-size: 15px !important;
	letter-spacing: 0.05em;
	font-weight: 600;
	transition: all .3s;
	padding: 0 5px;
}
.dropdown__lists {
	display: none;
	width: 100%;
	left: 0;
	z-index: 3;
	list-style: none;
	border-radius: 10px;
	padding-top: 10px;
}
.gnavi__list:hover .dropdown__lists {
	display: block;/*Gナビメニューにホバーしたら表示*/
	padding-left: 0;
	display: flex;
}
.dropdown__list {
	background: #FFFDD0;
	height: 60px;
	transition: all .3s;
	position: relative;	
	white-space: nowrap;
	padding: 0 10px;
}
.dropdown__list.r {
	border-radius: 10px 0px 0px 10px;
}
.dropdown__list.l {
	border-radius: 0px 10px 10px 0px;
}
.dropdown__list:not(:first-child)::before{
	content: "";
	width: 100%;
	height: 1px;
	/* background-color: #a0d2f2; */
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.dropdown__list:hover {
	color: #000;
}
.dropdown__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	color: #262626;
}
.dropdown__lists {
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	width: 100%;
	position: absolute;
	left: 0;
}
.gnavi__list:hover .dropdown__lists {
	transform: scaleY(1);
}
.gnavi__list:hover a {
	color: initial;
}
.gnavi__list a ,.h_right {
	position: relative;
}
.gnavi__list a:hover::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px; /* 下に配置 */
	width: 10px;
	height: 10px;
	background-color: #a0d2f2;
	border-radius: 50%; /* 円にする */
	transform: translateX(-50%); /* 水平方向の中央揃え */
}
/* .gnavi__list a:hover {
	color: #262626;
}
.h_right a:hover {
	color: #262626 !important;
	}
	.h_right:hover::after {
		bottom: 0px; 
	} */
.gnavi__list a {
	color: #262626;
}
@media screen and (max-width:1050px) {
.s_left {
    left: 52%;
    transform: translateX(-50%);
}
main {
	margin-top: 20rem;
}
h2 {
	font-size: 21px;
}
.beginners h2::before {
	left: -34px;
}
.b_right .b_text {
	text-align: center;
}
.entry_cmt {
	width: 100%;
}
.c_title {
	font-size: 16px;
}
.s_left {
	background: #f7f7f7;
}
}
@media screen and (max-width:500px) {
	.s_first {
		font-size: 25px;
}
.s_second {
	font-size: 18px;
}
.s_third {
	font-size: 13px;
}
.s_fourth {
	font-size: 23px;
}
.s_right {
	top: -21.5rem;
}
.loc_upper, .loc_lower {
	justify-content: flex-start;
}
.loc_upper div, .loc_lower div {
	width: 120px;
  padding: 5px 10px;
	border-radius: 5px;
	margin: 0px 10px 10px 0px;
}
h2 {
	font-size: 17px;
}
.beginners h2 img, .dispatch h2 img {
	width: 25px;
    height: 25px;
    margin-right: 7px;
}
.b_right .b_text {
	padding: 8px 25px;
	font-size: 13px;
}
.link-container {
	padding: 6px 25px;
}
.link-container.ab_btn {
	padding: 13px 25px;
}
main h3 {
	font-size: 15px;
}
.b_right p {
	font-size: 13px;
}
.c_title {
	font-size: 14px;
}
}
@media screen and (max-width:1300px) {
.b_area {
	display: block;
}
.b_inner {
	width: 100%;
	margin: 0 auto;
}
.b_arrow {
	top: 42%;
}
.b_right .b_text {
	position: relative;
	width: 425px;
}
.b_line {
	position: absolute;
	top: 48%;
}
	.b_inner {
    justify-content: space-between;
		height: 188px;
		width: 100%;
}
}
@media screen and (max-width:700px) {
	.b_inner {
		height: initial;
}
.b_left {
	width: 100%;
	margin-right: 0;
}
.b_right .b_text {
	width: 100%;
}
.loc_upper a, .loc_lower a {
	width: 100%;
	margin-right: 0;
	padding: 10px;
	font-size: 13px;
}
.cp_ipselect {
	margin: 10px 0;
}
}
.job_list {
	display: flex;
	padding-bottom: 8px;
	line-height: 23px;
	align-items: center;
}
.job_list p {
	line-height: 17px !important;
}
.ai_bese {
	align-items: baseline;
}
.job_list img {
	color: #4d4d4d;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	position: relative;
  top: -2px;
}
.job_list.top img {
	width: 17px;
	height: 17px;
  top: 5px;
}
.list_lh {
	line-height: 23px;
}
@media screen and (min-width:2000px) {
	.gnavi__list a {
		font-size: 18px !important;
	}
	.h_reg, .h_log {
		font-size: 20px;
		/* padding: 13px 9px; */
}
.h_log::before,.h_reg::before {
	width: 21px;
	height: 21px;
	top: 37%;
  left: 27px;
}
h2 { 
	font-size: 25px;
}
.b_right p {
	font-size: 19px;
}
main h3 {
	font-size: 21px;
}
.b_right .b_text {
	font-size: 19px;
}
.entry_cmt_top {
	font-size: 49px;
}
.entry_cmt p {
	font-size: 23px;
}
.entry_cmt a {
	font-size: 21px;
}
.job_title {
	font-size: 20px;
}
.job_content {
	font-size: 19px;
}
.job_detail {
	font-size: 20px;
	margin-top: 1rem;
}
h4,.dispatch h4 {
	font-size: 21px;
}
.c_title {
	font-size: 19px;
}
.loc_upper, .loc_lower {
	font-size: 18px;
}
.o_con {
	font-size: 20px;
}
.f_title {
	font-size: 19px;
}
.f_upper ul {
	font-size: 17px;
	margin: 0 0 20px 0;
}
.f_img {
	margin-bottom: 30px;
}
.loc_upper a, .loc_lower a {
	width: 183px;
}
.conditions,.beginners,.dispatch {
	padding: 0;
	max-width: 2000px;
}
}
@media screen and (max-width:1999px) {
.conditions,.beginners,.dispatch,.f_upper {
	max-width: 2000px;
}
.conditions,.beginners {
	padding: 0 4%;
}
}
.fas.fa-comment-dots {
	display: none;
}
/* #message:hover {
	background: linear-gradient(180deg, rgba(26,26,26,1) 0%, rgb(62, 62, 62) 100%);
	transition : 1s;
} */
/* ここからメニューバー */
/* 初期状態でメニューを非表示にする */
/* 'open' クラスが付いたときのスタイル */
.g_upper.open {
	display: block;
	left: 50%;
}
/* 'close' クラスが付いたときのボタンのスタイル */
.openbtn1.close span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
	top: 0px;
	background: #008be1;
}
.openbtn1.close span:nth-child(2) {
	opacity: 0;
}
.openbtn1.close span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
	top: 20px;
	background: #008be1;
}
.g_content {
	padding: 4rem 2rem 1.5rem 1.5rem;
}
/* @media screen and (max-width:1050px) {
	a#message {
		clip-path:initial;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	} */
	@media only screen and (max-width: 1149px) {
    #logo {
        padding: 0;
    }
}
/* 追加コード */
	.page_head {
		position: relative;
		height: 300px;
		padding: 0 3%;
		background: linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%);
		display: block;
		margin-bottom: 3rem;
	}
	.head_title {
		padding-top: 3rem;
		max-width: 2000px;
    margin: 0 auto;
	}
	.page_head .head_title h2 {
		font-size: 22px;
		color: #262626;
	}
	.page_head::after {
		display: none;
	}
	.breadcrumb {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: 15px;
		padding-top: 10rem;
		margin: 0 auto;
    max-width: 2000px;
}
.breadcrumb li {
    display: flex;
    align-items: center;
		color: #262626;
}
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    content: '';
}
.breadcrumb a {
    color: #008be1;
    text-decoration: none;
}
main.page_main {
	margin-top: 0;
	z-index: 0;
}
.entry_img.btm_no {
	border-bottom: 0;
}
.explain_title span {
	font-family: "adobe-handwriting-ernie", sans-serif;
}
.figure_flex h3 {
	text-align: left;
}
.s_line {
	display: flex;
	border-bottom: 4px solid #F7F7F7;
	font-size: 15px;
	padding: 1rem;
}
.s_arrow {
	position: relative;
	color: #000;
}
.s_arrow::after {
  position: absolute;
  top: 23px;
  bottom: 0;
  right: 0;
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #a0d2f2;	
}
.s_line .w {
	font-weight: bold;
	font-size: 17px;
	width: 200px;
	display: flex;
	justify-content: left;
}
.s_line .r,.count .r{
	color: #008be1;
}
.count {
	display: flex;
	padding: 3rem 0 1rem 0;
	font-size: 14px;
	align-items: baseline;
}
.cn_top {
	padding: 0 0 1rem 0;
}
.cn_top_n {
	padding: 0 0 0 0;
}
.count .f {
	font-size: 21px;
	padding-right: 5px;
}
.kakko {
	padding-left: 15px;
}
.s_tab {
	display: flex;
	flex-wrap: wrap;
}
.s_tab > label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	border-radius: 0;
	background-color: #f7f7f7;
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-style: solid;
	border-color: #f7f7f7;
}
.s_tab > label:hover {
	opacity: .8;
}
.s_tab input {
	display: none;
}
.s_tab.r_ct input {
	display: initial;
}
.s_tab.r_ct input.input_none {
	display: none;
}
.s_tab > div {
	display: none;
	width: 100%;
	padding: 0 0 1rem 0;
	background-color: #fff;
}
.s_tab label.kai:has(:checked),.s_tab label.jk:has(:checked),.s_tab label.sin:has(:checked) {
	background: #a0d2f2;
	border-style: solid;
	border-color: #a0d2f2;
	color: #fff;
}
.s_tab.r_ct label.rad_tl:has(:checked),.s_tab.r_ct label.rad_tr:has(:checked) {
	border-style: solid;
	color: #4d4d4d;	
	border-color: #FFFDD0;
	background: #FFFDD0;
}
.s_tab label.rad_tr {
	border-radius: 0px 10px 10px 0px;
}
.s_tab label.rad_tl {
	border-radius: 10px 0px 0px 10px;
}
.s_tab label:has(:checked) + div {
	display: block;
}
.job_box {
	position: relative;
	padding: 1rem 0;
	z-index: 1;
}
.j_page {
	width: 100%;
	margin: 0;
	height: initial;
	/* background-color: #f3f3f3; */
	background-color: rgba(255, 255, 255, 0.9);
}
/* .job.j_page::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background-color: #a0d2f2;
	border-radius: 10px;
	width: 100%;
	height: 2vh;
	z-index: -1;
} */
.job.j_page .job_content {
	margin: 0;
	padding: 1.5rem 2rem;
	width: initial;
}
.job_c {
	width: 100%;
}
.job_content .job_list span {
	color: #008be1;
	font-weight: bold;
	min-width: 115px;
	padding-left: 5px;
	display: block;
}
.j_page .job_title {
	font-size: 19px;
	text-align: left;
	color: #262626;
	justify-content: flex-start;
	border-bottom: none;
	display: block;
}
.j_btn_flex {
		padding: 0 2rem 2rem 2rem;
}
.j_btn_flex,.jw_btn_flex {
	display: flex;
	justify-content: center;
}
.j_btn a,.j_btn .submit,.j_btn .cond_btn,.j_btn .input_sbtn {
	border-radius: 33px;
	padding: 9px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	height: 60px;
}
.j_btn a.r,.j_btn .cond_btn {
	background-color: #f8b856;	
	color: #fff;
}
.j_btn .input_sbtn,.j_btn .submit.y,.j_btn a {
	background-color: #a0d2f2;
	color: #F7FDFF;
}
.j_btn a.g {
	background-color: #9F9F9F;
	color: #FFF9F8;
}
.j_btn a.rd {
	background-color: #fff;
	border: 1px solid #b12a1b;
	color: #b12a1b;
}
.j_btn a.yd {
	background-color: #fff;
	border: 1px solid #EBAC00;
	color: #EBAC00;
}
.j_btn a.bd {
	background-color: #fff;
	border: 1px solid #262626;
	color: #262626;
}
.b_m,.b_mb {
	margin: 0 20px;
}
.j_btn img {
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
}
.j_page .job_content {
	display: flex;
}
.job_head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 1px solid #a0d2f2;
	padding: 0 1rem;
}
.job_head h4 {
	padding: 0;
}
.job_title p {
	text-align: left !important;
	font-size: 14px;
	padding-bottom: 10px;
}
.job_tab {
	display: flex;
	flex-wrap: wrap;
}
.tab_r,.tab_b,.tab_w {
	font-size: 13px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	padding: 7px 10px;
	color: #4d4d4d;
	background-color: #f7f7f7;
	font-weight: bold;
}
.job_tab.s .tab_r,
.job_tab.s .tab_w  {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 7px 10px;
}
.tab_r {
	margin-right: 10px;
}
.tab_b {
	background-color: #fffa9d;
}
.tab_w {
	margin-right: 10px;
}
.btn_flex {
	display: flex;
	justify-content: center;
}
.r_icon img {
	width: 25px;
	height: 25px;
	margin-right: 0;
	margin-left: 28px;
}
.r_icon a {
	padding: 9px 4px;
}
.main_btm {
	margin-bottom: 100px;
}
/* モーダル */
.modal_wrap {
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
/**ログインボタン押した後に出てくるモーダル**/
.modal_inner {
  background:#fff;
  width: 700px;
  margin:0 auto;
  text-align: center;
  padding:20px;
  border-radius: 5px;
  position: absolute;
  top: 19rem;
  left: 50%;
  transform: translateY(-50%);
  transform:translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
.submit_btn_no {
  width: 35%;
  background: #fff;
  border: 1px  solid #a0d2f2;
  margin:0 auto;
  color: #a0d2f2;
  padding: 8px 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
}
.btn_space_modal {
  display: flex;
  margin-top: 1rem;
}
.submit_btn_yes {
  width: 35%;
  margin:0 auto;
	background: #a0d2f2;
  color: #F8F8F8;
  padding:8px 0;
  border-radius: 5px;
  cursor: pointer; 
  font-size: 15px;
}
.signup_form h5 {
	font-size: 17px;
	text-align: left;
	margin: 0;
	color: #008be1;
	display: flex
;
    align-items: center;
}
.signup_form img {
	width: 21px;
	height: 21px;
	margin-right: 8px;
}
.signup_form {
  margin: 0;
  padding-bottom: 1rem;
	border-bottom: 2px solid #F7F7F7;
}
.modal_inner p {
	margin: 0;
	text-align: left;
	padding: 1rem 0;
	font-size: 15px;
}
.modal_inner textarea {
	background-color: #FAFAFA;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 15px 10px;
	border: none;
	width: 100%;
	font-size: 15px;
	height: 17em;
}
.keep_btn {
  cursor: pointer;
}
.icon_k {
  width: 40px;
  height: 40px;
  padding: 18px 9px;
  background-color: #194795;
  color: #fff;
  border-radius: 50%;
  font-size: 17px !important;
}
.icon_k.p {
  padding: 11px 9px;
}
.icon_k.s {
  padding: 20px 9px;
}
.table_input {
	margin: 0;
}
.table_input td {
	border: 0;;
}
.table_input th,.table_input td {
	border-bottom: 2px solid #F7F7F7;
	background-color: initial;
}
.table_input textarea {
	width: 100%;
}
.koda_btn {
	border-radius: 8px;
	padding: 8px;
	width: 140px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background-color: #fff;
	color: #008be1;
	border: 1px solid #008be1;
}
.koda_btn img {
	margin-right: 7px;
	width: 20px;
	height: 20px;
}
.b_btm {
	border-bottom: 3px solid #F7F7F7;
	padding: 10px 0;
}
.modal_inner .check_box label {
	padding-bottom: 2px;
}
.check_box label { 
	align-items: normal;
}
@media only screen and (max-width: 1408px) {
	.koda_btn {
		margin-top: 15px;
		width: 100%;
	}
}
.list_btn.b_text ,input.b_text  {
	color: #9F9F9F;
	text-decoration: underline;
	border: none;
	background-color: #fff;
	cursor: pointer;
	box-shadow: initial;
	font-weight: normal;
	display: inline-flex;
	padding-top: 1rem;
	font-size: 15px;
}
.btn_sub_f {
	text-align: center;
}
.grid_sticky {
  display: grid;
  grid-template-columns: 2fr 1fr;
	column-gap: 1rem;
	margin: 0rem 0 3rem 0;
}
.grid_ent {
  display: grid;
  grid-template-columns: 2fr 2fr;
	column-gap: 1rem;
	margin: 0rem 0 3rem 0;
}
.balloon_sti {
	position: relative;
	margin-left: 15px;
	padding: 1rem;
	border: 1px solid #a0d2f2;
	border-radius: 5px;
	background-color: #fff;
  position: sticky;
  top: 0;
  position: sticky;
  top: 25px;
  height: 300px;
	}
	.balloon_sti::before,
	.balloon_sti::after {
		position: absolute;
		width: 15px;
		height: 30px;
		clip-path: polygon(0 50%, 100% 0, 100% 100%);
		content: '';
		transform: rotate(90deg);
		left: 50%;
	}
	.balloon_sti::before {
		background-color: #a0d2f2;
	}
	.balloon_sti::after {
		background-color: #fff;
		/* top: 16.1px; */
	}
	.balloon_sti p {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		padding: 1rem 0;
	}
	.f_btn a {
		width: 100%;
		height: 50px;
    padding: 10px;
		margin-top: 1rem;
	}
	.job_d_head {
		border: none;
		padding: 0;
	}
	.flex_none {
		display: block !important;
	}
	.grid_sticky .job_box h3 {
		position: initial;
		font-size: 17px;
		padding-top: 1rem;
		text-align: left;
	}
	.grid_sticky .job_box h3 img {
    width: 40px;
    height: 40px;
		margin-right: 10px;
	}
	.grid_sticky .job_box p {
		padding: 0.5rem 0 1rem 0;
		line-height: 25px;
		font-size: 14px;
	}
	.table_ten,.table_en {
		width: 100%;
	}
	/* .table_ten th {
		color: #008be1;
	} */
	.table_ten th,.table_ten td {
		background-image: linear-gradient(to right, #a0d2f2, #a0d2f2 6px, transparent 6px);
		background-size: 11px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
		text-align: left;
		padding: 12px;
	}
	.table_ten th.title {
		background-color: #a0d2f2;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: #FFF9F8;
		background-image: none;
	}
	.table_en th {
		color: #262626;
	}
	.table_en th,.table_en td {
		border-bottom: 4px solid #F7F7F7;
		text-align: left;
		padding: 18px 12px;
	}
	.table_en.com th.com_c {
		border: 4px solid #F7F7F7;
	}
	.table_en.com th {
		border-bottom: 4px solid #F7F7F7;
		border-top: 4px solid #F7F7F7;
		padding: 18px;
	}
	.table_en.com td {
		border-bottom: 4px solid #F7F7F7;
		border-top: 4px solid #F7F7F7;
		border-right: 4px solid #F7F7F7;
	}
	.table_en th.title {
		background-color: #a0d2f2;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		color: #fff;
		border-bottom: none;
		padding: 12px;
		}
		.table_en.com th.com_c .check_box {
			justify-content: center;
		}
		.table_en.com th.com_c .check_box label::before {
			width: 43px;
			height: 43px;
		}
		.table_en.com th.com_c .check_box label:has(:checked)::after {
    top: 9px;
    left: 15px;
    width: 13px;
    height: 19px;
    border: solid #a0d2f2;
    border-width: 0 5px 5px 0;
		}
		.check_box label:has(:checked)::after {
			position: absolute;
			top: 6px;
			left: 9px;
			transform: rotate(45deg);
			width: 7px;
			height: 12px;
			border: solid #a0d2f2;
			border-width: 0 3px 3px 0;
		}
		.en_text p {
			font-weight: bold;
		}
		.en_text {
			padding: 2rem 0 1rem 0;
			display: flex;
			align-items: center;
		}
		.en_text img {
			width: 25px;
			height: 25px;
			margin-right: 8px;
		}
		.en_text.red p {
			color: #a0d2f2;
		}
	.slider .job_list {
		align-items: baseline;
	}
	.b_no {
		border-top: 0;
    border-bottom: 0;
	}
	.entry_d .entry_cmt_top {
		text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
	}
	.entry_d {
		padding: 0rem 0 3rem 0;
    margin: 0;
	}
	.atten {
    padding: 3rem 0;
}
	.atten h3 {
		position: initial;
		text-align: center;
		color: #a0d2f2;
	}
	.box_ent h4 {
		text-align: center;
    background-color: #F7F7F7;
    padding: 1.5rem 1rem;
	}
	.text_ent {
		border: 3px solid #F7F7F7;
		padding: 2rem;
	}
	.text_ent p {
		text-align: center;
		line-height: 30px;
	}
	.p_ent {
		padding: 9px 0;
	}
	.en_b {
		display: flex;
    justify-content: center;
		margin-top: 1rem;
	}
	.en_b.add {
		padding: 1rem 0 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f7f7f7;
	}
	.en_b a,.en_b .submit {
		padding: 17px;
		width: 70%;
	}
	.en_b .submit,.e_com .submit {
		border: none;
	}
	.e_com .submit , .e_com a.yd {
		padding: 17px;
		width: 300px;
	}
	.e_com {
		margin-top: 2rem;
		margin-bottom: 4rem;
	}
	.table_form_s {
		width: 100%;
		font-size: 14px;
	}
	.table_form_s input {
		background-color: #FAFAFA;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 10px;
    border: none;
    width: 100%;
		margin-bottom: 10px;
	}
	.table_form_s th {
		font-weight: normal;
		text-align: left;
		width: 100px;
	}
	.j_btn a.rd.like-btn img {
		margin-right: 5px;
	}
	
	.j_btn a.rd.like-btn.clicked {
		background-color: #BFBFBF;
		color: #fff; 
		border: 1px solid #BFBFBF;
	}
	.pagination.en {
		justify-content: end;
		margin: 0;
	}
	.pagination.en div {
		width: 26%;
		margin: 6px 14px;
	}
	.noti {
		background-color: #fef9ed;
		padding: 1rem;
		border-radius: 5px;
		display: flex;
		width: 478px;
	}
	.noti.red {
		width: 100%;
		background-color: #f9f1ee;
		}
	.noti p {
		color: #EBAC00;
		font-weight: bold;
	}
	.noti.red p {
		color: #a0d2f2;
		}
	.noti img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.en_head {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1rem;
		align-items: center;
	}
	.link_r a {
		color: #a0d2f2;
		display: flex;
    align-items: center;
	}
	.link_r a img {
		width: 15px;
		height: 15px;
		margin-left: 5px;
	}
	.link_r a:hover {
		color: #262626;
	}
	.table_m {
		margin: 0;
	}
	.link_r {
    margin-top: 1rem;
}
.ma_btm_5 {
	margin-bottom: 5rem !important;
}
.entry_cmt.ad {
	position: initial;
	transform: initial;
}
.entry_d.flex {
	display: flex;
    justify-content: center;
}
.entry_btn.none {
	background-color: initial;
	color: initial;
	padding:initial;
	color: #fff;
	box-shadow:initial;
	background: initial;
}
.entry_btn {
	box-shadow: initial;
    background: initial;
}
.entry_btn.none::after,.entry_btn.none::before {
	display: none;
}
a.ent_btn {
	display: flex;
}
.explain_title.t_icon {
	display: flex;
	align-items: center;
}
.explain_title.t_icon {
	font-size: 20px;
}
.explain_title.t_icon img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.pagination.contact_p {
	margin: 2rem 0 0 0;
}
.p_no {
	padding: 0;
}
.table_co {
	margin: 1rem 0 2rem 0;
}
.con_info {
	margin: 0rem 0 2rem 0;
}
.qa_list {
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	background-color: #F7F7F7;
}
.qa_list summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em 1em 3em;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
}
.qa_list summary::before,
.qa_list p::before {
	position: absolute;
	left: 0.8em;
	font-weight: 600;
	font-size: 1.3em;
}
.qa_list summary::before {
	color: #a0d2f2;
	content: "Q";
}
.qa_list summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 2px solid #a0d2f2;
	border-right: 2px solid #a0d2f2;
	content: '';
	transition: transform .5s;
}
.qa_list[open] summary::after {
	transform: rotate(225deg);
}
.qa_list p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0em 2em 1em 3em;
	color: #333;
	transition: transform .5s, opacity .5s;
}
.qa_list[open] p {
	transform: none;
	opacity: 1;
}
.qa_list p::before {
	color: #a0d2f2;
	line-height: 1.7;
	content: "A";
	top: 0;
}
.qa_list .open {
	background-color: #fff;
	border: 1px solid #a0d2f2;
	margin: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
}
.qa_btn {
	display: flex;
	padding: 0em 3em  0.5em 3em;
}
.qa_btn a {
	border-radius: 33px;
	padding: 7px 13px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background-color: #fff;
	color: #a0d2f2;
	border: 1px solid #a0d2f2;	
	margin-right: 10px;
}
h4 {
	padding-top: 0;
}
.prev_sen h4 {
	padding-bottom: 10px;
}
.tempo_flex.y_color h4 {
	color: #ebac00;
}
.y_color .grede_btn {
	background: linear-gradient(180deg, rgba(235, 172, 0, 1) 0%, rgb(196, 143, 0, 1) 100%);
}
.pagination.re {
	margin: 0;
}
.yellow_btn a:hover {
	color: #262626;
}
.g_title a {
	color: #008be1;
}
.heading_m {
	color: #262626;
	margin-top: 1rem;
}
.yellow_btn a.back {
	color: #fff;
    box-shadow: none;
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
		padding: 20px;
    font-size: 18px;
}
.yellow_btn a, .submit_btn {
	border-radius: 33px;
}
.b_sen h3 {
	position: initial;
	margin-bottom: 1rem;
	text-align: left;
	border-bottom: 0;
}
.explain_title.sub {
	font-size: 24px;
}
p {
	line-height: 32px;
}
.service_text .ten span {
	margin-right: 8px;
}
.jlist_flex {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.l_item {
	margin-right: auto;
}
.jlist_flex .delete,.jlist_flex .submit {
	border: none;
	padding: 7px 10px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.jlist_flex .delete {
	background-color: #BFBFBF;;
}
.jlist_flex .submit { 
	background-color: #a0d2f2;
	margin-left: 10px;
}
a.pagetop {
  color: #a0d2f2;
  position: fixed;
  bottom: 200px;
  right: 60px;
  text-decoration: none;
  display: block;
  width: 140px;
  padding: 16px 20px;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: bottom right;
	font-weight: bold;
}
a.pagetop:hover {
	color: #000;
}
.pagetop i {
	transform: rotate(-90deg);
}
.f_logo_w {
	width: 250px;
}
.f_logo {
	width: 200px;
}
.gnavi__list img, img.f_icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
img.f_icon_s {
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
.slider {
	animation: none;
}
.kakko h3 {
	margin: 0;
	padding: 0px 0 15px 0;
	top: 0;
}
.kakko h3::before,
.kakko h3::after  {
	display: none;
}
.r_top img {
	width: 50px;
}
.link-container {
  display: flex;
  justify-content: space-between; /* アイテムを中央と右に配置 */
  align-items: center; /* 垂直方向に中央揃え */
  text-decoration: none; /* アンダーラインを消す */
}
.b_text {
  flex-grow: 1; /* テキストを伸ばして中央揃えに近づける */
  text-align: center; /* テキストを中央揃え */
}
.s_link {
  margin-left: auto; /* 矢印を右端に配置 */
}
a.log_w {
	width: 210px;
}
.tempo_text.s p {
	padding-top: 10px;
}
/* チェックが未達成の場合の色 */
.fa-circle-check {
	color: #ccc; /* 未達成の状態 */
}
/* チェックが達成された場合の色 */
.check-valid {
	color: #a0d2f2; /* 達成された場合の色 */
}
.pass_ck p {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 13px;
}
.pass_ck i {
	padding-right: 5px;
}
.pass_ck {
	padding-top: 8px;
}
.pass_box i {
	cursor: pointer;
	color: #0F0403;
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-block;
}
.submit_btn,.normal a {
	border-radius: 33px;
}
.f_regist .submit_btn {
	background: #a0d2f2;
	margin-bottom: 2rem;
	color: #fff;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", Meiryo UI, "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	
}
.f_regist {
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 2rem;
}
.f_regist .submit_btn:hover {
	color: #9F9F9F;
	transition: 1s;
}
.other .masse_t.bb_none {
	border-bottom: none;
	padding-bottom: 15px;
}
.masse_t {
	padding-bottom: 20px;
}
.other .fot_btn.between a {
	justify-content: space-between;
	margin: 2rem 0 0 0 ;
}
.fot_btn {
	display: flex;
  justify-content: center;
	margin-left:0;
}
.fot_masse p.glow {
	flex-grow: 1;
	text-align: center;
}
.fot_masse  {
	color: #262626;
	text-align: center;
	width: initial;
}
.messe_w {
	width: 55%;
	margin: 0 auto;
}
.merit span.span_sy {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
.tab_a span.span_sy {
	font-size: 17px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
}
.ai_center {
	align-items: center;
}
.tab_a span.span_pro {
	font-size: 15px;
  font-weight: bold;
	padding: 5px 10px;
	background-color: #f8b856;
	color: #fff;
	border-radius: 5px;
}
.tab_a span.span_pro.s {
	color: #f8b856;
	background-color: initial;
}
.figure_text p.oa_txt {
	padding-top: 25px;
}
.status_table th {
	background: #f7f7f7;
	color: #0F0403;
	border-bottom: solid 3px #fff;
}
.status_table tr:last-child th {
	border-bottom: solid 3px #f7f7f7;
}
.f_block {
	padding: 0 10px 0 0rem;
	width: 25%;
}
.f_block.btm {
	width: 100%;
}
.logo_fl {
	width: 29%;
}
.logo_fm {
	width: 28%;
}
.logo_fw {
	width: 18%;
}
.logo_fq {
	width: 10%;
}
.logo_fs {
	width: 5%;
}
.matop_0 {
	margin-top: 0 !important;
}
.pa_0 {
	padding: 0 !important;
}
.job_box_r {
	padding: 0 0 1rem 0;
}
.y_tab div, .r_tab div {
	white-space: nowrap;
}
.box_carr {
	margin: 20px 0;
}
.c_wide {
	width: 48%;
}
summary::-webkit-details-marker {
	display: none; /* Safari（iOS含む）の三角ボタンを非表示 */
}
.pagination_s {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	list-style-type: none;
	padding: 0;
}
.pagination_s a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	border-radius: 30px;
	color: #a0d2f2;
	font-size: 20px;
	background-color: #f7f7f7;
	font-weight: bold;
}
.pagination_s a:not(:hover) {
	text-decoration: none;
}
.pagination_s .cr a {
	background-color: #a0d2f2;
	color: #fff;
	pointer-events: none;
}
.fot_img::after {
	opacity: 0.1;
}
.fot_img.sys_img {
	background-image: url(../img/fot.jpg);
}
.figure_text p {
	line-height: 37px;
}
.fot_masse p {
	font-size: 18px;
	line-height: 37px;
}
.merit_img {
	height: 100%;
	border-radius: 7px;
	object-fit: cover;
}
h4.meri_ttl {
	margin-bottom: 15px;
}
img.f_ill_img {
	border: 2px solid #f1f1f1;
	height: initial;
}
.k_space {
	padding: 2rem 0;
}
.k_flex {
	display: flex;
	justify-content: space-between;
}
.k_box {
	width: 49%;
}
.k_in {
	padding: 1.5rem;
	height: 428px;
}
.k_btn:hover {
	color: #fff !important;
}
.entry_btn.grede_btn.k_btn {
	margin-top: 20px;
}
.k_ttl {
	align-items: baseline;
}
.box_b {
	background-color: #f7f7f7;
	box-shadow: initial;
	border-radius: 20px;
}
.box_c {
	border-radius: 20px;
}
.iliu_img {
  border-radius: 7px;
}
.tempo_flex {
	background-color: #f7f7f7;
	border-radius: 7px;
}
.reason .r_left .r_content,.reason .r_right .r_content {
	background-color: #f7f7f7;
	border-radius: 7px;
}
.r_left .r_content {
	left: initial;
}
.reason .r_left .r_content, .reason .r_right .r_content {
	background-color: #fff;
	padding: 0;
	width: 45%;
}
.reason .r_left .r_img img,.reason .r_right .r_img img {
	border-radius: 7px;
}
.c_num {
	font-family: "ltc-nicholas-cochin-pro", sans-serif;
	display: inline-block;
  font-size: 33px;
  padding-right: 11px;
	color: #a0d2f2;
}
.j_btn .input_sbtn {
	padding: 9px 4px;
	height: 60px;
}
.slick-slide {
	height: 340px;
}
p.txt_two {
	display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;   
	line-clamp: 2;   
	line-height: 23px;
}
p.txt_one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0;
}
p.txt_one_t {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 8px;
	margin: 0;
	line-height: 17px;
}
p.txt_six {
	display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 6;   
	line-clamp: 6;   
	line-height: 28px;
}
select {
	font-family: "Zen Kaku Gothic New", Meiryo UI, "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-ser
}
.page_lk {
	color: #262626;
}
.box_a {
	border-radius: 10px;
	border: 2px solid #f7f7f7;
}
.tab_a span {
	color: #008be1;
}
header a {
	color: #262626;
}
.select_box::after {
	background-color: #a0d2f2;
}
.select_box select {
	box-shadow: initial;
}
.dropdown__lists.p {
	top: 60px;
}
.ob_btn {
	width: 200px;
  margin: 0 auto 30px;
}
.ob_btn a {
	background: linear-gradient(180deg, #a0d2f2 0%, #FFFDD0 100%);
	color: #4d4d4d;
}
.entry_btn::before,.entry_btn::after {
	display: none;
}
.red span, h5.red {
	color: #008be1;
}
.explain_title, .service .s_no, h2 span, .top_explain .ex_name span {
	color: #008be1;
}
.comp h5 span, .ten span, .ten small {
	background-color: #a0d2f2;
}
.active {
	background-color: #a0d2f2 !important;
}
.num.active::before, .next.active::before, .prev.active::before {
	border-left: 20px solid #a0d2f2 !important;
}
.gray {
	border-bottom: 2px solid #f7f7f7;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before,.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
	background: #a0d2f2;
}

.ECM_CheckboxInput-DummyInput {
	background: #f7f7f7;
}
.yellow_btn a, .submit_btn {
	background-color: #f8b856;
	color: #fff;
	box-shadow: initial;
}
.submit_btn:hover {
	background-color: #f8a62a;
	transition: 1s;
}
.table_form th {
	background-color: #fff;
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
}
.table_form td {
	border: none;
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
}
.table_form {
	border-radius: 10px;
}
.gray_t {
	border-top: 2px solid #f7f7f7;
}
.radio_btn label:has(:checked)::after {
	background-color: #a0d2f2;
}
.table_form input, .table_form select, .table_form textarea {
	box-shadow: initial;
	border: 1px solid #EDEDED;
}
input[type='file'] {
	border: none;
}
input.submit_btn:hover,.submit_btn_yes:hover,.j_btn .input_sbtn:hover,.j_btn a:hover,.j_btn.en_b.add a:hover,.job_detail:hover {
	background-color: #008be1;
	color: #fff !important;
	transition : 1s;
}
.j_btn .cond_btn:hover,input.submit_btn.yl:hover {
	background-color: #f9f275;
	color: #4d4d4d !important;
	transition : 1s;
}
.yellow_btn a.back:hover {
	background-color: #b2b2b2;
}
.yellow_btn a, .submit_btn {
	font-family: "Zen Kaku Gothic New", Meiryo UI, "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	
	font-weight: bold;
}
.fot_btn a:hover,.j_btn a.r:hover,.yellow_btn a:hover,input.submit_btn.yh:hover {
	background-color: #f8a62a;
	color: #fff !important;
}
.his_tdl th {
	background-color: initial;
	padding:  3px 0px;
	width: 105px;
	border: none;
	font-weight: normal;
}
.his_tdl td {
	border: none;
	padding:  3px 0px;
}
.his_tdl.m th {
	width: 70px;
}
.table_en th, .table_en td {
	border-bottom: 1px dotted #a0d2f2;

}
.j_btn.en_b.add a {
	width: 400px;
	background-color: #a0d2f2;
	color: #fff;
	font-size: 17px;
}
.sen h4::before {
	background-color: #a0d2f2;
}
.merit span,.box_c h5 {
	color: #008be1;
}
.box_c ul li::marker {
	color: #a0d2f2;
}
.fot_btn a {
	background: #f8b856;
	color: #fff;
	width: 500px;
  padding: 26px 40px;
	font-size: 18px;
	text-align: center;
	justify-content: center;
}
img.rg_img {
	width: 200px;
	display: block;
	margin: 20px auto 5px;
}
.jw_btn_flex.space {
	padding-bottom: 0;
	padding-top: 20px;
}
.il_flex {
	display: flex;
}
.rga_img {
	width: 250px;
	object-fit: contain;
	display: block;
	margin-right: 20px;
}
.il_txt {
	width: 77%;
}
.ob_btn a:hover,.entry_cmt a:hover {
	color: #4d4d4d !important;
	-webkit-box-shadow: inset 5px 15px 0px rgba(255, 255, 255, 0.55),
	0 3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 15px 70px rgba(160, 210, 242, 1), 0 6px 10px rgba(0, 0, 0, 0.2);
}
.job_content.bg {
	font-size: 15px;
	padding: 1.5rem 2rem 2rem 2rem;
}
.job_list.bg {
	padding-bottom: 15px;
}
.job_title.bg {
	padding: 1rem 0rem 1.5rem 1rem;
}
.reason .r_left .r_img, .reason .r_right .r_img {
    border-radius: 20px;
		border: 0;
}
.reason .r_left .r_img.o {
	border: 3px solid #a0d2f2;
}
.reason .r_left .r_img img, .reason .r_right .r_img img {
	border-radius: 20px;
	object-position: top;
}
img.ob_center {
	object-position: center !important;
}
.reason .r_img, .reason .l_img {
	height: 310px;
}
.reason .r_left .r_title,.reason .r_right .r_title {
	background: initial;
}
.reason .r_left .r_content p, .reason .r_right .r_content p {
	margin: 0rem 0;
	line-height: 2;
}
.r_right .r_content {
	left: initial;
}
.reason .r_left, .reason .r_right {
	align-items: flex-start;
	justify-content: space-between;
}
.reason .r_left .r_title, .reason .r_right .r_title {
	font-size: 23px;
	padding-bottom: 0;
}
img.pro_img {
	width: 320px;
}
.table_form.con_info th,.table_form.con_info td {
	border-top: 0;
}
.table_form.con_info tr:last-child th,
.table_form.con_info tr:last-child td {
    border-bottom: none;
}
.con_info td span {
	color: #262626;
}
.t_memo {
	border: 2px solid #a0d2f2;
	border-radius: 20px;
	padding: 10px;
}
.t_memo_t {
	margin: 0;
}
.s_tab label.none:has(:checked) {
	background: initial;
	border-style: none;
	color: #262626;
}
.ECM_CheckboxInput-LabelText {
	color: #262626;
}
.w_all {
	width: 100%;
}
.step_flex {
	display: flex;
	justify-content: space-between;
}
.step_flex .info_box {
	width: 19%;
}
.step_flex .box_title {
	display: block;
	text-align: center;
	position: relative;
}
.step_flex .box_title h6 {
	font-size: 16px;
	padding-top: 5px;
	padding-left: 0;
	white-space: nowrap;
}
.step_flex .box_a {
	height: 100px;
}
.fa-position-bottom.none {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	color: #008be1;
}
.stepd_flex {
	display: flex;
}
#step_a {
  position: relative;
  z-index: 1;
}
html {
  scroll-behavior: smooth;
}
.step_img {
	width: 200px;
}
.page_qa,.page_re {
	position: relative;
}
.page_qa::after {
	content: "";
  display: inline-block;
  background-size: contain; /* 画像のサイズ調整 */
  background-repeat: no-repeat; /* 画像が繰り返されないように */
	position: absolute;
	width: 70px;
	height: 70px;
  background-image: url('../img/qa_top.png'); /* 画像のパス */
	left: 220px;
	bottom: -18px;
	z-index: -1;
}
.page_re::after {
	content: "";
  display: inline-block;
  background-size: contain; /* 画像のサイズ調整 */
  background-repeat: no-repeat; /* 画像が繰り返されないように */
	position: absolute;
	width: 70px;
	height: 70px;
	background-image: url(../img/re_top.png);
	left: 300px;
	bottom: -18px;
	z-index: -1;
}
.table_tate th {
	background: #a0d2f2;
	color: #fff;
}
.table_tate th, .table_tate td {
	border: solid 2px #f1f1f1;
}
.weif_t h5 {
	color: #008be1;
}
.ECM_CheckboxInput-LabelText {
	color: #B12A1B;
}
.ECM_CheckboxInput-LabelText:hover {
	color: #008be1;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput + .ECM_CheckboxInput-LabelText {
  color: #008be1;
}
.comp h3, .sta h4  {
	color: #f8b856;
}
.ma_le {
	margin-left: 10px;
}
.ck_bd {
	border-bottom: 2px solid #F7F7F7;
  padding: 15px 0;
}
.ck_bd:nth-of-type(3) {
  border-bottom: none;
}
.lo_title {
	color: #008be1;
	text-align: center;
	top: 0;
	font-weight: bold;
}
.lo_txt {
	text-align: center;
}
.bd_b {
	border: 2px solid #e3e3e3;
}
.pdf_btn a {
    border: 2px solid #a0d2f2;
		text-align: center;
}
.pdf_btn a:hover {
	border: 2px solid #008be1;
}
.table_yoko th, .table_yoko td {
	border: solid 3px #F1f1f1;
}
.table_yoko th {
	background: #F1f1f1;
}
.table_yoko {
	width: 100%;
	border-collapse: separate;
	border: solid 3px #f1f1f1;
}
.table_form span.required {
	border: 1px solid #f8b856;
	color: #f8b856;
}
.pagination div {
	width: 18%;
}
.b_right .b_text {
	border: none;
	color: #4d4d4d;
	width: 100%;
	padding: 0;
}
.b_right .b_text:hover {
	border: none;
}
.job_list.top_icon img {
	position: relative;
  top: 3px;
}
.no_info {
	margin-top: 50px;
	font-weight: bold;
	line-height: 30px;
}
.entry_cmt a.p_none {
	padding: initial;
}
.btn_e_cl {
	color: #4d4d4d;
}
.job_list.top_icon {
	padding-bottom: 5px;
}
.table_ten th {
	white-space: nowrap;
}
.pdf_btn a.coming {
	margin: 2rem auto 1.5rem;
}
.coming_txt {
	text-align: center;
	padding-top: 15px;
}
.Label.top_label {
	padding: 20px 0px;
}

	/* ブレイクポイント */
	@media only screen and (max-width: 1024px) {
		.figure_text p {
			padding: 1rem 0;
		}
		.ma_top_1_t  {
			margin-top: 1rem;
		}
		.j_page .job_content {
			flex-direction: column;
		}
		.job_head {
			padding: 0 1rem;
			flex-direction: column;
			align-items: flex-start;
		}
		.j_page .job_title {
			padding: 15px 0;
		}
		.job.j_page .job_content {
			padding: 1rem;
		}
		.grid_sticky,.grid_ent {
			display: block;
		}
		.job_d_head {
			padding: 0;
		}
		.balloon_sti {
			max-width: 100%;
			height: initial;
			margin-left: 0;
			margin-top: 10px;
		}
		.balloon_sti::before {
			top: -21.9px;
		}
		.balloon_sti::after {
			top: -20.9px;
		}
		.balloon_sti::before, .balloon_sti::after {
			transform: rotate(90deg);
			left: 50%;
		}
		.pc_br {
			display: none;
		}
		.ma_le {
			margin-left: 0;
			margin-top: 10px;
	}
	.block_l {
		display: block;
	}
		
		.table_input th {
			border-bottom:0;
			padding: 19px 0 4px 0;
		}
		.btn_sub_f {
			margin-bottom: 1rem;
		}
		.en_head {
			flex-direction: column;
		}
		.noti {
			width: 100%;
		}
		.pagination.en div {
			width: 50%;
			margin: 0;
		}
		.pagination.en {
			margin: 2rem 0 1rem 0;
		}
		.box_a.pa_yoko {
			padding: 1rem 0 2rem 0;
		}
		.slider.slick-initialized.slick-slider {
			padding: 5px 0px;
	}
	.balloon_sti {
		padding: 1rem 1rem 2rem 1rem;
	}
	.breadcrumb {
		font-size: 13px;
	}
	.page_head.naro {
		margin-bottom: 1rem;
	}
	.select_box select,.desired_flex .select_box {
		width: 100%;
	}
	.table_form th {
		padding: 1rem 0;
	}
	.table_form td {
		padding: 0rem 0 1rem 0;
}
.table_form.normal th,.table_form.normal td {
		padding: 1rem;
}
.table_form.normal input {
	width: 100%;
}
.table_form_s input {
	font-size: 14px;
}
.desired_flex {
	flex-direction: column;
	align-items: flex-start;
}
.desired_flex .select_box, .desired_flex input, .desired_flex textarea {
	margin-left: 0px;
	margin-bottom: 10px;
}
.desired_flex span {
	margin-bottom: 5px;
}
.page_head {
	margin-bottom: 2rem;
	}
	.con_info th,.con_info td,
	.table_co th,.table_co td {
		padding: 1rem;
	}
	.pagination div {
		height: 44px;
    line-height: 44px;
	}
	.table_co input, .table_co select {
		width: 100%;
}
.table_co .ECM_CheckboxInput-Input {
	width: initial;
}
.table_co .ECM_CheckboxInput {
	justify-content: center;
}
.entry_img.top_p {
	padding: 2rem 0;
}
.pass_box {
	display: flex;
	align-items: center;
} 
.pass_box i {
	margin-left: 10px;
	position: relative;
	top: 5px;
}
.fot_masse {
	width: 100%;
}
.tb_box_p {
	padding: 1rem 0rem 0 0rem;
}
p.sp_p_none {
	padding: 0;
}
.c_wide {
	width: 100%;
}
a.btn-rounded { 
font-size: 18px;
	width: 140px;
	height: 140px;
}
.k_flex {
	display: block;
}
.k_box {
	width: 100%;
}
.k_space {
	padding: 1rem 0;
}
.k_in {
	height: initial;
}
.entry_btn.grede_btn.k_btn {
	margin-top: 10px;
}
.k_box {
	padding: 0rem 0;
	margin-top: 0rem;
}
.job_tab {
	margin-bottom: 20px;
	margin-top: 10px;
}
.fot_btn a {
	margin: 2rem 0 0 0;
}
.messe_w {
	width: 100%;
}
img.pro_img {
	width: 220px;
	margin: 10px auto;
	display: block;
}
.step_flex {
	display: block;
}
.step_flex .info_box {
	width: 100%;
}
.step_flex .box_a {
	height: initial;
}
.top_b_none th,.top_b_none td {
	border-top: none;
}
.his_tdl th,.his_tdl.m th {
	width: 100%;
}
.yellow_btn a.back {
	padding: 13px;
  font-size: 16px;
}
.yellow_btn input.submit_btn {
	padding: 15px;
}
}
	@media only screen and (min-width: 769px) {
	.consul .box_a p {
		padding-top: 1rem;
	}
	.consul .table_sim {
		margin: 10px 0;
	}
	.dispatch h4 {
		padding-top: 0.5rem;
	}
	.f_regist {
		margin-top: 2rem;
	}
	.f_pc_none {
		display: none;
	}
	.status_table th {
		width: 40%;
	}
	.sp_slide {
		display: none;
	}
	}

	@media only screen and (max-width: 768px) {
		.page_head {
			padding: 20px;
			height: 175px;
		}
		.head_title h2 {
			font-size: 17px;
		}
		.page_head .head_title h2,.explain_title.sub {
			font-size: 16px;
		}
		.head_title {
			padding-top: 5.5rem;
	}
	.s_line {
		flex-direction: column;
	}
	.s_line .s {
		padding-top: 1rem;
	}
	input.b_text {
		padding-top: 0rem;
	}
	.s_arrow.af::after {
		top: 42px;
	}
	.s_line .w {
		font-size: 15px;
	}
	.s_line {
		font-size: 13px;
	}
	.j_btn_flex {
		flex-direction: column;
	}
	a.no_wa {
		width: 100%;
	}
	a.wa {
		width: 48%;
	}
	.jw_btn_flex {
		padding-bottom: 1rem;
		justify-content: space-between;
	}
	.j_btn a,.list_btn.b_text, input.b_text,.job_content .job_list span {
		font-size: 14px;
	}
	.pa_0 {
		padding-top: 0 !important;
	}
	.j_btn img {
		margin-right: 3px;
		width: 27px;
    height: 27px;
	}
	.b_m {
    margin: 0;
}
.b_mb {
	margin: 0;
	margin-bottom: 1rem;
}
.r_icon a {
	padding: 7px 4px;
}
.job.j_page .job_title {
	padding: 5px 0 0 0;
}
.job_title p {
	padding-bottom: 0px;
}
.j_btn_flex {
	padding: 0 1rem 1rem 1rem;
}
.job_content .job_list {
	flex-direction: column;
	align-items: flex-start;
}
.slider .job_content .job_list {
	flex-direction: initial;
}
.j_btn a, .j_btn .submit, .j_btn .cond_btn, .j_btn .input_sbtn {
	height: 50px;
}
.btn_flex {
	flex-direction: column;
}
.main_btm {
	margin-bottom: 3rem;
}
.s_tab > label {
	font-size: 11px;
}
.s_tab > label {
	padding: 10px 0px;
	min-width: 0px;
}
.count {
	padding: 0 0 1rem 0;
}
.count {
	font-size: 12px;
}
.modal_inner {
	width: 97%;
}
.modal_inner {
	font-size: 13px;
}
.signup_form img {
	width: 18px;
	height: 18px;
}
.signup_form h5 {
	font-size: 15px;
}
.submit_btn_no,.submit_btn_yes {
	font-size: 14px;
}
.list_m {
	padding: 0rem 0;
}
.entry_d {
	padding: 1rem 0 3rem 0;
}
.table_ten th, .table_ten td,.table_en th, .table_en td {
	display: block;
}
.table_ten th {
	background-image:none;
	padding: 12px 12px 0px 12px;
}
.table_en th {
	border-bottom: 0;
	padding: 12px 12px 0px 12px;
}
.table_en th.title,.table_ten th.title {
	padding: 12px;
}
.en_b a {
	width: 100%;
}
.ma_top_m {
	margin-top: 1rem;
}
.table_form_s th,.table_form_s td {
	display: block;
}
.table_form_s th {
	padding-bottom: 6px;
}
.text_ent {
	padding: 1rem;
}
.j_btn .submit.y,.j_btn .cond_btn,.e_com a.yd {
	width: 100%;
}
table th,table td {
	font-size: 14px;
}
.table_en th {
	padding: 1rem 12px 1rem 12px;
}
.table_en td {
	padding: 0 12px 1rem 12px;
}
.atten h3 {
	font-size: 16px;
}
.atten {
	padding: 2rem 0;
}
p {
	font-size: 14px;
 }
 .en_b a, .en_b .submit {
	padding: 12px;
 }
 .table_en.com th.com_c {
	display: table-cell;
 }
 .table_en.com th,.table_en.com td {
	padding: 12px;
 }
 .table_en.com th {
	border-bottom:0;
	border-right: 4px solid #F7F7F7;
 }
 .table_en.com th {
	border-top: 0;
 }
 .table_en.com th.top_b {
	border-top: 4px solid #F7F7F7;
}
.en_text {
	padding: 0rem 0 1rem 0;
}
.en_text.red {
	padding: 1rem 0 5px 0;
}
.explain_title.t_icon {
	font-size: 18px;
}
.explain_title.t_icon img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
.qa_list {
	font-size: 14px;
}
.qa_btn {
	flex-direction: column;
}
.qa_btn a {
	margin-right: 0;
  margin-bottom: 10px;
}
.qa_list p {
	padding: 0em 1em 1em 3em;
}
.explain_title {
	margin: 0 0 1rem;
}
.service_text h4 {
	font-size: 18px;
}
.service_text p {
	font-size: 14px;
	padding-top: 5px;
}
.service_box .box_d {
	height: initial;
}
a.wa.wi {
	width: 100%;
	padding: 12px 0px;
}
.jlist_flex {
	flex-direction: column;
	align-items: flex-start;
}
.jlist_flex .delete, .jlist_flex .submit {
	width: 120px;
	margin-bottom: 8px;

}
.jlist_flex .submit {
	margin-left: 0;
}
.l_item {
	padding-bottom: 10px;
}
.f_logo_w {
	margin-top: 1rem;
}
.f_logo {
	width: 120px;
	margin-top: 1rem;
}
a.log_w {
	width: 200px;
}
.f_content, .f_center {
	display: block;
}
.f_block.btm {
	margin-top: 1rem;
	width: 100%;
}
.f_block {
	width: 100%;
	padding: 0;
}
.f_logo_w {
	width: 205px;
	margin: 1rem 0 0 0;
}
.f_logo {
	width: 125px;
	margin-top: 1rem;
}
.f_logo_s {
	width: 72px;
	margin: 1rem 0 0 0;
}
.f_logo_m {
	width: 40px;
	margin-top: 1rem;
}
.flogo_mb {
	flex-direction: initial;
	justify-content: start;
	display: flex;
	flex-wrap: wrap;
}
.logo_fs {
	width: 40px;
	margin-right: 15px;
}
.f_title.f_sp_none, .f_sp_none {
	display: none;
}
.f_title {
	padding: 15px 0 10px 0;
}
.f_upper ul, .f_center ul {
	padding: 0;
	margin: 0;
}
/* .f_center {
	margin: 1rem 0;
	padding: 0px 20px 0px 20px;	
} */
.f_content {
	padding: 0;
}
.entry_d .entry_cmt_top {
	font-size: 18px;
}
.page_head h2 {
	padding-bottom: 0;
}
.wrapper {
	padding: 0 5%;
}
.box_title h6.re_title {
	padding-top: 0;
	font-size: 15px;
}
.box_title h6.pro_btm {
	padding-top: 12px;
}
.tab_a span.span_sy {
	font-size: 12px;
	padding: 0px 0px 7px 0;
}
.entry_btn::before,.entry_btn::after  {
	display: none;
}
.grede_btn {
	font-size: 15px;
}
.tempo_flex h4 {
	font-size: 16px;
}
.tempo_text.s p {
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.reg .explain_title {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
.box_a_no {
	margin-bottom: 0;
}
.advance ul.none li,.advance ul li {
	font-size: 13px;
	line-height: 26px;
}
.advance h5 {
	font-size: 13px;
}
.merit span.span_sy {
	font-size: 13px;
}
.tab_a span.span_pro {
	font-size: 13px;
}
.kakko h3 {
	font-size: 15px;
}
.fot_img.sys_img {
	background-position: right;
}
.j_btn .input_sbtn {
	width: 100%;
}
.fot_masse p {
	font-size: 15px;
}
p {
	line-height: 33px !important;
	}
	h3,h4 {
		line-height: 33px !important;
		}
		a.r.no_wa.ad {
			padding: 8px;
	}
	button.slick-next.slick-arrow {
    display: block !important;
  }
	.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
	}
	.sp_f_bk {
		padding: 4px 20px;
		border-bottom: 1px solid #eaeaea;
	}
	.f_title,.f_upper ul {
		font-size: 13px;
	}
	.f_upper {
		border-top: 1px solid #eaeaea;
	}
	.f_center {
		border-bottom: 1px solid #eaeaea;
		border-top: 0;
	}
	.f_upper ul li {
		padding-bottom: 7px;
	}
	.f_title {
		color: #262626;
	}
	.entry_img.top_p.gra {
    padding: 2rem;
	}
	.check_box.ck_bd {
		padding: 15px 0;
	}
}
	@media only screen and (max-width: 700px){
		main {
			margin-top: 18rem;
	}
	.pagination_s a {
		font-size: 14px;
	}
	a.btn-rounded{
		font-size: 13px;
		width: 110px;
    height: 110px;
	} 
	a.pagetop {
		bottom: 125px !important;
		font-size: 13px;
}
}
@media only screen and (min-width: 469px) {
	.br_msp {
		display: none;
	}
}
	@media only screen and (min-width: 1600px) {
		.entry_d .entry_cmt_top {
			font-size: 28px;
		}
		.explain_title {
			font-size: 36px;
		}
		.explain_title span {
			font-size: 20px;
		}
		.explain_title.t_icon {
			font-size: 25px;
		}
		.qa_btn a {
			font-size: 14px;
		}
		.f_logo_w {
			width: 300px;
	}
	.f_logo {
		width: 218px;
}
a.pagetop {
	bottom: 330px !important;
}
a.btn-rounded{
	font-size: 37px;
	width: 290px;
	height: 290px;
} 
.sen h4,.page_head .head_title h2 {
	font-size: 28px;
}
.page_head {
	height: 380px;
}
.figure_flex h3 {
	padding-bottom: 10px;
}
.sen h4 {
	margin-bottom: 15px;
}
.fot_img.sys_img {
	background-position: center;
}
.fot_masse p {
	font-size: 24px;
	line-height: 55px;
}
.masse_t {
	font-size: 34px;
	margin-bottom: 10px;
}
.fot_btn a {
	width: 426px;
}
.merit span.span_sy {
	font-size: 22px;
	margin-bottom: 12px;
}
.box_c h5 {
	font-size: 24px;
}
.h_search {
	left: 52%;
  transform: translateX(-50%);
	width: 70%;
}
.gnavi__wrap {
	top: 87px;
}
#logo.p {
	position: relative;
	top: -3px;
}
.breadcrumb {
	padding: 9.5rem 3rem 3rem 3rem;
}
.head_title {
	padding: 0 3rem;
}
.iliu_max_img {
	width: 30%;
}
.iliu_max_txt {
	width: 67%;
}
	}	

	@media (max-width: 768px) {
		/* 矢印アイコンのデザイン */
		.f_block .f_title {
			position: relative;
			padding-right: 20px;
		}
	
		.f_block .f_title::after {
			content: "▼"; /* 初期状態で下向き */
			position: absolute;
			right: 5px;
			top: 50%;
			transform: translateY(-50%);
			transition: transform 0.3s ease-in-out;
			color: #a0d2f2;
			background-image: initial;
		}
		/* 開いているときの矢印の向きを変更 */
		.f_block.open .f_title::after {
			transform: translateY(-50%) rotate(180deg);
		}
	
		/* フッター内のナビゲーションを初期は非表示 */
		footer .f_block nav {
			display: none;
		}
	
		/* タイトル部分をクリックできるようにカーソルを変更 */
		footer .f_block .f_title {
			cursor: pointer;
		}
		.page_re::after {
			width: 50px;
			height: 50px;
			left: 200px;
    	bottom: -11px;
		}
		.page_qa::after {
			width: 50px;
			height: 50px;
			left: 145px;
    	bottom: -11px;
		}
		.sta h4 {
			line-height: 24px !important;
		}
		.il_flex {
	    flex-direction: column;	
		}
		.il_txt {
			width: 100%;
		}	
		.rga_img {
			order: 2;
			width: 120px;
			margin: 0 auto;
		}
		.breadcrumb {
			display: none;
		}
		.sp_slide img {
			width: 27px;
			height: 26px;
			position: relative;
			top: -4px;
		}
		span.sp_slide {
			font-size: 14px;
			display: block;
			text-align: center;
			font-weight: bold;
			padding-top: 16px;
	}
	.slick-list {
		padding: 0px 0 15px 0 !important;
	}
	.job_list.top_icon img {
		position: relative;
		top: 4px;
	}
	.job_list.top_icon p {
		line-height: 23px !important;
}
p.list_lh {
	padding-top: 10px;
}
.pdf_btn a.coming {
	width: 90%;
}
	}
	@media only screen and (min-width: 501px) {
		.mo_logo {
			display: none!important;
		}
		.sp_br {
			display: none;
		}
	}
	
	@media only screen and (max-width: 500px) {
		.gNav {
			right: 10px;
			top: 7px;
		}
		.sp_logo {
			display: none!important;;
		}
		img.pro_img {
			width: 180px;
		}	
		.fot_btn a {
			padding: 16px 40px;
		}
		}
		@media only screen and (min-width: 2000px) {
		.job_title p {
			font-size: 20px;
			padding: 20px;
		}
		.job_content {
			margin: 20px auto;
		}
		.reason .r_img, .reason .l_img {
			height: 370px;
	}
	}
	@media only screen and (max-width: 1100px) {
		.reason .r_left .r_img, .r_img {
			top: initial;
		}
		.reason .r_left .r_img, .r_img {
			margin: 15px 0 20px 0;
		}
		.reason .r_img, .reason .l_img {
			height: initial;
	}
	.reason .r_left .r_title, .reason .r_right .r_title {
		font-size: 18px;
	}
	}
	@media only screen and (min-width: 377px) {
	.sm_br {
		display: none;
	}
}
@media only screen and (max-width: 377px) {
	.figure_flex h3.sm_ttl {
		font-size: 15px;
	}
	.reason .r_left .r_title, .reason .r_right .r_title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1230px) {
.dpc_br {
	display: none;
}
}