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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 766px) {
  .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: 767px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

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

a, p {
  font-family: "Noto Sans JP", sans-serif;
}

#lower {
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/Group-10-scaled.png);
  background-position: right;
  background-size: cover;
  width: 100vw;
  height: 100%;
}
#lower .lower {
  width: 100vw;
  height: 480px;
  position: relative;
  margin-bottom: 8vw;
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/Group-9.png);
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 766px) {
  #lower .lower {
    height: 300px;
  }
}
#lower .lower .lower_contents {
  position: absolute;
  top: 70%;
  left: 5%;
}
@media screen and (max-width: 766px) {
  #lower .lower .lower_contents {
    top: 65%;
  }
}
#lower .lower .lower_contents h2 {
  color: #fff;
  font-family: "Noto serif JP", serif;
  margin-bottom: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #lower .lower .lower_contents img {
    width: 80%;
  }
}
@media screen and (max-width: 766px) {
  #lower .lower .lower_contents img {
    width: 80%;
  }
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 766px) {
  p {
    font-size: 2.5vw;
  }
}

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

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

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

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

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

.header.change-color {
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}

header {
  z-index: 9999999999;
  position: fixed;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
header #header_pc .header_menu .header_menu_left {
  width: 60%;
  margin-right: 3vw;
}
header #header_pc .header_menu .header_menu_left .header_tel {
  text-align: end;
  margin-bottom: 0.5vw;
}
header #header_pc .header_menu .header_menu_left .header_tel a {
  font-size: 2vw;
  text-decoration: none;
  font-family: "Noto serif JP", serif;
  font-weight: 500;
  color: #fff;
}
header #header_pc .header_menu .header_menu_left .header_tel a i {
  margin-right: 0.5vw;
}
header #header_pc .header_menu .header_menu_left .header_menu_detail ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
header #header_pc .header_menu .header_menu_left .header_menu_detail ul li {
  width: 25%;
}
header #header_pc .header_menu .header_menu_left .header_menu_detail ul li a {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
header #header_pc .header_menu .header_menu_left .header_menu_detail ul li a .header_subMenu01 {
  color: #009C70;
}
header #header_pc .header_menu .header_menu_left .header_menu_detail ul li a .header_subMenu02 {
  font-size: 1.2vw;
  font-weight: 500;
}
header #header_pc .header_menu .header_menu_right .contact_btn button {
  border: none;
  background-color: #009C70;
  padding: 1vw;
  box-shadow: 0px 5px 0px #03503A;
  transition: all 0.3s;
}
header #header_pc .header_menu .header_menu_right .contact_btn button:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
header #header_pc .header_menu .header_menu_right .contact_btn button a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-weight: 600;
}
header #header_pc .header_menu .header_menu_right .contact_btn button a i {
  margin-bottom: 0.5vw;
}

/* メニュー項目に下線用のクラスを追加するためのスタイル */
.current-page::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #DF1614; /* 線の色 */
}

#header_sp {
  position: fixed;
  width: 100%;
  height: 45px;
  z-index: 10000;
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}
@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 (min-width: 767px) and (max-width: 1024px) {
  #header_sp {
    height: 60px;
  }
}
#header_sp .header_logo {
  height: 45px;
  margin-left: 4vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 766px) {
  #header_sp .header_logo img {
    height: 80%;
    margin-left: 0px;
  }
}
#header_sp .hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 20px;
  top: 2px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 766px) {
  #header_sp .hamburger {
    right: 0;
    top: 0;
  }
}
#header_sp .hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 6px;
  background: #DF1614;
  transition: 0.3s ease-in-out;
}
#header_sp .hamburger p {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 9px;
  color: #DF1614;
}
#header_sp .hamburger span:nth-child(1) {
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(2) {
  top: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(3) {
  top: 21px;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
#header_sp .hamburger.active p {
  color: #fff;
}
#header_sp .hamburger.active span:nth-child(2),
#header_sp .hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10px;
  background: #fff;
  transform: rotate(45deg);
}
#header_sp nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(2, 43, 32, 0.7);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#header_sp nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header_sp nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
#header_sp nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header_sp nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}
#header_sp nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 12.5px;
}
#header_sp nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

.header_fix {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 15vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  .header_fix {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header_fix {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .header_fix {
    display: none;
  }
}
.header_fix .header_tel {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #DF1614;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 600;
}
.header_fix .header_tel i {
  margin-bottom: 1vw;
}
.header_fix .header_contact {
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #009C70;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 600;
}
.header_fix .header_contact i {
  margin-bottom: 1vw;
}
.header_fix .pageTop {
  width: 15%;
  text-align: center;
}
.header_fix .pageTop img {
  width: 80%;
}

#top {
  width: 100vw;
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/メタル_BG-1-scaled.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#top #mv_pc {
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top #mv_pc {
    height: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top #mv_pc #metaslider-id-295, #top #mv_pc #metaslider_container_295, #top #mv_pc #metaslider_295, #top #mv_pc ul, #top #mv_pc li, #top #mv_pc img {
    height: auto;
  }
}
@media screen and (max-width: 766px) {
  #top #mv_pc {
    display: none;
  }
}
#top #mv_pc h1 {
  position: absolute;
  top: 70%;
  left: 10%;
  color: #fff;
}
#top #mv_sp {
  width: 100vw;
  height: 100vh;
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/メタル_BG-1-scaled.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #top #mv_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top #mv_sp {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top #mv_sp {
    display: none;
  }
}
#top #mv_sp #metaslider-id-302, #top #mv_sp #metaslider_container_302, #top #mv_sp #metaslider_302, #top #mv_sp ul, #top #mv_sp li, #top #mv_sp img {
  height: auto;
}
#top #mv_sp h1 {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  font-size: 11vw;
  letter-spacing: 1.6vw;
}
#top #top_about {
  padding-bottom: 15vw;
  position: relative;
  z-index: 10;
}
#top #top_about .top_about {
  position: relative;
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/top_about_bg.png);
}
@media screen and (max-width: 766px) {
  #top #top_about .top_about {
    height: 90vh;
  }
}
#top #top_about .top_about .top_about_en {
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 766px) {
  #top #top_about .top_about .top_about_en {
    height: 80%;
  }
}
#top #top_about .top_about .top_about_en img {
  height: 100%;
}
#top #top_about .top_about .top_about_text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4vw 8vw;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  #top #top_about .top_about .top_about_text {
    height: 100%;
  }
}
#top #top_about .top_about .top_about_text .top_about_headline h3 {
  font-size: 4.8vw;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.8vw;
  margin-bottom: 2vw;
  line-height: 10vw;
}
@media screen and (max-width: 766px) {
  #top #top_about .top_about .top_about_text .top_about_headline h3 {
    font-size: 8vw;
    margin-bottom: 6vw;
  }
}
#top #top_about .top_about .top_about_text .top_about_headline h3 .orange {
  color: #F5B504;
}
#top #top_about .top_about .top_about_text .top_about_headline h3 .green {
  color: #009C70;
}
#top #top_about .top_about .top_about_text .top_about_headline p {
  font-size: 1.2vw;
  line-height: 3vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top #top_about .top_about .top_about_text .top_about_headline p {
    font-size: 2vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 766px) {
  #top #top_about .top_about .top_about_text .top_about_headline p {
    font-size: 3.5vw;
    line-height: 8vw;
    margin-bottom: 6vw;
  }
}

.top_title {
  margin-bottom: 4vw;
  text-align: end;
}
@media screen and (max-width: 766px) {
  .top_title {
    margin-bottom: 8vw;
  }
}
.top_title h2 {
  position: relative;
  display: inline-block;
  font-family: "Noto serif JP", serif;
  font-size: 3vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .top_title h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .top_title h2 {
    font-size: 8vw;
    margin: 0 12vw;
  }
}
.top_title h2::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  top: 50%;
  left: 110%;
  background-color: #000;
}

.top_btn:hover button {
  background-color: #fff;
  color: #F5B504;
}
.top_btn:hover button i {
  background-color: #F5B504;
  color: #fff;
}
.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  transition: all 0.4s;
  border: 2px solid #F5B504;
  border-radius: 100px;
  padding: 1vw;
  width: 20%;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #F5B504;
  color: #fff;
  padding-right: 2vw;
}
@media screen and (max-width: 766px) {
  .top_btn a button {
    padding-right: 4vw;
    font-size: 4vw;
    width: 60%;
  }
}
.top_btn a button i {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(0, -50%);
  width: 3vw;
  height: 3vw;
  padding: 0.3vw;
  background-color: #fff;
  color: #F5B504;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 766px) {
  .top_btn a button i {
    width: 6vw;
    height: 6vw;
  }
}
.top_btn a button i::before {
  font-size: 1.2vw;
}
@media screen and (max-width: 766px) {
  .top_btn a button i::before {
    font-size: 3vw;
  }
}

#top_service {
  width: 90%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 766px) {
  #top_service {
    width: 100%;
  }
}
#top_service .top_service {
  position: relative;
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/SERVICE-BG.png);
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top_service .top_service {
    background-position: right;
  }
}
@media screen and (max-width: 766px) {
  #top_service .top_service {
    background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/SERVICE-BGのコピー.png);
    background-position: bottom;
  }
}
#top_service .top_service .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_title {
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_title h2 {
  color: #fff;
}
#top_service .top_service .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
#top_service .top_service .top_service_text {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_text {
    width: 100%;
  }
}
#top_service .top_service .top_service_text p {
  color: #fff;
  width: 80%;
  margin: auto;
  font-size: 1.2vw;
  line-height: 3vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top_service .top_service .top_service_text p {
    font-size: 2vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_text p {
    font-size: 3.5vw;
    line-height: 8vw;
    margin-bottom: 6vw;
  }
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 10%;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents {
    flex-flow: column;
    margin: auto;
  }
}
#top_service .top_service .top_service_contents a {
  width: 25%;
  margin: 0.2vw;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents a {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_contents .img1 {
  width: 100%;
  height: 10vw;
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/店舗内装.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents .img1 {
    height: 30vw;
  }
}
#top_service .top_service .top_service_contents .img1:hover {
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/店舗内装のコピー.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#top_service .top_service .top_service_contents .img2 {
  width: 100%;
  height: 10vw;
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/オフィス改修.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents .img2 {
    height: 30vw;
  }
}
#top_service .top_service .top_service_contents .img2:hover {
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/オフィス改修のコピー.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#top_service .top_service .top_service_contents .img3 {
  width: 100%;
  height: 10vw;
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/軽天・軽鉄工事.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents .img3 {
    height: 30vw;
  }
}
#top_service .top_service .top_service_contents .img3:hover {
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/軽天・軽鉄工事のコピー.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#top_service .top_service .top_service_contents .img4 {
  width: 100%;
  height: 10vw;
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/ボード工事.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  #top_service .top_service .top_service_contents .img4 {
    height: 30vw;
  }
}
#top_service .top_service .top_service_contents .img4:hover {
  background: url(http://masudasouken.xyz/wp-content/uploads/2025/12/ボード工事のコピー.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#top_works {
  margin: 12vw 0;
  margin-bottom: 20vw;
  position: relative;
}
#top_works .top_works_bg {
  position: absolute;
  z-index: 0;
  top: -50%;
  left: 0%;
}
@media screen and (max-width: 766px) {
  #top_works .top_works_bg {
    width: 150%;
    left: -20%;
  }
  #top_works .top_works_bg img {
    width: 100%;
  }
}
#top_works .top_works {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 766px) {
  #top_works .top_works {
    display: none;
  }
}
#top_works .top_works .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
#top_works .top_works .top_title h2 {
  color: #fff;
  margin-bottom: 1.8vw;
}
#top_works .top_works .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
#top_works .top_works .top_title .top_btn button {
  width: 50%;
}
#top_works .top_works .top_works_text p {
  color: #fff;
  font-size: 1.2vw;
  line-height: 3vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top_works .top_works .top_works_text p {
    font-size: 2vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 766px) {
  #top_works .top_works .top_works_text p {
    font-size: 3.5vw;
    line-height: 8vw;
  }
}
#top_works .top_works_sp {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1441px) {
  #top_works .top_works_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_works .top_works_sp {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #top_works .top_works_sp {
    display: none;
  }
}
#top_works .top_works_sp .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  #top_works .top_works_sp .top_title {
    width: 100%;
  }
}
#top_works .top_works_sp .top_title h2 {
  color: #fff;
  margin-bottom: 1.8vw;
}
@media screen and (max-width: 766px) {
  #top_works .top_works_sp .top_title h2 {
    margin-bottom: 4vw;
  }
}
#top_works .top_works_sp .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
#top_works .top_works_sp .top_title .top_works_text {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 766px) {
  #top_works .top_works_sp .top_title .top_works_text {
    margin-bottom: 4vw;
  }
}
#top_works .top_works_sp .top_title .top_works_text p {
  color: #fff;
  font-size: 3.5vw;
  line-height: 8vw;
  margin-bottom: 6vw;
}
#top_works .top_works_sp .top_title .top_btn {
  margin-bottom: 8vw;
  text-align: center;
}
#top_works .top_works_sp .top_title .top_btn button {
  width: 50%;
  margin: auto;
}

.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 360px;
  overflow: hidden;
  margin-bottom: 8vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .slider1 {
    height: 300px;
  }
}
@media screen and (max-width: 766px) {
  .slider1 {
    height: 250px;
  }
}

.slider1 ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.slider1 li {
  width: 30vw;
  margin: 0.2vw;
  list-style: none;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .slider1 li {
    margin: 0.4vw;
  }
}
@media screen and (max-width: 766px) {
  .slider1 li {
    width: 80vw;
  }
}
.slider1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.greeting {
  background-color: #fff;
  width: 80%;
  margin: 8vw auto;
  margin-top: 20vw;
  padding: 4vw;
}
@media screen and (max-width: 766px) {
  .greeting {
    width: 95%;
  }
}
.greeting h3 {
  font-family: "Noto serif JP", serif;
  margin-bottom: 0.5vw;
  font-size: 4vw;
  font-weight: 300;
}
@media screen and (max-width: 766px) {
  .greeting h3 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
.greeting h6 {
  padding-left: 12vw;
  font-family: "Noto serif JP", serif;
  margin-bottom: 2vw;
  font-size: 1.6vw;
}
@media screen and (max-width: 766px) {
  .greeting h6 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
.greeting p {
  width: 85%;
  margin: auto;
  font-size: 1.2vw;
  line-height: 3vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .greeting p {
    font-size: 2vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .greeting p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 8vw;
    margin-bottom: 6vw;
  }
}

#company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 766px) {
  #company {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#company .company_left {
  position: relative;
  z-index: 10;
  width: 65%;
}
#company .company_left img {
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_left {
    width: 90%;
  }
}
@media screen and (max-width: 766px) {
  #company .company_left {
    width: 100%;
  }
}
#company .company_right {
  padding-left: 6vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_right {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 766px) {
  #company .company_right {
    margin-bottom: 12vw;
  }
}
#company .company_right .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  #company .company_right .top_title {
    margin-bottom: 8vw;
  }
}
#company .company_right .top_title h2 {
  color: #fff;
}
#company .company_right .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
#company .company_right .top_title p {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-align: end;
  padding-right: 16vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_right .top_title p {
    padding-right: 45vw;
  }
}
@media screen and (max-width: 766px) {
  #company .company_right .top_title p {
    padding-right: 20vw;
  }
}
#company .company_right .company_contents table {
  border-collapse: separate;
  border-spacing: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_right .company_contents table {
    border-spacing: 5vw;
  }
}
@media screen and (max-width: 766px) {
  #company .company_right .company_contents table {
    border-spacing: 8vw;
  }
}
#company .company_right .company_contents table tr {
  position: relative;
}
#company .company_right .company_contents table tr th {
  margin-bottom: 2vw;
  position: absolute;
  top: -35%;
  left: -9%;
  background-color: #F5B504;
  padding: 0.8vw;
  width: 33%;
  font-size: 1vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_right .company_contents table tr th {
    padding: 1.5vw;
    font-size: 1.6vw;
    left: -7%;
  }
}
@media screen and (max-width: 766px) {
  #company .company_right .company_contents table tr th {
    padding: 3vw;
    font-size: 3vw;
    top: -30%;
    left: -7%;
  }
}
#company .company_right .company_contents table tr td {
  background-color: #fff;
  padding: 0.8vw;
  width: 82%;
  padding-left: 2vw;
  font-size: 1vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #company .company_right .company_contents table tr td {
    padding: 1.5vw;
    font-size: 1.6vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 766px) {
  #company .company_right .company_contents table tr td {
    padding: 3vw;
    font-size: 3vw;
    padding-left: 6vw;
    width: 86%;
  }
}

#access {
  width: 80%;
  margin: auto;
  padding-bottom: 20vw;
}
@media screen and (max-width: 766px) {
  #access {
    width: 95%;
  }
}
#access .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  #access .top_title {
    margin-bottom: 8vw;
  }
}
#access .top_title h2 {
  color: #fff;
}
#access .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
#access .top_title p {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-align: start;
  padding-left: 6vw;
}
#access p {
  color: #fff;
  margin-bottom: 4vw;
}
#access .map {
  width: 100%;
}
#access .map iframe {
  width: 100%;
}
@media screen and (max-width: 766px) {
  #access .map iframe {
    height: 50vw;
  }
}

.business_contents {
  width: 100%;
  margin: 20vw auto;
  margin-bottom: 0;
  padding-bottom: 35vw;
}
@media screen and (max-width: 766px) {
  .business_contents {
    padding-bottom: 60vw;
  }
}
.business_contents .business_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 35vw;
}
@media screen and (max-width: 766px) {
  .business_contents .business_content {
    margin-bottom: 60vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .business_contents .business_content .business_content_image {
    width: 90%;
  }
}
.business_contents .business_content .business_content_image img {
  width: 100%;
}
.business_contents .business_content .business_content_text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4vw;
  padding-top: 6vw;
  position: absolute;
  top: 70%;
  left: 10%;
  width: 45%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .business_contents .business_content .business_content_text {
    width: 60%;
    left: 5%;
    padding: 6vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 766px) {
  .business_contents .business_content .business_content_text {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6vw;
    padding-top: 10vw;
  }
}
.business_contents .business_content .business_content_text img {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 766px) {
  .business_contents .business_content .business_content_text img {
    height: 18%;
  }
}
.business_contents .business_content .business_content_text p {
  letter-spacing: 0.5vw;
  line-height: 3vw;
}
@media screen and (max-width: 766px) {
  .business_contents .business_content .business_content_text p {
    letter-spacing: 1vw;
    line-height: 6vw;
  }
}
.business_contents .business_content02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 35vw;
}
@media screen and (max-width: 766px) {
  .business_contents .business_content02 {
    margin-bottom: 60vw;
  }
}
.business_contents .business_content02:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .business_contents .business_content02 .business_content_image {
    width: 90%;
  }
}
.business_contents .business_content02 .business_content_image img {
  width: 100%;
}
.business_contents .business_content02 .business_content_text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4vw;
  padding-top: 6vw;
  position: absolute;
  top: 70%;
  right: 10%;
  width: 45%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .business_contents .business_content02 .business_content_text {
    width: 60%;
    right: 5%;
    padding: 6vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 766px) {
  .business_contents .business_content02 .business_content_text {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6vw;
    padding-top: 10vw;
  }
}
.business_contents .business_content02 .business_content_text img {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 766px) {
  .business_contents .business_content02 .business_content_text img {
    height: 18%;
  }
}
.business_contents .business_content02 .business_content_text p {
  letter-spacing: 0.5vw;
  line-height: 3vw;
}
@media screen and (max-width: 766px) {
  .business_contents .business_content02 .business_content_text p {
    letter-spacing: 1vw;
    line-height: 6vw;
  }
}

.blog_btn {
  padding: 8vw 0;
}
.blog_btn a button {
  margin: auto;
}

.archive {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: auto;
  padding-bottom: 20vw;
}
@media screen and (max-width: 766px) {
  .archive {
    flex-flow: column;
  }
}
.archive .blog {
  width: 65%;
}
@media screen and (max-width: 766px) {
  .archive .blog {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.archive .blog ul {
  list-style: none;
  border: 2px solid #009C70;
}
.archive .blog ul a {
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 2vw;
  border-bottom: 2px solid #009C70;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a {
    padding: 4vw 2vw;
  }
}
.archive .blog ul a:last-child {
  border: none;
}
.archive .blog ul a li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive .blog ul a li .archive-image {
  width: 40%;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a li .archive-image {
    width: 40%;
    height: 50%;
  }
  .archive .blog ul a li .archive-image img {
    height: 100%;
  }
}
.archive .blog ul a li .archive-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .blog ul a li .outline {
  width: 55%;
}
.archive .blog ul a li .outline .date {
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a li .outline .date {
    font-size: 2.6vw;
    margin-bottom: 2vw;
  }
}
.archive .blog ul a li .outline .category {
  display: inline-block;
  background-color: #009C70;
  color: #fff;
  padding: 0.3vw 0.8vw;
  margin-bottom: 1vw;
  border-radius: 5px;
  font-size: 1vw;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a li .outline .category {
    font-size: 2.2vw;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
  }
}
.archive .blog ul a li .outline .title {
  font-size: 1vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a li .outline .title {
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
}
.archive .blog ul a li .outline p {
  font-size: 0.8vw;
  color: #333;
  text-align: end;
}
@media screen and (max-width: 766px) {
  .archive .blog ul a li .outline p {
    font-size: 2vw;
  }
}
.archive .blog_widget {
  width: 30%;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget {
    width: 100%;
  }
}
.archive .blog_widget .new {
  background-color: #fff;
  padding: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .new {
    padding: 4vw;
  }
}
.archive .blog_widget .new h3 {
  position: relative;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .new h3 {
    margin-bottom: 4vw;
  }
}
.archive .blog_widget .new h3::before {
  position: absolute;
  content: "";
  width: 0.8vw;
  height: 100%;
  background-color: #009C70;
  top: 0;
  left: 0%;
}
.archive .blog_widget .new h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #009C70;
  bottom: -2px;
  left: 0;
}
.archive .blog_widget .new ul {
  list-style: none;
}
.archive .blog_widget .new ul a {
  display: block;
  text-decoration: none;
  color: #009C70;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px dotted #009C70;
}
.archive .blog_widget .new ul a:last-child {
  border: none;
}
.archive .blog_widget .new ul a .date {
  color: #009C70;
  font-size: 0.8vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .new ul a .date {
    font-size: 2vw;
  }
}
.archive .blog_widget .new ul a .title {
  color: #009C70;
  font-size: 1vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .new ul a .title {
    font-size: 2.2vw;
  }
}
.archive .blog_widget .blog_category {
  background-color: #fff;
  padding: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .blog_category {
    padding: 4vw;
  }
}
.archive .blog_widget .blog_category h3 {
  position: relative;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .blog_category h3 {
    margin-bottom: 4vw;
  }
}
.archive .blog_widget .blog_category h3::before {
  position: absolute;
  content: "";
  width: 0.8vw;
  height: 100%;
  background-color: #009C70;
  top: 0;
  left: 0%;
}
.archive .blog_widget .blog_category h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #009C70;
  bottom: -2px;
  left: 0;
}
.archive .blog_widget .blog_category ul {
  list-style: none;
}
.archive .blog_widget .blog_category ul li {
  display: block;
  margin-bottom: 1.5vw;
  padding-bottom: 1vw;
  border-bottom: 1px dotted #009C70;
  font-size: 1vw;
}
.archive .blog_widget .blog_category ul li:last-child {
  border: none;
}
.archive .blog_widget .blog_category ul li a {
  text-decoration: none;
  color: #009C70;
}
@media screen and (max-width: 766px) {
  .archive .blog_widget .blog_category ul li a {
    font-size: 2.2vw;
  }
}
.archive .blog_widget .blog_category ul li a i {
  margin-right: 1.2vw;
}

.navigation {
  margin-top: 4vw;
  text-align: center;
}
.navigation span {
  border: none;
  background-color: #fff;
}

.archive #blog_single {
  width: 80%;
}
.archive #blog_single ul {
  list-style: none;
}
.archive #blog_single .blog_image {
  width: 50%;
  height: auto;
  margin-bottom: 2vw;
}
.archive #blog_single .blog_image img {
  width: 100%;
  height: 100%;
}
.archive #blog_single .outline {
  color: #fff;
}
.archive #blog_single .outline .date {
  font-size: 1vw;
  margin-bottom: 1vw;
}
.archive #blog_single .outline .title {
  font-size: 1vw;
  margin-bottom: 4v;
}
.archive #blog_single .outline .descn {
  font-size: 1vw;
}

.contact {
  margin-top: 8vw;
  padding-bottom: 8vw;
}
.contact .recruit {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
.contact .recruit .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (max-width: 766px) {
  .contact .recruit .top_title {
    margin-bottom: 8vw;
  }
}
.contact .recruit .top_title h2 {
  color: #fff;
}
.contact .recruit .top_title h2::after {
  background-color: #fff;
  left: -90%;
}
.contact .recruit .top_title p {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-align: end;
  padding-right: 8vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .recruit .top_title p {
    padding-right: 45vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .recruit .top_title p {
    padding-right: 20vw;
  }
}
.contact .recruit h3, .contact .recruit p {
  width: 80%;
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .recruit h3, .contact .recruit p {
    width: 85%;
  }
}
@media screen and (max-width: 766px) {
  .contact .recruit h3, .contact .recruit p {
    width: 95%;
  }
}
.contact .recruit h3 {
  margin-bottom: 3vw;
  font-family: "Noto serif JP", serif;
  text-align: center;
  font-weight: 300;
  font-size: 2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .recruit h3 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .recruit h3 {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
}
.contact .recruit p {
  letter-spacing: 0.5vw;
  line-height: 3vw;
  font-size: 1vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .recruit p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .recruit p {
    letter-spacing: 1vw;
    line-height: 6vw;
    font-size: 2.4vw;
  }
}
.contact .requirements {
  width: 80%;
  margin: auto;
}
.contact .requirements .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (max-width: 766px) {
  .contact .requirements .top_title {
    width: 80%;
    margin-bottom: 8vw;
  }
}
.contact .requirements .top_title h2 {
  color: #fff;
}
.contact .requirements .top_title h2::after {
  background-color: #fff;
  left: -45%;
  width: 40%;
}
@media screen and (max-width: 766px) {
  .contact .requirements .top_title h2 {
    width: 100%;
    margin: 0;
  }
}
.contact .requirements .top_title p {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-align: start;
  padding-left: 23vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .requirements .top_title p {
    padding-left: 18vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .requirements .top_title p {
    padding-left: 50vw;
  }
}
.contact .requirements .table table {
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (max-width: 766px) {
  .contact .requirements .table table {
    margin-bottom: 4vw;
  }
}
.contact .requirements .table table tr {
  border: none;
}
.contact .requirements .table table tr th, .contact .requirements .table table tr td {
  font-size: 1.2vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .requirements .table table tr th, .contact .requirements .table table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .requirements .table table tr th, .contact .requirements .table table tr td {
    font-size: 2.4vw;
  }
}
.contact .requirements .table table tr th {
  border: 2px solid #b8b6b6;
  background-color: #fffBF0;
  padding: 1vw;
}
@media screen and (max-width: 766px) {
  .contact .requirements .table table tr th {
    padding: 2vw;
  }
}
.contact .requirements .table table tr td {
  padding: 1vw;
  border: 1px solid #b8b6b6;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .contact .requirements .table table tr td {
    padding: 2vw;
  }
}
.contact .requirements .top_btn a button {
  margin: auto;
}
.contact .contact {
  width: 80%;
  margin: 8vw auto;
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .contact .contact {
    width: 95%;
  }
}
.contact .contact .top_title {
  text-align: start;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (max-width: 766px) {
  .contact .contact .top_title {
    width: 80%;
    margin-bottom: 8vw;
  }
}
.contact .contact .top_title h2 {
  color: #fff;
}
.contact .contact .top_title h2::after {
  background-color: #fff;
  left: -45%;
  width: 40%;
}
@media screen and (max-width: 766px) {
  .contact .contact .top_title h2 {
    width: 100%;
    margin: 0;
  }
}
.contact .contact .top_title p {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-align: start;
  padding-left: 23vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .contact .top_title p {
    padding-left: 18vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .contact .top_title p {
    padding-left: 50vw;
  }
}
.contact .contact .contact_form {
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .contact .contact_form {
    width: 70%;
  }
}
@media screen and (max-width: 766px) {
  .contact .contact .contact_form {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.contact .contact .contact_form .contact_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 766px) {
  .contact .contact .contact_form .contact_contents {
    padding: 5vw 0;
  }
}
.contact .contact .contact_form .contact_contents:not(:first-child) p:last-child span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
.contact .contact .contact_form .contact_contents:not(:first-child) p:last-child span input {
  width: 100%;
  height: 70%;
}
.contact .contact .contact_form .contact_contents p:first-child {
  width: 35%;
  height: 4vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 766px) {
  .contact .contact .contact_form .contact_contents p:first-child {
    font-size: 2.4vw;
    height: 8vw;
  }
}
.contact .contact .contact_form .contact_contents p:first-child span {
  margin-left: 1.5vw;
  color: #FF0000;
}
.contact .contact .contact_form .contact_contents p:last-child {
  width: 65%;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 766px) {
  .contact .contact .contact_form .contact_contents p:last-child {
    height: 8vw;
    font-size: 2.4vw;
  }
}
.contact .contact .contact_form .contact_contents:last-child p {
  height: 10vw;
}
@media screen and (max-width: 766px) {
  .contact .contact .contact_form .contact_contents:last-child p {
    height: 25vw;
  }
}
.contact .contact .contact_form .contact_contents:last-child p:last-child textarea {
  width: 100%;
  height: 100%;
}
.contact .contact .submit p {
  text-align: center;
}
.contact .contact .submit p input {
  width: 16vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .contact .contact .submit p input {
    width: 17vw;
  }
}
@media screen and (max-width: 766px) {
  .contact .contact .submit p input {
    width: 40vw;
  }
}

footer {
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/メタル_BG-1-scaled.png);
  background-position: center;
  background-size: cover;
}
footer .footer_contact {
  background-image: url(http://masudasouken.xyz/wp-content/uploads/2025/12/画像.png);
  width: 100vw;
  padding: 4vw 0;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_contact {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_contact {
    padding: 12vw 0;
  }
}
footer .footer_contact .footer_contact_headline {
  text-align: center;
  color: #fff;
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_headline {
    width: 45%;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_headline {
    width: 80%;
  }
}
footer .footer_contact .footer_contact_headline h2 {
  position: relative;
  font-family: "Noto serif JP", serif;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_headline h2 {
    font-size: 8vw;
  }
}
footer .footer_contact .footer_contact_headline h2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #fff;
}
footer .footer_contact .footer_contact_headline h2::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20%;
  height: 2px;
  background-color: #fff;
}
footer .footer_contact .footer_contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex {
    flex-flow: column;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left {
  text-align: center;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left {
    margin-bottom: 12vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left .footer_logo {
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left .footer_logo {
    width: 90%;
    margin: auto;
    margin-bottom: 8vw;
  }
  footer .footer_contact .footer_contact_flex .footer_contact_left .footer_logo img {
    width: 100%;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left .address {
  color: #fff;
  margin-bottom: 1vw;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left .address {
    width: 80%;
    margin: auto;
    font-size: 3.5vw;
    margin-bottom: 6vw;
    text-align: start;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left h4 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left h4 {
    margin-bottom: 6vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left h4 a {
  color: #fff;
  font-family: "Noto serif JP", serif;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left h4 a {
    font-size: 7vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left h4 a i::before {
  margin-right: 3vw;
}
footer .footer_contact .footer_contact_flex .footer_contact_left .contact_btn button {
  width: 80%;
  margin: auto;
  border: none;
  background-color: #009C70;
  padding: 1vw;
  box-shadow: 0px 5px 0px #03503A;
  transition: all 0.3s;
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_left .contact_btn button {
    padding: 4vw 1vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_left .contact_btn button:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
footer .footer_contact .footer_contact_flex .footer_contact_left .contact_btn button a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-decoration: none;
  font-weight: 600;
}
footer .footer_contact .footer_contact_flex .footer_contact_left .contact_btn button a i {
  margin-bottom: 0.5vw;
}
footer .footer_contact .footer_contact_flex .footer_contact_right .map {
  margin-bottom: 1vw;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_flex .footer_contact_right .map iframe {
    width: 100%;
    height: 25vw;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_contact .footer_contact_flex .footer_contact_right .map iframe {
    width: 100%;
    height: 80vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_right .access {
  color: #fff;
}
footer .footer_contact .footer_contact_flex .footer_contact_right .access h4 {
  position: relative;
  font-family: "Noto serif JP", serif;
  margin-bottom: 0.5vw;
}
footer .footer_contact .footer_contact_flex .footer_contact_right .access h4::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 25%;
}
footer .footer_menu {
  width: 60%;
  margin: 4vw auto;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_menu {
    width: 70%;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_menu {
    width: 85%;
  }
}
footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 766px) {
  footer .footer_menu ul {
    flex-wrap: wrap;
  }
}
footer .footer_menu ul li {
  width: 25%;
  list-style: none;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    width: 28%;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_menu ul li {
    width: 33%;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_menu ul li:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_menu ul li:last-child {
    width: 50%;
  }
}
footer .footer_menu ul li a {
  text-decoration: none;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_menu ul li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_menu ul li a {
    font-size: 3.5vw;
  }
}
footer .footer_menu .page_top_btn {
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translate(0%, -50%);
  padding: 0.7em;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  footer .footer_menu .page_top_btn {
    right: -18%;
  }
}
@media screen and (max-width: 766px) {
  footer .footer_menu .page_top_btn {
    display: none;
  }
}
footer .copyright {
  padding: 2vw 0;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  footer .copyright {
    padding: 8vw 0;
  }
}
footer .copyright p {
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */