@charset "utf-8";
#recruit_detail h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #0064A8;
}
@media screen and (max-width: 768px) {
  #recruit_detail h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}
/***************
naiyou
***************/
#naiyou {
	margin: 50px 0 120px;
}
#naiyou .left-area {
	width: 52.91%;
}
#naiyou .left-area h3 {
	font-size: 39px;
	font-size: 3.9rem;
	margin-bottom: 55px;
	letter-spacing: 0.1rem;
	font-weight: 500;
	line-height: 62px;
	color: #009AC1;
}
#naiyou .left-area h3 span {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 10px;
	font-weight: 500;
	color: #202020;
	position: relative;
	    padding-left: 2em;
    text-indent: -1em;
	display: block;
}
#naiyou .left-area h3 span::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: -moz-linear-gradient(65deg, #36C98B, #00A9D4); 
background: -webkit-linear-gradient(65deg, #36C98B, #00A9D4); 
background: linear-gradient(25deg, #36C98B, #00A9D4); 
	position: absolute;
    top: 43%;
    left: 6px;
	transform: translateX(-50%);
}
#naiyou .left-area p {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 34px;
	font-family: "Noto Sans JP", sans-serif;
}
#naiyou .left-area p:nth-child(2) {
	margin-bottom: 30px;
}
#naiyou .right-area {
	width: 41.25%;
}
@media screen and (max-width: 768px) {
	#naiyou {
    margin: 50px 0 80px;
}
	#naiyou .left-area {
    width: 100%;
}
	#naiyou .left-area h3 {
            font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 38px;
        line-height: 53px;
	}
	#naiyou .left-area h3 span {
    font-size: 17px;
		font-size: 1.7rem;
}
	#naiyou .right-area {
    width: 100%;
    margin-top: 20px;
}
}
/***************
fukuri
***************/
#fukuri {
	margin: 120px 0 110px;
	border-top: 1px solid #D4D4D4;
	padding-top: 90px;
	
}
#fukuri h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
	font-weight: 500;
	text-align: center;
	color: #009AC1;
	letter-spacing: 0.1rem;
}
#recruit #fukuri ul li::before {
	content: none;
}
#recruit #fukuri ul li {
	width: calc(20% - 10px);
	padding: 20px 15px 30px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 42, 71, 0.2);
	border-radius: 5px;
	margin-bottom: 0;
}
#recruit #fukuri ul li p {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	color: #232323;
	    min-height: 70px;
    align-content: center;
}
#recruit #fukuri ul li .img-area {
	width: 42.41%;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
	#recruit #fukuri ul {
		justify-content: flex-start;
	}
	#recruit #fukuri ul li {
            width: calc(33.33% - 14px);
        margin-right: 20px;
        margin-bottom: 20px;

	}
	#recruit #fukuri ul li:nth-child(3n){
		margin-right: 0;
	}
	#recruit #fukuri ul li p {
    font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px) {
	#fukuri {
    margin: 80px 0 50px;
    padding-top: 60px;
}
	#fukuri h3 {
    font-size: 28px;
		font-size: 2.8rem;
	}
	#recruit #fukuri ul {
		display: flex;
	}
	#recruit #fukuri ul li {
    width: calc(50% - 5px);
		margin-right: 10px;
    margin-bottom: 20px;
		padding: 15px;
}
	#recruit #fukuri ul li:nth-child(3n) {
		margin-right: 10px;
	}
	#recruit #fukuri ul li:nth-child(2n) {
		margin-right: 0;
	}
	#recruit #fukuri ul li p {
    font-size: 19px;
    font-size: 1.9rem;
		margin-bottom: 10px;
	}
}
/***************
flow
***************/
#flow {
	padding: 135px 0 115px;
}
#flow h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 45px;
	color: #171717;
	font-weight: 500;
	text-align: center;
}
#flow .contents {
	width: calc(25% - 30px);
	padding: 25px 15px 30px;
	background: #F7FBFC;
	border: 1px solid #B9CCD1;
	position: relative;
	text-align: center;
	border-radius: 10px;
}
#flow .contents::before {
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #1193C4;
    width: 17px;
    height: 43px;
    position: absolute;
    top: 40%;
    right: -15%;
	transform: translateX(-50%);
}
#flow .contents:last-child::before {
	content: none;
}
#flow .contents p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
	font-weight: bold;
	color: #18A2C5;
	background: #fff;
	border: 1px solid #008EB2;
	border-radius: 50px;
	padding: 0 20px;
	margin: 0 auto;
	display: inline-block;
}
#flow .contents h4 {
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 25px;
	color: #008EB2;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
#flow .contents .icon-area {
	width: 29.62%;
	margin: 0 auto;
}
@media screen and (max-width: 1030px) {
	#flow .contents {
		width: calc(25% - 20px);
	}
	#flow .contents::before {
		    width: 14px;
	}
	#flow .contents h4 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 8px;
	}
}
@media screen and (max-width: 768px) {
	#flow {
    padding: 75px 0 95px;
}
	#flow h3 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 35px;
	}
	#flow .l_flex {
		display: flex;
	}
	#flow .contents {
    width: calc(50% - 10px);
		margin-bottom: 14px;
	}
	#flow .contents:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
	#flow .contents::before {
    width: 13px;
    height: 33px;
    top: 40%;
		right: -14%;
	}
	#flow .contents:nth-child(2n)::before {
		content: none;
	}
	#flow .contents h4 {
    font-size: 21px;
    font-size: 2.1rem;
		        margin-bottom: 11px;
        margin-top: 9px;
	}
	#flow .contents .icon-area {
		width: 44.62%;
	}
	#flow .contents {
		    padding: 12px 15px 20px;
	}
}
/***************
list
***************/
#list {
  padding: 85px 0 120px;
	background: #F7FBFC;
}
#list h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 55px;
	text-align: center;
	color: #171717;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
	#list {
		padding: 75px 0 80px;
	}
	#list h3 {
    font-size: 33px;
    font-size: 3.3rem;
		margin-bottom: 25px;
	}
}
/***************
recruit
***************/
#recruit {
  margin: 60px 0 0;
}
#recruit ul li {
  width: calc(50% - 40px);
  margin-bottom: 30px;
  position: relative;
}
#recruit ul li:last-child {
  margin-bottom: 0;
}
#recruit ul li::before {
  content: "";
  background: url("../images/common/recruit-arrow.png")no-repeat;
  background-size: contain;
  aspect-ratio: 12 / 15;
  width: 4%;
  height: auto;
  position: absolute;
  top: 40%;
  right: 5%;
  transform: translateX(-50%);
}
#recruit ul li a {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 20px 30px;
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #0064A8;
  background: #fff;
  border: 1px solid #1290E5;
}
@media screen and (max-width: 1000px) {
  #recruit ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #recruit ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
/***************
recruit_detail
***************/
table {
  width: 100%;
}
#recruit_detail {
  margin: 90px 0 140px;
}
#recruit_detail h3 {
  margin-bottom: 40px;
}
#recruit_detail tr {
  border: 1px solid #CFCFCF;
}
#recruit_detail tr th {
  width: 31.63%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 5px 10px 5%;
  background: #FAFEFF;
  border-right: 1px solid #CFCFCF;
  text-align: left;
  align-content: center;
  font-weight: 500;
}
#recruit_detail tr td {
  width: 68.34%;
  padding: 10px;
  background: #fff;
  line-height: 29px;
	    font-family: 'Noto Sans JP';
}
#recruit_detail .more {
  width: 48.46%;
  margin: 55px auto 0;
}
#recruit_detail .more a {
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px 5px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #183E8B, #2D77BF, #3EA4E8);
}
#recruit_detail .more a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #recruit_detail {
    margin: 40px 0 80px;
  }
  #recruit_detail h3 {
    margin-bottom: 20px;
  }
  #recruit_detail tr th {
    width: 100%;
    display: block;
    border-bottom: 1px solid #CFCFCF;
    padding: 10px 15px;
    border-right: none;
  }
  #recruit_detail tr td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  #recruit_detail .more {
    width: 90%;
  }
}