@charset "UTF-8";
#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}
#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #012967;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #012967;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.card_text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #060606;
}
@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

.btn01 {
  margin-top: 40px;
}
.btn01 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #060606;
}
@media screen and (max-width: 767px) {
  .btn01 a {
    width: 80%;
  }
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #060606;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #060606;
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .loading div {
    width: 180px;
  }
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #elevator_nav {
    background: none;
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  #elevator_nav {
    display: none;
  }
}
#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #008DCC;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}
#elevator_nav ul li {
  margin-bottom: 25px;
}
#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}
#elevator_nav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #012967 !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

p, dd {
  text-justify: distribute;
  text-justify: inter-ideograph;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  p, dd {
    line-height: 1.7;
  }
}

.br {
  line-height: 1.2 !important;
  display: none;
}
.br.-pc {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-md {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br.-sp {
    line-height: 1.2 !important;
    display: block;
  }
}

.modaal-close:focus, .modaal-close:hover {
  background: #E6EDF1;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #012967;
}

.modaal-gallery-label {
  line-height: 1.5;
}

.modaal-close {
  position: absolute;
  top: -60px;
  right: 0;
}

.gallery, .other {
  transition: all 0.3s;
}
.gallery:hover, .other:hover {
  opacity: 0.5;
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: block;
  }
  .modaal-gallery-label {
    line-height: 1.5;
    font-size: 14px;
  }
}
/*
Theme Name : design_template
*/
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  background: #fff;
  counter-reset: number;
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  header {
    background: #051733;
  }
}
@media screen and (max-width: 999px) {
  header {
    background: #051733;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
}
header .header_pc .header_logo {
  width: 17vw;
  max-width: 190px;
  margin-top: 0;
  margin-left: 23px;
}
@media screen and (min-width: 1301px) {
  header .header_pc .header_logo {
    margin-top: 55px;
    margin-left: 95px;
    width: 16vw;
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  header .header_pc .header_logo {
    width: 45vw;
  }
}
header .header_pc .header_item {
  display: flex;
  align-items: center;
  margin-right: 95px;
/*   margin-right: 195px; */
  margin-top: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  header .header_pc .header_item {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  header .header_pc .header_item {
    display: none;
  }
}
header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 2.5em 0 0.1em;
  list-style: none;
}
header .header_pc .header_item .header_nav ul li {
  margin-right: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  header .header_pc .header_item .header_nav ul li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header .header_pc .header_item .header_nav ul li {
    margin-right: 30px;
  }
}
header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}
header .header_pc .header_item .header_nav ul li a {
  color: #fff;
  position: relative;
  padding: 0 0 5px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
header .header_pc .header_item .header_nav ul li a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #E6EDF1;
  position: absolute;
  bottom: -3px;
  left: 0%;
  transform: scale(0, 1);
  transition: 0.3s;
}
header .header_pc .header_item .header_nav ul li a:hover {
  opacity: 0.9;
}
header .header_pc .header_item .header_nav ul li a:hover:after {
  transform: scale(1, 1);
}
header .header_pc .header_BtnArea {
  position: absolute;
  right: 20px;
  height: 45px;
}
@media screen and (max-width: 999px) {
  header .header_pc .header_BtnArea {
    right: 40px;
  }
}

.HeightMin {
  background: #051733;
  position: fixed;
  z-index: 999; /*最前面へ*/
  height: 90px !important;
  animation: DownAnime 0.5s forwards;
  box-shadow: 10px 1px 10px rgba(255, 255, 255, 0.4117647059);
}
@media screen and (min-width: 1301px) {
  .HeightMin .header_logo {
    width: 190px !important;
    margin-top: 0 !important;
  }
}
.HeightMin .header_item {
  margin-top: 0 !important;
}
@media screen and (max-width: 999px) {
  .HeightMin .header_item {
    display: none;
  }
}
.HeightMin .header_nav a:after {
  bottom: -29px !important;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#drawer {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  #drawer {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  #drawer {
    display: block;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: background 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
  background: #012967;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer .menu li {
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.drawer_inner_btn ul li {
  margin-bottom: 15px;
}
.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}
.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #060606;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 30px;
  margin: 100px 0 50px;
}
.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}
.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
  transition: 0.3s;
}
.sp_menu .header_nav_block ul li a::before {
  content: "■";
  font-size: 5px;
  margin-right: 10px;
  font-weight: normal;
}
.sp_menu .header_nav_block ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
}
.sp_menu .header_tel {
  padding: 0 30px;
}
.sp_menu .header_tel p {
  font-size: 20px;
  margin-bottom: 20px;
}

.inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1em;
  }
}
.inner.-cta {
  padding: 0 0.5em;
}

.btn {
  border-radius: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn.-pc {
    display: none !important;
  }
}
.btn.-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .btn.-sp {
    display: block !important;
  }
}
.btn.-link {
  width: 330px;
  height: 60px;
  display: block;
  margin: 60px auto 0;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 10rem;
  background: linear-gradient(45deg, #015191 10%, #F2F7FA);
  box-shadow: 5px 14px 18px rgba(0, 64, 128, 0.2509803922);
  background-size: 180% auto;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn.-link {
    width: 280px;
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.btn.-link:hover {
  background-position: right center;
  box-shadow: 3px 4px 8px rgba(0, 64, 128, 0.2509803922);
}
.btn.-SubPage {
  position: relative;
  margin-top: 45px;
  border-radius: 30px;
  transition: 0.3s;
  width: 230px;
  background: #060606;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn.-SubPage:hover {
  background: #008DCC;
}
.btn.-AlignLeft {
  margin: 0 auto 0 0;
  margin-top: 60px;
}
.btn.-recruit {
  left: 50%;
  transform: translateX(-55%);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-recruit {
    left: 49%;
    transform: translateX(-50%);
  }
}
.btn.-header {
  font-size: 16px;
  position: relative;
  height: 45px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(45deg, #015191 10%, #F2F7FA);
  background-size: 180% auto;
  transition: all 0.3s ease-out;
  width: 180px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 4px;
}
.btn.-header:hover {
  background-position: right center;
}
.btn.-form:before {
  content: url(assets/images/top/contact_icon.svg);
  width: 20px;
  margin-top: 2px;
  margin-right: 0.5em;
  display: block;
}
.btn.-contract {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .btn.-contract {
    margin-bottom: 30px;
  }
}
.btn.-contract:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(assets/images/common/icon_contract.svg) no-repeat;
  background-size: contain;
  font-weight: normal;
  position: absolute;
  left: 31.5%;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .btn.-contract:before {
    left: 29%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-contract:before {
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .btn.-contract:before {
    left: 20%;
  }
}
.btn.-cta {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center;
  width: 100%;
  max-width: 560px;
  color: #012967;
  font-size: 23px;
  font-weight: 700;
  background-color: #E6EDF1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .btn.-cta {
    font-size: 20px;
    padding: 1.2em 1em;
  }
}
.btn.-cta:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #012967;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .btn.-cta:before {
    right: 23px;
  }
}
.btn.-cta:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 57px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn.-cta:after {
    right: 30px;
  }
}
.btn.-cta:before, .btn.-cta:after {
  transition: all 0.3s ease;
}
.btn.-cta:hover {
  opacity: 0.9;
  transform: translateY(-0.5em);
}
.btn.-cta:hover:before {
  right: 13px;
}
.btn.-cta:hover:after {
  right: 20px;
}
.btn.-FormCta {
  padding-left: 30px;
}
.btn.-FormCta:before {
  left: 188px;
  font-size: 31px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .btn.-FormCta:before {
    left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-FormCta:before {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .btn.-FormCta:before {
    left: 20%;
  }
}
.btn.-FormCta .btn_parts.-BlueArrow {
  right: -170px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .btn.-FormCta .btn_parts.-BlueArrow {
    right: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-FormCta .btn_parts.-BlueArrow {
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .btn.-FormCta .btn_parts.-BlueArrow {
    right: -15.5vw;
  }
}
@media screen and (max-width: 999px) {
  .btn.-drawer {
    margin: 0 auto;
    height: 60px;
    border-radius: 6px;
  }
}
.btn_parts.-arrow {
  width: 6px;
  height: 60px;
  position: relative;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_parts.-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 50px;
  }
}
.btn_parts.-arrow:before, .btn_parts.-arrow:after {
  content: "";
  width: 9px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: -14px;
}
@media screen and (max-width: 767px) {
  .btn_parts.-arrow:before, .btn_parts.-arrow:after {
    right: -16px;
  }
}
.btn_parts.-arrow:before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.btn_parts.-arrow:after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}
.btn_parts.-DrawerArrow:before, .btn_parts.-DrawerArrow:after {
  content: "";
  width: 9px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .btn_parts.-DrawerArrow:before, .btn_parts.-DrawerArrow:after {
    right: -0.3em;
  }
}
.btn_parts.-WhiteArrow:before, .btn_parts.-WhiteArrow:after {
  background: #008DCC;
}
.btn_parts.-BlueArrow {
  right: -30%;
  height: 85px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .btn_parts.-BlueArrow {
    right: -25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn_parts.-BlueArrow {
    right: -8%;
  }
}
@media screen and (max-width: 767px) {
  .btn_parts.-BlueArrow {
    right: -15%;
  }
}
.btn_parts.-BlueArrow:before, .btn_parts.-BlueArrow:after {
  background: #012967;
}
.btn_parts.-SubPage {
  width: 230px;
  position: relative;
  display: block;
  top: 0;
  color: #fff;
  font-weight: 600;
  left: 0%;
  padding: 10px 0;
  height: 45px;
  transform: none;
}
.btn_parts.-SubPage:before, .btn_parts.-SubPage:after {
  position: absolute;
  left: 10%;
  transition: 0.3s;
}
.btn_parts.-SubPage:before {
  transform: rotate(-45deg);
  top: calc(50% - 4px);
}
.btn_parts.-SubPage:after {
  transform: rotate(45deg);
  bottom: calc(50% - 4px);
}
.btn_parts.-SubPage:hover:before, .btn_parts.-SubPage:hover:after {
  left: 8%;
}
.btn_parts.-SmallBtn:before, .btn_parts.-SmallBtn:after {
  right: -0.1em;
}
.btn_parts.-sp {
  top: 0;
  transform: none;
}

.TtlLv2.-SubPage {
  font-size: 16px;
  color: #fff;
  background: #060606;
  padding: 5px 14px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .TtlLv2.-SubPage {
    font-size: 14px;
  }
}
.TtlLv2.-SubPage:before {
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  color: #012967;
  font-size: 90px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .TtlLv2.-SubPage:before {
    font-size: 45px;
    bottom: 95%;
    width: 250px !important;
  }
}
.TtlLv2.-greeting:before {
  content: "GREETING";
  width: 490px;
}
.TtlLv2.-service:before {
  color: #fff;
  content: "OUR SERVICE";
  width: 700px;
}
@media screen and (max-width: 767px) {
  .TtlLv2.-service:before {
    width: 330px !important;
  }
}
.TtlLv2.-company:before {
  width: 500px;
  content: "COMPANY";
}
.TtlLv2.-inspection:before {
  content: "INSPECTION";
  width: 700px;
}
@media screen and (max-width: 767px) {
  .TtlLv2.-inspection:before {
    width: 330px !important;
  }
}
.TtlLv2.-flow:before {
  content: "FLOW";
  width: 700px;
}
.TtlLv2.-price:before {
  content: "PRICE";
  width: 700px;
}
.TtlLv2.-faq:before {
  color: #fff;
  content: "FAQ";
  width: 700px;
}
.TtlLv2.-motorcycle:before {
  content: "CATALOG";
  width: 700px;
}
.TtlLv2.-parts {
  font-size: 30px;
  font-weight: bold;
  color: #012967;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .TtlLv2.-parts {
    font-size: 20px;
    line-height: 1.5;
  }
}
.TtlLv2.-privacy {
  color: #012967;
  font-size: 25px;
  padding: 10px 0 15px;
}

.TtlLv3.-greeting {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  color: #012967;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .TtlLv3.-greeting {
    font-size: 22px;
  }
}
.TtlLv3.-service {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .TtlLv3.-service {
    font-size: 16px;
  }
}
.TtlLv3.-service:before {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 45px;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .TtlLv3.-service:before {
    font-size: 35px;
  }
}
.TtlLv3.-inspection:before {
  content: "INSPECTION";
}
.TtlLv3.-bike:before {
  content: "BIKE SALES";
}
.TtlLv3.-repair:before {
  content: "REPAIR";
}
.TtlLv3.-parts:before {
  content: "SETUP";
}
.TtlLv3.-page404 {
  color: #012967;
  font-size: 25px;
}
.TtlLv3.-privacy {
  color: #060606;
  font-size: 20px;
  padding: 10px 0 15px;
}

.table {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .table {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .table {
    width: 90%;
  }
}
.table.-company {
  border-radius: 5px;
  border: 3px solid #012967;
  margin-bottom: 120px;
}
.table_item {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #012967 0%, #012967 300px, #fff 300px, #fff 100%);
     border-image: linear-gradient(to right, #012967 0%, #012967 300px, #fff 300px, #fff 100%);
  border-image-slice: 1;
  align-items: center;
}
.table_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .table_item {
    -o-border-image: linear-gradient(to right, #012967 0%, #012967 150px, #fff 150px, #fff 100%);
       border-image: linear-gradient(to right, #012967 0%, #012967 150px, #fff 150px, #fff 100%);
    border-image-slice: 1;
  }
}
@media screen and (max-width: 767px) {
  .table_item {
    display: block;
    -o-border-image: linear-gradient(to right, #012967 0%, #012967 45%, #fff 45%, #fff 100%);
       border-image: linear-gradient(to right, #012967 0%, #012967 45%, #fff 45%, #fff 100%);
    border-image-slice: 1;
  }
}
.table_item.-price {
  -o-border-image: linear-gradient(to right, #012967 0%, #012967 300px, #E6EDF1 300px, #E6EDF1 100%);
     border-image: linear-gradient(to right, #012967 0%, #012967 300px, #E6EDF1 300px, #E6EDF1 100%);
  border-image-slice: 1;
  align-items: center;
}
.table_item.-price:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .table_item.-price {
    -o-border-image: linear-gradient(to right, #012967 0%, #012967 150px, #E6EDF1 150px, #E6EDF1 100%);
       border-image: linear-gradient(to right, #012967 0%, #012967 150px, #E6EDF1 150px, #E6EDF1 100%);
    border-image-slice: 1;
  }
}
@media screen and (max-width: 767px) {
  .table_item.-price {
    display: block;
    -o-border-image: linear-gradient(to right, #012967 0%, #012967 45%, #E6EDF1 45%, #E6EDF1 100%);
       border-image: linear-gradient(to right, #012967 0%, #012967 45%, #E6EDF1 45%, #E6EDF1 100%);
    border-image-slice: 1;
  }
}
.table_ttl {
  width: 30%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #012967;
}
@media screen and (max-width: 767px) {
  .table_ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.table_ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 10px;
  background: #012967;
}
.table_content {
  width: 70%;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table_content {
    width: 100%;
  }
}
.table_content a {
  color: #060606;
  font-weight: normal;
  font-size: 16px;
  padding-left: 0 !important;
}
.table_content ul {
  padding-left: 0px;
}
.table_content ul li {
  font-weight: normal;
  list-style: none;
}
.table_PriceWrap {
  display: flex;
}
@media screen and (max-width: 999px) {
  .table_PriceWrap {
    flex-direction: column;
  }
}
.table_price {
  display: flex;
  width: 40%;
}
@media screen and (max-width: 999px) {
  .table_price {
    width: 100%;
  }
}
.table_price:first-child {
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .table_price {
    font-size: 14px;
  }
}
.table_price.-strong {
  font-size: 20px;
  color: #008DCC;
  font-weight: bold;
  width: 50%;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .table_price.-strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .table_price.-strong {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table_price.-strong {
    font-size: 14px;
  }
}
.table_price span:first-child {
  padding-right: 5%;
}
.table_note {
  font-size: 14px !important;
  color: #008DCC !important;
  transition: all 0.3s;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .table_note {
    font-size: 13px !important;
    font-weight: bold !important;
  }
}
.table_note:hover {
  opacity: 0.7;
}

.mv_SubPage {
  margin-top: 75px;
  width: 100%;
  height: 300px;
  background-image: url(assets/images/subpage/img_SubPage_head.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_SubPage {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv_SubPage {
    height: 250px;
    margin-top: 0;
  }
}
.mv_SubPage .page_name {
  position: absolute;
  bottom: 100px;
}
@media all and (-ms-high-contrast: none) {
  .mv_SubPage .page_name {
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv_SubPage .page_name {
    bottom: 50px;
  }
}
.mv_SubPage .page_name h1 {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .mv_SubPage .page_name h1 {
    font-size: 25px;
  }
}

.SubPage_section {
  padding: 200px 0 110px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .SubPage_section {
    padding: 130px 0 90px;
    overflow: hidden;
  }
}
.SubPage_block {
  padding: 50px 0;
}
.SubPage_TtlBox {
  text-align: center;
}

.pg_single_contents {
  padding: 150px 0 50px;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.BgTxt {
  position: absolute;
  font-weight: bold;
  font-size: 14vw;
  z-index: -1;
}
.BgTxt div {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .BgTxt {
    font-size: 100px;
    width: 160vw;
  }
}
.BgTxt.-greeting, .BgTxt.-company, .BgTxt.-inspection, .BgTxt.-price, .BgTxt.-flow, .BgTxt.-motorcycle {
  top: 10%;
  left: 2%;
  color: #F2F7FA;
}
@media screen and (max-width: 767px) {
  .BgTxt.-greeting, .BgTxt.-company, .BgTxt.-inspection, .BgTxt.-price, .BgTxt.-flow, .BgTxt.-motorcycle {
    top: 4%;
    left: -7%;
  }
}
@media screen and (max-width: 767px) {
  .BgTxt.-inspection {
    left: -30%;
  }
}
.BgTxt.-service, .BgTxt.-faq {
  top: 5%;
  right: 2%;
  color: #00A0E9;
}
@media screen and (max-width: 767px) {
  .BgTxt.-service, .BgTxt.-faq {
    top: 1%;
    right: -58%;
    color: #008DCC;
  }
}
.BgTxt.-flow {
  left: auto;
  right: 2%;
}
@media screen and (max-width: 767px) {
  .BgTxt.-flow {
    right: -63%;
  }
}
.BgTxt.-faq {
  right: 50%;
  transform: translateX(53%);
}
@media screen and (max-width: 767px) {
  .BgTxt.-faq {
    right: -80%;
    transform: inherit;
  }
}

.under_content {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .under_content {
    width: 100%;
  }
}
.under_content .content_inner {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .under_content .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .under_content .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.under_content .content_inner h2 {
  font-size: 28px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 7px double #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h2 {
    font-size: 24px;
  }
}
.under_content .content_inner h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h3 {
    font-size: 20px;
  }
}
.under_content .content_inner h4 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.under_content .content_inner h4::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}

.password_block {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .password_block {
    margin-bottom: 70px;
  }
}
.password_block .content_inner {
  text-align: center;
}
.password_block p {
  margin-bottom: 20px;
}
.password_block input[type=password] {
  color: #012967;
  width: 50%;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.password_block input[type=password]::-moz-placeholder {
  color: #575757;
}
.password_block input[type=password]::placeholder {
  color: #575757;
}
@media screen and (max-width: 767px) {
  .password_block input[type=password] {
    width: 90%;
    font-size: 16px;
  }
}
.password_block input[type=submit] {
  background: #bd1b1b;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  width: 250px;
  height: 35px;
}

.memberpage_block {
  background: #ECEAE1;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}
.memberpage_block .video_block {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .memberpage_block .video_block {
    margin-bottom: 40px;
  }
}
.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .memberpage_block .video_block h3 {
    font-size: 20px;
  }
}
.memberpage_block .video_block p {
  margin-bottom: 20px;
}
.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #E6EDF1;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}
@media screen and (max-width: 767px) {
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
}
.privacy_block p {
  margin-bottom: 20px;
}
.privacy_block h4 before {
  content: none;
}
.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ECEAE1;
}
.form_block .form_row span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .form_block .form_row span {
    font-size: 16px;
  }
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
}
.form_block .form_btn {
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #012967;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.form_block .form_btn:focus, .form_block .form_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }
}
.form_block .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #012967;
  color: #012967;
}
.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: none;
  border-radius: 3px;
  padding: 10px;
  background: #E6EDF1;
}
@media screen and (max-width: 767px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form_block select {
  padding-right: 50px;
}
.form_block .mwform-radio-field {
  margin-bottom: 13px;
}
.form_block .required {
  background-color: #bd1b1b;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
}
.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}
.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mwform-tel-field input[type=text] {
    width: 25% !important;
  }
}

.confirm_txt {
  text-align: center;
}

.cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .cta {
    background-position: 60% 0;
    padding-top: 90px;
  }
}
.cta.-inspection {
  background-image: url(assets/images/subpage/inspection_cta_bg.jpg);
}
.cta.-motorcycle {
  background-image: url(assets/images/subpage/catalog_old_bg.jpg);
}
.cta_TtlBox {
  padding-bottom: 80px;
  text-align: center;
}
.cta_TxtBox {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cta_TxtBox {
    padding-bottom: 30px;
  }
}
.cta_catch {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_catch {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cta_catch {
    font-size: 23px;
  }
}
.cta_txt {
  color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .cta_txt {
    padding-top: 15px;
  }
}
.cta_bnr {
  max-width: 1000px;
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_bnr {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .cta_bnr {
    width: 90%;
  }
}

.archive.-MotorcycleSingle {
  padding-top: 110px;
  background: linear-gradient(135deg, #00A0E9 15%, #012967);
}
.archive_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive_wrap:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 430px;
  height: 0;
}
.archive_card {
  width: 32%;
  max-width: 430px;
  margin-bottom: 50px;
  box-shadow: 30px 30px 35px -6px rgba(0, 64, 128, 0.2509803922);
  transition: all 0.3s ease 0s;
}
.archive_card.-MotorcycleSingle {
  background: #fff;
  text-align: center;
}
.archive_card.-MotorcycleArchive {
  background: #051733;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .archive_card {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .archive_card {
    width: 100%;
    max-width: none;
  }
  .archive_card:last-child {
    margin-bottom: 0;
  }
}
.archive_card:hover {
  transform: translateY(-1.5em);
  opacity: 0.9;
  box-shadow: 10px 10px 35px 0px rgba(0, 64, 128, 0.2509803922);
}
.archive_CardName.-MotorcycleSingle {
  font-size: 20px;
  color: #fff;
  background: #012967;
  font-weight: 700;
  padding: 0.1em;
  margin: 1em;
}
.archive_CardName.-MotorcycleArchive {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  text-align: right;
  padding: 20px 0;
  padding-right: 45px;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .archive_CardName.-MotorcycleArchive {
    font-size: 20px;
  }
}
.archive_CardName.-MotorcycleArchive:before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px; /* ②棒が長くなった分、右へ7px移動 */
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .archive_CardName.-MotorcycleArchive:before {
    width: 10px;
    height: 10px;
  }
}

.greeting {
  position: relative;
}
.greeting_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .greeting_wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.greeting_ImgBox {
  display: block;
  position: relative;
  z-index: 2;
  width: 49%;
  box-shadow: 30px 30px 35px -6px rgba(0, 64, 128, 0.2509803922);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .greeting_ImgBox {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .greeting_ImgBox {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .greeting_img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .greeting_img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 35vh;
  }
}
.greeting_TtlBox {
  text-align: center;
  width: 500px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .greeting_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .greeting_TtlBox {
    width: 240px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.greeting_TxtBox {
  width: 100%;
  display: block;
  z-index: 3;
  margin-top: 5vh;
}
@media screen and (max-width: 999px) {
  .greeting_TxtBox {
    margin-bottom: 35px;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .greeting_TxtBox {
    width: 75%;
  }
}
.greeting_txt {
  width: 95%;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  .greeting_txt {
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  .greeting_txt {
    padding-top: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting_txt {
    width: 100%;
  }
}

.service {
  background: linear-gradient(135deg, #00A0E9 15%, #012967);
  position: relative;
}
.service_ContWrap {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  margin-bottom: -40px;
  overflow: hidden;
  margin-right: 3%;
}
@media screen and (max-width: 999px) {
  .service_ContWrap {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_ContWrap {
    margin-bottom: 45px;
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .service_ContWrap {
    margin-bottom: 45px;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.service_ContWrap:last-child {
  margin-bottom: 0;
}
.service_ContWrap:nth-child(even) {
  justify-content: flex-end;
  margin-right: 0;
  margin-left: 3%;
}
@media screen and (max-width: 999px) {
  .service_ContWrap:nth-child(even) {
    margin-left: 0;
  }
}
.service_ImgBox {
  width: 50%;
  max-width: 960px;
  margin-left: -20px;
  margin-right: 110px;
}
.service_ImgBox img {
  box-shadow: 30px 30px 35px -6px rgba(0, 64, 128, 0.2509803922);
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .service_ImgBox {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 999px) {
  .service_ImgBox {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_ImgBox {
    width: 75%;
  }
}
.service_ImgBox.-reverse {
  margin-right: -20px;
  margin-left: 110px;
}
.service_ImgBox.-reverse img {
  box-shadow: -30px 30px 35px -6px rgba(0, 64, 128, 0.2509803922);
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .service_ImgBox.-reverse {
    margin-right: 0;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 999px) {
  .service_ImgBox.-reverse {
    order: 1;
    margin: 0;
    margin-right: 0px;
    width: 95%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_ImgBox.-reverse {
    width: 75%;
  }
}
.service_TtlBox {
  text-align: center;
  width: 650px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .service_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service_TtlBox {
    width: 330px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.service_TxtBox {
  max-width: 635px;
  width: 30%;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .service_TxtBox {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_TxtBox {
    width: 75%;
    margin: 0 auto;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .service_TxtBox {
    width: 90%;
    order: 2;
    margin: 0 auto;
  }
}
.service_TxtBox.-small {
  background: #E6EDF1;
  padding: 20px 15px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .service_TxtBox.-small {
    margin-top: 20px;
    width: 100%;
  }
}
.service_txt {
  color: #fff;
  margin-top: 25px;
}
.service_BtnArea {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .service_BtnArea {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .service_BtnArea a {
    width: 80% !important;
  }
}

.company {
  background: #E6EDF1;
  position: relative;
}
.company_TtlBox {
  text-align: center;
  width: 500px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .company_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company_TtlBox {
    width: 240px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}

.inspection {
  position: relative;
}
.inspection_TtlBox {
  text-align: center;
  width: 600px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .inspection_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inspection_TtlBox {
    width: 150px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.inspection_catch {
  font-size: 30px;
  text-align: center;
  color: #012967;
}
@media screen and (max-width: 999px) {
  .inspection_catch {
    font-size: 23px;
    line-height: 1.5;
  }
}
.inspection_txt {
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .inspection_txt {
    padding: 20px 0 15px;
  }
}
.inspection_ImgGroup {
  display: flex;
}
.inspection_ImgBox {
  padding-right: 1%;
}
.inspection_ImgBox:last-child {
  padding-right: 0;
}
.inspection_LinkTxt {
  color: #012967;
  border-bottom: 1px solid;
  transition: all 0.3s;
}
.inspection_LinkTxt:hover {
  opacity: 0.5;
}

.flow {
  background: #E6EDF1;
  position: relative;
}
.flow_TtlBox {
  text-align: center;
  width: 300px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .flow_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow_TtlBox {
    width: 160px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.flow_desc {
  padding: 0;
}
.flow_DescItem {
  position: relative;
  text-align: center;
  font-size: 20px;
  background: #fff;
  padding: 80px 70px;
  margin-bottom: 90px;
  line-height: 1.5;
  height: 110px;
  display: flex;
  align-items: center;
  counter-increment: number;
  box-shadow: 30px 30px 35px -6px rgba(0, 64, 128, 0.2509803922);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .flow_DescItem {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 767px) {
  .flow_DescItem {
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    height: auto;
    padding: 25px 15px;
  }
}
.flow_DescItem:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow_DescItem:first-child {
    margin-top: 0;
  }
}
.flow_DescItem:last-child {
  margin-bottom: 0;
  background: linear-gradient(135deg, #00A0E9 15%, #012967);
}
.flow_DescItem:last-child:before, .flow_DescItem:last-child:after {
  display: none;
}
.flow_DescItem:before, .flow_DescItem:after {
  content: ""; /* 疑似要素に指定必須 */
  width: 20px; /* 線の長さを指定 */
  height: 4px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 10px; /* 線を角丸にする */
  background: #015191; /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 50%;
  /* 右から10pxの位置に配置 */
  transform: translateX(-50%);
  top: calc(100% + 40px);
}
.flow_DescItem:before {
  top: calc(100% + 40px);
  left: calc(50% - 12px);
  transform: rotate(-45deg);
}
.flow_DescItem:after {
  bottom: calc(50% - 8px); /* 数値は微調整してください */
  transform: rotate(45deg); /* -45度回転させる */
  right: calc(50% + 4px);
}
.flow_DescItem span {
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow_DescItem span {
    font-size: 12px;
  }
}
.flow_item {
  position: relative;
  max-width: 410px;
  width: 35%;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  padding-left: 110px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .flow_item {
    padding-left: 95px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .flow_item {
    padding-left: 100px;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .flow_item {
    width: 100%;
    font-size: 17px;
    padding-left: 115px;
    padding-bottom: 4px;
  }
}
.flow_item:before {
  width: 130px;
  line-height: 1;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  content: "STEP." counter(number, decimal-leading-zero);
  display: inline-block;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #012967;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .flow_item:before {
    top: 56%;
  }
}
@media screen and (max-width: 767px) {
  .flow_item:before {
    top: 33.2%;
    font-size: 19px;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 350px) {
  .flow_item:before {
    top: 29.2%;
    font-size: 19px;
    transform: translateY(-40%);
  }
}
.flow_item.-emphasis {
  color: #fff;
}
.flow_item.-emphasis:before {
  color: #fff;
}
.flow_txt {
  max-width: 620px;
  width: 65%;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flow_txt {
    width: 100%;
    padding-top: 15px;
  }
}
.flow_txt.-emphasis {
  color: #fff;
}
.flow_note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .flow_note {
    font-size: 14px;
  }
}

.price {
  position: relative;
}
.price_TtlBox {
  text-align: center;
  width: 300px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .price_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .price_TtlBox {
    width: 160px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}

.faq {
  position: relative;
  background: linear-gradient(135deg, #00A0E9 15%, #012967);
}
.faq_TtlBox {
  text-align: center;
  width: 210px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .faq_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq_TtlBox {
    width: 160px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.faq_wrap {
  margin: 0 auto;
  margin-bottom: 50px;
}
.faq_wrap:last-of-type {
  margin-bottom: 0;
}
.faq_q {
  background: #fff;
}
.faq_q:before {
  content: "Q";
  color: #fff;
  background-color: #012967;
}
.faq_a {
  background: #F2F7FA;
}
.faq_a:before {
  content: "A";
  color: #fff;
  background-color: #051733;
}
.faq_q, .faq_a {
  display: flex;
  align-items: baseline;
  padding: 1em 0;
  width: 100%;
  position: relative;
}
.faq_q:before, .faq_a:before {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 100%;
  font-weight: 700;
  line-height: 1;
}
.faq_QTxt {
  color: #012967;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
.faq_ATxt {
  font-size: 14px;
}
.faq_QTxt, .faq_ATxt {
  margin: 0;
  padding-left: 85px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq_QTxt, .faq_ATxt {
    padding-left: 20%;
    padding-right: 3%;
  }
}

.parts {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .parts {
    padding-top: 70px;
  }
}
.parts_TtlBox {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parts_TtlBox {
    padding-bottom: 20px;
  }
}
.parts_BtnArea {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .parts_BtnArea {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .parts_BtnArea a {
    width: 80% !important;
  }
}

.motorcycle {
  position: relative;
}
.motorcycle_TtlBox {
  text-align: center;
  width: 470px;
  padding-top: 100px;
  margin: -100px auto 80px;
}
@media screen and (max-width: 999px) {
  .motorcycle_TtlBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .motorcycle_TtlBox {
    width: 220px;
    padding-top: 60px;
    margin: -60px auto 40px;
  }
}
.motorcycle_TxtBox {
  margin-bottom: 40px;
}
.motorcycle_CardWrap {
  display: flex;
}
.page404_TxtBox {
  text-align: center;
  padding: 120px 0 20px;
}
.page404_txt {
  text-align: center;
}

.privacy {
  padding: 55px 0 130px;
  line-height: 2;
}
.privacy_link {
  font-weight: bold;
  font-size: 15px;
  color: #008DCC;
  transition: 0.3s;
}
.privacy_link:hover {
  opacity: 0.7;
}

.contact {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 70px;
  }
}
.contact_txt {
  text-align: center;
}
.contact_txt.-confirm {
  font-weight: nolmal;
  font-size: 18px;
}
.contact_BtnArea {
  text-align: center;
  margin-top: -30px;
}
.contact_link {
  font-size: 15px;
  color: #008DCC !important;
  transition: 0.3s;
}
.contact_link:hover {
  opacity: 0.7;
}

.PreTest {
  background: url(assets/images/top/test_bg.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .PreTest {
    background: url(assets/images/top/test_bg_sp.jpg);
  }
}
.PreTest_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

.PreTest_wrap {
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .PreTest_wrap {
    padding: 70px 0 80px;
  }
}
.PreTest_TtlLv1 {
  color: #fff;
  text-align: center;
  font-size: 40px !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .PreTest_TtlLv1 {
    font-size: 30px !important;
  }
}
.PreTest_TtlLv2 {
  text-align: center;
  width: 465px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 556px) and (max-width: 767px) {
  .PreTest_TtlLv2 {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 555px) {
  .PreTest_TtlLv2 {
    width: 95%;
    margin-bottom: 30px;
  }
}
.PreTest_TtlBox {
  display: inline-block;
  color: #006CAD;
  font-weight: bold;
  background: #fff;
  font-size: 30px;
  padding: 8px 9px 8px 10px;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 999px) {
  .PreTest_TtlBox {
    font-size: 23px;
  }
}
@media screen and (max-width: 555px) {
  .PreTest_TtlBox {
    font-size: 20px;
  }
}
.PreTest_IconArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .PreTest_IconArea {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.PreTest_icon {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .PreTest_icon {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .PreTest_icon {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 24vw;
    max-width: 140px;
  }
}
.PreTest_txt {
  color: #fff;
  line-height: 2;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .PreTest_txt {
    width: 95%;
  }
}
.PreTest_NoteWrap {
  width: 465px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: -30px;
}
.PreTest_note {
  color: white;
  line-height: 1.7;
  font-size: 13px;
}

@media screen and (max-width: 999px) {
  .PreTest_NoteWrap {
    width: 370px;
  }
}
@media screen and (min-width: 556px) and (max-width: 767px) {
  .PreTest_NoteWrap {
    width: 380px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 555px) {
  .PreTest_NoteWrap {
    width: 320px;
    margin-bottom: 30px;
  }
  .PreTest_note {
    font-size: 11px;
  }
}
.FooterBar_number {
  position: relative;
  margin-left: 1vw;
  padding-left: 0.3vw;
}
@media screen and (max-width: 999px) {
  .FooterBar_number {
    padding-left: 1.3vw;
  }
}
@media screen and (max-width: 555px) {
  .FooterBar_number {
    padding-left: 1vw;
  }
}
.FooterBar_number:before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -25px;
  width: 30px;
  height: 1.5vw;
  max-height: 30px;
  background: url(assets/images/subpage/tel.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .FooterBar_number:before {
    height: 3.5vw;
  }
}
@media screen and (max-width: 555px) {
  .FooterBar_number:before {
    top: 50%;
    height: 5.5vw;
    max-height: 55px;
  }
}/*# sourceMappingURL=secondary.css.map */