@charset "utf-8";

/* ---------------------共通部分--------------------- */
html{
    scroll-behavior: smooth;
}

img {
    height: auto;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

h2 {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#service,
#mission,
#company {
    scroll-margin-top: 5.5vw; 
}
/* ----------------------header--------------------- */
header {
    width: 100%;
    height: 5.5vw;
    background-color: #fff;
    position: fixed;
    z-index: 10;
}

.header_box {
    width: 94%;
    height: 5.5vw;
    margin: 0 auto;
    display: flex;
}

.header_left {
    width: 33%;
    margin: auto;
}

.header_left img {
    width: 50%;
    height: auto;
}

ul.header_right {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: end;
    font-size: clamp(6px, 1.2vw, 24px);
    line-height: clamp(6px, 2.4vw, 48px);
}

ul.header_right li {
    list-style: none;
    margin-right: 2vw;
}

ul.header_right li a {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2f4b7b;
    text-decoration: none;
    transition: .7s;
}

ul.header_right li a:hover {
    opacity: .4;
}

.header_cta {
    font-size: 1vw;
    line-height: 2.8vw;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}
/* ----------------------mv--------------------- */
#mv {
    width: 100%;
    padding-top: 5.5vw;
}

#mv img {
    width: 100%;
    height: auto;
}
/* ----------------------mission--------------------- */
#mission {
    width: clamp(200px, 70%, 1200px);
    margin: 8vw auto;
    display: flex;
    justify-content: center;
}

.mission_leftbox {
    width: clamp(200px, 62%, 850px);
}

.heading {
  position: relative;
  display: inline-block; 
  font-size: clamp(10px, 2vw, 2.1vw);
  letter-spacing: 2px;
  color: #425f88;
  margin-bottom: 3vw;
}

.heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1vw; 
  width: 40%; 
  height: 1.5px;
  background-color: #425f88; 
}

#mission h3 {
    font-size: clamp(14px, 3.45vw, 64px);
    letter-spacing: 2px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #b70036;
    margin-bottom: .2vw;
}

p.m_text {
    font-size: clamp(6px, 1.1vw, 24px);
    line-height: clamp(12px, 2vw, 48px);
    color: #363636;
    letter-spacing: 1px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: justify;
    margin-bottom: 3vw;
}

.m_box {
    display: flex;
    flex-wrap: wrap;
}

.mission_rightbox {
    width: clamp(200px, 38%, 550px);
    margin-top: 6.5vw;
}

#mission h4 {
    width: 16%;
    font-size: clamp(6px, 1.4vw, 24px);
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1vw;
}

h4.logic {
    color: #83b4c9;
}

h4.idea {
    color: #bad6f3;
}

h4.passion {
    color: #3a6683;
}

p.m_box_text {
    width: 70%;
    position: relative;
    padding-left: 1.5vw;
    margin-bottom: 1vw;
    color: #363636;
    font-size: clamp(6px, 1.1vw, 24px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8; 
    display: inline-block;
}

p.m_box_text::before  {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.9em;
    background-color: #333;
}
/* ----------------------service--------------------- */
#service {
    width: 100%;
    padding: 8vw 0;
    background-color: #425f88;
}

.service_box {
    width: clamp(200px, 70%, 1200px);
    margin: 0 auto;
}

#service .heading {
  position: relative;
  display: inline-block; 
  font-size: clamp(10px, 2vw, 2.1vw);
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 3vw;
}

#service .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1vw; 
  width: 50%; 
  height: 1.5px;
  background-color: #fff; 
}

p.s_text {
    color: #fff;
    font-size: clamp(6px, 1.1vw, 23px);
    line-height: clamp(10px, 1.9vw, 40px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 4vw;
}

.point_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.point_box {
    width: clamp(40%, 47%, 48%);
    padding: 1vw;
    margin: 1%;
    border-radius: 1.5vw;
    background-color: #fff;
}

.point_box img {
    position: relative;
    left: 77%;
    width: 23%;
    height: auto;
}

.point_box h3 {
    font-size: clamp(10px, 1.8vw, 40px);
    color: #425f88;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.point_box h4 {
    font-size: clamp(6px, 1vw, 18px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 2vw;
}

.point_box h4.sales {
    color: #c34c6c;
}

.point_box h4.training {
    color: #5fa69b;
}

.point_box h4.auto {
    color: #eacb67;
}

.point_box h4 {
    color: #66a8de;
}

.point_box li {
    padding-left: 0;
    list-style: none;
    font-size: clamp(6px, 1vw, 18px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height:  clamp(10.8px, 1.7vw, 30.5px);
    color: #565656;
    letter-spacing: .5px;
}

.point_box li a {
    font-size: clamp(6px, 1vw, 18px);
    color: #565656;
    text-decoration: none;
    transition: .7s;
}

.point_box li a span {
    color: #87003c;
    border-bottom: 1px solid #87003c;
}

.point_box li a:hover {
    opacity: .4;
}
/* ----------------------company--------------------- */
#company {
    width: clamp(200px, 70%, 1200px);
    margin: 8vw auto;
}

#company .heading::after {
  width: 16%; 
}

.store-list {
    width: 100%;
}

#company h4 {
    font-size: clamp(6px, 1.1vw, 16px);
    padding: 0vw;
    text-align: left;
    font-weight: 400;
}

#company td {
	padding: 1vw 0;
    text-align: justify;
    line-height: clamp(10.8px, 1.8vw, 30px);
    border-bottom: 1px solid #e4e4e4;
    color: #363636;
    font-size: clamp(6px, 1vw, 17px);
    text-decoration: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#company th {
    padding: 1vw 0;
    text-align: left;
    line-height: clamp(10.8px, 1.8vw, 30px);
    vertical-align: top;
	letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    color: #363636;
    font-size: clamp(6px, 1vw, 17px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

span.space {
    padding-left: 2vw;
}

.c_flex {
    display: flex;
}

.c_flex li {
    letter-spacing: 0px;
}

li.slim {
    letter-spacing: -2.5px;
}

.c_left {
    width: 50%;
}

.c_right {
    width: 50%;
}

.top_button {
    width: 10%;
    height: auto;
    margin: 20vw auto 6vw;
}

.top_button img {
    width: 100%;
    height: auto;
}
/* ----------------------footer--------------------- */
footer {
    width: 100%;
    padding-bottom: 2vw;
    color: #fff;
    background-color: #2f4b7b;
}

footer a {
    font-size: clamp(6px, 1.6vw, 24px);
    color: #fff;
    text-decoration: none;
    transition: .7s;
}

footer a:hover {
    opacity: .4;
}

.footer_flex {
    width: clamp(200px, 70%, 1200px);
    display: flex;
    justify-content: flex-end;
    padding: 6vw 0 3vw;
    margin: 4vw auto 1vw;
    border-bottom: 1px solid #fff;
}

.f_left {
    width: 85%;
}

footer h2 {
    font-size: clamp(6px, 1.8vw, 30px);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 5vw;
}

footer h3 {
    font-size: clamp(6px, 1.6vw, 24px);
    line-height: clamp(12px, 3.6vw, 36px);
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: .5vw;
}

a.tel ,
footer p {
    font-size: clamp(6px, 1.6vw, 24px);
    line-height: clamp(12px, 3.6vw, 36px);
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.f_right {
    position: relative;
    width: 15%;
}

.f_right li {
    font-size: clamp(6px, 1.6vw, 24px);
    line-height: clamp(12px, 3.6vw, 55px);
    letter-spacing: 1.5px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.copyright {
    width: clamp(200px, 70%, 1200px);
    margin: 0 auto;
    font-size: clamp(6px, 1vw, 14px);
    text-align: right;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* ---------------------none----------------------- */
@media (min-width: 500px) {
br.pc_none {
    display: none;
}

.header_mobile_title {
    display: none;
}

.drawer__button,
.drawer__nav {
    display: none;
}
}

/* --------------------------------------------------------Mobile------------------------------------------------------- */
@media (max-width: 500px) {
#service,
#mission,
#company {
    scroll-margin-top: 14vw; 
}

header {
    width: 100%;
    height: 14vw;
}

.header_box {
    height: 14vw;
}

li.header_pc_list {
    display: none;
}

.header_box {
    width: 90%;
    z-index: 30;
}

.header_left {
    width: 10%;
    margin: auto 0;
}

.header_left img {
    width: 100%;
}

ul.header_right {
    width: 90%;
    margin: auto;
}

.drawer__button {
    position: relative;
    right: 2vw;
    width: 8vw;
    height: 6vw;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999; 
}

.drawer__button > span {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 6vw;
    height: 2px;
    background-color: #000c45;
    transform: translateX(-50%);
}

.drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
}

.drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
    opacity: 0;
}

.drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__nav {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.drawer__nav img {
    width: 30%;
    margin: 0 auto;
}

.drawer__nav.active {
    opacity: 1;
    visibility: visible;
}

.drawer__nav__inner {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 10vw 4vw 4vw;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.drawer_nav_inner_left {
    width: 100%;
    padding: 0 3vw;
}

.drawer_nav_inner_right {
    width: 100%;
}

.drawer__nav.active .drawer__nav__inner {
    transform: translateY(0);
}

.drawer__nav__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
}

ul.drawer__nav__menu li {
    width: 100%;
}

ul.drawer__nav__menu li a {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 8vw;
}

.drawer__nav__link {
    display: block;
    color: black;
    text-decoration: none;
    padding: 1rem 1rem;
    border-bottom: solid 1px lightgray;
}

.drawer__nav__link2 {
    width: 100%;
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    padding: 1rem 1rem;
    margin: 0 auto;
    border-bottom: solid 1px lightgray;
}
  
img.menu_logo {
    width: 50%;
    height: auto;
    margin: 5vw auto;
}

body.active {
    height: 100%;
    overflow: hidden;
}
/* ----------------------mv--------------------- */
#mv {
    width: 100%;
    padding-top: 14vw;
}

#mv img {
    width: 100%;
    height: auto;

}
/* ----------------------mission--------------------- */
#mission {
    width: 100%;
    margin: 32vw auto 40vw;
    flex-direction: column;
}

.mission_leftbox {
    width: 90%;
    margin: 0 auto;
}

.heading {
  font-size: 8vw;
  margin-bottom: 12vw;
}

.heading::after {
  bottom: -2vw; 
  width: 40%; 
  height: 3px;
}

#mission h3 {
    font-size: 10vw;
    margin-bottom: 3vw;
}

p.m_text {
    font-size: 4.4vw;
    line-height: 8.8vw;
}

br.mobile_none {
    display: none;
}

.m_box {
    position: relative;
    top: 105vw;
    display: flex;
    flex-wrap: wrap;
}

.mission_rightbox {
    position: relative;
    top: -64vw;
    width: 90%;
    margin: 6.5vw auto;
}

#mission h4 {
    width: 100%;
    font-size: 8.5vw;
    margin-bottom: 0;
}

p.m_box_text {
    width: 100%;
    padding-left: 3vw;
    font-size: 4.5vw;
    line-height: 4.5vw; 
    margin-bottom: 5vw;
}
/* ----------------------service--------------------- */
#service {
    padding: 32vw 0;
}

.service_box {
    width: 90%;
}

#service .heading {
  font-size: 8vw;
  margin-bottom: 12vw;
}

#service .heading::after {
  bottom: -2vw; 
  width: 40%; 
  height: 3px;
}

p.s_text {
    font-size: 4.4vw;
    line-height: 8.8vw;
    margin-bottom: 18vw;
}

.point_box {
    width: 100%;
    padding: 8vw 4vw;
    margin: 4vw auto;
    border-radius: 5vw;
}

.point_box img {
    position: relative;
    left: 55%;
    width: 40%;
    margin-bottom: 4vw;
}

.point_box h3 {
    font-size: 8vw;
}

.point_box h4 {
    font-size: 4vw;
    padding-bottom: 6vw;
}

.point_box li {
    font-size: 4vw;
    line-height: 7vw;
}

.point_box li a {
    font-size: 4.3vw;
}
/* ----------------------company--------------------- */
#company {
    width: 90%;
    margin: 32vw auto 25vw;
}

#company h4 {
    font-size: clamp(6px, 1.1vw, 16px);
    padding: 0vw;
    text-align: left;
    font-weight: 400;
}

#company td {
    width: 73%;
	padding: 4vw 0;
    border-bottom: 2px solid #e4e4e4;
    line-height: 8vw;
    font-size: 3.6vw;
}

#company th {
    width: 27%;
    padding: 4vw 0;
    border-bottom: 2px solid #e4e4e4;
    line-height: 8vw;
    font-size: 3.6vw;
}

span.space {
    padding-left: 0;
}


.c_flex {
    display: flex;
    flex-direction: column;
}

.c_flex li {
    letter-spacing: 0px;
}

li.slim {
    letter-spacing: -2.5px;
}

.c_left {
    width: 100%;
}

.c_right {
    width: 100%;
}

.top_button {
    width: 30%;
    height: auto;
    margin: 75vw auto 6vw;
}

.top_button img {
    width: 100%;
    height: auto;
}
/* ----------------------footer--------------------- */
footer {
    padding: 30vw 0 2vw;
}

.footer_flex {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6vw 0 3vw;
    margin: 4vw auto 1vw;
    border-bottom: 1px solid #fff;
}

.f_left {
    width: 100%;
}

footer h2 {
    font-size: 5.2vw;
    padding-bottom: 5vw;
}

footer h3 {
    font-size: 5vw;
    line-height: 9vw;
}

a.tel ,
footer p {
    font-size: 5vw;
    line-height: 9vw;
}

footer a {
    font-size: 5vw;
}

.f_right {
    width: 100%;
    padding: 25vw 0;
}

.f_right li {
    font-size: 5vw;
    letter-spacing: 1px;
    line-height: 10vw;
}

.copyright {
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
}
}