@charset "UTF-8";
/*
	Filename: terminal
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  height: 320px;
  background: url("../img/terminal/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
.main_text {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 68px 0;
  padding-left: calc((100% - 1136px)/2);
}
.main_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
}
.main_text_bg img {
  width: 80%;
  height: 320px;
  object-fit: cover;
  object-position: right center;
}
.main_text h1 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
}
.main_text h1 {
  font-size: 45px;
  line-height: 1.3;
}
.main_text h1 span {
  display: block;
  margin-bottom: 35px;
  font-size: 1.4rem;
}
.mv_pc {
  display: block;
}
.mv_tb {
  display: none;
}
.mv_sp {
  display: none;
}
@media screen and (max-width: 1196px) {
  .main_text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  #mv {
    position: relative;
    top: 74px;
  }
}
@media screen and (max-width: 750px) {
  .main_text {
    position: absolute;
    bottom: 30px;
    height: auto;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_text_bg {
    top: auto;
    bottom: -30px;
    width: 100%;
  }
  .main_text_bg img {
    width: 100%;
    height: auto;
  }
  .main_text h1 {
    font-size: 32px;
  }
  .main_text h1 span {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .main_text p {
    font-size: 14px;
  }
  .mv_pc {
    display: none;
  }
  .mv_tb {
    display: block;
  }
  .mv_sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .mv_tb {
    display: none;
  }
  .mv_sp {
    display: block;
  }
}

/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding-top: 40px;
  padding-bottom: 80px;
}
#sec_01 p {
  margin-bottom: 40px;
  line-height: 1.6;
}
#sec_01 h2 {
  margin-bottom: 32px;
}
#sec_01 h3 span {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #767676;
}
#sec_01 .flex .col2 {
  background: #F5FBFF;
  border-radius: 8px;
  text-align: center;
}
#sec_01 .flex .col2 a {
  display: block;
  padding: 20px 16px;
}
#sec_01 .flex .col2:last-of-type a {
  padding: 30px 16px;
}
#sec_01 .flex .col2 img {
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  #sec_01 {
    padding-top: 114px;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  #sec_01 p {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #sec_01 h2 {
    margin-bottom: 24px;
  }
  #sec_01 h3 {
    font-size: 14px;
  }
  #sec_01 h3 span {
    font-size: 11px;
  }
  #sec_01 .flex .col2 a {
    padding: 14px 16px;
  }
  #sec_01 .flex .col2:last-of-type a {
    padding: 23px 16px;
  }
  #sec_01 .flex .col2 img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 414px) {
  #sec_01 .flex .col2:last-of-type {
    margin-bottom: 0;
  }
}
/*-----------------------------------------------------
	#page_link
------------------------------------------------------*/
#page_link {
  padding-bottom: 80px;
}
#page_link .wrap .title {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px;
}
#page_link .wrap .title h2 {
  margin-right: 40px;
}
#page_link .wrap .page_link_child {
  width: 25%;
}
#page_link .wrap .page_link_child:nth-of-type(2) img {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #page_link .wrap .title {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  #page_link {
    padding-bottom: 60px;
  }
  #page_link .wrap .title {
    margin-bottom: 25px;
  }
  #page_link .wrap .title h2 {
    margin-right: 0;
    font-size: 16px;
  }
  #page_link .wrap .page_link_child {
    width: 100%;
  }
  #page_link .wrap .page_link_child:nth-of-type(2) img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 414px) {
  #page_link .wrap .title h2 {
    margin-bottom: 12px;
  }
}
/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  padding-bottom: 80px;
}
#sec_02 h2 {
  margin-bottom: 32px;
}
#sec_02 img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1196px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 750px) {
  #sec_02 {
    padding-bottom: 60px;
  }
  #sec_02 h2 {
    margin-bottom: 24px;
  }
}
/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
  padding-bottom: 80px;
}
#sec_03 h2 {
  margin-bottom: 32px;
}
#sec_03 .flex .col2 h3 {
  margin-bottom: 20px;
  padding: 16px 24px;
  background: #F5FBFF;
  border-radius: 8px;
  color: #0F76B9;
  text-align: center;
}
#sec_03 .flex .col2 h4 {
  margin-bottom: 12px;
}
#sec_03 .flex .col2 p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#sec_03 .flex .col2 iframe {
  width: 100%;
  height: 373px;
  margin-bottom: 20px;
  border-radius: 8px;
}
#sec_03 .flex .col2 .icon_link {
  width: 368px;
  margin: 0 auto;
}
#sec_03 .flex .col2 .icon_link::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/car_blue.svg") no-repeat center center;
  background-size: cover;
}
#sec_03 .flex .col2 .icon_link a {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sec_03 .flex .col2 .icon_link {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  #sec_03 {
    padding-bottom: 60px;
  }
  #sec_03 h2 {
    margin-bottom: 24px;
  }
  #sec_03 .flex .col2 h3 {
    padding: 16px 24px;
    font-size: 14px;
  }
  #sec_03 .flex .col2 h4 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #sec_03 .flex .col2 p {
    font-size: 14px;
  }
  #sec_03 .flex .col2 iframe {
    width: 100%;
    height: 250px;
  }
  #sec_03 .flex .col2 .icon_link {
    width: 100%;
  }
  #sec_03 .flex .col2 .icon_link a {
    font-size: 14px;
  }
}