@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	icon
------------------------------------------------------------*/
/* Material icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  margin-top: -3px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-19 {
  font-size: 19px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.fs-16 {
  font-size: 1.2em;
}
i.far {
  margin-right: 5px;
}
i.fal {
  vertical-align: middle;
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,
body {
  height: 100%;
  margin: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
}
.yrc body {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* ゴシック系 */
.yrc body,
.yrc table,
.yrc th,
.yrc td,
.yrc p,
.yrc li,
.yrc dt,
.yrc dd,
.yrc div,
.yrc span,
.yrc .go {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
/* 英字フォント */
.yrc .en {
  font-family: "Lobster Two", cursive;
}
/* 明朝系 */
.yrc .min {
  letter-spacing: 0.1em;
  font-family: "Noto Serif CJK JP", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

.yrc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yrc *:before,
.yrc *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yrc p,
.yrc li,
.yrc dt,
.yrc dd,
.yrc th,
.yrc td,
.yrc div,
.yrc span,
.yrc em {
  /* color: #fff; */
  color: #333;
  line-height: 1.85;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

.yrc ul,
.yrc ol {
  padding-left: 0;
  margin: 0;
}

.yrc li {
  list-style: none;
}
.yrc figure {
  margin: 0;
  padding: 0;
}
.yrc table {
  width: 100%;
  border-collapse: collapse;
}
.yrc a {
  word-break: break-word;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .yrc a {
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .yrc a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .yrc a:hover img {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
  }
  #page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.yrc a {
  color: #fff;
}

.yrc img {
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

article:after,
main:after,
clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.yrc h1,
.yrc h2,
.yrc h3,
.yrc h4,
.yrc h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Serif CJK JP", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

/* Oswald */
.yrc .osw {
  font-family: "Oswald", sans-serif !important;
}

/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac {
  margin: auto;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}

.inline {
  display: inline-block;
}
.block {
  display: block;
}
.super {
  vertical-align: super;
  font-size: 10px;
}

/* -----------------------------------------------------------
font-sizse
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%; /*標準サイズ 10px*/
  }
  body.yrc {
    font-size: 1.5rem;
  } /*font-size : 14px と同等*/
  h1 {
    font-size: 5.6rem;
  }
  h2 {
    font-size: 2.8rem;
  } /* font-size: 28px と同等 */
  p,
  div,
  span,
  li,
  i,
  td,
  th,
  em,
  dt,
  dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 60% !important; /*標準サイズ 10px*/
  }
  body.yrc {
    font-size: 1.5rem;
  } /*font-size : 14px と同等*/
  h1 {
    font-size: 5.6rem;
  }
  h2 {
    font-size: 2.8rem;
  } /* font-size: 28px と同等 */
  p,
  div,
  span,
  li,
  i,
  td,
  th,
  em,
  dt,
  dd {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body.ytc {
    font-size: 1.3rem;
  } /*font-size : 14px と同等*/
  h1 {
    font-size: 2.2rem;
  } /* font-size: 56px と同等 */
  h2 {
    font-size: 1.8rem;
  } /* font-size: 28px と同等 */
  p,
  div,
  span,
  li,
  i,
  td,
  th,
  em,
  dt,
  dd {
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------
page
------------------------------------------------------------*/
body.yrc {
  /* background: #090f15; */
  background: #fff;
}
#page {
  padding: 0;
  overflow: hidden;
}
.full {
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1180px;
}
.container-large {
}

/* -----------------------------------------------------------
reset
------------------------------------------------------------*/
.yrc a {
  text-decoration: none;
  color: #fff;
}
a:focus,
a:active {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.yrc h1,
.yrc h2,
.yrc h3,
.yrc h4,
.yrc h5 {
  font-weight: normal;
}
.yrc button {
  background: #fff;
}
button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background-color: inherit !important;
}
.yrc button:not(.toggle) {
  background-color: inherit !important;
}

/* -----------------------------------------------------------
共通ボックス
------------------------------------------------------------*/
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt5 {
  padding-top: 3px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}

.mr20 {
  margin-right: 20px;
}

.pt30 {
  padding-top: 30px;
}
.pb20 {
  padding-bottom: 20px;
}

.vt {
  vertical-align: top;
}
.tr {
  text-align: right;
}
.bgfff {
  background: #fff;
}

.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}

.fa {
  line-height: 1;
}
i.far {
  margin-left: 3px;
}
.index ul {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
btn
------------------------------------------------------------*/

button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}
button:focus {
  outline: none;
  appearance: none;
}

a.btn {
  background: #222;
  color: #fff;
  width: 80%;
  max-width: 300px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px auto;
  text-decoration: none;
}
a.btn * {
  color: #fff;
}
a.btn.big {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  max-width: 30%;
  align-items: inherit;
  align-content: center;
  line-height: 1;
}
a.btn * {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1.4;
}
a.btn .txt-small {
  font-size: 90%;
}
a.btn-wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #222;
  border: 1px solid #222;
  width: 80%;
  max-width: 498px;
  height: 80px;
  font-size: 23px;
}

/* -----------------------------------------------------------
flexbox
------------------------------------------------------------*/

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flexbox .ttl-area {
  width: 300px;
}
.flexbox .ttl-area h2 {
  margin: 0;
  text-align: top;
}
.flexbox .contents-area {
  width: calc(100% - 300px);
  margin-top: 48px;
}
.flexbox.flex2 li {
  width: 48%;
}
.flexbox.flex3 li {
  width: 30%;
}
.flexbox figure {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------
PC MENU
------------------------------------------------------------*/

/* タブレット、PC768以上 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .spb-br {
    display: none;
  }
}

/* -----------------------------------------------------------
	btn
------------------------------------------------------------*/

.btn-area a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn01 {
  background: #750101;
  width: 300px;
  height: 64px;
  color: #fff;
  text-decoration: none;
}
.btn02 {
  width: 100%;
  border: 1px solid #222;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-area.center {
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 40px;
}
.btn-area.center li {
  margin: 0 10px;
}

/*-------------------------------------------------------------
header menu
---------------------------------------------------------------*/
body.open {
  overflow: hidden;
}
header {
}
#header {
  position: absolute;
  z-index: 3;
  height: 140px;
  width: 100%;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
#header-top {
  background: #000;
  height: 100px;
  width: 100%;
}
.header-top-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}
#top-logo {
  line-height: 1;
  z-index: 1;
  background: none;
  padding: 0;
  margin: 0;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#top-logo h1 {
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  position: relative;
  max-width: 240px;
}
#top-logo p {
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 30px;
  line-height: 1.2;
  display: inline-block;
}
#top-logo h1:before {
  content: "";
  height: 28px;
  width: 1px;
  background: rgba(256, 256, 256, 0.5);
  position: absolute;
  right: 0;
  top: 0;
}
#top-contact {
  width: 20%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#top-contact a {
  background: #fff;
  color: #011840;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-width: 160px;
  width: 90%;
}

/* header-menu */
#header nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#top-menu {
  text-align: center;
  display: inline-block;
}

#top-menu a {
  /* transition: all 0.2s; */
}
#top-menu ul {
  margin: 0;
  padding: 0;
}
#top-menu li {
  padding: 0 20px 3px 20px;
}
#top-menu li a {
  font-size: 14px;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
#top-menu li a:hover,
.footer-menu li a:hover,
.menu-digest li a:hover {
  opacity: 1;
  text-decoration: none;
}
#top-menu li a:hover:after,
.footer-menu li a:hover:after,
.menu-digest li a:hover:after {
  transform: scale(1, 1);
}
#top-menu li a:after,
.footer-menu li a:after,
.menu-digest li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.3s;
}
#top-menu li.menu-contact a {
  background: #111;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
#top-menu li.menu-contact a span {
  color: #fff;
  font-size: 14px;
}
#top-menu li.menu-contact a:hover {
  opacity: 0.8;
}
#top-menu li.menu-contact a:hover:after {
  content: none;
}

.pulldown-parent .pulldown-child {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #00042d;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
#menu > li.pulldown-parent {
  position: relative;
}
#menu li.pulldown-parent ul.pulldown-child {
  position: absolute;
  top: 40px;
  width: 200px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu li.pulldown-parent ul.pulldown-child li {
  display: block;
  /* width:200px; */
  padding: 0;
}
#menu li.pulldown-parent ul.pulldown-child a {
  display: block;
  background: #00042d;
  font-size: 15px;
  color: #fff;
  width: 200px;
  height: 50px;
  padding: 10px 10px 6px 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  text-align: left;
}
#menu li.pulldown-parent ul.pulldown-child li:last-child a {
  border-bottom: none;
}
#menu li.pulldown-parent:hover ul.pulldown-child {
  top: 51px;
  width: 200px;
  visibility: visible;
  opacity: 1;
}
#menu li .pulldown-child a:after {
  content: none;
}
#menu li.pulldown-parent ul.pulldown-child a:hover {
  background: #161a40;
  /* opacity:0.8; */
}

/*-------------------------------------------------------------
  index
---------------------------------------------------------------*/

#mv {
  position: relative;
}
#mv .mv-catch {
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 752px;
  bottom: 0;
}
.mv-catch {
  color: #fff;
  font-size: 50px;
}

.slide_item img {
  width: 100%;
  height: 100vh;
}
.cover {
  object-fit: cover;
  font-family: "object-fit: cover";
}
.contain {
  object-fit: contain;
  font-family: "object-fit: contain";
}

.yrc .read-area {
  max-width: 900px;
  width: 90%;
  margin: 80px auto 96px;
  text-align: center;
}
.yrc h2.read-ttl {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 50px;
}
.yrc .read-area p {
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.12em;
}
#service {
}
h2.osw {
  letter-spacing: 0.3em;
  font-size: 5rem;
}

.yrc .bg-ttl {
  background-image: url(../img/yrc/bg-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 280px;
  text-align: center;
  padding: 50px 0;
}
.yrc .bg-ttl h2 {
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
}
.yrc .bg-ttl p {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2;
}
.service-menu {
  padding: 80px 0 100px;
}
.service-menu-inner {
  padding: 0 72px;
}
.service-menu .ttl-en.osw {
  font-size: 3.6rem;
  color: #666;
  margin: 0;
  font-weight: 500;
}
.service-menu .ttl-menu {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: #750101;
  line-height: 1.4;
  padding: 0 10px 3px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.service-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.service-menu li {
  width: 16.6666%;
}
.service-menu li a {
  display: block;
  position: relative;
}
.service-menu li .num-inner {
  text-align: center;
}
.service-menu li .num {
  font-size: 4.6rem;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  transition: transform 0.3s linear;
}
.service-menu li a:hover .num {
  color: #750101;
  transform: scale(1.2);
}
.service-menu li .num-txt {
  font-size: 1.6rem;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
}
.service-menu li a:hover {
  opacity: 1;
}
/*.service-menu li a:hover:before {
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:6px;
  width:60px;
  height: 2px;
  background: #750101;
}*/

/* サービスカード */
.sec {
  margin-bottom: 100px;
}
.s-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.s-inner.mb {
  margin-bottom: 20px;
}
.s-card {
  width: 50%;
}
.card-img {
  width: 53%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 54px;
  margin-right: -2%;
}
.card-img.img-right {
  order: 2;
}
.card-img.img-left .img-flex:first-of-type {
  margin-right: 3%;
}
.box-left .card-img {
  justify-content: flex-start;
  margin-left: -3%;
}
.card-img.img-right .img-flex:first-of-type {
  margin-right: 3%;
}
.img-flex {
}

.card-box {
  background: #000;
  padding: 50px 32px 48px 80px;
  width: 100%;
}
.box-left .card-box {
  display: flex;
  justify-content: flex-end;
  padding: 50px 80px 48px 32px;
}

.card-img.img-right {
  display: flex;
  justify-content: flex-start;
  margin-left: -32px;
}
.card-box-inner {
  max-width: 480px;
}
.card-ttl .num {
  font-size: 5rem;
  color: #fff;
  /* font-style: italic; */
  vertical-align: -0.2em;
}
h2.card-ttl {
  font-size: 2.6rem;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
h2.card-ttl * {
  line-height: 1;
}
.card-box p {
  color: #fff;
  padding: 28px 0 0 0;
  border-top: 1px solid #fff;
  line-height: 2;
  margin-top: 1em;
}
.box-right {
  order: 2;
}
.box-left {
  order: 1;
}
.s-inner .btn-area {
  margin: 40px 80px;
}
.box-left .btn-area {
  display: flex;
  justify-content: flex-end;
  margin: 40px 80px 40px 32px;
}

/* s-detail */
.s-detail {
}
.s-detail .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.s-detail .flexbox.col3 li {
  width: 30%;
}
.s-detail .flexbox li p {
  font-size: 1.4rem;
}
.s-detail h3 {
  color: #999;
  font-size: 2rem;
  letter-spacing: 0;
}
.s-detail .flexbox.col2 li {
  width: 48%;
}

/* CAR SHARING */
#car-share {
  padding: 0 0 100px;
  max-width: 864px;
  width: 90%;
  margin: auto;
}
.share-area {
  margin: auto;
  text-align: center;
}
.share-area h2 {
  font-size: 5rem;
  padding: 0 2.5em 16px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.share-area h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 4px;
  background: #fff;
}
p.share-read {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 60px;
}
.share-wrap {
  margin: auto;
}
.share-detail {
  margin-top: 40px;
}
.share-area table {
  margin: 20px auto;
  max-width: 864px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
}
.share-area table th,
.share-area table td {
  padding: 12px 20px;
  border-bottom: 1px solid #444;
  font-size: 14px;
}
.share-area table th {
  background: #555;
}
.share-area table td {
  text-align: left;
}

/* yrc-second */
.yrc-wrap {
  padding: 0 0 100px;
  max-width: 864px;
  margin: auto;
  width: 90%;
}
.yrc-wrap h2,
.yrc-wrap .ttl-h2 {
  font-size: 2.6rem;
  margin-top: 20px;
}
.yrc-inner {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #999;
}
/* .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
} */
.price-wrap {
  margin: 50px auto 100px;
}

h2.ttl02 {
  background: #000;
  padding: 6px 20px;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
table.type-gray {
  border: 1px solid #444;
  margin: 20px 0;
}
table.type-gray th,
table.type-gray td {
  padding: 10px 20px;
  border-bottom: 1px solid #333;
}
table.type-gray th {
  color: #fff;
  background: #222;
  width: 25%;
  font-size: 1.6rem;
  font-weight: normal;
}
table.type-gray td {
  padding: 10px 30px;
  font-size: 1.5rem;
}
table p.txt-price {
  font-size: 1.8rem;
  margin: 0;
}
.yrc-fleximg {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.yrc-fleximg .img-flex {
  width: 48%;
}
.price-wrap h2.ttl02 {
  font-size: 2.4rem;
}

/* 車両整備 maintenance */
.maintenance table.type-gray th {
  width: 40%;
  text-align: left;
}
.maintenance table.type-gray td {
  text-align: right;
}
.price-wrap h3 {
  font-size: 2.2rem;
  margin: 6rem auto 2rem;
}
table.type-gray th.bg-option {
  background: #000;
}
.yrc .price-wrap a.link-red {
  text-decoration: underline;
}

/* faq */
.yrc #faq .bg-ttl {
  background-image: url(../img/yrc/bg-faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  min-height: 280px;
  text-align: center;
  padding: 50px 0;
}
.faq-area {
  padding: 80px 0 120px;
}

dl.faq-box,
dl.faq-box dt,
dl.faq-box dd {
  margin: 0;
  padding: 0;
}
dl.faq-box {
  border-bottom: 1px solid #666;
  padding: 30px 0;
}
dl.faq-box:last-child {
  border-bottom: none;
}
dl.faq-box dt,
dl.faq-box dd {
  position: relative;
  padding-left: 50px;
  font-size: 1.7rem;
}
dl.faq-box dt:before {
  content: "Q";
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  color: #666;
  line-height: 1;
}
dl.faq-box dd:before {
  content: "A";
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  color: #ce2d44;
  line-height: 1;
  font-weight: normal;
}
dl.faq-box dt {
  margin-bottom: 16px;
  /* color: #999; */
}

/* office */
#office {
  background: url(../img/yrc/bg-office.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  padding: 80px 0;
  margin: auto;
}
#office * {
  color: #222;
}
h2.office-ttl {
  font-size: 3.2rem;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.2em;
}
.office-card {
  background: rgba(256, 256, 256, 0.7);
  padding: 16px 60px;
  width: 768px;
  margin: 100px auto;
}
ul.office-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* max-width: 600px; */
  margin: auto;
}
.office-flex li {
  width: 48%;
  line-height: 2;
}
ul.btn-box {
  margin: 40px auto;
}
.office-flex li .btn02 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-box li a {
  font-size: 5rem;
  text-decoration: none;
  text-align: center;
}
.btn-box a .icn {
  margin-right: 15px;
}

/* map */
/* #map {
  overflow: hidden;
  font-size: 0;
  height: 596px;
}
.map-area {
  position: relative;
  width: 100vw;
  margin: 50vh auto 0;
  padding-top: 56.25%;
  height: 0;
}
.map-area iframe {
  position: absolute;
  top: -50vw;
  left: 0;
  bottom:0;
  margin:auto;
  width: 100%;
  height: 50vw;
} */

#map {
  height: 500px;
  overflow: hidden;
}
.map-area {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  /* margin-top: -12%; */
}
.map-area iframe,
.map-area object,
.map-area embed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.map-area iframe,
.map-area object,
.map-area embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* blog */
#blog {
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
}
#blog h2 {
  text-align: center;
  margin: 0 auto 60px;
}
.blog-wrap {
}
.blog-area {
}
.blog-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-box li {
  width: 23%;
  margin-bottom: 40px;
}
.blog-img {
  margin-bottom: 10px;
}

/* message */
.yrc-message {
}
.yrc-signature {
  text-align: right;
}
.yrc-signature p {
  text-align: right;
  margin-top: 10px;
}

/*====================================================================  */
@media screen and (min-width: 768px) {
  /* menu */

  .rp-on {
    display: none !important;
  }
  /* ヘッダースクロール固定 */
  #header.scrolled {
    position: fixed;
    height: 90px;
    transition: 0.3s;
  }
  .scrolled #header-top {
    height: 50px;
  }

  #header.scrollend {
    position: fixed;
  }
  #header.scrolled #top-logo p {
    display: none;
  }
  #header.scrolled #top-logo img {
    max-width: 180px;
  }
  #header.scrolled nav {
    top: 14px;
  }
  #header.scrolled #top-menu li a {
    font-size: 13px;
  }
  #header.scrolled #top-tel {
    display: none;
  }
  #header.scrolled #top-logo h1:before {
    height: 22px;
  }
  #top-contact a {
    height: 30px;
    font-size: 14px;
  }
  #header.scrolled #menu {
    /* display: flex!important; */
  }
  #menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    width: 100%;
  }
  .header-menu {
    width: 100%;
    height: 40px;
    background: #fff;
  }
  #mv .mv-catch {
    margin-top: 1em;
  }
}

/*====================================================================  */

/* -----------------------------------------------------------
slide carshare
------------------------------------------------------------*/

.slide-wrap {
  margin: 0;
  width: 100%;
}
.slider {
  margin: 0 0 0px;
}
.slide-wrap .slick-slide {
  height: auto;
}
.slide-item {
  width: 100%;
}
#thumbnail_slider {
  margin-top: 20px;
}
.thumbnail-item img {
  width: 93%;
  margin: auto;
}

.thumbnail-item:hover {
  cursor: pointer;
}

.slick-next:before {
  content: "\f138";
}
.slick-prev:before {
  content: "\f137";
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  opacity: 0.75;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev,
.slick-next {
  width: 28px;
  height: 30px;
  margin-top: -4px;
  z-index: 999999;
}

.slick-next {
  right: -32px;
}
.slick-prev {
  left: -32px;
}
.slick-slider {
  z-index: 1;
}

/* safariのみ左1px削除 */
_::-webkit-full-page-media,
_:future,
:root .slide-item img {
  margin-left: -1px;
}

/* -----------------------------------------------------------
footer
------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}
.footer-wrap {
  max-width: 1280px;
  margin: auto;
}
.footer-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.f-inner {
  width: 30%;
}
.f-inner.footer-menu {
  width: 25%;
}
.footer-contact.f-inner {
  width: 35%;
}
.yrc .f-inner * {
  font-size: 1.4rem;
  line-height: 2;
}
.btn-wide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #666;
  color: #011840;
  font-size: 2rem;
  margin-bottom: 40px;
}
ul.sns-link {
  text-align: right;
}
ul.sns-link li {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.sns-icn {
  margin-left: 10px;
  vertical-align: middle;
}
.sns-icn.fb {
  margin-right: 5px;
}
.yrc .copyright {
  font-size: 1.1rem;
  text-align: center;
}
.yrc .f-address p,
.yrc .copyright,
.yrc .footer-menu a,
.yrc .sns-link a {
  color: #fff;
}
.footer-contact.f-inner .btn-wide a {
  font-size: 2rem;
}

.yrc .footer-contact img {
  vertical-align: middle;
}

.yrc.single h1.entry-title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.yrc h1.entry-title + article {
  margin-top: 2em;
}

.yrc .post-inner {
  padding-top: 40px;
  text-align: left;
}
.yrc
  .entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}

.yrc .entry-content img {
  height: auto;
  margin-bottom: 15px;
}

.share-area table tr td:first-child {
  color: #fff;
  background: #555;
  width: 12em;
}
.entry-content {
  text-align: left;
}

.read-area__text span {
  display: inline-block;
}
/* -----------------------------------------------------------
yrc BLOG
------------------------------------------------------------*/
.yrc-blog-area {
  padding: 0px 0 80px;
}
.yrc-blog-area .container {
  border-top: 1px dotted #fff;
}
.yrc-blog-area h2 {
  text-align: center;
  margin-bottom: 60px;
}
.yrc-blog-area .flexbox {
  justify-content: start;
  flex-wrap: wrap;
}
.yrc-blog-area .flex-inner {
  width: 30%;
  margin: 0 1.5% 40px;
}
.yrc-blog-area .flex-detail {
  margin: 10px 0;
}
.yrc-blog-area .flex-detail .date {
  text-align: right;
}
.yrc-blog-area p.flex-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
}
.yrc-blog-area .flex-txt {
  display: none;
}
.flex-thumb img {
  height: 274px;
}

.flex-thumb img {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/

/* scroll top */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #a02a2a;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
  margin: 0;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}
#page-top a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/* -----------------------------------------------------------
animation
------------------------------------------------------------*/
.sec {
  transition: 0.5s;
}
.list-mv07 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.5s;
}
.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.5s;
}

@keyframes anime01 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/*---------------------------------------------
flexbox
-----------------------------------------------*/
/* 天地中央 */
.flex-box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
}

.flex-box li {
  width: 100%;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  /* \9 IE10以下 */
  .flex-box li {
    flex-shrink: 1\9; /* for IE10 */
  }
}
.container > img {
  flex: 1 1 auto;
  width: 0%;
}

/*---------------------------------------------
共通
-----------------------------------------------*/

.br::before {
  content: "\A";
  white-space: pre;
}
.br2:after {
  content: "\000A";
  white-space: pre-wrap;
}

/* -----------------------------------------------------------
	table
------------------------------------------------------------*/
.yrc table,
.yrc table * {
  border-color: #444;
}

/* table */
table.type01 {
}
table.type01 th {
  background: #ededed;
}
table.type01 td {
  background: #fff;
}
table.type01 th,
table.type01 td {
  border-top: 1px solid #ccc;
  padding: 15px 20px;
  font-weight: normal;
}
table.type01 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.w-midium {
  width: 20%;
}

/* type02 */
table.type02 {
}
table.type02 th {
  text-align: left;
  width: 24%;
}
table.type02 td {
}
table.type02 th,
table.type02 td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-weight: normal;
}
table.type02 tr:last-child {
  /* border-bottom:1px solid #ddd; */
}

ul.carshare-flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
ul.carshare-flex-btn li {
  padding: 0 10px 20px;
}
ul.carshare-flex-btn li a.blue {
  background: #0e2d63;
}

/*---------------------------------------------
car-share ページ
-----------------------------------------------*/
.second #main {
  margin-top: ;
}

.second #kv {
  position: relative;
  margin: 140px auto 80px;
  width: 100%;
  height: 160px;
  overflow: hidden;
  z-index: -1;
  background-image: url(../img/yrc/bg-service.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.second .kv-inner {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#kv .ttl-kv * {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
#kv .ttl-kv h1 {
  line-height: 1.2;
  font-size: 3.8rem;
  margin: 0;
}
#kv .ttl-kv span.kv-ttl {
  font-size: 3rem;
  margin: 0;
}
#kv .ttl-kv h1 span {
  margin: 5px 0 10px;
}
#kv .ttl-kv h1.ttl-kv-h1 span {
  font-size: 3.6rem;
}
#kv .ttl-kv h1.ttl-kv-h1.tsume {
  letter-spacing: -0.1em;
}

.second h2.ttl {
  font-size: 2.8rem;
  margin: 70px auto;
}
.section p {
  margin-bottom: 30px;
}

/* アーカイブ */
#share-archive {
}
#share-archive .flexbox {
  justify-content: space-around;
  align-items: flex-start;
}
#share-archive .flexbox .cs-box {
  padding: 0 15px 15px;
}
.cs-box a {
  height: auto;
  display: block;
}
.cs-box a img {
  border: 1px solid #444;
}

.enika {
  color: #ff0000 !important;
  font-weight: bold !important;
}

/* -----------------------------------------------------------
yrc Archive BLOG
------------------------------------------------------------*/

.archive-flex {
  max-width: 1180px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.archive-flex article.post {
  width: 30%;
  margin: 0 1.5% 40px;
}
.yrc .entry-title a {
  color: #fff;
}
.yrc.archive #kv h1.ttl-h1 {
  font-style: normal;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-family: inherit;
  font-size: 4rem;
  margin: 0;
}

/*---------------------------------------------
yrc-blog
----------------------------------------------*/
.yrc-blog-archive .flexbox {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: flex-start;
}
.yrc-blog-archive .flexbox .flex-inner {
  width: 30%;
  margin: 0 1.5% 40px;
}

.yrc-blog-archive .flex-thumb {
  margin-bottom: 10px;
}
.yrc-blog-archive {
  margin-bottom: 80px;
}

/*---------------------------------------------
mediaQuery レスポンシブ
-----------------------------------------------*/

@media screen and (max-width: 1360px) {
  .footer-wrap,
  #blog {
    width: 90%;
  }
  .yrc #office li {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 90%;
  }
  .flex-thumb img {
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .service-menu-inner {
    padding: 0;
  }
  .yrc h2.osw {
    font-size: 3.6rem;
  }
  .yrc #office li {
    font-size: 1.5rem;
  }

  .faq-area {
    padding: 60px 0 80px;
  }
  .map-area {
    margin-top: -2%;
  }
  .yrc-blog-area p.flex-ttl {
    font-size: 1.5rem;
  }
  .office-flex li .btn02 {
    font-size: 1.6rem;
  }
  dl.faq-box dt,
  dl.faq-box dd {
    font-size: 1.5rem;
  }
  .service-menu li .num-txt {
    font-size: 1.5rem;
  }
  .sec {
    margin-bottom: 60px;
  }
  #kv .ttl-kv h1,
  #kv .ttl-kv h1.ttl-kv-h1 span {
    font-size: 3.4rem;
  }
  .yrc-wrap h2,
  .yrc-wrap .ttl-h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1080px) {
  #top-menu li {
    padding: 0 10px 3px 10px;
  }
}

@media screen and (max-width: 1023px) {
  .service-menu li .num {
    font-size: 4rem;
  }
  .card-img.img-left .img-flex {
    margin-right: 0;
    width: 60%;
  }
  .card-box {
    padding: 40px 32px 32px 46px;
  }
  .box-left .card-box {
    padding: 40px 60px 32px 32px;
  }

  .service-menu {
    padding: 80px 0 80px;
  }
  .s-inner .btn-area {
    margin: 30px 40px;
  }
  #office {
    padding: 60px 0;
  }
  h2.office-ttl {
    margin-bottom: 60px;
  }
  #blog {
    padding: 40px 0 60px;
  }
  .service-menu li .num-txt {
    font-size: 1.4rem;
  }
  h2.osw {
    font-size: 4.2rem;
  }
  .yrc .read-area p {
    font-size: 1.5rem;
  }
  .flex-thumb img {
    height: 200px;
  }
  h2.card-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 900px) {
  #map {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* -----------------------------------------------------------
SP-MENU スマホ版メニュー
------------------------------------------------------------*/

  #header {
    padding: 0;
    /* position: fixed; */
    position: relative;
    z-index: 100;
    height: 50px;
  }
  #header-top {
    height: 50px;
  }

  .second #main {
    padding: 50px 0 30px;
  }
  .top-logo .pc {
    display: none;
  }
  #top-logo {
    position: absolute;
    left: 10px;
    font-size: inherit;
    z-index: 1;
    padding: 0;
  }
  #header {
    height: 50px;
  }
  #top-contact {
    display: none;
  }
  #top-logo h1:before {
    content: none;
  }

  .header-menu {
  }
  #top-logo {
    max-width: 180px;
    width: 100%;
  }
  #top-tel {
    display: none;
  }
  #header nav {
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .open #toggle {
    background: transparent;
  }
  .open .sp-top-nav {
    z-index: 1001;
    visibility: visible;
  }
  .sp-top-nav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Cinzel", serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  #toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 22px;
    height: 30px;
    cursor: pointer;
    padding: 0px;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 8px;
  }
  #toggle span:nth-child(3) {
    top: 16px;
  }
  .open #toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }
  #menu {
    top: 0;
    padding: 15px 0;
  }
  #menu .sp-menu-header {
    top: 50px;
    position: absolute;
  }
  ul#menu {
    top: 0px;
    position: absolute;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    z-index: 101;
    overflow: hidden;
    height: auto;
  }
  ul#menu li {
    display: block;
    text-align: center;
    margin: 0;
    margin-left: 0 !important;
    font-size: 1.1em;
    z-index: 500;
    position: relative;
    width: 100%;
  }
  #top-menu {
    width: 100%;
  }
  #top-menu li {
    padding: 0;
  }
  #top-menu li a {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 18px 15px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #fff;
  }
  #top-menu li:first-of-type a {
    border-top: 1px solid #fff;
  }
  #top-menu li.menu-contact a {
    background: #003265;
    padding: 15px;
  }
  .btn-area.center,
  .box-left .btn-area {
    flex-wrap: wrap;
  }
  .btn-area.center li,
  .box-left .btn-area li {
    margin: 0 auto 20px;
    width: 90%;
    max-width: 300px;
  }
  .btn-area.center li:last-of-type,
  .box-left .btn-area li:last-of-type {
    margin-bottom: 0;
  }
  .btn-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 300px;
    margin: auto;
  }

  #menu li.pulldown-parent ul.pulldown-child a {
    /* display: block; */
    color: #003265;
    font-size: 15px;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 10px 10px 6px 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #124070;
    text-align: center;
  }
  #menu li.pulldown-parent:hover ul.pulldown-child {
    width: 100%;
  }
  #menu li.pulldown-parent ul.pulldown-child a:hover {
    color: #fff;
  }
  .top-logo-bg {
    background: url(../img/top-logo-bg.svg) no-repeat 0 0;
    max-width: 365px;
    width: 100%;
    height: 97.8px;
    background-size: 80%;
    overflow: hidden;
  }
  #menu li.pulldown-parent ul.pulldown-child {
    position: static;
    top: inherit;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: inherit;
  }

  .index #mv {
    height: calc(100vh - 50px);
  }

  #footer {
    padding: 0;
  }
  .footer-menu .footer-menu-inner li {
    width: 48%;
  }
  .footer-menu #footer-bnr li {
    width: 100%;
  }
  #footer-bnr li:first-of-type img {
    min-width: 240px;
  }
  #footer-bnr li img {
    max-height: 60px;
  }
  #footer-bnr ul {
    margin: 10px 0 20px;
  }

  .footer-menu li:nth-child(even) {
    padding-left: 15px;
  }
  .footer-logo-area p.footer-logo-ttl {
    display: none;
  }
  /* .footer-area-inner {
  background: #15518e;
} */
  #top-logo p {
    display: none;
  }
  .second #bread {
    padding-top: 50px;
  }
  .second h1.ttl-h1 {
    font-size: 34px;
  }
  .second h2.ttl-h2 {
    font-size: 24px;
  }
  .second .ttl-num {
    font-size: 20px;
  }
  .second #main {
    padding-top: 0;
  }
  .second #sub {
    padding-top: 70px;
  }

  .col-12 #footer-bnr2 img {
    margin: 0 auto 0px;
  }
  #footer-bnr2 {
    margin-bottom: 30px;
  }
  .price-wrap h2.ttl02 {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------
767px以下
  /*--------------------------------------------------*/

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp-none {
    display: none;
  }

  /* -----------------------------------------------------------
sp版
------------------------------------------------------------*/

  #page-top {
    width: 40px;
    height: 40px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
  #page-top a:after {
    left: 14px;
    top: 15px;
  }
  #page {
    min-width: initial;
  }
  #page-top {
    bottom: 16px;
    right: 16px;
  }

  .mv-catch h1 {
    padding: 0 32px;
  }
  .yrc h2.read-ttl {
    font-size: 2.2rem;
  }

  .yrc .read-area {
    max-width: 90%;
    margin: 60px auto 80px;
  }

  .yrc .read-area p,
  .yrc .bg-ttl p {
    font-size: inherit;
    text-align: left;
  }
  .yrc .bg-ttl {
    min-height: 240px;
    padding: 32px;
  }
  .service-menu li .num {
    font-size: 3rem;
  }
  .service-menu li .num-txt {
    font-size: 1.2rem;
  }
  h2.osw {
    font-size: 3rem;
  }
  .service-menu .ttl-en.osw {
    font-size: 3rem;
  }
  h2.card-ttl {
    font-size: 2.2rem;
  }
  .card-ttl .num {
    font-size: 3.5rem;
  }
  .box-left .card-box {
    padding: 32px;
  }
  .card-img.img-right {
    margin: auto;
  }
  .s-inner {
    display: block;
  }
  .s-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .card-box {
    padding: 32px 32px 32px;
  }
  .card-box-inner {
    max-width: 100%;
  }
  .card-img {
    width: 90%;
    margin: 0 auto;
  }
  .s-detail .flexbox {
    display: block;
  }
  .s-detail .flexbox.col3 li,
  .s-detail .flexbox.col2 li {
    width: 100%;
  }
  .s-detail h3 {
    margin: 48px 0 10px;
  }
  .s-detail .flexbox li p {
    font-size: 1.3rem;
    margin: 0;
  }
  #car-share {
    padding: 0 0 50px;
    max-width: 90%;
  }
  .share-area table th,
  .share-area table td {
    display: block;
    padding: 8px 10px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .share-area table td {
    padding: 10px;
  }
  .share-area table {
    border-left: 1px solid #444;
  }
  .yrc-wrap .yrc-inner:last-of-type {
    border-bottom: none;
  }
  .yrc-blog-area .flex-inner {
    width: 100%;
  }
  .yrc-blog-area {
    padding: 0;
  }

  dl.faq-box dt,
  dl.faq-box dd {
    font-size: 1.3rem;
  }
  #faq .bg-ttl p {
    text-align: center;
  }
  .yrc #faq .bg-ttl {
    padding: 30px 0;
    min-height: 180px;
  }
  .office-card {
    width: 90%;
    margin: auto;
  }
  #office li {
    font-size: 1.4rem;
  }
  .blog-box li {
    width: 48%;
  }
  .blog-box {
    flex-wrap: wrap;
  }
  p.share-read {
    font-size: 1.4rem;
  }
  .office-card {
    padding: 16px 30px;
  }

  .footer-flexbox {
    flex-wrap: wrap;
  }
  .footer-contact.f-inner {
    width: 100%;
    margin: 30px 0 0;
  }
  .btn-wide a {
    margin-bottom: 30px;
  }
  .f-inner,
  .f-inner.footer-menu {
    width: 48%;
  }
  .carshare-flex-btn {
    display: block;
  }
  .carshare-flex-btn li a {
    margin: auto;
    text-align: center;
  }
  #kv .ttl-kv h1 {
    font-size: 2.8rem;
  }
  .second #kv {
    margin: 0px auto 60px;
  }
  #kv .ttl-kv h1.ttl-kv-h1,
  .yrc.archive #kv h1.ttl-h1 {
    font-size: 2.6rem;
  }
  #kv .ttl-kv h1.ttl-kv-h1 span {
    font-size: 2.8rem;
  }
  .yrc-wrap h2,
  .yrc-wrap .ttl-h2 {
    font-size: 2rem;
    margin: 1em 0;
  }
  table.type-gray th,
  table.type-gray td {
    width: 100%;
    display: block;
    padding: 10px;
  }
  table.type-gray th {
    padding: 8px 10px;
    line-height: 1.4;
  }
  .price-wrap {
    margin: 50px auto;
  }
  .yrc-wrap {
    padding: 0;
  }

  .share-area table tr td:first-child {
    width: 100%;
  }
  .archive-flex article.post {
    width: 100%;
    text-align: center;
  }
  .archive-flex {
    width: 90%;
  }
  .flex-thumb img {
    height: 365px;
  }
  .flex-thumb {
    text-align: center;
  }
  .yrc-blog-archive .flexbox .flex-inner {
    width: 100%;
    text-align: center;
  }

  .yrc-blog-archive p.flex-ttl,
  .yrc-blog-archive .flex-detail span.date {
    font-size: 1.6rem;
    margin: 0;
  }
  .yrc-blog-archive .flex-detail {
    text-align: left;
  }
}

/* ====================================================== */

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

@media screen and (min-width: 641px) {
}

@media screen and (max-width: 640px) {
  .service-menu ul {
    flex-wrap: wrap;
  }
  .service-menu li {
    width: 30%;
  }
  ul.office-flex {
    display: block;
  }
  #office li {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn02 {
    height: 64px;
  }
  .service-menu {
    padding: 40px 0 60px;
  }
  .service-menu .ttl-en.osw {
    font-size: 2.6rem;
  }
  .service-menu .ttl-menu {
    font-size: 1.6rem;
  }
  .s-detail h3 {
    font-size: 1.8rem;
  }
  .share-area h2 {
    font-size: 2.4rem;
    padding: 0 0 16px;
  }
  .yrc .share-area h2.osw {
    font-size: 3.2rem;
  }
  #car-share .share-area h2.osw {
    margin-top: 0;
  }
  .sec {
    margin-bottom: 40px;
  }
  #s02 .btn-area.center {
    margin-bottom: 0;
  }
  p.share-read {
    margin: 0 0 20px;
  }
  .faq-area {
    padding: 0px 0 0;
  }
  .yrc h2.office-ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .map-area {
    margin-top: 0;
  }
  #blog h2 {
    margin: 0 auto 30px;
  }
  .btn-wide a {
    height: 64px;
  }
  #car-share .wp-block-buttons {
    flex-wrap: wrap;
  }
  .yrc .wp-block-buttons .wp-block-button {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
  .yrc .wp-block-button a {
    text-align: center;
    width: 100%;
  }
  .flex-thumb img {
    height: 250px;
  }

  #car-share .wp-block-buttons {
    margin: 30px 40px 0;
  }
  .yrc .wp-block-button a {
    font-size: inherit;
  }
  .yrc-blog-area {
    margin-bottom: 60px;
  }
  .yrc-blog-area .flex-inner {
    margin-bottom: 20px;
  }
  .yrc-blog-area h2.osw {
    margin-bottom: 3rem;
  }

  .yrc-signature img {
    max-width: 30%;
  }
}

/* sm サイズ*/

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

@media screen and (max-width: 540px) {
}
@media screen and (max-width: 500px) {
}
@media screen and (min-width: 481px) {
}
@media screen and (max-width: 480px) {
}


/* ------------------------
  追加css
---------------------------*/
h1.index-ttl {
  max-width: 600px;
}