@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
.container {
	width: 100%;
}
.content h2 .en {
	font-size: 133%;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
}
.content h2 .en:first-letter{
	color:#0096e0;
}
.content h2 .ja {
	display: block;
	font-size: 60%;
	font-weight: normal;
	margin: 0;
}
.content h3 {
	font-size: 112%;
	color: #000;
}
.content h4 {
	font-size: 112%;
	color: #000;
	margin-top: 30px;
}
.inner {
	width: 1100px;
	margin: auto;
}

/* ---- keyvisual ---- */
.keyvisual {
	width: 100%;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 650px;
	overflow: hidden;
}
.keyvisual > div {
	width: 50%;
}
.keyvisual .img {
	overflow: hidden;
}
.keyvisual .img img.text {
	position: absolute;
    top: 79px;
    left: 48px;
}
.keyvisual .img img.bg {
	min-width: 100%;
	min-height: 100%;
}

.flow-toggle {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px #fff solid;
	padding: 10px 20px;
  }
  .flow-toggle.mb20{
	margin-bottom: 20px;
 }
  .toggle-icon {
	font-size: 1.5rem;
	margin-left: 1rem;
	transition: transform 0.3s ease;
  }

  .flow-content {
	margin-top:0px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	background-color: #fff;
	/* padding: 30px; */
  }

  .flow-content.open {
	max-height: 1000px; /* 十分に大きい値を設定 */
	opacity: 1;
	margin-top:30px;
  }
  .flow-content .flow_inner{
	padding: 30px 25px;
  }

  /* オプション：開いてる時に＋を回転させる */
  .flow-toggle.open .toggle-icon {

  }
  .content .flow-toggle h3{
	margin: 0px 0 0!important;
  }
  .content .flow-toggle::after{
	display: none!important;
  }
  .btn a.wide{
	width: 360px;
  }



@media screen and (max-width:1300px) {
	.keyvisual .img img.bg {
		height: 590px;
	}
	.sp-pd{
		padding: 0 20px;
	  }
}
.keyvisual .number {
	position: absolute;
	right: 30px;
	bottom:30px;
	text-align: right;
	font-size: 12px;
	z-index: 3;
}
.keyvisual  .text {
	padding-left: 30px;
}
.keyvisual h1 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-top: 60px;
	letter-spacing: 1px;
}
.keyvisual h1 img {
	display: block;
	margin: 15px auto;
}
.keyvisual .label {
	margin-top: 30px;
}
.keyvisual .label p {
	font-weight: bold;
	border: 1px solid #000;
	width: 300px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto 0;
}
.keyvisual .link-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}
.keyvisual .link-box a {
	margin: 0 20px;
	width: 230px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #1596d5;
	background-color: #1596d5;
	position: relative;
	padding-right: 20px;
	transition: 0.3s;
	font-size: 112%;
}
.keyvisual .link-box a:hover {
	background-color: #fff;
	color: #1596d5;
	transition: 0.3s;
}
.keyvisual .link-box a::after {
	display: block;
	content: "";
	width: 9px;
	height: 6px;
	background-image: url('../../images/icon_arrow01.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	transition: 0.3s;
}
.keyvisual .link-box a:hover::after {
	background-image: url('../../images/icon_arrow03.png');
	transition: 0.3s;
}
/* ---- job-box ---- */
.job-box {
	margin: 70px auto 0;
	max-width: 1300px;
}
.job-box h2 {
	padding-top: 40px;
}
#human.job-box h2 {
	margin-top: 90px;
}
.job-box .large {
	font-size: 112%;
}
.job-box .ttl-box {
	position: relative;
	margin-bottom: 50px;
}
.job-box .ttl-box .box {
	width: 51%;
	background-color: #fff;
	padding: 50px 50px 0 0;
	margin-top: -10px;
    min-height: 345px;
}
.job-box .ttl-box .box p {
	margin-top: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.job-box .ttl-box .box li {
	letter-spacing: 2px;
}
.job-box .ttl-box .box .large {
	font-size: 112%;
	margin-top: 0;
}
#human.job-box .ttl-box .box .large {
	line-height: 2.5;
}
.job-box .ttl-box .bg {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}
.job-box .mt {
	margin-top: 55px;
	letter-spacing: 1px;
}
/* ---- b-box ---- */
.b-box {
	background-color: #f0f9fe;
	padding: 40px 50px 50px;
	margin-top: 50px;
	position: relative;
}
.b-box.__deep {
	background-color: #c5e1f0!important;
}
.b-box > h3 {
	margin-top: 0;
}
.b-box > h3 + p, .b-box > h3 + p + ul {
	margin-top: 15px;
}
.b-box .right {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.b-box.f-box.sbw.aic {
	padding: 30px 50px;
}
.b-box .list li {
	margin-bottom: 0;
	line-height: 2;
}
.b-box .bold.center {
	letter-spacing: 1px;
	margin-bottom: -10px;
}
/* ---- w-box ---- */
.w-box {
	padding: 20px 30px;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}
.w-box p {
	width: 300px;
	margin: 0;
}
.w-box ul {
	width: 620px;
	margin: 0;
}
/* ---- f-box ---- */
.f-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sbw {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sbw::after {
	display: none;
}
.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrp {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f-box.sbw.aic p, .f-box.sbw.aic ul {
	margin-top: 0;
}
.f-box.col3 .item{
	width: 30%;
	margin-top: 20px;
	border-left: 1px dotted #ddd;
	padding-left: 50px;
}
.f-box.col3 .item:first-of-type {
	padding-left: 0;
	border: none;
}
.f-box.col3 .item p {
	margin-top: 0;
}
.f-box.col3 .item ul {
	margin-top: 10px;
}
.f-box.col3 .item ul li {
	font-size: 94%;
	margin-bottom: 0;
}
.f-box.col3 .item.wide{
	width: 40%;
}
.f-box.col3 .item.wide ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.f-box.col3 .item.wide ul li {
	width: 50%;
}
.f-box.col3 .item.wide ul li:last-child {
	width: 100%;
}
.f-box.col3 .item.wide ul li span {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* ---- g-box  ---- */
.g-box {
	background-color: #fafafa;
	margin-top: 50px;
}
.g-box .box-inner {
	padding: 50px;
}
.g-box .box-inner > h3 {
	margin-top: 0;
}
.g-box h3 {
	padding-left: 22px;
	position: relative;
}
.g-box h3::before {
	display: block;
	content: "";
	width: 5px;
	height: 17px;
	background-color: #1696d4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.g-box h4 + .list {
	margin-top: 20px
}
.g-box .border {
	border-bottom: 1px solid #ddd;
}
.g-box .f-box.col2 li {
	width: 50%;
	font-size: 94%;
	margin-bottom: 0;
	line-height: 2;
}
.g-box .f-box.col3::after {
	display: block;
	content: "";
	width: 33%;
}
.g-box .f-box.col3 li {
	width: 33%;
	font-size: 94%;
	margin-bottom: 0;
	line-height: 2;
}
.g-box .small {
	font-size: 94%;
	margin-top: 20px;
}
/* ---- flow01 ---- */
.flow01 {
	margin-top: 25px;
}
.flow01 > li {
	background-color: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	text-indent: inherit;
	padding-left: inherit;
	margin-bottom: 10px;
	position: relative;
}
.flow01 > li:before {
	counter-increment: number;
	content: counter(number);
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #1596d5;
	font-size: 112%;
	margin: 0 25px;
	text-align: center;
}
.flow01 > li::after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
    left: 36px;
    margin-left: -10px;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.flow01 > li:last-child::after {
	display: none;
}
.flow01 .list {
	counter-reset:number;
	width: 100%;
}
.flow01 .list li {
	text-indent: inherit;
	padding-left: 18px;
}
.flow01 p {
	line-height: 1.8;
}
.flow01 .ttl {
	font-weight: bold;
	width: 270px;
}
/* .flow01 p, .flow01 ul {
	width: 620px;
} */
/* ---- flow02 ---- */
.flow02 {
	margin-top: 15px;
}
.flow02 > li {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-indent: inherit;
	padding-left: 50px;
	margin-bottom: 1px;
	position: relative;
	height: 50px;
	margin-left: 25px;
}
.flow02 > li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: number;
	content: counter(number);
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	font-size: 112%;
	margin: 0 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: #1596d5;
}
.flow02 > li:nth-child(even)::before {
	background-color: #6bc9f3;
}
.flow02 > li::after {
	display: block;
	content: "";
	position: absolute;
    bottom: -22px;
    left: 0px;
    margin-left: -18px;
    border: 10px solid transparent;
    border-top: 20px solid #1596d5;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    z-index: 2;
}
.flow02 > li:nth-child(even)::after {
	border-top: 20px solid #6bc9f3;
}
.flow02 > li:last-child::after {
	display: none;
}
.flow02 .ttl {
	font-weight: bold;
	margin-right: 20px;
}
/* ---- btn ---- */
.btn {
	text-align: center;
}
.btn a {
	width: 250px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px auto;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
.btn a:hover {
	background-color: #000;
	color: #fff;
	transition: 0.3s;
}
.btn a::after {
	display: block;
	content: "";
	width: 9px;
	height: 6px;
	background-image: url('../../images/icon_arrow02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	transition: 0.3s;
}
.btn a:hover:after {
	background-image: url('../../images/icon_arrow01.png');
	transition: 0.3s;
}
/* ---- access-area ---- */
.access-area {
	margin-top: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.access-area h2 {
	width: 270px;
	margin-top: 0;
}
.access-area .text {
	width: 360px;
}
.access-area .text p {
	margin-top: 0;
	line-height: 2.5;
}
.access-area .map {
	width: 470px;
	height: 250px;
}
.access-area .map iframe {
	width: 100%;
	height: 100%;
}
/* ---- recruit-area ---- */

.news-box{
	margin: 70px auto 0;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit-area {
	margin-top: 45px;
	width: 45%;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
.recruit-area h2 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
.recruit-area h2.recruit-job{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;    /* Safari etc. */
	-ms-align-items    : flex-end;    /* IE10        */
	align-items        : flex-end;
	flex-wrap: wrap;
}
.recruit-area h2.recruit-job .recruit-number{
	font-size: .78rem;
	font-weight: 300;
}

.recruit-list {
	width: 100%;
}
.recruit-list ul{
	border-bottom:1px solid #ccc;
	width: 100%;
	margin:0;
}
.recruit-list ul li{
	border-top:1px solid #ccc;
}
.recruit-list ul li a{
	display:block;
	padding:20px 30px;
	text-decoration: none;
}
.recruit-list ul li a:link,
.recruit-list ul li a:visited{
	color:#000;
}
.recruit-list ul li a:hover,
.recruit-list ul li a:active{
	color:#0096e0;
}
.recruit-list ul li dl{
	display:flex;
	margin:0;
}
.recruit-list ul li dl dd{
	margin:0;
}
.recruit-list ul li dl dt{
	width:110px;
	flex-shrink:0;
	margin:0 20px 0 0;
}
.recruit-list ul li dl dt .cat{
	background:#0096e0;
	color:#fff;
	width:100%;
	height:35px;
	padding:0 20px;
	text-align: center;
	display: block;
}
.recruit-list ul li a:hover dl dd.cat,
.recruit-list ul li a:active dl dd.cat{
	opacity:0.6;
}
.recruit-list ul li dl dd .day{
	flex-shrink:0;
	font-family: 'Barlow', sans-serif;
	letter-spacing:0.1em;
	margin:0 20px 0 0;
	width: 100px;
}
.recruit-list .more{
	font-family: 'Barlow', sans-serif;
	text-align:center;
	letter-spacing:0.1em;
	line-height:1;
	margin-top:47px;
}
.recruit-list .more a{
	border-bottom:3px solid #0096e0;
	display:inline-block;
	padding:0 22px 17px;
	text-decoration: none;
}
.recruit-list .more a:link,
.recruit-list .more a:visited{
	color:#0096e0;
  opacity:1;
  transition:opacity 0.2s ease;
}
.recruit-list .more a:hover,
.recruit-list .more a:active{
	color:#0096e0;
  opacity:0.5;
}
/* ---- wide-img ---- */
p.wide-img {
	margin-top: 150px;
}
.wide-img img {
	width: 100%;
}
/* ---- form-area ---- */
.form-area {
	padding-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-area h2 {
	width: 270px;
	margin-top: 0;
}
.form-area .form-box {
	width: 850px;
}
.form-area .form-box table {
	margin-top: 0;
}
.form-area .form-box table th {
	font-weight: bold;
	background: none;
	position: relative;
	width: 30%;
}
.form-area .form-box table td {
	background: none;
	width: 70%;
}
.form-area .form-box input[type=text], .form-area .form-box input[type=email], .form-area .form-box input[type=tel], .form-area .form-box textarea {
    border: 1px solid #bbb;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    max-width: 550px;
}
.form-area .form-box input.short {
	width: 90px;
	margin-right: 10px;
}
th::before {
    content: "任意";
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 20px;
    line-height: 20px;
	border-radius: 20px;
    margin: 4px 0 0;
    background: #aaa;
    position: absolute;
	top: 17px;
	right: 10px;
	margin: auto;
}
th.required:before {
    content: "必須";
    background: #1696d4;
}
label ~ label {
  margin-left: 15px;
}
input[type=radio] {
  margin-right: 8px;
}
/* ラジオボタン */
.radio-btns input[type=radio] {
  display: none;
}
.radio-btns label {
  position: relative;
  padding-left: 25px;
  margin: 0 50px 0 0;
}
.radio-btns input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.radio-btns input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .3s;
}
.radio-btns input[type=radio]:checked + label::after {
 opacity: 1;
}
.agreement p {
	text-align: center;
}
.agreement .gray {
	background-color: #eee;
	padding: 10px;
}
.agreement a {
	color: #000;
}
.content p.send-msg {
	margin-bottom: 40px;
	padding-left: 28px;
}
/* --- エラー -- */
.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 25px;
	background: url(../images/icon_information.png) no-repeat 0 0.2em;
	margin: 5px 0;
}
.content table table p.error {
	font-size: 91%;
}
.content span.error {
	display:inline-block;
}
input.error,
textarea.error {
	border: 1px solid #ee9899;
}
/* button */

.btn-area {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
button {
    margin: 0 20px;
    width: 300px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1596d5;
    background-color: #1596d5;
    position: relative;
    transition: 0.3s;
}
button::after {
    display: block;
    content: "";
    width: 9px;
    height: 6px;
    background-image: url('../../images/icon_arrow01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transition: 0.3s;
	transform: rotate(-90deg);
}
button.btn-02 {
	background:#fff;
    border: 1px solid #333;
    background-color: #333;
	color:#fff;
}
button.btn-02::after {
    background-image: url('../../images/icon_arrow01.png');
    right: inherit;
	left: 30px;
	transform: rotate(90deg);
}
button:hover,button:active {
	background-color: #fff;
	color:#1596d5;
}
button:hover::after,button:active::after {
    background-image: url('../../images/icon_arrow03.png');
}
button.btn-02:hover,button.btn-02:active {
	background-color: #fff;
	color:#333;
}
button.btn-02:hover::after,button.btn-02:active::after {
    background-image: url('../../images/icon_arrow02.png');
}

/* ie */
_:-ms-input-placeholder, :root .keyvisual .label p,
_:-ms-input-placeholder, :root .keyvisual .link-box a,
_:-ms-input-placeholder, :root .btn a {
	padding-top: 7px;
}
_:-ms-input-placeholder, :root th.required:before {
	padding-top: 3px;
}

.pc-left{
	margin-left: 50px!important;
  }
.line-blue{
	border: 2px #1596d5 solid!important;
}