@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  min-width: 1500px;
  color: #231815;
  -webkit-text-size-adjust: none;
  position: relative;
  height: auto!important;
}

body.layer {
  overflow: hidden;
  height: 100%;
}

a, a img {
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:hover * {
  opacity: 0.75;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

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

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
}

/* 
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
} */

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    width: auto;
    margin: 0 20px;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */

header.slideUp {
  top: -111px;
}

header.slideDown {
  top: 0;
}

.header {
  padding: 20px 10%;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  left: 0;
  transition: .3s;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hader_logo_inner {
  display: flex;
  align-items: end;
  max-width: 453px;
  width: 100%;
}

.header_menu_inner.open {
  background: #fff;
}

.header_menu_inner.open span {
  background: #231815;
}

.header_logo {
  width: 52.53%;
  margin-right: 35px;
}

.header_logo a {
  display: block;
  width: 100%;
}

.header_site_name {
  width: 40%;
}

.header_menu_inner {
  cursor: pointer;
  background: #231815;
  width: 4.3%;
  height: auto;
  aspect-ratio: 1 /1;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  border: 2px solid #231815;
}

.header_menu_inner:hover {
  background: #fff;
}

.header_menu_inner:hover span {
  background: #231815;
}

.header_menu_inner span {
  width: 40.16%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.header_menu_inner span:nth-child(1) {
  top: 39.34%;
}

.header_menu_inner span:nth-child(2) {
  top: 55.866%;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 12px 7.2%;
  }
  .hader_logo_inner {
    max-width: 200px;
  }
  .header_logo {
    width: 51.5%;
    margin-right: 15px;
  }
  .header_menu_inner {
    width: 30px;
    height: 30px;
  }
  .header_menu_inner span {
    width: 11.75px;
    height: 1.4px;
  }
}

/* ------------------------------------------
  headerメニュー
------------------------------------------ */

.header_menu_container {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  position: fixed;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  background: #ff9600;
  z-index: 100;
  border-radius: 20px;
  /* opacity: 1;
  position: fixed;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  background: #ff9600;
  z-index: 100;
  border-radius: 20px; */
}

.header_menu_container.open {
  opacity: 1;
  pointer-events: all;
}

.close_area {
  cursor: pointer;
  position: relative;
  display: block;
  transition: .3s;
  z-index: 99;
  background-color: #ff9600;
}

.close_area * {
  transition: .3s;
}

.close_area.hover {
  background-color: #fff;
}

.close_txt {
  font-size: max(3vw, 30px);
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  cursor: pointer;
  color: #fff;
  text-align: left;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 32px;
  right: 50px;
}

.close_txt span {
  text-align: center;
  font-size: max(1vw, 16px);
  color: #fff;
  transition: .3s;
  margin-left: 20px;
}

.close_txt:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  transform: rotate(45deg);
  background: #fff;
  right: 0;
  top: 50%;
}

.close_txt:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  transform: rotate(-45deg);
  background: #fff;
  right: 0;
  top: 50%;
}

.close_area.hover .close_txt:before {
  background: #ff9600;
}

.close_area.hover .close_txt:after {
  background: #ff9600;
}

.header_menu_item_entryform {
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  display: block;
  transition: .3s;
  border-radius: 20px 20px 0 0;
  background-color: #ff9600;
}

.header_menu_item_entryform * {
  transition: .3s;
}

.header_menu_item_entryform:hover {
  background-color: #fff;
  opacity: 1;
}

.header_menu_item_entryform:hover * {
  opacity: 1;
}

.header_menu_item_entryform_text {
  font-size: max(3vw, 30px);
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  cursor: pointer;
  padding-right: 50px;
  color: #fff;
  text-align: left;
  display: block;
}

.header_menu_item_entryform_text span {
  text-align: center;
  font-size: max(1vw, 16px);
  color: #fff;
  transition: .3s;
  margin-left: 20px;
}

.header_menu_item_entryform:hover .header_menu_item_entryform_text {
  color: #ff9600;
}

.header_menu_item_entryform:hover .header_menu_item_entryform_text span {
  color: #ff9600;
}

.header_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.header_menu_item {
  width: 50%;
}

.header_menu_item a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border: 0.5px solid #fff;
  padding: 60px 0;
}

.header_menu_item:nth-child(1) a {
  border-radius: 0 0 0 0;
}

.header_menu_item:nth-child(2) a {
  border-radius: 0 0 0 0;
}

.header_menu_item:nth-child(3) a {
  border-radius: 0 0 0 20px;
}

.header_menu_item:nth-child(4) a {
  border-radius: 0 0 20px 0;
}

.header_menu_item a:hover {
  opacity: 1;
  background: #fff;
}

.header_menu_item a:hover .header_menu_item_main_txt {
  color: #ff9600;
}

.header_menu_item a:hover .header_menu_item_sub_txt {
  color: #ff9600;
}

.header_menu_item a:hover * {
  opacity: 1;
}

.header_menu_item_main_txt {
  text-align: center;
  font-size: max(3vw, 30px);
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  transition: .3s;
}

.header_menu_item_sub_txt {
  text-align: center;
  font-size: max(1vw, 16px);
  color: #fff;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .header_menu_container {
    max-width: calc(100% - 40px);
    border-radius: 20px;
  }
  .header_menu_container.open {
    opacity: 1;
    pointer-events: all;
  }
  .close_area {
    padding: 0;
    cursor: pointer;
    position: relative;
  }
  .close_txt {
    font-size: 24px;
    padding-right: 0;
    top: 22px;
    right: 30px;
  }
  .close_txt:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    transform: rotate(45deg);
    background: #fff;
    right: 0;
    top: 50%;
  }
  .close_txt:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    transform: rotate(-45deg);
    background: #fff;
    right: 0;
    top: 50%;
  }
  .header_menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .header_menu_item {
    width: 50%;
  }
  .header_menu_item a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    border: 0.5px solid #fff;
    padding: 30px 0;
  }
  .header_menu_item:nth-child(1) a {
    border-radius: 0 0 0 0;
  }
  .header_menu_item:nth-child(2) a {
    border-radius: 0 0 0 0;
  }
  .header_menu_item:nth-child(3) a {
    border-radius: 0 0 0 20px;
  }
  .header_menu_item:nth-child(4) a {
    border-radius: 0 0 20px 0;
  }
  .header_menu_item a:hover {
    opacity: 1;
    background: #fff;
  }
  .header_menu_item a:hover * {
    opacity: 1;
  }
  .header_menu_item_main_txt {
    text-align: center;
    font-size: max(3vw, 30px);
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .header_menu_item_sub_txt {
    text-align: center;
    font-size: max(1vw, 16px);
  }
}

/* ------------------------------------------
  mv 共通部分
------------------------------------------ */

.mv_pc {
  aspect-ratio: 2 / 1;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mv_bg_inner {
  position: relative;
}

.mv_bg {
  position: absolute;
  width: 85.333%;
  height: 82%;
  right: 0;
  top: 0;
  border-radius: 0 0 0 100px;
}

.mv_entry_inner {
  display: block;
  position: fixed;
  width: 11.77%;
  right: 2.63%;
  bottom: 5%;
  z-index: 2;
  transition: 0.4s;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
  z-index: 999;
}

@keyframes floating-y {
  100% {
    transform: translateY(15%);
  }
}

.mv_entry_inner:hover {
  opacity: 1;
}

.mv_entry_inner:hover * {
  opacity: 1;
}

.mv_entry {
  transition: 0.1s;
}

.mv_entry_inner:hover .mv_entry {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .mv_sp {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding-top: 68.8vw; */
  }
  .mv_txt_container {
    margin-left: 7.4666%;
  }
  .mv_bg {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-bottom: 44px;
  }
}

/* ------------------------------------------
  mv (TOP以外の共通部分)
------------------------------------------ */

.mv_person {
  position: absolute;
}

.mv_person2 {
  right: -3%;
  width: 75%;
  top: 2%;
}

.mv_person3 {
  right: -3%;
  width: 58.5%;
  top: 6%;
}

.mv_person4 {
  right: -3%;
  width: 70%;
  top: 1%;
}

.mv_person5 {
  right: -3%;
  width: 59%;
  top: 5%;
}

.mv_txt_container {
  position: absolute;
  left: 9.3%;
  top: 20%;
}

.mv_txt_main_inner p {
  font-size: max(5.6666vw, 65px);
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 140%;
}

.mv_txt_sub_job {
  font-size: 1.5vw;
  background: #fff;
  padding: 3px 15px;
  display: inline-block;
  text-align: center;
  font-family: "avenir", sans-serif;
  margin-bottom: 6%;
  margin-left: 6%;
}

.mv_txt_sub_name {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  color: #fff;
  font-size: 5vw;
  width: 50%;
  padding: 5px 10px;
  text-align: center;
  line-height: 100%;
}

.mv_under_inner {
  margin-left: 9.3%;
  margin-bottom: 57px;
  margin-top: -4%;
}

.mv_under_inner_main_txt {
  font-size: max(3.333vw, 50px);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.55;
  margin-bottom: 30px;
}

.mv_under_inner_sub_txt {
  font-size: max(1.0666vw, 16px);
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .mv_under_inner {
    margin-left: 0 !important;
    padding-left: 7.2%;
    padding-right: 5%;
  }
  .mv_under_inner_main_txt {
    font-size: max(5.6vw, 21px) !important;
    line-height: 1.6666;
    margin-bottom: 20px !important;
  }
  .mv_under_inner_sub_txt {
    font-size: max(3.466vw, 13px);
    line-height: 2.07;
  }
  .mv_person2 {
    width: 84%;
    right: -8%;
    top: 4%;
  }
  .mv_person3 {
    width: 67%;
    right: -8%;
    top: 8%;
  }
  .mv_person4 {
    width: 80%;
    right: -8%;
    top: 4%;
  }
  .mv_person5 {
    width: 67%;
    right: -8%;
    top: 6%;
  }
  .mv_txt_sub_name {
    /* font-size: 33px;
    width: 100%; */
    font-size: min(8.8vw, 33px);
    width: 100%;
  }
  .mv_txt_sub_name2 {
    width: 100%;
  }
  .mv_txt_sub_job {
    margin-left: 0;
    font-size: 11px;
  }
  .mv_txt_main_inner {
    position: absolute;
    left: 7.2%;
    top: 5%;
  }
  .mv_txt_main_inner p {
    font-size: 30px;
    margin-bottom: 0;
    font-size: max(8vw, 30px);
  }
  .mv_txt_sub_inner {
    position: absolute;
    left: 7.2%;
    top: 36%;
  }
}

/* ------------------------------------------
  interviewの共通部分
------------------------------------------ */

.top_interview {
  padding-bottom: 126px;
  position: relative;
  overflow: hidden;
  margin-top: -30px;
}

.top_interview_ob1 {
  position: absolute;
  width: 9.6%;
  left: 4%;
  top: 0;
  z-index: -1;
}

.top_interview_ob2 {
  position: absolute;
  width: 33.244%;
  right: -13.838%;
  top: 0;
}

.interview_list_container {
  aspect-ratio: 5 / 1.1;
  width: 100%;
  height: auto;
  position: relative;
}

.interview_list_container_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.interview_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.interview_list_item {
  display: flex;
  /* justify-content: space-between; */
}

.interview_list_item_img img {
  width: 100%;
}

.interview_list_item_img {
  display: block;
  transition: 0.4s;
}

.interview_list_item_img:hover {
  opacity: 1;
}

.interview_list_item_img:hover * {
  opacity: 1;
}

.interview_person_before {}

.interview_person_after {
  display: none;
}

.interview_list_item_img:hover .interview_person_before {
  display: none;
}

.interview_list_item_img:hover .interview_person_after {
  display: block;
}

.interview_list_item:nth-child(1) .interview_list_item_img .interview_person_before {
  position: absolute;
  left: 4%;
  top: -42.1925%;
  width: 9.4666%;
}

.interview_list_item:nth-child(1) .interview_list_item_img .interview_person_after {
  position: absolute;
  left: 2%;
  top: -46.1925%;
  width: 12.2%;
}

.interview_list_item:nth-child(1) .interview_list_item_txt {
  position: absolute;
  left: 13.7%;
  bottom: 16%;
}

.interview_list_item:nth-child(2) .interview_list_item_img .interview_person_before {
  position: absolute;
  left: 23.5%;
  top: -42.1925%;
  width: 14.8466%;
}

.interview_list_item:nth-child(2) .interview_list_item_img .interview_person_after {
  position: absolute;
  left: 24%;
  top: -51.1925%;
  width: 22%;
}

.interview_list_item:nth-child(2) .interview_list_item_txt {
  position: absolute;
  left: 37.5%;
  bottom: 37%;
}

.interview_list_item:nth-child(3) .interview_list_item_img .interview_person_before {
  position: absolute;
  left: 52.5%;
  top: -42.1925%;
  width: 8%;
}

.interview_list_item:nth-child(3) .interview_list_item_img .interview_person_after {
  position: absolute;
  left: 51.5%;
  top: -46.1925%;
  width: 13.5%;
}

.interview_list_item:nth-child(3) .interview_list_item_txt {
  position: absolute;
  left: 61%;
  bottom: 13%;
}

.interview_list_item:nth-child(4) .interview_list_item_img .interview_person_before {
  position: absolute;
  left: 74.5%;
  top: -48.1925%;
  width: 10%;
}

.interview_list_item:nth-child(4) .interview_list_item_img .interview_person_after {
  position: absolute;
  left: 72.5%;
  top: -47.1925%;
  width: 17%;
}

.interview_list_item:nth-child(4) .interview_list_item_txt {
  position: absolute;
  left: 84.5%;
  bottom: 44%;
}

.interview_list_item_name {
  font-size: 2.33333vw;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 13%;
  padding-bottom: 13%;
  line-height: 100%;
  position: relative;
}

.interview_list_item_name::after {
  position: absolute;
  content: "";
  background: #231815;
  height: 1.5px;
  width: 15%;
  left: 50%;
  bottom: 0;
  transform: translateX(-55%);
}

.interview_list_item_job {
  font-size: max(1vw, 15px);
  line-height: 100%;
  margin-bottom: 13%;
  text-align: center;
  font-weight: 700;
  font-family: "avenir", sans-serif;
}

.interview_list_item_comment {
  font-size: 0.9vw;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top_interview_ob1 {
    display: none;
  }
  .top_interview_ob2 {
    display: none;
  }
  .top_interview {
    padding-top: 30%;
    padding-bottom: 0;
  }
  .interview_list_container_sp {
    height: 100%;
  }
  .interview_list_container_sp_item {
    aspect-ratio: 1 / 0.3733333;
    position: relative;
    margin-bottom: 15%;
  }
  .interview_list_container_sp_item a {
    display: block;
  }
  .interview_list_container_sp_item .read_more_img {
    display: table;
    width: 23vw;
    margin-top: 6%;
  }
  .top_interview_bg_sp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .interview_person_sp {
    display: block;
  }
  .interview_person_sp img {
    width: 100%;
  }
  .interview_list_container_sp_item:nth-child(1) .interview_person_sp {
    position: absolute;
    width: 38.533%;
    left: 2.666%;
    bottom: -4.3px;
  }
  .interview_list_container_sp_item:nth-child(2) .interview_person_sp {
    position: absolute;
    width: 38.533%;
    right: 2.666%;
    bottom: -5px;
  }
  .interview_list_container_sp_item:nth-child(3) .interview_person_sp {
    position: absolute;
    width: 33.16266%;
    left: 2.666%;
    bottom: -4.3px;
  }
  .interview_list_container_sp_item:nth-child(4) .interview_person_sp {
    position: absolute;
    width: 38.1%;
    right: 2.666%;
    bottom: -5px;
  }
  .interview_list_item_txt {
    display: inline-block;
    position: absolute;
  }
  .interview_list_container_sp_item:nth-child(odd) .interview_list_item_txt {
    right: 13%;
    top: 8%;
  }
  .interview_list_container_sp_item:nth-child(even) .interview_list_item_txt {
    left: 15%;
    top: 8%;
  }
  .interview_list_item_name {
    font-size: 7.84vw;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 7%;
    text-align: left;
    margin-bottom: 5%;
  }
  .interview_list_item_name::after {
    content: none;
  }
  .interview_list_item_job {
    font-size: 3.36vw;
    margin-bottom: 0;
    margin-bottom: 3%;
    text-align: left;
    font-weight: 700;
  }
  .interview_list_item_comment {
    font-size: 3.2vw;
    line-height: 1.57;
    text-align: left;
    font-weight: 700;
  }
}

/* ------------------------------------------
  link_btn_container
------------------------------------------ */

.link_btn_container {
  max-width: 47.8%;
  width: 100%;
  margin: 0 auto 100px;
  padding-bottom: 20px;
}

.link_btn_container_inner {
  display: flex;
  justify-content: space-between;
}

.link_btn_container_inner_item {
  width: 47.6673%;
  aspect-ratio: 341 / 91.6;
  height: auto;
}

.link_btn_container_inner_item:nth-child(1) a {
  display: block;
  padding: 5% 0;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 200px;
}

.link_btn_container_inner_item:nth-child(2) a {
  display: block;
  padding: 5% 0;
  background: #ff9600;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 200px;
}

.link_btn_container_inner_item_sub_txt {
  font-size: 1vw;
  letter-spacing: 0.1em;
}

.link_btn_container_inner_item_main_txt {
  font-size: 1.6666vw;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .link_btn_container {
    max-width: 90.26666%;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .link_btn_container_inner_item_sub_txt {
    font-size: 2.4vw;
  }
  .link_btn_container_inner_item_main_txt {
    font-size: 3.7333vw;
  }
  body {
    padding-bottom: 10vw;
  }
}

.footer_right_item_inner {
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.footer_right_item {}

/* ------------------------------------------
  footer
------------------------------------------ */

.footer {
  padding-bottom: 13%;
}

.footer_container {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.footer_menu {
  /* max-width: 50%; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer_menu2 {
  /* max-width: 55%; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer_menu_item {
  font-size: max(1.06666vw, 16px);
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 100%;
  /* position: relative; */
  /* padding-left: 1.5533%; */
}

.footer_menu_item_border {
  width: 1px;
  height: auto;
  background: #231815;
}

.footer_menu {
  margin-bottom: 1.5%;
}

.footer_container_border {
  height: 1px;
  width: 100%;
  background: #231815;
  margin-bottom: 1.5%;
}

.footer_menu2 {
  margin-bottom: 40px;
}

.footer_logo_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer_logo_area_l_txt {
  font-size: max(1.333333vw, 20px);
  font-weight: 600;
  margin-bottom: 3%;
  line-height: 100%;
  letter-spacing: 0.15em;
  display: block;
}

.footer_logo_area_l_address {
  font-size: max(0.9vw, 14px);
  letter-spacing: 0.1em;
  line-height: 2;
}

.footer_copyright {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 2;
}

.footer_logo_area_r {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 21.1%;
  margin-right: 0;
  margin-left: auto;
}

.footer_img1 {
  width: 31.18%;
  /* height: 100%; */
}

.footer_img2 {
  width: 52%;
  /* height: 100%; */
}

@media screen and (max-width: 767px) {
  .footer_container {
    max-width: 85.333%;
  }
  .footer_menu {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer_menu2 {
    display: block;
    max-width: 100%;
    margin-bottom: 51px;
  }
  .footer_logo_area_inner {
    display: block;
    margin-top: 0;
  }
  .footer_logo_area_r {
    width: 100%;
    margin: 0;
    justify-content: start;
  }
  .footer_container_border {
    margin-bottom: 33px;
  }
  .footer_menu_item {
    font-size: 10px;
  }
  .footer_menu_item:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer_logo_area_l_txt {
    font-size: 13px;
  }
  .footer_logo_area_l_address {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .footer_img1 {
    width: 60px;
  }
  .footer_img2 {
    width: 155px;
    margin-right: 100px;
  }
  .footer_copyright {
    font-size: 13px;
  }
}