@charset "utf-8";

/* ---------------------共通部分--------------------- */
html{
    scroll-behavior: smooth;
}

html.noscroll {
  scroll-behavior: auto !important; 
}

#statement,
#training,
#flow, 
#job,
#form,
#about {
    scroll-margin-top: 5.5vw; 
}

img {
    height: auto;
}
/* ----------------------header--------------------- */
header {
    width: 100%;
    height: 5.5vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header_box {
    width: 90%;
    height: 5.5vw;
    margin: 0 auto;
    display: flex;
}

.header_left {
    width: 33%;
    margin: auto;
}

.header_left img {
    width: 30%;
    height: auto;
}

ul.header_right {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: end;
}

ul.header_right li {
    list-style: none;
    margin-right: 2vw;
}

ul.header_right li a {
    font-size: clamp(6px, 1.2vw, 30px);
    line-height: clamp(6px, 2.4vw, 60px);
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-style: normal;
    color: #7d003d;
    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%;
}

#mv picture {
    width: 100%;
    height: auto;
    padding-top: 5.5vw;
}

#mv img {
    width: 100%;
    height: auto;
}

/* ---------------------statement----------------------- */
#statement {
    width: 100%;
    background: linear-gradient(to bottom,#e6b4c6 0%,#c5638b 20%,#a1104f 50%,#93003c 70%);
    color: white;
}

.s_flex {
    width: clamp(200px, 70%, 1200px);
    display: flex;
    flex-wrap: wrap;
    margin: 2vw auto 0;
    padding: 3vw 0;
}

.s_flex_left {
    width: 45%;
    margin: 1vw;
}

img.s00 {
    width: 50%;
    height: auto;
}

.s_flex_left h2 {
    font-size: clamp(6px, 1.8vw, 30px);
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
    margin-bottom: 3vw;
}

.s_flex_left p {
    font-size: clamp(6px, 1.1vw, 18px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: clamp(12px, 2.2vw, 40px);
}

.s_flex_right {
    position: relative;
    left: 3vw;
    width: 45%;
    padding: 5vw 1vw 1vw;
}

.button {
    width: clamp(200px, 25%, 500px);
}

.button img {
    width: 100%;
}

img.s01 {
    position: relative;
    left: 8vw;
    width: 80%;
    height: auto;
    margin: 2vw;
}

img.s02 {
    width: 70%;
    height: auto;
    margin: 4vw 0vw;
}

img.s03 {
    position: relative;
    left: 2vw;
    width: 90%;
    height: auto;
    margin: 4vw 2vw 2vw;
}
/* ---------------------training----------------------- */
#training {
    width: 100%;
    background-color: #f9f0dd;
    padding: 6vw 0;
}

.title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.title p {
    position: relative;
    top: .5vw;
    font-size: clamp(6px, 1.2vw, 18px);
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
    letter-spacing: 1px;
    color: #6c6157;
}

.title h2 {
    font-size: clamp(6px, 3.3vw, 44px);
    font-family: "baskerville-display-pt", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    color: #7d003d;
}

picture.t01 {
    width: clamp(200px, 60%, 1000px);
    height: auto;
    margin: 4vw auto;
}

.t_flex {
    width: clamp(200px, 70%, 1200px);
    display: flex;
    margin: 2vw auto 0;
    padding: 3vw 0;
}

picture.t02,
picture.t03 {
    width: 45%;
    margin: 1vw;
}
/* ---------------------flow----------------------- */
#flow {
    width: 100%;
    background-color: #d9d1c1;
}

picture.f01 {
    width: clamp(200px, 65%, 1100px);
    margin: 0 auto;
    padding: 8vw 0;
}

#flow .title p {
    color: #7d003d;
}

picture.f02 {
    width: clamp(200px, 65%, 1200px);
    margin: 0 auto;
    padding: 2vw;
}

#flow .button {
    width: clamp(200px, 25%, 500px);
    margin: 0 auto;
    padding: 3vw 0 8vw;
}

#flow .button img {
    width: 100%;
}
/* ---------------------job----------------------- */
#job {
    width: 100%;
    background-color: #7d003d;
    padding: 8vw 0;
}

#job .title p {
    color: #fff;
}

#job .title h2 {
    color: #fff;
    padding-bottom: 4vw;
}

.job-box {
  background: white;
  border-radius: 12px;
  padding: clamp(16px, 5vw, 40px);
  width: clamp(280px, 65%, 1000px);
  margin-inline: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.job-box dl {
  margin: 0;
  padding: 0;
}

.job-box .row {
  display: flex;
  flex-wrap: wrap;
  padding-block: clamp(8px, 2vw, 20px);
  border-bottom: 1px solid #ddd;
}

.job-box .row:last-child {
  border-bottom: none;
}

.job-box dt {
  width: clamp(80px, 25%, 140px);
  font-size: clamp(6px, 1.2vw, 18px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  color: #6c6157;
  margin: 0;
}

.job-box dd {
  margin: 0;
  flex: 1;
  font-size: clamp(6px, 1.2vw, 18px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #444;
  line-height: 1.6;
}
/* ---------------------form----------------------- */
#form {
    width: 100%;
    padding: 8vw 0;
}

.f_text {
    width: clamp(200px, 65%, 1000px);
    font-size: clamp(6px, 1.2vw, 18px);
    line-height: clamp(12px, 2.4vw, 38px);
    font-family: 'Noto Sans JP', sans-serif;
    text-align: justify;
    color: #3c3c3c;
    margin: 2vw auto;
}

.form-box {
    width: clamp(200px, 65%, 1000px);
    margin: 4vw auto;
}

label {
  height: clamp(12px, 3vw, 40px);
  margin-top: 0vw;
  align-items: center;
}

span.required {
    font-size: clamp(6px, 1vw, 16px);
    color: #fff;
    background-color: #7d003d;
    padding: .2vw 1vw;
    margin-right: 1vw;
    border-radius: .5vw;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.custom-radio {
  height: clamp(12px, 3vw, 32px);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: clamp(6px, 1vw, 16px);
  user-select: none;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.radio-mark {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: clamp(1px, .25vw, .3vw);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked + .radio-mark {
  border-color: #7d003d;
}

.custom-radio input[type="radio"]:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #7d003d;
  border-radius: 50%;
}

.form-group {
    margin-top: 2vw;
}

.form-group label {
  display: block;
}

.privacy-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2vw 3vw;
  margin: 2vw auto;
  background: #fdfdfd;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

.privacy-scroll {
  max-height: 200px;
  overflow-y: auto;
  padding: 2vw;
  margin: 2vw auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.7vw;
  color: #333;
}

.privacy-scroll h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}


.privacy-scroll p {
  margin: 0 0 1em;
}

.privacy-scroll .policy-date {
  text-align: right;
  font-size: 0.8rem;
  color: #777;
}

input[type="checkbox"] {
  accent-color: #7d003d;
}

.privacy-agree {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(6px, 1.2vw, 18px);
  color: #7d003d;
}


.form-submit {
  text-align: center;
}

.submit-image {
  width: 33%;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 3vw auto;
  display: block;
  cursor: pointer;
}
/* ---------------------about----------------------- */
#about {
    width: 100%;
    background-color: #f9f0dd;
    padding: 8vw 0;
}

.top_message {
    width: clamp(200px, 65%, 1200px);
    margin: 3vw auto 2vw;
    padding-bottom: 3vw;
    display: flex;
    border-bottom: 1px dotted #8b7e6f;
}

.top_message picture {
    width: 50%;
    height: 50%;
}

.about_box {
    width: 50%;
    padding-left: 2vw;
    text-align: justify;
}

p.subtitle {
    font-size: clamp(6px, 1vw, 16px);
    color: #7d003d;
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    padding: 1vw 0;
}

p.job_title {
    font-size: clamp(6px, 1vw, 16px);
    color: #393939;
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: .4vw;
}

.about_box h3,
.message_box h3 {
    font-size: clamp(6px, 1.7vw, 22px);
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
    color: #7d003d;
    letter-spacing: 1px;
    margin-bottom: 1vw;
}

.about_box h3 span,
.message_box h3 span {
    font-size: clamp(6px, 1.1vw, 16px);
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.5px;
    padding: 0 1vw;
}

.about_inner {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
}

.about_inner h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .6vw .7vw;
  font-size: clamp(6px, 1vw, 20px);
  line-height: 1.5;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #7d003d;
  letter-spacing: 1px;
  border: 1px solid #7d003d;
}

.about_innerbox {
    align-items: center;
}

p.career {
    font-size: clamp(6px, 1vw, 20px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3c3c3c;
    text-align: justify;
    margin-left: 1vw;
}

p.coo_message {
    font-size: clamp(6px, 1vw, 20px);
    line-height: clamp(12px, 2vw, 40px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #3c3c3c;
}

.message_box {
    width: clamp(200px, 65%, 1200px);
    margin: 3vw auto 2vw;
    padding-bottom: 3vw;
    display: flex;
    border-bottom: 1px dotted #8b7e6f;
}

p.message_text {
    width: 60%;
    font-size: clamp(6px, 1vw, 20px);
    line-height: clamp(12px, 2vw, 40px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #3c3c3c;
}

.message_flex {
    width: 40%;
}

.message_inner {
    display: flex;
    align-items: center;
}

.top_button {
    width: 6%;
    margin: 20vw auto 2vw;
}

.top_button img {
    width: 100%;
    height: auto;
}
/* ---------------------follow---------------------- */
.follow-banner {
  position: fixed;
  width: 10%;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* モバイルで一旦非表示 */
@media screen and (max-width: 768px) {
  .follow-banner {
    opacity: 0;
    pointer-events: none;
  }

  .follow-banner.show {
    opacity: 1;
    pointer-events: auto;
  }
}

.follow-banner img {
  width: clamp(150px, 100%, 240px);
  height: auto;
}

/* ---------------------footer----------------------- */
footer {
    width: 100%;
    background-color: #7d003d;
    padding: 4vw 0 0;
}

.menu_flex {
    width: clamp(200px, 65%, 1200px);
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

.m_leftbox {
    width: 50%;
}

.m_leftbox img {
    width: 50%;
}

p.address {
    font-size: clamp(6px, 1vw, 20px);
    line-height: clamp(12px, 2vw, 40px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 4vw 0 2vw;
}

.m_rightbox {
    margin-top: 9vw;
    width: 20%;
    margin-left: 30%;
}

ul {
    padding-left: 0;
    list-style: none;
}

li a {
    font-size: clamp(6px, 1.2vw, 30px);
    line-height: clamp(12px, 2.4vw, 60px);
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}

.headline-box {
  width: clamp(200px, 65%, 1200px);
  background-color: #7d003d;
  display: flex;
  align-items: center;
  padding: 1vw 0 4vw;
  margin: -2vw auto 0;
  gap: 1.5em;
}

.headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(6px, .9vw, 16px);
  font-weight: 400;
  margin: 0;
}

.headline a {
  color: #fff;
  text-decoration: none;
}

.line {
  display: block;
  width: 1px;
  height: clamp(6px, 1vw, 20px);
  background-color: #fff;
}

.copyright {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(6px, 1vw, 20px);
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: .7vw 0;
  color: #7d003d;
  background-color: #fff;
}


/* ---------------------none----------------------- */
@media (min-width: 500px) {
.drawer__button,
.drawer__nav,
br.pc_none {
    display: none;
}

}

/* --------------------------------------------------------Mobile------------------------------------------------------- */
@media (max-width: 500px) {

#statement,
#training,
#flow, 
#job,
#form,
#about {
    scroll-margin-top: 16vw; 
}

header {
    width: 100%;
    height: 16vw;
    background-color: rgba(0, 0, 0, 0);
}

header.scrolled {
  background-color: #fff; 
  transition: .3s;
}

li.header_pc_list {
    display: none;
}

.header_box {
    width: 90%;
    height: 16vw;
    z-index: 30;
}

.header_left {
    width: 30%;
    margin: auto 0;
}

.header_left img {
    width: 100%;
}

ul.header_right {
    width: 90%;
    margin: auto;
}

ul.header_right li a {
    color: #fff;
}

.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: #7d003d;
    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);
    background-color: #fff;
}

.drawer__button.active > span:nth-child(2) {
    opacity: 0;
}

.drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
        background-color: #fff;
}

.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: 80%;
    height: 100%;
    display: flex;
    background-color: #7d003d;
    padding: 10vw 4vw 4vw;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(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: translateX(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: 5vw;
    letter-spacing: 1px;
    line-height: 10vw;
}

.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;
}
  
.menu_cta {
    width: 90%;
    margin: 4vw auto 2vw;
}

.menu_cta a {
    border: none;
}


.menu_cta img {
    width: 100%;
}

body.active {
    height: 100%;
    overflow: hidden;
}
/* ----------------------mv--------------------- */
#mv picture {
    padding-top: 0;
}


#mv img {
    width: 100%;
    height: auto;
}
/* ---------------------statement----------------------- */
#statement {
    background: linear-gradient(to bottom,#e6b4c6 0%,#c5638b 20%,#a1104f 50%,#93003c 70%);
}

.s_flex {
    width: 100%;
    flex-direction: column;
}

.s_flex_left {
    width: 95%;
    margin:0 0 0 5%;
}

img.s00 {
    margin-left: 45%;
    width: 55%;
}

.s_flex_left h2 {
    font-size: 7vw;
    margin-bottom: 6vw;
}

.s_flex_left p {
    font-size: 3.5vw;
    line-height: 8vw;
}

.s_flex_right {
    left: 0;
    width: 100%;
    padding: 10vw 0 1vw;
}

.button {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 16vw;
}

.button img {
    width: 100%;
}

img.s01 {
    position: relative;
    left: 10%;
    width: 90%;
    height: auto;
    margin: 0;
}

img.s02 {
    width: 85%;
    height: auto;
    margin: 16vw 0;
}

img.s03 {
    position: relative;
    left: 6%;
    width: 94%;
    height: auto;
    margin: 16vw 0;
}
/* ---------------------training----------------------- */
#training {
    width: 100%;
    padding: 16vw 0;
}

.title {
    width: 90%;
    text-align: justify;
    margin-bottom: 10vw;
}

.title p {
    top: 3vw;
    font-size: 5vw;
}

.title h2 {
    font-size: 12vw;
}

picture.t01 {
    width: 90%;
}

.t_flex {
    width: 100%;
    flex-direction: column;
    padding: 0;
}

picture.t02,
picture.t03 {
    width: 100%;
    margin: 0;
}
/* ---------------------flow----------------------- */
#flow {
    padding: 16vw 0;
}

picture.f01 {
    width: 100%;
    margin: 0 0 16vw;
    padding: 0;
}

picture.f02 {
    width: 100%;
    margin: 0 auto;
    padding: 2vw;
}

#flow .button {
    width: 70%;
    margin: 0 auto;
    padding: 6vw 0 8vw;
}
/* ---------------------job----------------------- */
#job {
    padding: 16vw 0;
}

#job .title {
    margin-bottom: 5vw;
}

#job .title h2 {
  padding-bottom: 4vw;
}

.job-box {
  border-radius: 12px;
  padding: 4vw 6vw;
  width: 90%;
}

.job-box .row {
  padding-block: 6vw;
}

.job-box dt {
  font-size: 3.8vw;
}

.job-box dd {
  font-size: 3.8vw;
}
/* ---------------------form----------------------- */
#form {
    width: 100%;
    padding: 16vw 0;
}

#form .title {
    margin-bottom: 2vw;
}

.f_text {
    width: 90%;
    font-size: 4vw;
    line-height: 7vw;
    margin: 2vw auto 12vw;
}

.form-box {
    width: 90%;
    margin: 4vw auto;
}

label {
  min-height: 7vw;
  margin-top: 0vw;
}

span.required {
    font-size: 3vw;
    padding: .4vw 2vw;
    margin-right: 2vw;
    border-radius: 1vw;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 14px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
}

.custom-radio {
  display: flex;
  align-items: center;
  font-size: 4vw;
  margin-top: 2vw;
}

.custom-radio input[type="radio"] {
  width: 5vw;
  height: 5vw;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 2;
}

span.radio-mark {
  position: relative;
  top: 1vw;
  width: 5vw;
  height: 5vw;
  margin-right: 2vw;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}

.custom-radio input[type="radio"]:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5vw;
  height: 3.5vw;
  background-color: #7d003d;
  border-radius: 50%;
  transform: translate(-50%, -50%); 
}


.form-group {
    margin-top: 6vw;
}

.privacy-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2vw 3vw;
  margin: 2vw auto;
  background: #fdfdfd;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

.privacy-scroll {
  overflow-y: auto;
  padding: 2vw;
  margin: 2vw auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #333;
}

.privacy-scroll h3 {
  margin: 4vw 0;
}

input[type="checkbox"] {
    width: 5vw;
    height: 5vw;
}

.privacy-agree {
  gap: 1em;
  font-size: 4vw;
  margin-top: 5vw;
}

.submit-image {
  width: 70%;
  margin: 10vw auto 6vw;
}
/* ---------------------about----------------------- */
#about {
    padding: 16vw 0;
}

.top_message {
    width: 90%;
    flex-direction: column;
    padding-bottom: 9vw;
}

.top_message picture {
    width: 100%;
    height: auto;
    margin-top: 6vw;
}

.about_box {
    width: 100%;
    padding-left: 0;
    margin-top: -5vw;
}

p.subtitle {
    position: relative;
    top: -113vw;
    font-size: 5vw;
}

p.job_title {
    font-size: 5vw;;
    padding-bottom: 2vw;
}

.about_box h3,
.message_box h3 {
    font-size: 6vw;
    line-height: 6.2vw;
    letter-spacing: 1px;
    margin: 1vw 0 6vw;
}

.about_box h3 span,
.message_box h3 span {
    font-size: 4vw;
    padding: 0 1vw;
}

.about_inner h4 {
  padding: 2.2vw 4vw;
  font-size: 4vw;
}

p.career {
    font-size: 4vw;
    margin-left: 3vw;
}

p.coo_message {
    font-size: 4vw;
    line-height: 8vw;
    margin: 3vw 0;
}

.message_box {
    width: 90%;
    margin: 3vw auto 2vw;
    padding: 9vw 0;
    flex-direction: column;
}

p.message_text {
    width: 100%;
    font-size: 4vw;
    line-height: 8vw;
}

.message_flex {
    width: 100%;
}

.message_inner {
    flex-direction: column;
}

.top_button {
    width: 20%;
    margin: 45vw auto 2vw;
}

.top_button img {
    width: 100%;
    height: auto;
}
/* ---------------------follow---------------------- */
.follow-banner {
  width: 30%;
  right: 10px;
  bottom: 10px;
}

/* ---------------------footer----------------------- */
footer {
    padding: 16vw 0 0;
}

.menu_flex {
    width: 90%;
    display: flex;
    flex-direction: column;
}

.m_leftbox {
    width: 100%;
}

.m_leftbox img {
    width: 65%;
    margin: 0 auto;
}

p.address {
    font-size: 4vw;
    text-decoration: none;
    line-height: 8vw;
    margin: 12vw 0;
}

p.address a {
    color: #fff;
    text-decoration: none;
}

.m_rightbox {
    margin-top: 9vw;
    width: 100%;
    margin-left: 0%;
}

ul {
    padding-left: 0;
    list-style: none;
}

li a {
    font-size: 5.5vw;
    line-height: 11vw;
}

.headline-box {
  width: 90%;
  background-color: #7d003d;
  display: flex;
  align-items: center;
  padding: 1vw 0 4vw;
  margin: 7vw auto 3vw;
  gap: 1.5em;
}

.headline {
  font-size: 4vw;
  margin: 0;
}

.line {
  width: 1px;
  height: 4vw;
}

.copyright {
  font-size: 3.3vw;
  padding: .7vw 0;
}

}