@charset "UTF-8";
/* CSS Document */


/*----------------------------
       メインビジュアル
----------------------------*/
p {

    margin: 0 ;
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}
img{
    width: 100%;
    height: auto;
}
.mv_guidance{
	display: flex;
	width: auto;
	height: 687px;
	margin: 0 auto;
	background: url("./../images/casestudy/bg_main_casestudy.png") ;
	background-size: 47%;
	background-repeat:  no-repeat; 
	background-position: 80% 50%;
	background-color: #73ccef;
	justify-content: center;
	align-items: center;
}
.mv_guidance_2 {
    display: flex;
    width: auto;
    height: 187px;
    margin: 0 auto;
    background: url(./../images/casestudy/bg_main_casestudy.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-color: #73ccef;
    justify-content: center;
    align-items: center;
}
H2.guidanceh2_su {
    display: block !important;
    width: 500px;
    margin: 3rem auto !important;
    padding: 0 !important;
    text-align: center !important;
    color: #095ba5;
    font-weight: 600 !important;
    font-size: 3rem !important;
    line-height: 4rem !important;
    letter-spacing: normal;
}
.nomal_box{
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 0 120px 0;
}
.flex_nomal{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width:750px){
.mv_guidance {
    display: block;
    position: relative;
    width: 100vw;
    min-height: 200px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 500px;
}
}
.mv_guidance_2 {
    display: flex;
    width: auto;
    height: 187px;
    margin: 0 auto;
    background: url(./../images/casestudy/bg_main_casestudy.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #73ccef;
    justify-content: center;
    align-items: center;
}
.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.maintext{
	position: absolute;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 2.8rem !important;
	line-height: 4rem;
	font-weight: 700;
	text-align: left;
	color: #333;
	top:-50px;
	letter-spacing: 0.1em;
}
.maintext span{
	font-size: 4rem !important;
	line-height: 5rem;
	font-weight: 700;
	text-align: left;
	color: #333;
	letter-spacing: 0.1em;
}

@media screen and (max-width:768px){
.maintext{
	width: 100%;
	font-size: 1.1rem !important;
	left:0;
	text-align: center;
	background: none;
}
.maintext span{
	font-size: 1.6rem !important;
	text-align: center;

}
}
.mv_guidance-list ul{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	color: #333;
	top:150px;
	left: 250px;
}
.mv_guidance-list ul li{
	display: block;
	border: none;
	list-style: none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-align: left;
}
@media screen and (max-width:750px){
.mv_guidance-list ul li{
	width: 100%;
	background-color: rgba(255,255,255,0.70);
}
}

.midashi div{
	display: inline-block;
}
.maintext img{
	width: 133px;
	height: 133px;
	float: left;
}
@media screen and (max-width:750px){
.maintext img{
	display: block;
	width: 157px;
	height: 157px;
	float: none;
}
}

/*----------------------------
    　     背景カラー
----------------------------*/

#howto{
	background: #f5f6fc !important;
}

#photo{
	background: #eefbff !important;
	margin: 0 auto;
	padding: 5rem;
}
@media screen and (max-width:750px){
#photo{
	padding: 3rem 0;
}
}

/*----------------------------
　　Slick横スクロールスライダー
----------------------------*/

.slider-h img {
	display: block;
	width: 100%;
	height: auto;
}

/*----------------------------
    　   申し込みボタン
----------------------------*/

a.btn_entry {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 330px;
	margin: auto;
	padding: 1rem 3rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	border: 2px solid #ffda00 !important;
	background: #ffda00 !important;
	color: #219ad6 !important;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_entry:hover {
	color: #ffda00 !important;
	background: #219ad6 !important;
	border: 2px solid #219ad6 !important;
}


/*----------------------------
    　      見出し
----------------------------*/

.title_guidance{
	display: block;
	width: 100vw;
	height: auto;
	margin: 0 auto 0 5rem;
	top: 50%;
	padding: 0;
	text-align: left;
}

/*見出しH2*/
H2.guidanceh2{
	display: block !important;
	width: 500px;
	margin: 3rem auto !important;
	padding: 0 !important;
	text-align: center !important;
	color: #095ba5;
	font-weight: 600 !important;
	font-size: 4rem !important;
	line-height: 4rem !important;
	letter-spacing: normal;
}
H2.guidanceh2 .plus{
	font-size: 5rem !important;
	line-height: 5rem !important;
}
H2.guidanceh2 span{
	display: block;
	margin: 10rem auto 1rem;
	padding: 0;
	text-align: center;
	font-size: 1.4rem !important;
	line-height: 3.3rem !important;
	color: #ff6e80;
	letter-spacing: normal;
	background: #fff;	
}
H2.guidanceh2_su .plus{
	font-size: 2rem !important;
	line-height: 5rem !important;
}
H2.guidanceh2_su span{
	display: block;
	margin: 10% auto 1rem;
	padding: 0;
	text-align: center;
	font-size: 1.4rem !important;
	line-height: 3.3rem !important;
	color: #ff6e80;
	letter-spacing: normal;
	background: #fff;	
}
.ti_new_{
color: #095ba5;font-size: 3rem !important;font-weight: bold;
}
.ti_new_ a{
color: #095ba5!important;
}
@media screen and (max-width:768px) {
    .ti_new_ {
    color: #fff;
    font-size: 2rem !important;
    font-weight: bold;
}
h2.guidanceh2{
	width: 100%;
	font-size: 1.6rem !important;
	line-height: 2rem !important;
}
H2.guidanceh2 .plus{
	color: #fff;
	text-align: center;font-size: 3rem !important;
}
H2.guidanceh2 span {
    width: 97%;
    font-size: 1.1rem !important;
    line-height: 3rem !important;
    display: block;
    margin: 4rem auto 1rem;
    padding: 0;
    text-align: center;
    color: #ff6e80;
    letter-spacing: normal;
    background: #fff;
}
main {
   
    width: 100vw;
    padding: 0;
    background: #fff !important;
    z-index: 1;
}
    
    
    
}


.onepoint {
    display: block !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 250px;
}

.comment{
	display: block !important;
	width: 100% !important;
	margin: 4rem auto 2rem !important;
	padding: 1.5rem !important;
	text-align: left !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	line-height: 1.4rem !important;
}
@media screen and (max-width:768px) {
.comment{
	font-size: 1rem !important;
	line-height: 2rem !important;
}
    .onepoint {
    display: block !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 180px;
}
}


/*----------------------------
　　　　　Q&Aデザイン
----------------------------*/

.accordion {
	margin: 4rem auto;
	max-width: 80%;
}

.toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 1rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
	border: solid 1px #999;
	padding: 1rem 2.2rem 1rem 1rem;
	display: block;
	color: #333;
}

.question span,.anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #c30a01;
    line-height: 0;
}

.question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
}

.anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
}

.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}


/*----------------------------
　　　　エントリーボタン
----------------------------*/

.blue-btn{
	display: block;
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
	background: #73ccef;
	border-radius: 1rem;
	font-size: 2rem !important;
	font-weight: 700px !important;
	line-height: 5rem !important;
	color: #ffffff !important;
	overflow: hidden;
}

.pink-btn{
	display: block;
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
	background: #ff6e80;
	border-radius: 1rem;
	font-size: 2rem !important;
	font-weight: 700px !important;
	line-height: 5rem !important;
	color: #ffffff !important;
	overflow: hidden;
}

.blue-btn a.btn_entry {
	border: 2px solid #ffda00 !important;
	background: #ffda00 !important;
	color: #73ccef !important;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 2.4rem;
}
.blue-btn .btn_entry:hover {
	color: #73ccef !important;
	background: #fff !important;
	border: 2px solid #fff !important;
}
.pink-btn a.btn_entry {
	border: 2px solid #ffda00 !important;
	background: #ffda00 !important;
	color: #ff6e80 !important;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 2.4rem;
}
.pink-btn .btn_entry:hover {
	color: #ff6e80 !important;
	background: #fff !important;
	border: 2px solid #fff !important;
}
@media screen and (max-width:768px) {
.blue-btn{
	width: 100%;
}

.pink-btn{
	width: 100%;
}
.blue-btn div{
	margin: 0 auto 1rem;
}
.pink-btn div{
	margin: 0 auto 1rem;
}
}

/*----------------------------
　　　 テーブルレイアウト
----------------------------*/


table {
	margin: 20px auto;
	white-space: nowrap;
}
.tbl-ex th {
	border: solid 1px #fff;
	padding: 0.3rem 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.6rem;
	text-align: left;
}

.tbl-ex th.title:before{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 32.7782px;/*画像の幅*/
	height: 45px;/*画像の高さ*/
	background-image: url('../images/casestudy/icon_case_office.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 1.2rem;
	text-align: center;
}

.tbl-ex th .soon{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	letter-spacing: 0.2em;
	color: #dddddd;
	vertical-align: middle;
}

.tbl-ex td {
	border: solid 1px #fff;
	padding: 0.5rem 0rem;
	line-height: 2.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
 
@media screen and (max-width: 640px) {
    .nomal_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    width: 90%;
}
table {
	margin: 20px auto;
	white-space: normal;
	font-size: 1rem;
}
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-ex {
    width: 100%;
  }
  .tbl-ex th,
  .tbl-ex td {
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size: 1rem;
	line-height: 2rem;padding: 0.3rem 1rem;text-align: center;
  }
.tbl-ex th .soon{
	line-height: 2.6rem;
}
    .tbl-ex th.title:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 22px;
    background-image: url(../images/casestudy/icon_case_office.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1.2rem;
    text-align: center;
}
}

/*----------------------------
    　   取材ページボタン
----------------------------*/

 a.btn_ex {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: 0 auto 3rem;
	padding: 0.5rem 2rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	border: 2px solid #219ad6 !important;
	background: #219ad6 !important;
	color: #fff !important;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_ex:hover {
	color: #219ad6 !important;
	background: #ffda00 !important;
	border: 2px solid #ffda00 !important;
}



.ira_center{
    max-width: 180px;
    margin: 0 auto;
    width: 50%;
    padding-bottom: 60px;
}
    
.flex_nomal{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_nomal_left{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blk_ti{
        font-family: "Noto Sans JP", sans-serif;
    font-size: 120%!important;
    font-weight: 700;
    background: #075ba5;
    display: inline;
    padding: 3px!important;
    color: #fff;margin-bottom: 60px!important;
}
dl.flex_list{
        display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 10px;align-items: baseline; /* ← 追加！ */
}
dl.flex_list dt{
        width: 20%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 90%;
    font-weight: 500;
    letter-spacing: 0.05em;
}
dl.flex_list dd{
        width: 80%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 3em;line-height: 1.4;
}
dl.flex_list dd span{

    font-size: 180%;

}

h4.case_ti {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 140%!important;
    font-weight: 700;
    background: #000;
    display: inline-block!important;
    padding: 0 5px !important;
    color: #fff!important;
    text-align: left!important;
    border: none;
    line-height: 1.35!important;
    margin: 0 0 20px 0!important;
}
p.case_nain_txt{
        font-family: "Noto Sans JP", sans-serif;
    font-size: 110%!important;
    font-weight: 500!important;
    letter-spacing: 0.05em!important;
    text-align: left!important;
    margin-bottom: 60px;
}
.int{
            font-family: "Noto Sans JP", sans-serif;
    font-size: 130%!important;
    font-weight: 800!important;
    letter-spacing: 0.01em!important;
    text-align: left!important;
    margin-bottom: 50px;color: #000;line-height: 1;
}
h2.kizi_main{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 260%!important;
    font-weight: 800!important;
    letter-spacing: 0.05em!important;
    text-align: left!important;
color: #000;line-height: 1.5em !important;    padding: 0 0 0 0 !important;margin: 0 0 50px 0 !important;
}
h2.kizi_sub_ti{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 230%!important;
    font-weight: 800!important;
    letter-spacing: 0.05em!important;
    text-align: center !important;
color: #000;line-height: 1.5em !important;    padding: 0 0 0 0 !important;margin: 0 0 0px 0 !important;
}
p.name{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 110%!important;
    font-weight: 500!important;
    letter-spacing: 0.05em!important;
    text-align: left!important;
    margin-bottom: 0px;color: #000;
}
p.name span{

    font-size: 90%!important;
    font-weight: 400!important;

}
.def_mb{
    margin-bottom: 90px!important; 
}
.def_mb_m{
    margin-bottom: 60px;
}
.def_mb_s{
    margin-bottom: 30px;
}
.flex_hf {
    width: 48%;
    
}

.flex_3rd {
    width: 32%;
    margin-right: 10px;
}

.flex_img_1 {
    width: 40%;
}
.flex_txt_1 {
    width: 55%;position: relative;
}
.flex_txt_1 p.number {
    position: absolute;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 420%!important;
    font-weight: 900!important;
    letter-spacing: 0.05em!important;
    text-align: left!important;
    color: #000;
    right: 0;
    top: 0;
    line-height: 0.5;
}

.link_box{
    margin-bottom: 90px;

}

.txt_box_l{
    width: 65%;
}
.img_box_r{
    width: 30%;
}
.page_link {
    width: 100%;
    background: #000;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 90%;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.page_link a{
    color: #fff;
   padding: 10px 0;
text-decoration: none;
    
}
.page_link a:hover{
background: #075ba5;
    opacity: 0.9;
    transition: 0.9s;
    border-radius: 5px;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.cta_bt{
    position: relative;
    max-width: 520px;
    margin: 90px auto 0;
    border: 6px solid #075ba5;
        font-family: "Noto Sans JP", sans-serif;
    font-size: 140%;text-align: center;
    font-weight: 900;
    letter-spacing: 0.05em;
    
}
.cta_bt a{
   padding: 30px 0;
    color: #075ba5!important;
    display: inline-block;
    
    
}
.cta_bt a:hover{
  
    color: #fff!important;
    background: #075ba5!important;
    transition: 0.9s;
    
}
.pos_cal{
    position: absolute;
    width: 160px;
    right: -190px;
    top: -50px;
    
}
p.home_back {
    margin: 60px auto 0px;
            font-family: "Noto Sans JP", sans-serif;
    font-size: 120%;text-align: center;
    font-weight: 700;letter-spacing: 0.05em;
}
p.home_back a{
   
        color: #075ba5!important;
  text-decoration: underline;
}
.boder_line{
    height: 1px;
    background: #000;
}
/*シューん*/

.reveal-effect {
  position: relative;
  overflow: hidden;
  margin: 0px 0 90px 0;
  max-width: 100%;
}

.reveal-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff6a00, #ffb347); /* カラフル帯 */
  z-index: 1;
  transition: left 0.6s ease-in-out;
}

.reveal-content {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  background: #fff;
  padding: 10px;
  z-index: 2;
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}

/* 表示トリガー */
.reveal-effect.is-visible .reveal-bg {
  left: 0;
}

.reveal-effect.is-visible .reveal-content {
  opacity: 1;
  transform: translateY(0);
}

.pc{
   
}

.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .sp {
    display: block;
}
    .pc{
   display: none;
}
    .txt_box_l {
    width: 100%;
}
.img_box_r {
    width: 100%;
}
.def_mb {
    margin-bottom: 40px!important;
} 
    
.reveal-content {
    padding: 0px;

}
p.name {
    margin-bottom: 30px;

}
h4.case_ti {

    font-size: 110%!important;
    font-weight: 700;
    background: #000;
    display: inline-block!important;
    padding: 0 5px !important;
    color: #fff!important;
    text-align: left!important;
    border: none;
    line-height: 1.35!important;
    margin: 0 0 15px 0!important;
}
    p.case_nain_txt {

    font-size: 90%!important;
    font-weight: 500!important;
    letter-spacing: 0.05em!important;
    text-align: justify!important;
    margin-bottom: 40px;
}
    
    h2.kizi_main {
    
    font-size: 170%!important;
letter-spacing: 0!important;
    text-align:justify!important;
    color: #000;
    line-height: 1.5em !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 30px 0 !important;
}
    
h2.kizi_sub_ti {
    font-size: 160%!important;
    font-weight: 800!important;
    letter-spacing: 0.05em!important;
    text-align: justify !important;
    color: #000;
    line-height: 1.5em !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0px 0 !important;
}
    
    
    .link_box {
    margin-bottom: 30px;
}
    .flex_3rd {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
}
    .reveal-effect {
    position: relative;
    overflow: hidden;
    margin: 0px 0 50px 0;
    max-width: 100%;
}
    dl.flex_list dd {
    width: 80%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
    line-height: 1.4;
}
    dl.flex_list dd span {
    font-size: 150%;
}

.blk_ti {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 110%!important;
    font-weight: 700;
    background: #075ba5;
    display: inline;
    padding: 3px!important;
    color: #fff;
    margin-bottom: 30px!important;
}
.flex_img_1 {
    width: 100%;
}
.flex_txt_1 {
    width: 100%;
    position: relative;
}

dl.flex_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
}
    
.cta_bt {
    position: relative;
    max-width: 520px;
    margin: 40px auto 0;
    border: 6px solid #075ba5;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 120%;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.05em;
}
    
    
    
    
    
    
a.btn_ex {
	margin: 0 auto 2rem;
        width: 250px;
    font-size: 1rem;
}
}




