@charset "UTF-8";
.c-yellow {
  color: #f1b500 !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  font-family: "Noto Sans JP", "Noto Serif JP", "Yu Gothic", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

@media screen and (min-width: 1441px) {
  .br_tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_tab {
    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;
  }
}

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .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;
  }
}

a, th, td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.mt-20 {
  margin-top: 20px !important;
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3vw;
  }
}

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;
  }
}

.fs-type {
  font-size: 3rem !important;
}

.head-en {
  font-size: 4.5rem;
  color: #3671be;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: transparent;
  background: #142d63;
  text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.05), 0.01em 0.04em 0.03em rgba(255, 255, 255, 0.4);
  -webkit-background-clip: text;
}

.head-ja {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: rgb(65, 45, 38);
  font-weight: 600;
  letter-spacing: 0.15em;
}

.textdeko {
  padding: 4px 10px;
  color: #fff;
  background: #f3a949;
  margin-right: 5px;
  border-radius: 10px;
}

.header_menu ul li .nav01 {
  color: #0c77db;
}

.header_menu ul li .nav02 {
  color: #11cb5d;
}

.header_menu ul li .nav03 {
  color: #e92121;
}

.header_menu ul li .nav04 {
  color: #f1b810;
}

.header_menu ul li .nav05 {
  color: #82bcf1;
}

.header_menu ul li .nav06 {
  color: #a349f8;
}

.header_menu ul li a.nav07:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -30px;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/nav07.png) no-repeat;
  background-size: contain;
}

.header_menu ul li a.nav08:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -30px;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/nav08.png) no-repeat;
  background-size: contain;
}

.header_menu ul li a.nav09:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -30px;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/nav09.png) no-repeat;
  background-size: contain;
}

.top_head {
  font-weight: 600;
  position: relative;
  text-align: center;
  margin: 70px auto 45px;
}
.top_head::before {
  position: absolute;
  content: "";
  width: 93px;
  height: 70px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/2025/07/title-bg.png) no-repeat center/contain;
  z-index: 1;
}

#lower {
  position: relative;
  margin-bottom: 8vw;
}
#lower .lower {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 45vh;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#lower .lower_contents {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* 背景より前に出すため */
  width: 50%;
}
#lower .lower_contents::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 100px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/2024/08/22846763.png) center center/contain no-repeat;
}
#lower .lower_contents .lower_txt {
  width: 100%;
}
#lower .lower_contents .lower_txt img {
  width: 100%;
}
#lower .breadcrumbs {
  margin: 0 0 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    margin: 0 0 0 3vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    margin: 0 0 0 4vw;
    padding-top: 3vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 2.7vw;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #333333;
  transition: all 0.8s ease;
  font-size: 0.7vw;
}
@media screen and (min-width: 1441px) {
  #lower .breadcrumbs p a {
    font-size: 0.7vw;
  }
}
#lower .breadcrumbs p a:hover {
  color: #a2945e;
  text-shadow: 0 0 8px #fdfdfd;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #000;
  background-color: rgba(255, 249, 173, 0.3);
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 2vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffbf00;
}

.lower_bgimg {
  background-size: cover;
  background-repeat: round;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_bgimg {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 768px) {
  .lower_bgimg {
    background-repeat: repeat;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #333333;
  padding: 1rem 2rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0957bd;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.more_btn a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background: #fff;
  border: solid 2px #e0e0e0;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #e0e0e0;
  padding: 0.5vw 2vw;
  color: #e0e0e0 !important;
  text-decoration: none !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .more_btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .more_btn a {
    font-size: 1.5rem;
    padding: 1vw 5vw;
  }
}

.more_btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more_btn a:after {
  content: url();
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.more_btn a:hover, .more_btn a:focus, .more_btn a:active,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #fff !important;
  box-shadow: 4px 4px 0px #c8c8c8 !important;
  outline: solid 1px #fff;
}

.more_btn a:hover:before, .more_btn a:focus:before, .more_btn a:active:before,
.more-link:hover:before, .more-link:focus:before, .more-link:active:before {
  transform: scaleX(1);
}

/* Instagram css */
.footer_instagram {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 27%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_instagram {
    bottom: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_instagram {
    bottom: 17%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_instagram {
    width: 25%;
    bottom: 15%;
  }
}
.footer_instagram:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_instagram .insta_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.topbtn {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #4d2c2b;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #beae36;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.2s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topbtn {
    width: 180px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .topbtn {
    font-size: 3.3vw;
  }
}
.topbtn:hover {
  color: #fff;
}
.topbtn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #beae36;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.topbtn span {
  position: relative;
}

.topbtn:hover::before {
  background-color: #beae36;
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

/* Instagram css */
.footer_line {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_line {
    bottom: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_line {
    bottom: 12%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_line {
    width: 25%;
    bottom: 10%;
  }
}
.footer_line:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_line .line_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 100;
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loadingText {
  animation: 0.5s flashing infinite;
  color: #333333;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 2.7vw;
  }
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-box .pulse-container .pulse-bubble {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f1b500;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
  z-index: 200;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
}
@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::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/08/wave.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 62px;
  bottom: -62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.1s;
}
header #header_pc .header_logo {
  width: 20%;
  margin-top: 1vw;
  margin-bottom: -1vw;
}
header #header_pc .header_logo img {
  width: 80%;
}
header #header_pc .header_menu {
  width: 80%;
  height: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-bottom: 0.5vw;
}
header #header_pc .header_menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
header #header_pc .header_menu ul li a {
  display: block;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #333333;
  position: relative;
  padding: 0 1vw 0 0.2vw;
  transition: all 0.4s;
  font-size: 1vw;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_menu ul li a {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    padding-top: 4vw;
    font-size: 1.5vw;
  }
}
header #header_pc .header_menu ul li a:hover {
  color: #046bcc;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 30%;
  content: "";
  width: 20px;
  height: 2px;
  background: #046bcc;
  top: 100%;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header #header_pc .header_menu ul li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header #header_pc .header_menu ul li a.current {
  color: #046bcc;
}
header #header_pc .header_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc .header_menu ul li i {
  font-size: 1.5vw;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_menu ul li i {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li i {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  width: 100%;
  position: fixed;
  height: 62px;
  background-color: #ffffff;
}
header #header_sp .header_sp::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/08/wave.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 62px;
  bottom: -62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.1s;
}
header #header_sp .header_sp .header_logo {
  width: 20%;
  margin: 2vw auto 0;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_logo {
    width: 30%;
  }
}
header #header_sp .header_sp .header_logo img {
  width: 100%;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 38, 119, 0.8);
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  list-style: none;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  text-align: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  margin-bottom: 2vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span {
    width: 50px;
  }
}

.hamburger p {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
}

.hamburger span:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(1) {
    top: 0;
  }
}

.hamburger span:nth-child(2) {
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(2) {
    top: 10px;
  }
}

.hamburger span:nth-child(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(3) {
    top: 20px;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 15px;
  background: #ffffff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 15px;
  background: #ffffff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  color: #333333;
  background: rgba(0, 38, 119, 0.8);
  text-align: center;
  width: 100%;
  height: 60vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.sns {
  justify-content: center !important;
}

nav.globalMenuSp .ul li {
  list-style-type: none;
  padding: 0;
  width: 40%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

nav.globalMenuSp .ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .ul li:hover {
  background: #046bcc;
}

nav.globalMenuSp .ul li a {
  display: block;
  color: #333333;
  padding: 1em 0;
  font-size: 3vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #333333;
  position: relative;
  text-align: start;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}
nav.globalMenuSp .ul li a::before {
  position: absolute;
  content: "◆";
  color: #fff;
  width: 30px;
  height: 30px;
  left: 0;
}

.hamburger_policy {
  width: 50% !important;
  text-align: center;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #333333;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #333333;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
nav.globalMenuSp.active ul {
  justify-content: center !important;
}
nav.globalMenuSp.active ul li {
  width: 40%;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp.active ul li {
    width: 45%;
  }
}

#top_main {
  overflow: hidden;
}
#top_main .top_main {
  width: 100%;
  margin-top: 62px;
  height: calc(100svh - 62px);
  position: relative;
}
#top_main .top_main .nomove {
  top: 40% !important;
  width: 70% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .nomove {
    left: 50% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .nomove {
    left: 50% !important;
    width: 150% !important;
  }
}
#top_main .top_main .nomove img {
  width: 100%;
}
#top_main .top_main .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media screen and (min-width: 1441px) {
  #top_main .top_main .top_main_title {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title {
    width: 95%;
    top: 55%;
  }
}
#top_main .top_main .top_main_title h2 {
  color: #ffffff;
  border-bottom: 4px solid #046bcc;
  padding: 0 2vw;
  font-size: 2.5vw;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: -5px;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title h2 {
    font-size: 3.8vw;
    letter-spacing: -4px;
    padding: 0 2vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title h2 {
    font-size: 4.5vw;
    letter-spacing: -1.5px;
    padding: 0 2vw 1vw;
    border-bottom: 2px solid #046bcc;
  }
}
#top_main .top_main .top_main_title p {
  color: #ffffff;
  padding-top: 1vw;
  font-size: 1.4vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title p {
    font-size: 3.5vw;
  }
}
#top_main .top_main .slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
#top_main .top_main .slider .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_main .top_main .slider .slick-list .slick-track .slick-img .img03 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.top_bg {
  background-size: contain;
  background-repeat: round;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_bg {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 768px) {
  .top_bg {
    background-repeat: repeat;
  }
}

caption {
  display: none;
}

.top_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents {
    padding: 40px 0 80px;
  }
}
.top_contents .top_head {
  font-weight: 600;
  position: relative;
  text-align: center;
  margin: 70px auto 45px;
}
.top_contents .top_head::before {
  position: absolute;
  content: "";
  width: 93px;
  height: 70px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/2025/07/title-bg.png) no-repeat center/contain;
  z-index: 1;
}

#top_contents .top_table {
  background: #fff8e6;
  position: relative;
}
#top_contents .top_table::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 66px;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/wave2-1.png) no-repeat;
}
#top_contents .top_table::after {
  position: absolute;
  content: "";
  width: 370px;
  height: 360px;
  top: -150px;
  right: 0;
  z-index: 1;
  background: url(/wp-content/uploads/2025/07/birdicon.png) 0% 0%/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #top_contents .top_table::after {
    width: 320px;
    height: 310px;
  }
}
#top_contents .top_table .top_tablebox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px;
}
#top_contents .top_table .top_tablebox .top_table_title {
  font-weight: 600;
  margin: 70px auto 45px;
  position: relative;
  text-align: center;
}
#top_contents .top_table .top_tablebox .top_table_contents {
  margin: 0 auto;
  position: relative;
  width: 50%;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents {
    width: 90%;
  }
}
#top_contents .top_table .top_tablebox .top_table_contents table thead tr td {
  text-align: center;
  background-color: #fffdb6 !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents table thead tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents table thead tr td {
    font-size: 1.5rem;
  }
}
#top_contents .top_table .top_tablebox .top_table_contents table thead tr th {
  text-align: center;
  background-color: #fffdb6 !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents table thead tr th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents table thead tr th {
    font-size: 1.5rem;
  }
}
#top_contents .top_table .top_tablebox .top_table_contents table tbody tr td {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents table tbody tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents table tbody tr td {
    font-size: 1.5rem;
  }
}
#top_contents .top_table .top_tablebox .top_table_contents .black {
  color: #333;
  font-size: 0.9vw;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents .black {
    font-size: 2vw;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents .black {
    font-size: 3vw;
    margin-left: 10vw;
  }
}
#top_contents .top_table .top_tablebox .top_table_contents .red {
  color: #ff0000;
  font-size: 0.9vw;
  margin-top: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_tablebox .top_table_contents .red {
    font-size: 2vw;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_tablebox .top_table_contents .red {
    font-size: 3vw;
    margin-left: 10vw;
  }
}
#top_contents .top_table .top_table_img {
  position: absolute;
  width: 30%;
  top: 45%;
  left: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_table .top_table_img {
    width: 50%;
    top: 75%;
    left: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_table .top_table_img {
    width: 70%;
    top: 85%;
    left: 20%;
  }
}
#top_contents .top_table .top_table_img img {
  width: 100%;
}
#top_contents .top_greeting .greet_box {
  position: relative;
}
#top_contents .top_greeting .greet_box .greet_img {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_box .greet_img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_img {
    width: 90%;
    margin: 0 auto 10vw;
    text-align: center;
  }
}
#top_contents .top_greeting .greet_box .greet_img img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_box .greet_ttl {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_ttl {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
#top_contents .top_greeting .greet_box .greet_ttl .greet_maintxt {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 30px;
  color: #fff;
  background-color: rgb(219, 206, 22);
  font-size: 1.6rem;
  border-radius: 5px;
  box-shadow: 8px 8px 0px 0px #e8eda1;
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_ttl .greet_maintxt {
    font-size: 1rem;
  }
}
#top_contents .top_greeting .greet_box .greet_ttl .ttl1 {
  top: 60px;
  right: 160px;
  position: absolute;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl1 {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl1 {
    position: static;
  }
}
#top_contents .top_greeting .greet_box .greet_ttl .ttl2 {
  top: 160px;
  right: 160px;
  position: absolute;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl2 {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl2 {
    position: static;
  }
}
#top_contents .top_greeting .greet_box .greet_ttl .ttl3 {
  top: 260px;
  right: 0px;
  position: absolute;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl3 {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_box .greet_ttl .ttl3 {
    position: static;
  }
}
#top_contents .top_greeting .greet_txt {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_greeting .greet_txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_greeting .greet_txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
  }
}
#top_contents .top_feature {
  padding-bottom: 100px;
  position: relative;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.98) 2px, rgba(255, 255, 255, 0.98) 102px), repeating-linear-gradient(0deg, transparent, transparent 52px, #99d0ff 52px, #99d0ff 54px);
}
#top_contents .top_feature .top_feature_box {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 0 30px;
  position: relative;
  border-top: 2px solid #beae36;
  background: #fff8e6;
}
#top_contents .top_feature .top_feature_box .top_feature_ttl {
  margin: -50px auto 0;
  text-align: center;
}
#top_contents .top_feature .top_feature_box .top_feature_ttl img {
  max-width: 100%;
  height: auto;
}
#top_contents .top_feature .top_feature_box .top_feature_inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
#top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list {
    flex-flow: column;
  }
}
#top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li {
  width: 33%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}
#top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li figure img {
  width: 100%;
}
#top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li .top_feature_txt {
  text-align: center;
  margin-top: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li .top_feature_txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_feature .top_feature_box .top_feature_inner .top_feature_list li .top_feature_txt {
    font-size: 1.5rem;
  }
}
#top_contents .top_feature .top_devide_img {
  width: 80%;
  margin: 0 auto;
}
#top_contents .top_feature .top_devide_img img {
  width: 100%;
}
#top_contents .top_area {
  overflow-x: hidden;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}
#top_contents .top_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 76px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/wave4.png) no-repeat;
  z-index: 1;
}
#top_contents .top_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/07/wave3.png) no-repeat;
  z-index: 1;
}
#top_contents .top_area .top_area_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_area .top_area_inner {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_area .top_area_inner {
    flex-flow: column-reverse;
    padding-top: 80px;
  }
}
#top_contents .top_area .top_area_inner .top_area_img {
  margin-left: auto;
  margin-right: auto;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_contents .top_area .top_area_inner .top_area_img {
    width: 80%;
  }
}
#top_contents .top_area .top_area_inner .top_area_img .area {
  max-width: 440px;
  padding: 20px 0 60px;
  filter: grayscale(4%) drop-shadow(7px 7px 0px rgba(189, 175, 97, 0.6));
}
#top_contents .top_area .top_area_inner .top_area_img .area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top_contents .top_area .top_area_inner .top_area_txt {
  width: 48%;
  margin-left: 4%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_contents .top_area .top_area_inner .top_area_txt {
    width: 80%;
  }
}
#top_contents .top_area .top_area_inner .top_area_txt p {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
#top_contents .top_flex_contents {
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  background-color: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 226) 35%, rgb(254, 255, 212) 100%);
}
#top_contents .top_flex_contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul {
    flex-flow: column;
  }
}
#top_contents .top_flex_contents ul li {
  margin-bottom: 40px;
  position: relative;
  width: 31%;
  margin: 0 3.495% 30px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li {
    width: 32%;
    margin: 5vw auto 10vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul li {
    width: 85%;
    margin: 5vw auto 10vw;
  }
}
#top_contents .top_flex_contents ul li figure {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 3px solid #beae36;
}
#top_contents .top_flex_contents ul li figure img {
  max-width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li figure img {
    height: 30vh;
  }
}
#top_contents .top_flex_contents ul li .flex_inner {
  position: absolute;
  top: 30px;
  right: 20px;
  filter: grayscale(4%) drop-shadow(rgba(16, 30, 92, 0.6) 5px 5px 0px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li .flex_inner {
    top: 5px;
  }
}
#top_contents .top_flex_contents ul li .flex_inner h2 {
  line-height: 1.4;
}
#top_contents .top_flex_contents ul li .flex_inner h2 .num {
  font-weight: 600;
  font-size: 2rem;
  background-color: rgb(219, 206, 22);
  color: rgb(255, 255, 255);
  padding: 8px 14px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li .flex_inner h2 .num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul li .flex_inner h2 .num {
    font-size: 1.5rem;
  }
}
#top_contents .top_flex_contents ul li .flex_inner h2 .text {
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  display: inherit;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
  padding: 30px 14px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li .flex_inner h2 .text {
    padding: 15px 14px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul li .flex_inner h2 .text {
    font-size: 1.3rem;
  }
}
#top_contents .top_flex_contents ul li .topbtn {
  position: absolute;
  bottom: -15px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li .topbtn {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul li .topbtn {
    bottom: -10px;
  }
}
#top_contents .top_flex_contents ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_flex_contents ul li:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_flex_contents ul li:last-child {
    margin-right: auto;
  }
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 8vw;
}
#works .works .works_text p {
  color: #333333;
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#works .works .works_contents ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    flex-flow: column;
  }
}
#works .works .works_contents ul li {
  width: 30%;
  color: #333333;
  margin: 2vw 1vw;
  padding: auto;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul li .thumb {
  width: 100%;
  height: 20vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works .works_contents ul li .thumb .search i {
  transition: all 0.4s;
  color: #333333;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works .works_contents ul li .title h4 {
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .text p {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents p {
  color: #333333;
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
  background-color: rgba(255, 249, 173, 0.3);
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 35vw;
  }
}
#works .works .works_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img {
  width: 45%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #ffbf00;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#service .service {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service {
    width: 100%;
  }
}
#service .service .service_greeting .service_greeting_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service .service_greeting .service_greeting_inner {
    padding: 0 5%;
  }
}
#service .service .service_greeting .service_greeting_inner .service_greeting_img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #service .service .service_greeting .service_greeting_inner .service_greeting_img {
    width: 100%;
  }
}
#service .service .service_greeting .service_greeting_inner .service_greeting_img figure {
  filter: grayscale(4%) drop-shadow(7px 7px 0px rgba(231, 233, 102, 0.6));
}
#service .service .service_greeting .service_greeting_inner .service_greeting_img figure img {
  width: 100%;
  height: auto;
}
#service .service .service_greeting .service_greeting_inner .service_greeting_txt {
  width: 58%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  #service .service .service_greeting .service_greeting_inner .service_greeting_txt {
    width: 100%;
  }
}
#service .service .service_greeting .service_greeting_inner .service_greeting_txt .service_greeting_txtstart {
  margin-top: 30px;
}
#service .service .service_greeting .service_greeting_inner .service_greeting_txt .service_greeting_txtend {
  margin-top: 30px;
  margin-left: 10px;
}
#service .service .service_detail .service_detail_box {
  margin: 50px auto 30px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0px 8px rgba(54, 113, 190, 0.2);
  border-radius: 10px;
}
#service .service .service_detail .service_detail_box .service_detail_ttl {
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffd230, #dbc41b);
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_detail_box .service_detail_ttl {
    font-size: 1.5rem;
  }
}
#service .service .service_detail .service_detail_box .service_detail_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#service .service .service_detail .service_detail_box .service_detail_list li {
  width: 31%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_detail .service_detail_box .service_detail_list li {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_detail .service_detail_box .service_detail_list li {
    width: 100%;
    margin-right: 0;
  }
}
#service .service .service_detail .service_detail_box .service_detail_list li figure {
  width: 100%;
  height: auto;
}
#service .service .service_detail .service_detail_box .service_detail_list li figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_detail .service_detail_box .service_detail_list li .service_detail_inner {
  position: relative;
  margin-top: -70px;
}
#service .service .service_detail .service_detail_box .service_detail_list li .service_detail_inner .ttl {
  display: inline-block;
  background: #bebc36;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 20px;
}
#service .service .service_detail .service_detail_box .service_detail_list li .service_detail_inner p {
  font-size: 14px;
  line-height: 1.6;
}
#service .service_feature {
  position: relative;
}
#service .service_feature::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 74px;
  background: url(/wp-content/uploads/2025/08/wave00.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #service .service_feature::before {
    width: 100vw;
    height: 11.84vw;
    top: -40px;
  }
}
#service .service_feature .service_feature_box {
  background: #fff8e6;
  padding: 10px 0 100px;
}
#service .service_feature .service_feature_box .service_feature_inner {
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_feature .service_feature_box .service_feature_inner {
    padding: 20px 30px;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_feature .service_feature_box .service_feature_inner {
    width: 90%;
    padding: 40px 10px;
  }
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list {
  margin-top: 30px;
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li figure {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li figure {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li figure {
    width: 100%;
    margin-right: 0;
  }
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li figure img {
  width: 100%;
  height: auto;
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner {
  width: 68%;
  margin-left: 2%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner {
    width: 100%;
    margin-left: 0;
  }
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner .ttl {
  background-color: #f1b500;
  color: #fff;
  display: inline-block;
  padding: 8px 50px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner .ttl {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner .ttl {
    padding: 8px 20px;
  }
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list li .service_feature_inner .txt {
  padding: 0 20px;
  text-align: left;
}
#service .service_feature .service_feature_box .service_feature_inner .service_feature_list .service_feature_item {
  margin-top: 50px;
}
#service .service_info {
  background-size: auto auto;
  background-color: #fff;
  margin-bottom: 100px;
}
#service .service_info .service_info_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
#service .service_info .service_info_box .service_info_inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
#service .service_info .service_info_box .service_info_inner .service_info_img figure {
  width: 100%;
  height: auto;
}
#service .service_info .service_info_box .service_info_inner .service_info_img figure img {
  width: 100%;
  height: auto;
}
#service .service_info .service_info_box .service_info_inner .service_info_list {
  background-color: #fafafa;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list {
    padding: 40px 10px;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item {
    margin: 0;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_ttl {
  width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_ttl {
    width: 35%;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_ttl .ttl {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px;
  color: #fff;
  border: 2px solid #f1b500;
  background-color: #f1b500;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_ttl .ttl {
    font-size: 1rem;
    padding: 10px 5px;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt {
    width: 60%;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt .txt {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt .txt {
    margin-top: 0;
    font-size: 0.95rem;
  }
}
#service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt .txt span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service_info .service_info_box .service_info_inner .service_info_list .service_info_item .info_item_txt .txt span {
    font-size: 1.3rem;
  }
}
#service .service_flow {
  position: relative;
}
#service .service_flow::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 74px;
  background: url(/wp-content/uploads/2025/08/wave00.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #service .service_flow::before {
    width: 100vw;
    height: 11.84vw;
    top: -40px;
  }
}
#service .service_flow .service_flow_box {
  background: #fff8e6;
  padding: 10px 0 100px;
}
#service .service_flow .service_flow_box .service_flow_inner {
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
  align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_flow .service_flow_box .service_flow_inner {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_flow .service_flow_box .service_flow_inner {
    width: 90%;
    padding: 40px 10px;
  }
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list {
  margin-top: 30px;
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_img {
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_img {
    width: 100%;
    margin-right: 0;
  }
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_img img {
  width: 100%;
  height: auto;
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt {
  width: 76%;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt {
    width: 100%;
  }
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt .ttl {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #f1b500;
  padding-bottom: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt .ttl {
    font-size: 1.1rem;
  }
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt .ttl .num {
  background-color: #f1b500;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  margin-right: 20px;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 768px) {
  #service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt .ttl .num {
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 1.5rem;
  }
}
#service .service_flow .service_flow_box .service_flow_inner .service_flow_list .service_flow_item .service_flow_txt .txt {
  padding: 0 20px;
  text-align: left;
}

#about .about {
  width: 80%;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about .about {
    width: 100%;
    margin-bottom: 100px;
  }
}
#about .about .about_philosophy {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #about .about .about_philosophy {
    width: 100%;
    padding: 20px 10px;
  }
}
#about .about .about_philosophy .about_philosophy_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .about .about_philosophy .about_philosophy_inner {
    width: 100%;
    padding: 20px 10px;
  }
}
#about .about .about_philosophy .about_philosophy_inner .philosophy_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .about .about_philosophy .about_philosophy_inner .philosophy_img {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
}
#about .about .about_philosophy .about_philosophy_inner .philosophy_img img {
  width: 100%;
}
#about .about .about_philosophy .about_philosophy_inner .philosophy_txt {
  background-color: #fff8e6;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #about .about .about_philosophy .about_philosophy_inner .philosophy_txt {
    width: 100%;
    padding: 20px 10px;
  }
}
#about .about .about_philosophy .about_philosophy_inner .philosophy_txt p {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_philosophy .about_philosophy_inner .philosophy_txt p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_philosophy .about_philosophy_inner .philosophy_txt p {
    font-size: 1.15rem;
  }
}
#about .about_origin {
  position: relative;
}
#about .about_origin::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 74px;
  background: url(/wp-content/uploads/2025/08/wave00.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about_origin::before {
    width: 100vw;
    height: 11.84vw;
    top: -40px;
  }
}
#about .about_origin .about_origin_box {
  background: #fff8e6;
  padding: 10px 0 100px;
}
#about .about_origin .about_origin_box .about_origin_inner {
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about_origin .about_origin_box .about_origin_inner {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #about .about_origin .about_origin_box .about_origin_inner {
    width: 90%;
    padding: 40px 10px;
  }
}
#about .about_origin .about_origin_box .about_origin_inner .origin_num {
  position: absolute;
  content: "";
  width: 100px;
  height: 200px;
  top: -26px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #about .about_origin .about_origin_box .about_origin_inner .origin_num {
    width: 80px;
    height: 180px;
    left: 10px;
  }
}
#about .about_origin .about_origin_box .about_origin_inner .origin_num img {
  max-width: 100%;
  height: auto;
}
#about .about_origin .about_origin_box .about_origin_inner .origine_img {
  text-align: center;
  margin-bottom: 30px;
}
#about .about_origin .about_origin_box .about_origin_inner .origine_img figure img {
  max-width: 100%;
  height: auto;
}
#about .about_origin .about_origin_box .about_origin_inner .origine_txt p span {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about_origin .about_origin_box .about_origin_inner .origine_txt p span {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_origin .about_origin_box .about_origin_inner .origine_txt p span {
    font-size: 3.4vw;
  }
}

#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  background-color: rgba(255, 255, 255, 0.4);
  /*
  &:nth-child(even){
      background-color: rgba(255,255,255,.4);
  }
  */
}
#company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-flow: row;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
  color: #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    font-size: 3.3vw;
    text-align: center;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
#company .company .company_contents table tr td {
  width: 70%;
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333333;
}
#sales .sales ul li .sales_name {
  width: 30%;
  text-align: center;
}
#sales .sales ul li .sales_name h4 {
  color: #333333;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 70%;
}
#sales .sales ul li .sales_contents p {
  color: #333333;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #ffbf00;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 1vw;
}

#philosophy .philosophy {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy .lower_headline {
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table {
  width: 100%;
}
#philosophy .philosophy table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tbody {
    flex-flow: column;
  }
}
#philosophy .philosophy table tr {
  width: 45%;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
  color: #333333;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 3.3vw;
  }
}
#philosophy .philosophy table tr th {
  width: 40%;
}
#philosophy .philosophy table tr td {
  width: 60%;
}

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_greeting {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  background-color: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 226) 35%, rgb(254, 255, 212) 100%);
}
#recruit .recruit .recruit_greeting .recruit_greeting_img {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
#recruit .recruit .recruit_greeting .recruit_greeting_img figure {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greeting .recruit_greeting_img figure {
    width: 85%;
  }
}
#recruit .recruit .recruit_greeting .recruit_greeting_img figure img {
  width: 100%;
}
#recruit .recruit .recruit_greeting .recruit_greeting_txt {
  text-align: center;
}
#recruit .recruit .recruit_mv_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto 50px;
  justify-content: center;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item {
  max-width: 400px;
  margin-left: 2%;
  margin-right: 2%;
  width: 48%;
  margin-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item {
    width: 70%;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item {
    width: 70%;
  }
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item figure {
  position: relative;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item figure::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #f3a949, #f3a949 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
  z-index: -1;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item figure img {
  max-width: 100%;
  height: auto;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item .mv_contents_inner {
  position: relative;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item .mv_contents_inner .mv_contents_ttl {
  margin-top: -65px;
  margin-bottom: 10px;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item .mv_contents_inner .mv_contents_ttl p span {
  display: inline-block;
  background: #bebc36;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 10px;
}
#recruit .recruit .recruit_mv_contents .recruit_mv_contents_list .recruit_mv_contents_item .mv_contents_inner .mv_contents_txt {
  margin-top: 20px;
}
#recruit .recruit .recruit_mv_contents .recruit_video {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_mv_contents .recruit_video .small-box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#recruit .recruit .recruit_mv_contents .recruit_video .small-box .vid-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  width: 48%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h4 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  border-bottom: 1px solid #9b9b9b;
  padding: 2vw 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 3.3vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #212121;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #f0f0f0;
  background-color: #e0e0e0;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #212121;
  background-color: #f0f0f0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #f0f0f0;
  background-color: #e0e0e0;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents h4 {
  color: #333333;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #333333;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #333333;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #333333;
}
.navigation a {
  border: none;
  color: #333333;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #333333;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #333333;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #ffffff;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap select {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #ffffff;
  background-color: #333;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 60px;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

#footer_contact {
  position: relative;
}
#footer_contact .footer_contact {
  width: 100%;
  height: 35vw;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact {
    height: 70vw;
  }
}
#footer_contact .footer_contact .footer_contact_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#footer_contact .footer_contact_contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 4vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer_contact .footer_contact_contents .headline {
  display: inline-block;
  color: #ffdede;
  margin-bottom: 4vw;
}
#footer_contact .footer_contact_contents .headline p {
  text-align: center;
}
#footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content {
    flex-flow: column;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    width: 80%;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button i {
  margin-right: 1vw;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
  color: #00b910;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  color: #00b910;
  background-color: #ffffff;
  transition: all 0.4s;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button:hover {
  color: #ffffff;
  background-color: #c9cc04;
}
#footer_contact .footer_contact_contents .text {
  text-align: center;
  color: #ffdede;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .text {
    margin-bottom: 2.5vw;
  }
}

footer {
  background-color: #ffdede;
}
footer .footer_menu {
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    padding-top: 8vw;
  }
}
footer .footer_menu .footer_logo {
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_logo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_logo {
    width: 60%;
  }
}
footer .footer_menu .footer_logo img {
  width: 100%;
}
footer .footer_menu .footer_info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  color: #333333;
}
footer .footer_menu .footer_link {
  width: 15%;
  margin: 3vw auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_link {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_link {
    width: 45%;
    margin: 10vw auto 0;
  }
}
footer .footer_menu .footer_link img {
  width: 100%;
}
footer .footer_menu .footer_menulist {
  padding-top: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menulist {
    width: 95%;
    flex-wrap: wrap;
    padding-top: 8vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menulist li {
    margin-bottom: 1vw;
    width: 40%;
    text-align: center;
  }
}
footer .footer_menu .footer_menulist li a {
  color: #333333;
  padding: 0 2vw;
  text-decoration: none;
  transition: all 1s ease;
}
footer .footer_menu .footer_menulist li a:hover {
  color: #046bcc !important;
  opacity: 0.8;
  transition: all 1s ease;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu .footer_menulist li a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menulist li a {
    font-size: 2.5vw;
    padding: 0 2vw;
  }
}
footer .footer_menu .footer_menulist li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .footer_menu .footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_sns {
    padding-bottom: 5vw;
    margin-bottom: 0;
  }
}
footer .footer_menu .footer_sns li {
  width: 25%;
  text-align: center;
}
footer .footer_menu .footer_sns li a {
  color: #333333;
  padding: 0 2vw;
  text-decoration: none;
  transition: all 1s ease;
}
footer .footer_menu .footer_sns li a:hover {
  color: #046bcc !important;
  opacity: 0.8;
  transition: all 1s ease;
}
footer .footer_menu .footer_sns li a i {
  font-size: 3rem;
}
footer .footer_menu .contact_policy {
  text-align: center;
}
footer .footer_menu .contact_policy a {
  color: #333333;
  text-decoration: none;
  transition: all 1s ease;
}
footer .footer_menu .contact_policy a:hover {
  color: #046bcc !important;
  opacity: 0.8;
  transition: all 1s ease;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu .contact_policy a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .contact_policy a {
    font-size: 3vw;
  }
}
footer .copyright {
  text-align: center;
  padding-bottom: 0.5vw;
  padding-top: 0.5vw;
  background-color: #ff0000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright {
    padding-top: 2vw;
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 20vw;
    padding-top: 5vw;
  }
}
footer .copyright p {
  color: #fff;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 1.8vw;
  }
}/*# sourceMappingURL=style.css.map */