/*
Theme Name: アンカーひっぱり隊				
*/
/*
 * 【重要警告】
 * このWordPressテーマは R-design が著作権を有しています。
 * 無断での使用・コピー・改変・再配布は、著作権侵害にあたります。
 * 不正利用が確認された場合、アクセスログやコード署名をもとに、
 * 弁護士を通じて法的手段を取らせていただきます（実例あり）。
 *
 */
:root{
--main-color: #002f6a;/*紺*/
--sub-color: #ffc816;/*黄色*/
}

body{color:var(--main-color);}

.sp {
  display: none;
}

/*******header********************************/
.title-inner{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:5px 10px;
}
.title-inner h1{
	width:30%;
}
.title-inner h1 img{
	width:100%;
	max-width:500px;
	height:auto;
}
.title-right{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	width:50%;
	gap:0 15px;
}
.title-right .h-tel{
	display:flex;
	flex-wrap:wrap;
	align-content: center;
	font-size:38px;
	font-weight:800;
}
.title-right a.h-bt{
	display:inline-block;
	background-color: var(--sub-color);
	font-weight:800;
	font-size:20px;
	text-align: center;
	padding:10px;
	width:250px;
	border-radius: 10px;
	align-self: center;
	transition: 0.5s;
}
.title-right a.h-bt:hover{
	background-color: yellow;
}

/******main***********************************/

main{
	background: url("image/top_bg.webp") no-repeat center ;	
}

#main-waku{
	max-width:1300px;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	padding:60px 10px;
}
.main-img{
	width:58%;
}
.main-img img{
	width:100%;
	height:auto;
}
.main-img a.main-bt{
	position:relative;
	display:block;
	max-width:720px;
	margin:30px auto 50px;
	text-align: center;
	background-color: var(--sub-color);
	color:var(--main-color);
	font-size:30px;
	font-weight:800;
	padding:10px;
	border-radius: 10px;
	transition: 0.5s;
}
.main-img a.main-bt::after{
	position:absolute;
	content:'';
	width:38px;
	height:38px;
	right:3px;
	top:25%;
	background:url(image/circle-arrow-right.png) no-repeat center / cover;
}
.main-img a.main-bt:hover{
	background-color: yellow;
}
.main-kara{
	width:42%;
}

/******悩み***********************************/
#nayami{
	background-color: var(--sub-color);
}

#nayami-bg{
	background: #e4ecff;
	text-align: center;
	padding: 70px 0 200px;
    clip-path: polygon(0 0, 100% 0%, 100% 73%, 50% 100%, 0 73%);
}
#nayami-bg h2{
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
#nayami-bg h2 span{
	font-size:clamp(1.688rem, 1.21rem + 2.39vw, 3rem);
	padding:20px 0;
	font-weight:900;
}

.nayami-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:50px auto 20px;
	gap:20px 2%;
}
.nayami-flex li{
	width:49%;
	background-color: #fff;
	padding:5px 0 20px;
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:800;
}
.nayami-flex li span{
	color:#a9cfff;
	display:block;
}
.bn-img{
	max-width:1100px;
	margin-inline:auto;
}
.bn-img img{
	width:100%;
	height:auto;
}

/******悩み***********************************/

#omakase{
	background-color: var(--sub-color);
	padding:50px 0;
}

.omakase-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:50px auto 20px;
	gap:40px 2%;
}
.omakase-flex li{
	width:49%;
	background-color: #fff;
	padding:5px 0 20px;
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:800;
	text-align: center;
}
.omakase-flex li img{
	width:55px;
	height:auto;
	margin-top:-35px;
}

/******コンタクト***********************************/


.contact{
	background-color: var(--main-color);
	padding:80px 0;
}
.contact-flex{
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	align-content: center;
	margin:0 auto;
}
.contact-flex .text{
	text-align: center;
	width:70%;
}

.contact-flex .text a.c-tel{
	display:block;
	font-size:clamp(1.625rem, 1.034rem + 2.95vw, 3.25rem);
	font-weight:900;
	color:#fff;
	padding-bottom:20px;
	letter-spacing: 5px;
}
.contact-flex a.apply-bt{
	position:relative;
	display:block;
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:900;
	background-color: var(--sub-color);
	color:var(--main-color);
	padding:10px;
	border-radius: 10px;
	margin:0 10px;
	transition: 0.5s;
}
.contact-flex a.apply-bt::after{
	position:absolute;
	content:'';
	width:38px;
	height:38px;
	right:20px;
	top:25%;
	background:url(image/circle-arrow-right.png) no-repeat center / cover;
}
.contact-flex a.apply-bt:hover{
	background-color: yellow;
}
.contact-flex .img{
	width:30%;
}
.contact-flex .img img, .contact-flex .text img{
	width:100%;
	height:auto;
}

/******アンカー引抜試験とは***********************************/

#about{
	max-width:1100px;
	margin:0 auto;
	padding:80px 0;
}
#about h2, #works h2, #flow h2, #company h2, #apply h2{
	max-width:1100px;
	margin-inline:auto;
	border-top:solid 5px var(--main-color);
	border-bottom:solid 5px var(--main-color);
	font-size:clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem);
	font-weight:900;
	padding:10px;
	text-align: center;
}
.sub-text{
	max-width:1100px;
	margin: 0 auto; 
	letter-spacing: 1px;
	padding:50px;
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	line-height:180%;
}

.about-flex{
	max-width:1100px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	gap:30px 5%;
}
.about-flex .img{
	width:25%;
	height:auto;
}
.about-flex .img img{
	width:100%;
	height:auto;
}
.about-flex .text{
	width:70%;
	line-height:180%;
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.about-flex .text h3{
	background-color: var(--sub-color);
	padding:10px;
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:900;
}
.about-flex .text ol{
	padding-left:20px;
}	
.about-flex .text li{
	padding:20px 5px;
}
.about-flex .text h4{
	border-bottom:solid 5px var(--main-color);
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	font-weight:800;
	padding:10px;
	margin:30px 0;
}
.about-flex .text p{
	padding:10px 0 50px;
	
}

/******事例***********************************/

#works{
	background-color: var(--sub-color);
	padding:80px 0;
}

.works-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:60px auto;
	gap:30px 1%;
}

.works-flex li{
	width:calc(32% - 2px);
	border:1px solid #fff;
	background-color: #fff;
}

.works-flex li img{
	width:100%;
	height:auto;
}

.works-flex li .info{
	padding:20px;
}
.works-flex li h3{
	font-size:24px;
	border-bottom:solid 2px var(--main-color);
	margin-bottom:15px;
	padding-bottom:7px;
	text-align: center;
	font-weight:600;
}
.work-name{
	font-size:20px;
	text-align:center;
	margin-top:50px;
}
.work-name span{
	background-color:#fff;
	padding:10px 20px;
}

/******フロー***********************************/
#flow{
	padding:80px 0;
}

.flow-flex{
	max-width:1100px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	gap:40px 4%;
}

.flow-flex li{
	position: relative;
	width:22%;
	background-color: var(--main-color);
	border-radius: 50%;
	text-align: center;
	color:#fff;
	padding:10px;
	min-height:240px;
}
.flow-flex li:after{
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    right: -55px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 20px solid transparent;
    border-left: 30px solid var(--sub-color);   /* 好みで色を変えてください */  
}
.flow-flex li:last-child:after{
	border: 0;
    border-left: 0;
}

.flow-flex li p{
	font-size:clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
	padding-bottom:20px;
	color:var(--sub-color);
	font-weight:900;
}
.flow-flex li h3{
	font-size:clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	font-weight:900;
}

.flow-flex li span{
	display: block;
	padding:10px 0;
}

/******会社概要***********************************/
#company{
	padding:80px 0;
}

.company-flex{
	display:flex;
	flex-wrap:wrap;
	max-width:1100px;
	margin: 50px auto;
	gap:0 5%;
}
.company-flex .img{
	width:40%;
}
.company-flex .img img{
	width:100%;
	height:auto;
}
.company-list{
	width:55%;
	display:flex;
	flex-wrap:wrap;
	font-weight:600;
	font-size:clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
.company-list dt, .company-list dd{
	border-bottom:dotted 1px var(--main-color);
	padding:10px 7px;
}
.company-list dt{
	width:28%;
}
.company-list dd{
	width:72%;
}

/******お問合わせ***********************************/

#apply{
	padding:80px 0 0;
    max-width:1100px;
    margin:0 auto;
}

#apply .come{
    max-width:800px;
    margin: 20px auto 50px;
    text-align: center;
    padding:10px;
    font-size:20px;
}   
#apply-box{
    max-width:1100px;
    margin: 0 auto 50px;
    display:flex;
    flex-wrap:wrap;
	font-size:18px;
}    
#apply-box .apply-box-l{
    width:35%;
    color:#171c60;
    border-bottom:1px solid var(--main-color2);
    padding:20px 10px;
}
#apply-box .apply-box-l span{
    background-color:red;
    color:#fff;
    padding:5px 10px;
    margin-right:10px;
    border-radius: 5px;
    font-size:14px;
}
#apply-box .apply-box-l .nini{
	background-color:#999;
}
#apply-box .apply-box-r{
    width:65%;
    border-bottom:1px solid #ccc;
	padding:20px 10px;
	font-family:  'Noto Sans JP',
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}
 /* テキストフォームの設定 */
.wpcf7-datetime{
  padding: 7px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }

 /* テキストフォームの設定 */
.wpcf7-text{
  padding: 7px;
  width: 100%;
  color: #636063;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }

.kazukazu input{width:30px!important;
margin-left:3px;
margin-right:3px;}
 
  /* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
  background-color:#FFFFCC;
  }
 
  /* テキストエリアの設定 */
.wpcf7-textarea{
  padding: 7px;
  width: 100%;
  height: 100px;
  color: #636063;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }
 
 /* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}
 
  /* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
display: block;
width: 260px;
border: none;
padding:20px;
background-color:#ff4200;
color:#fff;
	border-radius:5px;
	font-size:24px;
  }
 
/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
 opacity: .6;
 -moz-transition: all 0.7s ease;
 -webkit-transition: all 0.7s ease;
 }
 
/* リストの縦並び（チェックボックス・ラジオ） */
span.wpcf7-list-item {
display: block!important;
	margin-bottom:10px!important;
}
 
/* セレクト */
select{
padding: 5px;
width:420px;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}
.apply-check{
	text-align:center;
	display:block;
	width:100%;
	margin-top:20px;
}
.center{
	text-align:center;
	display:block;
	margin:10px auto;
}
.form-small {
    width: 100px;
}

#thx{
	max-width:800px;
	margin:15% auto 0px;
	padding: 10px;
	color:var(--main-color);
	font-size:20px;
	line-height:180%;
	height:50vh;

}

/*============ プライバシーポリシー ============*/



#privacy{
	height: 350px;
	padding:20px;
	max-width:1100px;
	margin:0 15px 80px;
	margin-inline:auto;
	border: 2px solid #eee;
    overflow-y: scroll;

}
#privacy h3{
	margin:30px 0;
	padding:10px;
	border-bottom:3px solid var(--main-color);
	font-weight:600;
	background-color:#f2f2f2;
}
#privacy p{
	padding:20px 0;
}
#privacy ol {
	padding:10px 10px 10px 40px;

}
#privacy ol li{
	padding:10px;
	list-style: auto;
}



	.copy{
		background-color:var(--main-color);
		font-size:13px;
		text-align:center;
		padding:7px;
		color:#fff;
	}









