@charset "UTF-8";
/*------------------------------------------------------------
**	事例紹介
-----------------------------共通-------------------------------*/
/*---style指定の注意---
a　は {display:block} になってます
--------------------------*/
:root {
    --blue: #3871B8; /* --- color:var(--blue); ----*/
    --acolor: #444;
}
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 40px;
}

/************* ページタイトル *************/
.page_ttl {
	padding: 93px 0 0;
	width: 100%;
}
.main-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 77px;
	text-align: center;
}
.main-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .page_ttl {
        padding: 45px 0 0}
	.main-title {
		font-size: 28px;
		margin: 0 auto 34px;}
	.main-title-en {
		font-size: 12px;}
}
/*========================
	事例一覧
========================*/

/* main */
.case_main{
    width:90%;
    max-width: 960px;
    margin: 0 auto
}
/*==================== カテゴリー ====================*/
body {overflow-x: hidden}
.ul_category{
    width: 1000px;
    text-align:left;
    margin-bottom: 40px}
.ul_category li{
    display: inline-block;
    line-height: 1;
    margin:0 13px 20px;
}
.ul_category li a{
    padding-bottom: 5px;
    border-bottom: 2px solid #fff
}
.ul_category li a:hover{
    border-bottom: 2px solid #3871B8
}
.ul_category li.current-cat a{
    color: #3871B8;
    font-weight: 700;
    border-bottom: 2px solid #3871B8
}
.ul_category .current-cat a:hover{border-bottom: 2px solid #3871B8}
@media only screen and (max-width: 767px) {
    .section_category{margin-bottom: 20px}
    .ul_category{width:100%}
    .ul_category li{
        display: inline-block;
        margin:0 0 8px 0;
        }
    .ul_category li a{padding-bottom: 2px}
    label.cate {
        cursor: pointer;
        background: #F5F5F5;
	    padding: 10px;
	    display: block;
	    margin: 0;
        position: relative
    }
    label.cate:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /*--- チェックボックスを非表示にする ---*/
    input[type="checkbox"].cate_on-off{
	    display: none;}
    /*--- 中身を非表示にしておく ---*/
    ul.submenu {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 ;
	padding: 0 ;}
    
    .ul_category li a{padding:3px;margin: 0 6px 10px}
    .ul_category .current a,
    .ul_category .current a:hover{border-bottom: 2px solid #3871B8}
    .submenu li:nth-child(1){border-top: 1px solid #eee;padding-top:10px}
    /*--- クリックで中身を表示 ---*/
    input[type="checkbox"].cate_on-off + label + ul{
	height: 0;
	overflow: hidden;}
    input[type="checkbox"].cate_on-off:checked + label + ul{
	height: auto}
    /*--- クリックでアイコン入れ替え ---*/
    input[type="checkbox"].cate_on-off:checked + label.cate:after {
        top: 45%;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/* 一覧リスト */
.case_archive_list{
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-bottom:20px;
}
.case_archive_list li{
    position: relative;
    width: 48%;
    margin-bottom: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    font-weight: 700
}
/* リンク */
a.hover_l_r{
    box-sizing: border-box;
    border: 8px solid#3871B8;
    height: 100%;
    padding:35px 40px}
a.hover_l_r:hover {
    opacity: 1}
/* ホバーで左から右へ */
a.hover_l_r::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #EBF5FA;
  transform: scale(0, 1);
}
a.hover_l_r:hover {
    animation: hover .6s forwards}
a.hover_l_r:hover::before {
  animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}
@media all and (-ms-high-contrast: none) { /* IE10以降 */
    .case_archive_list li{border: 8px solid #3871B8}
    a.hover_l_r:hover{color:#3871B8}
}
@keyframes hover {
  0%, 100% {
    color: #EBF5FA;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

/* 一覧内容 */
.case_archive_cate{
    position: absolute;
    top:0;left:0;
    display: inline-block;
    background: #3871B8;
    color: #fff;
    padding:8px 15px;
    line-height: 1;
    font-size: 14px;
}
.case_archive_cate span{padding-left:8px}
.case_archive_cate span:nth-of-type(1){padding-left:0}
.case_archive_list h3{
    color: #3871B8;
    font-size: 20px
}
.case_archive_client {
    color: #232323;
	padding-top: 20px;
    font-size: 15px}
/* ー（ハイフン） */
.case_archive_client::before {
	content: "";
	background-color: #3871B8;
	display: block;
	height: 1px;
	margin: 0 0 20px;
	width: 10%;
}
@media only screen and (max-width: 767px) {
    .case_archive_list{display: block}
    .case_archive_list li{
        width: 100%;
        margin-bottom: 20px;}
    a.hover_l_r{
        border: 4px solid #3871B8;
        padding:40px 20px 20px}
    .case_archive_client {padding-top: 16px}
    .case_archive_client::before {margin: 0 0 16px}
}

/* プラグイン　ページナビ用 */
.wp-pagenavi{
    padding:60px 0 80px;
    border-top: solid 1px #E6E6E6;
    display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif}
.wp-pagenavi .pages{display: none}
.wp-pagenavi .current,
.wp-pagenavi .page{
    border: 1px solid #fff!important;
    font-weight: normal;
	padding:0;
	display: inline-block;
	background-color:#fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 0 4px}
.wp-pagenavi a{color: #999;display: inline}
.wp-pagenavi a.page:hover {
    border: 1px solid #e6e6e6!important;
    color: #333}
.wp-pagenavi .current{
    color: #fff;
    background-color: #3871B8}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	border: none;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	margin: 0 ;
	background-color:transparent;
    opacity:1;
	color:#3871B8}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #232323;
	background-color: transparent;}

@media only screen and (max-width: 767px) {
    .wp-pagenavi{padding:50px 0 ;}
}


/*=========================================================
	事例詳細
========================*/
.case_detail_ttl{
    position: relative;
    box-sizing: border-box;
    border: 10px solid #3871B8;
    padding:80px;
    margin-bottom: 90px}
.case_detail_cate{
    position: absolute;
    top:44px;left:-44px;
    display: inline-block;
    background: #3871B8;
    color: #fff;
    padding:8px 30px;
    line-height: 1;
    font-size: 16px;
}
.case_detail_ttl h3{
    font-weight: 200;
    color: #3871B8;
    font-size: 48px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.case_detail_client {
    color: #232323;
	font-weight: bold;
	padding-top: 40px;
    font-size: 16px}
/* ー（ハイフン） */
.case_detail_client::before {
	content: "";
	background-color:#3871B8;
	display: block;
	height: 1px;
	margin: 0 0 30px;
	width: 6%;
}
@media only screen and (max-width: 767px) {
    .case_detail_ttl{
        border: 4px solid #3871B8;
        padding:40px 5px 30px 20px;
        margin-bottom: 40px}
    .case_detail_cate{
        top:0;left:0;
    }
    .case_detail_ttl h3{font-size: 23px;font-weight: 600}
    .case_detail_client{
        padding-top: 20px;
        font-size: 15px}
    .case_detail_client::before {
        margin: 0 0 20px;}
}
/* 課題 */
.case_detail_task{
    font-weight: 700;
    border-top: solid 1px #E6E6E6;
    margin-bottom: 90px}
.case_detail_task dl{
    padding:40px 0 40px 100px;
    border-bottom: solid 1px #E6E6E6;}
.case_detail_task dt{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    box-sizing: border-box;
}
.case_detail_task h4{
    font-size: 20px;
    letter-spacing: 0.2em;}
.case_detail_task h4::after {
	content: "";
	background-color: #3871B8;
	display: block;
	height: 1px;
	margin: 5px 0;
    width: 90%
}
.case_detail_task dd{
    display: table-cell;
    padding-left:80px;
    width:auto
}
.case_detail_task p{
    margin-bottom: 6px;
    padding-left:18px;
    position: relative
}
.case_detail_task p:before{
    content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3871B8;
  border-radius: 50%;
}

/* テキスト部 */
.case_detail_txt{
    margin-bottom: 100px
}
.case_detail_txt h4{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px}
.case_detail_txtBody{line-height: 2}
@media only screen and (max-width: 767px) {
    .case_detail_task{margin-bottom: 60px}
    .case_detail_task dl{padding:30px 10px}
    .case_detail_task h4{font-size: 18px}
    .case_detail_task dd{
        font-size: 14px;
        line-height: 1.4;
        padding-left:30px}
    .case_detail_txt{margin-bottom: 60px}
    .case_detail_txt h4{font-size: 20px}
}


/* 担当社員 */
.case_detail_staff{
    margin-bottom: 120px;
    background: #F5F5F5;
    padding:60px 70px
}
.case_detail_staff h4{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom:5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3871B8}
.flex_justify{
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}

.case_detail_staffImg{
    width: 36%;
    max-width: 320px;}
/*
.case_detail_staffImg p{
    height: 0;
	line-height: 0;
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
	width: 100%;
}*/
.case_detail_staffImg p{
    width:100%;
    height:0;
    overflow: hidden;
	padding-bottom: 140%;
	position: relative;
}
.case_detail_staffImg p img{
    height: 100%;
    width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}

.case_detail_staffBox{width: 52.3%}
.case_detail_staffPosition{
    font-weight: 700;
    margin-bottom: 20px
}
.case_detail_staffName{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
.case_detail_staffRead{
    color: #999;
    font-size: 12px;
    margin-bottom: 40px
}
.case_detail_staffBody{
    line-height: 2;
    font-size: 15px}

/* コンサルティングへのボタン */
a.btn_consulting{
    border: solid 1px transparent;
    color: #fff;
    font-weight: 700;
    background: #3871B8;
    padding:24px;
    text-align: center;
    position: relative}
a.btn_consulting:after {
display: block;
content: "";
position: absolute;
top: 46%;
right: 18px;
width: 8px;
height: 8px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg)}
a.btn_consulting:hover{
    opacity: 1;
    border: solid 1px #3871B8;
    color: #3871B8;
    background: #fff
}
a.btn_consulting:hover:after {
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8}

/* 最新 */
.detail_list{
    margin:160px 0 80px;
}
h3.detail_list_ttl{
	font-size: 28px;
	line-height: 1.8;
    font-weight: 200;
	margin: 0 auto 60px;
	text-align: center;
}
.detail_list_ttlEn{
	color: #999;
	display: block;
	font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .case_detail_staff{
        margin-bottom: 60px;
        padding:30px 20px 40px}
    .flex_justify{display: block}
    .case_detail_staffImg,
    .case_detail_staffBox{width:100%}
    .case_detail_staffPosition{
        margin:10px 0 20px }
    .case_detail_staffEn{
        margin-bottom: 30px}
    a.btn_consulting{padding:20px}
    a.btn_consulting:after {right: 10px}
    .detail_list{margin:80px 0 40px}
    h3.detail_list_ttl{margin: 0 auto 40px}
}

/* スタッフの担当事例 の 戻るボタン */
a.btn_back{
    border: 1px solid transparent;
    max-width: 320px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    background: #3871B8;
    padding:20px;
    text-align: center;
    position: relative}
a.btn_back:before {
display: block;
content: "";
position: absolute;
top: 46%;
left: 18px;
width: 8px;
height: 8px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-webkit-transform: rotate(225deg);
        transform: rotate(225deg);
}
.btn_back:hover{
    opacity: 1;
    border: 1px solid #3871B8;
    color:#3871B8;
    background: #fff}
a.btn_back:hover:before {
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
}

/* タームのタイトル */
.term_ttl{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px}


