@charset "utf-8";

*{
  box-sizing:border-box;
}

body{
	margin:0;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	counter-reset: guide_count s_count company_link support_block;
}

@media(min-width:961px){
	.sponly{
	  display:none !important;
	}
  }
@media(max-width:960px){
  .pconly{
    display:none !important;
  }
}
@media(min-width:561px){
	.show_sp{display: none !important;}
 }
 @media(min-width:961px){
	.show_sptb{display: none !important;}
 }
 @media(max-width:560px){
	.show_tbpc{display: none !important;}
 }
 @media(max-width:960px){
	.show_pc{display: none !important;}
 }
@media(max-width:768px){
	.none_tb{display: none !important;}
}
@media(min-width:768px){
	.show_tb{display: none !important;}
}
/*変数*/
:root{
	--basecolor: #f76d1f ; /*基本色*/
	--sabcolor: #f6f6f6; /*サブカラー*/
}

img{
  max-width:100%;
  vertical-align:bottom;
}


p{
	margin:0
}

h3{
	margin:0;
}

a{
	color: #333;
  text-decoration: none;

}

a:visited{
    color: #333;
}

a:hover{
  /*filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;*/
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.mg0{
	margin: 0 auto;
}


.margin1{
	margin:10px
}
.margin2{
	margin:20px
}
.margin3{
	margin:30px
}
.margin4{
	margin:40px
}
.margin5{
	margin:50px
}
.mgb1{
	margin-bottom:10px
}
.mgb2{
	margin-bottom:20px
}
.mgb3{
	margin-bottom:30px
}
.mgb4{
	margin-bottom:40px
}
.mgb5{
	margin-bottom:50px
}
.mgt1{
	margin-top:10px
}
.mgt2{
  margin-top:20px
}
.mgt3{
	margin-top:30px
}
.mgt4{
	margin-top:40px
}
.mgt5{
	margin-top:50px
}
.mgl1{
	margin-left:10px
}
.mgl2{
	margin-left:20px
}
.mgl3{
	margin-left:30px
}
.mgl4{
	margin-left:40px
}
.mgl5{
	margin-left:50px
}
.mgr1{
	margin-right:10px
}
.mgr2{
  margin-right:20px
}
.mgr3{
	margin-right:30px
}
.mgr4{
	margin-right:40px
}
.mgr5{
	margin-right:50px
}
.n_mgt5{
	margin-top:5%
}

.padding1{
	padding:10px
}
.padding2{
	padding:20px
}
.padding3{
	padding:30px
}
.padding4{
	padding:40px
}
.padding5{
	padding:50px
}
.pdt1{
	padding-top:10px
}
.pdt2{
  padding-top:20px
}
.pdt3{
  padding-top:30px
}
.pdt4{
  padding-top:40px
}
.pdt5{
	padding-top:50px
}
.pdt6{
	padding-top:60px
}
.pdt7{
	padding-top:70px
}
.pdt8{
	padding-top:80px
}
.pdt9{
	padding-top:90px
}
.pdt10{
	padding-top:100px
}
.pdb1{
	padding-bottom:10px
}
.pdb2{
  padding-bottom:20px
}
.pdb3{
  padding-bottom:30px
}
.pdb4{
  padding-bottom:40px
}
.pdb5{
	padding-bottom:50px
}
.pdb6{
	padding-bottom:60px
}
.pdb7{
	padding-bottom:70px
}
.pdb8{
	padding-bottom:80px
}
.pdb9{
	padding-bottom:90px
}
.pdb10{
	padding-bottom:100px
}
.pdr5{
	padding-right:30% ;

}

/*----------
特殊例
-----------*/
/*----------
マーカー下線
----------*/
.marker_line {
    background: linear-gradient(transparent 60%, var(--basecolor) 0%);
}
.marker_line_oreng{
	background: linear-gradient(transparent 50%, #ffd95d9f 50%);
}
/*---------
 題字下下線
 ----------*/
.hr-green {
    border-top: 2px solid #3ca27e;
    width: 80px;
}

/*------------*/

.flex{
	display: flex;
}
.flex_wrap_reverse{
	display: flex;
}


/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
    z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    /*丸のスタート位置と形状*/
    transform: scale(0);/*scaleをはじめは0に*/
    right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
    z-index: 99;
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
	height: 100dvh;
	inset: 0;
	padding-bottom: env(safe-area-inset-bottom);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	padding:0
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;/*0.2 秒遅らせて出現*/
	animation-fill-mode:forwards;
	opacity:0;
	background-image: repeating-linear-gradient(90deg, var(--basecolor), var(--basecolor) 7px, transparent 7px, transparent 10px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}
@keyframes gnaviAnime{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top: 2px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
	width: 60px;
	height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--basecolor);
    width: 60%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn p{
	position:absolute;
	bottom: -4px;
	right:10px;
	font-weight:normal;
	color:var(--basecolor);
	font-size: 13px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

.sp_logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
}


  
/*----------- contentsここから --------------*/
.header_top{
	position: relative;
}
.top_menu_wrap{
	position: fixed;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	z-index: 10;
	transition: all 0.3s ease;
	width: 100%;
}
.logo{
	width: 30%;
}
.logo a{
	display:block;
	width: ;
	height: 70px;
	text-align: center;
	background-color: white;
	-webkit-mask: url(https://untrot.co.jp/wp-content/themes/untrot/assets/img/logo_white.png) no-repeat center / contain;
	mask: url(	https://untrot.co.jp/wp-content/themes/untrot/assets/img/logo.png) no-repeat center / contain;
}
.logo img{
	width: 80%;
}

.logo.active a{
  background-color: var(--basecolor);
}
.top_menu{
	width: 70%;
}
.top_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.top_menu ul li{
	position: relative;
	margin: 0 1.3vw;
}
.top_menu ul li a{
	position: relative;
	display: inline-block;
	padding: 10px ;
	z-index: 1;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
		text-shadow:0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f;
	-moz-text-shadow:0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f;
	-webkit-text-shadow:0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f,0 0 5px #f6a42f;
}
.top_menu ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color:#fabb0e;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease;
	z-index: -1;
}
.top_menu ul li a:hover:before{
	width: 40px;
	height: 40px;
}
.top_menu ul li:nth-child(6){
	margin: 0 20px 0 50px;
}

.slid_wrapper{
	position: relative;
	height: 100vh;
    max-height: 130vw;
}
#slider{
	width: 100%;
	height: 100vh;
	max-height:130vw;
}
.catchphrase{
	position: absolute;
	z-index: 2;
	left: 10%;
	top: 35%;
	color:#fff;
}
.catchphrase h2{
	font-size:3.5vw;
	margin:0 auto 10px;
}
.catchphrase h2 span{
	font-size:3.2vw;
}
.catchphrase p{
	font-size:2vw;
}

/**/
.section_box {
    position: relative;
    margin: 100px auto;
}
.section_box.gray_back_1{
	padding: 100px 0 100px 0;
	margin: 100px auto 0;
}
.section_box.gray_back_1::after{
	content: "";
	position: absolute;
    top :0;
    left: 0;
    width: 75%;
    height: 80%;
    background: var(--sabcolor);
    z-index: -3;
}
.section_box.gray_back{
    background: var(--sabcolor);
	padding: 100px 0 100px 0;
	margin: 0px auto 0;
}
.section_box.gray_back_4{
	padding: 100px 0 100px 0;
	margin: 100px auto 0;
}
.section_box.gray_back_4::after{
	content: "";
	position: absolute;
    top :0;
    left: 0;
    width: 75%;
    height: 100%;
    background: var(--sabcolor);
    z-index: -3;
}
.section_box.gray_back_4{
	padding: 100px 0 100px 0;
	margin: 100px auto 0;
}

.contents_wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.top_news_wrap.flex{
	align-items: center;
}
.news_ttl_box{
	width: 30%;
}
.news_box{
	width: 65%;
	margin: 0 0 0 5%;
}
.home_news_wrap .news_box{
	width: 80%;
	margin: 0 auto;
}
.title_box{

}
.title_box img{
	width: auto;
	height: 6vh;
}
.title_box h2{
	position: relative;
	width: fit-content;
	margin: 1.5rem auto 0rem;
	vertical-align: bottom;
}
.title_box h1{
	position: relative;
	width: fit-content;
	margin: 1.5rem auto 0rem;
	vertical-align: bottom;
}
.title_box h1::after{
	content: "";
	position: absolute;
	top: 12px;
	left: -2.5rem;
	width: 45px;
	height: 3px;
	background: #f76d1f;
	transform: rotate(110deg);
}
.about_ttl_box .title_box{
	margin: 0 auto 50px ;
}
.about_ttl_box .title_box h2{
	margin: 1.5rem 1rem 0 auto;
}
.about_grada h2{
    font-size: 200%;
    background-image: linear-gradient(90deg, #d1dd47, #f87c38);
    margin: 10px 0 0;
    color: #fff;
    width: fit-content;
    padding: 0 0 0 10px;
    letter-spacing: 2px;
}
.title_box h2::after{
	content: "";
	position: absolute;
	top: 12px;
	left: -2.5rem;
	width: 45px;
	height: 3px;
	background: #f76d1f;
	transform: rotate(110deg);
}
.about_txet_box.flex{
	justify-content: space-between;
}
.about_grada{
	margin: 0px auto 40px;
}
.about_text{
	width: 50%;
	margin: 0 10% 0 0 ;
}
.about_img_box{
	margin: 200px auto 0;
}
.about_text .link_btn{
	margin: 40px auto 0;
}
.about_text_block{
	font-weight:bold;
	line-height:1.8;
}
/*.title_box h2 span{
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #f76d1f;
	transform: rotate(120deg);
}*/
.news_box .news_link:last-child{
	border: none;
}
.news_link{
	    display: block;
    padding: 20px 0 ;
	border-bottom:1px solid #333 ;
}
.news_box p{
	margin: 10px 0 0 1rem;
	transition: all 0.3s;
}
.news_link:hover p{
	color: var(--basecolor);
}
.date{
	display: inline-block;
	margin: 0 10px 0 0
}
.category{
	display: inline-block;
	background-image: linear-gradient(90deg, #d1dd47, #f87c38);
	padding: 0 20px;
	color: #fff;
}
.news_ttl_box .link_btn{
	margin: 50px auto 0;
}

.link_btn a{
	position: relative;
	border: 2px solid #fd7100;
	display:inline-block;
	font-size:140%;
	color: #f76d1f;
	padding: 5px 80px 5px 40px;
	transition: all 0.3s;
}
.link_btn a::after{
	content: "";
	position: absolute;
	right: 10px;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #f76d1f;
    border-right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .3s;
}
.link_btn a:hover{
	background: #fd7100;
	color: #fff;
}
.link_btn a:hover::after{
	right: 5px;
	border-left: 15px solid #fff;
}
.link_btn.border_none a{
	border-bottom: 1px solid #fd7100;
	border-top:none;
	border-left:none;
	border-right:none;
}

.section_box.about_box{
	margin: 0 auto;
}
.section_box.about_box .contents_wrap{
	position: relative;
    z-index: 1;
    padding: 160px 0 100px;
}
.service_wrap{
	background: #ffffffbd;
    border-radius: 15px;
    margin: 20px 0;
    padding: 6% 5% 7% 5%;
}
.service_ttl{
	align-items: flex-end;
    justify-content:center;
	margin: -100px auto 0;
}
.service_ttl h2{
	margin: 1.5rem 0 0 4rem;
}

.service_ttl h3{
	font-size: 200%;
	margin: 0 0 0 20px;
}
.service_wrap h4{
	font-size: 280%;
	margin: 1em auto;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	color:var(--basecolor);
}
.service_wrap h4 span{
	border-bottom:1px solid
}
.service_text_box p{
	font-size:120%;
	line-height:1.7;
}
.service_text_box .grada{
	background-image: linear-gradient(90deg, #d1dd47, #f87c38);
	color:#fff;
	width:fit-content;
	margin:5px 0;
	padding:5px;
	line-height: 2;
}
.service_img{
	text-align:center;
	margin:50px auto;
}
.service_img img{
	width:60%;
}
.service_img h3{
	font-size:2.5vw;
		font-feature-settings: "palt" 1;
	margin:30px auto 0px;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
    -moz-text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
    -webkit-text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
}
.service_img h3 .small{
	font-size:2vw;
}
.service_img h3 .orange{
	color:#f87c38;
}


 .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
 .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url('../img/toha_back.jpg');
	background-size: cover;
	background-position: center;
	z-index: -4;
}


/*----*/

/*--recruit--*/

.section_box.gray_back_2::after{

}
.section_box.gray_back_2{
	margin:10px auto 100px;
	padding: 100px 0 0 0;
	background: linear-gradient(to top, #ffffff 20%, var(--sabcolor) 20%);
}

.recruit_box .title_box h2{
	margin: 1.5rem 0 0 4rem;
}
.recruit_img{
	margin: 50px auto 0;
}
.recruit_img .flex{
	margin: 50px auto 0;
	justify-content: space-between;
}
.recruit_img{
	position: relative;
}
.recruit_catch{
	position: absolute;
	top: -100px;
	right: 10%;
	margin: 0 auto;
    width: fit-content;
    font-size: 200%;
    color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
	line-height:1.8;
}
.recruit_catch span{
	display: inline;
background-image: linear-gradient(180deg, #d1dd47, #f87c38);
	padding: 10px 2px;

}


/*--company--*/
.section_box.gray_back_3{
	margin: 150px auto 150px;
	padding: 0 0 80px 0;
}
.section_box.gray_back_3::after{
	content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 75%;
    height: 100%;
    background: var(--sabcolor);
    z-index: -3;
}
.company_wrap h2{
	margin: 1.5rem 12rem 0 auto;
}
.company_img{
	margin: 50px auto 0;
}
.company_img .flex{
	justify-content: space-between;
	margin: 50px auto 0;
}

/*--contact--*/
.contact_wrap .title_box h2{
	margin: 1.5rem 0 0 4rem;
}
.contact_box{
	margin: 50px auto 0px;
}
.contact_box .link_btn{
	margin: 20px auto 0px;
}
/*------------- footer -------------*/
footer{
	position: relative;
	margin: 100px 0 0;
	padding: 100px 0 0;
	border-bottom: 20px solid #fd7100;
}
footer::after{
	content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 60%;
    height: 100%;
    background: var(--sabcolor);
    z-index: -3;
}
.footer_wrap.flex{
	align-items: center;
}
.footer_logo_box{
	width: 60%;
	align-items: center;
}
.footer_logo{
	width: 50%;
	text-align: center;
}
.footer_logo img{
	width: 60%;
}
.address{
	width: 50%;
}
.address p{
	margin: 0 auto 10px;
}
.address a{
	color: #f76d1f;
	font-size: small;

}
.footer_link{
	width: 40%;
}
.footer_logo .adtank_logo{
	margin: 40px auto 0;
	display:block;
	
}
.footer_logo .adtank_logo img{
	width:40%;
	
}
.footer_link div{
	margin: 0 auto;
	width: fit-content;
}
.footer_link a{
	display: block;
	width: fit-content;
	margin: 10px 0;
	transition: all 0.3s;
}
.footer_link a:hover{
	color: var(--basecolor);
}
.copyright{
	margin: 50px 1em 10px;
	text-align: right;

	color: #fd7100;
}

.page_top_btn{

	

}

#page-top{
}
#page-top a{
	position: relative;
	text-align: center;
	padding: 20px 0 0 0;
	color: #fff;
}
#page-top a span{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: inline-block;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 17px solid #fff;
	border-top: 0;
}
#page-top a::after{
	content:"";
	position: absolute;
	width: 100px;
	height: 100px;
	top: -27px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: var(--basecolor);
	clip-path: circle(30px at 50% 50%);
	z-index: -1;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 30px;
	bottom:80px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(140px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(140px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(140px);
  }
}

/*--------------- お問い合わせ ---------------*/

.contact_txt_box{
	text-align:center
}
.contact_mail_box{
	margin:150px auto 0;
}
.must{
font-size: 10px;
    padding: 4px 10px;
    margin-left: 10px;
    background-color: var(--basecolor);
    color: #fff;
    border-radius: 10px;
}

.contact-form-area{
	max-width:800px;
	margin:0 auto
}
.contact-form-area p{

	margin:20px 0;
}


input,textarea{
	width: 100%;
	border-top:none;
	border-right:none;
	border-left: none;
	height: 30px;
	border: #6b6b6b solid 1px;
	background-color: #fff;
	margin: 10px auto 0;
}
textarea{
	height:100px
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px;
    border-radius: 50%;
}
 input[type="radio"] {
	 position:relative;
	 width: 15px;
	 height: 15px;
	 background: #FFFFFF;
	 border-width: 1px;
	 border-color: #000;

}
input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    background: #000;
}
.wpcf7-radio label{
	padding-right: 20px;
}
.wpcf7-list-item-label a{
	text-decoration:underline
}
.wpcf7-list-item{
	margin:0;
}
.short{
	width: 200px;
	margin-bottom:10px
}
input[type="submit"]{
	width: auto;
	height: auto;
	text-align: center;
	border:1px solid;
	padding:8px 20px ;
	
}
input[type="checkbox"] {
    width: auto;
    height: auto;
}
.submit_tac{
	text-align: center;
}
.co_midashi1{
	position: relative;
}
.kazari_4{
	position: absolute;
	top:-30px;
	left:-40px;

}



/*----------- under hero -------------*/
.hero_wrap{
	position: relative;
}
.hero_wrap .title_box{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
}
.hero_wrap .title_box h2::after {
    background: #fff;
}
.hero_wrap .title_box h1::after {
    background: #fff;
}


.single_box{
	justify-content: space-between;
}
.single_news_box{
	width: 60%;
}
.news_category{
	width: 20%;
}
.single_date{
	margin: 0 20px 0 0;
}
.single_ttl{
	color: var(--basecolor);
	margin: 0 auto;
}
.single_date_wrap{

	padding: 0 0 10px 0;
	margin: 20px auto 0;
}
.single_date{
	color: #888;
	font-size: 15px;
}
.news_content{
	margin: 50px auto 0;
	line-height: 1.6;
}
.return_btn{
	margin: 100px 0 0 0 ;
	text-align: center;
}
.return_btn a{
	background: var(--basecolor);
	padding: 5px 20px;
	color: #fff;
}

/* ページネーションの汎用スタイル */
.pagination {
	margin:50px auto 0;
}
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
}
.pagination li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.pagination li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #333;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.pagination li > .current,
.pagination li > a:hover {
  color: #ffffff;
  background: var(--basecolor);
}



/*--page/SERVICE--*/
.service_intro_wrap .title_box h2{
	margin: 1.5rem 6rem 0 auto;
}
.service_intro_wrap p{
	width: fit-content;
	margin: 70px auto 30px;
	
}
.service_intro_wrap p span{
border-bottom: 1px solid var(--basecolor);
}
.service_intro_wrap h3{
	width: fit-content;
	margin: 30px auto 0;
	text-align: center;
	color: var(--basecolor);
}
.service_intro_wrap h3 {
	font-size: 200%;
}
.service_intro_wrap h3 span{
	color: #333;
	font-size: 80%;

}
.service_intro_wrap h3 i{
	font-style: normal;
	font-size: 80%;
}

/*----*/
.strategy_wrap.flex{
	flex-wrap: wrap;
}
.strategy_ttl{

}
.strategy_wrap .strategy_box:nth-child(1),
.strategy_wrap .strategy_box:nth-child(2){
	width: 50%;
}
.strategy_wrap .strategy_box:nth-child(4){
	width: 40%;
}
.strategy_wrap .strategy_box:nth-child(3),
.strategy_wrap .strategy_box:nth-child(5){
	width: 30%;
}
.strategy_wrap .strategy_box:nth-child(6),
.strategy_wrap .strategy_box:nth-child(7),
.strategy_wrap .strategy_box:nth-child(8){
	width: 33.3%;
}
.strategy_box{
	position: relative;
	transition: all 0.3s;
}

.strategy_box.gradation{
	background: linear-gradient(90deg, #d1dd47, #f87c38);;
}
.strategy_wrap a{

}
.strategy_box .strategy_ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;

}
.strategy_box .strategy_grada_ttl{
	position: absolute;
	color: #fff;
	font-size: calc( 2vw + 10px );
	letter-spacing: 1.2px;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-weight: 400;
	margin: 0;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.strategy_grada_ttl i{
	font-style: normal;
	font-size: 1.5vw;
}
.strategy_box .mask{
	filter: grayscale(50%) brightness(60%);
    transition: all 0.3s;
}
.mask{
	display: block;
    line-height: 0;
    overflow: hidden;
}
.strategy_ttl{
	position: relative;
	counter-increment: guide_count;
	font-size: calc( 1.5vw + 10px );
	color: #fff;
	margin: 0 auto;
	text-align: center;
	
}
.strategy_ttl span{
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 10px auto 0;

}
.strategy_ttl::after{
	content: counter(guide_count, decimal-leading-zero);
	position: absolute;
	left: -20px;
	top: -20px;
	color: var(--basecolor);
	font-size: 15px;
	font-weight: normal;
}

.strategy_box:hover .mask{
	filter: grayscale(0%) brightness(90%)
}
.contents_wrap .strategy_text_box:nth-child(7){
	margin: 0;
}
.strategy_text_box{
	background: #fff;
	padding: 20px;
	margin: 0 auto 200px;
}
.s_text_img{
	width: 50%;
}
.s_text{
	width: 45%;
	margin: 0 0 0 5%;
}
.s_text h4{
	position: relative;
	margin: 40px auto 30px;
	counter-increment: s_count;
	text-align: center;
	font-size: 150%;
	width: fit-content;
}
.s_text h4::after{
	content: counter(s_count, decimal-leading-zero);
	position: absolute;
	font-weight: normal;
	font-size: 15px;
	color: var(--basecolor);
	top: -20px;
	left: -20px;
}
.s_text h4 span{
	display: block;
	color: var(--basecolor);
	font-weight: normal;
	font-size: 70%;
	margin: 5px auto 0;
}
.s_text p{
	line-height: 2;
}


/*--page-company--*/
.in_page_link_wrap{
    display: flex;
    padding: 0;
    list-style: none;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}
.in_page_link h2{
	position: relative;
	font-size: 120%;
	letter-spacing: 1.5px;
	font-weight: 400;
	counter-increment: company_link;
}
.in_page_link h2::after{
	content: counter(company_link, decimal-leading-zero);
	position: absolute;
    font-weight: normal;
    font-size: 15px;
    color: var(--basecolor);
    top: -20px;
    left: -20px;
}
.in_page_link h2 span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: var(--basecolor);

}
.in_page_link{
    position: relative;
	display: inline-block;
	padding: 0 3em;
    transition: all 0.3s;
}
.in_page_link_wrap li:nth-child(1),
.in_page_link_wrap li:nth-child(2),
.in_page_link_wrap li:nth-child(3){
	margin-right: 2em;
	position: relative;
}
.in_page_link_wrap li:nth-child(1)::after,
.in_page_link_wrap li:nth-child(2)::after,
.in_page_link_wrap li:nth-child(3)::after{
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    margin: 0 -1em;
    width: 1px;
    height: 50px;
    background: var(--basecolor);

}
.companyinfo_box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.companyinfo_box dl{
	display: flex;
}
.companyinfo_box dt{
	width: 20%;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    border-bottom: var(--basecolor) solid 3px;
}
.companyinfo_box dt span{
	display: block;
    font-weight: normal;
    font-size: 10px;
	margin: 5px auto 0;
}
.companyinfo_box dd{
	width: 80%;
    margin: 0 0 0 0;
    padding: 0px 0px 20px 20px;
    border-bottom: #fff solid 3px;
}
.adtank_link{
	width: 15%;
	display: inline-block;
	margin: 0 0 15px 0;
}
.adtank_link img{

}


/*--page-company--*/
.section_box.gray_back_5::after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #f7f7f7;
clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
	z-index: -1;
}
.title_box_left .title_box h2{
	margin: 1.5rem 0 0 4rem;
}
.prof_wrap{
	max-width: 500px ;
	margin: 50px auto ;
}
.prof_wrap h2{
	font-size: 230%;
	font-weight: 500;
	width: fit-content;
	border-bottom: 1px solid #333;
	padding: 0 10px 10px;
	margin: 0 auto 30px;
}
.prof_wrap h2 span{
	display: inline-block;
	margin: 0 0 0 20px;
	color: var(--basecolor);
	font-size: 15px;
	font-weight: normal;
}
.dot_border{
	color: var(--basecolor);
	text-align: center;
	margin: 100px auto;
}
.dot_border p{
	letter-spacing: 1em;
}
.title_box_right .title_box h2{
	margin: 1.5rem 9rem 0 auto;
}
.prof_wrap.flex{
	width: 100%;
	max-width: unset;
	justify-content: space-around;
}
.prof_wrap.flex div{
	width: 40%;
}
.prof_wrap.flex h2{
	border: none;
}

/*--access--*/
.section_box.gray_back_6{
	background: var(--sabcolor);
	padding: 100px 0 150px 0;
	margin: 200px auto 0;
}
.access_ttl{
	margin: -135px auto 0;
}
.access_address{
	background: #fff;
	max-width: 600px;
	margin: 100px auto;
	padding: 20px;
}
.access_address dl{
	display: flex;
}
.access_address dl dt{
	width: 20%;
}
.access_address dl dd{
	margin: 0;
	width: 80%;

}
.access_wrap{
	width: 100%;	
}
.access_wrap iframe{
	width: 100%;
	height: 400px;
}


/*--page-reason--*/
.section_box.gray_back_7{
	padding: 0px 0 100px;
}
.section_box.gray_back_7::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #f7f7f7;
    clip-path: polygon(0 74%, 100% 37%, 100% 100%, 0% 100%);
    z-index: -1;
}
.reason_intro{
	text-align: center;
}
.reason_intro h2{
	font-size: 250%;
	letter-spacing:0.3em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
}
.reason_intro h2 span:nth-child(2){
	font-size: 80%;
	margin: 0 0 0 20px;
	display: inline-block;
}
.reason_intro h2 span:nth-child(4){
	font-size: 80%;
}
.reason_intro h2 img{
	width:auto;
	height: 80px;
}
.reason_intro h3{
	color: var(--basecolor);
	font-size: 200%;
	font-weight: 500;
}
.reason_intro h3 span{
	border-bottom: 1px solid;
}
.reason_intro h3 i{
	font-style:normal;
	font-size: 80%;
}
.reason_intro .tac{
	margin: 100px auto 50px;
	justify-content:space-between;
	max-width:1000px;
}
.reason_intro .tac div{
	margin:0 10px;
}
.reason_intro p{
	text-align: left;
	max-width: 800px;
	margin: 50px auto 0;
	line-height: 1.8em;
}

/*--point_01--*/
.section_box.gray_back_8{
	padding: 50px 0 0;
}
.section_box.gray_back_8::after{
	content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 67%;
    height: 90%;
    background: var(--sabcolor);
    z-index: -3;
}

.point_1_ttl.flex{
	align-items: center;
	justify-content: center;
	margin: 0px auto ;
}
.point_1_ttl.flex div{
	margin: 0 3% 0 0 ;
}
.point_1_ttl.flex div img{
	width: auto;
	height: 60px;
}
.point_1_ttl.flex h2{
	color: var(--basecolor);
	font-size: 230%;
	font-weight: 500;
	letter-spacing: 2px;
}
.point_1_ttl.flex h2 span{
	border-bottom: 1px solid var(--basecolor);
}
.point_1_ttl.flex h2 i{
	font-style: normal;
	color: #333;
	font-size: 80%;
}
.point_txt{
	max-width: 700px;
	margin: 50px auto;
	line-height: 1.8em;
}
.point_1_wrap.flex{
	flex-wrap: wrap;
	max-width: 1000px;
	margin:0 auto;
}
.point_1_box{
	width: 32%;
	color: var(--basecolor);
	margin: 0 2% 0 0;
	text-align: center;
}
.point_1_box p{
	margin: 10px auto 0;
}
.point_1_box:nth-child(2){
	margin: 20px 2% 0 0;
}
.point_1_box:nth-child(3){
	margin: 40px 0 0 0;
}
.point_1_box:nth-child(4){
	margin: 40px 2% 0 16%;
}
.point_1_box:nth-child(5){
	margin: 60px 16% 0 2%;
}
.point_1_box:nth-child(6){
	margin: 80px 0 0 0;
}


.section_box.gray_back_9{
	margin: 200px auto 100px;
}
.section_box.gray_back_9::after{
	content: "";
    position: absolute;
    top: 130px;
    left: 0;
    width: 75%;
    height: 70%;
    background: var(--sabcolor);
    z-index: -3;
}
.point_2_ttl > img{
	width: auto;
    height: 60px;
}
.point_2_ttl p img{
	width: auto;
    height: 80px;
}
.point_2_ttl p{
	margin: 30px auto 0;
}
.support_wrap{
	border: 2px solid var(--basecolor);
	border-radius:15px  ;
	padding:3% 3% 0;
	background: #fff;
	margin: 0 auto 5%;
}
.support_wrap .flex{
	flex-wrap: wrap;
}
.support_block{
	position: relative;
	padding: 4%;
	margin: 0 0 3% 0;
	border-bottom: 2px solid var(--basecolor);
	counter-increment: support_block;

}
.support_block::before{
	content: counter(support_block, decimal-leading-zero);
	position: absolute;
    font-weight: normal;
    font-size: 35px;
    color: var(--basecolor);
    top: -20px;
    right: 10px;
	  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;

}
.support_block h2{
	color: var(--basecolor);
	text-align: center;
	margin: 0 auto 10px;
	font-size: 130%;
	font-weight: 500;
}
.support_block p{
	line-height: 1.8em;
}
.support_wrap .border{
	margin:0 0 4%;
	border-bottom:2px solid var(--basecolor);
	width: 100%;
}
.support_wrap .flex .support_block{
	width: 30%;
    flex-grow: 1;
    padding: 3% 3% 2%;
	border: none;
}
.support_wrap .flex .support_block:nth-child(1),
.support_wrap .flex .support_block:nth-child(2),
.support_wrap .flex .support_block:nth-child(5),
.support_wrap .flex .support_block:nth-child(6){
    margin-right: 2em;
    position: relative;
}
.support_wrap .flex .support_block:nth-child(1)::after,
.support_wrap .flex .support_block:nth-child(2)::after,
.support_wrap .flex .support_block:nth-child(5)::after,
.support_wrap .flex .support_block:nth-child(6)::after{
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    margin: 0 -1em;
    width: 2px;
    height: 60%;
    background: var(--basecolor);
}


.point_3_ttl{
	justify-content: center;
	align-items: center;
}
.point_3_ttl h2{
	color: var(--basecolor);
	font-size: 230%;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 0 30px;
}
.point_3_ttl h2 span{
	font-size: 80%;
}
.point_3_ttl div img{
		width: auto;
    height: 60px;
}

.jisseki_block{
	border-bottom: 1px solid var(--basecolor);
	padding: 0 0 3% 0;
	margin: 3% 0 0 0;
}
.jisseki_img{
	width: 45%;
	margin: 0 5%  0 0;
}
.jisseki_txt{
	width: 45%;
	margin: 0 0 0 5%;
}
.jisseki_img div:nth-child(1) img{
	border-radius: 10px;
}
.icon_block{
	margin: -70px -30px 0 0;
	text-align: right;
}
.icon_block img{
	height: 120px;
}
.jisseki_txt h3{
	margin: 1em 0;
	font-size: calc( 0.9vw + 15px );
}
.jisseki_txt p{
	line-height: 1.8em;
}
.jisseki_txt p span{
	color: var(--basecolor);
}
.contents_wrap .jisseki_block:last-child{
	border-bottom: none;
	padding: 0;
}
/*--------------SP--------------■■■■■■■■■■■*/
@media(max-width:1000px){
	.service_ttl{
		    margin: -80px auto 0;
	}
	.strategy_ttl{
		font-size: calc(1.2vw + 10px);
	}
	.strategy_ttl span{
		font-size: 10px;
	}



	/*-------- contact page ----------*/



}
@media(max-width:960px){
	/*------共通---------*/
	.flex_wrap_reverse{
		flex-wrap: wrap-reverse;
	}
	.flex{
		flex-wrap: wrap;
	}

	.logo img{
		width: 100%;
	}

	.news_ttl_box{
		width: 100%;
	}
	.news_box{
		margin: 1rem auto 0;
		width: 100%;
	}
	.sp_logo {
		text-align: center;
	}
	.sp_logo img{
		width: 70%;
	}
	.link_btn a{
		font-size: 120%;
	}

	.about_text{
		width:100%;
		margin: 0 0% 0% 0;
	}
	.about_img_box{
		width:100%;
		text-align:right;
		margin: 50px auto 0;
	}
	.service_img img{
		width:90%
	}
	.service_img h3{
		font-size:4vw;
	}
	.service_img h3 .small{
		font-size:3vw;
	}
	.hero_wrap > img{
	        object-fit: cover;
        width: 100%;
        height: 300px;
	}

	.single_news_box{
		width: 75%;
	}

	.catchphrase h2{
		font-size:5.5vw
	}
	.catchphrase h2 span{
		font-size:4.5vw
	}
	.catchphrase p{
		font-size: 3vw;
	}

	/*--page-SERVICE--*/
	.strategy_wrap .strategy_box:nth-child(1){
		width:100%;

	}
	.strategy_wrap .strategy_box:nth-child(1) img{
		object-fit:cover;
		width:100%;
		height:300px;
	}
	.strategy_wrap .strategy_box:nth-child(2),
	.strategy_wrap .strategy_box:nth-child(3){
		width: 50%;
	}
	.strategy_wrap .strategy_box:nth-child(4){
		width: 100%;
		height: 200px;
	}
	.strategy_wrap .strategy_box:nth-child(5),
	.strategy_wrap .strategy_box:nth-child(6),
	.strategy_wrap .strategy_box:nth-child(7),
	.strategy_wrap .strategy_box:nth-child(8){
		width: 50%;
	}
	.strategy_grada_ttl i{
		font-size: calc( 1.6vw + 10px );
	}
	.strategy_text_box{
		align-items: center;
	}

	/*--page_company--*/
	.in_page_link h2{
		font-size: 100%;
	}
	.in_page_link h2 span{
		font-size: 10px;
	}
	.in_page_link{
		padding: 0 3vw;
	}
	.companyinfo_box{
		margin: 50px auto 0;
	}
	.companyinfo_box dt{
		width: 30%;
	}
	.companyinfo_box dd{
		width: 70%;
	}
	.adtank_link{
		width: 30%;
	}

	.support_wrap .flex .support_block{
		width: 45%;
	}
	.support_wrap .flex .support_block:nth-child(3){
		margin-right: 2em;
		position: relative;
	}
	.support_wrap .flex .support_block:nth-child(3)::after{
		content: "";
		position: absolute;
		top: 20%;
		right: 0;
		margin: 0 -1em;
		width: 2px;
		height: 60%;
		background: var(--basecolor);
	}
	.support_wrap .flex .support_block:nth-child(2),
	.support_wrap .flex .support_block:nth-child(5){
		margin-right:0 ;
	}
	.support_wrap .flex .support_block:nth-child(2)::after,
	.support_wrap .flex .support_block:nth-child(5)::after{
		background: none;
	}
	.reason_intro .tac{
		justify-content:space-evenly;
		margin: 50px auto;
	}
	.reason_intro .tac div:nth-child(1){
		width:100%;
		margin:10px
	}


}

@media(max-width:850px){
	.icon_block img{
		height:110px
	}
}

@media(max-width:768px){
	.about_grada h2{
		font-size:4.5vw;
	}
	.service_wrap h4{
		font-size: 240%;
	}
	.service_wrap{
		padding: 21% 5% 3% 5%;
	}

	.service_ttl div img{
		/* height: 70px; */
	}

	.recruit_catch{
		position: unset;
		writing-mode: horizontal-tb;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: horizontal-tb;
		margin: 0 0 20px 0;
		font-size: 170%;
	}
	.recruit_catch span{
		padding: 2px 10px;
		background-image: linear-gradient(90deg, #d1dd47, #f87c38);
	}
	.recruit_message,
	.company_message{
		width: 100%;
		margin: 0px auto 30px;
	}

	.company_img .link_btn,
	.recruit_img .link_btn{
		width: 100%;
	}

	.footer_logo{
		width: 100%;
	}
	.address{
		margin: 20px auto 0;
	}
	.single_news_box{
		width: 100%;
	}
	.news_category{
		width: 100%;
		margin: 100px auto 0;
	}
	.home_news_wrap .news_box{
		width:100%
	}

	/*--page　SERVICE--*/
	.s_text_img{
		width: 100%;
	}
	.s_text{
		width: 100%;
		margin: 0;
	}
	.prof_wrap h2{
		font-size: 200%;
	}

	/*--pageーreason--*/
	.section_box.gray_back_7::after{
		clip-path: polygon(0 55%, 100% 30%, 100% 100%, 0% 100%);
	}
	.reason_intro h2 span:nth-child(2) {
		margin: 0px 0 0 10px;
	}

	.section_box.gray_back_8::after{
		width: 80%;
    	height: 90%;
	}
	.point_1_box{
		width: 49%;
	}
	.point_1_box p{
		font-size:13px
	}
	.point_1_box:nth-child(2){
		margin: 20px 0% 0 0;
	}
	.point_1_box:nth-child(3){
		margin: 30px 2% 0 0;
	}
	.point_1_box:nth-child(4){
		margin: 50px 0% 0 0;
	}
	.point_1_box:nth-child(5){
		margin: 20px 0 0 0;
	}
	.point_1_ttl.flex h2{
		font-size: 180%;
	}
	.point_1_ttl.flex h2 i{
		display: block;
	}

	.point_2_ttl p img{
		height: 12vw;
	}
	.support_wrap{
		padding: 7% 3% 0;
		margin: 0 auto 40px;
	}
	.support_block{
		margin: 0 0 20px 0;
		padding: 20px 3%;
	}
	.support_wrap .flex .support_block{
		width: 100%;
		padding: 20px 3% 20px;
	}
	.support_wrap .flex .support_block:nth-child(1),
	.support_wrap .flex .support_block:nth-child(3),
	.support_wrap .flex .support_block:nth-child(6){
		margin-right: 0;
	}
	.support_wrap .flex .support_block:nth-child(1)::after,
	.support_wrap .flex .support_block:nth-child(2)::after,
	.support_wrap .flex .support_block:nth-child(3)::after,
	.support_wrap .flex .support_block:nth-child(5)::after,
	.support_wrap .flex .support_block:nth-child(6)::after{
		top: unset;
		bottom: 0;
		right: 0;
		margin: 0 ;
		width: 100%;
		height: 2px;
		background: var(--basecolor);
	}

	.point_3_ttl > div{
		width: 100%;
		text-align: center;
	}
	.point_3_ttl h2{
		margin: 0 auto;
	}
	.jisseki_img{
		width: 100%;
	}
	.jisseki_txt{
		width: 100%;
		margin: 5% 0 ;
	}
	.jisseki_block{
		margin: 10% 0 0 0;
	}
	.point_1_ttl.flex div img,
	.point_2_ttl > img,
	.point_3_ttl div img{
		height:45px;
	}

	/*--キャッチコピー--*/
	.catchphrase{
		left:5%;
	}
	.catchphrase h2{
		font-size:7.5vw
	}
	.catchphrase h2 span{
		font-size:5.5vw
	}
	.catchphrase p{
		font-size: 4vw;
	}
	.reason_intro .tac div{
		width:30%
	}
	.reason_intro .tac div:nth-child(1){
		width:100%
	}
	.reason_intro .tac div:nth-child(1) img{
		width:30%
	}
}

@media(max-width:600px){
	.in_page_link_wrap{
		flex-wrap: wrap;
	}
	.in_page_link_wrap li{
		width: 50%;
	}
	.in_page_link_wrap li:nth-child(1), .in_page_link_wrap li:nth-child(2), .in_page_link_wrap li:nth-child(3) {
		margin-right: 0em;
		position: relative;
	}
	.in_page_link_wrap li:nth-child(1)::after,  .in_page_link_wrap li:nth-child(3)::after{
		margin: 0;
	}
	.in_page_link_wrap li:nth-child(2)::after{
		background: none;
	}
	.in_page_link_wrap li:nth-child(3),
	.in_page_link_wrap li:nth-child(4){
		margin: 30px 0 0;
	}
}

@media(max-width:560px){
	.logo{
		width: 45%;
	}
	.logo a{
		height: 30px;
	}
	.hero_wrap .title_box{
		left:5%;
	}
	.section_box{
		margin: 80px auto;
	}
	.section_box.gray_back_1{
		margin: 80px auto;
		padding: 80px 0 50px 0;
	}
	.section_box.gray_back_2{
		padding: 80px 0 0;
		background: linear-gradient(to top, #ffffff 42%, var(--sabcolor) 42%);
	}
	.section_box.gray_back_3{
		margin: 90px auto 100px;
		padding: 0 0 60px;
	}
	.section_box.gray_back_3::after{
		top: 15px;
		width: 80%;
	}
	.title_box h2,
	.title_box h1{
		font-size: 110%;
	}
	.title_box h2::after{
		top: 8px;
		left: -2.2rem;
		width: 35px;
		height: 3px;
	}
	.title_box img{
		height: 4vh;
	}
	/*ニュース*/
	.news_ttl_box .link_btn{
		margin: 20px auto 0;
	}
	/*サービス紹介*/
	.kousapo_ttl_box .title_box h2{
		margin: 1.5rem 2rem 0 auto;
	}

	/*広サポとは？*/
	.section_box.about_box .contents_wrap{
		padding: 90px 0 50px;
	}
	.service_ttl{
		margin:-40px auto 0;
	}
	.service_wrap h4{
		font-size: 150%;
	}
	.service_text_box p{
		font-size:100%
	}
	.service_text_box .grada{
		padding:5px 0;
	}
	.service_img h3{
		font-size:6vw;
	}
	.service_img h3 .small{
		font-size:5vw
	}
	.service_wrap {
        padding: 27% 5% 5% 5%;
    }
	/*強み*/
	.tsuyomi_ttl div img{
		height: 70px;
	}
	.point div:nth-child(1) img{
		height: 4vh;
	}
	.point div img{
		height: 6vh;
	}
	/*採用情報*/
	.recruit_catch{
		font-size: 140%;
	}
	.recruit_img{
		margin: 30px auto 0;
	}
	.recruit_img .flex{
		margin: 30px auto 0;
	}

	/*会社概要*/
	.company_wrap h2{
		margin: 1.5rem 6rem 0 auto;
	}
	.company_img .flex{
		margin: 30px auto 0;
	}

	/*お問合せ*/
	.contact_box{
		margin: 30px auto 0;
	}

	/*footer*/
	footer{
		margin: 80px 0 0;
		padding: 80px 0 0;
	}
	footer::after{
		width: 80%;
	}
	.footer_logo_box{
		width: 100%;
	}
	.footer_logo{
		text-align: left;
	}
	.address{
		width: 100%;
	}
	.footer_logo img {
		width: 40%;
	}
	.footer_logo .adtank_logo{
		margin:30px auto 0;
	}
	.footer_logo .adtank_logo img{
		width:30%;
	}
	.address p{
		color: #666;
	}

	.link_btn a{
		font-size: 100%;
	}
	/*ページトップアニメ*/
		#page-top{
			bottom: 65px;
			right: 25px;
		}
	#page-top a span{
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 13px solid #fff;
	}
	#page-top a{
		padding: 17px 0 0 0;
		font-size: 12px;
	}
	#page-top a::after{
		top: -18px;
		width: 70px;
		height: 70px;    
		clip-path: circle(25px at 50% 50%);
	}

	.service_intro_wrap h3{
		font-size:180%;
	}
	.strategy_wrap .strategy_box:nth-child(1) img{
		height: 200px;
	}
	.strategy_wrap .strategy_box:nth-child(2) img,
	.strategy_wrap .strategy_box:nth-child(3) img,
	.strategy_wrap .strategy_box:nth-child(n+5) img{
		height: 165px;
		width:auto;
		object-fit:cover
	}
	.strategy_ttl::after{
		left:-10px
	}
	.strategy_ttl{
		font-size: calc(1.4vw + 10px);
	}
	.strategy_box .strategy_grada_ttl{
		font-size:calc( 4vw + 10px );
	}

	/*--page-company--*/
	.companyinfo_box dt{
		width: 40%;
	}
	.adtank_link{
		width: 60%;
	}
	.title_box_right .title_box h2{
		margin: 1.5rem 3rem 0 auto;
	}
	.prof_wrap.flex div{
		width: 100%;
	}
	.prof_wrap.flex div:nth-child(1){
		margin: 0 auto 50px;
	}
	.prof_wrap h2{
		font-size:180%;
	}
	.prof_wrap h2 span{
		font-size:12px;
	}
	.prof_wrap.flex h2{
		font-size: 160%;
	}
	.prof_wrap.flex h2 span{
		font-size: 10px;
	}
	.access_ttl{
		margin: -120px auto 0;
	}
	.access_address{
		margin: 70px auto;
	}
	.section_box.gray_back_6{
		padding: 100px 0 100px 0;
	}
	.access_address dl dt{
		width: 30%;
	}
	.access_address dl dd{
		width: 70%;
	}

	/*--page-reason--*/
	.section_box.gray_back_7::after {
        clip-path: polygon(0 60%, 100% 30%, 100% 100%, 0% 100%);
    }
	.reason_intro h2 img{
		width:auto;
		height: 12vw;
	}
	.reason_intro h2{
		font-size: 180%;
		letter-spacing: 0.2em;
	}
	.reason_intro h3{
		font-size: 150%;
	}

	.section_box.gray_back_9{
		margin: 100px auto 100px;
	}
	.section_box.gray_back_9::after{
		top: 110px;
	}
		.reason_intro .tac div{
		width: 43%;
	}
	.reason_intro .tac div:nth-child(1){
		width:100%;
		margin: 0 0 40px;
	}
	.reason_intro .tac div:nth-child(1) img{
		width: 43%;
	}
	.point_1_ttl.flex h2,
	.point_3_ttl h2{
		font-size:170%;
	}
	.point_3_ttl h2{
		margin:10px auto 0;
	}

	/*--page-service--*/
	.service_intro_wrap .title_box h2{
		margin: 1.5rem 1rem 0 auto;
	}

	/*--recruit--*/
	.recruit_wrap h2{
		font-size:120%;
	}
}

