@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

#lower {
  width: 100%;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    height: 50vw;
  }
}
#lower .lower {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#lower .lower h2 {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 6vw;
}
@media screen and (max-width: 768px) {
  #lower .lower h2 {
    font-size: 10vw;
  }
}

p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

header {
  z-index: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw 2vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 15%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  width: 60%;
  margin: auto;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
header #header_pc .header_menu .main_menu > li:first-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:last-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  text-shadow: 4px 4px 15px #093869;
  font-size: 1vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header #header_pc .header_menu .main_menu > li > a span {
  color: #E23A3A;
  font-weight: 600;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 2vw;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  transition: all 0.4s;
}
header #header_pc .header_menu .main_menu > li > a button:hover {
  background-color: #000;
  color: #fff;
}
header #header_pc .header_menu .main_menu > li > a button i {
  font-size: 1vw;
  margin-right: 0.5vw;
}
header #header_pc .header_contact {
  width: 15%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_contact {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_contact {
    width: 100%;
  }
}
header #header_pc .header_contact a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1vw;
  padding: 0.5vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_contact a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_contact a {
    font-size: 3.4vw;
    padding: 3.5vw 2vw;
  }
}
header #header_pc .header_contact a:first-child {
  background-color: #E23A3A;
  margin-bottom: 0.5vw;
}
header #header_pc .header_contact a:first-child i {
  color: #E23A3A;
}
header #header_pc .header_contact a:last-child {
  background-color: #093869;
}
header #header_pc .header_contact a:last-child i {
  color: #093869;
}
header #header_pc .header_contact a span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  padding: 0.5vw;
  margin-right: 1vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_contact a span {
    width: 2.8vw;
    width: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_contact a span {
    width: 5vw;
    height: 5vw;
    padding: 1vw;
  }
}

#header_sp {
  height: 12vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 40%;
  padding: 1vw;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 60%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}
#header_sp .header_menu_sp nav {
  position: fixed;
  width: 50vw;
  top: 0;
  right: -50vw;
  background-color: #fff;
  height: 100%;
  padding-top: 25vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp nav {
    width: 50%;
    right: -50%;
    height: 100%;
  }
}
#header_sp .header_menu_sp nav .header_logo {
  position: absolute;
  top: 4%;
  left: 1%;
  width: 45%;
}
#header_sp .header_menu_sp nav .header_logo img {
  width: 100%;
}
#header_sp .header_menu_sp nav .main_menu {
  width: 90%;
  margin: auto;
}
#header_sp .header_menu_sp nav .main_menu li {
  width: 100%;
  list-style: none;
  padding: 3vw 6vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp nav .main_menu li {
    padding: 6vw;
  }
}
#header_sp .header_menu_sp nav .main_menu li a {
  color: #000;
  font-size: 3.2vw;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu li a span {
  margin-right: 1.5vw;
}
#header_sp .header_menu_sp nav .main_menu li a img {
  width: 60%;
}
#header_sp .header_menu_sp nav .main_menu li .dropdown_menu li {
  border-bottom: none;
}
#header_sp .header_menu_sp nav .main_menu li:nth-child(8), #header_sp .header_menu_sp nav .main_menu li:nth-child(9) {
  text-align: center;
  border: none;
}
#header_sp .header_menu_sp nav .main_menu li:nth-child(8) a, #header_sp .header_menu_sp nav .main_menu li:nth-child(9) a {
  justify-content: center;
  padding: 0;
}
#header_sp .header_menu_sp nav .main_menu .gnavi {
  padding-left: 20px;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle {
  margin-right: 6px;
  transition: transform 0.3s ease;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle.active .icon_toggle {
  transform: rotate(180deg);
}
#header_sp .header_menu_sp .btn-gnavi {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  background-color: #E23A3A;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp .btn-gnavi {
    top: 10px;
    width: 45px;
    height: 45px;
  }
}
#header_sp .header_menu_sp .btn-gnavi span {
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease-in-out;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(1) {
  top: 35%;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp .btn-gnavi span:nth-child(1) {
    top: 30%;
  }
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(2) {
  top: 50%;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp .btn-gnavi span:nth-child(2) {
    top: 50%;
  }
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(3) {
  top: 65%;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp .btn-gnavi span:nth-child(3) {
    top: 70%;
  }
}

.btn-gnavi.hb-open span {
  background: #fff;
}

.btn-gnavi.hb-open span:nth-child(1) {
  width: 24px;
  top: 30% !important;
  left: 43% !important;
  transform: rotate(-45deg) translate(-50%, 0) !important;
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  .btn-gnavi.hb-open span:nth-child(1) {
    top: 20% !important;
    left: 40% !important;
  }
}

.btn-gnavi.hb-open span:nth-child(2) {
  display: none;
}

.btn-gnavi.hb-open span:nth-child(3) {
  width: 24px;
  top: 70% !important;
  left: 43% !important;
  background-color: #fff !important;
  transform: rotate(45deg) translate(-50%, 0) !important;
}
@media screen and (max-width: 768px) {
  .btn-gnavi.hb-open span:nth-child(3) {
    top: 75% !important;
    left: 41% !important;
  }
}

/* 開いた時 */
.gnavi_d.open .dropdown_menu {
  display: block;
}

/* アイコンをスムーズに回転させる */
.icon-toggle {
  transition: transform 0.2s ease;
}

/* open クラスが付いた時に逆向きへ */
.gnavi_d.open .icon-toggle {
  transform: rotate(180deg);
}

#mv {
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .sp {
    display: none !important;
  }
}
#mv .mv .slide-images {
  width: 100vw;
  height: 100vh;
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 70%;
  left: 6%;
  z-index: 1000;
  height: 80%;
  display: inline-block;
  text-shadow: 6px 6px 20px rgba(4, 51, 85, 0.6);
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    width: auto;
    top: 55%;
    left: 50%;
    height: 75%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
#mv .mv .mv_headline h2 {
  color: #fff;
  font-size: 4vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 6.5vw;
    margin-bottom: 4vw;
    letter-spacing: 1.4vw;
    line-height: 10vw;
  }
}
#mv .mv .mv_headline h2:last-child {
  padding-top: 4vw;
}
#mv .mv .mv_tel {
  position: absolute;
  bottom: 2%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, 0);
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
#mv .mv .mv_tel a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1vw;
  padding: 0.5vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_tel a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_tel a {
    font-size: 3.4vw;
    padding: 3.5vw 2vw;
  }
}
#mv .mv .mv_tel a:first-child {
  background-color: #E23A3A;
  margin-bottom: 0.5vw;
}
#mv .mv .mv_tel a:first-child i {
  color: #E23A3A;
}
#mv .mv .mv_tel a:last-child {
  background-color: #093869;
}
#mv .mv .mv_tel a:last-child i {
  color: #093869;
}
#mv .mv .mv_tel a span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  padding: 0.5vw;
  margin-right: 1vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_tel a span {
    width: 2.8vw;
    width: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_tel a span {
    width: 5vw;
    height: 5vw;
    padding: 1vw;
  }
}

#top_news .top_news {
  padding: 8vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    padding: 16vw 0;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_headline {
    text-align: center;
  }
}
#top_news .top_news .top_headline img {
  margin-bottom: 1vw;
}
#top_news .top_news .top_headline h5 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1vw;
}
#top_news .top_news .top_news_contents ul a:not(:last-child) {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a:not(:last-child) {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    font-size: 3.4vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline {
    flex-flow: column;
    text-align: center;
    gap: 2vw;
  }
}
#top_news .top_news .top_btn a button {
  padding: 1vw;
  border-radius: 50px;
  background-color: #093869;
  color: #fff;
  border: none;
  transition: all 0.4s;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_btn a button {
    padding: 4vw 8vw;
  }
}
#top_news .top_news .top_btn a button:hover {
  background-color: #fff;
  color: #093869;
  border: 1px solid #093869;
}
#top_news .top_news .top_btn a button i {
  font-size: 1.2vw;
  margin-right: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_btn a button i {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_btn a button i {
    font-size: 3.8vw;
    margin-right: 4vw;
  }
}

#top_about .top_about {
  background-size: cover;
  background-position: center;
  padding: 2vw 0 8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    padding-top: 16vw;
  }
}
#top_about .top_about .top_about_headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline {
    flex-flow: column-reverse;
    margin-bottom: 6vw;
  }
}
#top_about .top_about .top_about_headline .top_about_headline_text {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline .top_about_headline_text {
    width: 100%;
  }
}
#top_about .top_about .top_about_headline .top_about_headline_text h3 {
  background-color: #E23A3A;
  color: #fff;
  padding: 0.2vw 1vw;
  margin-bottom: 1vw;
  font-family: "Noto Serif JP", serif;
  width: 70%;
  text-align: end;
}
#top_about .top_about .top_about_headline .top_about_headline_text h2 {
  background-color: #093869;
  color: #fff;
  padding: 0.2vw 1vw;
  margin-bottom: 1vw;
  font-family: "Noto Serif JP", serif;
  text-align: end;
}
#top_about .top_about .top_about_headline .top_about_headline_text h2:nth-child(2) {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline .top_about_headline_text h2:nth-child(2) {
    width: 95%;
    margin-bottom: 2vw;
  }
}
#top_about .top_about .top_about_headline .top_about_headline_text h2:last-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline .top_about_headline_text h2:last-child {
    width: 98%;
  }
}
#top_about .top_about .top_about_headline .top_about_headline_title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline .top_about_headline_title {
    width: 60%;
    margin-left: auto;
    margin-right: 4vw;
    margin-bottom: 6vw;
  }
}
#top_about .top_about .top_about_headline .top_about_headline_title img {
  width: 100%;
}
#top_about .top_about .top_about_contents {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    width: 95%;
    flex-flow: column-reverse;
    margin: auto;
  }
}
#top_about .top_about .top_about_contents .top_about_text {
  width: 50%;
  padding: 4vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0%;
  top: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text {
    width: 100%;
    position: static;
  }
}
#top_about .top_about .top_about_contents .top_about_text p {
  line-height: 2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text p {
    margin-bottom: 3vw;
    line-height: 8vw;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_btn {
  text-align: center;
}
#top_about .top_about .top_about_contents .top_about_text .top_btn a button {
  padding: 1vw;
  border-radius: 50px;
  background-color: #093869;
  color: #fff;
  border: none;
  transition: all 0.4s;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text .top_btn a button {
    padding: 4vw 8vw;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_btn a button:hover {
  background-color: #fff;
  color: #093869;
  border: 1px solid #093869;
}
#top_about .top_about .top_about_contents .top_about_text .top_btn a button i {
  font-size: 1.2vw;
  margin-right: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text .top_btn a button i {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text .top_btn a button i {
    font-size: 3.8vw;
    margin-right: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_image {
  width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_image {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_image {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
}

#top_service {
  padding: 4vw 0;
  background-position: top right;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_service {
    padding: 12vw 0;
  }
}
#top_service .top_service_contents img {
  width: 25%;
  margin-left: 12vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents img {
    width: 30%;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents img {
    width: 60%;
    margin-bottom: 8vw;
    margin-left: 3vw;
  }
}
#top_service .top_service_contents h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  width: 40%;
  margin-left: 12vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents h3 {
    width: 60%;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents h3 {
    width: 80%;
    margin-bottom: 4vw;
    margin-left: 3vw;
  }
}
#top_service .top_service_contents p {
  color: #fff;
  width: 60%;
  margin-left: 12vw;
  line-height: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service_contents p {
    line-height: 4vw;
    margin-bottom: 4vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents p {
    line-height: 8vw;
    margin-bottom: 8vw;
    width: 80%;
    margin-left: 3vw;
  }
}
#top_service .top_service_image {
  width: 50%;
  margin-right: 8vw;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_image {
    flex-flow: column;
    margin: auto;
    width: 90%;
  }
}
#top_service .top_service_image a {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_image a {
    width: 100%;
  }
}
#top_service .top_service_image a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_image a img {
    margin-bottom: 2vw;
  }
}

#area .area {
  background-size: cover;
  background-position: center;
  padding: 2vw 0;
}
@media screen and (max-width: 768px) {
  #area .area {
    padding: 12vw 0;
  }
}
#area .area .area_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents {
    flex-flow: column;
  }
}
#area .area .area_contents .area_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_left {
    width: 100%;
  }
}
#area .area .area_contents .area_left .area_headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_left .area_headline {
    margin-bottom: 6vw;
    align-items: flex-end;
    gap: 2vw;
  }
}
#area .area .area_contents .area_left .area_headline h4 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#area .area .area_contents .area_left h2 {
  background-color: #E23A3A;
  padding: 0.5vw;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2vw;
  font-size: 3.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_left h2 {
    font-size: 7.2vw;
  }
}
#area .area .area_contents .area_left p {
  color: #fff;
}
#area .area .area_contents .area_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_right {
    width: 100%;
  }
}
#area .area .area_contents .area_right img {
  width: 100%;
}

#top_works {
  overflow-x: hidden;
}
#top_works .top_works {
  background-size: cover;
  background-position: center;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #top_works .top_works {
    padding: 12vw 0;
  }
}
#top_works .top_works .top_works_headline {
  text-align: center;
  margin-bottom: 4vw;
}
#top_works .top_works .top_works_headline img {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_headline img {
    width: 65%;
  }
}
#top_works .top_works .top_works_headline h4 {
  font-family: "Noto Serif JP", serif;
}
#top_works .top_works .top_works_contents {
  margin-bottom: 2vw;
  margin-bottom: 4vw;
}
#top_works .top_works .top_works_contents .gallery {
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .gallery {
    height: 40vw;
  }
}
#top_works .top_works .top_works_contents .gallery .slick-list {
  height: 100%;
}
#top_works .top_works .top_works_contents .gallery .slick-list .slick-track {
  height: 100%;
}
#top_works .top_works .top_works_contents .gallery .slick-list .slick-track img {
  padding: 1vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_works .top_works .top_btn {
  text-align: center;
}
#top_works .top_works .top_btn a button {
  padding: 1.5vw 4vw;
  border-radius: 50px;
  background-color: #E23A3A;
  color: #fff;
  border: none;
  transition: all 0.4s;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_btn a button {
    padding: 4vw 8vw;
    font-size: 3.4vw;
  }
}
#top_works .top_works .top_btn a button:hover {
  background-color: #fff;
  color: #E23A3A;
  border: 1px solid #E23A3A;
}
#top_works .top_works .top_btn a button i {
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_btn a button i {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_btn a button i {
    font-size: 3.8vw;
    margin-right: 4vw;
  }
}

#top_recruit .top_recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit {
    height: auto;
    flex-flow: column-reverse;
  }
}
#top_recruit .top_recruit .top_recruit_left {
  width: 40%;
  height: 100%;
  background-color: #093869;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_left {
    width: 100%;
    height: auto;
    padding: 8vw 0;
    padding-bottom: 30vw;
  }
}
#top_recruit .top_recruit .top_recruit_left .top_headline {
  margin-bottom: 2vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_left .top_headline {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_left .top_headline {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}
#top_recruit .top_recruit .top_recruit_left .top_headline img {
  width: 80%;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_left .top_headline img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_left .top_headline img {
    width: 100%;
    margin-bottom: 2vw;
  }
}
#top_recruit .top_recruit .top_recruit_left .top_headline h4 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
}
#top_recruit .top_recruit .top_recruit_left .top_recruit_text h3 {
  padding: 1vw;
  text-align: center;
  color: #fff;
  background-color: #E23A3A;
  margin-bottom: 1.4vw;
}
#top_recruit .top_recruit .top_recruit_left .top_recruit_text p {
  text-align: center;
  color: #fff;
}
#top_recruit .top_recruit .top_recruit_right {
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_right {
    width: 100%;
    height: auto;
  }
}
#top_recruit .top_recruit .top_recruit_right img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_recruit .top_recruit .top_recruit_right .top_btn {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_right .top_btn {
    bottom: -140%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#top_recruit .top_recruit .top_recruit_right .top_btn a button {
  padding: 1.5vw 4vw;
  border-radius: 50px;
  background-color: #E23A3A;
  color: #fff;
  border: none;
  transition: all 0.4s;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_right .top_btn a button {
    padding: 4vw 8vw;
    font-size: 3.4vw;
  }
}
#top_recruit .top_recruit .top_recruit_right .top_btn a button:hover {
  background-color: #fff;
  color: #E23A3A;
  border: 1px solid #E23A3A;
}
#top_recruit .top_recruit .top_recruit_right .top_btn a button i {
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_right .top_btn a button i {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_right .top_btn a button i {
    font-size: 3.8vw;
    margin-right: 4vw;
  }
}

#service .service .service_about {
  background-color: #EBEBEB;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_about {
    padding: 8vw 0;
  }
}
#service .service .service_about .service_headline h3 {
  text-align: center;
  position: relative;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #service .service .service_about .service_headline h3 {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#service .service .service_about .service_headline h3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background-color: #E23A3A;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #service .service .service_about .service_headline h3::after {
    width: 30%;
    bottom: -1vw;
  }
}
#service .service .service_about .service_about_images {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_about .service_about_images {
    width: 80%;
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#service .service .service_about .service_about_images img {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #service .service .service_about .service_about_images img {
    width: 100%;
  }
}
#service .service .service_about > h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #093869;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_about > h3 {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#service .service .service_about p {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_about p {
    width: 95%;
  }
}
#service .service .service_kind {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind {
    padding: 8vw 0;
  }
}
#service .service .service_kind .service_headline h3 {
  text-align: center;
  position: relative;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_headline h3 {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#service .service .service_kind .service_headline h3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background-color: #E23A3A;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_headline h3::after {
    width: 30%;
    bottom: -1vw;
  }
}
#service .service .service_kind .service_kind_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding-left: 4vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_kind_contents {
    width: 95%;
    margin-bottom: 4vw;
    flex-flow: column-reverse;
  }
}
#service .service .service_kind .service_kind_contents:nth-child(odd) {
  flex-flow: row-reverse;
  padding-right: 4vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_kind_contents:nth-child(odd) {
    flex-flow: column-reverse;
  }
}
#service .service .service_kind .service_kind_contents .service_kind_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_kind_contents .service_kind_text {
    width: 100%;
  }
}
#service .service .service_kind .service_kind_contents .service_kind_text h3 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2vw;
}
#service .service .service_kind .service_kind_contents .service_kind_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_kind .service_kind_contents .service_kind_image {
    width: 100%;
  }
}
#service .service .service_kind .service_kind_contents .service_kind_image img {
  width: 100%;
  vertical-align: bottom;
}
#service .service .service_detail {
  background-color: #093869;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail {
    padding: 8vw 0;
  }
}
#service .service .service_detail .service_headline h3 {
  text-align: center;
  position: relative;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_headline h3 {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#service .service .service_detail .service_headline h3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background-color: #E23A3A;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_headline h3::after {
    width: 30%;
    bottom: -1vw;
  }
}
#service .service .service_detail > h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail > h3 {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#service .service .service_detail > p {
  color: #fff;
  margin-bottom: 6vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail > p {
    width: 95%;
    margin: auto;
    margin-bottom: 12vw;
  }
}
#service .service .service_detail .service_detail_contents {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_detail_contents {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#service .service .service_detail .service_detail_contents h4 {
  display: inline-block;
  margin-bottom: 1vw;
  background-color: #E23A3A;
  color: #fff;
  padding: 0.5vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_detail_contents h4 {
    margin-bottom: 2vw;
    padding: 1vw;
  }
}
#service .service .service_detail .service_detail_contents p {
  text-align: center;
  color: #fff;
}
#service .service .service_production {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_production {
    padding: 8vw 0;
  }
}
#service .service .service_production .service_headline h3 {
  text-align: center;
  position: relative;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  #service .service .service_production .service_headline h3 {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#service .service .service_production .service_headline h3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background-color: #E23A3A;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #service .service .service_production .service_headline h3::after {
    width: 30%;
    bottom: -1vw;
  }
}
#service .service .service_production .service_production_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_production .service_production_contents {
    width: 95%;
    flex-flow: column;
  }
}
#service .service .service_production .service_production_contents .service_production_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_production .service_production_contents .service_production_image {
    width: 100%;
  }
}
#service .service .service_production .service_production_contents .service_production_image img {
  width: 100%;
}
#service .service .service_production .service_production_contents .service_production_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_production .service_production_contents .service_production_text {
    width: 100%;
  }
}
#service .service .service_production .service_production_contents .service_production_text h4 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2vw;
  color: #093869;
}

#about .about .about_headline h3 {
  text-align: center;
  position: relative;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  #about .about .about_headline h3 {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#about .about .about_headline h3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background-color: #E23A3A;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #about .about .about_headline h3::after {
    width: 30%;
    bottom: -1vw;
  }
}
#about .about .about_greeting {
  margin: 4vw 0;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting {
    margin: 8vw 0;
  }
}
#about .about .about_greeting .about_greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting .about_greeting_contents {
    width: 95%;
    margin: auto;
    flex-flow: column;
  }
}
#about .about .about_greeting .about_greeting_contents .about_greeting_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting .about_greeting_contents .about_greeting_image {
    width: 100%;
  }
}
#about .about .about_greeting .about_greeting_contents .about_greeting_image img {
  width: 100%;
}
#about .about .about_greeting .about_greeting_contents .about_greeting_text {
  width: 50%;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting .about_greeting_contents .about_greeting_text {
    width: 100%;
  }
}
#about .about .about_greeting .about_greeting_contents .about_greeting_text p {
  margin-bottom: 1vw;
}
#about .about .about_greeting .about_greeting_contents .about_greeting_text h5 {
  font-weight: 300;
  text-align: end;
}
#about .about .about_detail {
  background-color: #EBEBEB;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail {
    padding: 8vw 0;
  }
}
#about .about .about_detail .about_contents {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_contents {
    width: 90%;
  }
}
#about .about .about_detail .about_contents .about_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .about_contents .about_content {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_contents .about_content {
    flex-flow: column;
    margin-bottom: 6vw;
  }
}
#about .about .about_detail .about_contents .about_content .about_left {
  width: 35%;
  background-color: #E23A3A;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .about_contents .about_content .about_left {
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_contents .about_content .about_left {
    width: 100%;
    height: 12vw;
  }
}
#about .about .about_detail .about_contents .about_content .about_left::after {
  position: absolute;
  content: "";
  display: block;
  width: 1vw;
  height: 0.5vw;
  bottom: 0;
  left: 100%;
  background-color: #E23A3A;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_contents .about_content .about_left::after {
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    bottom: auto;
    top: 100%;
    left: 50%;
    width: 4vw;
    height: 4vw;
    transform: translate(-50%, 0);
  }
}
#about .about .about_detail .about_contents .about_content .about_left p {
  color: #fff;
}
#about .about .about_detail .about_contents .about_content .about_right {
  width: 60%;
  background-color: #fff;
  padding: 1vw 2vw;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .about_contents .about_content .about_right {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_contents .about_content .about_right {
    width: 100%;
    text-align: center;
    padding: 4vw;
  }
}
#about .about .about_map {
  width: 100%;
}
#about .about .about_map iframe {
  width: 100%;
}

#works .works {
  width: 80%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works .works {
    width: 95%;
    padding: 8vw 0;
  }
}
#works .works .works_text {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_text {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_text img {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_text img {
    width: 10%;
  }
}
#works .works ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #works .works ul {
    gap: 4vw;
  }
}
#works .works ul a {
  display: block;
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #works .works ul a {
    width: 90%;
    margin: auto;
  }
}
#works .works ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works ul li {
    width: 100%;
  }
}
#works .works ul li .archive-image {
  width: 100%;
}
#works .works ul li .archive-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_single {
  width: 60%;
  margin: 4vw auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .works_single {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .works_single {
    width: 95%;
    margin: 8vw auto;
  }
}
.works_single .outline ul {
  list-style: none;
}
.works_single .outline ul li a {
  text-decoration: none;
  color: #000;
}
.works_single .outline ul li a .date {
  margin-bottom: 1vw;
}
.works_single .outline ul li a .archive-image {
  width: 50%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .works_single .outline ul li a .archive-image {
    margin-bottom: 4vw;
  }
}
.works_single .outline ul li a .archive-image img {
  width: 100%;
}
.works_single .outline ul li a .title {
  margin-bottom: 1vw;
}

@media screen and (max-width: 768px) {
  footer .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  footer .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .sp {
    display: none !important;
  }
}
footer .footer {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 8vw 0;
  }
}
footer .footer .footer_title {
  width: 25%;
  margin: auto;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_title {
    width: 50%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_title img {
  width: 100%;
  margin-bottom: 1vw;
}
footer .footer .footer_title h4 {
  font-family: "Noto Serif JP", serif;
}
footer .footer .footer_company {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_company {
    width: 90%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
footer .footer .footer_company .footer_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left {
    width: 95%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_company .footer_left h3 {
  width: 100%;
  color: #093869;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2vw;
}
footer .footer .footer_company .footer_left h3 span {
  color: #E23A3A;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left h3 {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_company .footer_left p {
  width: 100%;
  color: #000;
  margin-bottom: 1.6vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left p {
    margin-bottom: 3.4vw;
  }
}
footer .footer .footer_company .footer_left .footer_tel {
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_company .footer_left .footer_tel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left .footer_tel {
    width: 100%;
  }
}
footer .footer .footer_company .footer_left .footer_tel a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.6vw;
  padding: 1vw;
  border-radius: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_company .footer_left .footer_tel a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left .footer_tel a {
    font-size: 5vw;
    padding: 3.5vw 2vw;
  }
}
footer .footer .footer_company .footer_left .footer_tel a:first-child {
  background-color: #E23A3A;
  margin-bottom: 2vw;
}
footer .footer .footer_company .footer_left .footer_tel a:first-child i {
  color: #E23A3A;
}
footer .footer .footer_company .footer_left .footer_tel a:last-child {
  background-color: #093869;
}
footer .footer .footer_company .footer_left .footer_tel a:last-child i {
  color: #093869;
}
footer .footer .footer_company .footer_left .footer_tel a span {
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  padding: 0.5vw;
  margin-right: 1vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_company .footer_left .footer_tel a span {
    width: 2.8vw;
    width: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_left .footer_tel a span {
    width: 5vw;
    height: 5vw;
    padding: 1vw;
  }
}
footer .footer .footer_company .footer_right {
  width: 50%;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_company .footer_right {
    width: 90%;
    height: 80vw;
  }
}
footer .footer .footer_company .footer_right iframe {
  width: 100%;
  height: 100%;
}
footer .copyright {
  text-align: center;
  padding: 1.5vw 0;
  background-color: #093869;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 0;
  }
}/*# sourceMappingURL=style.css.map */