@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.exo-2 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50dvw;
  max-height: 480px;
  aspect-ratio: 1920/480;
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl:before {
  content: "";
  background-image: url(../images/common/sv_logo01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120.06px;
  height: 330.5px;
  aspect-ratio: 120.06/330.05;
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl:before {
    height: 150px;
    width: auto;
    left: -20px;
  }
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(28px, 1.352rem + 1.7vw, 42px);
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12.5px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(16px, 0.773rem + 0.97vw, 24px);
  font-weight: bold;
  line-height: 1;
}
main section .sv_btm01 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69.66px;
  max-height: 69.66px;
  aspect-ratio: 1920/69.66;
  background-image: url(../images/common/sv_btm01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1.5px #070203;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #006291;
  border-radius: 15px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
}

.ttl_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 10px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 車両 */
/******************************/
.car .sec01 .carbox {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .car .sec01 .carbox {
    padding: 50px 0;
  }
}
.car .sec01 .carbox:nth-child(odd) {
  background-color: #F1EEEE;
}
.car .sec01 .carbox:nth-child(even) {
  background-color: #F8F8F8;
}
.car .sec01 .carbox .layout_b .txtbox .car_specbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 12px #747A92;
  padding: 5% 10%;
  background-color: #FFFFFF;
}
.car .sec01 .carbox .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/254;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0C0C0C;
}

/******************************/
/* 会社案内 */
/******************************/
.feature .layout_a.type01 .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .feature .layout_a.type01 .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

/******************************/
/* リンク集 */
/******************************/
.contact_infoarea a.tel_link {
  color: #006291;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
}
.contact_infoarea a.tel_link:before {
  color: #006291;
}

/******************************/
/* COMPANY */
/******************************/
.company .sec01 {
  position: relative;
}
@media (max-width: 1024px) {
  .company .sec01 .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company .sec01 .layout_a .imgbox {
  width: 35%;
}
@media (max-width: 1024px) {
  .company .sec01 .layout_a .imgbox {
    width: 100%;
    margin-top: 25px;
  }
  .company .sec01 .layout_a .imgbox figure {
    text-align: center;
  }
  .company .sec01 .layout_a .imgbox figure img {
    width: 60%;
  }
}
.company .sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3FBFF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* melody-road-experience-guide（体験ガイド） */
/******************************/
.melody-road-experience-guide .timeline {
  list-style: none;
}
.melody-road-experience-guide .timeline > li {
  margin-bottom: 60px;
}
.melody-road-experience-guide {
  /* for Desktop */
}
@media (min-width: 640px) {
  .melody-road-experience-guide .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .melody-road-experience-guide .timeline-date {
    position: relative;
    width: 120px;
    float: left;
    background-color: #006291;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
  }
  .melody-road-experience-guide .timeline-date span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .melody-road-experience-guide .timeline-date span.f30 {
    line-height: 1.2;
  }
  .melody-road-experience-guide .timeline-content {
    width: 75%;
    margin-left: 6%;
    border-left: 3px #006291 solid;
    padding-left: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 639px) {
  .melody-road-experience-guide .timeline-date {
    background-color: #006291;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 15px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .melody-road-experience-guide .timeline-date br {
    display: none;
  }
}

/******************************/
/* METHOD */
/******************************/
.method .timeline {
  list-style: none;
}
.method .timeline > li {
  margin-bottom: 60px;
}
.method {
  /* for Desktop */
}
@media (min-width: 640px) {
  .method .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .method .timeline-date {
    position: relative;
    width: 120px;
    float: left;
    background-color: #006291;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
  }
  .method .timeline-date span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .method .timeline-date span.f30 {
    line-height: 1.2;
  }
  .method .timeline-content {
    width: 75%;
    margin-left: 6%;
    border-left: 3px #006291 solid;
    padding-left: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 639px) {
  .method .timeline-date {
    background-color: #006291;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 15px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .method .timeline-date br {
    display: none;
  }
}

/******************************/
/* media */
/******************************/
.media .basic_dl02.tp01 dt {
  font-size: inherit;
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
