@charset "utf-8";
/*
Theme Name:テンプレート__01
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
共通
============================*/
.bl_flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    align-items: center;
justify-content: center;
}
span.br{
	display:block;
}
.txt_center{
	text-align:center;
}
/*インデント*/
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*ページ内リンク*/
span.anchorlink {
    position: relative;
    top: -150px;
    display: block;
}
@media screen and (max-width: 640px) {
    span.anchorlink {
        top: -80px;
    }
}
/*============================
トップページ
============================*/
.top_page_back{
  background-image: url(./images/bg-service.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#e3f5ff;
}
.back_white{
	background:white;
	padding-top:40px;
}
/* ----- メインビジュアル -----*/
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.bl_topImg {
  width: 100%;
  height: 100%;
}

.bl_topImg img {
  width: 100%;
  object-fit: cover;
}

.bl_top_cc {
	position: absolute;
	bottom:5%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	right:0;
}
.bl_top_cc h1{
    line-height: 1.55em;
    color: white;
    text-align: left;
    width: 60%;
    font-size: 1.9em;
	color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.15em;
    background:linear-gradient(275deg, #2196F3 30%, #003d9f 100%) text;
    font-weight: bold;
}

.bl_top_cc h1 .hp_br {
	display: block;
}

/*事例紹介*/
.top_case{
	position:relative;
background-color:hsl(201deg 100% 88.36%);
background-image:
radial-gradient(at 40% 20%, hsla(184, 100%, 79%, 0) 0px, transparent 50%), radial-gradient(at 95% 14%, hsl(220.62deg 100% 59.55% / 67%) 0px, transparent 50%);
	padding-top: 70px;
}
.top_case_back_illust{
	position:absolute;
	top:8%;
	right:0;
	width:60%;
}
/*事例紹介詳細ボタン*/
.btn_caseMore{
	bottom:3%;
	right:3%;
}
.btn_caseMore a {
font-size: 15px;
    letter-spacing: 0.1em;
    color: #006dc4;
    font-weight: 400;
    border: 1.5px solid #006dc4;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
    padding: 16px 64px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s;
    background: rgb(195 236 255 / 30%);
	font-weight:500;
	border-radius:10px;
}
.btn_caseMore a:hover{
background: rgb(33 150 243 / 62%);
    color:white;
}
.btn_caseMore a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1.3px;
  background:#006dc4;
  transition: all 0.3s ease;
}

.btn_caseMore a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}
/*事例紹介スライダー*/
.slider_caseStudy {
	width: 100%;
	margin-bottom:10%;
  display: none;
}
.slider_caseStudy.slick-initialized {
  display: block;
}
.slider_caseStudy li:nth-child(even){
	margin-top:80px;
}
.slider_caseStudy img,
.slider_caseStudy .img_zoom{
	border-radius:25px;
}
.slider_caseStudy .slick-slide{
	margin:30px;
	position:relative;
	border-radius:25px;
box-shadow: #73a9fc 0 2px 6px 0;	
}

.slider_caseStudy .bl_caseSlider_box{
position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding:3% 10% 3%;
   background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 25px 25px;
}
.slider_caseStudy .bl_caseSlider_box h3{
font-size: 1.13em;
    margin:0 0 1%;
    font-weight:600;
    letter-spacing: 0.1em;
	color:white;
}
.slider_caseStudy .bl_caseSlider_box h3.h3-case1{color:#167acb;}
.slider_caseStudy .bl_caseSlider_box h3.h3-case2{color:#008d80;}
.slider_caseStudy .bl_caseSlider_box h3.h3-case3{color:#0e84e1;}
.slider_caseStudy .bl_caseSlider_box h3.h3-case4{color:#5aa800;}
.slider_caseStudy .bl_caseSlider_excerpt{
	font-size:15px;
	    letter-spacing: 0.07em;
}
.slider_caseStudy .slick-slide .serialNumber{
    position: absolute;
    top: 0;
    width: 18%;
	background:#167acb;
    text-align: center;
    padding: 1.5% 0;
    border-radius: 25px 0;
}
.slider_caseStudy .slick-slide .serialNumber.case2{
    background:#009688;
}
.slider_caseStudy .slick-slide .serialNumber.case4{
	    background: #8BC34A;
}
.slider_caseStudy .slick-slide .serialNumber.case3{
    background:#46aaf9;
}
.slider_caseStudy .slick-slide .serialNumber p{
color: white;
    letter-spacing: 0.15em;
    font-size: 0.85em;
	font-weight:bold;
}
@media screen and (max-width: 1400px){
.slider_caseStudy .bl_caseSlider_box {
    padding: 3% 5% 3%;
}
	.slider_caseStudy .slick-slide .serialNumber{
		width:25%;
	}
}
@media screen and (max-width: 1320px){
	.slider_caseStudy .bl_caseSlider_excerpt{
		display:none;
	}
	
	.slider_caseStudy .slick-slide{
		margin:30px 20px;
	}
}

@media screen and (max-width: 1250px){
	.slider_caseStudy .bl_caseSlider_box h3 {
		font-size: 1em;
	}
}

@media screen and (max-width: 1023px){
	.slick-prev, .slick-next {
    	display: none !important;
	}
}

@media screen and (max-width: 950px){
	.slider_caseStudy {
		margin: 0;
	}
	.slider_caseStudy .slick-slide img{
		width:100%;
	}
	.slider_caseStudy li:nth-child(even){
		margin-top:30px;
	}
}
@media screen and (max-width: 767px){
	.slider_caseStudy .bl_caseSlider_box h3 {
		font-size: 1.1em;
	}
	
	.slider_caseStudy li:nth-child(even){
		margin-top:0;
	}

.slider_caseStudy .slick-slide{
	margin:0 10px 30px;
	}	
}

@media screen and (max-width: 460px){
	.slider_caseStudy .bl_caseSlider_box h3 {
		font-size: 0.8em;
	}
    .slider_caseStudy.slick-initialized {
        margin-bottom: 1%;
    }
	.slider_caseStudy .slick-slide .serialNumber p{
		    font-size: 0.8em;
    font-weight: normal;
	}
    .ly_wrap, .ly_wrap_mini {
        padding: 0 0 0 15px;
    }
}
/*AGEKKE MARKETING RESERCHの横に流れる文字*/
.p-top_catch {
    line-height: 1;
    position: relative;
    display: flex;
    height: 74px;
    background: url(./images/catch.svg) repeat-x left top
}

.p-top_catch_outer {
    display: flex;
    overflow: hidden
}

.p-top_catch img {
    width: auto;
    max-width: none;
    height: auto
}

@keyframes anime_catch {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}
/*事例紹介背景ウェーブ*/
.move_waves {
  position:relative;
  text-align:center;
  background:hsl(201deg 100% 88.36%);
  color:white;
}
.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

@media screen and (max-width: 1400px){	
	.bl_top_cc {
    	bottom: 3%;
	}
	
	.bl_top_cc h1 {
    	line-height: 1.5em;
    	font-size: 1.875rem;
	}
}

@media screen and (max-width: 1300px){
	.bl_top_cc .btn_caseMore {
    	right: 6%;
	}
	
	.bl_top_cc {
    	bottom: 10%;
	}
	
	.bl_top_cc h1 {
    	font-size: 1.5rem;
		width: 100%;
		margin: 0 0 30px;
	}
	
	.bl_top_cc h1 .hp_br {
		display: inline;
	}
}

@media screen and (max-width: 1279px){
    .bl_top_cc h1 {
        font-size: 1.375rem;
	}
}

@media screen and (max-width: 950px){
	.bl_top_cc{
		    bottom: 7%;
	}
	
	.bl_top_cc h1 br{
		display: none;
	}	

	.bl_top_cc{
		    bottom:-10%;
	}

.bl_top_cc .btn_caseMore {
        right:0;
		position: unset;
		margin-top: 5%;
	}
	
	.back_white {
    	padding-top: 110px;
	}
}

@media screen and (max-width: 767px){
	.back_white {
    	padding-top: 180px;
	}
	
	.bl_top_cc {
        bottom: -25%;
    }
	
	 .bl_top_cc h1 {
        font-size: 1.125rem;
    }
	
	.p-top_catch {
    	height: 55px;
	}
}

@media screen and (max-width: 500px){
	.bl_top_cc {
        bottom: -36%;
    }
}

@media screen and (max-width: 400px){
	.bl_top_cc {
        bottom: -45%;
    }
}

@media screen and (max-width: 374px){
	 .bl_top_cc h1 {
        font-size: 1rem;
    }
}
/*============================
1 当社の強み
============================*/
.bl_advantage{
	background:white;
    margin: -2px 0 0;
}
.bl_advantage .el_lv2Heading .en_green{
	text-align:center;
}
.bl_advantage .el_lv2Heading .en{
	color:#00885a;
	-webkit-text-fill-color:#00885a;
}
.bl_advantage ul{
	display:flex;
}
.bl_advantage li{
    margin: 0 3%;
}
.bl_advantage li .bl_noteSlider_date{
	font-size:0.8em;
	color:gray;
	margin-top:3%;
}
.bl_advantage .img_zoom {
	border-radius:10px;
}
.bl_advantage li h3{
font-weight: 700;
    margin: 8% 0 4%;
    color:#3368bd;
    font-size: 20px;
    text-align: center;
	letter-spacing:0.07em;
}
.bl_advantage .btn_caseMore{
	position:unset;
	margin-top:5%;
}

.bl_advantage li .btn_caseMore {
width: 70%;
    margin: 9% auto 0;
}
@media screen and (max-width: 1200px) {
.bl_advantage li .btn_caseMore {
width: 100%;
}
}
@media screen and (max-width: 1000px) {
	.el_lv2Heading .en_green{
		font-size:2em;
	}
}
@media screen and (max-width: 950px) {
.bl_advantage ul{
	display:block;
}
.bl_advantage .img_zoom,.bl_advantage div {
    text-align: center;
}
.bl_advantage .img_zoom img,.bl_advantage div img{
    width:60%;
}
.bl_advantage li h3 {
	margin: 2% 0;
	}
.bl_advantage li;last-child{
    margin-bottom: 0;
}
.bl_advantage li .btn_caseMore {
    margin: 5% auto 0;
}
    .bl_advantage li:not(:last-child) {
        margin-bottom: 10%;
    }
	
	.bl_advantage {
    	margin: -50px 0 0;
	}
}
@media screen and (max-width: 767px){
	.bl_noteSlider_excerpt{
		margin: 0 auto;
    	width: 80%;
		text-align: left;
	}
}

/*============================
2 サービスメニュー　Service
============================*/
.bl_service .btn_caseMore {
    position: unset;
    margin-top: 5%;
}
.bl_service .el_lv2Heading .en_green{
-webkit-text-fill-color: white;
}
.bl_service .el_lv2Heading .ja{
	color:white;
}
.bl_service ul{
	display:flex;
	    margin-top: 4%;
	    flex-wrap: wrap;
}
.bl_service li{
	margin:1.5%;
    backdrop-filter: blur(3px);
    background:white;
    border-radius: 10px;
	position:relative;
	width:30%;
}
.bl_service .img_zoom img{
	border-radius:10px 10px 0 0;
}
.bl_service li .bl_noteSlider_date{
	font-size:0.8em;
	color:gray;
	margin-top:3%;
}
.bl_service li img{
	border-radius:10px 10px 0 0;
}
.bl_service li h3{
font-weight:bold;
    padding:7% 0 5%;
    color:#3368bd;
    font-size: 19px;
    text-align: center;
	letter-spacing:0.05em;
  position: relative;
}
.bl_service li h3:before{
background-color: #bbe8ff;
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;	
}
.bl_service li h3.line2{
padding: 2% 0 1%;
    line-height: 1.5em;
}
.bl_service li ol{
	display:flex;
	    flex-wrap: wrap;
	padding:0 2% 2%;
	    margin-top: 7%;
}
.bl_service li ol li{
    padding: 0;
    width: 47%;
    font-size: 0.95em;
    letter-spacing: 0.05em;
}
.bl_service li:last-child ol li{
    width: 100%;
    text-align: center;	
}
.bl_service li ol li a:hover{
	color:#0b94d5;
}
.bl_service .btn_caseMore a{
	    background: rgb(0, 109, 196);
    color: white;
    border-color: white;
}
.bl_service .btn_caseMore a::after{
	background:white;
}
.bl_service .btn_caseMore a:hover{
background: rgb(33 150 243 / 62%);
    color:white;
}

.bl_service_bnr {
	max-width: 720px;
	margin: 30px auto 0;
}

.bl_service_bnr img {
	border-radius: 10px;
}

.bl_service_bnr img:hover {
	box-shadow: 0px 0px 8px 0px #dcdcde91;
}
@media screen and (max-width: 1200px) {
.bl_service li ol {
	display: block;
	}	
	.bl_service li ol li{
		width:100%;
	}
.bl_service li:last-child ol li {
    text-align: left;
}
}
@media screen and (max-width: 950px) {
	.bl_service ul{
		display:block;
		max-width: 500px;
     	margin: 0 auto;
	}
	
	.bl_service ul li{
		margin: 0 0 15px;
		width:100%;
		text-align: center;
		padding:5%;
	}
	
	.bl_service ul li:last-child {
		margin: 0;
	}
	
	.bl_service li h3 {
		padding: 2% 0;
	}
	
	.bl_service li h3 br{
		display:none;
	}
	
	.bl_service li:last-child ol li {
        text-align: center;
    }
}
@media screen and (max-width: 830px){
	.bl_service li h3,.bl_service li h3.line2{
		        padding: 3% 0;
	}
}

/*============================
3 ご発注までの流れ　flow
============================*/
.bl_flow{
background: #69A1FF;
background: linear-gradient(337deg, rgba(105, 161, 255, 1) 0%, rgba(193, 232, 255, 1) 45%, rgba(196, 234, 255, 1) 100%);
}
.bl_flow ul{
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:3%;
}
.bl_flow li{
    position: relative;
    padding: 2% 0;
    background: white;
    margin: 0 3%;
    flex: 1;
    text-align: center;
border-radius: 20px 0;
    color:#3368bd;
    letter-spacing: 0.1em;
    font-weight: 500;
	    box-shadow: #7aaeff 0 2px 6px 0;
}
.bl_flow ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 23px;
    background: url(./images/flow_arrow.svg) no-repeat center / cover;
	left: -37px;
}
.bl_flow li img{
	width:50%;
	margin:0 auto 4%;
	display:block;
filter: invert(32%) sepia(56%) saturate(1211%) hue-rotate(189deg) brightness(97%) contrast(87%);
}
@media screen and (max-width: 950px) {
	.bl_flow ul{
		display:block;
		max-width: 500px;
    	margin: 0 auto;
	}

	.bl_flow li {
		border-radius: 20px;
		margin: 0 15px 30px;
	}
	
	.bl_flow li:last-child{
		margin-bottom:0;
	}
	
	.bl_flow ul li:not(:first-child)::before {
		display:none;
	}
}

@media screen and (max-width: 767px) {
	.bl_flow ul{
		max-width: 210px;
	}

	.bl_flow li {
		margin: 0 0 15px;
		padding: 30px 0;
	}
	
	.bl_flow li img{
		width: 39%;
		margin: 0 auto 12px;
	}
	
}
/*============================
3 会社概要　about
============================*/
.bl_about {
	position: relative;
	background:white;
}
.bl_about .back-img{
    position: relative;
    background: url(./images/top_about_back_illust.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom left;
}
.bl_about .fuwafuwa{
    position: absolute;
    top: 10%;
    left: 7%;
    width: 20%;
}
.bl_about .fuwa02{
    width: 15%;	
    top: 45%;
    left: 20%;
}

.bl_about_cont {
	display: grid;
	grid-template-columns: 35% 1fr;
	gap: 90px;
	align-items: start;
}
.bl_about_cont h3{
font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #333;
}

.bl_about .bl_about_cont__right h2{
	text-align:left;
}
/*table部分*/
.bl_about table{
	border-collapse:collapse;
	margin:5% 0;
}
.bl_about table tr{
	border-bottom:1px solid #a4d7ff;
}
.bl_about table tr:last-child{
	border-bottom:1px solid white;	
}
.bl_about table td{
	padding:1.5% 0;
    letter-spacing: 0.07em;
}
.bl_about table td:first-child{
	width:25%;
}
/*google map 埋め込み*/
.google-maps {
    position: relative;
    overflow: hidden;
}
.google-maps iframe {
	width: 100% !important;
    height: 299px !important;
}
@media screen and (max-width: 1200px) {
	.bl_about_cont__left{
		display:none;
	}
.bl_about_cont {
	display: block;
	        text-align: center;
	}
.bl_about_cont .p_br{
	display: block;		
	}
.bl_about .bl_about_cont__right h2 {
    text-align: center;
}
	.bl_about .back-img{
		background:none;
	}
	.bl_about .fuwafuwa{
		display:none;
	}
.bl_about table {
    text-align: left;
}
}
@media screen and (max-width: 800px){
.bl_about {
	padding-bottom: 5%;
}
}
@media screen and (max-width: 570px){
.bl_about_cont h3{
	font-size: 1rem;
	}
}

/*============================
お知らせ
============================*/
.bl_news .el_lv2Heading .en_green{
	text-align:center;
}

.bl_news .el_lv2Heading .ja {
    text-align: center;
	    margin-top:4%;
}

.bl_news_post {
	border-bottom: 1px solid #DEDDDD;
    padding: 20px 0;
	display:flex;
}


.bl_news_post ul{
	display:flex;
	margin-bottom: 3%;
}

.bl_news_post ul li{
	margin-right:2%;
}

.bl_news .ly_wrap.wow{
	padding-bottom:7%;
}
.bl_news_cont {
display: grid;
    grid-template-columns: 25% 1fr;
    gap: 90px;
    align-items: center;
    margin: 10% 0 0;
    background: #ffffffd1;
    padding: 3%;
    border-radius: 10px;
}

.bl_news_cont__right{
	border-top: 1px solid #DEDDDD;
	position:relative;
}

.bl_news_cont__right::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1.5px;
background:#006dc4;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

.bl_news_cont__right:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}


.bl_news_post li {
	vertical-align: top;
	font-size:0.9em;
}

.bl_news_post .cate{
color: white;
    background: #006dc4;
    padding: 0 2%;
    margin: 0 2%;
    font-size: 0.8em;
    line-height: 2em;
}

.bl_news_post .date {
  	font-family: "Barlow", sans-serif;
	letter-spacing: .1em;
}

.bl_news_post h3 {
	transition: .3s;
	position: relative;
	padding-right: 51px;
}
.bl_news_post a:hover{
	color:#006dc4;
}
.bl_news_post h3 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bl_news_post:hover h3 {
    color: #00885a;	
}
.bl_news .btn_caseMore{
    position: unset;
    width: 80%;
    margin: 0 auto;
}
.bl_news .btn_caseMore.mob{
	display:none;
}
@media screen and (max-width: 1040px) {
.bl_news_cont {
	display: block;
	}
.bl_news .el_lv2Heading .ja {
    margin-top: 1%;
}
.bl_news .btn_caseMore {
    display:none;
}
.bl_news .btn_caseMore.mob{
	display:block;
    width: 100%;
    margin-top: 5%;
}
.bl_news .btn_caseMore.mob a {
    border:none;
    max-width:100%;
    text-align: right;
background:transparent;
    font-weight:normal;
   border-radius:0;
	        padding: 16px 0;
}
.bl_news .btn_caseMore.mob a::after{
		content:none;
	}
.bl_news_post h3 {
    padding-right: 0;
}
}
@media screen and (max-width: 850px) {
	.bl_news_cont{
		display: block;
	}
    .bl_news_cont__left {
        margin-left: 0;
    }	
.bl_news .el_lv2Heading .ja {
    margin-top: 0;
}
}
@media screen and (max-width: 800px){
.bl_news_post {
	display:block;
}
.bl_news_post .cate {
    margin: 1% 0;
    width: 20%;
    text-align: center;
}
}
@media screen and (max-width: 500px){

}
/* ======================================================
/* ? ? ? ? ? ? ?  ++ 固定ページテンプレート ++
   ====================================================== */
/*パンくずリスト*/
#bread{
	margin-top:1%;
	padding:0;
}
#bread li{
	display:inline-block;
	    font-size: 0.8em;
	letter-spacing:0.05em;
}
#bread li a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 1300px){
	#bread{
		width:95%;
	}	
}
/*共通*/
.title-wrap.kotei_title .wrap h1 span{
	text-transform:capitalize
}
.kotei_content p{
	letter-spacing:0.05em;
	line-height:1.6em;
}
#pageHeader {
    padding:18px 0 10px;
    position: relative;
    z-index: 1;
    background: url(./images/bg-service.png) center center no-repeat;
    background-size: cover;
}
.title-wrap .wrap{
	padding:8% 0 4%;
    text-align: center;
}
.title-wrap .wrap h1{
	    font-size: 2rem;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}
.title-wrap .wrap h1 span{
	display: block;
    color:white;
    letter-spacing: 0.3rem;
}
.title-wrap .wrap h1 span.ja{
display: block;
font-size: 1rem;
font-weight:normal;
    letter-spacing: 0.2rem;

	    margin-top: 0.7%;
}
/*戻るボタン*/
.kotei_content .btn_backTop{
position: unset;
    text-align: right;
}
.kotei_content .btn_backTop a{
	color:#19a2ca;
} 
.kotei_content .btn_backTop a .fas{
	margin-left:3px;
}
@media screen and (max-width:1300px){
.kotei_content{
width:95%;
	margin:0 auto;
}
}
#pageHeader {
	padding:40px 0 10px;
	}
}
@media screen and (max-width:400px){
#pageHeader {
	padding:50px 0 10px;
	}
}
/*お問い合わせボタン*/
.btn_contact{
    text-align: center;
    margin: 4% 0 7%;
}
.btn_contact .btn_caseMore{
	position:unset;
}
.btn_contact p{
    font-weight: bold;
    margin-bottom: 2%;
}
.btn_contact a{
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
    padding: 16px 64px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s;
    background: rgb(195 236 255 / 30%);
    font-weight: 500;
    border-radius: 10px;
    background: #ffe6b9;
    color: #f8654a;
    border: 1.5px solid #f8654a;
    font-weight: bold;
	font-size:1.1em;
}
.btn_contact a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 60px;
    height: 1.3px;
background: #f9654a;
    transition: all 0.3s ease;
}
.btn_contact a:hover{
    background: #f8654a;
color:white;	
}
.btn_contact a::after {
    background: #f9654a;
}
/* ======================================================
/* ? ? ? ? ? ? ?  ++ 【固定ページ】投稿一覧ページ アーカイブ++
   ====================================================== */
.kotei_archive .bl_news_post figure {
    width: 20%;
	    border-radius: 15px;
}
.kotei_archive .bl_news_post .bl_news_post_txt{
	width:80%;
}
.kotei_archive .kotei_news_more{
	margin-top:4%;
}
/*ニュースのみ表示　カテゴリ*/
.kotei_archive .bl_news_post li.cate {
    color: green;
    background:#e6f8f7;
    padding: 0 2%;
	    border-radius: 5px;
}
/*取り組み一覧のみ表示　カテゴリアイコン*/
.post-type-archive-activities .bl_news_post {
    position: relative;
	margin-bottom: 4%;
}
@media screen and (max-width:1300px){
	.kotei_archive{
		width:95%;
		margin:0 auto;
	}
.kotei_archive .bl_news_post figure {
    display: none;
}
.kotei_archive .bl_news_post .bl_news_post_txt {
    width: 100%;
}
}
@media screen and (max-width:900px){
.kotei_archive .activities_icon{
display:none;
}
}
@media screen and (max-width: 760px){

}
@media screen and (max-width: 500px){

}
/* ======================================================
/* ? ? ? ? ? ? ?  ++ 【固定ページ】投稿一覧ページ アーカイブ コラム++
   ====================================================== */
.page-template-archive-column{
	background:aliceblue;
}
.page-template-archive-column .kotei_archive .bl_news_post .bl_news_post_txt {
    width: 100%;
	display: flex;
}
.page-template-archive-column .kotei_archive .bl_news_post ul {
    flex: 1;
	margin-bottom:0;
}
.page-template-archive-column .kotei_archive .bl_news_post h3 {
flex: 5;
    position: relative;
    font-weight: 500;
}
.page-template-archive-column .kotei_archive .bl_news_post h3::after {
    position: absolute;
    right: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    transition: 400ms;
    color: #44a9f4;
    font-size: 1.3em;
    top: -10%;
}
.page-template-archive-column .kotei_archive .bl_news_post h3:hover::after {
    right: 0.8rem;
}
.page-template-archive-column .kotei_archive .bl_news_post {
    border-bottom: none;
    padding: 2% 2% 2% 4%;
    display: flex;
    background: white;
    border-radius: 50px;
    margin-bottom: 2%;
}
.page-template-archive-column .kotei_archive .bl_news_post li {
    font-size: 1em;
    color: #03A9F4;
}
/* ======================================================
/* ? ? ? ? ? ? ?  ++ 固定ページ】投稿記事テンプレート ++
   ====================================================== */
.ly_wrap_mini.bl_sect.kotei_content{
	margin:7% auto 1%;
 padding:0;
}
.post-single.ly_wrap_mini{
	padding:7% 0 4%;
}
.post-single h2{
    color: #003d9f;
    font-size: 1.25rem;
    border-bottom: solid 2px #3ea6cb;
    position: relative;
    padding:10px 0;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 5px 0 30px;
}
.post-single .date_time{
	letter-spacing:0.05em;
}
.post-single .wrap{
	width:80%;
	margin:auto;
}
.post-single .el_more__circle a{
	color:#01885a;
}
.path {
    transition: fill 0.5s;
}

.bl_about_btn:hover .path {
    fill: #fcd000;
}

.link_wrap{
	margin-top:5%;
}
@media screen and (max-width:1300px){
.post-single .wrap{
	width:95%;
}
}
@media screen and (max-width:700px){
	.post-single table{
		font-size:0.8em;
	}	
}
/* ======================================================
/* ? ? ? ? ? ? ?  ++ 固定ページ】投稿記事テンプレート コラム++
   ====================================================== */
.single-column{
	background:aliceblue;
}
.single-column .post-single.ly_wrap_mini{
    background: white;
    margin-top: 2%;
    padding: 5% 0 1%;
    margin-bottom: 5%;	
}
/* ======================================================
/*  ++ 【固定ページ】お問い合わせ ++
   ====================================================== */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #0750b1;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
	cursor:pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0750b1;
  color: #fff;
}
#contactform {
	padding: 50px 0;
}
#contactform .wrap {
	max-width: 1020px;	
}
#contactform .form {
	background: url(images/bg-04.webp);
    background-repeat: repeat;
    background-position: 0 0;
	margin: 0 auto;
	padding: 80px;
}
#contactform .tab-box li {
    width: calc(100% / 3 - 2px);
    height: 50px;
    background: #ccc;
    line-height: 50px;
    text-align: center;
    display: inline-block;
	vertical-align: top;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
	margin-right: 3px;
}
#contactform .tab-box li:last-child {
	margin: 0;
}
#contactform .tab-box li.active {
    background: #005bac;
	color: #fff;
}
#contactform .item-title {
    margin-bottom: 7px;
    letter-spacing: .1em;
    font-weight: bold;
}
#contactform .form-box {
    margin-bottom: 10px;
    padding-bottom: 3%;
}
#contactform .form-box.mt-20{
	margin-top:20px;
}
#contactform .form-box.top{
	    border-bottom: 1px solid gray;
	margin-bottom:5%;
}
#contactform .form-box-03{
	margin: 20px auto 0;
}
#contactform .form-box-04{
	margin: 10px auto 0;
}
#contactform .form-box li {
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin-right:4%;
}
#contactform .form-box li:last-child {
	margin-right: 0;	
}
#contactform .form_item {
	margin-bottom: 5px;
}
#contactform span.his {
	background: #ff6347;
    padding: 3px 3px 1px 4px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.75em;
    letter-spacing: .1em;
}
#contactform .textarea,
#contactform .textarea2,
#contactform .textarea3,
#contactform .select,
#contactform .select2,
#contactform .transmission .button {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
	margin: 0 0 3px;
}
#contactform .textarea {
	width: 100%;
	padding: 7px 8px;
	font-size: 16px;
	/*border: none !important;*/
}
#contactform .textarea2 {
	width: 120px;
	padding: 7px 8px;
	font-size: 16px;
	border: none !important;
}
#contactform .textarea3 {
	width: 150px;
	padding: 7px 8px;
	font-size: 16px;
}
#contactform .select {
	background: #fff;
    padding: 7px 5px;
    border: solid 1px #888;
    width: 50%;
    font-size: 16px;
}
#contactform .select2 {
	background: #fff;
    padding: 7px 5px;
    border: none;
    width: 220px;
    font-size: 16px;
}
#contactform input {
	margin: 0 !important;
}
/*#contactform label {
	border: none !important;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
	background: #fff;
    margin: 0 6px 6px 0;
}*/
#contactform .transmission {
    text-align: center;
    margin: 72px auto 0;
}
#contactform .transmission .button,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #333;
    display: inline-block;
    width: 30%;
    outline: none;
    border-radius: 5px;
    font-size: 1.1rem;
    border: none;
    padding: 8px 0;
    margin: 0 1%;
    letter-spacing: .2em;
	transition: .5s;
	color: #fff;
	font-weight: bold;
}
.confirm #contactform .form-list p:nth-of-type(2),
.confirm #contactform .input-area{
	color:#bd3020;
	font-weight: bold;
}
#contactform .transmission .button:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
	background: #f9be00;
	color: #fff;
}
.complete #contactform .form {
	background: none;
}
.complete #contactform .form .kanryou {
	text-align: center;
    line-height: 2em;
}
.complete #contactform .form .kanryou .top-link {
	margin: 30px 0 0;
}
.complete #contactform .form .kanryou .top-link a {
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #333;
    border-radius: 30px;
    font-weight: bold;
    transition: .5s;
    color: #333;
}
.complete #contactform .form .kanryou .top-link a span {
    position: relative;
    margin-right: 18px;
    letter-spacing: .2em;
}
.complete #contactform .form .kanryou .top-link a span::after {
    font-family: FontAwesome;
    content: '\f054';
    color: #333;
    position: absolute;
    top: -5px;
    right: -30px;
    font-size: 12px;
}
#contactform .head-title {
	color: #005bac;
    font-weight: bold;
    font-size: 1.125rem;
    border-left: 15px solid #005bac;
    margin: 30px 0 16px;
    line-height: 1;
    padding: 5px 0;
}
#contactform .head-title span {
	padding-left: 10px;
}
#contactform .addition {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contactform .addition .sent {
	color: red;
	font-size: 1.0625rem;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-spinner {
    display: block !important;
}
#contactform .recaptcha {
    font-size: .875rem;
    margin: 20px 0 0;
	text-align:center;
}
#contactform .recaptcha a {
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
    padding-bottom: 2px;
}
div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}
div#wpcf7cpcnf table tr {
	border-bottom: 1px solid #ccc;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table td {
	background: #fff;	
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 1px solid #ccc;
	background: #f0f8ff;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.apply-title {
	margin: 0 0 30px;
}
.apply-title span {
	font-weight: bold;
}
.apply-title input[type="text"] {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #fff;
    border: none;
	padding: 4px 10px;
    font-size: 1rem;
    width: 50%;
	margin: 0 0 0 10px;
}
.wpcf7-form-control.wpcf7-radio label{
display: inline-block;
    margin-right: 20px;	
}
.wpcf7-form-control.wpcf7-checkbox label{
display: inline-block;
    margin-right: 20px;		
}
@media screen and (max-width:767px){
	#contactform {
		padding: 2% 0;
	}
	#contactform .form {
    	padding: 20px 10px;
	}
	#contactform .form-box li {
    	display: block;
    	width: 100%;
    	margin: 0;
	}
	#contactform .form-box {
    	margin-bottom: 20px;
	}
	#contactform .form-box li:last-child {
		margin: 20px 0 0;
	}
	#contactform .form .button {
		width: 46%;
	}
	#contactform .transmission {
    	margin: 13px auto 0;
	}
	#contactform .wpcf7-form .select {
    	width: 100%;
	}	
	#contactform .wpcf7-form .select2 {
    	width: 50%;
	}
	#contactform .wpcf7-form .gap-02 {
    	margin: 6px 0 0;
    	display: block;
	}
	#contactform .transmission .button {
		width: 46%;
		font-size: 1rem;
	}
	#contactform .textarea2 {
    	width: 29%;
	}
	.complete #contactform .form .kanryou {
		text-align: left;
	}
	.complete #contactform .form .kanryou .top-link {
    	margin: 20px 0 0;
	}
	div.wpcf7cp-btns {
    	margin: 40px 0 0 !important;
	}
		.apply-title {
    	margin: 0 0 18px;
	}
	.apply-title input[type="text"] {
    	width: 100%;
		margin: 0;
	}
	.apply-title span {
		display: block;
		letter-spacing: .1em;
		margin: 0 0 5px;
	}
}
/* ======================================================
/*  ++ 【固定ページ】サービスについて ++
   ====================================================== */
.page.service section{
	background:aliceblue;
	padding:3%;
	margin-bottom:7%;
}
.page.service section h2 {
font-weight: 700;
    margin-bottom:4%;
    color: rgb(0, 109, 196);
    font-size: 22px;
    letter-spacing: 0.07em;
}
.page.service section h2 span{
background: rgb(0, 109, 196);
    color: white;
    letter-spacing: 0.15em;
    font-size: 0.8em;
    font-weight: normal;
    display: inline-block;
    padding: 0.1% 1%;
    margin-right: 1.5%;
}
.page.service section .txt_service{
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #83d8ff;
    padding-bottom: 4%;
}
.page.service section .txt_service:last-child{
border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1%;
}
.page.service section h3 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.07em;
    flex-basis: 30%;
}
.page.service section h3::after{
	content:"とは？";
    font-weight:normal;
}
.page.service section p{
	    padding: 2%;
    background: white;
    border-radius: 50px;
}
/* ======================================================
/*  ++ 【固定ページ】支援実績の紹介 ++
   ====================================================== */
.page.works section{
	margin-bottom:7%;
}
.page.works .top_menu{
	margin:4% 0;
	display:flex;
align-items: center;
    justify-content: center;
}
.page.works .top_menu li{
flex: 1;
    margin:0 1%;
}
.page.works .top_menu li a{
border: 1.5px solid #006dc4;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 4%;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #006dc4;
}
.page.works .top_menu li a:hover{
background: rgb(33 150 243 / 62%);
    color:white;
}
.page.works section h2 {
font-weight: 700;
    margin-bottom: 3%;
    color: white;
    font-size: 22px;
    letter-spacing: 0.07em;
    padding: 0.5% 2%;
    background: linear-gradient(279deg, rgb(191 248 255) 0%, #006dc4 100%);
}
.page.works section h2 span{
	margin-right:1%;
}
.page.works section .img_zoom{
	border-radius:10px;
}
.page.works section h3{
font-size: 18px;
    font-weight: 600;
    margin: 4% 0 7%;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
	transition : 0.3s;
}
.page.works section h3:hover{
	color:#3368bd;
}
.page.works section h3:before {
    background-color: #bbe8ff;
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}
.page.works section h4{
background: aliceblue;
    padding: 1% 1% 1% 2%;
    font-weight: bold;
    border-left: 15px solid #036fc5;
    color: #036fc5;
    font-size: 1.1em;
    margin-bottom: 2%;
}
.page.works section ul{
	display:flex;
	margin:3% 0;
}
.page.works section ul li{
	flex: 1; 
	padding:2%;
}
.pageWorks_btn{
    display: inline-block;
    padding: 0;
    margin-top: 4%;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    width: 35%;
    color: #2196F3;
    float: right;
	font-weight:bold;
}
.pageWorks_btn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 6px;
    border: none;
    border-right: 3px solid #2196F3;
    border-bottom: 2px solid #2196F3;
    transform: skew(45deg);
    transition: .3s;
}
.pageWorks_btn:hover::after{
    right: 10px;
    width: 30px;
}
@media screen and (max-width:1220px){
.pageWorks_btn {
    text-align: right;
}
	.pageWorks_btn::after{
		display:none;
	}
}
@media screen and (max-width:900px){
.page.works section ul{
	display:block;
}
	.page.works section ul li{
		text-align:center;
	}
.pageWorks_btn {
        text-align: center;
        border: 1.5px solid #2196F3;
        padding: 2%;
        margin: 3% auto 5%;
        float: none;
        width: 60%;
    }
}
@media screen and (max-width:750px){
.page.works section h2 {
    font-size: 20px;
}
}
@media screen and (max-width:680px){
	.page.works .top_menu{
		 display:block;
	}
	.page.works .top_menu li{
		margin-top:3%;
	}
	.page.works .top_menu li a{
		padding:2%;
	}
}
@media screen and (max-width:600px){
.pageWorks_btn {
        width:100%;
	}	
}
/* ======================================================
/*  ++ 【固定ページ】支援実績の紹介・各ページのtable ++
   ====================================================== */
.single-case_study .date_time{
display:none;
}
.case_studyTable{
	margin-top:5%;
}
.case_studyMarB-2{
	margin-bottom:2%;	
}
.case_studyLink li a{
	color:#3368bd;
	font-weight:bold;
}
/*新商品・技術の評価の実績一覧ページ(AMR2)の、詳細事例紹介アイコン*/
.case_studyLink li {
	margin-bottom:2%;
}
.case_studyLink li span{
    background: #3368bd;
    color: white;
    padding: 0.5% 1%;
    margin-right: 1%;
    font-size: 0.9em;
    border-radius: 5px;
}
.case_studyLink li a:hover{
	text-decoration:underline;
}
/* ======================================================
/*  ++ 【固定ページ】送信完了 ++
   ====================================================== */
.kotei-completion h2{
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-family: "Barlow", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1%;
    display: block;
    background: linear-gradient(90deg, rgb(0, 188, 212) 0%, rgb(63, 81, 181) 100%) text;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    letter-spacing: 0.1em;	
}
.kotei-completion .mb-2{
	margin-bottom:2%;
}
.kotei-completion .mb-4{
	margin-bottom:4%;
}
/* ======================================================
/*  ++ 【固定ページ】個人情報保護方針 ++
   ====================================================== */
.kotei-privacy .item{
	margin-top:3%;
}
.kotei-privacy .item:last-child{
	margin-bottom:4%;
}
.kotei-privacy h2.head{
	color:#3368bd;
	margin-bottom:0.5%;
}
/* ======================================================
/*  ++ 【固定ページ】多様なフィールド network ++
   ====================================================== */
.page.network h2{
font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #333;
	text-align:center;
}
.page.network .title_h2{
	display:flex;
	justify-content: center;
	align-items:center;
}
.page.network .title_h2 p{
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3em;
border: 2px dashed #3368bd;
    padding: 2% 1%;
    color: #3368bd;
    border-radius: 50%;
    margin-left: 20px;
}
.page.network .title_h2 h2{
	width:45%;
    font-weight: 700;
    color: white;
    font-size: 22px;
    letter-spacing: 0.07em;
    padding: 0.5% 2%;
    background: linear-gradient(279deg, rgb(11 196 219) 0%, #006dc4 100%);
	display:flex;
    justify-content: center;
}
.page.network .title_h2.btm_2{
	    margin-bottom: 2.5%;
}
.page.network h2 span{
    display: inline-block;
    padding:0.1% 1% 0.1% 0;
    margin-right: 1%;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    line-height: 2rem;
}
.page.network section p{
	text-align:center;
}
.page.network section ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
margin-bottom: 12%;
}
.page.network section ul li{
    width: calc((100% - 3rem) / 5);
    text-align: center;
    margin-top: 3%;
    padding: 0 2%;
}
.page.network section ul li img{
	width:85%;
}
.page.network section ul li h3{
margin-top: 1%;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.1em;
color: #306339;
    background: #edf1c9;
}
.page.network section ul li h3.no2{
    background: #e4f2ff;
    color: #09569d;	
}
.page.network section ul li h3.no3{
    color: #db771a;
    background: #fff2cf;	
}
.page.network section ul li h3.no4{
color: #19a2ca;
    background: #e8f9fd;	
}
.page.network section ul li h3.no5{
color: #178c1b;
    background: #f3f7ce;
}
.page.network section ul li h3.no6{
    color: #df5b31;
    background: #ffece6;
}
.page.network section ul li h3.no7{
color: #db5f82;
    background: #fbedf1;	
}
.page.network section ul li h3.no8{
    color: #28944c;
    background: #ecfde2;	
}
.page.network section ul li h3.no9{
color: #9a4c94;
    background: #f7eff7;
}
.page.network section ul li h3.no10{
    color: #df3d0a;
    background: #fdf1ec;
}
.page.network section ol{
    margin-top: 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 65%;
    margin: 3% auto 0;
    padding-left: 15%;
}
.page.network section ol li{
	width: calc((100% - 3rem) / 2);
	    list-style-type: disc;
	line-height: 2em;
}
.page.network section ol li:last-child{
	    list-style-type:none;
	padding-left: 6em;
}
.page.network .ly_boxMin{
	margin-top:7%;
	text-align:center;
}
.page.network .ly_boxMin:last-child{
	margin-bottom:7%;	
}
.page.network .ly_boxMin h3{
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 2%;
    width: 45%;
    font-weight: 700;
    color: #3368bd;
    font-size:1.2rem;
    letter-spacing: 0.07em;
    padding: 0.3% 2%;
    background: aliceblue;
    display: flex;
    justify-content: center;
    margin:0 auto 3%;
}
/*被験者プロフィール*/
.page.network section ul.hiken_date {
    margin-bottom: 5%;
}
.page.network .hiken_date h4{
    color: #19a2ca;
    line-height: 2em;
}
.page.network .hiken_date h4 .title{
font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    display: block;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 4%;
}
.page.network .hiken_date h4 .number{
font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #19a2ca;
	margin-right:3px;
}
.page.network .btn_contact {
    margin: 7% 0;
}

@media screen and (max-width:1270px){
.page.network .title_h2 h2 {
    width: 50%;
}
}
@media screen and (max-width:1150px){
.page.network .title_h2 h2 {
    width: 60%;
}
}
@media screen and (max-width:1100px){
.page.network section ol {
    display: block;
width:100%
}
.page.network section ol li:last-child {
    padding-left: 0;
}
}
@media screen and (max-width:970px){
.page.network section ul li {
    width: calc((100% - 3rem) / 2);
}
.page.network section ul li img {
    width: 50%;
}
.page.network .title_h2 h2 {
    width: 80%;
}
}
@media screen and (max-width:900px){
.page.network section p br{
display:none;
}
}
@media screen and (max-width:840px){
.page.network .title_h2 {
display: block;
}
.page.network .title_h2 h2 {
 width: 100%;
}
.page.network .title_h2 p{
border-radius: 0;
    border: none;
    font-size: 1.5em;
    border-bottom: 2px dashed;
    width: 40%;
    margin: 2% auto 4%;
}
}
@media screen and (max-width:640px){
.page.network section ol li {
    width: 100%;
}
}
@media screen and (max-width:615px){
.page.network .title_h2 h2 {
    font-size: 18px;
}
.page.network h2 span {
    font-size: 18px;
    line-height: unset;
}
}
@media screen and (max-width:550px){
.page.network .ly_boxMin h3 {
    width: 100%;
}
}
@media screen and (max-width:480px){
.page.network h2 span {
    display: block;
    font-size: 13px;
    line-height: 2em;
}
.page.network .hiken_date h4 .number {
    font-size: 1.2rem;
}
}
@media screen and (max-width:454px){
.page.network h2 span {
    display: none;
}
.page.network .title_h2 p{
    font-size: 1.2em;
    width: 60%;
}
}
/* ======================================================
/*  ++ 【固定ページ】細やかなニーズへの対応 support ++
   ====================================================== */
.page.support section{
margin-top:4%;
}
.page.support .support_box {
border: 1.5px solid #006dc4;
    padding: 2%;
margin-bottom:3%;
}
.page.support .support_box:last-child{
margin-bottom:0;	
}
.page.support .support_box .ex{
border-bottom: 1.5px dashed #21c3f3;
    margin-bottom: 1%;
    padding-bottom: 1%;
}
.page.support .support_box .ex p{
display: block;
    background: #006dc4;
    width: 13%;
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
    padding: 0.2% 2%;
    margin-bottom: 1%;
    font-size: 0.9em;
}
.page.support .support_box .ex h2{
    font-weight: bold;
    color: #036fc5;
    font-size: 1.1em;
}
@media screen and (max-width:750px){
.page.support .support_box .ex p {
    width: 100%;
	text-align: left;
}
}

/* ----- 外国人調査 -----*/
.bl_case_box {
    display: flex;
    width: 100%;	
}

.bl_case_thumbnail {
	position: relative;
	z-index: 1;
	width: 27%;
}

.bl_case_txt {
	width: calc( 73% + 60px );
	background: #f7f7f7;
	padding: 50px 60px 60px 90px;
	position: relative;
	z-index: 0;
}

.bl_case_cont li:nth-child(odd) .bl_case_txt {
	margin: 90px 0 0 -60px;
}

.bl_case_num {
	position: absolute;
	top: -37px;
	left: 88px;
	font-family: "Barlow", sans-serif;
	font-size: 3rem;
	font-weight: 200;
	color: #0750b1;
}

.bl_case_cont li:nth-child(even) .bl_case_txt .bl_case_num {
	left: 58px;
}

.bl_case_ttl {
	font-size: 1.5rem;
    font-weight: 600;
}

.bl_case_customer {
	margin: 6px 0 30px;
}

.bl_case_customer .industry {
	display: inline-block;
	color: #0750b1;	
}

.bl_case_customer .corp {
	display: inline-block;
	color: #0750b1;	
	border: 1px solid #168a2a;
	padding: 3px 10px 3px 10px;
	background: #fff;
}

.bl_case_course span {
	display: inline-block;
	border: 1px solid #168a2a;
	padding: 3px 10px 3px 10px;	
	color: #0750b1;
	float: left;
	margin: 0 5px 5px 0;
	font-size: .875rem;
	border-radius: 20px;
}

.bl_case_txt h4 {
	display: inline-block;
	background: #0750b1;
    display: inline-block;
    color: #fff;
    padding: 4px 10px 6px 12px;
    margin-bottom: 10px;
    letter-spacing: .1em;
    font-size: 1.0625rem;
    line-height: 1;
}

.bl_case_task {
	margin: 21px 0 0;
}

.bl_case_support {
	margin: 15px 0 0;
}

.bl_case_task p,
.bl_case_support p {
	font-size: .9375rem;
	line-height: 1.6;
}

.bl_case_cont li:nth-child(even) .bl_case_box {
	flex-direction: row-reverse;
}

.bl_case_cont li:not(:first-child){
	margin: 60px 0 0;
}

.bl_case_cont li:nth-child(even) .bl_case_txt {
    margin: 90px -60px 0 0;
    padding: 50px 90px 60px 60px;
}

.bl_case_support .bl_case_support_box:not(:first-of-type) {
	margin: 15px 0 0;
}

.bl_case_support_box h5 {
	font-weight: 600;
	font-size: 1.0625rem;
	margin: 0 0 3px;
}

.bl_case_support_box h5 span {
	font-weight: 400;
	font-size:.9375rem;
}

@media screen and (max-width:1023px){
	.bl_case_txt {
    	padding: 50px 50px 60px 60px;
	}
	
	.bl_case_cont li:nth-child(even) .bl_case_txt {
    	padding: 50px 60px 60px 50px;
		margin: 90px -60px 0 0;
	}
	
	.bl_case_cont li:nth-child(odd) .bl_case_txt {
    	margin: 90px 0 0 -40px;
	}
	
	.bl_case_num {
    	left: 58px;
	}
	
	.bl_case_cont li:nth-child(even) .bl_case_txt .bl_case_num {
    	left: 48px;
	}
	
	.bl_case_ttl {
    	font-size: 1.25rem;
	}
}

@media screen and (max-width:767px){
	.bl_case_box {
    	display: block;
	}
	
	.bl_case_thumbnail {
    	width: 50%;
    	margin: 0 0 0 45%;
	}
	
    .bl_case_txt {
        padding: 45px 20px 20px !important;
        width: 100%;
		margin: -30px 0 0 !important;
	}
	
	.bl_case_num {
        left: 18px !important;
    }
	
	.bl_case_ttl {
    	font-size: 1.125rem;
	}
	
	.bl_case_cont li:not(:first-child) {
    	margin: 30px 0 0;
	}
}