@charset "UTF-8";
/*
	Filename: center
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  height: 320px;
  background: url("../img/center/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;
  }
}

/*-----------------------------------------------------
	#guide
------------------------------------------------------*/
section#guide {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  section#guide {
    padding-top: 114px;
  }
}
@media screen and (max-width: 750px) {
  section#guide {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
section#guide .wrap > p:first-of-type {
  margin-bottom: 40px;
  line-height: 1.6;
}
section#guide .wrap h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  section#guide .wrap > p:first-of-type {
    margin-bottom: 24px;
    font-size: 14px;
  }
  section#guide .wrap h2 {
    margin-bottom: 16px;
  }
}
/*-----------------------------------------------------
	#center_link_bottom
------------------------------------------------------*/
.center_link_bottom_child {
  position: relative;
  width: 49.3%;
  margin-bottom: 15px;
  background: #FFFAF5;
  border-radius: 8px;
  text-align: center;
}
.center_link_bottom_child a {
  display: block;
  padding: 20px;
}
.center_link_bottom_child a img {
  margin-bottom: 12px !important;
}
.center_link_bottom_child a h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.center_link_bottom_child a h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #767676;
}
@media screen and (max-width: 950px) {
  .center_link_bottom_child a h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  .center_link_bottom_child {
    width: 100%;
    margin-bottom: 12px;
  }
  .center_link_bottom_child a {
    display: block;
  }
  .center_link_bottom_child a h3 {
    font-size: 14px;
  }
  .center_link_bottom_child a h3 span {
    font-size: 11px;
  }
}

/*-----------------------------------------------------
	#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: #FFFAF5;
  border-radius: 8px;
  color: #E67612;
  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_orange.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;
  }
}

/*-----------------------------------------------------
	#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: 750px) {
  #sec_02 {
    padding-bottom: 60px;
  }
  #sec_02 h2 {
    margin-bottom: 24px;
  }
}

/*-----------------------------------------------------
	#information
------------------------------------------------------*/
#information {
  padding-bottom: 80px;
}
#information .wrap img {
  max-width: 100%;
}
#information h2 {
  margin-bottom: 32px;
}
#information table.table_03 {
  margin-bottom: 80px;
}
#information table.table_03 tr:nth-child(odd) th, table.table_03 tr:nth-child(odd) td {
  background: #FFFAF5;
}
@media screen and (max-width: 750px) {
  #information {
    padding-bottom: 60px;
  }
  #information h2 {
    margin-bottom: 16px;
  }
  #information table.table_03 {
    margin-bottom: 60px;
  }
}