@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 80px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.txt_center {
	text-align: center;
}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}

	.mb10 {margin-bottom: 5px;}
.mb20 {margin-bottom: 10px;}
.mb30 {margin-bottom: 15px;}
.mb50 {margin-bottom: 25px;}
.mb100 {margin-bottom: 50px;}
}


/* header
-------------------------------------------------------*/

/* ヘッダー全体の配置 */
.header {
  display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center; /* 縦中央揃え */
  position: relative; /* 中央ロゴ配置用に必要 */
  background: #469ed0;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* メニュー（左） */
.menu_btn {
  flex: 1;
  text-align: left;
  max-width: 112px;
  cursor: pointer;
}

/* ロゴ（中央） */
.logo {
  position: absolute;
  left: 50%;
  max-width: 526px;
  transform: translateX(-50%);
}

/* お問い合わせ（右） */
.contact {
  flex: 1;
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.contact li {
	max-width: 112px;
}

/* スライド前提の初期状態 */
.menu_list {
  position: fixed;           /* ビューポート基準。ヘッダー直下に置く */
  left: 0;
  top: 0;                    /* JSで上書きする */
  height: calc(100vh - 0px); /* 上書きされる。保険として0px */
  z-index: 1000;
  transform: translateX(-110%);
  transition: transform .3s ease;
  will-change: transform, top, height;
  background: #469ed0;
  border-top: 1px solid #71bcdf;
}

/* オープン時 */
.menu_list.is-open {
  transform: translateX(0);
}

.menu_list li a {
	display: block;
	padding: 20px 40px;
	border-bottom: 1px solid #71bcdf;
	color: #fff;
	text-align: left;
	min-width: 300px;
}

.menu_list li a:hover {
	background: #71bcdf;
}


@media screen and (max-width:1100px) {
.menu_btn {
  max-width: 80px;
}
.contact li {
	max-width: 80px;
}
.logo {
  max-width: 300px;
}
}


@media screen and (max-width:768px) {
.menu_btn {
  max-width: 50px;
}
.contact li {
	max-width: 50px;
}
.logo {
  max-width: 200px;
}
}

@media screen and (max-width:500px) {
.logo {
	max-width: 180px;
  transform:none;
  left: 50px;
}
.menu_list li a {
	padding: 20px 30px;
	min-width: 250px;
}
}


/* visual
-------------------------------------------------------*/

.visual_slider .sp {
	display: none;
}

.visual_slider .pc {
	display: block;
}

.visual_slider  li {
	position: relative;
}

.visual_slider_contact {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 0;
	z-index: 3;
}

.visual_slider_contact_inner {
	padding: 30px;
}

.visual_slider_contact01 {
	max-width: 760px;
	margin-bottom: 10px;
}

.visual_slider_contact02 {
	max-width: 790px;
	margin-bottom: 10px;
	margin-left: -2%;
}

.visual_slider_contact03 {
	max-width: 760px;
}

@media screen and (max-width:1680px) {
	.visual_slider_contact_inner {
	padding: 15px;
}
.visual_slider_contact01 {
	max-width: 100%;
	margin-bottom: 0px;
}
.visual_slider_contact02 {
	max-width: 100%;
	margin-bottom: 0px;
	margin-left: 0;
}
.visual_slider_contact03 {
	max-width: 100%;
	margin-bottom: 0px;
}
}

@media screen and (max-width:768px) {
.visual_slider .sp {
	display: block;
}
.visual_slider .pc {
	display: none;
}

.visual_slider_contact {
	width: 100%;
	left: 0;
	top: 10%;
}
.visual_slider_contact01 {
	margin-bottom: 10px;
}
.visual_slider_contact02 {
	margin-bottom: 10px;
}
.visual_slider_contact03 {
	margin-bottom: 0px;
}
}

/* intro
-------------------------------------------------------*/

.ttl01 {
	font-size: 5rem;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}

.sign {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.sign img {
	max-width:452px;
}

@media screen and (max-width:768px) {

	.ttl01  {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.sign img {
		max-width: 200px;
	}

}

/* news
-------------------------------------------------------*/

.ttl01_sub {
	display: block;
	font-family: "Oswald", sans-serif;
	color: #469ed0;
	font-size: 2rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0;
}

.bg_blue {
	background: #eff9fd;
}

.news_wrap dl {
	display: flex;
}

.news_wrap dl dt {
	font-family: "Oswald", sans-serif;
	color: #469ed0;
	font-weight: 400;
	width: 130px;
	
}

.news_wrap dl dd {
flex: 1;
}

.news_wrap li a {
	display: block;
	border-bottom: 1px solid #959595;
	padding: 20px 20px 20px 0;
	position: relative;
}

.news_wrap li a::after {
	content: "";
	position: absolute;
	background: url(../img/arrow.png) no-repeat;
	background-size: 100%;
	width: 8px;
	height: 15px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);

}

@media screen and (max-width:768px) {
	.ttl01_sub {
	font-size: 1.2rem;
}
.news_wrap dl {
	display: block;
}
.news_wrap dl dt {
	width: 100%;
}
.news_wrap li a::after {
	right: 5px;
}
}



/* info
-------------------------------------------------------*/

.info_box {
	margin-bottom: 80px;
}

.ttl02 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 20px;
}

.ttl02 span {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 3;
}

.ttl02::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
}

.info_box dl {
	display: flex;
	justify-content: space-between;
}

.info_box_wrap .info_box:nth-child(even) dl {
	flex-direction: row-reverse;
}

.info_box dl dt {
	width: 48%;
}
.info_box dl dd {
	width: 48%;
}

.btn01 {
	margin-top: 60px;
}

.btn01 a {
	display: block;
	background: #469ED0;
background: linear-gradient(90deg, rgba(70, 158, 208, 1) 0%, rgba(25, 91, 128, 1) 100%);
border-radius: 12px;
color: #fff;
font-weight: 700;
text-align: center;
max-width: 760px;
margin: 0 auto;
padding: 20px;
font-size: 2.5rem;
position: relative;

}

.btn01 a::after {
	content: "";
	position: absolute;
	background: url(../img/arrow_w.png) no-repeat;
	background-size: 100%;
	width:13px;
	height: 22px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.btn01 a.a_link::after {
	background: url(../img/link.png) no-repeat;
	background-size: 100%;
	width:21px;
	height: 21px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}


@media screen and (max-width:768px) {
	.info_box {
	margin-bottom: 40px;
}

.info_box dl {
	display: block;
}

.info_box dl dt {
	width: 100%;
	margin-bottom: 20px;
}
.info_box dl dd {
	width: 100%;
}

.ttl02 {
	font-size: 2rem;
	margin-bottom: 0;
}

.btn01 {
	margin-top: 20px;
}

.btn01 a {
	font-size: 1.5rem;
	padding: 15px;
	border-radius: 8px;
	line-height: 1.2;
}

.btn01 a::after {
	width:8px;
	height: 17px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.btn01 a.a_link::after {
	width:15px;
	height: 15px;
	right: 15px;
}



}


/* recruit
-------------------------------------------------------*/
.ttl02.col_blue {
	color: #469ed0;
}
.ttl02.col_blue::before {
  background: linear-gradient(90deg, rgba(70, 158, 208, 1) 0%, rgba(25, 91, 128, 1) 100%);
  width: 100%;
  height: 4px;
}
.table_recruit {
	width: 100%;
}
.table_recruit {
	border-top: 1px solid #959595;
}
.table_recruit tr {
	border-bottom: 1px solid #959595;
}
.table_recruit tr th {
	background: #195a80;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 30px 10px;
	width: 230px;
}
.table_recruit tr td {
	padding: 30px;
}
.table_recruit tr:nth-child(2n) td {
	background: #eff9fd;
}
@media screen and (max-width:768px) {
	.ttl02.col_blue {
		margin-bottom: 10px;
	}
	.table_recruit tr th {
		padding: 20px 10px;
		width: 90px;
	}
	.table_recruit tr td {
		padding: 20px;
	}
}

/* contact
-------------------------------------------------------*/
.contact_box {
	padding: 50px 20px;
	text-align: center;
}
.contact_box .ttl {
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.contact_box .tel a {
	color: #195a80;
	font-size: 5.6rem;
	letter-spacing: 0.025em;
	font-family: "Oswald", sans-serif;
	position: relative;
	padding-left: 40px;
}
.contact_box .tel a::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/tel.png)no-repeat left center/30px 46px;
	width: 30px;
	height: 46px;
	left: 0;
	top: 22px;
}
.contact_box .txt {
	letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
	.contact_box {
		padding: 30px 20px;
	}
	.contact_box .ttl {
		font-size: 1.8rem;
	}
	.contact_box .tel a {
		font-size: 3.6rem;
		padding-left: 30px;
	}
	.contact_box .tel a::before {
		background: url(../img/tel.png)no-repeat left center/20px 36px;
		width: 20px;
		height: 36px;
		left: 0;
		top: 10px;
	}
}

/* company
-------------------------------------------------------*/
.table_company {
	width: 100%;
}
.table_company tr {
	border-bottom: 1px solid #959595;
}
.table_company th {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 200px;
	text-align: left;
	padding: 20px 0;
}
.table_company td {
	padding: 20px 0;
}
.table_company td span {
	width: 250px;
	display: inline-block;
}
@media screen and (max-width:768px) {
	.table_company th {
		font-size: 1.4rem;
		min-width: 90px;
	}
}

/* access
-------------------------------------------------------*/
.access_map iframe {
	height: 500px;
}
@media screen and (max-width:768px) {
.access_map iframe {
	height: 300px;
}
}

/* lower common
-------------------------------------------------------*/
.lower_visual .ttl01 {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {

}

/* contact_form
-------------------------------------------------------*/
#contact_form .red {
	color: #ff0000;
}
#contact_form .mb50 a {
	color: #469ed0;
	text-decoration: underline;
}
#contact_form .inner {
	max-width: 800px;
}
#contact_form .lower_visual {
	background: url(../img/visual_contact.png)no-repeat center/cover;
}
#contact_cont .table_temp {
	width: 100%;
}
#contact_cont.contact_after .inner {
	padding: 0;
}
#contact_cont tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #959595;
}
#contact_cont tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact_cont tr th {
	width: 250px;
	text-align: left;
}
#contact_cont tr th.top {
	vertical-align: top;
	padding-top: 30px;
}
#contact_cont tr th b {
	display: block;
	position: relative;
	font-weight: 700;
}
#contact_cont tr.hissu th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	width: 34px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "必須";
	background: #f00;
}
#contact_cont tr td .postcode {
	width: 250px;
	margin-left: 10px;
}
#contact_cont tr td .mb10 {
	margin-bottom: 10px!important;
}
#contact_cont.contact_after tr {
	border-bottom: 1px solid #959595;
}
#contact_cont.contact_after tr:first-child {
	border-top: 1px solid #959595;
	margin: 30px 0 0;
}
#contact_cont.contact_after tr th {
	font-weight: 700;
}
#contact_cont.contact_after tr td {
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact_cont input[type="text"],
#contact_cont select,
#contact_cont textarea {
	width: 100%;
}
#contact_cont input[type="text"],
#contact_cont select {
	height: 50px;
	background: #fff;
}
#contact_cont textarea {
	min-height: 200px;
	resize: vertical;
}
#contact_cont .radio_area label,
#contact_cont .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact_cont .txt_form {
	text-align: center;
	line-height: 1.6;
}
#contact_cont .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact_cont .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact_cont .form_btn01,
#contact_cont .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	max-width: 760px;
	border: none;
	border-radius: 12px;
	padding: 20px;
	margin: 50px auto 0;
	box-sizing: border-box;
	font-size: 2.5rem;
	color: #fff;
    text-align: center;
	font-weight: 700;
}
#contact_cont .form_btn01 {
	background: linear-gradient(90deg, rgba(70, 158, 208, 1) 0%, rgba(25, 91, 128, 1) 100%);;
}
#contact_cont .form_btn02 {
	background: #333;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#contact_cont .txt_head {
		font-size: 100%;
	}
	#contact_cont.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact_cont tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact_cont tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact_cont tr td {
		padding-top: 0;
	}
	#contact_cont tr th.top {
		padding-top: 15px;
	}
	#contact_cont input[type="text"],
	#contact_cont select {
		height: 40px;
		font-size: 1.4rem;
	}
	#contact_cont tr.hissu th b::after,
	#contact_cont tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact_cont .radio_area label,
	#contact_cont .check_area label {
		display: flex;
		align-items: center;
	}
	#contact_cont .form_btn {
		flex-flow: column;
	}
	#contact_cont .form_btn01,
	#contact_cont .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
		padding: 0;
	}
}


/* recruit_form
-------------------------------------------------------*/
#contact_form .lower_visual.recruit {
	background: url(../img/visual_recruit.png)no-repeat center/cover;
}
@media screen and (max-width:768px) {

}


/* news_list
-------------------------------------------------------*/
#news_list .lower_visual {
	background: url(../img/visual_news.png)no-repeat center/cover;
}
.list_news li {
	border-bottom: 1px solid #959595;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.list_news li .date {
	color: #469ed0;
}
.list_news li .ttl {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 20px;
}
.pager {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-top: 50px;
}
.pager li {
	margin: 0 10px;
}
.pager li a {
	color: #959595;
	border: 1px solid #959595;
	display: block;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pager li.on a {
	background:#469ed0;
	border: none;
	color: #fff;
}
.pager li a:hover {
	background:#469ed0;
	border: none;
	color: #fff;
	opacity: 1;
}
@media screen and (max-width:768px) {
	.list_news li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.list_news li .ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.pager {
		font-size: 1.4rem;
		margin-top: 30px;
	}
	.pager li {
		margin: 0 5px;
	}
	.pager li a {
		width: 30px;
		height: 30px;
	}
}



/* footer
-------------------------------------------------------*/
#footer {
	background: #195a80;
	color: #fff;
	line-height: 1;
}
#footer .ttl {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#footer .txt {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#footer .copy {
	text-align: right;
	font-size: 1.2rem;
	color: #68b6dc;
	letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
	#footer .ttl {
		font-size: 2.2rem;
	}
	#footer .txt {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	#footer .copy {
		font-size: 1rem;
	}
}


/* ページ内リンク　高さ調整
-------------------------------------------------------*/
:root {
	--header-h: 0px;
}
#header {
	position: fixed;
	inset: 0 0 auto 0;
	width: 100%;
}
main {
	margin-top: var(--header-h);
}
html { 
	scroll-padding-top: var(--header-h);
	scroll-behavior: smooth;
}
