@charset "UTF-8";
/* デフォルト */
html {
  scroll-behavior: smooth;
}

html {
  --wp-admin--admin-bar--height: 0px !important;
}

@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* デフォルトのフォントと文字カラー設定、幅 */
body {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  color: #000000;
  background: #FFFFFF;
}

.container {
  max-width: 700px;
  margin: auto;
}
.container .type2 {
  max-width: 840px;
}
@media screen and (max-width: 700px) {
  .container {
    max-width: 90%;
  }
}

h1 {
  text-align: left;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:320px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:320px) {
  h3 {
    font-size: 18px;
  }
}

p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width:540px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width:540px) {
  p {
    font-size: 14px;
  }
}

.center {
  text-align: center;
}

a.btn1 {
  color: #333;
  margin-right: 10px;
}
@media screen and (max-width:768px) {
  a.btn1 {
    margin-right: 0;
  }
}
a.btn2 {
  display: block;
  text-align: center;
  padding: 10px;
  width: 200px;
  background: #023489;
  color: white;
}
a.btn3 {
  display: block;
  text-align: center;
  padding: 10px;
  width: 130px;
  color: white;
  background-color: #000;
}
@media screen and (max-width:768px) {
  a.btn3 {
    width: 200px;
  }
}
a.btn4 {
  position: relative;
  border: solid 2px #023489;
  padding: 10px 30px 10px 50px;
  color: #023489;
  font-weight: bold;
  font-size: 17px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.4s;
}
@media screen and (max-width:540px) {
  a.btn4 {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  a.btn4 {
    padding: 10px 20px 10px 40px;
    font-size: 15px;
  }
}
a.btn4::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #023489;
  border-bottom: 2px solid #023489;
}
@media screen and (max-width:540px) {
  a.btn4::before {
    width: 5px;
    height: 5px;
    left: 30px;
  }
}
@media screen and (max-width:320px) {
  a.btn4::before {
    left: 20px;
  }
}
a.btn4:hover {
  background-color: #023489;
  color: white;
  border-color: #023489;
}
a.btn4:hover::before {
  border-right-color: white;
  border-bottom-color: white;
}
a.btn5 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  max-width: 500px;
  padding: 25px;
  background: linear-gradient(to right, #1A1D7F, #00A1E9);
  display: block;
  margin: 80px auto 0;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width:540px) {
  a.btn5 {
    font-size: 18px;
    padding: 20px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width:320px) {
  a.btn5 {
    font-size: 16px;
  }
}
a.btn5::before {
  content: "";
  position: absolute;
  left: 105px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width:540px) {
  a.btn5::before {
    left: 45px;
  }
}
@media screen and (max-width:540px) {
  a.btn5::before {
    left: 35px;
  }
}
a.btn5:hover {
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #023489;
  border: #023489 1px solid;
  padding: 24px 25px;
}
a.btn5:hover::before {
  border-right-color: #023489;
  border-bottom-color: #023489;
}
a.btn-line {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  max-width: 500px;
  padding: 25px;
  background: linear-gradient(to right, #1A1D7F, #00A1E9);
  display: block;
  margin: 35px auto 0;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width:540px) {
  a.btn-line {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (max-width:320px) {
  a.btn-line {
    font-size: 16px;
  }
}
a.btn-line::before {
  content: "";
  position: absolute;
  left: 125px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width:540px) {
  a.btn-line::before {
    left: 75px;
  }
}
@media screen and (max-width:540px) {
  a.btn-line::before {
    left: 65px;
  }
}
a.btn-line:hover {
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #023489;
  border: #023489 1px solid;
  padding: 24px 25px;
}
a.btn-line:hover::before {
  border-right-color: #023489;
  border-bottom-color: #023489;
}

img.btn6 {
  margin-top: 80px;
  max-width: 700px;
  width: 100%;
  opacity: 1;
  transition: opacity 0.4s;
}
@media screen and (max-width:540px) {
  img.btn6 {
    margin-top: 60px;
  }
}
img.btn6:hover {
  opacity: 0.7;
}

/* 背景 */
section {
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  section {
    padding: 60px 0;
  }
}
section.bg-white {
  background-image: white;
}
section.bg-gradation {
  background: linear-gradient(to right, #51539E, #3EB7EE);
  color: #FFFFFF;
  font-weight: bold;
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  section.bg-gradation {
    padding: 60px 0;
  }
}
section.bg-gray {
  background-color: #F3F3F3;
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  section.bg-gray {
    padding: 60px 0;
  }
}

/* 背景 */
/* ヘッダーメニュー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); /* 白 半透明 */
  padding: 10px 20px;
  z-index: 1000;
}
header .menu-basis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .menu-basis .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
header .menu-basis .nav-links li {
  list-style: none;
}
header .menu-basis .nav-links li a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
header .menu-basis .nav-links li a::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  opacity: 0;
  transition: opacity 0s;
}
header .menu-basis .nav-links li a.btn2::after {
  color: rgb(255, 255, 255);
}
header .menu-basis .nav-links li a.btn3::after {
  color: rgb(255, 255, 255);
}
header .menu-basis .nav-links li a:hover {
  color: transparent;
}
header .menu-basis .nav-links li a:hover::after {
  opacity: 1;
}
header nav.tb {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
header nav .logo img {
  height: 45px;
}
header nav .top-bar-open {
  background: #fff;
  padding: 16px 16px 12px;
  box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.2);
}
header nav .top-bar-open__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:540px) {
  header nav .top-bar-open__head--logo {
    width: 35%;
    height: auto;
  }
}
header nav .top-bar-open__head--logo img {
  width: 160px;
  height: auto;
}
header nav .top-bar-open__click {
  border-radius: 100%;
}
header nav .top-bar-open__click span {
  position: relative;
  z-index: 999;
  display: block;
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background: #000000;
  margin: 7px auto;
  transition: 0.3s;
}
header nav .top-bar-open__click.open span {
  background: #393939;
  transition: 0.3s;
  width: 24px;
}
header nav .top-bar-open__click.open span:first-child {
  position: fixed;
  transform: translate(-30px, 0px) rotate(45deg);
  margin: 0 auto;
}
header nav .top-bar-open__click.open span:nth-child(2) {
  display: none;
}
header nav .top-bar-open__click.open span:nth-child(3) {
  margin: 0 auto;
  position: fixed;
  transform: translate(-30px, 0px) rotate(-45deg);
}
header nav .top-bar {
  background: white;
  padding: 30px 30px 32px;
  height: 100vh;
}
header nav .top-bar__head {
  position: relative;
}
header nav .top-bar__head img {
  width: 122px;
}
header nav .top-bar__menu {
  width: 85%;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width:540px) {
  header nav .top-bar__menu {
    margin-top: 30px;
  }
}
header nav .top-bar__menu ul {
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 30px;
}
header nav .top-bar__menu ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  header nav .top-bar__menu ul li {
    margin-bottom: 20px;
  }
}
header nav .top-bar__menu ul li a {
  display: block;
  font-size: 23px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  header nav .top-bar__menu ul li a {
    font-size: 16px;
  }
}
header nav .close-menu {
  position: absolute;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateX(100%);
  transition: 0.4s;
}
header nav .close-menu .top-bar {
  opacity: 0;
  top: -100%;
}
header nav .close-menu.open {
  transform: translateX(30%);
  transition: 0.4s;
  display: block;
}
@media screen and (max-width:540px) {
  header nav .close-menu.open {
    transform: translateX(25%);
  }
}
@media screen and (max-width:320px) {
  header nav .close-menu.open {
    transform: translateX(15%);
  }
}
header nav .close-menu.open .top-bar {
  opacity: 1;
}

/* ヘッダーーメニュー */
/* メインビジュアル */
.main-visual-top {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 16/9;
  padding: 0;
}
.main-visual-top .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  overflow: hidden;
}
.main-visual-top .slide .placeholder-image {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  transform: scale(1);
  transition: transform 8s ease-out;
}
.main-visual-top .slide .placeholder-image .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 8s ease-out;
}
.main-visual-top .slide.active {
  opacity: 1;
}
.main-visual-top .slide.active .placeholder-image {
  transform: scale(1.05);
}
.main-visual-top .slide.active .slide-image {
  transform: scale(1.05);
}
.main-visual-top .slide-title-area {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding-left: 100px;
  transform: translateY(50%);
}
@media screen and (max-width:768px) {
  .main-visual-top .slide-title-area {
    padding-left: 40px;
  }
}
@media screen and (max-width:540px) {
  .main-visual-top .slide-title-area {
    bottom: 30%;
    padding-left: 25px;
  }
}
.main-visual-top .slide-title-area .slide-title {
  margin: 0;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  /* フェードアニメーション */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width:768px) {
  .main-visual-top .slide-title-area .slide-title {
    font-size: 45px;
  }
}
@media screen and (max-width:540px) {
  .main-visual-top .slide-title-area .slide-title {
    font-size: 35px;
  }
}
.main-visual-top .slide-title-area .slide-title.active {
  opacity: 1;
}

.main-visual {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  padding: 5vw;
}
@media screen and (max-width:540px) {
  .main-visual {
    height: 138.6vw;
  }
}
.main-visual h1 {
  font-size: 3.5vw;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:540px) {
  .main-visual h1 {
    font-size: 8.3vw;
    line-height: 1.3;
    margin-bottom: 3vw;
    margin-top: 50vw;
  }
}
.main-visual p {
  font-size: 1.65vw;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:540px) {
  .main-visual p {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.main-visual .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s ease-in-out;
  animation: zoom 30s linear forwards;
}
.main-visual .mv-bg.active {
  opacity: 1;
}
.main-visual .mv-bg.zooming {
  animation: zoom 20s linear forwards;
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.main-visual .mv-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

/* メインビジュアル */
/* 整備も、保険も、販売も。 */
.top-message {
  background: url(../img/top-message-bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .top-message {
    background: none;
  }
}
.top-message h2 {
  line-height: 1.2;
}
.top-message h2 .font-sm {
  font-size: 20px;
}
@media screen and (max-width:540px) {
  .top-message h2 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:320px) {
  .top-message h2 .font-sm {
    font-size: 16px;
  }
}

/* 整備も、保険も、販売も。 */
/* サービス案内 */
.card {
  background-color: white;
  border: 2px solid white;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .card {
    display: block;
  }
}
.card .title {
  border-radius: 8px 0 0 8px;
  width: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:540px) {
  .card .title {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.card .title h3 {
  text-align: center;
  line-height: 1.3;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:540px) {
  .card .title h3 {
    margin: 40px 0;
  }
}
.card .title.title1 {
  background-image: url(../img/title1.png);
}
@media screen and (max-width:540px) {
  .card .title.title1 {
    background-image: url(../img/title1-sp.png);
  }
}
.card .title.title2 {
  background-image: url(../img/title2.png);
}
@media screen and (max-width:540px) {
  .card .title.title2 {
    background-image: url(../img/title2-sp.png);
  }
}
.card .title.title3 {
  background-image: url(../img/title3.png);
}
@media screen and (max-width:540px) {
  .card .title.title3 {
    background-image: url(../img/title3-sp.png);
  }
}
.card .contents {
  color: #000000;
  font-weight: 100;
  padding: 40px 30px;
}
.card .contents .btn4 {
  margin-top: 30px;
}
@media screen and (max-width:540px) {
  .card .contents {
    padding: 30px 20px;
  }
  .card .contents .btn4 {
    margin-top: 20px;
  }
}
@media screen and (max-width:320px) {
  .card .contents {
    padding: 20px 15px;
  }
}
.card .last {
  margin-bottom: 0px;
}

/* サービス案内 */
/* 店舗情報 */
.shop-card {
  border: 1px solid #C2C2C2;
}
.shop-card .img {
  height: 190px;
  background-image: url(../img/shop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
}
@media screen and (max-width:540px) {
  .shop-card .img {
    height: 160px;
    background-position: 50%;
  }
}
.shop-card .contents {
  padding: 40px;
}
.shop-card .contents h3 {
  font-size: 20px;
}
.shop-card .contents .font-sm {
  font-size: 16px;
  margin-bottom: 30px;
}
.shop-card .contents .flex {
  display: flex;
  margin-top: 10px;
}
.shop-card .contents .flex .tag {
  background-color: #F3F3F3;
  font-size: 16px;
  padding: 3px;
  width: 85px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width:540px) {
  .shop-card .contents {
    padding: 30px 20px;
  }
  .shop-card .contents h3 {
    font-size: 18px;
  }
  .shop-card .contents .font-sm {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .shop-card .contents .flex .tag {
    font-size: 14px;
    padding: 2px;
    width: 75px;
  }
}
@media screen and (max-width:320px) {
  .shop-card .contents {
    padding: 20px 15px;
  }
  .shop-card .contents a.btn4 {
    margin-top: 20px;
  }
}

/* 店舗情報 */
/* お知らせ・ブログ */
.news-list {
  border-top: 2px solid #ffffff;
}
.news-list .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width:540px) {
  .news-list .content {
    display: block;
  }
}
.news-list .content p {
  font-weight: bold;
}
.news-list .content p.time {
  color: #696969;
  font-size: 16px;
}
@media screen and (max-width:540px) {
  .news-list .content p.time {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

/* お知らせ・ブログ */
/* フッターメニュー */
footer {
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .container {
  padding: 50px 0 30px;
}
@media screen and (max-width:540px) {
  footer .container {
    max-width: 400px;
    width: 90%;
  }
}
footer .container .footer-logo {
  display: block;
  max-width: 140px;
  margin: auto auto 50px;
}
footer .container .flex-item {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width:540px) {
  footer .container .flex-item {
    justify-content: center;
  }
}
@media screen and (max-width:320px) {
  footer .container .flex-item {
    gap: 5px 10px;
  }
}
footer .container .flex-item a {
  width: 220px;
  text-align: center;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  transition: all 0.4s;
}
@media screen and (max-width:540px) {
  footer .container .flex-item a {
    width: 145px;
    font-size: 14px;
  }
}
@media screen and (max-width:320px) {
  footer .container .flex-item a {
    font-size: 13px;
    width: 135px;
  }
}
footer .container .flex-item a:hover {
  border-bottom: 1px solid #B4B4B4;
  color: #B4B4B4;
}
footer .footer-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 5px;
  border-top: 1px solid #B4B4B4;
  gap: 20px;
}
footer .footer-flex p {
  color: #B4B4B4;
  font-size: 14px;
}
footer .footer-flex a {
  color: #B4B4B4;
  font-size: 14px;
  text-decoration: none;
}

/* フッターメニュー */
/* ------------------
   SERVICE - 事業内容
  --------------------- */
.service {
  /* 車のこと */
  /* 車のこと */
  /* お車に関する */
  /* お車に関する */
  /* 対応サービス一覧 */
  /* 対応サービス一覧 */
  /* 特徴・選ばれる理由 */
  /* 特徴・選ばれる理由 */
  /* こんな方におすすめ */
  /* こんな方におすすめ */
}
.service .main-visual {
  height: 33.5vw;
  background-image: url(../img/SERVICE.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width:540px) {
  .service .main-visual {
    background-image: url(../img/SERVICE-sp.png);
    height: 68.5vw;
    background-size: auto 100%;
  }
}
.service .main-visual h1 {
  font-size: 8vw;
  line-height: 0.9;
  margin: auto 0 -1.5vw auto;
  text-shadow: none;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 0.05em;
}
.service .main-visual h1 .font-sm {
  font-size: 2vw;
}
@media screen and (max-width:768px) {
  .service .main-visual h1 {
    font-size: 120px;
    margin-bottom: -2vw;
  }
  .service .main-visual h1 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .service .main-visual h1 {
    font-size: 70px;
    margin-bottom: -2.3vw;
  }
  .service .main-visual h1 .font-sm {
    font-size: 14px;
  }
}
.service .text-marker {
  background: linear-gradient(transparent 5%, #023489 5%);
  padding: 2px;
  color: white;
  padding: 10px;
  line-height: 2;
}
@media screen and (max-width:320px) {
  .service .text-marker {
    font-size: 16px;
    line-height: 2.5;
  }
}
.service .text-marker.num1 {
  padding-right: 5px;
}
.service .bg-white h2.center {
  margin-bottom: 25px;
}
@media screen and (max-width:540px) {
  .service .bg-white h2.center {
    font-size: 20px;
  }
}
.service .bg-gray img {
  margin-bottom: 50px;
}
.service .service-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .service .service-flex {
    display: block;
  }
}
.service .service-flex.last {
  margin-bottom: 0px;
}
.service .service-flex .service-card {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}
.service .service-flex .service-card.wi100 {
  width: 100%;
}
@media screen and (max-width:768px) {
  .service .service-flex .service-card {
    margin-bottom: 20px;
  }
}
.service .service-flex .service-card .img {
  width: 340px;
  border-radius: 10px 10px 0 0;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .service .service-flex .service-card .img {
    width: 100%;
    height: 140px;
  }
}
.service .service-flex .service-card .img.service1 {
  width: 100%;
  height: 140px;
  background-image: url(../img/service1.png);
}
.service .service-flex .service-card .img.service2 {
  background-image: url(../img/service2.png);
}
.service .service-flex .service-card .img.service3 {
  background-image: url(../img/service3.png);
}
.service .service-flex .service-card .img.service4 {
  background-image: url(../img/service4.png);
}
@media screen and (max-width:320px) {
  .service .service-flex .service-card .img.service4 {
    background-position: right;
  }
}
.service .service-flex .service-card .img.service5 {
  background-image: url(../img/service5.png);
}
.service .service-flex .service-card .img.service6 {
  background-image: url(../img/service6.png);
}
.service .service-flex .service-card .contents {
  padding: 30px 20px;
}
.service .service-flex .service-card .contents .title {
  border-left: 5px solid #023489;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.service .service-flex .service-card .contents p {
  font-size: 15px;
  margin-bottom: 20px;
}
.service .service-flex .service-card .contents p.top {
  margin-top: 20px;
  margin-bottom: 0;
}
.service .service-flex .service-card .contents ul {
  margin-left: 20px;
}
.service .service-flex .service-card .contents ul li {
  font-size: 15px;
}
.service .service-flex .service-card .contents ul li span {
  display: inline;
}
.service .service-flex .service-card .contents ul li span.mini {
  font-size: 13px;
}
.service .service-flex .service-card .contents .box {
  background-color: #F3F3F3;
  margin-top: 30px;
  padding: 20px 15px;
}
.service .service-flex .service-card .contents .boxul li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 20px;
}
.service .service-flex .service-card .contents .boxul li:last-child {
  margin-bottom: 0;
}
.service .service-flex .service-card .contents .boxul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: url(../img/check.png) no-repeat center/100%;
}
.service .container.type2 {
  max-width: 900px;
  justify-self: center;
}
@media screen and (max-width:768px) {
  .service .container.type2 {
    max-width: 650px;
  }
}
.service .container.type2 .reason-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .service .container.type2 .reason-flex {
    gap: 30px;
  }
}
@media screen and (max-width:320px) {
  .service .container.type2 .reason-flex {
    gap: 20px;
  }
}
.service .container.type2 .reason-flex div img {
  max-width: 146px;
}
@media screen and (max-width:320px) {
  .service .container.type2 .reason-flex div img {
    width: 130px;
  }
}
.service .container.type2 .reason-flex div p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:540px) {
  .service .container.type2 .reason-flex div p {
    font-size: 14px;
  }
}
.service .shop-bg {
  background-image: url(../img/shop-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
}
@media screen and (max-width:540px) {
  .service .shop-bg {
    background-image: url(../img/shop.png);
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 120%;
  }
}
.service .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service .box ul li {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
  font-size: 18px;
}
@media screen and (max-width:540px) {
  .service .box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  .service .box ul li {
    font-size: 14px;
  }
}
.service .box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.service .marker {
  padding: 3px 0;
  line-height: 2;
  max-width: 300px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-top: 5px;
  background: linear-gradient(to right, rgba(2, 52, 137, 0) 0%, rgba(2, 52, 137, 0.5) 5%, rgb(2, 52, 137) 30%, rgb(2, 52, 137) 50%, rgb(2, 52, 137) 70%, rgba(2, 52, 137, 0.5) 95%, rgba(2, 52, 137, 0) 100%);
}
@media screen and (max-width:540px) {
  .service .marker {
    max-width: 100%;
  }
}
.service .marker.top {
  margin-top: 55px;
}
@media screen and (max-width:540px) {
  .service .marker.top {
    margin-top: 45px;
  }
}

/* -------------------------
    STORE - 店舗情報
--------------------------- */
.store {
  /* 店舗情報 */
  /* 在庫 */
  /* 在庫 */
  /* サービス */
  /* サービス */
  /* 店舗の強み */
  /* 店舗の強み */
}
.store .main-visual {
  height: 33.5vw;
  background-image: url(../img/STORE.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width:540px) {
  .store .main-visual {
    background-image: url(../img/STORE-sp.png);
    height: 68.5vw;
    background-size: auto 100%;
  }
}
.store .main-visual h1 {
  font-size: 8vw;
  line-height: 0.9;
  margin: auto 0 -1.5vw auto;
  text-shadow: none;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 0.05em;
}
.store .main-visual h1 .font-sm {
  font-size: 2vw;
}
@media screen and (max-width:768px) {
  .store .main-visual h1 {
    font-size: 120px;
    margin-bottom: -2vw;
  }
  .store .main-visual h1 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .store .main-visual h1 {
    font-size: 70px;
    margin-bottom: -2.3vw;
  }
  .store .main-visual h1 .font-sm {
    font-size: 14px;
  }
}
.store .store-card {
  height: 270px;
  background-image: url(../img/shop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:540px) {
  .store .store-card {
    height: 230px;
  }
}
.store .store-card div {
  background-color: rgba(0, 0, 0, 0.54);
  padding: 15px 20px;
  width: 100%;
}
.store .store-card div h2 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
}
.store .store-card div p {
  font-size: 12px;
  color: white;
}
.store .title-left {
  border-left: 5px solid #023489;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  .store .title-left {
    margin-bottom: 30px;
  }
}
.store .line {
  height: 1px;
  background-color: #C7C7C7;
  margin: 50px 0;
}
.store .map iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
.store .bg-gradation.stock {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .store .bg-gradation.stock {
    display: block;
  }
}
.store .bg-gradation.stock img {
  width: 50%;
}
@media screen and (max-width:1024px) {
  .store .bg-gradation.stock img {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .store .bg-gradation.stock img {
    width: 100%;
    margin-bottom: 35px;
  }
}
.store .bg-gradation.stock .content {
  width: 50%;
  padding-left: 370px;
}
@media screen and (max-width:1024px) {
  .store .bg-gradation.stock .content {
    width: 40%;
    padding-left: 100px;
  }
}
@media screen and (max-width:768px) {
  .store .bg-gradation.stock .content {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width:540px) {
  .store .bg-gradation.stock .content {
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
.store .bg-gradation.stock .content a.btn4 {
  border: 2px solid #ffffff;
  color: white;
}
.store .bg-gradation.stock .content a.btn4::before {
  border-color: white;
}
.store .bg-gradation.stock .content a.btn4:hover {
  background: white;
  color: #1A1D7F;
}
.store .bg-gradation.stock .content a.btn4:hover::before {
  border-color: #1A1D7F;
}
@media screen and (max-width:540px) {
  .store .bg-gradation.stock .content a.btn4 {
    margin-top: 25px;
  }
}
.store .bg-gradation.stock .content h2 {
  margin-bottom: 10px;
}
.store .service-list {
  margin-top: 40px;
}
.store .bg-gradation.type2 {
  padding: 0;
}
.store .strengths {
  padding: 80px 0;
  background-image: url(../img/strengths.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
}
@media screen and (max-width:540px) {
  .store .strengths {
    padding: 60px 0;
    background-image: url(../img/strengths-sp.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%;
  }
}

/* ---------------
   COMPANY - 会社概要 
----------------------*/
.company .main-visual {
  height: 33.5vw;
  background-image: url(../img/COMPANY.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width:540px) {
  .company .main-visual {
    height: 68.5vw;
  }
}
.company .main-visual h1 {
  font-size: 8vw;
  line-height: 0.9;
  margin: auto 0 -1vw auto;
  text-shadow: none;
  font-family: "Staatliches", sans-serif;
}
.company .main-visual h1 .font-sm {
  font-size: 2vw;
}
@media screen and (max-width:768px) {
  .company .main-visual h1 {
    font-size: 120px;
    margin-bottom: -2vw;
  }
  .company .main-visual h1 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .company .main-visual h1 {
    font-size: 70px;
    margin-bottom: -2.3vw;
  }
  .company .main-visual h1 .font-sm {
    font-size: 14px;
  }
}
.company .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.company .custom-table th, .company .custom-table td {
  padding: 7px 25px;
  text-align: left;
  border: 1px solid #C2C2C2;
}
@media screen and (max-width:540px) {
  .company .custom-table th, .company .custom-table td {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  .company .custom-table th, .company .custom-table td {
    font-size: 14px;
  }
}
.company .custom-table .header-row {
  background-color: #F3F3F3;
}
.company .custom-table .content-row {
  background-color: #ffffff;
}
.company .custom-table .content-row:nth-child(even) {
  background-color: #ffffff;
}
.company .title-left {
  border-left: 5px solid #023489;
  padding-left: 20px;
  margin-bottom: 40px;
}
.company .title-line {
  border-bottom: 3px solid #023489;
  padding-bottom: 20px;
  font-family: "Staatliches", sans-serif;
  font-size: 40px;
  line-height: 0.8;
}
@media screen and (max-width:540px) {
  .company .title-line {
    font-size: 30px;
  }
}
.company .title-line span.font-sm {
  font-size: 16px;
}
.company .rinen {
  position: relative;
  padding: 80px 0;
}
.company .rinen::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 100%;
  background: url(../img/rinen-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .company .rinen::before {
    width: 500px;
    background-position: left center;
  }
}
@media screen and (max-width:540px) {
  .company .rinen::before {
    background: url(../img/rinen-bg-sp.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.company .rinen h2 {
  position: relative;
  z-index: 2;
}
.company .rinen p {
  position: relative;
  z-index: 2;
}

/*------------------
 RECRUITMENT - 採用情報
 ---------------------*/
.recruitment {
  /* よくある質問 */
}
.recruitment .main-visual {
  height: 33.5vw;
  background-image: url(../img/RECRUITMENT.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width:540px) {
  .recruitment .main-visual {
    height: 68.5vw;
  }
}
.recruitment .main-visual h1 {
  font-size: 8vw;
  line-height: 0.9;
  margin: auto 0 -1vw auto;
  text-shadow: none;
  font-family: "Staatliches", sans-serif;
}
.recruitment .main-visual h1 .font-sm {
  font-size: 2vw;
}
@media screen and (max-width:768px) {
  .recruitment .main-visual h1 {
    font-size: 120px;
    margin-bottom: -2vw;
  }
  .recruitment .main-visual h1 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .recruitment .main-visual h1 {
    font-size: 70px;
    margin-bottom: -2.3vw;
  }
  .recruitment .main-visual h1 .font-sm {
    font-size: 14px;
  }
}
.recruitment .bg-message {
  background: url(../img/bg-message.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
@media screen and (max-width:1024px) {
  .recruitment .bg-message {
    background-position: center;
  }
}
@media screen and (max-width:540px) {
  .recruitment .bg-message {
    background: none;
    background-color: #F3F3F3;
  }
}
.recruitment .bg-message .text-box {
  max-width: 380px;
  margin-left: auto;
}
.recruitment .bg-message img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:320px) {
  .recruitment .bg-message img {
    margin-bottom: 30px;
  }
}
.recruitment .bg-about {
  background: url(../img/bg-about.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width:540px) {
  .recruitment .bg-about {
    background: url(../img/bg-about-sp.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
}
.recruitment .bg-about h2 {
  color: white;
}
.recruitment .bg-about p {
  color: white;
}
.recruitment .title-left {
  border-left: 5px solid #023489;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  .recruitment .title-left {
    margin-bottom: 30px;
  }
}
.recruitment .line {
  height: 1px;
  background-color: #C7C7C7;
  margin: 50px 0;
}
.recruitment .box {
  border: 1px solid #C7C7C7;
  padding: 25px;
  margin-top: 40px;
  background-image: url(../img/item.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 97% 80%;
}
.recruitment ul.recruit-list {
  margin-top: 20px;
  margin-left: 20px;
}
.recruitment ul.recruit-list li {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width:540px) {
  .recruitment ul.recruit-list li {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  .recruitment ul.recruit-list li {
    font-size: 14px;
  }
}
.recruitment .voice-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 20px;
}
.recruitment .voice-flex.last {
  margin-bottom: 0;
}
.recruitment .voice-flex img {
  max-width: 84px;
}
@media screen and (max-width:540px) {
  .recruitment .voice-flex img {
    max-width: 65px;
  }
}
.recruitment .voice-flex .voice {
  border: 1px solid #000000;
  padding: 15px 25px;
  position: relative;
}
@media screen and (max-width:540px) {
  .recruitment .voice-flex .voice {
    padding: 10px 20px;
  }
}
.recruitment .voice-flex .voice::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #000000;
  border-left: 0;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.recruitment .voice-flex .voice::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid white;
  border-left: 0;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}
.recruitment .qa01 {
  margin-bottom: 70px;
}
.recruitment .button-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  .recruitment .button-flex {
    flex-direction: column;
    margin-top: 35px;
  }
}
.recruitment .button-flex a {
  display: block;
  width: 345px;
  height: 70px;
  text-decoration: none;
  text-align: center;
  padding: 23px 0;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .recruitment .button-flex a {
    width: 100%;
  }
}
.recruitment .button-flex a.tel {
  border: 2px solid #1A1D7F;
  color: #0D61B5;
  position: relative;
  padding-left: 40px;
}
.recruitment .button-flex a.tel::before {
  position: absolute;
  content: "";
  background: url(../img/gz-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 18px;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.recruitment .button-flex a.tel:hover {
  background: linear-gradient(to right, #1A1D7F, #00A1E9);
  color: white;
  border: none;
}
.recruitment .button-flex a.tel:hover::before {
  background: url(../img/gz-tel-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruitment .button-flex a.form {
  background: linear-gradient(to right, #1A1D7F, #00A1E9);
  color: white;
}
.recruitment .button-flex a.form:hover {
  color: #0D61B5;
  background: white;
  border: 2px solid #1A1D7F;
}
@media screen and (max-width:320px) {
  .recruitment p.sp {
    font-size: 13px;
  }
}
.recruitment .aco {
  margin-bottom: 70px;
}
@media screen and (max-width:540px) {
  .recruitment .aco {
    margin-bottom: 60px;
  }
}
.recruitment .aco .aco-content-left {
  margin-right: 15px;
}
@media screen and (max-width:540px) {
  .recruitment .aco .aco-content-left {
    margin-right: 5px;
  }
}
.recruitment .aco .aco-content-left p {
  font-size: 25px;
  font-family: "Staatliches", sans-serif;
}
@media screen and (max-width:540px) {
  .recruitment .aco .aco-content-left p {
    font-size: 25px;
  }
}
.recruitment .aco .aco-block {
  margin-bottom: 25px;
}
.recruitment .aco .aco-block .aco-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width:540px) {
  .recruitment .aco .aco-block .aco-content {
    gap: 15px;
  }
}
.recruitment .aco .content-q {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 17px 25px;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-q {
    padding: 15px;
  }
}
.recruitment .aco .content-q.q {
  position: relative;
}
.recruitment .aco .content-q.q::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-q.q::before {
    right: 25px;
  }
}
.recruitment .aco .content-q.q:hover {
  cursor: pointer;
}
.recruitment .aco .content-q.q.close::before {
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.7s;
}
.recruitment .aco .content-q .aco-content-right p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-q .aco-content-right p {
    font-size: 16px;
  }
}
.recruitment .aco .content-a {
  background: #FFFFFF;
  padding: 20px 25px;
  align-items: flex-start;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-a {
    padding: 15px;
  }
}
.recruitment .aco .content-a .aco-content-left p {
  font-size: 25px;
  font-family: "Staatliches", sans-serif;
  color: #023489;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-a .aco-content-left p {
    font-size: 27px;
  }
}
.recruitment .aco .content-a .aco-content-right p {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
@media screen and (max-width:540px) {
  .recruitment .aco .content-a .aco-content-right p {
    font-size: 16px;
  }
}
.recruitment .aco .qa-last {
  margin-bottom: 0;
}
.recruitment .aco .qa-middle {
  margin-top: 25px;
}
.recruitment p.cta-title {
  color: #023489;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruitment p.cta-title span {
  position: relative;
}
.recruitment p.cta-title span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #023489;
  border-radius: 20px;
  bottom: -1px;
  left: -10px;
  transform: rotate(-30deg);
}
.recruitment p.cta-title span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #023489;
  border-radius: 20px;
  bottom: -1px;
  right: -10px;
  transform: rotate(30deg);
}
.recruitment a.entry {
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(to right, #1A1D7F, #00A1E9);
  text-align: center;
  padding: 23px 0;
  font-size: 20px;
}
@media screen and (max-width:540px) {
  .recruitment a.entry {
    width: 100%;
  }
}
.recruitment a.entry:hover {
  background: white;
  color: #023489;
  border: 3px solid #0D61B5;
}

/*===============
  お問い合わせ
==================*/
.contact .main-visual {
  height: 33.5vw;
  background-image: url(../img/contact-h1bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width:540px) {
  .contact .main-visual {
    height: 68.5vw;
  }
}
.contact .main-visual h1 {
  font-size: 8vw;
  line-height: 0.9;
  margin: auto 0 -1vw auto;
  text-shadow: none;
  font-family: "Staatliches", sans-serif;
}
.contact .main-visual h1 .font-sm {
  font-size: 2vw;
}
@media screen and (max-width:768px) {
  .contact .main-visual h1 {
    font-size: 120px;
    margin-bottom: -2vw;
  }
  .contact .main-visual h1 .font-sm {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .contact .main-visual h1 {
    font-size: 70px;
    margin-bottom: -2.3vw;
  }
  .contact .main-visual h1 .font-sm {
    font-size: 14px;
  }
}
.contact .main-visual.confirm {
  height: auto;
  padding: 170px 0 80px;
}
@media screen and (max-width:540px) {
  .contact .main-visual.confirm {
    padding: 120px 0 50px;
  }
}
.contact .main-visual.confirm h1 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  .contact .main-visual.confirm h1 {
    font-size: 25px;
  }
}
.contact h2.section-title {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 14px;
  border-bottom: 5px solid #023489;
  margin-bottom: 50px;
}
.contact h2.section-title.second {
  margin-top: 50px;
}
@media screen and (max-width:320px) {
  .contact h2.section-title {
    font-size: 20px;
    border-bottom: 2px solid #023489;
    margin-bottom: 40px;
  }
}
.contact .form-group {
  margin-bottom: 30px;
}
.contact .form-group .inner-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.contact .form-group .inner-wrapper.contact-content {
  align-items: flex-start;
}
.contact .form-group .inner-wrapper.radio {
  justify-content: flex-start;
  gap: 70px;
}
@media screen and (max-width:540px) {
  .contact .form-group .inner-wrapper.radio {
    gap: 20px;
  }
}
@media screen and (max-width:540px) {
  .contact .form-group .inner-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.contact .form-group .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .contact .form-group .label-wrapper {
    min-width: 200px;
  }
}
.contact .form-group .label-wrapper label {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width:320px) {
  .contact .form-group .label-wrapper label {
    font-size: 16px;
  }
}
.contact .form-group .label-wrapper .required-badge {
  background-color: #000000;
  color: #ffffff;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.contact .form-group input[type=text],
.contact .form-group input[type=email],
.contact .form-group select, .contact .form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contact .form-group input[type=text],
  .contact .form-group input[type=email],
  .contact .form-group select, .contact .form-group textarea {
    max-width: 438px;
  }
}
.contact .form-group input[type=text]::-moz-placeholder, .contact .form-group input[type=email]::-moz-placeholder, .contact .form-group select::-moz-placeholder, .contact .form-group textarea::-moz-placeholder {
  color: #c9c9c9;
}
.contact .form-group input[type=text]::placeholder,
.contact .form-group input[type=email]::placeholder,
.contact .form-group select::placeholder, .contact .form-group textarea::placeholder {
  color: #c9c9c9;
}
.contact .form-group select {
  height: 41px;
  cursor: pointer;
}
.contact .form-group textarea {
  height: 154px;
  resize: none;
}
.contact .form-group .radio-group {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width:320px) {
  .contact .form-group .radio-group {
    gap: 15px 40px;
  }
}
.contact .form-group .radio-group .radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact .form-group .radio-group .radio-item input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.contact .form-group .radio-group .radio-item label {
  font-weight: normal;
  cursor: pointer;
}
.contact .form-group .time-selector {
  display: flex;
  align-items: center;
  gap: 9px;
}
.contact .form-group .time-selector .time-select {
  width: 201px;
  height: 41px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width:540px) {
  .contact .form-group .time-selector .time-select {
    width: 150px;
  }
}
@media screen and (max-width:320px) {
  .contact .form-group .time-selector .time-select {
    width: 120px;
  }
}
.contact .submit-button {
  width: 100%;
  max-width: 500px;
  height: 70px;
  background: linear-gradient(90deg, rgb(26, 29, 127) 0%, rgb(0, 161, 233) 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: block;
  margin: 60px auto 0;
}
.contact .submit-button:hover {
  opacity: 0.9;
}
.contact .error {
  color: #e74c3c;
  font-size: 14px;
  text-align: right;
}
.contact .error input, .contact .error textarea {
  border: 2px solid #e74c3c;
}
.contact .error-messages {
  background-color: #fff5f5;
  border: 1px solid #fed7d7;
  color: #e53e3e;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.contact .error-messages p {
  margin: 5px 0;
}
.contact .confirm-container p {
  text-align: center;
  margin-bottom: 50px;
}
.contact .confirm-container .confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contact .confirm-container .confirm-table th, .contact .confirm-container .confirm-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.contact .confirm-container .confirm-table th {
  background-color: #f8f9fa;
  width: 30%;
  font-weight: bold;
}
.contact .confirm-container .confirm-table td {
  width: 70%;
}
.contact .confirm-container .button-group {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:540px) {
  .contact .confirm-container .button-group {
    gap: 0px;
  }
}
.contact .confirm-container .button-group .btn {
  display: inline-block;
  padding: 12px 30px;
  margin: 0 10px;
  border: none;
  border-radius: 100px;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:540px) {
  .contact .confirm-container .button-group .btn {
    padding: 10px 15px;
  }
}
.contact .confirm-container .button-group .btn:disabled {
  background-color: #bdc3c7;
  cursor: not-allowed;
}
.contact .confirm-container .button-group .btn.btn-primary {
  background: linear-gradient(90deg, rgb(26, 29, 127) 0%, rgb(0, 161, 233) 100%);
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 12px 50px;
  opacity: 1;
}
.contact .confirm-container .button-group .btn.btn-primary:hover {
  opacity: 0.8;
}
@media screen and (max-width:540px) {
  .contact .confirm-container .button-group .btn.btn-primary {
    padding: 10px 38px;
  }
}
@media screen and (max-width:540px) {
  .contact .confirm-container .button-group .btn.btn-primary {
    font-size: 16px;
    padding: 10px 28px;
  }
}
.contact .confirm-container .button-group .btn.btn-secondary {
  background-color: #6c757d;
  color: white;
  font-size: 16px;
  padding-top: 14px;
}
.contact .confirm-container .button-group .btn.btn-secondary:hover {
  background-color: #545b62;
}
@media screen and (max-width:540px) {
  .contact .confirm-container .button-group .btn.btn-secondary {
    font-size: 14px;
  }
}
.contact .thanks-container {
  max-width: 630px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .contact .thanks-container {
    width: 90%;
  }
}
.contact .thanks-container .thanks-message {
  line-height: 1.8;
  margin-bottom: 50px;
}
.contact .thanks-container .thanks-message p {
  font-size: 15px;
}
.contact .thanks-container .btn-home {
  display: block;
  padding: 12px 30px;
  background-color: #013489;
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-size: 16px;
  transition: background-color 0.3s;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:540px) {
  .contact .thanks-container .btn-home {
    width: 80%;
  }
}
.contact .thanks-container .btn-home:hover {
  background-color: #093e99;
  color: white;
  text-decoration: none;
}
.contact .error-container {
  text-align: center;
  max-width: 600px;
  margin: 170px auto 50px;
  padding: 40px 20px;
  background-color: #fff5f5;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #fed7d7;
}
@media screen and (max-width:540px) {
  .contact .error-container {
    width: 90%;
    margin-top: 120px;
  }
}
.contact .error-container .error-title {
  color: #e53e3e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact .error-container .error-message {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333;
}
.contact .error-container .btn-group {
  margin-top: 30px;
}
.contact .error-container .btn-group .btn {
  display: inline-block;
  padding: 12px 30px;
  margin: 0 10px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s;
}
@media screen and (max-width:540px) {
  .contact .error-container .btn-group .btn {
    display: block;
  }
}
.contact .error-container .btn-group .btn.btn-retry {
  background-color: #013489;
  color: white;
}
.contact .error-container .btn-group .btn.btn-retry:hover {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
}
@media screen and (max-width:540px) {
  .contact .error-container .btn-group .btn.btn-retry {
    margin-bottom: 10px;
  }
}
.contact .error-container .btn-group .btn.btn-home {
  background-color: #6c757d;
  color: white;
}
.contact .error-container .btn-group .btn.btn-home:hover {
  background-color: #545b62;
  color: white;
  text-decoration: none;
}

.privacy-policy .maintitle {
  padding: 170px 0 80px;
  background-color: #013489;
}
@media screen and (max-width:540px) {
  .privacy-policy .maintitle {
    padding: 120px 0 40px;
  }
}
.privacy-policy .maintitle h1 {
  text-align: center;
  color: white;
  font-size: 30px;
}
@media screen and (max-width:540px) {
  .privacy-policy .maintitle h1 {
    font-size: 23px;
  }
}
.privacy-policy p.intro {
  color: #666666;
  margin-bottom: 20px;
}
.privacy-policy p.content-item {
  color: #666666;
  margin-top: 20px;
}
.privacy-policy .section {
  margin-top: 40px;
}
.privacy-policy .section .section-header {
  position: relative;
  padding-left: 24px;
  padding-bottom: 13px;
  border-bottom: 3px solid #023489;
  border-left: 4px solid #023489;
}
.privacy-policy .section .section-header::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 4px;
  width: 60px;
  height: 3px;
  background-color: #023489;
}
.privacy-policy .section .section-header h2.section-title {
  color: #023489;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width:540px) {
  .privacy-policy .section .section-header h2.section-title {
    font-size: 20px;
  }
}
.privacy-policy .section ol.content-list {
  color: #666666;
  margin-top: 20px;
  padding-left: 20px;
}
.privacy-policy .section ol.content-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  .privacy-policy .section ol.content-list li {
    font-size: 14px;
  }
}

.sitemap {
  background-color: #f4f7fe;
}
.sitemap .maintitle {
  padding: 170px 0 80px;
  background-color: #013489;
}
@media screen and (max-width:540px) {
  .sitemap .maintitle {
    padding: 120px 0 40px;
  }
}
.sitemap .maintitle h1 {
  text-align: center;
  color: white;
  font-size: 30px;
}
@media screen and (max-width:540px) {
  .sitemap .maintitle h1 {
    font-size: 23px;
  }
}
.sitemap h2 {
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .sitemap h2 {
    margin-bottom: 20px;
  }
}
.sitemap .line {
  width: 100%;
  height: 1px;
  background-color: #023489;
  margin: 50px auto;
}
@media screen and (max-width:540px) {
  .sitemap .line {
    margin: 35px auto;
  }
}
.sitemap a {
  color: #023489;
  padding-right: 20px;
}/*# sourceMappingURL=style.css.map */