@charset "UTF-8";
body{
	margin:0;
	padding:0;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
a{
	 text-decoration: none;
	 font-family:'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	color:#646464;
	font-family:'Noto Sans JP', sans-serif;
	margin:0;
}
img{
	vertical-align: top;
	width:100%;
}
@media all and (min-width: 1000px) {
.sp{
	display:none;
}
/*headerはここから*/
header{
	width:100%;
	height: 88px;
	transition: .3s;
	position: absolute;
	z-index: 9999;
}
.logo{
  	overflow: hidden;
 	width:94px;
  	display: inline-block;
	transition: .3s;
  	position:absolute;
	top: 50%;
	left:50px;
	transform: translateY(-50%);
}
.logo img{
	width:100%;
	transition: .5s;
}
.recruit-btn{
	background-color:#F06575;
	position: fixed;
	right:50px;
	top: 13px;
	display:flex;
	flex-direction: column;
	text-align: center;
	padding:9px 30px;
	border-radius: 100px;
}
.recruit-btn span{
	color:white;
}
.recruit-btn .main{
	font-size:17px;
	font-weight: 400;
	margin:0;
}
.recruit-btn .read{
	font-size:11px;
	font-weight: 400;
	margin:0;
}
/*共通はここから*/
.common-width{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.sub-common-width{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.common-title h2{
	color: #005BAC;
	font-size:38px;
	font-weight: 500;
}
.common-title h3{
	color: #005BAC;
	font-size:22px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.common-title p{
	width:auto;
	font-size:19px;
	margin-top:20px;
}
.common-title a{
	color:#646464;
	text-decoration: underline;
}
/*本体はここから*/
.top{
	padding-top:88px;
	position: relative;
}
.top-title{
	position: absolute;
	left:50px;
	bottom:40px;
}
.top-title h1{
	color:white;
	font-size:68px;
}
.top-title h2{
	color:white;
	font-size:21px;
	letter-spacing: 0.01em;
}
.message{
	position: relative;
	margin-top:75px;
	margin-bottom:75px;
}
.message-txt div{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: end;
	gap:95px;
}
.message-txt h3{
	font-size:25px;
	font-weight:500;
	color: #005BAC;
	position: absolute;
	top:0;
}
.message-txt div p{
	font-size:18px;
	line-height: 2;
	text-align: justify;
}
.about{
	margin-top:100px;
}
.about-slide-back{
	max-width:1340px;
	width:90%;
	margin:50px auto 0;
	position: relative;
}
.about-slide-back img{
	border-radius: 7px;
}
.slide-content{
	width:60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reason{
	margin-top:95px;
}
.reason-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap:35px;
    grid-row-gap: 62px;
	margin-top:30px;
}
.reason-detail-img img{
	border-radius:5px;
}
.reason-border{
	border: 1px solid #E1E1E1;
}
.reason-title-sp{
	display:none;
}
.reason-title-pc{
	margin:35px 0 20px;
}
.reason-title-pc h3{
	font-size:30px;
	font-weight:500;
	color: #005BAC;
}
.reason-title-pc h4{
	font-size:22px;
	font-weight:400;
	color: #005BAC;
	font-family: "Poppins", sans-serif;
}
.reason-detail p{
	font-size:18px;
	line-height: 1.8;
	text-align: justify;
}
.more{
	margin-top:105px;
}
.more-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:30px;
	margin-top:60px;
}
.more-detail{
	background: linear-gradient(70deg,#005BAC,#219BDC);
	padding:17px 20px;
	border-radius:5px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.more-detail h3{
	font-size:25px;
	font-weight:400;
	line-height: 1.3;
	color:white;
	height:85px;
}
.more-detail p{
	font-size:17px;
	font-weight:400;
	line-height: 1.8;
	color:white;
	text-align: justify;
}
.more-link{
	display:flex;
	align-items: center;
	margin-top:20px;
}
.more-link-icon{
	width:24px;
}
.more-link span:nth-child(2){
	color:white;
	margin:-5px 0 0 17px;
	font-size:20px;
}
.story{
	margin-top:95px;
}
.story-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:35px;
	margin-top:60px;
}
.story-detail-img img{
	border-radius: 4px;
}
.story-detail h3{
	color: #005BAC;
	font-size:26px;
	font-weight: 400;
	margin:25px 0 0;
}
.story-link{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	border-bottom:1px solid #005BAC;
	padding:0 0 5px 0;
	width:115px;
}
.story-link-icon{
	width:20px;
}
.story-link span:nth-child(2){
	color:#005BAC;
	margin:-8px 0 0 0;
	font-size:18px;
}
.story-all-link{
	background-color:#232323;
	border-radius:6px;
	display:flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	padding:27px 0;
	margin-top:60px;
}
.story-all--link-icon{
	width:37px;
}
.story-all-link span:nth-child(2){
	color:white;
	margin:-4px 0 0 0;
	font-size:35px;
}
.carrier{
	margin-top:105px;
}
.carrier-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap:34px;
    grid-row-gap: 46px;
	margin-top:40px;
}
.carrier-detail-img{
	width:60px;
}
.carrier-detail{
	display:flex;
	gap:38px;
	padding:0 0 35px 0;
	border-bottom: 1px solid #E1E1E1;
}
.carrier-detail-txt h3{
	font-size:23px;
	font-weight:400;
	color: #005BAC;
	margin:0 0 12px 0;
	line-height: 1;
}
.carrier-detail-txt p{
	font-size:20px;
	font-weight:400;
	color: #005BAC;
	margin:0;
	line-height: 1.4;
}
.faq{
	margin-top:115px;
}
.faq-list{
	display:flex;
	flex-direction: column;
	gap:10px;
	margin-top:30px;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.accordion-title {
  font-family:'Noto Sans JP', sans-serif;
  font-size:24px;
  font-weight: 400;
  color: #005BAC;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.accordion-title span:nth-child(2){
	margin:0 0 0 15px;
	width:80%;
}
.accordion-title::after {
  content: "＋";
  font-size: 30px;
  transition: transform 0.3s;
  margin:0 0 0 auto;
}
.accordion-title.active::after {
  content: "−";
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.accordion-content.open {
  opacity: 1;
  max-height: 500px; /* コンテンツの想定最大高さを指定（必要に応じて調整） */
}
.accordion-content p {
  margin-top: 25px;
  font-size:18px;
  line-height: 1.7;
  padding:0 0 0 40px;
}
.link{
	margin-top:120px;
}
.link-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:38px;
	margin-top:60px;
}
.linnk-detail img{
	border-radius: 4px;
}
.link-btn{
	display:flex;
	align-items: center;
	gap:17px;
	margin-top:20px;
}
.link-btn-icon{
	width:24px;
}
.link-btn span:nth-child(2){
	color:#005BAC;
	margin:-8px 0 0 0;
	font-size:25px;
	font-weight:400;
}
/* フッター */
footer{
	background-color:#005BAC;
	padding:65px 0 20px;
	margin-top:125px;
}
.footer-flex{
	display:flex;
	justify-content: space-between;
	align-items: end;
}
.footer-logo{
	width:166px;
	display:block;
}
.footer-main-link{
	display:flex;
	align-items: center;
	margin-top:39px;
}
.footer-main-link-icon{
	width:19px;
}
.footer-main-link span:nth-child(2){
	color:white;
	margin:-6px 0 0 13px;
	font-size:19px;
	font-weight: 500;
}
.footer-sub-link{
	display:flex;
	flex-direction: column;
	gap:6px;
	margin-top:10px;
}
.footer-sub-link a{
	color:white;
	font-size: 15px;
}
.footer-sns{
	display:flex;
	gap:17px;
	margin-top:25px;
}
.footer-sns a img{
	height:30px;
}
small{
	color:white;
	font-size:12px;
	font-weight: 400;
}


}