@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;
  top: 0;
  height: 80px;
  width: 100%;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  background-color: #ffffffe0;
}

.head h1 {
    padding: 17px 0;
}
.telbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
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: #A32D2D;
  color: #fff;
  font-size: 19px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  width: 208px;
  text-align: center;
}

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

.telrow1{
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}

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

.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;
}

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


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



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

body{
  min-width: auto;
}

.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }

.head{
  padding: 1rem 1rem 0 1rem;
}

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

.telrow1{
  font-size: 16px;
}

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

}

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

.mainimg{
  margin-top: 130px;
  background-color: #FFFFFF;
  width: 100%;
  height: 650px;
  z-index: 0;
  position: relative;
}

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

.inner-main{
  max-width: 1200px;
  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;
}

.kv-top-text2{
  font-size: 22px;
  margin-bottom: 155px;
}

.kv-title{
  max-width: 875px;
}

.kv-text1{
  font-size: 25px;
  font-weight: bold;
  color: #3B4043;
  padding-bottom: 12px;
  width: 570px;
  margin-top: 30px;
}

.kv-text2{
  font-size: 14px;
  color: #6C7072;
}

#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 : 1200px ) {
  .inner-main{
    padding-left: 20px;
  }
}

@media ( max-width : 820px ) {
  .inner-main{
    width: auto;
  }

  .mainimg img {
      width: 80vw;
  }

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

  #kv-circle02 {
    right: 140px;
  }

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

  header .col{
    max-width: 100%;
  }

}

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


  .kv-title.sp_view{
    position: absolute;
    top:-360px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

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

  #kv-circle02{
    right: 20px;
  }
}

/*メインコンテンツ
-------------------------------------*/
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: #3B4043;
  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:170px;
  left: 0;
}

#utilization_scenario .row{
  height: 277px;
}

#utilization2{
  margin-top: 80px;
}

#utilization2 .row-text-area{
  margin-left: 110px;
  margin-top: 100px;
}

#utilization3 img{
  position: absolute;
  top: -100px;
  left: 90px;
  mix-blend-mode: multiply;
}

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

.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: 440px;
  bottom: 60px;
}

#no2{
  position: absolute;
  top: 0;
  left: 0;
}

#utilization3 #no3{
  position: absolute;
  top: 220px;
  left: 0;
}

#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%);
}

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

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

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

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

#introduction_flow h5{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

#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: 18px;
  font-weight: bold;
}

.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;
}

.pc_view{
  display: block;
}

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

.sp_view{
  display: none;
}

@media ( max-width : 820px ) {

  .inner-text-area{
    text-align: center;
  }

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

  .f4{
    text-align: left;
  }

  .mainimg{
    background: url(../img/kv_sp.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 88px;
  }

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

  #utilization3{
    flex-direction: column-reverse;
  }

  #utilization_scenario{
    margin-top: 150px;
  }

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

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

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

  #utilization_scenario .row:nth-child(5){
    margin-top: 600px;
    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;
  }

  #contact_area{
    padding: 40px 60px;
  }

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

  .sp_view{
    display: block;
  }

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

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

@media ( max-width : 600px ) {
  .col{
    margin-left: 0;
    max-width: 100%;
  }

  .row{
    width: 90%;
  }

  .inquiry-btn{
    width: 108px;
    font-size: 13px;
  }

  .telrow1 {
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
  }

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

  .head{
    width: 100%;
  }

  .sp_view{
    display: block;
  }

  .mainimg{
    height: 910px;
  }

  .kv-text1{
    font-size: 31px;
    margin-bottom: 14px;
    width: 100%;
  }

  .kv-text2{
    font-size: 17px;
  }

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

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

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

  #kv-text-area{
    top: 11%;
  }

  #bigm2y_logo{
    width: 120px;
  }

  .head h1{
    margin-bottom: 0;
  }

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

  .kvmv{
    width: 891px;
  }

  #kv-rect01 rect{
    display: none;
  }

  #kv-text-area{
    margin-top: 459px;
    background-color: #fff;
    text-align: center;
    padding: 30px 10px 10px 20px;
  }

  .kv-top-text1{
    font-size: 18px;
    font-weight: bold;
  }

  .kv-top-text2{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold
  }

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

  .row-text-area{
    padding: 0 10px;
  }

  #no1{
    bottom: 280px;
    left: 0;
    width: 30px;
  }

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

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

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

  #no2{
    width: 70px;
    top: -70px;
    z-index: 1;
    left: 10px;
  }

  #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: -128px;
    left: 12px;
    width: 70px;
  }

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

  #kv-rect01{
    display: none;
  }

  #utilization_scenario{
    margin-top: 0;
  }

  #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: 360px;
  }

  #utilization_scenario .row{
    margin: 0 auto;
  }

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

  #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;
  }

}

/*新着情報
-------------------------------------*/
.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;
}
