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

html {
  font-size: 1rem;
}

body {
  background-color: #dfddcb;
  color: #333;
  font-family: "Zen Maru Gothic", "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 1.6;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

a {
  color: #2595EA;
  text-decoration: underline;
}

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

.fade-up {
  transition: 2s ease-out;
  transform: translateY(40px);
  opacity: 0;
}

.fade-up.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.fade-left {
  transition: 2s ease-out;
  transform: translateX(-100px);
  opacity: 0;
}

.fade-left.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transition: 2s ease-out;
  transform: translateX(100px);
  opacity: 0;
}

.fade-right.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.text-shadow {
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

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

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

@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 {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    max-width: none;
  }
}

p {
  font-size: 1.1vw;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

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

h2 {
  font-size: 1.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4.8vw;
  }
}

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

h4 {
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.8vw;
  }
}
@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: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

#lower {
  position: relative;
  margin-bottom: 2rem;
}
#lower .lower {
  width: 90vw;
  height: 70vh;
  margin: 5vw auto 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vh;
  }
}
#lower .lower_contents {
  position: relative;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 60%;
  margin-bottom: 3rem;
  width: 30%;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_contents {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
#lower .lower_contents .headline {
  font-size: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 160%;
  }
}
#lower .lower_contents p {
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 120%;
  }
}

.lower_headline {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 5px #fff;
  font-size: 160%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #ffffff;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@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 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: rgb(220, 53, 69);
  text-align: center;
}
.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: 60px;
  height: 60px;
  background: rgb(220, 53, 69);
  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);
  z-index: -1;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #dfddcb;
  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: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.3vw;
  }
}

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

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}
header #header_pc {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  background-color: #dfddcb;
  padding: 3vw;
  z-index: 1234;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  height: 5vw;
}
header #header_pc .header_menu ul.header_main {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu ul.header_main {
    flex-flow: column;
    height: auto;
  }
}
header #header_pc .header_menu ul.header_main li {
  text-align: center;
}
header #header_pc .header_menu ul.header_main li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  height: 5vw;
  position: relative;
  z-index: 1;
  padding: 0 2vw;
  transition: all 0.4s;
}
header #header_pc .header_menu ul.header_main li a:hover {
  color: #dc3545;
}
header #header_pc .header_menu ul.header_main li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc3545;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header #header_pc .header_menu ul.header_main li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header #header_pc .header_menu ul.header_main li.header_tel {
  display: block;
  height: 5vw;
  background: #8d8d8d;
}
header #header_pc .header_menu ul.header_main li.header_tel a {
  pointer-events: none;
  font-size: 140%;
  color: #ffffff !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul.header_main li.header_tel a {
    font-size: 0.8rem;
  }
}
header #header_pc .header_menu ul.header_main li.header_tel a i {
  margin-right: 0.5rem;
}
header #header_pc .header_menu ul.header_main li.header_tel a:hover {
  opacity: 0.7;
}
header #header_pc .header_menu ul.header_main li.header_tel a::after {
  display: none;
}
header #header_pc .header_menu ul.header_main li.header_contact {
  display: block;
  font-size: 120%;
  height: 5vw;
  width: 5vw;
  background: #DC3545;
}
header #header_pc .header_menu ul.header_main li.header_contact a {
  font-size: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul.header_main li.header_contact a {
    font-size: 0.8rem;
  }
}
header #header_pc .header_menu ul.header_main li.header_contact a {
  color: #ffffff !important;
}
header #header_pc .header_menu ul.header_main li.header_contact a:hover {
  opacity: 0.7;
}
header #header_pc .header_menu ul.header_main li.header_contact a::after {
  display: none;
}
header #header_pc ul.header_sns {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 5vw;
  height: 100vh;
  list-style: none;
  background-color: #dfddcb;
  z-index: 200;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc ul.header_sns {
    height: 40vh;
  }
}
header #header_pc ul.header_sns li {
  width: 5vw;
  height: 5vw;
  line-height: 5vw;
  color: #333;
}
header #header_pc ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc ul.header_sns li .sns-link {
  font-size: 155%;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc ul.header_sns li .sns-link {
    font-size: 80%;
  }
}
header #header_pc ul.header_sns li .sns-link:hover {
  color: #dc3545;
}
@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;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dfddcb;
  z-index: 1234;
}
header #header_sp .header_sp .header_logo {
  width: 29vw;
  padding: 3vw;
}
header #header_sp .header_sp .header_logo img {
  width: 100%;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  list-style: none;
  padding-top: 5px;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #fff;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  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: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

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

.hamburger span:nth-child(1) {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

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

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5vw 3vw;
  overflow: auto;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  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: 45%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

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

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

nav.globalMenuSp .ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}

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

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  overflow: hidden;
}
#top_main .top_main {
  width: 90vw;
  height: 90vh;
  margin: 5vw auto 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 28vh;
  }
}
#top_main .top_main .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title {
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title {
    width: 80%;
    top: 71%;
  }
}
#top_main .top_main .top_main_title h1 {
  color: #fff;
  padding: 0 2vw;
  font-size: 2vw;
  padding-bottom: 1vw;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0;
  animation: fadeIn 6s ease 2s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title h1 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
#top_main .top_main .top_main_title p {
  color: #fff;
  padding-top: 1vw;
  font-size: 1.4vw;
  animation: fadeIn 6s ease 3s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title p {
    font-size: 4.5vw;
  }
}
#top_main .top_main .top_main_title p img {
  width: 16%;
  margin: auto;
}
#top_main .top_main .slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
#top_main .top_main .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
}
#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;
}

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

#top_news .top_news {
  background: rgba(255, 255, 255, 0.8);
  width: 55%;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 35%;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 100%;
    padding: 2rem 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
#top_news .top_news .top_news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_flex .top_headline {
  color: #333;
}
#top_news .top_news .top_news_flex .top_headline h1 span {
  font-size: 70%;
  padding-left: 0.25rem;
}
#top_news .top_news .top_news_flex .top_news_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_news .top_news .top_news_flex .top_news_btn a:hover {
  border-bottom: 1px solid #333;
  opacity: 0.8;
}
#top_news .top_news .top_news_flex .top_news_btn a button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
  max-height: 15vw;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul {
    max-height: 40vw;
  }
}
#top_news .top_news .top_news_contents ul a {
  color: #2595EA;
  text-decoration: none;
}
#top_news .top_news .top_news_contents ul a li {
  border-bottom: 2px dotted #333;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li {
    padding-bottom: 2vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  width: 20%;
  padding: 0.25rem;
  color: #333;
  background-color: #fff;
  margin-right: 2vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  width: auto;
  color: #333;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#top_greeting {
  padding: 5rem 0;
}
#top_greeting .top_greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents {
    width: 95%;
    flex-flow: column;
  }
}
#top_greeting .top_greeting_contents .top_greeting_writing {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_writing {
    width: 95%;
    margin-bottom: 3rem;
  }
}
#top_greeting .top_greeting_contents .top_greeting_writing h1 {
  color: #f0f0f0;
  margin-bottom: 1rem;
  font-size: 5vw;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_writing h1 {
    font-size: 2rem;
  }
}
#top_greeting .top_greeting_contents .top_greeting_writing .text {
  color: #fff;
}
#top_greeting .top_greeting_contents .top_greeting_button {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_button {
    width: 100%;
  }
}
#top_greeting .top_greeting_contents .top_greeting_button a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_button a {
    font-size: 3.5vw;
  }
}
#top_greeting .top_greeting_contents .top_greeting_button a:hover::after {
  transform: scale(0);
  transition: transform 0.4s;
}
#top_greeting .top_greeting_contents .top_greeting_button a::after {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.4s;
}
#top_greeting .top_greeting_contents .top_greeting_button a i {
  margin-left: 1rem;
}

#top-contents {
  padding: 10vw 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
#top-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
#top-contents .top-contents_container {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top-contents .top-contents_container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top-contents .top-contents_container {
    width: 100%;
  }
}
#top-contents .top-contents_container .top-contents_container01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
#top-contents .top-contents_container .top-contents_container01 #content-h {
  width: 60%;
  height: 100%;
  background-color: rgba(138, 138, 124, 0.7);
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top-contents .top-contents_container .top-contents_container01 #content-h {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top-contents .top-contents_container .top-contents_container01 #content-h {
    width: 100%;
  }
}
#top-contents .top-contents_container .top-contents_container01 #content-h h1 {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-contents .top-contents_container .top-contents_container01 #content-h h1 {
    font-size: 1.2rem;
  }
}
#top-contents .top-contents_container .top-contents_container02 {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
#top-contents .top-contents_container .top-contents_container02 #content-text {
  width: 60%;
  height: 100%;
  color: #333;
  background-color: rgba(223, 221, 203, 0.8);
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top-contents .top-contents_container .top-contents_container02 #content-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top-contents .top-contents_container .top-contents_container02 #content-text {
    width: 100%;
  }
}

#banner h1 {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", cursive;
  text-align: center;
  margin: 3rem 0 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #banner h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #banner h1 {
    font-size: 3rem;
  }
}
#banner .bnr-link {
  position: relative;
  overflow: hidden;
  height: 20vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #banner .bnr-link {
    height: 70vw;
  }
}
#banner .bnr-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0.8;
  transition: 0.4s ease-out;
}
#banner .bnr-link .bnr-link_contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#banner .bnr-link .bnr-link_contents .bnr-box {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 20vw;
  z-index: 1234;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #banner .bnr-link .bnr-link_contents .bnr-box {
    width: 100%;
    height: 70vw;
    background-color: transparent;
  }
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind {
  width: 70%;
  text-align: center;
  margin: auto;
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind h2 {
  font-size: 1.2vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind h2 {
    font-size: 6vw;
  }
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind h2 span {
  font-family: "Zen Maru Gothic", cursive;
  font-size: 3vw;
  display: inline-block;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind h2 span {
    font-size: 12vw;
    padding-bottom: 3vw;
    text-shadow: 1px 1px 11px #767676;
  }
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind a.btn {
  display: inline-block;
  width: 70%;
  background-color: #fff;
  color: #222;
  font-size: 1.2vw;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind a.btn {
    width: 90%;
    font-size: 4vw;
  }
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind a.btn i {
  margin-left: 1rem;
}
#banner .bnr-link .bnr-link_contents .bnr-box .bnr-kind a:hover {
  opacity: 0.7;
}
#banner .bnr-link .contents-right {
  justify-content: end;
}
#banner .bnr-link .contents-left {
  justify-content: start;
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 8vw;
}
#works .works .works_text p {
  color: #333;
  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: #333;
  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: #333;
  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: #333;
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
}
@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%;
  height: 100%;
  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: #ffffff;
  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: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: auto;
  }
}
#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: #fff;
}
@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: #fff;
}
@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 (max-width: 768px) {
  #service .service {
    width: 95%;
  }
}
#service .service .service_text {
  margin: 2rem 0;
}
#service .service .service_contents {
  padding: 3rem 0;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li.reverse .contents_box {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li.reverse .contents_box {
    flex-flow: column-reverse;
  }
}
#service .service .service_contents ul li .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box {
    flex-flow: column-reverse;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents ul li .contents_box .list_writing {
  width: 50%;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_writing {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#service .service .service_contents ul li .contents_box .list_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_image {
    width: 100%;
  }
}
#service .service .service_contents ul li .contents_box .list_image img {
  width: 100%;
}

#property .property {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #property .property {
    width: 95%;
  }
}
#property .property .property_text {
  margin: 2rem 0;
}
#property .property .property_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #property .property .property_text p {
    text-align: left;
  }
}
#property .property .property_contents {
  padding: 3rem 0;
}
#property .property .property_contents ul {
  list-style: none;
}
#property .property .property_contents ul li h3 {
  text-align: center;
}
#property .property .property_contents ul li.reverse .contents_box {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents ul li.reverse .contents_box {
    flex-flow: column-reverse;
  }
}
#property .property .property_contents ul li .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents ul li .contents_box {
    flex-flow: column-reverse;
    margin-bottom: 6vw;
  }
}
#property .property .property_contents ul li .contents_box .list_writing {
  width: 50%;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents ul li .contents_box .list_writing {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#property .property .property_contents ul li .contents_box .list_writing h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5vw 0;
  margin-bottom: 2vw;
}
#property .property .property_contents ul li .contents_box .list_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents ul li .contents_box .list_image {
    width: 100%;
  }
}
#property .property .property_contents ul li .contents_box .list_image img {
  width: 100%;
}
#property .property .property_contents ul li .contents_box .list_image .map {
  width: 100%;
}
#property .property .property_contents ul li .contents_box .list_image .map iframe {
  width: 100%;
}

.day {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .day {
    padding-bottom: 50px;
  }
}
.day h2 {
  margin-bottom: 2vw;
  font-size: 200%;
}
.day .StepContent {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .day .StepContent {
    width: 95%;
  }
}
.day .StepContent ol {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: left;
  flex-wrap: wrap;
}
.day .StepContent ol li {
  width: 30%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: auto;
  -webkit-box-align: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  place-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 20px;
  margin: 20px 10px;
  padding: 3% 2%;
}
@media screen and (max-width: 768px) {
  .day .StepContent ol li {
    width: 90%;
    margin: 13px auto;
  }
}
.day .StepContent ol li .StepArea {
  width: 100%;
  text-align: center;
  padding: 0 0 15px 0;
  color: #d9d5d5;
}
.day .StepContent ol li .StepArea .StepNumber {
  font-weight: 700;
  font-size: 63px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}
.day .StepContent ol li .ContentArea {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.day .StepContent ol li .ContentArea h4 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.day .StepContent ol li .ContentArea p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgb(102, 102, 102);
}
.day .StepContent ol li .ContentArea img {
  width: 100%;
  margin: 1vw auto;
  margin-top: auto;
}

.Flow__ServiceSection {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .Flow__ServiceSection {
    padding-bottom: 50px;
  }
}
.Flow__ServiceSection h2 {
  margin-bottom: 2vw;
  font-size: 200%;
}
.Flow__ServiceSection .caution {
  width: 80%;
  margin: 2vw auto;
  padding: 2vw;
  border-radius: 5px;
  background-color: #f0f0f0;
  line-height: 2;
}
.Flow__ServiceSection .caution ul li {
  list-style: none;
}
.Flow__ServiceSection .caution ul li i {
  margin-right: 0.5vw;
}
.Flow__ServiceSection .StepContent {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Flow__ServiceSection .StepContent {
    width: 95%;
  }
}
.Flow__ServiceSection .StepContent ol {
  width: 100%;
  margin: 0 auto;
}
.Flow__ServiceSection .StepContent ol li {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  place-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 20px;
  margin: 20px 0px;
  padding: 3% 1%;
}
.Flow__ServiceSection .StepContent ol li .StepArea {
  width: 20%;
  text-align: center;
  border-right: 1px solid rgb(204, 204, 204);
  padding: 30px 0px;
}
.Flow__ServiceSection .StepContent ol li .StepArea .StepTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}
.Flow__ServiceSection .StepContent ol li .StepArea .StepNumber {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}
.Flow__ServiceSection .StepContent ol li .ContentArea {
  width: 70%;
}
.Flow__ServiceSection .StepContent ol li .ContentArea h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.Flow__ServiceSection .StepContent ol li .ContentArea p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgb(102, 102, 102);
}
.Flow__ServiceSection .StepContent ol li .ContentArea img {
  width: 50%;
  margin: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .Flow__ServiceSection .StepContent ol li .ContentArea img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .Flow__ServiceSection .StepContent ol li .ContentArea img {
    width: 95%;
  }
}
.Flow__ServiceSection .FlowIcon {
  width: 100%;
  text-align: center;
}
.Flow__ServiceSection .FlowIcon img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .Flow__ServiceSection .FlowIcon img {
    width: 30%;
  }
}

/* 初期状態 */
.StepBox {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示状態 */
.StepBox.is-show {
  opacity: 1;
  transform: translateY(0);
}

#company #philosophy {
  width: 80%;
  margin: 3rem auto;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 95%;
  }
}
#company #philosophy h2 {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#company #philosophy p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company #philosophy p {
    text-align: left;
  }
}
#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: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@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 {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#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: flex-start;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  margin-bottom: 0.5vw;
}
@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: 0.25rem;
}

#history .history {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #history .history {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #history .history .lower_headline {
    margin-bottom: 6vw;
  }
}
#history .history table {
  width: 100%;
}
#history .history table tr {
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #history .history table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#history .history table tr th, #history .history table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 3.3vw;
  }
}
#history .history table tr th {
  width: 30%;
}
#history .history table tr td {
  width: 70%;
}

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

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  background: rgba(0, 43, 84, 0.1);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 48%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 95%;
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  font-size: 130%;
  color: #333;
  background: rgb(255, 255, 255);
}
#recruit .recruit .recruit_contents .recruit_content div {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content div dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dt, #recruit .recruit .recruit_contents .recruit_content div dl dd {
  color: #fff;
}
#recruit .recruit .recruit_contents .recruit_content div dl dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dd {
    width: 100%;
  }
}
#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%;
  color: #fff;
  font-size: 120%;
  background-color: #bf0707;
  padding: 0.5rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

#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: 2rem;
}
#recruit_form .recruit_form .recruit_form_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form .recruit_form_text p {
    text-align: left;
  }
}
#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 #333;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #333;
}
@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;
}
@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 .red {
  color: #fff;
  padding: 10px;
  background-color: red;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th .blue {
  color: #fff;
  padding: 10px;
  background-color: blue;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
}
@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.tel-number td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form table tr:first-child td,
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
#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:first-child td .mwform-radio-field,
  #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:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label,
#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:first-child td .mwform-radio-field input,
#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:first-child td .mwform-radio-field .mwform-radio-field-text,
#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(5) th span {
  background-color: blue;
}
#recruit_form .recruit_form form table tr:nth-child(5) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@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;
  background: #bf0707;
  color: #fff;
  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 {
  opacity: 0.7;
}
#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 p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  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;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#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;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#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;
  margin-bottom: 0.5rem;
}
@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;
}
.navigation a {
  border: none;
  color: #333;
}

.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 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  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;
  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;
  border-bottom: 1px solid #333;
}
@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 {
  color: #333;
  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: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#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;
  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 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: #fff;
  background-color: #bf0707;
  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%;
  }
}

#footer_contact {
  position: relative;
}
#footer_contact .footer_contact {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
#footer_contact .footer_contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(166, 166, 166, 0.75);
  z-index: 10;
}
#footer_contact .footer_contact .footer_contact_contents {
  width: 100%;
  position: relative;
  z-index: 15;
}
#footer_contact .footer_contact .footer_contact_contents .footer_logo {
  width: 25%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_logo {
    width: 60%;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_logo img {
  width: 100%;
}
#footer_contact .footer_contact .footer_contact_contents .footer_info {
  margin-bottom: 3rem;
}
#footer_contact .footer_contact .footer_contact_contents .footer_info p {
  text-align: center;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content {
    flex-flow: column;
    width: 90%;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
  width: 45%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    width: 80%;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .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;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
    padding: 2.5vw;
    font-size: 5vw;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button i {
  margin-right: 1vw;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .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;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
    padding: 2.5vw;
    font-size: 5vw;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button i, #footer_contact .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 .footer_contact_contents .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  color: #333;
  background-color: #fff;
  transition: all 0.4s;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button:hover {
  color: #333;
  background-color: #d8d8d8;
}
#footer_contact .footer_contact .footer_contact_contents .text {
  text-align: center;
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact .footer_contact_contents .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .text {
    margin-bottom: 2.5vw;
  }
}

footer .footer_menu {
  padding-top: 2vw;
  background: rgb(166, 166, 166);
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    padding-top: 8vw;
  }
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer .footer_menu ul li {
  flex: 0 0 auto;
  width: auto;
  font-size: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menu ul li a {
  color: #ffffff;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3vw;
    padding: 0 4vw;
  }
}
footer .footer_menu ul li a i {
  margin-right: 0.5rem;
  font-size: 150%;
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 1vw 0;
  background: rgb(166, 166, 166);
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 16vw;
  }
}
footer .copyright div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright div {
    padding-left: 0;
  }
}
footer .copyright div p {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer .copyright div p {
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */