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

html {
  font-size: 100%;
}

body {
  color: #333;
  background-color: #fff;
  font-family: "M PLUS 1", sans-serif;
}

@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 {
  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: 2s;
  transition-property: opacity, transform;
}

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

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

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

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

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

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

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@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.5vw;
  }
}
@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.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

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: 4.2vw;
  }
}

.service_btn {
  background-color: rgba(30, 148, 0, 0.9);
  width: 100%;
}

.entry_btn {
  background-color: rgba(255, 0, 0, 0.9);
  width: 100%;
}

.slide_down {
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  height: 5vw;
}
@media screen and (max-width: 768px) {
  .slide_down {
    height: 10vw;
  }
}
.slide_down .c-btn_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.slide_down .c-btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  .slide_down .c-btn_text {
    font-size: 5vw;
  }
}
.slide_down .c-btn_text i {
  margin-left: 1rem;
}
.slide_down .c-btn_text.c-btn_hover {
  color: #fff;
}
.slide_down:hover .c-btn_inner {
  transform: translateY(0);
}

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 30vh;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #fff;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  font-weight: 400;
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 4vw;
  }
}
#lower .lower_contents p {
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: 2vw;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 3vw;
  }
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #333;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}
@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;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed6d34;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #ed6d34;
  padding: 0.5rem 1rem;
  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;
  }
}

@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;
  }
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    display: block !important;
  }
}
.topBtnSp {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #ed6d34;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  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: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  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 .loadinglogo {
  animation: 0.5s flashing infinite;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .loading .loadinglogo {
    width: 80%;
  }
}
.loading .loadinglogo img {
  width: 100%;
}

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

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
  }
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 13%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  width: 60%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_menu ul li {
  height: 100%;
}
header #header_pc .header_menu ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-size: 1.2vw;
  color: #ed6d34;
  position: relative;
  padding: 0 1vw 0.5vw;
  transition: all 0.4s;
}
header #header_pc .header_menu ul li a:hover {
  color: #ed9a00;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ed9a00;
  bottom: 0;
  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: #ed9a00;
}
header #header_pc .header_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
@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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw;
}
header #header_sp .header_sp .header_logo {
  width: 30vw;
}
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(255, 75, 30, 0.9);
}
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: #fff;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  margin-top: 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: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 35px;
  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: 0;
  left: 0;
  color: #ed6d34;
  background: rgba(255, 75, 30, 0.9);
  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: 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: #ed9a00;
}

nav.globalMenuSp .ul li a {
  display: block;
  color: #ed6d34;
  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: #ed6d34;
  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: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 100vw;
  }
}
#top_main .top_main .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title {
    width: 80%;
  }
}
#top_main .top_main .top_main_title #top_text01 {
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  animation: fadeIn 2s ease 2s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title #top_text01 {
    font-size: 6vw;
  }
}
#top_main .top_main .top_main_title #top_text02 {
  color: #fff;
  padding-top: 1vw;
  font-size: 2.5vw;
  font-weight: 600;
  animation: fadeIn 2s ease 3s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title #top_text02 {
    font-size: 5vw;
  }
}
#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_text_area {
  width: 80%;
  margin: auto;
  position: relative;
  padding: 15vw 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #top_text_area {
    margin-bottom: 0;
  }
}
#top_text_area h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 8vw;
  text-align: center;
  background: linear-gradient(90deg, #ed9a00 0%, #ff1919 40%, #1e6dff 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  animation: fade 2s ease 3.5s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_text_area h1 {
    font-size: 13vw;
  }
}
#top_text_area p {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top_text_area p {
    text-align: left;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
#top_schedule {
  overflow: hidden;
}
#top_schedule .top_schedule {
  width: 70%;
  margin: auto;
  padding: 2vw 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_schedule .top_schedule {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule {
    width: 90%;
    padding: 5rem 0;
  }
}
#top_schedule .top_schedule .top_schedule_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_flex {
    margin-bottom: 4vw;
  }
}
#top_schedule .top_schedule .top_schedule_flex .top_headline {
  color: #ed6d34;
  margin-bottom: 3rem;
}
#top_schedule .top_schedule .top_schedule_flex .top_headline h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 5vw;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_flex .top_headline h1 {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
}
#top_schedule .top_schedule .top_schedule_flex .top_headline p {
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_flex .top_headline p {
    font-size: 4vw;
  }
}
#top_schedule .top_schedule .top_schedule_contents ul {
  list-style: none;
}
#top_schedule .top_schedule .top_schedule_contents ul li {
  border-bottom: 2px dotted #333;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_contents ul li {
    padding-bottom: 2vw;
  }
}
#top_schedule .top_schedule .top_schedule_contents ul li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_schedule .top_schedule .top_schedule_contents ul li .outline {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_contents ul li .outline {
    font-size: 3.5vw;
  }
}
#top_schedule .top_schedule .top_schedule_contents ul li .outline .date {
  width: 20%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_contents ul li .outline .date {
    width: 100%;
    margin-bottom: 1vw;
  }
}
#top_schedule .top_schedule .top_schedule_contents ul li .outline .title {
  width: 60%;
  color: #333;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_contents ul li .outline .title {
    width: 100%;
  }
}
#top_schedule .top_schedule .top_schedule_contents ul li .outline .descn {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #top_schedule .top_schedule .top_schedule_contents ul li .outline .descn {
    width: 100%;
    text-align: right;
  }
}
#top_schedule .top_schedule .top_schedule_btn {
  text-align: right;
  margin-top: 3rem;
}
#top_schedule .top_schedule .top_schedule_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_schedule .top_schedule .top_schedule_btn a button {
  border: none;
  background-color: #f7f7f7;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
}
#top_schedule .top_schedule .top_schedule_btn a button:hover {
  color: #fff;
  background-color: #333;
}
#top_schedule .top_schedule .top_schedule_btn a button i {
  margin-left: 0.25rem;
}

#top_contents {
  overflow: hidden;
}
#top_contents .top_contents {
  position: relative;
}
#top_contents .top_contents .contents ul {
  list-style: none;
}
#top_contents .top_contents .contents ul li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 80vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents ul li {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li {
    background-attachment: scroll;
    height: auto;
    padding: 10rem 0;
  }
}
#top_contents .top_contents .contents ul li .greeting_mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .greeting_mask {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li {
    flex-flow: column;
    background-position: center center;
  }
}
#top_contents .top_contents .contents ul li .flex_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content {
    flex-flow: column;
  }
}
#top_contents .top_contents .contents ul li .flex_content .list_writing {
  position: relative;
  z-index: 10;
  width: 70%;
  padding: 3vw 2vw;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content .list_writing {
    width: 95%;
    margin: auto;
    padding: 3vw 0.5vw;
    margin-bottom: 1rem;
  }
}
#top_contents .top_contents .contents ul li .flex_content .list_writing h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 8vw;
  text-shadow: 1px 1px 2px #fff;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents ul li .flex_content .list_writing h2 {
    font-size: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content .list_writing h2 {
    text-align: center;
    font-size: 20vw;
  }
}
#top_contents .top_contents .contents ul li .flex_content .list_writing h3 {
  color: #fff;
  font-size: 2.5vw;
  text-align: right;
  text-shadow: 1px 1px 2px #464646;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents ul li .flex_content .list_writing h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content .list_writing h3 {
    text-align: center;
    font-size: 5vw;
  }
}
#top_contents .top_contents .contents ul li .flex_content .list_writing p {
  color: #333;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
  margin-bottom: 2rem;
}
#top_contents .top_contents .contents ul li .flex_content .btn {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content .btn {
    width: 80%;
    margin: auto;
  }
}
#top_contents .top_contents .contents ul li .flex_content .btn a {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents ul li .flex_content .btn a {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
#top_contents .top_contents .contents ul li#contents01 h2 {
  color: rgba(30, 148, 0, 0.9);
}
#top_contents .top_contents .contents ul li#contents01 .btn a {
  background-color: rgba(30, 148, 0, 0.9);
}
#top_contents .top_contents .contents ul li#contents02 h2 {
  color: rgba(255, 0, 0, 0.9);
}
#top_contents .top_contents .contents ul li#contents02 .btn a {
  background-color: rgba(255, 0, 0, 0.9);
}

#bottom_contents {
  overflow: hidden;
  padding: 10vw 0;
}
#bottom_contents .bottom_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents {
    width: 95%;
  }
}
#bottom_contents .bottom_contents h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 5vw;
  color: #012E61;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents h1 {
    font-size: 8vw;
  }
}
#bottom_contents .bottom_contents h2 {
  font-size: 1.6vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents h2 {
    font-size: 4vw;
  }
}
#bottom_contents .bottom_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents ul {
    flex-flow: column;
  }
}
#bottom_contents .bottom_contents ul li {
  width: 45%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents ul li {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents ul li {
    width: 100%;
    height: 50vh;
    margin-bottom: 3rem;
  }
}
#bottom_contents .bottom_contents ul li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#bottom_contents .bottom_contents ul li a img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(2px 2px 2px rgba(122, 122, 122, 0.8));
  transition: all 0.4s;
  margin-bottom: 2rem;
}
#bottom_contents .bottom_contents ul li a img:hover {
  opacity: 0.6;
}
#bottom_contents .bottom_contents ul li a h3 {
  font-size: 1.4vw;
  color: #333;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents ul li a h3 {
    font-size: 5vw;
  }
}

#bottom_contents_bg {
  height: 70vh;
  margin-bottom: 10vw;
}
#bottom_contents_bg .bottom_contents_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #bottom_contents_bg .bottom_contents_bg {
    background-attachment: scroll;
  }
}

#service {
  position: relative;
}
#service h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15vw;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
  z-index: 1;
}
#service .service {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#service .service h2 {
  text-align: center;
}
#service .service .service_text {
  width: 90%;
  text-align: center;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_text {
    width: 95%;
    text-align: left;
  }
}
#service .service .service_contents {
  position: relative;
  margin-bottom: 5rem;
}
#service .service .service_contents .items {
  padding: 1rem;
  margin-bottom: 5rem;
  z-index: 10;
}
#service .service .service_contents .items ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items ul {
    width: 100%;
  }
}
#service .service .service_contents .items ul li {
  width: 15%;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
#service .service .service_contents .items ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items ul li {
    width: 40%;
    margin-bottom: 2rem;
  }
}
#service .service .service_contents .items ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ed6d34;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: color 0.4s ease;
  position: relative;
  z-index: 10;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
#service .service .service_contents .items ul li a span {
  font-size: 2vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items ul li a span {
    font-size: 5vw;
  }
}
#service .service .service_contents .items ul li a i {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items ul li a i {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items ul li a {
    font-size: 4vw;
  }
}
#service .service .service_contents .items ul li:hover {
  transform: scale(1.12);
}
#service .service .service_contents .items_contents {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents {
    width: 90%;
  }
}
#service .service .service_contents .items_contents .service_contents_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .items_contents .service_contents_box:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_img {
    width: 100%;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_img img {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text {
  width: 50%;
  padding: 1rem 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .number {
  font-size: 8vw;
  color: #012E61;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .number {
    font-size: 15vw;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .number span {
  font-size: 2vw;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .number span {
    font-size: 6vw;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner {
  position: relative;
  z-index: 5;
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner dl dt {
  color: #ed6d34;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner dl dt {
    font-size: 140%;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner dl dd {
  font-size: 100%;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner dl dd {
    font-size: 110%;
  }
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .service_contents_text_inner dl dd span {
  color: #ed6d34;
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .contents_tit_en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#service .service .service_contents .items_contents .service_contents_box .service_contents_text .contents_tit_en p {
  font-family: "Open Sans", sans-serif;
  font-size: 4vw;
  font-weight: 600;
  color: #012E61;
  line-height: 1;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .contents_tit_en p {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .items_contents .service_contents_box .service_contents_text .contents_tit_en p {
    font-size: 12vw;
  }
}

#company {
  position: relative;
}
#company h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15vw;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
  z-index: 1;
}
#company .company {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#company .company h2 {
  text-align: center;
}
#company .company .company_contents {
  width: 80%;
  margin: 5rem auto;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #333;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@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 {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#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: 1.5vw;
  }
}
#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%;
}
#sales .sales ul li .sales_name h4 {
  color: #333;
}
@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 {
  color: #333;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #ed6d34;
}
@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 #333;
}
@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: #333;
  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%;
}

#access {
  position: relative;
}
#access h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15vw;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
  z-index: 1;
}
#access .access {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#access .access h2 {
  text-align: center;
}
#access .access .access_contents {
  width: 80%;
  margin: 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access .access_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents {
    width: 95%;
    margin-bottom: 2rem;
  }
}
#access .access .access_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access .access_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #333;
  }
}
#access .access .access_contents table tr th, #access .access .access_contents table tr td {
  padding: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access .access_contents table tr th, #access .access .access_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents table tr th, #access .access .access_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#access .access .access_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#access .access .access_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#access .access .access_contents .map {
  width: 100%;
}
#access .access .access_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%;
}
#sales .sales ul li .sales_name h4 {
  color: #333;
}
@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 {
  color: #333;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #ed6d34;
}
@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 #333;
}
@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: #333;
  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 {
  position: relative;
}
#recruit h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15vw;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
  z-index: 1;
}
#recruit .recruit {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#recruit .recruit h2 {
  text-align: center;
}
#recruit .recruit .recruit_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 90%;
  }
}
#recruit .recruit .recruit_contents .flow {
  padding: 3rem 0;
}
#recruit .recruit .recruit_contents .flow .flow_contents {
  margin: 2rem 0;
}
#recruit .recruit .recruit_contents .flow .flow_contents ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  background-color: #f5ebe6;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .flow .flow_contents ul {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .flow .flow_contents ul li {
  padding: 1.5rem;
}
#recruit .recruit .recruit_contents .flow .flow_contents ul li:first-child {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  color: #fff;
  background-color: #ed6d34;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .flow .flow_contents ul li:first-child {
    width: 100%;
    font-size: 6vw;
    border-radius: 15px 15px 0 0;
  }
}
#recruit .recruit .recruit_contents .flow .flow_contents ul li:last-child {
  width: 80%;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .flow .flow_contents ul li:last-child {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents .flow .flow_contents ul li dl dt {
  font-size: 1.5vw;
  font-weight: 600;
  border-bottom: 2px solid #ed6d34;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .flow .flow_contents ul li dl dt {
    font-size: 5vw;
  }
}
#recruit .recruit .recruit_contents .flow .flow_contents ul li dl dd {
  font-size: 100%;
}
#recruit .recruit .recruit_contents .flow .arrow {
  line-height: 1;
  text-align: center;
  font-size: 5vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .flow .arrow {
    font-size: 15vw;
  }
}
#recruit .recruit .recruit_contents .flow .arrow i {
  line-height: 1;
  color: #ed6d34;
}
#recruit .interview {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .interview {
    width: 90%;
  }
}
#recruit .interview .interview_title {
  text-align: center;
}
#recruit .interview .interview_title h3 {
  font-size: 2vw;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 150px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .interview .interview_title h3 {
    font-size: 6vw;
    padding: 0 60px;
  }
}
#recruit .interview .interview_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  height: 5px;
  background: #ed6d34;
}
@media screen and (max-width: 768px) {
  #recruit .interview .interview_title h3:before {
    width: 10%;
  }
}
#recruit .interview .interview_title h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  height: 5px;
  background: #ed6d34;
}
@media screen and (max-width: 768px) {
  #recruit .interview .interview_title h3:after {
    width: 10%;
  }
}
#recruit .interview table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .interview table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border: 1px solid #333;
  }
}
#recruit .interview table tr th, #recruit .interview table tr td {
  padding: 1.5vw;
  color: #333;
  border: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .interview table tr th, #recruit .interview table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .interview table tr th, #recruit .interview table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#recruit .interview table tr th {
  width: 30%;
  background-color: #ebb95b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .interview table tr th {
    width: 100%;
  }
}
#recruit .interview table tr td {
  width: 17.5%;
  background-color: #fff7e1;
}
@media screen and (max-width: 768px) {
  #recruit .interview table tr td {
    width: 50%;
    text-align: center;
  }
}
#recruit .interview p {
  text-align: center;
  font-weight: 600;
}
#recruit #belongings {
  margin-bottom: 5rem;
}
#recruit #belongings .belongings_contents .belongings_contents_memo {
  width: 70%;
  margin: 3rem auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_memo {
    width: 90%;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_memo h3 {
  font-size: 2vw;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 150px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_memo h3 {
    font-size: 6vw;
    padding: 0 60px;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_memo h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  height: 5px;
  background: #ed6d34;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_memo h3:before {
    width: 10%;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_memo h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  height: 5px;
  background: #ed6d34;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_memo h3:after {
    width: 10%;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_memo p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_memo p {
    text-align: left;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner {
  width: 50%;
  margin: auto;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner {
    width: 90%;
    padding: 8vw 2vw;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner h4 {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner h4 {
    font-size: 5vw;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text {
  padding: 0.5vw 1vw;
}
@media screen and (max-width: 768px) {
  #recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text {
    padding: 2vw 1vw;
  }
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text dl {
  margin: 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text dl dt {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text dl dd {
  padding-left: 0.5vw;
}
#recruit #belongings .belongings_contents .belongings_contents_kind .belongings_contents_kind_inner .kind_text dl dd span {
  color: #ed6d34;
}
#recruit #belongings .belongings_contents .belongings_contents_kind:nth-of-type(2) {
  background-color: #fffcf1;
}
#recruit #belongings .belongings_contents .belongings_contents_kind:nth-of-type(3) {
  background-color: #fff7e1;
}
#recruit #belongings .belongings_contents .belongings_contents_kind:nth-of-type(4) {
  background-color: #fffcf1;
}
#recruit .recruit_contact {
  background-color: #e7e7e7;
  margin: 3rem 0;
}
#recruit .recruit_contact .recruit_contact_inner {
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contact .recruit_contact_inner {
    width: 80%;
  }
}
#recruit .recruit_contact ul {
  list-style: none;
}
#recruit .recruit_contact ul li {
  margin: 1rem 0;
}
#recruit .recruit_contact ul li a {
  display: block;
  color: #333;
  font-size: 2vw;
  padding: 1rem 2rem;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contact ul li a {
    font-size: 6vw;
    pointer-events: all;
  }
}
#recruit .recruit_contact ul li a i {
  margin-right: 0.5rem;
}
#recruit .recruit_btn {
  width: 70%;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  font-size: 1.6vw;
  font-weight: 600;
  color: #fff;
  background-color: #ed6d34;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    font-size: 5vw;
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #fff;
  background-color: #ed9a00;
}

#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: #fff;
  background-color: #ed6d34;
  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: #fff;
  background-color: #ed9a00;
}
#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;
  }
}

#schedule {
  position: relative;
}
#schedule h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15vw;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
  z-index: 1;
}
#schedule .schedule {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#schedule .schedule h2 {
  text-align: center;
}
#schedule .schedule .schedule_contents {
  width: 80%;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents {
    width: 95%;
  }
}
#schedule .schedule .schedule_contents h2 {
  color: #ed6d34;
  border-left: 5px solid #ed6d34;
  padding: 0.5rem;
  margin-bottom: 3rem;
  background: rgba(122, 122, 122, 0.2);
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents h2 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#schedule .schedule .schedule_contents h2 span {
  color: #333;
  font-size: 80%;
  font-weight: bold;
}
#schedule .schedule .schedule_contents ul {
  list-style: none;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul {
    width: 100%;
  }
}
#schedule .schedule .schedule_contents ul li {
  border-bottom: 2px dotted #333;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul li {
    padding-bottom: 2vw;
  }
}
#schedule .schedule .schedule_contents ul li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule .schedule .schedule_contents ul li .outline {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul li .outline {
    font-size: 3.5vw;
  }
}
#schedule .schedule .schedule_contents ul li .outline .date {
  width: 20%;
  color: #333;
  padding: 0 0.25vw;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul li .outline .date {
    width: 100%;
    margin-bottom: 1vw;
  }
}
#schedule .schedule .schedule_contents ul li .outline .title {
  width: 60%;
  color: #333;
  padding: 0 0.25vw;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul li .outline .title {
    width: 100%;
  }
}
#schedule .schedule .schedule_contents ul li .outline .descn {
  width: 20%;
  padding: 0 0.5vw;
}
@media screen and (max-width: 768px) {
  #schedule .schedule .schedule_contents ul li .outline .descn {
    width: 100%;
    text-align: right;
  }
}

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

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

#schedule_single .schedule_single {
  margin-bottom: 4vw;
}
#schedule_single .schedule_single .schedule_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents {
    width: 95%;
  }
}
#schedule_single .schedule_single .schedule_contents h4 {
  color: #333;
  margin-bottom: 4vw;
}
#schedule_single .schedule_single .schedule_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule_single .schedule_single .schedule_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents ul {
    width: 100%;
  }
}
#schedule_single .schedule_single .schedule_contents ul li {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 2vw;
}
#schedule_single .schedule_single .schedule_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#schedule_single .schedule_single .schedule_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#schedule_single .schedule_single .schedule_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) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#schedule_single .schedule_single .schedule_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #schedule_single .schedule_single .schedule_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule_single .schedule_single .schedule_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: 3rem;
}
#contact .contact .contact_text p {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
  }
}
#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: #ed6d34;
  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;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
  }
}
.policy_contents h2 {
  font-size: 1.8vw;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents h2 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 6vw;
  }
}
.policy_contents h3 {
  font-size: 1.3vw;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents h3 {
    font-size: 4vw;
  }
}
.policy_contents ul {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.policy_contents p {
  margin-bottom: 1rem;
}

.footer_contact {
  background: linear-gradient(90deg, #ed9a00 0%, #ebb95b 60%, #ed9a00 90%);
}
.footer_contact .footer_contact_contents ul {
  display: flex;
  justify-content: center;
  align-items: start;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul {
    flex-flow: column;
  }
}
.footer_contact .footer_contact_contents ul li {
  width: 33.3333333333%;
  padding: 5vw;
  text-align: center;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul li {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
.footer_contact .footer_contact_contents ul li::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul li::after {
    content: none;
  }
}
.footer_contact .footer_contact_contents ul li:last-child::after {
  content: none;
}
.footer_contact .footer_contact_contents ul li p {
  font-size: 1.3vw;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul li p {
    font-size: 4vw;
  }
}
.footer_contact .footer_contact_contents ul li p .footer_btn {
  display: block;
  color: #ed6d34;
  background-color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 1vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul li p .footer_btn {
    font-size: 3vw;
  }
}
.footer_contact .footer_contact_contents ul li p .footer_btn i {
  margin-left: 1rem;
}
.footer_contact .footer_contact_contents ul li p .footer_btn:hover {
  color: #fff;
  background-color: #ed6d34;
}
.footer_contact .footer_contact_contents ul li p .footer_tel {
  font-size: 2vw;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 1vw;
  transition: all 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents ul li p .footer_tel {
    font-size: 4vw;
    pointer-events: all;
  }
}
.footer_contact .footer_contact_contents ul li p .footer_tel i {
  margin-right: 0.5rem;
}

footer {
  background-color: #fff9ef;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1rem 0;
    padding-bottom: 5rem;
  }
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    flex-flow: column;
    padding: 3rem 0;
  }
}
footer .footer_contents .footer_info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_info {
    width: 90%;
    margin: auto;
  }
}
footer .footer_contents .footer_info .footer_logo {
  width: 40%;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_info .footer_logo {
    width: 50%;
  }
}
footer .footer_contents .footer_info .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_info ul {
  list-style: none;
}
footer .footer_contents .footer_info ul li {
  color: #333;
  text-align: center;
  margin-bottom: 0.5rem;
}
footer .footer_contents .footer_info ul li i {
  margin-right: 0.5rem;
}
footer .footer_contents .footer_menu {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu {
    width: 100%;
    padding-top: 2rem;
  }
}
footer .footer_contents .footer_menu ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul {
    width: 90%;
    flex-wrap: wrap;
  }
}
footer .footer_contents .footer_menu ul li {
  width: 50%;
  margin: 1vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li {
    width: 30%;
  }
}
footer .footer_contents .footer_menu ul li a {
  font-size: 1vw;
  color: #333;
  text-decoration: none;
  padding: 0 2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_menu ul li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li a {
    font-size: 3vw;
    padding: 0 4vw;
  }
}
footer .footer_contents .footer_menu ul li a:hover {
  color: #ed9a00;
}
footer .footer_contents .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul .policy {
    width: auto;
  }
}
footer .copyright {
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 4vw;
    padding-top: 0;
  }
}
footer .copyright p {
  color: #333;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */