*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration:none;
	list-style: none;
}
body{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.section{
	padding: 50px 10px;
}
span.bold{
	font-weight: bold;
}
.default_box{
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}
h3{
	text-align: center;
	color: #06186D;
	font-size:30px;
}
.section_subttl{
	text-align: center;
}
.item_box{
	overflow: hidden;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.w100{
	/*max-width:100%!important;*/
}_
@media (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*------------------
	ヘッダーエリア
------------------*/
.head_area{
	padding: 10px 0;
}
.head_area p{
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
.head_area .imglink_box{
	display: flex;
	align-items: center;
}
.head_area a.phone{
	margin-left: auto;
}
.head_area a.logo img{
	width: 100%;
	max-width: 350px;
}
@media (max-width:767px) {
	.head_area .imglink_box{
		display: block;
		text-align: center;
	}
	.head_area .imglink_box a{
		display: inline-block;
	}
}

/*------------------
	TOPスライダー
------------------*/
.slider_area{
	width: 100%;
	position: relative;
}
.slider_area ul li img{
	width: 100%;
	height: 600px;
  	object-fit: cover;
  	object-position: 50% 50%;
}
.slider_area img.slider_ttl{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 1000px;
}

/*------------------
	メインメッセージ
------------------*/
.main_area{
	width: 100%;
	margin: 0 auto;
}
.message_area p{
	text-align: center;
}
.message_area p.ttl{
	font-size: 25px;
	color: #06186D;
	font-weight: bold;
	margin: 20px 0;
}
.message_area p.txt{
	line-height: 180%;
	margin: 20px 0;
}
.message_area a{
	display: block;
	width: 250px;
	padding: 10px;
	margin: 0 auto;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

/*------------------
	コンテンツエリア
------------------*/
.contents_area{
	background-color: #F6F6F6;
}
.contents_area ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.contents_area ul li{
	width: 50%;
	padding: 15px;
}
.contents_area ul li .listbox{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}
.contents_area ul li img,
.contents_area ul li .listbox .txt_area{
	width: 50%;
}
.contents_area ul li img{
  	object-fit: cover;
}
.contents_area ul li .listbox .txt_area{
	padding: 10px;
}
.contents_area ul li .listbox .txt_area p.ttl{
	color: #06186D;
	font-weight: bold;
}
.contents_area ul li .listbox .txt_area p.txt{
	font-size: 12px;
	margin: 10px 0;
}
.contents_area ul li .listbox .txt_area a{
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
@media (max-width:767px) {
	.contents_area ul,
	.contents_area ul li,
	.contents_area ul li .listbox,
	.contents_area ul li img, .contents_area ul li .listbox .txt_area{
		display: block;
		width: 100%;
	}
	.contents_area ul{
		padding: 0;
	}
}

/*------------------
	バナーエリア
------------------*/
.banner_area{
	background-color: #EEEEEE;
}
.banner_area ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_area ul li{
	padding: 15px;
}
.banner_area ul li a{
	overflow: hidden;
	display: block;
	border: 1px solid #FFFFFF;
}
.banner_area ul li img{
	width: 100%;
}
@media (max-width:767px) {
	.banner_area ul{
		display: block;
	}
	.banner_area ul li{
		padding: 5px 10px;
	}
}

/*------------------
	採用情報
------------------*/
.saiyou_area .section_subttl{
	font-size: 25px;
	margin-bottom: 40px;
}
.saiyou_area .item_box{
	display: flex;
	align-items: center;
	flex-direction:row-reverse;
}
.saiyou_area .item_box img,
.saiyou_area .item_box .txt_area{
	float: right;
	padding: 10px;
}
.saiyou_area .item_box img{
	width: 35%;
}
.saiyou_area .item_box .txt_area{
/*	width: 65%;*/
}
.saiyou_area .txt_area a{
	display: inline-block;
	padding: 10px 20px;
	margin: 10px auto 0;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
@media (max-width:767px) {
	.saiyou_area .item_box,
	.saiyou_area .item_box img{
		display: block;
		width: 100%;
	}

}

/*------------------
	フッターエリア
------------------*/
.footer{
	background-color: #09186E;
	overflow: hidden;
	padding: 20px;
}
.footer p{
	color: #FFFFFF;
	text-align: center;
}
ul.footer_navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
ul.footer_navi li:nth-child(n+2):before {
    content: "|";
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 0 0.5em;
}
ul.footer_navi a{
	color: #FFFFFF;
	font-size: 12px;
}
.footer p.add{
	margin: 20px 0;
}
.footer p.copylight{
	font-size: 12px;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding: 20px 0 0;
}



/*------------------
	ハンバーガーメニュー
------------------*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office
Customized by minimalgreen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: inherit;
}


/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: #F6F6F6;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	max-width: 1000px;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	line-height: 50px;
	/* PC用メニュー高さ */
	background-color: #F6F6F6;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
/*	opacity: 0.8;*/
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
/*	color: #fff;*/
	/* PC用メニューボタン文字色 */
}


/* PC非表示 */

@media screen and (min-width:1001px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}

@media screen and (min-width: 1001px) {

	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		opacity: 0;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 70px;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 50px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level {
		opacity: 1;
		transition: all .3s;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #06186d;
		/* ドロップダウンメニューの文字の背景色 */
		color: #fff;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color:#20338b;
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #fff;
		margin-left: 5px;
	}
}

/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #fff;
	/* ハンバーガーメニュー三本線の色 */
}


/* 1000px以下 */

@media screen and (max-width: 1000px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: #555;
		color: #fff;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 40px;
	}

	.drawer_menu .drawer_nav li {
		background-color: #fff;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #fff;
		/* ドロワーメニューリスト背景色 */
		color: #555;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 20px;
	}

	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	}

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
}

/*  ウィジェットタイトル */
.drawer-title {
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #555;
	/* ドロワーメニュー内タイトルライン背景色 */
	color: #fff;
}

/* フォローボタン */

.follow-buttons {
	text-align: center;
	margin-top: 0;
	width: 100%;
}

.follow-buttons a {
	display: inline-block;
	width: 60px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.follow-buttons .inner-text {
	font-size: 10px;
	display: block;
}

.follow-buttons .lg,
.content-inner-follow-buttons .fa {
	padding: 15px;
	border-radius: 5px;
	margin: 2px auto;
}

.follow-buttons .hatena {
	color: #38393C;
	background-color: transparent;
}

.follow-buttons .blogicon-hatenablog {
	background: #38393C;
	color: #ffffff;
}

.follow-buttons .blogicon-hatenablog:hover {
	background: #5F6063;
}

.follow-buttons .facebook {
	color: #305097;
	background-color: transparent;
}

.follow-buttons .blogicon-facebook {
	background: #305097;
	color: #ffffff;
}

.follow-buttons .blogicon-facebook:hover {
	background: #5A77B7;
}

.follow-buttons .twitter {
	color: #55acee;
	background-color: transparent;
}

.follow-buttons .blogicon-twitter {
	background: #55acee;
	color: #ffffff;
}

.follow-buttons .blogicon-twitter:hover {
	background: #89C7F7;
}

.follow-buttons .instagram {
	color: #D93177;
	background-color: transparent;
}

.follow-buttons .blogicon-instagram {
	background: #D93177;
	color: #ffffff;
}

.follow-buttons .blogicon-instagram:hover {
	background: #df528d;
}

.follow-buttons .feedly {
	color: #6cc655;
	background-color: transparent;
}

.follow-buttons .blogicon-rss {
	background: #6cc655;
	color: #ffffff;
}

.pc-hidden .profile-icon {
	float: none;
}



/* 基本設定 */
.contact-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  color: #333;
  font-family: sans-serif;
}
.contact-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
.section-title { text-align: center; margin-bottom: 10px; }
.section-desc { text-align: center; margin-bottom: 40px; color: #666; }

/* レイアウト */
.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-method {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  min-width: 300px;
}

/* LINEエリア */
.line-area { text-align: center; }
.line-btn {
  display: inline-block;
  background-color: #06C755;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;
  margin: 20px 0;
  font-weight: bold;
}

/* フォームエリア */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: bold; }
.required {
  background: #ff4d4d; color: #fff; font-size: 11px;
  padding: 2px 6px; border-radius: 3px; margin-left: 5px;
}
.form-group input, .form-group textarea {
  width: 100%; padding: 12px;
  border: 1px solid #ddd; border-radius: 5px;
  box-sizing: border-box;
}
.error-msg {
  color: #ff4d4d; font-size: 13px; margin-top: 5px; height: 18px;
}

/* ボタン */
.btn {
  border: none; cursor: pointer; font-size: 16px; transition: 0.3s;
}
.submit-btn {
  width: 100%; padding: 15px;
  background-color: #333; color: #fff;
  border-radius: 5px; font-weight: bold;
}
.submit-btn:hover { background-color: #555; }
.back-btn {
  width: 100%; padding: 15px;
  background-color: #ccc; color: #333;
  border-radius: 5px; font-weight: bold; margin-bottom: 10px;
}
.back-btn:hover { background-color: #bbb; }

/* 確認画面スタイル */
.confirm-list {
  background: #f4f4f4; padding: 20px;
  border-radius: 5px; margin-bottom: 20px;
}
.confirm-item {
  margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 10px;
}
.confirm-item:last-child { border-bottom: none; }
.confirm-item .label { display: block; font-size: 12px; color: #777; }
.confirm-item .value { display: block; font-weight: bold; font-size: 16px; }

/* レスポンシブ */
@media (max-width: 768px) {
  .contact-wrapper { flex-direction: column; }
}

/* 「任意」ラベルのデザイン */
.optional {
  background: #999; /* グレー */
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
}

/* LINE QRコード・IDエリア */
.line-info {
  margin: 20px 0 10px;
  text-align: center;
}

.qr-img {
  width: 120px; /* QRコードのサイズ */
  height: auto;
  border: 1px solid #eee;
  padding: 5px;
  background: #fff;
}

.line-id-text {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

/* ボタン位置の微調整 */
.line-btn {
  margin-top: 10px; /* QRコードの下になるので少し間隔調整 */
}