@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #333;
}

.wrapper {
  display: none;
}

.loader {
  background-color: #1C2D89;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loader__text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 200;
  text-align: center;
  margin-left: 10px;
  top: 54%;
  left: 0;
  right: 0;
  bottom: 0;
}

.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.car__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  width: 160px;
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #333;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #333;
}
.button__text {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}
.header__container {
  width: 100%;
}
.header__logo {
  display: inline-block;
  width: 190px;
  padding: 20px 24px;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 22px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/icons/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/icons/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__contents {
  display: none;
  height: calc(100vh - 80px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__nav-item--img {
  padding: 10px 60px 0 60px;
  margin: 0 auto;
  width: 100%;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
.header__nav-item--img {
  width: 50%;
  padding: 0;
  bottom: 0;
  position: absolute;
  right: 10px;
}

.bg-slider--sp {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-slider--pc {
  display: none;
}

.fv {
  position: relative;
}
.fv__contents {
  position: absolute;
  top: 28%;
  width: 100%;
  right: 38px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  color: #fff;
}
.fv__heading-main {
  display: block;
  font-size: 1.6rem;
  margin-left: 10px;
}
.fv__heading-sub {
  display: block;
  font-size: 0.8rem;
  line-height: 2;
  padding-top: 3px;
}

.pc-text {
  display: none;
}

/*--------------------------
//スクロールダウン
--------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  position: absolute;
  left: 38px;
  bottom: 10px;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  font-family: roboto;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #fff;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.section {
  padding: 48px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 32px;
}
.section__head-main {
  font-size: 30px;
  font-weight: 600;
  color: #1C2D89;
}
.section__head-sub {
  font-size: 13px;
}

.sp-br {
  display: none;
}

.font-change1 {
  font-weight: 600;
  color: #1C2D89;
}

.button-about .button-more {
  margin-bottom: 20px;
}

.about__item {
  list-style: none;
}
.about__lead-text-main {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.about__item-img {
  margin-bottom: 20px;
}
.about__lead-text-sub {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.service {
  background-color: #F4F4F4;
}
.service__item {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
}
.service__item + .service__item {
  margin-top: 44px;
}
.service__item-name {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(28, 45, 137, 0.5);
  color: #fff;
  position: absolute;
  top: -20px;
  z-index: 1;
}
.service__item-img {
  position: relative;
}
.service__item-num {
  font-size: 80px;
  font-family: roboto;
  font-weight: 600;
  color: #E50214;
  position: absolute;
  line-height: 0;
  bottom: 29px;
  right: 10px;
  text-shadow: 0.5px 0px 1px #333;
}
.service__item-num + .service__item-num {
  margin-right: 10px;
}
.service__item-text {
  padding: 20px;
  line-height: 1.8;
}
.service_main {
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.service_sub {
  font-size: 13px;
  margin-bottom: 10px;
}

.service__list li:first-child {
  margin-top: 52px;
}

.num__color-bk {
  color: #333;
  right: 45px;
  bottom: 0;
}

.goonet {
  margin-bottom: 48px;
}
.goonet__inner {
  padding: 48px 32px;
  background-image: url(../img/sp/cars.png);
  background-size: 100% auto;
  max-height: 211px;
}
.goonet__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  padding: 0 20px 10px;
}

.button-goonet {
  width: 90%;
  margin: 0 auto;
}

.contact {
  background-color: #1C2D89;
  color: #fff;
  padding-bottom: 65px;
  position: relative;
}
.contact__lead-text-main {
  padding: 0 20px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.contact__item-illust {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 10px;
}
.contact__item-text {
  background-color: #fff;
  color: #333;
  border-radius: 24px;
  padding: 20px;
  margin: 15px;
  line-height: 1.8;
}
.contact__title {
  border-bottom: solid 1px;
  width: 100%;
  text-align: center;
  line-height: 1.8;
}
.contact__detail {
  margin: 10px 0;
}
.contact__detail-icon--img {
  width: 16px;
}
.contact__detail-hours {
  font-size: 13px;
}

.contact__list li:nth-child(4) {
  margin-bottom: 20px;
}

.cl-w {
  color: #fff;
}

.footer {
  margin: 48px 0 20px;
}
.footer__inner {
  padding: 0 32px;
}
.footer__item-img {
  margin: 0 auto;
  width: 50%;
}
.footer__text {
  text-align: center;
  line-height: 1.8;
  font-size: 13px;
  margin: 10px 0 0;
}
.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer__button-icon {
  width: 40px;
  margin: 0 10px;
}
.footer__item-map {
  width: 100%;
  position: relative;
  padding-top: 46.25%;
  margin-bottom: 48px;
}
.footer__item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__copy {
  text-align: center;
}

/*--------------------------
//pc
--------------------------*/
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
    background-color: transparent;
  }
  .header__menu-button {
    display: none;
  }
  .header__container {
    height: 70px;
  }
  .header__logo {
    line-height: 64px;
    display: inline-block;
    margin: auto 24px;
    height: 70px;
    padding: 0;
  }
  .header__contents {
    height: auto;
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 70px;
  }
  .header__nav-item + .header__nav-item {
    margin-top: 0;
  }
  .header__nav-item--mail {
    background-color: #1C2D89;
  }
  .header__nav-item--img {
    display: none;
  }
  .js-header.is-show {
    background: rgba(51, 51, 51, 0.7);
    -webkit-filter: drop-shadow(0px 3px 6px rgba(51, 51, 51, 0.16));
            filter: drop-shadow(0px 3px 6px rgba(51, 51, 51, 0.16));
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .button {
    padding: 0;
  }
  .button__text {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  .button__text:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .button__contact {
    cursor: pointer;
    opacity: 0.5;
  }
  .button--bg {
    display: none;
  }
  .bg-slider--sp {
    display: none;
  }
  .bg-slider--pc {
    display: block;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv__img img {
    width: 100%;
  }
  .fv__contents {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fv__heading-main {
    font-size: 2.3rem;
    margin: 0;
    line-height: 2;
  }
  .fv__heading-sub {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2;
  }
  .pc-text {
    display: block;
  }
  .sp-text {
    display: none;
  }
  .scrolldown2 {
    left: 50%;
    bottom: 40px;
  }
  .section {
    padding: 75px 0;
  }
  .section__inner {
    padding: 0 70px;
  }
  .section__head {
    margin-bottom: 58px;
  }
  .section__head-main {
    font-size: 50px;
  }
  .section__head-sub {
    font-size: 14px;
  }
  .about__contents {
    position: relative;
  }
  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__item {
    width: 40%;
  }
  .about__lead-text-main {
    font-size: 26px;
    margin-top: 10%;
    text-align: center;
  }
  .about__lead-text-sub {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .about__list li:nth-child(2) {
    width: 45%;
  }
  .about__item-sub {
    position: absolute;
    width: 40%;
    top: 30%;
    right: 0;
  }
  .sp-br {
    display: block;
  }
  .button-about {
    margin: 0 auto;
    display: block;
    width: 70%;
    line-height: 2;
  }
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
  .service__list li:first-child {
    margin-top: 10px;
  }
  .service__item {
    max-width: 370px;
    margin-top: 10px;
  }
  .service__item + .service__item {
    margin-top: 10px;
  }
  .service_main {
    font-size: 18px;
  }
  .service_sub {
    line-height: 2;
  }
  .goonet__inner {
    margin: 75px 70px;
    background-image: url(../img/cars.jpg);
  }
  .goonet__text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .button-goonet {
    width: 30%;
  }
  .contact__lead-text-main {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
  }
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 48px 0;
  }
  .contact__item:first-child {
    width: 30%;
    margin: auto 0;
  }
  .contact__item {
    width: 40%;
  }
  .contact__item + .contact__item {
    margin-right: 40px;
  }
  .contact__item-text {
    width: 100%;
    margin: 0 auto;
  }
  .contact__title {
    font-size: 24px;
    font-weight: 600;
    color: #1C2D89;
    line-height: 2;
  }
  .contact__detail {
    font-size: 24px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
  }
  .contact__detail-icon--img {
    width: 28px;
    margin-right: 5px;
  }
  .contact__detail-text {
    font-weight: 600;
  }
  .contact__detail-hours {
    font-size: 14px;
    margin-left: 38px;
    display: block;
  }
  .contact__item-illust {
    width: 25%;
    margin-right: 10px;
  }
  .button-contact {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .footer {
    margin: 58px 70px 0;
  }
  .footer__inner {
    padding: 0;
  }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__item {
    width: 50%;
  }
  .footer__item-img {
    width: 40%;
    margin-top: 20px;
  }
  .footer__item-map {
    padding-top: 60%;
    margin-bottom: 48px;
  }
  .footer__text {
    line-height: 2;
    font-size: 14px;
  }
  .footer__button-icon {
    width: 8%;
  }
  .footer__copy {
    margin-bottom: 20px;
  }
  .button-form {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/*--------------------------
//tb
--------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
  .fv__contents {
    width: 80%;
  }
  .about__lead-text-main {
    font-size: 16px;
    margin-top: 10px;
  }
  .about__lead-text-sub {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .about__list li:first-child {
    width: 60%;
  }
  .about__list li:last-child {
    width: 53%;
    top: 25%;
  }
  .service__item-name {
    font-size: 16px;
  }
  .service__item-name-num {
    font-size: 20px;
  }
  .service_main {
    font-size: 16px;
  }
  .service_sub {
    font-size: 11px;
  }
  .contact__item {
    width: 55%;
  }
  .contact__title {
    font-size: 16px;
  }
  .contact__detail {
    font-size: 16px;
  }
}