@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}
.kv img {
	width: 100%;
}
/* ============================================
  共通
============================================ */
.pcObj{
	display: block;
}
.spObj{
	display: none;
}
#pankuz{
	display: flex;
	max-width: 1300px;
	margin: 10px auto;
	padding: 0 50px;
}

#pankuz li{
	font-size:1.4rem;
	padding-right: 10px;
}

#pankuz li a{
	margin-right: 10px;
}

#pankuz li:after{
	content:'>';
}

#pankuz li:last-child:after{
	content:'';
}
@media (min-width: 415px) and (max-width: 1500px) {
	#pankuz li{
		font-size: 1vw;
	}
}
@media (max-width: 414px) {
	.spObj{
		display: block;
	}
	.pcObj{
		display: none;
	}
	#pankuz{
	padding: 0 10px;
	}
	#pankuz li{
		font-size: 1.3rem;
	}
}


/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
}



@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 55px;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .heading {
    font-size: 4.8vw;
  }

  .heading > span {
    font-size: 1.2vw;
    margin: 0.8vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .heading {
    font-size: 3.6rem;
    height: auto;
	margin: 30px 0 20px;
  }

  .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}

/* ============================================
case用
============================================ */
.contents p{
	max-width: 1300px;
	padding: 50px;
	margin: 0 auto;
	background-color: #eef7fc;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}

.contents p span{
	display: block;
}
.contents p span a{
	text-decoration: underline;
}
/*-----------------------------------*/
.contents table{
	max-width: 1100px;
	margin: 0 auto 100px;
	line-height: 1.8;
	font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
}
.contents table tr{
	border-bottom: 1px solid #333333;
}
.contents table th{
	width: 20%;
	border-bottom: 1px solid #333333;
}
.contents table td{
	width: 80%;
}
.contents table th,.contents table td{
	padding: 30px 20px;
	text-align: left;
}
.contents table td strong{
	display: block;
	font-weight: bold;
	color: #edb335;
}



.form_wrapper{
	background-color: #eef6fc;
	padding: 1px 0;
}

.form_wrapper_inn{
	max-width: 1000px;
	margin: 20px auto;
}
.form_wrapper .form_type01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}
.form_type01 .form_text{
	font-size: 14px;
    font-weight: 400;
    height: 48px;
    padding: 0 12px;
    letter-spacing: .1em;
	border: 1px solid #152266;
    background: #ffffff;
	border-radius: 5px;
	margin: 20px 0;
	width: 100%;
}
.form_type01 .form_textArea{
	font-size: 14px;
    font-weight: 400;
    height: 200px;
    padding: 0 12px;
    letter-spacing: .1em;
	border: 1px solid #152266;
    background: #ffffff;
	border-radius: 5px;
	margin: 20px 0;
	width: 100%;
}
.form_type01.add dd{
	position: relative;
}
.form_type01.add dd::after{
	content: "〒";
	position: absolute;
	top: 30px;
	left: -40px;
	font-size: 1.4rem;
}
.form_type01 > dt{
	font-weight: bold;
    line-height: 40px;
    position: relative;
    display: inline-block;
	width: 30%;
    padding-left: 56px;
    vertical-align: top;
    letter-spacing: .06em;
	color: #555555;
	font-size: 1.4rem;
}
.form_type01 > dt strong{
	color: #ff3f3f;
}
.form_type01 > dd{
	width: 70%;
}
.form_type01 span{
	font-size:  1.4rem;
	font-weight: normal;
	margin-right: 20px;
}

.form_type01 .fileList01 {
	display: flex;
	align-items:center;
}

.form_type01 .fileList01 + .fileList01 {
	margin-top: 10px;
}

.form_type01 .fileList01 > dt {
	width: 6.5em;
}

.form_type01 > dd.select_box {
	overflow: hidden;
	text-align: center;
	width: 38%;
    margin-right: 32%;
	border-radius: 5px;
	position: relative;
	border: 1px solid #152266;
	background: #ffffff;
}
.select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	font-size: 14px;
	text-indent: 0.01px;
	height: 48px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

}
.select_box select::-ms-expand {
    display: none;
}

.select_box::before {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px;
    content: '';
    /* border-left: 1px solid #bbbbbb; */
    background-color: #152266;
pointer-events: none;
}
.select_box:after {

    position: absolute;
    top: 1.5em;
    right: 1.2em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #ffffff;
    pointer-events: none;
}
.select_box select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.info_text{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 60px;
}
input[type=submit] {
	color: #152266;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    max-width: 400px;
    height: 50px;
    padding: 0 100px;
    letter-spacing: .1em;
    border: 2px solid #152266;
	border-radius: 100px;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    margin: 80px auto 100px;
	display: block;
}


/*@media (min-width: 415px) and (max-width: 1500px) {*/
@media (max-width: 1500px) {
	.contents p{
		font-size: 1.3vw;
	}
	.contents table{
		max-width: 1100px;
		width: 90%;
		/*font-size: 1.1vw;*/
	}
	.form_wrapper dt,.form_wrapper dd,.form_type01 .form_text,.form_type01 .form_textArea{
		/*font-size: 1.1vw;*/
	}
}

@media (max-width: 414px) {
	.contents p{
		font-size: 1.5rem;
		margin: 20px;
		padding: 20px;
	}
	.contents .wp-block-table table{
		width: 95%;
	}
	.contents table th, .contents table td {
		padding: 20px 5px;
		text-align: left;
	}
	.form_wrapper .form_type01{
		display: block;
		width: 95%;
		margin: 20px auto;
	}
	.form_type01 > dt{
		width: 100%;
		padding-left: 0;
	}
	.form_type01 > dd {
		width: 100%;
	}

	.form_type01 .fileList01 {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.form_type01 .form_text,.form_type01 .form_textArea{
		width: 100%;
		margin: 10px 0;
	}
	.info_text{
		margin: 0 20px 60px;
		text-align: left;
	}

}

/*-------臨時対応--------*/
.snsList {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    opacity: 0;
    pointer-events: none;
}

/*-------20200512追加--------*/

.consent-box{
  text-align: center;
  margin: -40px 0;
}
.mwform-checkbox-field-text{
  display: inline-block !important;
}

.mwform-checkbox-field-text a{
  text-decoration: underline;
  color: #32baf3;
}




.t_table th,
.t_table td {border: none !important;}

/*20231109追記*/

p.read-w1100{
	max-width: 1100px;
	margin: -50px auto 100px;
	font-size: 1.4rem;
}

@media (max-width: 414px) {
	p.read-w1100{
		font-size: 1.3rem;
		padding: 0 20px;
		margin: 0px auto 50px;
	}
}

.contents {
	overflow: visible;
  }

  .contents p{
	background: none;
  }

  .contents h2 {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    color: #152267;
    font-size: 4rem;
    line-height: 1;
    width: 100%;
    /*max-width: 1200px;
    max-height: 255px;
    padding-left: 60px;
    position: relative;*/

	/*下記20231114追記*/
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}


.contents h2 > span {
    color: #3e7fa7;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

@media (min-width: 415px) and (max-width: 1500px){

  .contents h2 {
    font-size: 2.6vw;
    padding-left: 4.2vw;
    
}
    .contents h2 > span {
      font-size: 1vw;
    }
}

@media (max-width: 414px){
  .contents h2 {
      font-size: 3rem;
      /*padding-left:40px;*/
  }
}

.job-openings_btn-wrapper{
	margin: 0 auto 50px;
    max-width: 800px;
    width: 100%;
}

.job-openings_btn-wrapper .btn-arrow01{
	font-size: 1.6rem;
	max-width: 303px;
	width: 20.2vw;
	max-height: 60px;
	height: 4vw;
	width: 300px;
	height: 60px;
}

.job-openings_btn-wrapper > div{
	display: flex;
    justify-content: center;
}

@media (max-width: 768px){
	.job-openings_btn-wrapper .btn-arrow01{
		font-size: 1.4rem;
		max-width: unset;
		width: calc(210 / 414 * 100vw);
		max-height: unset;
		height: calc(45 / 414 * 100vw);
		margin: calc(30 / 414 * 100vw) auto 0;
	}
}

.txtyellow{
	color: yellow;
}

.fw800{
	font-weight: 800;
}
