@charset "UTF-8";
@media all and (max-width: 1000px) {
.pc{
	display:none;
}	
/*headerはここから*/
header{
	width:100%;
	height: 64px;
	transition: .3s;
	position: absolute;
	top:0;
	z-index: 9999;
}
.logo{
  	overflow: hidden;
 	width:85px;
  	display: inline-block;
	transition: .3s;
  	position:absolute;
	top: 50%;
	left:5%;
	transform: translateY(-50%);
}
.logo img{
	width:100%;
	transition: .5s;
}
.recruit-btn{
	background-color:#F06575;
	position: fixed;
	right:5%;
	top: 11px;
	display:flex;
	flex-direction: column;
	text-align: center;
	padding:6px 30px;
	border-radius: 100px;
}
.recruit-btn span{
	color:white;
}
.recruit-btn .main{
	font-size:13px;
	font-weight: 400;
	margin:0;
}
.recruit-btn .read{
	font-size:9px;
	font-weight: 400;
	margin:0;
}
/*共通はここから*/
.common-width{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.sub-common-width{
	max-width:1000px;
	width:88%;
	margin:0 auto;
}
.common-title h2{
	color: #005BAC;
	font-size:24px;
	font-weight: 500;
}
.common-title h3{
	color: #005BAC;
	font-size:17px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.common-title p{
	font-size:14px;
	line-height: 1.7;
	margin-top:11px;
	text-align: justify;
}
.common-title a{
	color:#646464;
	text-decoration: underline;
}
/*本体はここから*/
.top{
	position: relative;
}
.top-title{
	position: absolute;
	left:5%;
	bottom:15px;
}
.top-title h1{
	color:white;
	font-size:40px;
}
.top-title h2{
	color:white;
	font-size:13px;
	letter-spacing: 0.01em;
}
.message{
	margin-top:47px;
	margin-bottom:42px;
}
.message-txt div{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: end;
	/* gap:95px; */
	margin-top:14px;
}
.message-txt h3{
	font-size:18px;
	font-weight:500;
	color: #005BAC;
}
.message-txt div p{
	font-size:14px;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: -0.01em;
}
.about{
	margin-top:50px;
}
.about-slide-back{
	margin:24px auto 0;
	position: relative;
}
.slide-content{
	width:90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reason{
	margin-top:50px;
}
.reason-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 44px;
	margin-top:30px;
}
.reason-detail-img img{
	border-radius:4px;
}
.reason-border{
	border: 1px solid #E1E1E1;
}
.reason-title-pc{
	display:none;
}
.reason-title-sp{
	margin-bottom:15px;
}
.reason-title-sp h3{
	font-size:20px;
	font-weight:500;
	color: #005BAC;
}
.reason-title-sp h4{
	font-size:15px;
	font-weight:400;
	color: #005BAC;
	font-family: "Poppins", sans-serif;
}
.reason-detail p{
	font-size:13px;
	line-height: 1.7;
	text-align: justify;
	margin-top:15px;
}
.more{
	margin-top:50px;
}
.more-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:15px;
	margin-top:30px;
}
.more-detail{
	background: linear-gradient(70deg,#005BAC,#219BDC);
	padding:15px 17px;
	border-radius:5px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.more-detail h3{
	font-size:22px;
	font-weight:400;
	line-height: 1.3;
	color:white;
	margin-bottom:5px;
}
.more-detail p{
	font-size:13px;
	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:13px;
}
.story{
	margin-top:50px;
}
.story-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:35px;
	margin-top:40px;
}
.story-detail-img img{
	border-radius: 4px;
}
.story-detail h3{
	color: #005BAC;
	font-size:15px;
	font-weight: 400;
	margin:16px 0 0;
}
.story-link{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
	border-bottom:1px solid #005BAC;
	padding:0 0 1px 0;
	width:100px;
}
.story-link-icon{
	width:20px;
}
.story-link span:nth-child(2){
	color:#005BAC;
	margin:-8px 0 0 0;
	font-size:15px;
}
.story-all-link{
	background-color:#232323;
	border-radius:6px;
	display:flex;
	align-items: center;
	justify-content: center;
	gap:12px;
	padding:22px 0;
	margin-top:44px;
}
.story-all--link-icon{
	width:20px;
}
.story-all--link-icon img{
	vertical-align: middle;
}
.story-all-link span:nth-child(2){
	color:white;
	margin:2px 0 0 0;
	font-size:16px;
}
.carrier{
	margin-top:50px;
}
.carrier-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:26px;
	margin-top:40px;
}
.carrier-detail-img{
	width:44px;
}
.carrier-detail{
	display:flex;
	gap:23px;
	padding:0 0 20px 0;
	border-bottom: 1px solid #E1E1E1;
}
.carrier-detail-txt h3{
	font-size:19px;
	font-weight:400;
	color: #005BAC;
	margin:0 0 12px 0;
	line-height: 1;
}
.carrier-detail-txt p{
	font-size:15px;
	font-weight:400;
	color: #005BAC;
	margin:0;
	line-height: 1.4;
}
.faq{
	margin-top:50px;
}
.faq-list{
	display:flex;
	flex-direction: column;
	gap:10px;
	margin-top:10px;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
  padding: 11px 0;
}
.accordion-title {
  font-family:'Noto Sans JP', sans-serif;
  font-size:16px;
  font-weight: 400;
  color: #005BAC;
  cursor: pointer;
  display: flex;
  transition: color 0.3s;
}
.accordion-title span:nth-child(2){
	margin:0 0 0 10px;
	width:80%;
}
.accordion-title::after {
  content: "＋";
  font-size: 20px;
  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: 7px;
  font-size:13px;
  line-height: 1.75;
}
.link{
	margin-top:50px;
}
.link-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:38px;
	margin-top:25px;
}
.linnk-detail img{
	border-radius: 4px;
}
.link-btn{
	display:flex;
	align-items: center;
	gap:12px;
	margin-top:14px;
}
.link-btn-icon{
	width:19px;
}
.link-btn-icon img{
	border-radius: 0;
}
.link-btn span:nth-child(2){
	color:#005BAC;
	margin:-8px 0 0 0;
	font-size:16px;
	font-weight:400;
}
/* フッター */
footer{
	background-color:#005BAC;
	padding:35px 0 15px;
	margin-top:60px;
}
.footer-flex{
	display:flex;
	flex-direction: column;
}
.footer-logo{
	width:120px;
	display:block;
}
.footer-main-link{
	display:flex;
	align-items: center;
	margin-top:30px;
}
.footer-main-link-icon{
	width:19px;
}
.footer-main-link-icon img{
	vertical-align: middle;
}
.footer-main-link span:nth-child(2){
	color:white;
	margin:4px 0 0 13px;
	font-size:19px;
	font-weight: 500;
}
.footer-sub-link{
	display:flex;
	flex-direction: column;
	gap:6px;
	margin-top:15px;
}
.footer-sub-link a{
	color:white;
	font-size: 15px;
}
.footer-sns{
	display:flex;
	gap:17px;
	margin-top:25px;
}
.footer-sns a img{
	height:30px;
	width:auto;
}
.footer-right{
	margin-top:34px;
}
small{
	color:white;
	font-size:12px;
	font-weight: 400;
}
}