@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover {
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

body{
  min-width: 1200px;
  /*overflow-x: hidden;*/
}

article{
  position: relative;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
  flex-direction: row;
  /*padding: 0 30px 0 30px;*/
  padding: 0 15px 0 0;
  top: 0;
  height: 60px;
  width: 100%;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  transition: transform 0.3s;
/*  background-color: #ffffffe0;*/
}
.head-hide {
  transform: translateY(-300%);
}

.head h1 {
    /*padding: 17px 0;*/
  width: 270px;
  height: 180px;
  background-color: #0197DC;
  -webkit-clip-path: circle(70% at 40% 10%);
  -moz-clip-path: circle(70% at 40% 10%);
  clip-path: circle(70% at 40% 10%);
}
.head h1 a {
  width: 140px;
  height: 38px;
  position: absolute;
  top: 41px;
  left: 46px;
}
.telbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #15409F;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 10px 10px;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 1rem;
}
nav li {
    display: block;
    flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    background-color: #f7f7f72e;
}
nav a {
    padding: 1rem;
}

.service{
  text-align: center;
  height: 78px;
  padding-top: 25px;
  font-size: 30px;
  letter-spacing: 15px;
  color: #fff;
}

.navi-bg{
  height: 153px;
  margin-top: -153px;
  background-color: #005599;
  background: rgb(0,81,146);
background: linear-gradient(90deg, rgba(0,81,146,1) 0%, rgba(0,85,153,0.7511379551820728) 62%, rgba(0,139,200,0.26094187675070024) 100%); 100%);
}

.thanks_navi-bg{
  height: 120px;
  margin-top: -120px;
}

.thanks_navi-bg .service{
  padding-top: 37px;
}

#navi a{
  color:#fff;
}

#navi a span{
  border-bottom: 3px solid;
  padding-bottom: 4px;
}

.inquiry-btn{
  background-color: #15409F;
  color: #fff;
  font-size: 16px;
  padding: 17px;
  border-radius: 0 0 10px 0;
  width: 240px;
  text-align: center;
  display: flex;
  align-items: center;
}
.inquiry-btn img {
  width: 11%;
  margin-left: 2px;
}

.telrow{
  line-height: 1.2;
  margin-left: 20px;
}

.telrow1{
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.telrow1 a:[href^="tel:03-6801-8973"] {
    text_decoration:none;
    pointer-events:none;
}

.telrow1 span{
  color: #000;
  font-size: 12px;
  padding-left: 10px;
}

.telrow2{
  font-size: 10px;
  margin-bottom: 0;
}

#kv-text-area{
  position: relative;
  z-index: 1;
}

header .container{
  margin: auto;
  max-width: initial;
}

#utilization_scenario .container,
#introduction_flow .container {
  max-width: 1080px;
}
#three_contents .container {
  max-width: 1050px;
}

#utilization_scenario .container,
#three_features .container{
  padding-bottom: 120px;
  padding-top: 120px;
}

#interactive_box {
  margin-top: 130px;
  margin-bottom: 80px;
}
#interactive_box ul {
  margin-left: 60px;
}
#interactive_box li {
  padding: 10px 0 10px 40px;
  margin-left: 25px;
  width: 223px;
  display: inline-block;
  color: #0197DC;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0197DC;
  position: relative;
}
#interactive_box li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 42px;
  height: 28px;
  background-image: url(../img/ic_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.box_date {
  height: 332px;
  background: url(../img/date01.png) no-repeat center/421px auto;
  position: relative;
}
.box_date .date_txt1,
.box_date .date_txt2{
  width: 370px;
  padding-bottom: 3px;
  color: #0197DC;
  font-size: 26px;
  border: solid 1px #0197DC;
}
.box_date .date_txt1{
  padding-left: 20px;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 80px;
  left: 85px;
}
.box_date .date_txt2{
  padding-right: 20px;
  text-align: right;
  border-top: none;
  border-left: none;
  position: absolute;
  bottom: 55px;
  right: 85px;
}
.box_viewer {
  margin: -10px 0 80px;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background-color: #0197DC;
}
.box_viewer .viewer_tit {
  font-size: 34px;
  margin-bottom: 20px;
}
.viewer_sub {
  width: 886px;
  margin: 0 auto;
  padding: 50px 0;
  color: #404040;
  border-radius: 30px;
  background-color: #fff;
}
.viewer_sub p {
  margin: 0;
}
.viewer_sub img {
  width: 611px;
  margin: 20px 0;
}
.box_movie {
  width: 984px;
  margin: 0 auto;
}
.box_movie .box_1 {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.box_movie .box_1.pc_view {
  width: 590px;
}
.box_movie .txt_movie {
  width: 360px;
  margin-right: 10px;
}
.box_movie .txt_movie h3 {
  padding: 0 0 10px;
  margin: 0 0 40px;
  color: #0197DC;
  font-size: 32px;
  letter-spacing: 0.1em;
  background: url(../img/date03.png) no-repeat left bottom/360px auto;
}
.box_movie img {
  width: 608px;
}


header .container .head{
  max-width: initial;
}

@media screen and (max-width: 1200px){
  .box_movie {
    margin: 0 auto 80px;
  }
}

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

body{
  min-width: auto;
}
.head {
  /*justify-content: space-around;*/
}
.telbox {
	text-align: center;
}
.telrow {
  height: 100%;
  margin-left: 10px;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }

.head{
  padding: 0 0 0 1rem;
}
.head h1 {
  background-color: rgba(0,0,0,0);
}
.head h1 a {
  width: 90px;
  top: 10px;
  left: 13px;
}

.thanks_navi-bg .service{
  letter-spacing: 3px;
}

.telrow1{
  font-size: 16px;
}

.telrow1 span {
  font-size: 11px;
}

.box_date {
  height: 174px;
  background-size: 220px auto;
}
.box_date .date_txt1,
.box_date .date_txt2{
  font-size: 16px;
}
.box_date .date_txt1 .sp_view,
.box_date .date_txt2 .sp_view{
  display: none;
}
.box_date .date_txt1 {
  max-width: 30%;
  padding-left: 10px;
  top: 13px;
  left: 42px;
}
.box_date .date_txt2 {
  max-width: 30%;
  padding-right: 10px;
  bottom: 0px;
  right: 32px;
}
.box_viewer {
  margin: 20px 0 50px;
  padding: 30px 0;
}
.box_viewer .viewer_tit {
  font-size: 20px;
  font-weight: bold;
}
.viewer_sub {
  max-width: 93%;
  padding: 30px 0;
}
.viewer_sub img {
  width: 80%;
}
.box_movie {
  width: 90%;
  margin: 0 auto 50px;
}
.box_movie .box_1 {
  display: block;
  width: 100%;
}
.box_movie .box_1.pc_view {
  display: none;
}
.box_movie .box_2 {
  margin: 0 0 30px;
}
.box_movie .txt_movie {
  width: 100%;
  margin-right: 0;
}
.box_movie .txt_movie h3 {
  margin: 0 0 30px;
  font-size: 22px;
  background-size: 100%;
}
p {
  font-size: 14px;
}

}
@media screen and (max-width: 600px){
  .box_date .date_txt1,
  .box_date .date_txt2{
    font-size: 14px;
  }
  .box_date .date_txt1 .sp_view,
  .box_date .date_txt2 .sp_view{
    display: block;
  }
  .box_date .date_txt1 {
    max-width: 116px;

  }
  .box_date .date_txt2 {
    max-width: 131px;
    padding-right: 10px;
    text-align: left;
    bottom: 0px;
    right: 32px;
  }
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100%;
	height: auto;
}

.mainimg{
  /*margin-top: 90px;*/
  background-color: #FFFFFF;
  width: 100%;
  z-index: 0;
  position: relative;
}

.kvmv{
  position: absolute;
  right: 0;
  width: 924px;
}

.inner-main{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#kv-text-area .kv-top-text1,
#kv-text-area .kv-top-text2{
  font-weight: bold;
}

.kv-top-text1{
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  padding-top: 74px;
}

.kv-top-text2{
  font-size: 22px;
  margin-bottom: 10vw;
  color: #fff;
}

.kv-title{
  max-width: 1000px;
  width: 80%;
}

.kv-text1{
  font-size: 22px;
  color: #707070;	
  width: 570px;
  padding-top: 15vw;
  margin-bottom: 12vw;
  letter-spacing: 0.5em;
  line-height: 2em;
}

.kv-text2{
  font-size: 15px;
  color: #707070;
  margin-top: 10px;
}

#kv-text-area .kv-title.sub {
  width: 736px;
  margin-top: 15px;
}

#kv-rect01{
  position: absolute;
  left: -58px;
}

#kv-circle01{
  position: absolute;
  left: 420px;
  top: 265px;
}

#kv-circle02{
  position: absolute;
  right: 0px;
  top: 235px;
}

@media ( max-width : 1500px ) {
  #three_features .container{
	padding-top: 80px;
  }
  .kv-text2{
    margin-bottom: 50px;
  }
}
@media ( max-width : 1400px ) {
  .kv-text1{
    margin-bottom: 9.5vw;
  }
  #interactive_box {
    margin: 0 0 80px;
  }
}

@media ( max-width : 1200px ) {
  .inner-main{
    padding-left: 40px;
  }
  #three_features .container{
	padding-top: 80px;
  }
  .kv-title.pc_view{
    width: 100%;
  }
  .kv-top-text1{
    padding-top: 54px;
  }
  .kv-top-text2{
    margin-bottom: 55px;
  }
  .kv-text1{
    padding-top: 174px;
    margin-bottom: 9vw;
    line-height: 1.5em;
  }
  #interactive_box {
    margin: 0;
  }
}

@media ( max-width : 820px ) {
  #three_features .container{
	padding-top: 80px;
  }
  .inner-main{
    padding-left: 51px;
    width: auto;
  }

  #kv-circle01{
    left:110px;
    z-index: 0;
  }

  #kv-circle02 {
    right: 140px;
  }

  #kv-rect01{
    z-index: 1;
  }

  header .col{
    max-width: 100%;
  }
  .kv-top-text1{
    font-size: 14px;
    padding-top: 24px;
  }
  .kv-top-text2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .kv-title.pc_view{
    width: 55%;
  }
  .kv-text2{
    margin-bottom: 30px;
  }
}

@media ( max-width : 600px ) {
  .inner-main{
    padding-top: 30px;
    padding-left: 0;
  }

  #kv-circle01 {
    left: -240px;
  }

  #kv-circle02{
    right: 20px;
  }

  .mainimg{
    width: 100%;
    height: auto;
  }
}

/*メインコンテンツ
-------------------------------------*/
main {
  background-color: #fff;
  z-index: 0;
  position: relative;
}

main.thanks_main{
  background: none;
}

.inner-text-area{
  width: 100%;
  padding: 60px;
}

.inner-text-area h2{
  font-size: 5.5rem;
  font-weight: bold;
}

h2{
  width: 427px;
  height: 67px;
  background-color: #0197DC;
  color: #ffffff;
  font-size: 26px;
  padding-top: 30px;
  padding-left: 10px;
  margin-left: 40px;
  margin-bottom: 50px;
}

#utilization_scenario h2,
#introduction_flow h2{
  margin-left: 0;
}

.f2{
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.f2:before {
  content: '';
  position: absolute;
  bottom: -15px;/*線の上下位置*/
  width: 42px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  background-color: #0097dc;/*線の色*/
}

.f3{
  font-size: 18px;
  font-weight: bold;
}

.sp_view{
  display: none;
}

.thanks_container{
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
}

.contact{
  color: #0097DC;
  font-size: 30px;
  font-weight: bold;
}

.back_btn{
  background-color: #0097DC;
  border-radius: 23px;
  height: 43px;
  width: 200px;
  color: #fff;
  margin: 0 auto;
  padding-top: 6px;
  margin-top: 50px;
}

.col{
  position: relative;
}

.row-text-area{
  max-width: 406px;
}

#utilization_scenario .row-text-area{
  margin-left: 80px;
  margin-top: 50px;
}

#utilization_scenario .col{
  margin-left: 0;
}

.utilization_bg{
  position: absolute;
  top:300px;
  left: 0;
}

#utilization_scenario .row{
  height: 277px;
}

#utilization2{
  margin-top: 80px;
  padding-top: 215px;
}

#utilization2 .row-text-area{
  margin-left: 0;
  margin-top: 132px;
}

#utilization3 img{
  position: absolute;
  top: 30px;
  left: 0;
  mix-blend-mode: multiply;
}
#utilization3 .vr_view{
  width: 100%;
}

#utilization3 .row-text-area{
  margin-left: 100px;
  margin-top: 80px;
}

.navitem{
  position: -webkit-sticky;
  position: sticky;
  width: 15px;
  margin-left: 30px;
  top: 20px;
  float: left;
  z-index: 1;
  padding-top: 70px;
}

#no1{
  position: absolute;
  left: 450px;
  top: -75px;
}

#no2{
  position: absolute;
  top: -80px;
  left: 0;
}

#utilization3 #no3{
  position: absolute;
  top: 250px;
  left: 100px;
  width: auto;
}

#utilization_scenario h3::before{
  content: url(../img/h3_deco.svg);
  margin-left: -80px;
  margin-right: 20px;
}

#introduction_flow{
  background-color: rgb(0 0 0 / 3%);
  padding: 0 0 50px;
  margin: 0 0 80px;
}
#introduction_flow .intro_box {
  padding: 50px 0;
  background-color: #0197DC;
  color: #fff;
  text-align: center;
  position: relative;
}
#introduction_flow .intro_box::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 30px 0 30px; 
    border-color: transparent;
    border-top-color: #0197DC;
}
#introduction_flow .intro_box h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
#introduction_flow .intro_box p {
  font-size: 16px;
  margin: 20px 0 0;
}
#introduction_flow .intro_box h4 {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
}

#introduction_flow .row-text-area{
  background-color: #fff;
  border-radius: 164px;
  height: 240px;
  width: 240px;
  text-align: center;
  padding: 24px;
  position: relative;
}

#introduction_flow .flow_arrow{
  position: absolute;
  right: -36px;
  top: 46%;
  width: 18px;
}

#introduction_flow .row-text-area img{
  height: 55px;
  margin-bottom: 15px;
}

#introduction_flow .container{
  padding-top: 50px;
}

#introduction_flow h4 {
  font-size: 26px;
  text-align: center;
}
#introduction_flow h5 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 0.9;
}
#introduction_flow .col:nth-child(2) h5 {
  line-height: 1.2;
}
#introduction_flow .col:nth-child(3) h5 {
  margin: 15px 0 25px;
}
#introduction_flow p {
  font-size: 14px;
}

#introduction_flow .flow_text{
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 80px;
  border-radius: 10px;
  height: 176px;
}

#introduction_flow .flow_text .col:nth-child(2){
  padding: 50px 50px 50px 10px;
}

#contact_area{
  background-color: #3B4043;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-size: 24px;
  font-weight:bold;
}
#contact_area p span{
  font-size: 18px;
  font-weight:normal;
}

.contact_btn{
  background-color: #CC3434;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  width:370px;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto;
  padding-top: 14px;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.contact_btn:hover,
.inquiry-btn:hover{
  color: #fff;
  background-color: #d36565;
}

.contact_btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  font-size: 22px;
}

#contents_box {
  margin-bottom: 80px;
}
#contents_box h2 {
  width: 537px;
  margin: 80px 0 0 0;
  position: relative;
  left: 460px;
}
#contents_box .box_1 {
  margin-top: -33px;
  padding: 80px 0;
  background-color: #F7F7F7;
}
#contents_box .box_w {
  max-width: 1367px;
  margin: 0 auto 50px;
}
#contents_box .box_2 {
  height: 300px;
  margin-left: 185px;
  background: url(../img/contents01.png) no-repeat right top/ 44% auto;
}
#contents_box .box_2 p {
  width: 56%;
}
#contents_box section {
  display: flex;
  align-items: flex-start;
  width: 980px;
  margin: 0 auto;
}
#contents_box .box_3 h3 {
  color: #0197DC;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
#contents_box .box_assignment {
  width: 230px;
  height: 393px;
  padding: 40px 10px 0;
  margin-right: 20px;
  text-align: center;
  background-color: #fff;
}
#contents_box .box_assignment:last-child {
  margin: 0;
}
#contents_box .box_assignment img {
  height: 46px;
}
#contents_box .box_assignment h4 {
  margin: 30px 0;
  color: #0197DC;
  font-size: 18px;
}
#contents_box .box_assignment:last-child h4 {
  margin: 30px 0 50px;
}
#contents_box .box_assignment dl {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin: 0 0 5px;
}
#contents_box .box_assignment dt {
  color: #0197DC;
  margin-right: 5px; 
}

#three_contents {
  margin-bottom: 150px;
}
#three_contents h2 {
  width: 713px;
  margin-left: 0;
}
#three_contents .box_1 {
  display: flex;
  gap: 55px;
  width: 100%;
  margin-bottom: 30px;
}
#three_contents .box_1 .txt_area {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#three_contents .box_1 .txt_area p {
  margin-top: 0;
  margin-bottom: 20px;
}
#three_contents .box_1 .img_1 {
  width: 192px;
  height: 108px;
  margin-top: auto;
  margin-left: auto;
  margin-right: -30px;
  background: url(../img/three02.png)no-repeat right/cover;
}
#three_contents .box_1 .img_2 {
  flex: 1;
  height: 272px;
  background: url(../img/three01.png)no-repeat center/486px auto;
}
#three_contents .box_2 {
  position: relative;
}
#three_contents .box_2 .right_bg {
  position: absolute;
  top: 32px;
  right: 0;
}
#three_contents .box_3 {
  position: relative;
  margin-top: -60px;
}
#three_contents .box_3 .left_bg {
  position: absolute;
  top: 32px;
  left: 0;
}
#three_contents .box_4 {
  position: relative;
  margin-top: 20px;
}
#three_contents .box_4 .right_bg {
  position: absolute;
  top: 32px;
  right: 0;
}
#three_contents h4 {
  color: #0197DC;
  margin-bottom: 3rem;
}
#three_contents .row {
    padding: 80px 0 0 !important;
}
#three_contents .col {
    /*margin-left: 4%;*/
}
#three_contents .row .col.img {
    margin-top: -14px;
}
#three_contents .row .col.img_2 {
    margin-top: -23px;
    margin-left: -55px;
}

#utilize_box {
  margin-bottom: 100px;
  position: relative;
  background-image: linear-gradient(
        to bottom,
        #F7F7F7 0%,
        #F7F7F7 90%,
        transparent 100%
    );
}
#utilize_box .utilize_bg {
  position: absolute;
  top: 193px;
  right: 0;
  /*height: 1096px;*/
  height: 85%;
}
#utilize_box .tit_area {
    position: relative;
    top: -29px;
}
#utilize_box .tit_area h2 {
  width: 485px;
}
#utilize_box .tit_area p {
  margin-left: 40px;
}
#utilize_box .cont_area {
    display: flex;
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #0197DC;
}
#utilize_box .cont_area.sp_view {
  display: none;
}
#utilize_box .cont_l,
#utilize_box .cont_r {
    flex: 1;
    width: 466px;
    padding: 80px 60px;
    box-sizing: border-box;
    z-index: 2;
}
#utilize_box .cont_l {
    color: #fff;
    padding-right: 40px;
}
#utilize_box .cont_r {
    background-color: #0197DC;
    color: #fff;
    padding: 0 60px 80px 0;
    margin-top: -42px;
}
#utilize_box .cont_l .box_1,
#utilize_box .cont_r .box_1 {
    margin-bottom: 50px;
}
#utilize_box .cont_r .box_1:last-child {
  margin: 0;
}
#utilize_box .box_1 h2 {
    height: auto;
    background-color: #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 50px;
    color: #fff;
    font-size: 22px;
}
#utilize_box .cont_l h2 {
  width: 453px;
}
#utilize_box .cont_r h2 {
  width: 277px;
}
#utilize_box .box_1 h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
#utilize_box .box_1 p {
}
#utilize_box .img_l {
    position: relative;
    top: 36px;
    left: -151px;
    width: 670px;
    height: 400px; 
    background-image: url(../img/utilize02.png); 
    background-size: cover;
    background-position: center;
    z-index: 1;
}
#utilize_box .img_r {
    position: relative;
    bottom: 52px;
    right: 0;
    width: 650px;
    height: 400px; 
    background-image: url(../img/utilize01.png);
    background-size: cover;
    background-position: right;
    z-index: 1;
}

#example_box {
  margin-bottom: 150px;
}
#example_box .container {
  position: relative;
  max-width: 1000px;
}
#example_box .tit_area {
    width: 743px;
    margin-bottom: 50px;
}
#example_box .tit_area h2 {
  width: 576px;
  margin-left: 0;
}
#example_box .cont_l {
    flex: 1.2;
}
#example_box .img_r_area {
    position: absolute;
    top: 96px;
    right: -70px;
}
#example_box .box_1 {
  width: 743px;
  padding: 25px;
  background-color: #F7F7F7;
  margin-bottom: 25px;
}
#example_box .box_1:nth-child(2) {
  width: 368px;
}
#example_box .box_1 dl {
    display: flex;
    margin: 10px 0;
    padding-left: 0;
}
#example_box .box_1 dt {
    width: 15px;
    flex-shrink: 0;
    font-weight: bold;
    line-height: 1.6; 
}
#example_box .box_1 dd {
    margin-left: 0; 
    flex-grow: 1;
    line-height: 1.6;
}
#example_box .box_1 h4 {
    color: #3498db; 
    display: inline-block;
    margin-bottom: 15px;
}
#example_box .img_l_area {
    position: absolute;
    bottom: 40px;
    right: 220px;
}

#question_box {
  max-width: 865px;
  margin: 0 auto 80px;
}
#question_box h3 {
  text-align: center;
  margin-bottom: 40px;
}
#question_box ul {
  margin-bottom: 45px;
}
#question_box li {
  list-style: none;
  padding: 2px 0 2px 60px;
  margin-bottom: 30px;
  position: relative;
}
#question_box li:first-child {
  color: #0197DC;
  background-color: #F7F7F7;
}
#question_box li:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 8px;
  width: 32px;
  height: 40px;
  background: url(../img/Q.svg)no-repeat center/ 100% auto;
}
#question_box li:last-child:before {
  background: url(../img/A.svg)no-repeat center/ 100% auto;
}


.pc_view{
  display: block;
}

.telrow .pc_view{
  display: inline-block;
}

.sp_view{
  display: none;
}
.sp,hr.sp{
  display: none;
}
@media ( max-width : 1400px ) {
  #contents_box h2 {
    left: 185px;
  }
}
@media ( max-width : 1300px ) {
  #utilize_box .cont_r {
    padding: 0 60px 320px 0;
    background-color: transparent;
  }
  #utilize_box .img_r {
    width: 100%;
    height: 46%;
    background-size: 100% auto;
  }
  #utilize_box .img_l {
    width: 100%;
    height: 70%;
    background-size: 100% auto;
    left: 0;
    top: 0;
  }
}
@media ( max-width : 1200px ) {
  #utilize_box .utilize_bg {
    display: none;
  }
  #utilize_box .cont_r {
    padding: 0 60px 320px 0;
    background-color: transparent;
  }
  #utilize_box .img_r {
    width: 100%;
    height: 46%;
    background-size: 100% auto;
  }
  #utilize_box .img_l {
    width: 100%;
    height: 70%;
    background-size: 100% auto;
    left: 0;
    top: 0;
  }

}
@media ( max-width : 1000px ) {
 
}
@media ( max-width : 820px ) {
  .inner-text-area{
    text-align: center;
  }

  .f2:before{
    left: 0;
    right: 0;
    margin: auto;
  }

  .f4{
    text-align: left;
  }

  .mainimg{
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
	 height: 100%;
  }

  .navitem{
    margin-left: 10px;
    z-index: 2;
  }

  #utilization3{
    flex-direction: column-reverse;
  }
	
  #utilization3 #no3{
    top: 80px;
    left: 0px;
  }

  #utilization_scenario{
    margin-top: 150px;
  }

  #utilization_scenario h2, #introduction_flow h2{
    margin-left: 40px;
  }

  #utilization_scenario .row:nth-child(3){
    margin-top: 550px;
    flex-direction: column-reverse;
  }

  #utilization_scenario .row:nth-child(4){
    margin-top: 20px;
  }

  #utilization_scenario .row:nth-child(5){
    margin-top: 550px;
    flex-direction: column-reverse;
  }

  #introduction_flow .container{
    padding-top: 30px;
  }

  #introduction_flow .row-text-area{
    margin: 0 auto;
    margin-bottom: 60px;
  }

  #introduction_flow .flow_arrow{
    right: 49%;
    width: 18px;
    top:88%;
    transform: rotate(90deg);
  }

  #introduction_flow .col{
    margin-left: 0;
  }

  #introduction_flow .flow_text{
    height: auto;
    margin: 0 auto;
  }

  #introduction_flow .row{
    width: 100%;
  }

  #introduction_flow .row .col.span-5{
    max-width: 100%;
  }

  #introduction_flow .row .col.span-12{
    width: 93%;
    margin-bottom: 40px;
  }

  #contents_box {
    margin-bottom: 50px;
  }
  #contents_box h2 {
    margin: 50px 0 0;
    padding: 20px 0 5px 3px;
    max-width: 303px;
    height: auto;
    left: 25px;
    font-size: 16px;
  }
  #contents_box .box_1 {
    margin-top: -22px;
    padding: 50px 0;
  }
  #contents_box .box_4 {
    margin: 0 0 30px;
   }
  #contents_box .box_4,
  #contents_box .box_4 img {
    width: 100%;
  }
  #contents_box .box_2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: transparent;
  }
  #contents_box .box_2 p {
    width: 100%;
  }
  #contents_box section {
    display: block;
    max-width: 100%;
  }
  #contents_box .box_assignment {
    width: 90%;
    height: auto;
    margin: 0 auto 10px;
    padding: 25px 20px;
    display: flex;
  }
  #contents_box .box_assignment:last-child {
    margin: 0 auto;
  }
  #contents_box .box_assignment img {
    height: 38px;
  }
  #contents_box .box_assignment .sp_cont {
    margin-left: 15px;
  }
  #contents_box .box_assignment h4,
  #contents_box .box_assignment:last-child h4 {
    margin: 0 0 15px;
    text-align: left;
  }
  #contents_box .box_assignment dl {
    font-size: 14px;
  }

  #three_contents {
    margin-bottom: 100px;
  }
  #three_contents h2 {
    max-width: 233px;
    margin: 0 0 20px 20px;
    padding: 20px 0 5px 3px;
    font-size: 16px;
  }
  #three_contents .img_3 {
    width: 100%;
  }
  #three_contents .img_3 img {
    width: 100%;
  }
  #three_contents .box_1 {
    width: 85%;
    margin: 20px auto 30px;
  }
  #three_contents .box_1,
  #three_contents .box_1 .txt_area {
    display: block;
  }
  #three_contents .box_1 .txt_area .img_4 {
    float: right;
    width: 45%;
    height: auto;
    margin: 0 0 20px 20px;
  }
  #three_contents .box_1 .txt_area:after {
    content: "";
    display: block;
    clear: both;
  }

  #three_contents h4 {
    margin: 0 0 15px 0;
  }
  #three_contents .box_2,
  #three_contents .box_3,
  #three_contents .box_4 {
    padding: 30px 0;
    margin: 0 0 50px;
    background-color: #F7F7F7;
  }
  #three_contents .no1_box,
  #three_contents .no2_box,
  #three_contents .no3_box {
    width: 85%;
    margin: 0 auto;
  }
  #three_contents .no2_box {
    padding: 0;
  }
  #three_contents .no2_box .img {
    margin: 0 auto 20px;
  }
  #three_contents .img,
   #three_contents .img img {
    width: 100%;
   }
  #three_contents .no3_box h4 {
    /*margin: 0 0 30px;*/
  }

  #utilize_box {
    height: auto;
    padding: 0 0 40px;
    margin: 0 0 50px;
    background-color: #F7F7F7;
    background-image: none;
    display: flex;
  }
  #utilize_box .tit_area {
    top: -22px;
  }
  #utilize_box .tit_area h2 {
    max-width: 249px;
    height: auto;
    padding: 20px 0 3px 3px;
    margin: 0 0 20px 40px;
    font-size: 16px;
  }
  #utilize_box .tit_area p {
    margin: 0 0 10px 40px;
  }
 
  #utilize_box .cont_area {
    display: block;
    width: 95%;
    height: auto;
    float: right;
  }
   #utilize_box .cont_area.pc_view {
    display: none;
  }
  #utilize_box .cont_area.sp_view {
    display: block;
  }
  #utilize_box .cont_l,
  #utilize_box .cont_r {
    padding: 0;
    width: 100%;
  }
  #utilize_box .cont_l h2,
  #utilize_box .cont_r h2 {
    font-size: 16px;
    max-width: 300px;
    margin: 30px 20px 30px;
  }
  #utilize_box .cont_r h2 {
    width: 172px;
  }
  #utilize_box .img_l,
  #utilize_box .img_r {
    width: 96%;
    height: auto;
    margin: 0 0 20px;
    top: 0;
    left: 0;
    background: transparent;
  }
  #utilize_box .img_l {
    float: right;
  }
  #utilize_box .img_r {
    width: 100%;
    left: -6%;
  }
  #utilize_box .img_l img,
  #utilize_box .img_r img {
    width: 100%;
  }
  #utilize_box h3 {
    clear: both;
  }
  #utilize_box h3,
  #utilize_box p {
    width: 90%;
    margin: 0 auto;
  }
  #utilize_box h3 .sp_view {
    display: none;
  }
  .pb-30 {
    padding-bottom: 30px;
  }

  #example_box {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
  #example_box .tit_area {
    max-width: 100%;
  }
  #example_box .tit_area h2 {
   width: 100%;
   height: auto;
   padding: 20px 0 3px 3px;
   margin: 0 0 10px;
  }
  #example_box .tit_area p {
    padding: 10px 0 0;
  }
  #example_box .box_1 {
    width: 100%;
    margin-bottom: 120px;
    clear: both;
  }
  #example_box .box_1:nth-child(2) {
    width: 100%;
    margin-bottom: 50px;
  }
  #example_box .box_1 h4 {
    margin-top: 0;
  }
  #example_box .img_r_area {
    position: static;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 50px;
    float: right;
  }
  #example_box .img_l_area {
    position: static;
    width: 85%;
    margin: 0 auto -156px;
  }
  #example_box .img_l_area img {
    width: 100%;
  }
  #example_box .cont_area {
    clear: both;
  }

  #introduction_flow .intro_box img {
    width: 90%;
    height: 5px;
  }

  #question_box .box_1 {
    width: 95%;
    float: right;
  }
  #question_box li {
    padding: 10px 0 10px 50px;
  }
  #question_box li:last-child {
    padding: 2px 0 2px 50px;
  }
  #question_box li .sp_view {
    display: none;
  }

  #contact_area{
    clear: both;
    padding: 40px 60px;
  }

  h2 {
    font-size: 16px;
  }

  .pc_view,
  .telrow .pc_view{
    display: none;
  }

  .sp_view{
    display: block;
  }
  .vr_view.pc_view{
	display: none;
  }
 
  .kvmv.pc_view{
    display: none;
  }
  .kvmv.sp_view{
    display: block;
  }

  .kv-title.pc_view{
    display: none;
  }

  .kv-title.sp_view,
  .telrow1 .sp_view{
    display: none;
  }
  .kv-top-text1{
    padding-top: -34px;
  }
}
@media ( max-width : 820px ) {
  .head{
    height: 57px;
    width: 100%;
    background-color: #ffffffe0;
  }
 .telrow1  {
    width: 50px;
    height: 57px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 0;
    background-color: #EFEFEF;
  }
  .telrow1 a {
    display: block;
    padding: 11px 0 0;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }

  .inquiry-btn{
    width: 147px;
    padding: 15px 0 15px 15px;
    border-radius: 0;
    text-align: left;
    font-size: 13px;
  }
  .inquiry-btn img {
    width: 32px;
    margin-left: 3px;
    position: relative;
    top: 5px;
  }
  .mainimg {
    margin-top: 57px;
  }

  .kv-text1{
    font-size: 23px;
    margin: 0 0 47vw;
    padding: 9vw 0 0;
    width: 100%;
    text-align: left;
  }
  .kv-title_sp {
    max-width: 233px;
  }
   .kv-text2{
    font-size: 14px;
    text-align: left;
  }

  #interactive_box ul {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #interactive_box ul li {
    width: 41%;
    margin-left: 15px;
    padding: 3px 0 3px 33px;
    font-size: 14px;
    box-sizing: border-box;
  }
  #interactive_box ul li:nth-child(odd) {
    padding: 14px 0 3px 33px;
  }
  #interactive_box ul li:before {
    width: 34px;
    height: 24px;
  }

  #no1{
    left: 90%;
    top: -4%;
    max-width: 21px;
  }
  #no2{
    top: -4%;
    max-width: 41px;
    z-index: 1;
    left: 88%;
  }
  #no3{
    position: absolute;
    top: -4%;
    max-width: 41px;
    z-index: 1;
    left: 88%;
  }
}
@media ( max-width : 600px ) {

  .kvmv.pc_view{
    display: none;
  }

  .kvmv.sp_view{
    display: block;
  }
  .sp{
	display: block;
  }
  .col{
    margin-left: 0;
    max-width: 100%;
  }

  .row{
    width: 100%;
	margin: 0 auto;
  }

  

  .telrow1 span{
    font-size: 10px;
  }


  .sp_view{
    display: block;
  }

  .mainimg{
    height: 75%;
  }

  hr.sp{
	  display: block;
	width: 60px;
	height: 5px;
	background: #3B4043;
	color: #3B4043;
	margin: 65% auto 0 auto;	
  }

  .service{
    height: 38px;
    padding-top: 8px;
    font-size: 16px;
  }

  .navi-bg{
    height: 73px;
    margin-top: -83px;
  }

  nav a{
    padding: 0;
    font-size: 12px;
  }

  #kv-text-area{
    top: 11%;
  }
  .kv-text1{
    font-size: 14px;
    margin: 0 0 50vw;
    padding: 0;
  }

  #bigm2y_logo{
    width: 120px;
  }

  .head h1{
    margin-bottom: 0;
    height: auto;
    width: auto;
    clip-path: none;
    background-color: none;
  }

  .inner-text-area{
    padding: 20px;
  }

  .kvmv{
    width: 100%;
  }

  #kv-rect01 rect{
    display: none;
  }

  #kv-text-area{
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  .kv-top-text1{
    font-size: 13px;
    font-weight: bold;
	color: #fff;
	padding-top: 0px;
	text-align: left;
  }

  .kv-top-text2{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
	color: #fff;
	text-align: left;
  }

  h4{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
  }

  .row-text-area{
    padding: 0 10px;
  }
  .vr_view.sp_view{
	display: block;
  }


  #utilization2.row{
    flex-direction: column-reverse;
  }

  #utilization2 {
    margin: 0 auto;
    margin-top: 30px;
  }

  .row .row-text-area{
    margin-left: 0;
    margin-top: 60px;
  }

  #utilization2 .row-text-area{
    margin-left: 0;
    margin-top: 60px;
  }

  #utilization3{
    flex-direction: column;
    margin: 0 auto;
  }

  #utilization3 .col img{
    flex-direction: column;
    position: initial;
    margin-top: 30px;
  }

  #utilization3 .row-text-area{
    margin-left: 0;
    margin-top: 0;
  }

  #utilization3 #no3{
    position: absolute;
    top: -55%;
    left: 12px;
    width: 100%;
	max-width: 78px;
  }

  #utilize_box .box_1 h3 {
    font-size: 1em;
  }
  #utilize_box h3 .sp_view {
    display: block;
  }

  #question_box li .sp_view {
    display: block;
  }

  #contents_box .box_3 h3 {
    font-size: 1.2em;
  }

  h2{
    width: 355px;
    margin-left: 30px;
  }

  #kv-rect01{
    display: none;
  }

  #utilization_scenario{
    margin-top: 0;
  }

  #utilization_scenario .row{
    height: auto;
  }
	
  #utilization_scenario .odd_number{
    height: auto;
  }
	
  #utilization_scenario .container{
    padding-top: 0;
  }

  #utilization_scenario h3::before{
    display: none;
  }

  #utilization_scenario .row-text-area{
    margin-left: 0;
    margin-top: 35px;
  }

  #utilization_scenario .row:nth-child(3){
    margin-top: 0px;
  }

  #utilization_scenario .row{
    margin: 0 auto;
  }

  #utilization_scenario .row:nth-child(5){
    margin-top: 0px;
  }

  #introduction_flow .flow_text .col:nth-child(2){
    padding: 35px 10px 0px 10px;
  }

  #introduction_flow .row-text-area img{
    margin-bottom: 0;
  }

  .kv-title.pc_view{
    display: none;
  }

  .kv-title.sp_view,
  .telrow1 .sp_view{
    display: block;
  }

  #utilization_scenario h2, #introduction_flow h2{
    margin-left: 30px;
  }

  #contact_area{
    padding: 40px 25px;
	font-size: 22px;
  }
	
  #contact_area p span{
    font-size: 15px;
  }

  #introduction_flow .intro_box h3 {
    font-size: 1.2em;
  }
}

/*新着情報
-------------------------------------*/
.news h2 {
    border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h5 {
    border-bottom: 3px solid #ccc;
}

#formarea{
  height: 1589px;
  text-align: center;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #FFFFFF;
  color: #3B4043;
  height: 100px;
  padding-top: 43px;
  font-size: 14px;
}

.copyright .container{
  max-width: 100%;
}

.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

#bigm2y_logo_foot{
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#bigm2y_logo_foot img{
  margin-right: 5px;
}

.footer_left{
  text-align: left;
  margin-left: 20px;
  margin-bottom: 40px;
}

.footer_right{
  padding-top: 47px;
}

@media ( max-width : 820px ) {
  .copyright .row{
    width: 100%;
  }

  .footer_right{
    padding-top: 0;
    padding-bottom: 30px;
  }

  .footer_left{
    text-align: center;
    margin-left: 0;
  }

  #bigm2y_logo_foot{
    flex-direction: column;
  }

  .contact_btn{
    width: 270px;
  }
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #0097dcb5;
    color: #fff;
    width: 160px;
    height: 160px;
    padding: 30px 20px;
    text-align: center;
}

#pagetop img{
  width: 63px;
  margin-top: 5px;
  opacity: 0.8;
}

#pagetop a:hover {
    background: #666;
}

@media ( max-width : 600px ) {
  #pagetop a{
    width: 100px;
    height: 100px;
    padding: 14px 6px;
    font-size: 12px;
  }

  #pagetop img {
    width: 42px;
  }
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}
