@charset "utf-8";
/*共通*/

.youtube-embed {
  width: 100%;
  aspect-ratio : 16 / 9;
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width : 767px) {
  .youtube-embed {
    max-width: 300px;
    margin: 20px auto;
  }
}

/*ヘッダー*/
#header {
  width: 100%;
  height: 130px;
  line-height: 130px;
  background-color: #fff;
}
#header h1 {
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
}
#h_logo {
  text-align: center;
  max-width: 290px;
  height: auto;
  margin: 0 auto;
}
#pc_menu {
  padding: 15px 0;
  background-color: #425d7e;
}
#pc_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
#gnav ul li {
  display: inline-block;
  position: relative;
}
#gnav ul li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #849bb7;
  top: 0;
  transform: rotate(30deg);
}
#gnav ul li:first-child::before {
  display: none;
}
#gnav ul li a {
  display: inline-block;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
#nav-toggle, #nav-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
#nav-toggle {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #425d7e;
  top: 0;
  right: 0;
  z-index: 2;
}
#nav-toggle span {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
#nav-toggle span:nth-of-type(1) {
  top: 20px;
}
#nav-toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#nav-toggle span:nth-of-type(3) {
  bottom: 20px;
}
.open #nav-toggle span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.open #nav-toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#sp_menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  height: 60px;
}
#sp_menu .sp_logo {
  max-width: 160px;
  line-height: 60px;
  margin: 0 auto;
}
#sp_nav {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1;
  width: 200px;
  height: auto;
  background-color: rgba(22, 22, 22, .97);
}
#sp_nav #sp_navInner {
  padding: 30px 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#sp_nav li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
}
#sp_nav li + li {
  border-top: 1px solid #999;
}
@media screen and (max-width : 1024px) {
  #gnav ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width : 599px) {
  #header {
    height: 50px;
    line-height: 50px;
  }
  #sp_menu {
    display: block;
    line-height: 1;
  }
  #h_logo, #pc_menu {
    display: none;
  }
}
#container.open {
  position: fixed;
  width: 100%;
}
/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
#main_visual {
	max-width: 1280px;
  width: 100%;
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
	aspect-ratio: 1280 / 720;
	margin-inline: auto;
	margin-bottom: 32px;
}
#main_visual .main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  z-index: 3;
  text-shadow: 0px 0px 5px #000;
}
#main_visual .main_copy span {
  font-size: 32px;
  font-size: 3.2rem;
}
#main_visual:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
}
#video-area {
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video {
  /*天地中央配置*/
  /* position: absolute;
  z-index: -1;
  inset: 0; */
  /*縦横幅指定*/
  /* width: 177.77777778vh;  16:9 の幅→16 ÷ 9＝ 177.77% */
  /* height: 56.25vw; 16:9の幅 → 9 ÷ 16 = 56.25% */
  /* min-height: 100%;
  min-width: 100%; */
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
}
/*見出し設定*/
h1 {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  color: #fff;
  text-shadow: 0 0 15px #666;
}
#wrapper {
  background-color: #fff;
}
@media screen and (max-width : 767px) {
  #main_visual {
		margin-bottom: 0;
    /* height: 400px; */
  }
  #main_visual .main_copy {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #main_visual .main_copy span {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 10;
}
#pagetop a {
  background: #000;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 25px;
}
#pagetop a:hover {
  opacity: .8;
  text-decoration: none;
  background: #666;
}
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  padding-top: 50px;
  background-color: #262626;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer #foot_info {
  float: left;
  width: 70%;
}
#footer #foot_info .f_logo {
  float: left;
  width: 45%;
}
#footer #foot_info .address {
  float: left;
  width: 50%;
}
#footer .footer_link {
  float: right;
  width: 30%;
}
#footer .footer_link a {
  float: right;
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: solid 1px #fff;
  text-align: center;
  position: relative;
}
#footer .footer_link a:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 1px solid #ffff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#footer .footer_link a:hover {
  opacity: .8;
}
#footer .copyright {
  margin-top: 50px;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width : 1024px) {
  #footer #foot_info, #footer .footer_link, #footer #foot_info .f_logo, #footer #foot_info .address {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .footer_link a {
    float: none;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer .footer_link a:after {
    top: 15px;
  }
  #footer #foot_info .address {
    margin: 20px 0;
  }
}
@media screen and (max-width : 599px) {
  #footer #foot_info, #footer #foot_nav {
    text-align: center;
    float: none;
    width: 100%;
  }
  #footer #foot_nav {
    display: none;
  }
}
/*----------------------------------------------------
	iframe
----------------------------------------------------*/
@media screen and (max-width : 1024px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*----------------------------------------------------
	共通デザイン
----------------------------------------------------*/
.bold {
  font-weight: 600;
}
.key {
  color: red;
}
a.link_key {
  color: #999;
  text-decoration: underline;
}
a.link_key:hover {
  text-decoration: none;
}
.title_style01 {
  margin-bottom: 40px;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 600;
}
.title_style01 span {
  color: #425d7e;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'EB Garamond', serif;
}
.title_style02 {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title_style01 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .title_style01 span {
    color: #425d7e;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'EB Garamond', serif;
  }
}
/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
#form {
  background-color: #fcf8ef;
}
#form .step_list {
  width: 500px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
#form .step_list:after {
  position: absolute;
  display: block;
  content: '';
  width: 90%;
  height: 5px;
  background-color: #b2bdca;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 3;
}
#form .step_list li {
  position: relative;
  padding: 12px 0;
  line-height: 1.3;
  float: left;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #425d7e;
  border: solid 2px #425d7e;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  z-index: 5;
}
#form .step_list li.on {
  background-color: #425d7e;
  color: #fff;
}
#form .step_list li + li {
  margin-left: 100px;
}
#form .step_list li .step {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'EB Garamond', serif;
}
#form .step_list li .step .num {
  font-size: 30px;
  font-size: 3rem;
}
#form table {
  max-width: 880px;
  margin: 0 auto;
  border-top: none;
}
#form table th {
  border-bottom: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0;
  width: 30%;
}
#form table th a {
  text-decoration: underline;
  color: #425d7e;
}
#form table td {
  border-bottom: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.required, .hosoku {
  color: #982525;
  font-size: 14px;
  font-size: 1.4rem;
}
input[type="text"] {
  outline: none;
  background: none;
}
input[type=text], input[type=email], input[type=tel], textarea {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 10px;
  outline: none;
  background: #fff;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
textarea {
  resize: vertical;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
  outline-offset: -2px;
}
input[type="submit"] {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  width: 160px;
  color: #ffffff;
  background: #425d7e;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
input[type="reset"] {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  width: 160px;
  color: #ffffff;
  background: #666;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
input[type="button"] {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  min-width: 120px;
  color: #ffffff;
  background: #3b3b3b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
input[type="submit"]:hover {
  opacity: .8;
  text-decoration: none;
}
input[type="button"]:hover {
  background: #000;
  text-decoration: none;
}
.file_wrap label {
  padding: 0;
  background-color: #425d7e;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.file_wrap input[type="file"] {
  display: none;
}
.file_name {
  display: inline-block;
  padding-left: 10px;
}
#form a.to_back{
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  min-width: 120px;
  color: #ffffff;
  background: #3b3b3b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
label {
  display: inline-block;
  padding: 0 15px 0 0;
}
.cp_ipselect {
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  text-align: center;
}
.cp_ipselect select {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 10px 38px 10px 10px;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
}
td .form_conf{
	border: 1px solid #ccc;
  padding: 10px 10px;
  outline: none;
  background: #f2f2f2;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
	display: block;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #form .step_list {
    width: 300px;
    margin: 0 auto 20px;
  }
  #form .step_list li {
    padding: 10px 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #form .step_list li + li {
    margin-left: 30px;
  }
  #form .step_list li .step {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'EB Garamond', serif;
  }
  #form .step_list li .step .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
  }
  .file_wrap label {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  #form table th {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #form table td {
    padding: 0 0 10px 0;
    border-bottom: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*施工例*/
#case .js-tab_content > p:not(.active) {
  display: none;
}
#case .case_btn {
  position: relative;
  cursor: pointer;
  border: solid 1px #ccc;
  background-color: #f0f0f0;
  margin-bottom: 40px;
}
#case .case_btn .image {
  float: left;
  width: 320px;
}
#case .case_btn .txt {
  width: 100%;
  padding-left: 350px;
  line-height: 192px;
}
#case .case_btn .txt .type {
  color: #fff;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}
#case .case_btn .txt .type.swing {
  background-color: #32327b;
}
#case .case_btn .txt .type.slide {
  background-color: #982525;
}
#case .case_acbox {
  display: none;
}
.sliderBox .js-slick .slick-list .slick-slide {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.sliderBox .js-slick .slick-list .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sliderBox > div p, .sliderBox > div a, .sliderBox > div span {
    pointer-events: none;
  }
}
/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 25px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before, .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #999;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.icon.open {
  background: #425d7e;
  border: solid 1px #425d7e;
  border-radius: 25px;
}
.icon.open:before, .icon.open:after {
  background: #fff;
}
.sliderBox .js-popup a {
  display: block;
  line-height: 0;
  position: relative;
  padding-bottom: 100%;
}
.sliderBox .js-popup a img {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.sliderBox > div p img, .sliderBox > div a img, .sliderBox > div span img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.sliderBox > div .sliderBox_child {
  width: 100%;
  margin: 30px auto 20px;
}
.sliderBox > div .sliderBox_child span {
  display: inline-block;
  margin-bottom: 7px;
}
.sliderBox > div .sliderBox_child span img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}
#case .case_detail table {
  border-top: none;
  font-size: 18px;
  font-size: 1.8rem;
}
#case .case_detail table thead th {
  padding-left: 0;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  border-bottom: solid 2px #ccc;
}
#case .case_detail table thead th:before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #425d7e;
}
#case .case_detail .glay {
  color: #888;
}
@media screen and (min-width : 768px) {
  .sp {
    display: none !important;
  }
  #case .case_btn .txt p {
    display: inline-block;
    line-height: 1;
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #case .sliderBox {
    float: left;
    width: 49%;
  }
  #case .case_detail {
    float: right;
    width: 49%;
  }
}
@media screen and (max-width : 767px) {
  .pc {
    display: none !important;
  }
	#case .case_btn {
	  margin-bottom: 20px;
	}
  #case .case_btn .image {
    width: 150px;
  }
  #case .case_btn .txt {
    padding: 10px 0;
    padding-left: 160px;
    line-height: 1.3;
  }
  .icon-wrap {
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .icon:before, .icon:after {
    height: 1px;
  }
  #case .case_btn .txt .type {
    margin: 5px 0;
    padding: 3px 8px;
    min-width: 100px;
  }
  #case .case_detail {
    margin-top: 50px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
  #case .case_detail table thead th {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #case .case_detail table {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #case .case_detail {
    margin-bottom: 20px;
  }
}
#drive {
  background-color: #f5f5f5;
}
#drive .gate_wrap {
  padding: 50px;
  background-color: #fff;
}
#drive .gate_wrap + .gate_wrap {
  margin-top: 80px;
}
#drive .gate_wrap h3 {
  font-weight: 600;
}
#drive .gate_wrap .drive_detail {
  padding: 0 10px;
  border-top: solid 1px #ccc;
}
#drive .gate_wrap .drive_detail:last-child {
  border-bottom: solid 1px #ccc;
}
#drive .gate_wrap .drive_detail dt {
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  position: relative;
}
#drive .gate_wrap .drive_detail dt:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  left: 0;
  background-color: #425d7e;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#drive .gate_wrap .drive_detail dd {
  display: none;
  padding: 20px 0 50px;
  max-width: 600px;
  margin: 0 auto;
}
#drive .gate_wrap .drive_detail dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 15px;
}
#drive .gate_wrap .drive_detail dd ul li:before {
  content: "\25cf";
  margin-right: 0.5em;
  color: #425d7e;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width : 768px) {
  #drive .gate_wrap h3 {
    float: left;
    padding: 40px 0 30px 10px;
  }
  #drive .gate_wrap .gate_image {
    float: right;
    max-width: 430px;
  }
  #drive .gate_wrap .drive_detail dd .left_txt {
    float: left;
    width: 50%;
  }
  #drive .gate_wrap .drive_detail dd .right_txt {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width : 767px) {
  #drive .gate_wrap {
    padding: 30px 15px;
    background-color: #fff;
  }
  #drive .gate_wrap h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
/*メリット*/
#merit {
  font-family: 'Zen Old Mincho', serif;
}
#merit .inner_wrap {
  background-color: #fcf8ef;
}
#merit h2 {
  text-align: center;
  background-color: #425d7e;
  color: #fff;
  padding: 10px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 2.5px;
}
#merit .merit_list {
  display: flex;
  flex-wrap: wrap;
}
#merit .merit_list li {
  padding: 30px;
  position: relative;
}
#merit .merit_list li:nth-child(1):after, #merit .merit_list li:nth-child(3):after, #merit .merit_list li:nth-child(4):after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #d7d8da;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#merit .merit_list li:nth-child(1) .title, #merit .merit_list li:nth-child(2) .title {
  padding-left: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
#merit .merit_list li:nth-child(3) .title, #merit .merit_list li:nth-child(4) .title, #merit .merit_list li:nth-child(5) .title {
  padding-left: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
#merit .merit_list li:nth-child(1) .title {
  background: url("../img/merit_no01.png") no-repeat left center;
}
#merit .merit_list li:nth-child(2) .title {
  background: url("../img/merit_no02.png") no-repeat left center;
  height: 3em;
  line-height: 3em;
}
#merit .merit_list li:nth-child(3) .title {
  position: relative;
  background: url("../img/merit_no03.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#merit .merit_list li:nth-child(3) .title:after {
  content: "";
  display: block;
  width: 69px;
  height: 77px;
  background: url("../img/merit03_img2.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 10px;
}
#merit .merit_list li:nth-child(4) .title {
  background: url("../img/merit_no04.png") no-repeat left center;
}
#merit .merit_list li:nth-child(5) .title {
  background: url("../img/merit_no05.png") no-repeat left center;
}
#merit .merit_list li:nth-child(1), #merit .merit_list li:nth-child(2) {
  width: 50%;
  border-bottom: solid 15px #425d7e;
}
#merit .merit_list li:nth-child(1) .subtxt, #merit .merit_list li:nth-child(2) .subtxt {
  padding-left: 60px;
  margin-bottom: 20px;
}
#merit .merit_list li:nth-child(3), #merit .merit_list li:nth-child(4), #merit .merit_list li:nth-child(5) {
  width: 33.333333%;
  border-bottom: solid 34px #425d7e;
}
#merit .merit_list li:nth-child(3) .subtxt, #merit .merit_list li:nth-child(4) .subtxt, #merit .merit_list li:nth-child(5) .subtxt {
  padding-left: 40px;
}
@media screen and (max-width : 767px) {
  #merit h2 {
    letter-spacing: .5px;
    padding: 8px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  #merit .merit_list li {
	  padding: 20px 15px;
    width: 100% !important;
    border-bottom: solid 2px #425d7e !important;
  }
  #merit .merit_list li .title {
    padding-left: 35px !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    background-size: 20px !important;
  }
  #merit .merit_list li:nth-child(4) .title {
    background-size: 25px !important;
  }
  #merit .merit_list li:nth-child(2) .title {
    height: auto;
    line-height: 1.5;
  }
  #merit .merit_list li:nth-child(1) .subtxt, #merit .merit_list li:nth-child(2) .subtxt, #merit .merit_list li:nth-child(5) .subtxt {
    padding-left: 0;
    margin-bottom: 10px;
  }
	#merit .merit_list li:nth-child(5) .subtxt{
		margin-top: 10px;
	}
	#merit .merit_list li:nth-child(3) .image,#merit .merit_list li:nth-child(4) .image,#merit .merit_list li:nth-child(5) .image{
		width: 60%;
	}
	#merit .merit_list li:nth-child(3) .title:after{
		top: 0;
		right: 0;
		width: 50px;
		background-size: contain;
	}
  #merit .merit_list li .image {
    margin: 0 auto;
    text-align: center;
  }
}
#flow .inner{
	max-width: 880px;
}
#flow .step_list li {
  margin-bottom: 80px;
  position: relative;
}
#flow .step_list li .step_no {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border: solid 1px #425d7e;
  border-radius: 50%;
  color: #425d7e;
  font-size: 24px;
  font-size: 2.4rem;
}
#flow .step_list li .step_no span {
  font-size: 36px;
  font-size: 3.6rem;
}
#flow .step_list li dl {
  padding-left: 150px;
}
#flow .step_list li dl dt {
  margin-bottom: 10px;
  color: #425d7e;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
#flow .step_list li dl dd {
  height: 3rem;
}
#flow .individual {
  padding: 30px 40px;
  background-color: #f2f2f2;
}
@media screen and (max-width : 767px) {
  #flow .step_list li {
    margin-bottom: 30px;
  }
  #flow .step_list li .step_no {
	  top: 0;
    -webkit-transform: none; /* Safari用 */
    transform: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #flow .step_list li .step_no span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #flow .step_list li dl {
	  padding-left: 0;
  }
  #flow .step_list li dl dt {
	  padding-left: 70px;
	  line-height: 60px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #flow .step_list li dl dd {
    height: auto;
  }
  #flow .individual {
    padding: 20px;
  }
}
#qa h3 {
  padding: 10px 0;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: solid 3px #ccc;
}
#qa h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #425d7e;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
}
#qa .faq_list {
  border-bottom: solid 1px #ccc;
}
#qa .faq_list dt {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
    padding: 30px 40px 30px 70px;
}
#qa .faq_list dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  display: block;
  content: "Q";
  color: #fff;
  background-color: #666;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Shippori Mincho', serif;
}
#qa .faq_list dd {
  display: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 70px;
  margin-bottom: 30px;
}
#qa .faq_list dd:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  display: block;
  content: "A";
  color: #fff;
  background-color: #425d7e;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width : 767px) {
	#qa h3 {
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: solid 2px #ccc;
}
	#qa h3:after{
		width: 50px;
	height: 2px;
	bottom: -2px;
}
	#qa .faq_list dt {
	  font-size: 16px;
	  font-size: 1.6rem;
    padding: 15px 40px 15px 45px;
	}
	#qa .faq_list dt:before,
	#qa .faq_list dd:before{
	  width: 37px;
	  height: 37px;
	  line-height: 37px;
	  font-size: 16px;
	  font-size: 1.6rem;
	}
		#qa .faq_list dd {
	  font-size: 14px;
	  font-size: 1.4rem;
    padding: 0 0 15px 45px;
	}
}
#showroom {
  background-color: #f5f5f5;
}
#showroom h2 {
  margin-bottom: 0;
}
#showroom .fl-left, #showroom .fl-right {
  width: 48%;
}
.ggmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#showroom .link_btn {
  display: block;
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
  border: solid 1px #000;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}
#showroom .link_btn::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (max-width : 767px) {
  #showroom .fl-left, #showroom .fl-right {
    float: none;
    width: 100%;
  }
  #showroom .link_btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}