@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　MV
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mv{
    height: auto;
    aspect-ratio: 5 / 2;
    background:url(../img/home/mv_bg.jpg) no-repeat right center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding:0 60px;
    color: #fff;
    position: relative;
}
/* #mv .video{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url(../img/home/mv_bg.jpg) no-repeat center/cover;
}
#mv .video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background: #10394b url(../img/home/dot4px.png)repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
} */


.mv_inner{
    max-width:1180px;
    width: 100%;
    align-items: center;
    text-align: left;
    font-size: 1.3rem;
}
.mv_title{
    display: flex;
    width:30%;
    align-items: center;
    justify-content: center;
    margin-right: 3em;
}
.mv_inner h1 {
    font-size:3rem;
    width:200px;
    height:200px;
    background-color:#000;
    color:#fff;
    margin:0;
}
.mv_description{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mv_inner p{
    font-size: 1.4rem;
    line-height: 1.8;
}

.mv_description .mv_catch{
    font-size: 4.8rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -1px;
    text-shadow:#000 0 0 10px;
}
p.mv_catch span{
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2px;
}


.mv_resolve {
    margin:3em auto;
    max-width: 1180px;
    font-size: 2rem;
    align-items: center;
    font-weight: 700;
    line-height: 2;
}
.mv_resolve h3{
    font-size: 2.4rem;
    font-weight: 700;
    background-color: #333; 
    color: #fff;
    padding:.5em 1em;
    margin-bottom: 1em;
    line-height: 1.3;
}
.mv_resolve ul li span{
    background-color: #fe7;
    padding:2px 7px;
}
.mv_cta{
	display: flex;
    text-align: center;
	flex-direction: column;
	padding:2em 0 0;
}

.cta{
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
	flex-direction: column;
	width: 100%;
	padding:2em 0;
    background-color: #333;
}
.cta a,.mv_cta a{
    display: flex;
	box-sizing: border-box;
	width:260px;
	height: 60px;
	font-weight: 700;
	padding:10px;
	color:#333;
	letter-spacing: 1px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
    background:#fe7 url(../img/common/btn_arrow.svg) no-repeat calc(100% - 10px) calc(100% - 10px);
	background-size: 7px;
	transition: .3s;
    border:1px solid #fe7;
}
.cta a:hover,.mv_cta a:hover{
    background: #333 url(../img/common/btn_arrow_w.svg) no-repeat calc(100% - 7px) calc(100% - 7px);
    background-size: 7px;
    color:#fe7;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
特徴
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#section_feature{
    background-color:#333;
    width: 100%;
    height: auto;
    border-top: 5px solid #a67c52;
}
#section_feature .section_feature_inner{
    display: grid;
    grid-template-columns:1fr 1.6fr;
    width: 100%;
    height: auto;
    margin:0 auto;
}
.feature_head{
    grid-row:1 / 4;
    grid-column:1 / 2;
    min-height: 699px;
    display: flex;
    color:#fff;
    align-items: center;
    padding:0 60px;
    box-sizing: border-box;
    background: url(../img/home/feature_bg2.jpg) no-repeat center bottom;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}
.feature_1,.feature_2,.feature_3{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding:2rem 4rem;
    flex-direction: column;
    font-size: 1.6rem;
    background-color: #222;
    color: #fff;
    line-height: 1.5;
}
.feature_1 h5,.feature_2 h5,.feature_3 h5{
    font-size: 3.6rem;
    width: 100%;
    border-bottom:1px solid #999;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #fe7;
    line-height: 1.2;
}

.feature_1{
    grid-row:1 / 2;
    grid-column:2 / 3;
    border-bottom: 3px solid #fff;
}
.feature_2{
    grid-row:2 / 3;
    grid-column:2 / 3;
    border-bottom: 3px solid #fff;
}
.feature_3{
    grid-row:3 / 4;
    grid-column:2 / 3;
}
.feature_head {
    border-right: 3px solid #fff;
}
.feature_head h2{
    font-size:8rem;
    line-height: 1;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 1em;
}
.feature_head h2 span{
    display: block;
    font-size: 1.8rem;
    letter-spacing: 4px;
    font-weight: 500;
    margin-top: .3em;
}
.feature_1 i,.feature_2 i,.feature_3 i{
 font-size:7rem;
 color: #fe7;
 margin-right: .3em;
 font-weight: 100;
 float: left;
}
.feature_1 span,.feature_2 span,.feature_3 span{
    font-size: .5em;
    display: block;
    margin: 0;
    padding: 0;
}

.feature_2 a{
	box-sizing: border-box;
	width:fit-content;
	font-weight: 700;
	padding:3px 20px 3px 10px;
	color:#333;
	letter-spacing: 1px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
    background:#fe7 url(../img/common/btn_arrow.svg) no-repeat calc(100% - 7px) calc(100% - 3px);
	background-size: 7px;
	transition: .3s;
    border:1px solid #fe7;
}
.feature_2 a:hover{
    background: #333 url(../img/common/btn_arrow_w.svg) no-repeat calc(100% - 4px) calc(100% - 2px);
    color:#fe7;
	background-size: 7px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　取引実績
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#transactions{
    padding:3em 0;
    text-align: center;
    width: 100%;
}
#transactions h4{
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin:0 0 1.5em 0;
}
.slider div{
    padding:0 30px;
}
.slider div img{
    width: 200px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　サービス一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#section_service{
    background:#000 url(../img/home/service_bg.jpg) no-repeat 0 0 fixed;
    background-size: cover;
    position:relative;
    padding-bottom:60px;
    border-top:5px solid #a67c52;
}
.section_service_inner{
    max-width: 1180px;
    margin:0 auto;
}
#section_service h2{
    position:relative;
    top:100px;
    right: 0;
    font-size: 8rem;
    line-height: 1.3;
    text-align: right;
    letter-spacing: -2px;
}
#section_service h2 span{
    font-size: 1.8rem;
    display: block;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: .3em;
}
.section_service_inner2{
    max-width: 1090px;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -70px;
}
#section_service .service_box{
    display: flex;
    flex-direction: column;
    width:340px;
    height:240px;
    border:2px solid #666;
    box-sizing: border-box;
    padding:10px;
    margin:10px;
    font-size: 1.4rem;
    position:relative;
	background: rgba(255,255,255,0.9) url(../img/common/service_box_bg.png) no-repeat right bottom;
}
#section_service .service_box h3{
    height: 50%;
    font-size:2.6rem;
    line-height: 1.2;
    font-weight:800;
    border-bottom: 2px solid #666;
    padding: 1em .3em;
    margin-bottom: .8em;
    color:#fe7;
    background-color: #333;
}
#section_service .service_box h3 span{
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
}
#section_service .service_box:nth-child(2){
    margin-right:340px;
}
#section_service .service_box ul li{
    margin-bottom:.5em;
}

#section_service .service_box a{
    align-self: flex-end;
    font-weight: 700;
    font-size: 1.3rem;
    width:320px;
    text-align: center;
    padding:.5em 0;
    position:absolute;
    bottom:10px;
	background: #fe7 url(../img/common/btn_arrow.svg) no-repeat calc(100% - 10px) calc(100% - 10px);
	background-size: 7px;
	transition: .3s;
    border:1px solid #fe7;
}
#section_service .service_box a:hover{
	background: #333 url(../img/common/btn_arrow_w.svg) no-repeat calc(100% - 10px) calc(100% - 10px);
    background-size: 7px;
    color:#fe7;
	background-position: calc(100% - 7px) calc(100% - 7px);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メディア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_media{
    background-color: #333;
}
#section_media .section_media_inner{
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    padding: 5em 30px calc(5em - 30px) 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#section_media .media_overview{
    display: flex;
    width: 300px;
    color:#fff;
    font-size: 1.4rem;
    flex-direction: column;
    justify-content: center;
}
#section_media .media_overview h2{
    font-size: 6rem;
    line-height: 1.1;
    margin-bottom: 60px;
    width: 100%;
    letter-spacing: -1px;
}
#section_media .media_overview h2 span{
    display: block;
    font-size: 1.8rem;
    letter-spacing: 4px;
}
#section_media .section_media_inner ul{
    display: flex;
    flex-wrap:wrap;
    width: calc(100% - 360px);
    max-width: 700px;
    list-style-type: none;
    justify-content: space-between;
}
#section_media .section_media_inner ul li{
    background-color: #fff;
    max-width:320px;
    width: 45%;
    max-height: 120px;
    aspect-ratio: 3 / 1;
    margin:0 0 30px 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
DL資料・セミナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_about{
    width:100%;
    margin:0 auto;
    padding:5em 60px;
    background-color: #333;
    color: #fff;
}
.section_about_overview{
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:2em auto;
    max-width: 1180px;
}
.section_about_overview h2{
    font-size: 6rem;
    line-height: 1.1;
    width: fit-content;
    letter-spacing: -2px;
    margin-right: 1em;
}
.section_about_overview h2 span{
    display: block;
    font-size: 1.8rem;
    letter-spacing: 4px;
}
.section_about_overview p{
    width:50%;
}
#section_about h3{
    font-size: 2.4rem;
    margin:2em 0 1em;
    line-height: 1;
    position:relative;
}
#section_about h3:before{
    content:'';
    display:block;
    width:3.6rem;
    height: 3.6rem;
    background-color: #fe7;
    z-index: -1;
    position:relative;
    left:-15px;
    top:32px;
}

.section_about_seminar,.section_about_document{
    width:100%;
    box-sizing: border-box;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}
.section_about_seminar a{
    display: block;
    position: relative;
    width: 280px;
    height: 280px;
    background: #333 url(../img/common/btn_arrow_w.svg) no-repeat calc(100% - 10px) calc(100% - 10px);
    background-size: 7px;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s;
    text-decoration: none;
    margin-bottom: 2em;
}
.section_about_seminar a:hover{
    background-color: #666;
	background-position: calc(100% - 7px) calc(100% - 7px);
}
.section_about_seminar a:nth-child(odd){
    background-color: #555;
}
.section_about_seminar a:nth-child(odd):hover{
    background-color: #999;
}
.section_about_seminar a h4{
    box-sizing: border-box;
    font-size: 2rem;
    background-color: #fff;
    color: #222;
    padding:2px;
    -webkit-box-decoration-break: clone;
	box-decoration-break: clone;
    line-height:2;
    display: inline;
}
.section_about_seminar a p{
    font-size: 1.4rem;
    color:#fff;
    margin-bottom: 2em;
}
.section_about_seminar a p:after{
    content:'';
    background:url(../img/home/seminar_bg_rt.svg) no-repeat center center;
    width:30px;
    height: 30px;
    z-index:1;
    position: absolute;
    top:10px;
    right: 10px;
}
.section_about_seminar a:after{
    content:'';
    background:url(../img/home/seminar_bg_lb.svg) no-repeat center center;
    width:50px;
    height: 50px;
    z-index:1;
    position: absolute;
    bottom:10px;
    left: 10px;
}
.section_about_document{
    list-style-type: none;
    color:#fff;
}
.section_about_document h4{
    font-size: 2rem;
    padding:1.5em;
    border-bottom: solid 1px #c69c6d;
    line-height: 1.3;
}
.section_about_document a{
    color:#fff;
    text-decoration: none;
    transition: .3s;
}
.section_about_document a:hover{
    color:#ccc;
    text-decoration: underline;
}
.section_about_document_basic{
    background-color: #333;
    width: 430px;
    height: 360px;
    padding: 20px;
    box-sizing: border-box;
}
.section_about_document_service{
    background-color: #555;
    width: 710px;
    height: 360px;
    padding: 20px;
    box-sizing: border-box;
}
.section_about_menu{
    margin-top: 1em;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}
.section_about_menu li{
    margin:10px;
    width: 45%;
}
.section_about_document_basic .section_about_menu li{
    width: 90%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　サービスのながれ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_flow{
    display: flex;
    justify-content: space-between;
    max-width:1180px;
    width:100%;
    margin:5em auto;
    flex-wrap: wrap;
}
.flow_left{
    width:300px;
    height: auto;
    padding-left: 6em;
}
.flow_left p{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
}
#section_flow h2{
    position:relative;
    top:0;
    left:0;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -2px;
    width:340px;
    margin:0 0 1em;
}
#section_flow h2:before{
    content:'';
    display:block;
    width:36px;
    height:36px;
    position:relative;
    left:-18px;
    top:36px;
    z-index: -1;
    background-color: #fe7;
}
.flow_right{
    max-width:830px;
    width:100%;
    list-style-type:none;
    display: flex;
    flex-wrap: wrap;
    padding:36px 0 0;
}
.flow_right li{
    display: flex;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    align-items: center;
    font-size: 1.6rem;
    padding: 0 60px 0 0;
    margin:0 0 1.5em;
    background: url(../img/common/service_box_bg.png) no-repeat right bottom;
    background-size: 30px;
    font-weight: 600;
}
ol.flow_right li span{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    color: #fff;
    text-align: center;
    width:60px;
    height:60px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1;
    margin-right: 1em;
}
ol.flow_right li span i{
    font-style: normal;
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　事例
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_examples{
    display: flex;
    justify-content: space-between;
    max-width:1180px;
    width:100%;
    margin:0 auto;
    flex-wrap: wrap;
}
#section_examples h2{
    position:relative;
    top:0;
    left:0;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -2px;
    width:340px;
    margin:0 0 1em;
}
#section_examples h2:before{
    content:'';
    display:block;
    width:36px;
    height:36px;
    position:relative;
    left:-18px;
    top:36px;
    z-index: -1;
    background-color: #fe7;
}
#section_examples .ex_box{
    max-width:1180px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin:0 auto;
    justify-content: space-between;
}
#section_examples .ex_box figure{
    max-width:260px;
    width: 100%;
    aspect-ratio: 3 / 1;
    height: auto;
}
#section_examples .ex_box figure figcaption{
    width: 100%;
    font-size:1.6rem;
    font-weight: 500;
    background-color: #333;
    color:#fff;
    line-height: 1.3;
    padding:.5em 1em;
    box-sizing: border-box;
}
#section_examples .ex_box figure figcaption i{
    color:#ff0;
    display: block;
    font-style: normal;
    font-size: 1.4rem;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　よくある質問
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_faq{
    position:relative;
    width:100%;
    background-color: #f4f4f4;
    padding:0 6em 6em;
    z-index: -2;
}
#section_faq .sec_faq_inner{
    max-width:1180px;
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5em 0;
    flex-wrap: wrap;
}
#section_faq h2{
    padding:0;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: -2px;
    width:340px;
    position: relative;
    top:0;
}
#section_faq h2:before{
    content:'';
    display:block;
    width:36px;
    height:36px;
    position:relative;
    left:-18px;
    top:36px;
    z-index: -1;
    background-color: #fe7;
}
#section_faq dl{
    width:830px;
    list-style-type:none;
    display: flex;
    flex-wrap: wrap;
}
#section_faq dl dt{
    font-size:1.8rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1em;
    line-height: 1.3;
}
#section_faq dl dt span{
    font-size:2.4rem;
    position: relative;
    margin-right:10px;
}
#section_faq dl dt span::before{
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background-color: #fe7;
    position: relative;
    top:54px;
    left:-18px;
    z-index: -1;
}
#section_faq dl dd{
    font-size: 1.4rem;
    line-height: 1.5;
    padding:0 0 0 60px;
    margin:0;
    position: relative;
    text-align: justify;
}
#section_faq dl dd span{
    margin-left: -24px;
    font-size: 2.4rem;
    font-weight: 600;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　エビデンス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#section_evidence{
    max-width:1180px;
    width:100%;
    margin:6em auto 0;
}
.section_evidence_overview{
    font-size: 1.6rem;
    width: 50em;
}
#section_evidence h3{
    font-size: 2.4rem;
    margin-bottom: 1em;
}
#section_evidence h3:before{
    content:'';
    display:block;
    width:36px;
    height:36px;
    position:relative;
    left:-18px;
    top:36px;
    z-index: -1;
    background-color: #fe7;
}
#section_evidence .section_item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section_evidence .section_item div{
    width: 30%;
    height: auto;
    text-align: center;
    font-size: 3rem;
    margin: 0 0 2em;
    font-weight: 700;
}
#section_evidence .section_item h5{
    font-size:1.3rem;
    line-height: 1.2;
    font-weight:800;
    border-bottom: 2px solid #666;
    padding: 1em .3em;
    margin-bottom: 0;
    color:#fe7;
    background-color: #333;
}
#section_evidence .section_item h5 span{
    display: block;
    font-size:2.4rem;
}

/*スマホ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 767px) {

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    　モバイルーMV
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #mv{
        align-items: flex-start;
        height: auto;
        padding:60px 20px 0 ;
        background:url(../img/home/mv_bg_sp.jpg) no-repeat center center;
        color:#fff;
    }
    .mv_title{
        margin-bottom: 1em;
        height: 25vh;
    }
    .mv_inner .mv_catch{
        text-align: center;
    }
    .mv_inner{
        width:100%;
        flex-wrap: wrap;
        text-align: center;
    }
    .mv_inner h1 {
        font-size:2.8rem;
        width:150px;
        height:150px;
    }
    .mv_description{
        width: 100%;
        font-size: 1.4rem;
        margin-bottom:30px;
    }
    .mv_description .mv_catch{
        font-size: 2.8rem;
        margin:0 auto 1.3em;
    }
    .mv_description .mv_catch span{
        font-size:1.6rem;
    }
    .mv_resolve{
        width: 90%;
        justify-content: center;
        margin:2em auto 3em;
    }
    .mv_resolve h3{
        font-size:2rem;
        text-align: center;
        margin: 2em 1em 1em;
        padding:0;
    }
    .mv_resolve ul{
        line-height: 1.5;
        font-size: 1.6rem;
    }
    .mv_resolve ul li{
        margin-top:1em;
    }
    .mv_cta{
        justify-content: center;
    }
    .mv_cta a{
        margin:0 auto;
    }


    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル特徴
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_feature .section_feature_inner{
        grid-template-columns:none;
        grid-template-rows:none;
        width:100%;
        height: auto;
        margin:0;
        display: flex;
        flex-wrap: wrap;
        padding:0;
    }
    .feature_head{
        min-height: 30vh;
        height:auto;
        grid-row:none;
        grid-column:none;
        width: 100%;
        border: none;
        text-align: center;
        padding:3em 40px;
        justify-content: center;
    }
    .feature_head h2{
        margin-bottom:.3em;
        padding:0;
        text-align: center;
        font-size: 5rem;
    }
    .feature_head h2 span{
        font-size: 1.6rem;
    }
    .feature_1,.feature_3{
        background-color: #333;
    }
    .feature_1,.feature_2,.feature_3{
        grid-row:none;
        grid-column:none;
        padding:2em;
    }
    .feature_1 h5,.feature_2 h5,.feature_3 h5{
        font-size: 2.8rem;
        width: 100%;
        border-bottom:1px solid #fff;
        padding-bottom: .5em;
        margin-bottom: 1em;
        text-align: center;
    }
    .feature_1 p span,.feature_2 p span,.feature_3 p span{
        font-size: 1.6rem;
        font-weight: 500;
    }

    #transactions {
        padding:6em 0;
    }

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル　｜サービス一覧
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_service{
        padding-bottom:100px;
        background-position: right top;
    }
    .section_service_inner{
        width: 100%;
        padding:100px auto;
    }
    #section_service h2{
        position:relative;
        top:0;
        text-align: center;
        padding:1.5em 0;
        font-size: 5rem;
    }
    .section_service_inner2{
        width:100%;
        top: 0;
   }
    #section_service .service_box{
        margin:10px auto;
        height: auto;
    }
    #section_service .service_box h3 {
        height: auto;
        margin-bottom: 1em;
        text-align: center;
    }
    #section_service .service_box:nth-child(2){
        margin-right:auto;
    }
    #section_service .service_box a {
        position:relative;
        margin-top:20px;
    }
    #section_service .service_box li{
        font-size: 1.4rem;
    }
    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル　メディア
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_media .section_media_inner{
        width: 100%;
        padding: 30px;
    }
    .mv_inner p{
        font-size: 1.4rem;
        text-align: left;
    }
    #section_media .media_overview{
        display: flex;
        width: 100%;
    }
    #section_media .media_overview h2{
        text-align: center;
        font-size: 5rem;
        line-height: 1.1;
        padding:1em 0;
        margin-bottom: 0;
        width: 100%;
    }
    #section_media .media_overview h2 span{
        display: block;
        font-size: 1.8rem;
        letter-spacing: 4px;
    }
    #section_media .section_media_inner ul{
        width: 100%;
        justify-content: space-between;
        margin:2em 0 0 0;
        padding: 0;
    }
    #section_media .section_media_inner ul li{
        background-color: #fff;
        width:320px;
        height: 120px;
        margin:0 auto 2em;
    }

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル　DL資料・セミナー
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_about{
        width:100%;
        padding:60px 10px 0 10px;
    }
    .section_about_overview h2{
        font-size: 5rem;
        width: 100%;
        text-align: center;
        margin-bottom:1em;
    }
    .section_about_overview h2 span{
        font-size: 1.8rem;
    }
    .section_about_overview p{
        width:100%;
    }
    #section_about h3{
        font-size: 2.4rem;
        text-align: center;
        margin:2em 0 .5em 0;
    }
    #section_about h3:before{
        width:30%;
        height:30px;
        top:40px;
        clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    }

    .section_about_seminar,.section_about_document{
        width:100%;
    }
    .section_about_seminar a{
        width: 90%;
        height: 280px;
        padding: 20px;
        margin:2em auto;
    }
    .section_about_document_basic,.section_about_document_service{
        width: 90%;
        height: auto;
        padding: 0 20px 20px;
        margin:20px auto 0;
    }
    .section_about_menu li{
        margin:10px;
        font-size: 1.4rem;
        width: 90%;
       }
    .section_about_document h4{
        text-align: center;
    }

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル｜　サービスのながれ
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_flow{
        width:100%;
        padding:0 2em;
    }
    #section_flow h2{
        text-align: center;
    }
    .flow_left{
        padding-left: 1em;
    }
    #section_flow h2:before{
        width:30%;
        height:30px;
        top:40px;
clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    }
    .flow_left{
        width:100%;
    }

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル｜　事例
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_examples{
        width: 90%;
    }
    #section_examples h2{
        text-align: center;
        letter-spacing: .3em;
    }
    #section_examples h2:before{
        width:38.2%;
        height:30px;
        top:40px;
clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    }
    #section_examples .ex_box figure{
        width:90%;
        margin:2em auto;
        text-align: center;
    }
    #section_examples .ex_box figure figcaption{
        width: 100%;
   }
   #section_examples .ex_box figure img{
    width: 100%;
    height: auto;
   }
    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル｜　よくある質問
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_faq .sec_faq_inner{
        width: 100%;
    }
    #section_faq h2{
        text-align: center;
        width: 90%;
        margin:0 auto;
    }
    #section_faq h2:before{
        display: none;
    }
    #section_faq{
    padding:0 3em 6em;
    }
    /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル｜　エビデンス
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #section_evidence{
        width:100%;
        margin:5em auto;
    }
    #section_evidence .section_item div{
        width: 90%;
        margin: 0 auto 1em;
    }
    #section_evidence h3{
        font-size: 2rem;
        margin: 3em auto 1em;
        width: 90%;
        text-align: center;
        line-height: 1.3;
    }
    #section_evidence h3:before{
        display:none;
    }
}