@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #1e77c9;
  text-decoration: none;
}

a:visited {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

a:active {
  color: #1e77c9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.image {
  display: block;
  margin: auto;
}

.text-gray {
  color: #888;
}

.c-arrowLink {
  transition: 0.2s;
  transition-property: opacity;
  text-decoration: underline !important;
}
.c-arrowLink::after {
  margin-left: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .c-arrowLink:hover {
    opacity: 0.7;
    color: #fff !important;
    text-decoration: none;
  }
}
.c-arrowLink.-white {
  color: #fff;
}

.title-wrap {
  padding: 20vw 0 8vw;
}
.gotoSghopSearch{
    font-size:4.3vw;
    text-align:center;
    line-height:1.5;
    margin-bottom:10vw;
}
.toSearchBtn a{
    display:block;
    width:100%;
    margin:0 auto;
    background-color:#08913D;
    text-align:center;
    color:#fff;
    font-size:4.5vw;
    font-weight:700;
    border-radius: 8px;
    line-height:14.4vw;
}

@media screen and (min-width: 767px) {
  .title-wrap {
    padding: 80px 0 40px;
  }
    .gotoSghopSearch{
        font-size:20px;
        text-align:center;
        line-height:1.5;
        margin-bottom:40px;
    }
    .toSearchBtn a{
        display:block;
        width:290px;
        margin:0 auto;
        background-color:#08913D;
        text-align:center;
        color:#fff;
        font-size:17px;
        font-weight:700;
        border-radius: 8px;
        line-height:54px;
    }
}
.toSearchBtn a:hover{
    text-decoration:none;
}


.c-headingLv2 {
  font-weight: bold;
  font-size: 32px;
  font-size: 8.5333333333vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .c-headingLv2 {
    font-size: 40px;
  }
}
.c-headingLv2 > .sub {
  display: block;
  letter-spacing: -0.2px;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-headingLv2 > .sub {
    font-size: 28px;
  }
}

.c-cta {
  text-align: center;
  font-weight: bold;
}
.c-cta__catch {
  padding: 0 0 2px;
  border-radius: 6px;
  border: 3px solid #f1ff50;
  color: #f1ff50;
  font-size: 24px;
  font-size: 6.4vw;
  line-height: 1.75;
  margin-bottom:8vw;

}
@media screen and (min-width: 767px) {
    .c-cta{
        margin-bottom:40px;
    }
  .c-cta__catch {
    font-size: 40px;
    width: 559px;
    margin: 0 auto 20px;
  }
}
.c-cta__sale {
  padding: 9px 0 10px;
  border-radius: 4px;
  margin: 16px auto 0;
  color: #fff;
  background: #f6594e;
  line-height: 1;
  font-size: 16px;
  font-size: 4.2666666667vw;
  width: 90%;
}

.ttl02taiou{
    color:#fff;
    font-size:4vw;
    font-weight:600;
    text-align:center;
}
.mgnbex{
    margin-bottom:1.5em;
}
.ttl02taiou b{
    display:inline-block;
    color: #fff;
    background: #f6594e;
    padding: 0.5em 0.3em;
    line-height: 1.5;
    border-radius: 5px;
    font-weight:600;
    width:100%;
}
  
@media screen and (min-width: 767px) {
  .c-cta__sale {
    margin: 16px auto 0;
    width: 368px;
    font-size: 20px;
  }
  .ttl02taiou{
    color:#fff;
    font-size:18px;
    font-weight:600;
    text-align:center;
  }
  .ttl02taiou b{
    padding: 0.5em 1em;
    line-height: 1;
    width:auto;
  }
}

.bg-pale {
  background: #f3f0ea;
}

.page-wrapper {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .page-wrapper {
    padding-bottom: 120px;
  }
}

/* */
.p-mv {
  display: flex;
  flex-direction: column;
  background: url("../_images/img_mv_sp.png") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 375px;
}
@media screen and (min-width: 767px) {
  .p-mv {
    background: url("../_images/img_mv_pc_b.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
  }
}
.p-mv__inner {
  padding: 51px 5vw;
}
@media screen and (min-width: 767px) {
  .p-mv__inner {
    padding: 72px 0 30px;
    position: relative;
    width: 1000px;
    margin: auto;
  }
}
.p-mv__titleImg {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-mv__titleImg {
    margin: auto;
    width: 399px;
    height: auto;
  }
}
.p-mv__textWrap {
  margin-top: 24px;
}

.p-point__catchWrap {
  text-align: center;
  font-weight: bold;
}
.p-point__catch {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.75;
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .p-point__catch {
    font-size: 60px;
  }
}
.p-point__catchSub {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-point__catchSub {
    font-size: 28px;
  }
}
.p-point__list {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .p-point__list {
    padding: 0 0 80px;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 32px;
  }
}
.p-point__item {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-point__item {
    flex-direction: column;
  }
  .p-point__item > .image {
    width: 312px;
    height: 225px;
  }
  .p-point__item > p {
    font-size: 18px;
    text-align: center;
  }
}

.p-nav {
  padding: 20px 0 40px 0;
}
@media screen and (min-width: 767px) {
  .p-nav {
    padding: 40px 0 80px 0;
  }
}
.p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: number 0;
}
@media screen and (min-width: 767px) {
  .p-nav__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .p-nav__item {
    width: 100%;
  }
}
.p-nav__link {
  position: relative;
  display: block;
}
.p-nav__link:hover, .p-nav__link:active {
  text-decoration: none !important;
}
.p-nav__link:hover .p-nav__linkInner, .p-nav__link:active .p-nav__linkInner {
  border: 2px solid #08913d;
  background: #08913d;
  color: #fff !important;
}
@media screen and (min-width: 767px) {
  .p-nav__link {
    display: flex;
    flex-direction: column;
  }
  .p-nav__link::after {
    border-radius: 0 0 4px 4px;
    padding: 12px 0;
    content: "";
    display: block;
    background: #000;
  }
  .p-nav__link:hover {
    border-radius: 0;
  }
  .p-nav__link:hover::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #08913d;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .p-nav__link > span {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 1.2px;
  }
}
.p-nav__linkInner {
  display: flex;
  justify-content: left; /* 改 */
  padding: 12px 0 12px 30%; /* 改 */
  border-radius: 4px;
  border: 2px solid #001d3f;
  background: #fff;
  color: #001d3f !important;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner {
    flex-direction: column;
    justify-content: center; /* 改 */
    align-items: center; /* 改 */
    padding: 4px;
    border-radius: 4px 4px 0 0;
  }
}
.p-nav__linkInner:hover {
  border: 2px solid #08913d;
}
.p-nav__linkInner::before {
  margin-right: 10px;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner::before {
    margin-right: 0;
  }
}
.p-nav__linkArrow {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-nav__linkArrow {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 767px) {
  .p-nav-campaign {
    /* margin-top: -64px; */
  }
}
.p-nav-campaign__fukidashi {
  position: relative;
  margin: 0 auto 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: rerative;
  background: #08913d;
  border-radius: 999px;
  width: 55%;
  text-align: center;
  font-size: 14px;
  color: #f1ff50;
  font-weight: bold;
}
.p-nav-campaign__fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 12px 0 12px;
  border-color: #08913d transparent transparent transparent;
  bottom: -10px;
}
@media screen and (min-width: 767px) {
  .p-nav-campaign__fukidashi {
    width: 172px;
    height: 44px;
  }
}

.p-ctaBlock {
  padding: 40px 0;
  width: 100vw;
  background: url(../_images/circuit_board.png), #001d3f;
  background-repeat: no-repeat no-repeat;
  background-size: 210%;
  width: 100%;

}
@media screen and (min-width: 767px) {
  .p-ctaBlock {
    padding: 120px 0;
    background: url(../_images/circuit_board.png), #001d3f;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.p-ctaBlock > .c-cta {
  margin: 0 4vw;
}
.p-ctaBlock > .youtube {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-ctaBlock > .youtube {
    margin-top: 40px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 767px) {
  .youtube {
    width: 640px;
    margin: auto;
  }
}

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

.p-trend__img {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .p-trend__img {
    width: 600px;
    height: 370px;
  }
}
.p-trend__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .p-trend__content {
    margin-top: 80px;
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .p-trend__content .image {
    width: 484px;
    height: 300px;
  }
}
.p-trend__textWrap {
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: #fff;
  max-width: 327px;
}
@media screen and (min-width: 767px) {
  .p-trend__textWrap {
    max-width: inherit;
    padding: 16px 24px;
    min-height: 120px;
  }
}
.p-trend__text {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .p-trend__text {
    font-size: 20px;
  }
}
.p-trend .u-indent {
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .p-trend .u-indent {
    font-size: 14px;
  }
}

.p-block {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .p-block {
    padding-bottom: 120px;
  }
  .p-block .image {
    width: 612px;
    height: 337px;
  }
}

.p-func__list {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .p-func__item {
    display: flex;
    gap: 56px;
    align-items: center;
  }
}
.p-func__text {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  font-size: 16px;
}
.p-func__text::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  flex-shrink: 0;
  background: #08913d;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  .p-func__text::before {
    font-size: 20px;
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
  .tx01note{
    font-size:16px;
  }
}
@media screen and (min-width: 767px) {
  .p-func__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-func .image {
    width: 484px;
    height: 300px;
    margin: inherit;
  }
}

.p-price {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .p-price {
    padding-bottom: 120px;
  }
}
.p-price__list {
  margin-top: 40px;
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .p-price__list {
    margin-top: 0;
    gap: 32px;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .p-price__item .image {
    width: 1000px;
  }
}
.p-price__text {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  font-size: 16px;
}
.p-price__text::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  flex-shrink: 0;
  background: #08913d;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  .p-price__text::before {
    font-size: 20px;
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 767px) {
  .p-price__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
  }
}

.p-flow {
  padding: 0 0 80px;
  width: 100vw;
  background: url(../_images/circuit_board.png), #001d3f;
  background-repeat: no-repeat no-repeat;
  background-size: 210%;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-flow {
    padding: 0 0 120px;
    background-size: contain;
    background-position: center;
  }
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .p-flow__list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.p-flow__item {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 312px;
}
@media screen and (min-width: 767px) {
  .p-flow__item {
    flex-direction: column;
  }
}
.p-flow__text {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-flow__text {
    text-align: center;
    font-size: 18px;
  }
}
.p-flow__link {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .p-flow__link {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__img {
    width: 312px;
    height: 224px;
    margin: inherit;
  }
}
.p-flow__note {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .p-flow__note {
    font-size: 14px;
  }
}

.p-carType {
  margin-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .p-carType {
    margin-bottom: 120px;
  }
}
.p-carType .image {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .p-carType .image {
    width: 360px;
    height: 240px;
    margin: inherit;
  }
}
@media screen and (min-width: 767px) {
  .p-carType__para {
    font-size: 14px;
  }
}
.p-carType__para:not(:first-child) {
  margin-top: 8px;
}
.p-carType__para.-fz16 {
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .p-carType__para.-fz16 {
    font-size: 20px;
  }
}

.carType__btnWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .carType__btnWrapper {
    gap: 24px;
    margin-top: 24px;
  }
}

.p-carType__link {
  display: block;
  border-radius: 8px;
  border: 1px solid #cccccc;
  background: #eee;
  padding: 14px;
  color: #000 !important;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.p-carType__link img {
  margin-left: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .p-carType__link {
    width: calc(50% - 12px);
    /* width: 50%; */
  }
  .p-carType__link.--widthMax {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .p-carType__content {
    display: flex;
    gap: 40px;
  }
  .p-carType__content .p-carType__link.even {
    margin-left: 16px;
  }
}

.p-faq {
  padding-bottom: 80px;
  width: 100%;
  background: url(../_images/circuit_board.png), #001d3f;
  background-repeat: no-repeat no-repeat;
  background-size: 210%;
}
.p-faq .c-headingLv2 {
  color: #fff;
}

.p-faq__question {
  position: relative;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
    font-size: 20px;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #fff;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
    font-size: 20px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
  background: #fff;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
@media screen and (min-width: 767px) {
  .p-faq .faq-icon {
    width: 30px;
    height: 30px;
  }
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .p-faq__note {
    font-size: 14px;
  }
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.p-shop {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .p-shop {
    padding-bottom: 120px;
  }
}

.schedule-content {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .schedule-content {
    display: flex;
    gap: 12px;
  }
}

.schedule {
  background: #f5f5f5;
  line-height: 1.4;
  width: 100%;
}
.schedule__title {
  padding: 4px 0;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 767px) {
  .schedule__title {
    font-size: 16px;
  }
}
.schedule__content {
  padding: 32px 16px;
}
.schedule__list {
  position: relative;
}
.schedule__itemInner {
  position: relative;
  display: flex;
  align-items: baseline;
  min-height: 39px;
}
.schedule__itemInner::before {
  position: relative;
  margin-right: 8px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #848484;
  z-index: 1;
}
.schedule__item {
  position: relative;
  display: flex;
  align-items: center;
}
.schedule__item::after {
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  background: #848484;
  content: "";
  height: 100%;
}
.schedule__item:not(:first-child) {
  padding-top: 32px;
}
.schedule__item:first-child::after {
  top: 40%;
}
.schedule__item:last-child::after {
  top: -35%;
}
.schedule__itemText {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .schedule__itemText {
    font-size: 16px;
  }
}
.schedule__itemDetail {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .schedule__itemDetail {
    font-size: 12px;
  }
}

.interview-title {
  padding: 80px 0 16px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .interview-title {
    padding: 120px 0 32px;
  }
}
.interview-title__title {
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 767px) {
  .interview-title__title {
    font-size: 56px;
  }
}
.interview-title__sub {
  display: block;
  color: #fe6e00;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .interview-title__sub {
    font-size: 14px;
  }
}

.c-interview-list {
  margin-top: 16px;
  display: grid;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 767px) {
  .c-interview-list {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    width: 1000px;
  }
}

.c-interview-article {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .c-interview-article:hover img {
    transform: scale(1.1);
  }
}
.c-interview-article::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #000 80%);
}
.c-interview-article__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .c-interview-article__title {
    font-size: 32px;
  }
}
.c-interview-article__titleBlock {
  padding: 16px;
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .c-interview-article__titleBlock {
    padding: 24px;
    width: 100%;
  }
}
.c-interview-article__text {
  margin-top: 8px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-interview-article__text {
    font-size: 20px;
  }
}
.c-interview-article__name {
  margin-top: 8px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-interview-article__name {
    font-size: 20px;
  }
}
.c-interview-article__nameEn {
  margin-left: 8px;
  font-size: 12px;
  font-size: 3.2vw;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 767px) {
  .c-interview-article__nameEn {
    font-size: 16px;
  }
}
.c-interview-article__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .c-interview-article__img {
    transition: transform 0.6s ease;
  }
}
.c-interview-article__job {
  margin-top: 4px;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .c-interview-article__job {
    font-size: 14px;
  }
}
.c-interview-article__tagWrap {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .c-interview-article__tagWrap {
    font-size: 14px;
  }
}
.c-interview-article__tag {
  display: inline-block;
  color: #bbb;
}

.recruit-bnr {
  display: block;
  transition: 0.2s;
  transition-property: opacity;
}
.recruit-bnr:hover {
  opacity: 0.7;
}
.recruit-bnr__img {
  width: 100%;
  margin: auto;
  height: auto;
}
@media screen and (min-width: 767px) {
  .recruit-bnr__img {
    width: 1000px;
    height: 270px;
  }
}

.recruit-section {
  line-height: 1.3;
}
.recruit-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .recruit-section__list {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .recruit-section__item {
    width: 33.3333333333%;
  }
}
.recruit-section__title {
  padding: 48px 0 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 767px) {
  .recruit-section__title {
    padding: 96px 0 24px;
    font-size: 24px;
  }
}
.recruit-section__linkWrap {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .recruit-section__linkWrap {
    margin-top: 120px;
  }
}

.recruit-item {
  padding: 12px;
  display: block;
  border: 1px solid #eee;
  color: #000 !important;
  transition: 0.2s;
  transition-property: opacity;
  line-height: 1.3;
}
.recruit-item:hover {
  opacity: 0.7;
}
.recruit-item__img {
  width: 100%;
  margin: auto;
  height: auto;
}
.recruit-item__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
}
.recruit-item__text {
  margin-top: 4px;
}
@media screen and (min-width: 767px) {
  .recruit-item__text {
    font-size: 12px;
  }
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=smartblocker.css.map */