@charset "UTF-8";
.ul-red {
  border-bottom: 2px solid #fbadad;
}

.c-gb {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
}

.c_green {
  color: #99ffaa;
}

.c_blue {
  color: #a1c7e0;
}

*, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}

body {
  padding-top: 50px;
  background-color: #ffffff;
  color: #333;
  font-family: "Font Awesome 6 Brands";
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

main {
  margin-right: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-right: 0;
  }
}

li {
  list-style: none;
}

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

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

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

.inner__box {
  background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px), linear-gradient(90deg, transparent 19px, #f0f0f0 20px);
  background-size: 20px 20px;
}

/* LINE */
.line {
  height: 7.5rem;
  overflow: hidden;
  margin-top: 4.75rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .line {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .line {
    height: 3.5rem;
  }
}
.line .home_line {
  position: relative;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  display: block;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
}
.line .home_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  border-radius: 50%;
  animation-name: Scroll;
  animation-duration: 2s;
  animation-timing-function: linear, linear;
  animation-iteration-count: infinite;
}

@keyframes Scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7.5rem);
  }
}
p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

h1 {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

.top_contents_title {
  display: inline-block;
}
.top_contents_title h2 {
  letter-spacing: 3px;
  font-weight: 800;
}
.top_contents_title p {
  font-weight: 600;
}
.top_contents_title span {
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #333;
}

.top_contents_btn {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8c76a;
  transition: all 0.4s;
}
.top_contents_btn a span i {
  color: #fff;
  font-size: 12.5px;
}

.top_contents_btn02 {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn02 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn02 {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn02 a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn02 a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8c76a;
  transition: all 0.4s;
}
.top_contents_btn02 a span i {
  color: #fff;
  font-size: 12.5px;
}

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

.lower_headline {
  text-align: center;
  margin-bottom: 80px;
}
.lower_headline h2 {
  border-bottom: 1px solid #333;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lower_headline {
    margin-bottom: 40px;
  }
}

.btn_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 3vw;
}

.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  -o-border-image: linear-gradient(to right, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
     border-image: linear-gradient(to right, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  border-image-slice: 1;
  overflow: hidden;
  background-color: transparent;
  color: #333;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/*右側メニュー*/
.right_gnav {
  position: fixed;
  width: 100px;
  height: calc(100% - 50px);
  right: 0;
  background-color: #fff;
  letter-spacing: 0.15em;
  align-content: space-between;
  flex-wrap: wrap;
  display: flex;
  font-size: 85%;
  z-index: 99999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .right_gnav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .right_gnav {
    display: none;
  }
}
.right_gnav .right_top {
  width: 100%;
}
.right_gnav .right_contact {
  width: 100%;
}
.right_gnav .right_contact ul {
  width: 100%;
  height: 100%;
}
.right_gnav .right_contact ul li {
  height: 200px;
  background-image: linear-gradient(135deg, #e09090 0, #e0cb90 35%, #98e7ad 49%, #91bded 65%, #645bd7 100%);
}
.right_gnav .right_contact ul li a {
  text-decoration: none !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 100%;
}
.right_gnav .right_contact ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.right_gnav .right_contact ul li a div .em {
  font-size: 140%;
  width: 100%;
  text-align: center;
  line-height: 1.26471;
  letter-spacing: 0;
  display: block;
  margin-top: 0.2em;
  font-family: "Poiret One", cursive;
}
.right_gnav .right_contact ul li a div .jp {
  margin-top: 1em;
  font-size: 80%;
  line-height: 1.41667;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.right_gnav .right_sns {
  width: 100%;
  padding: 0 1em 0.5em;
  font-size: 150%;
  text-align: center;
}
.right_gnav .right_sns .right_sns_icon {
  width: 100%;
  transition: opacity 0.2s ease-in;
}
.right_gnav .right_sns .right_sns_icon:hover {
  opacity: 0.7;
}
.right_gnav .right_sns .right_sns_icon a {
  text-align: center;
  display: block;
  color: #727272 !important;
  text-decoration: none;
}
.right_gnav .right_sns .right_sns_icon a .fa-instagram {
  font-size: 147%;
}

/*右側メニュー*/
header {
  position: relative;
  z-index: 9999;
}
header #header_pc {
  display: block;
  position: absolute;
}
header #header_pc .header_pc_contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc_contents {
    display: none;
  }
}
header #header_pc .header_pc_contents .header_menu {
  width: 70%;
}
header #header_pc .header_pc_contents .header_menu .header_logo {
  height: 200px;
  margin-top: -1rem;
  margin-left: -2rem;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_pc_contents .header_menu .header_logo {
    margin-left: 0;
  }
}
header #header_pc .header_pc_contents .header_menu .header_logo img {
  height: 100%;
}
header #header_pc .header_sp_contents {
  width: 100vw;
  position: fixed;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  padding-right: 60px;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex {
    height: 60px;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp {
  width: 20%;
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp {
    width: 35%;
    margin-left: -15%;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a {
  text-decoration: none;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a img {
  width: 100%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right {
  width: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right {
    width: 65%;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_sns {
  width: 20%;
  padding: 1em;
  font-size: 150%;
  text-align: center;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_sns .header_sp_sns_icon {
  width: 100%;
  transition: opacity 0.2s ease-in;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_sns .header_sp_sns_icon:hover {
  opacity: 0.7;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_sns .header_sp_sns_icon a {
  text-align: center;
  display: block;
  color: #727272 !important;
  text-decoration: none;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_sns .header_sp_sns_icon a .fa-instagram {
  font-size: 147%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact {
  width: 50%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact {
    width: 50%;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul {
  width: 100%;
  height: 100%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li {
  height: 100px;
  background-image: linear-gradient(135deg, #e09090 0, #e0cb90 35%, #98e7ad 49%, #91bded 65%, #645bd7 100%);
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li {
    height: 60px;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a {
  text-decoration: none !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 100%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a div .en {
  font-size: 140%;
  width: 100%;
  text-align: center;
  line-height: 1.26471;
  letter-spacing: 0;
  display: block;
  margin-top: 0.2em;
  font-family: "Poiret One", cursive;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a div .en {
    font-size: 80%;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a div .jp {
  margin-top: 1em;
  font-size: 80%;
  line-height: 1.41667;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_sp_contents .header_sp_contents_flex .header_sp_right .header_sp_contact ul li a div .jp {
    font-size: 40%;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    right: 0;
    top: 55px;
    width: 100px;
    height: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    top: 25px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    right: 0;
    top: 55px;
    width: 100px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #333;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

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

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  left: 0;
  background: #333;
  transform: rotate(30deg);
}

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

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  left: 0;
  background: #333;
  transform: rotate(30deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
nav.globalMenuSp .header_logo {
  width: 60%;
  margin: 5vw auto 0;
}
nav.globalMenuSp .header_logo a img {
  width: 100%;
}
nav.globalMenuSp ul.header_menu_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul.header_menu_list li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 20px;
}
nav.globalMenuSp ul.header_menu_list li:hover {
  transform: scale(1.1);
}
nav.globalMenuSp ul.header_menu_list li a {
  display: block;
  color: #333;
  padding: 10px 0;
  font-weight: 800;
  text-decoration: none;
}
nav.globalMenuSp ul.header_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
nav.globalMenuSp ul.header_sns li {
  margin: 0 1rem;
  padding-left: 0;
}
nav.globalMenuSp ul.header_sns li a {
  color: #333;
  font-size: 120%;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
nav.globalMenuSp ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

/*　ハンバーガーボタン（PC）　*/
.hamburgerPc {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0;
  top: 55px;
  width: 100px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburgerPc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburgerPc {
    display: none;
  }
}

.hamburgerPc span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #333;
  transition: 0.3s ease-in-out;
}

.hamburgerPc span:nth-child(1) {
  top: 12px;
}

.hamburgerPc span:nth-child(2) {
  top: 20px;
}

.hamburgerPc span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburgerPc.active span:nth-child(1) {
  top: 19px;
  left: 30px;
  background: #333;
  transform: rotate(-30deg);
}

.hamburgerPc.active span:nth-child(2),
.hamburgerPc.active span:nth-child(3) {
  top: 19px;
  left: 30px;
  background: #333;
  transform: rotate(30deg);
}

/* ナビ開いてる時のボタン */
.hamburgerPc.active span:nth-child(1) {
  top: 19px;
  left: 30px;
  background: #333;
  transform: rotate(-30deg);
}

.hamburgerPc.active span:nth-child(2),
.hamburgerPc.active span:nth-child(3) {
  top: 19px;
  left: 30px;
  background: #333;
  transform: rotate(30deg);
}

nav.globalMenuPc {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
nav.globalMenuPc .header_logo {
  margin: 0;
}
nav.globalMenuPc ul.header_menu_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuPc ul.header_menu_list li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 20px;
}
nav.globalMenuPc ul.header_menu_list li:hover {
  transform: scale(1.1);
}
nav.globalMenuPc ul.header_menu_list li a {
  display: block;
  color: #333;
  padding: 10px 0;
  font-weight: 800;
  text-decoration: none;
}
nav.globalMenuPc ul.header_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
nav.globalMenuPc ul.header_sns li {
  margin: 0 1rem;
  padding-left: 0;
}
nav.globalMenuPc ul.header_sns li a {
  color: #333;
  font-size: 120%;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
nav.globalMenuPc ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

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

nav.globalMenuPc.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 80vh;
  }
}
#top_main .slide-images {
  width: 70%;
  height: calc(100vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #top_main .slide-images {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    width: 100%;
    height: calc(60vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    width: 100%;
    height: calc(75vh - 60px);
    top: 60px;
    right: 0;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-next::before {
  display: none;
}
#top_main .top_slide_txt .box_catch {
  width: calc(30% - 100px);
  transition: left 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translate(0, -50%);
  position: absolute;
  top: 65%;
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 1441px) {
  #top_main .top_slide_txt .box_catch {
    width: calc(25% - 100px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_slide_txt .box_catch {
    top: 60%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_slide_txt .box_catch {
    top: 75%;
    width: 100%;
  }
}
#top_main .top_slide_txt .box_catch .st_main {
  color: #323232;
  font-weight: 500;
  width: 92%;
  z-index: 2;
  margin-left: 2.5em;
}
@media screen and (min-width: 1441px) {
  #top_main .top_slide_txt .box_catch .st_main {
    margin-left: 4em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_slide_txt .box_catch .st_main {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_slide_txt .box_catch .st_main {
    margin-left: 0.5em;
  }
}
#top_main .top_slide_txt .box_catch .st_main .en {
  font-size: 200%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 768px) {
  #top_main .top_slide_txt .box_catch .st_main .en {
    font-size: 100%;
  }
}
#top_main .top_slide_txt .box_catch .st_main .jp {
  display: block;
  letter-spacing: 0.7em;
  margin-top: 1em;
  font-size: 40%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top_main .top_slide_txt .box_catch .st_main .jp {
    font-size: 25%;
  }
}
#top_main .top_slide_txt .color {
  overflow: hidden;
  z-index: 3;
}
#top_main .top_slide_txt .white {
  overflow: visible;
  z-index: 2;
}
#top_main .top_slide_txt .white .st_main {
  color: #fff;
}

/* 挨拶 */
#top_greeting {
  margin-top: 120px;
  margin-bottom: 240px;
  padding-left: 120px;
  max-width: 1600px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting {
    padding-left: 0;
    margin-bottom: 120px;
  }
}
#top_greeting .top_greeting_txt {
  left: 0;
  bottom: 100%;
  position: absolute;
  transform-origin: left bottom;
  transform: rotate(90deg);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_txt {
    transform: rotate(0deg);
  }
}
#top_greeting .top_greeting_txt .en {
  opacity: 0.6;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  font-size: 4rem;
  letter-spacing: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_txt .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_txt .en {
    font-size: 1.8rem;
  }
}
#top_greeting .top_greeting {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting {
    display: block;
  }
}
#top_greeting .top_greeting .greeting_icon {
  padding-top: 10vw;
  width: 245px;
  text-align: right;
  transition: transform 4s ease-out 3s, opacity 1s ease-out 3s;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .greeting_icon {
    margin: 0 auto;
    padding-top: 0;
  }
}
#top_greeting .top_greeting .greeting_icon img {
  width: 100%;
}
#top_greeting .top_greeting .top_greeting_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_box {
    display: block;
  }
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_head {
  width: 40%;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_head {
    width: 65%;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 3vw;
  }
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_head .jp {
  letter-spacing: 0.35em;
  opacity: 0.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_head .jp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_head .jp {
    font-size: 1rem;
  }
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_head .jp em {
  line-height: 2;
  position: relative;
  margin-top: 0.4em;
  white-space: nowrap;
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_head .jp em::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #282828;
  bottom: -0.5em;
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_txt {
  width: 60%;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_txt {
    width: 85%;
    margin: 0 auto;
  }
}
#top_greeting .top_greeting .top_greeting_box .greeting_box_txt .txt {
  line-height: 3;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_txt .txt {
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_box .greeting_box_txt .txt {
    font-size: 0.7rem;
    line-height: 2.5;
    letter-spacing: 0;
  }
}
#top_greeting .top_greeting_img {
  margin-top: 10vw;
  width: 92%;
  margin-left: auto;
  position: relative;
}
#top_greeting .top_greeting_img .greeting_img {
  position: relative;
  width: 100%;
  transform: translate(0);
}
#top_greeting .top_greeting_img .greeting_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_greeting .top_greeting_img .greeting_img::before {
  background-image: linear-gradient(100deg, #d7cb5b 0, #7da7dc 46%, #e09090 100%);
  background-size: cover;
  transform: translate(0);
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 1s ease-out 2s, transform 1s ease-out 2s;
  transform: translate(-50px, 50px);
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_img .greeting_img::before {
    left: 10%;
    top: -15%;
  }
}

.bg_grey {
  background-color: #f5f5f5;
  width: 100%;
}

/* 事業内容 */
#top_service {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 240px;
  max-width: 1600px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #top_service {
    padding-bottom: 60px;
  }
}
#top_service .top_service {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#top_service .top_service .top_service_txt {
  position: absolute;
  transform: rotate(90deg);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_txt {
    transform: rotate(0deg);
  }
}
#top_service .top_service .top_service_txt .en {
  opacity: 0.6;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  font-size: 4rem;
  letter-spacing: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_txt .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_txt .en {
    font-size: 2rem;
  }
}
#top_service .top_service .top_txt01 {
  left: 100%;
  top: 5%;
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_txt01 {
    left: 5%;
    top: -7%;
  }
}
#top_service .top_service .top_txt02 {
  left: 5%;
  top: 5%;
  transform-origin: left top;
}
#top_service .top_service .top_txt03 {
  left: 100%;
  top: 5%;
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_txt03 {
    left: 5%;
    top: 5%;
  }
}
#top_service .top_service .top_txt04 {
  left: 5%;
  top: 5%;
  transform-origin: left top;
}
#top_service .top_service .top_service_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    flex-wrap: wrap;
  }
}
#top_service .top_service .top_service_contents .service_box_img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box_img {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .service_box_img img {
  width: 100%;
  height: 50vh;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1441px) {
  #top_service .top_service .top_service_contents .service_box_img img {
    height: 70vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .service_box_img img {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box_img img {
    height: 40vh;
  }
}
#top_service .top_service .top_service_contents .service_box_img .bs_re {
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box_img .bs_re {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
  }
}
#top_service .top_service .top_service_contents .service_box {
  width: 40%;
  padding: 0 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .service_box {
    padding: 0 2vw 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box {
    width: 85%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .service_box .service_box_head {
    font-size: 1rem;
  }
}
#top_service .top_service .top_service_contents .service_box .service_box_head .jp {
  letter-spacing: 0.35em;
  opacity: 0.8;
}
#top_service .top_service .top_service_contents .service_box .service_box_head .jp em {
  line-height: 2;
  position: relative;
  margin-top: 0.4em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box .service_box_head .jp em {
    font-size: 0.8rem;
  }
}
#top_service .top_service .top_service_contents .service_box .service_box_head .jp em::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #282828;
  bottom: -0.5em;
}
#top_service .top_service .top_service_contents .service_box .service_box_txt {
  opacity: 0.7;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .service_box .service_box_txt {
    margin-bottom: 6vw;
  }
}
#top_service .top_service .top_service_contents .service_box .service_box_txt .txt {
  line-height: 3;
  letter-spacing: 0.15em;
}
#top_service .top_service:first-child {
  padding-top: 0;
}
#top_service .top_service:last-child {
  padding-bottom: 0;
}

.p-r120 {
  padding-right: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-r120 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-r120 {
    padding-right: 0;
  }
}

.p-l120 {
  padding-left: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-l120 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-l120 {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .reverse {
    flex-flow: column-reverse;
  }
}

#top_recruit {
  margin-top: 10vw;
  max-width: 1530px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
#top_recruit .top_recruit_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#top_recruit .top_recruit_head .en {
  opacity: 0.6;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  font-size: 4rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_head .en {
    font-size: 2rem;
  }
}
#top_recruit .top_recruit_head .jp {
  letter-spacing: 0.3em;
  font-size: 1rem;
  margin-left: 3vw;
}
#top_recruit .top_recruit {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
#top_recruit .top_recruit .top_recruit_box {
  max-width: 700px;
  width: 47.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_box {
    width: 90%;
  }
}
#top_recruit .top_recruit .top_recruit_box:hover img {
  transform: scale(1.1);
}
#top_recruit .top_recruit .top_recruit_box h3 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_box h3 {
    justify-content: center;
  }
}
#top_recruit .top_recruit .top_recruit_box h3 .en {
  padding-left: 1em;
  text-indent: -1em;
  margin-right: 0.3em;
  display: block;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_box h3 .en {
    margin-right: 1em;
  }
}
#top_recruit .top_recruit .top_recruit_box h3 .en::before {
  content: "#";
}
#top_recruit .top_recruit .top_recruit_box h3 span {
  margin-bottom: 0.25em;
  margin-top: 0;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_box h3 span {
    margin-top: 2vw;
  }
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img {
  position: relative;
  margin-top: 3vw;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img::before {
  content: "";
  display: block;
  width: 75%;
  padding-bottom: 30px;
  height: 0;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0.8em 2em 0px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  transition: opacity 0.2s ease-out;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a {
  cursor: pointer;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .recruit_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .recruit_img img {
  max-width: 100%;
  width: 100%;
  transition: transform 0.2s ease-out;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore:hover {
  opacity: 1;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore::before {
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  content: "";
  display: block;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore p span {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore p i {
  width: 60px;
}
#top_recruit .top_recruit .top_recruit_box .recruit_box_img a .btn_viewmore p i::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(40deg);
  transform-origin: right bottom;
}

/* 活動紹介 */
#top_works {
  position: relative;
  margin: 0;
}
#top_works .top_works .top_works_title {
  width: 100%;
  margin: auto;
  position: relative;
}
#top_works .top_works .top_works_title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 211, 79, 0.3);
  z-index: -1;
}
#top_works .top_works .top_works_title h2 {
  background-color: #fff;
  font-weight: 600;
  width: auto;
  display: inline-block;
  font-style: italic;
  font-size: 10vw;
  color: rgba(255, 211, 79, 0.3);
  padding-right: 3vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title h2 {
    font-size: 10vw;
  }
}
#top_works .top_works .top_works_title h4 {
  color: #666;
}
#top_works .top_works .top_works_contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#top_works .top_works .top_works_contents:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text {
  color: #fff;
  padding: 5vw 0 3vw;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 1441px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text {
    padding: 5rem 0 3vw;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 3rem;
  width: 100%;
  border-bottom: solid 2px #e3e3e3;
  margin: 0 auto 2rem;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
    font-size: 2rem;
    margin: 0 auto 1rem;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 span {
    font-size: 1rem;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text .top_works_sns {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text .top_works_sns {
    width: 40%;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text .top_works_sns:hover {
  transform: scale(1.1);
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text .top_works_sns a {
  color: #fff;
}
#top_works .top_works .row {
  overflow: hidden;
}
#top_works .top_works .row .autoplay-slider {
  display: flex;
  width: 100%;
  list-style: none;
}
#top_works .top_works .row .slide {
  height: 20vw;
  width: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .row .slide {
    width: 150px;
  }
}
#top_works .top_works .row .slide .top_about_image_bg {
  height: 20vw;
  background-size: cover;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
#top_works .top_works .row .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}

.btn_active {
  background-color: #ffbe86 !important;
  width: 40px !important;
  height: 40px !important;
}

.btn_active02 {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
}

#service_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #service_main {
    height: 65vh;
  }
}
#service_main .service_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #service_main .service_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main .service_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #service_main .service_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#service_main .service_main_contents .service_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#service_main .service_main_contents .service_main_bg .service_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #service_main .service_main_contents .service_main_bg .service_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#service_main .service_main_contents .service_main_bg .service_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#service {
  margin-top: 5rem;
  background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px), linear-gradient(90deg, transparent 19px, #f0f0f0 20px);
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  #service {
    margin-top: 10rem;
  }
}
#service .service_top_contents {
  padding: 5rem 0;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #service .service_top_contents {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents {
    padding: 0;
    background-size: 100%;
  }
}
#service .service_top_contents .service_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px 0 0 25px;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing {
    width: 90%;
    padding: 2rem;
  }
}
#service .service_top_contents .service_writing .service_writing_headline h3 {
  position: relative;
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing .service_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#service .service_top_contents .service_writing .service_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000000;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing .service_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#service .service_top_contents .service_writing .service_writing_text {
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
#service .service_bottom_contents .service_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_image {
  width: 50%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_image {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_image {
    width: 90%;
    height: 300px;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_image img {
    border-radius: 25px;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_writing {
  color: #333;
  width: 50%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing {
    width: 100%;
    padding: 2rem;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_writing h3 {
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background: #eee; /*背景色*/
  padding: 1.5em 1.5em 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  /*
  color: $service_bottom_contents_text_color;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 2rem;
  @include sp{
      margin-bottom: 1rem;
  }
  */
}
#service .service_bottom_contents .service_bottom_content .service_bottom_writing h3::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing h3 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing h3 {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#service .service_bottom_contents .service_bottom_content:first-child img {
  border-top-right-radius: 25px;
}
#service .service_bottom_contents .service_bottom_content:last-child {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#service .service_bottom_contents .service_bottom_content:last-child img {
  border-bottom-left-radius: 25px;
}
#service .service_btn {
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_btn {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_btn {
    padding-bottom: 10rem;
  }
}
#service .service_btn p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service_btn p {
    padding: 2rem;
  }
}

#works_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #works_main {
    height: 300px;
  }
}
#works_main .works_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main .works_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #works_main .works_main_contents {
    width: 95%;
    height: 300px;
  }
}
#works_main .works_main_contents .works_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#works_main .works_main_contents .works_main_bg .works_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #works_main .works_main_contents .works_main_bg .works_title {
    top: 130%;
    left: 5%;
    color: #fbadad;
  }
}
#works_main .works_main_contents .works_main_bg .works_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#works {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #works {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
#works .lower_headline {
  padding-top: 3rem;
}
#works .works_contents {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #works .works_contents {
    width: 95%;
    padding: 2rem 0;
  }
}
#works .works_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 30%;
  margin-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
  height: 180px;
}
#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works_contents ul li .outline {
  background-color: #fff;
  padding: 2rem 1rem;
}
#works .works_contents ul li .outline .title {
  color: #fbadad;
  margin-bottom: 1rem;
  font-size: 130%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 120%;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #fbadad;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #fbadad;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#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: 560px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@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%;
}

#news_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #fbadad;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#news {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
#news .lower_headline {
  padding-top: 3rem;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
    padding: 2rem 0;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #fbadad;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    margin: auto;
    margin-bottom: 1rem;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 2rem 1rem;
}
#news .news_contents ul a li .outline .title {
  color: #fbadad;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
}
#news .news_contents .navigation {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 2rem;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #fbadad;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #fbadad;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#news_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #fbadad;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#single_news {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #single_news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #single_news {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
#single_news .lower_headline {
  padding-top: 3rem;
}
#single_news .news_contents {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents {
    width: 95%;
    padding: 2rem 0;
  }
}
#single_news .news_contents ul {
  list-style: none;
}
#single_news .news_contents ul li {
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#single_news .news_contents ul li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents ul li {
    margin: auto;
    margin-bottom: 1rem;
  }
}
#single_news .news_contents ul li a {
  text-decoration: none;
}
#single_news .news_contents ul li a .outline {
  background-color: #fff;
  padding: 2rem 1rem;
}
#single_news .news_contents ul li a .outline .date {
  color: #333;
}
#single_news .news_contents ul li a .outline .title {
  color: #fbadad;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
#single_news .news_contents ul li a .outline .descn p {
  color: #333;
}
#single_news .news_contents .navigation {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents .navigation {
    margin-top: 2rem;
  }
}

#company_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #company_main {
    height: 65vh;
  }
}
#company_main .company_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #company_main .company_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main .company_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #company_main .company_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#company_main .company_main_contents .company_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#company_main .company_main_contents .company_main_bg .company_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #company_main .company_main_contents .company_main_bg .company_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#company_main .company_main_contents .company_main_bg .company_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#company {
  margin-top: 5rem;
  padding-top: 5rem;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #company {
    margin-top: 10rem;
  }
}
#company .company_greeting {
  background-color: #ffffff;
  width: 60%;
  margin: 0 auto 6vw;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_greeting {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_greeting {
    width: 90%;
    padding: 3rem 2rem;
    margin: 0 auto 12vw;
  }
}
#company .company_greeting h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #company .company_greeting h3 {
    font-size: 1rem;
  }
}
#company .company_greeting p {
  padding: 0 1.5vw;
}
#company .lower_headline {
  margin-top: 40px;
}
#company .company_contents {
  width: 100%;
  padding-bottom: 5rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
  }
}
#company .company_contents .company_detail_title h3 {
  padding: 2rem;
  background-color: #333;
  color: #fff;
}
#company .company_contents .company_detail {
  width: 60%;
  margin: auto;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 3rem 2rem;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  padding: 1rem;
  border-bottom: 2px solid #333;
  text-align: end;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 1rem;
    font-size: 11px;
    width: 33%;
    border-bottom: 1px solid #333;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  padding: 1rem;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 11px;
    width: 70%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 100%;
}
#company .company_map iframe {
  width: 100%;
}

#koukai {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  #koukai {
    margin-top: 10rem;
  }
}
#koukai .koukai {
  width: 60%;
  margin: auto;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #koukai .koukai {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #koukai .koukai {
    width: 90%;
    padding: 3rem 2rem;
  }
}
#koukai .koukai_list h4 {
  border-bottom: 1px solid #000;
}
#koukai .koukai_list ul {
  padding-left: 1vw;
  margin-bottom: 2vw;
}
#koukai .koukai_list ul li {
  list-style: inside;
}

#recruit_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main {
    height: 300px;
  }
}
#recruit_main .recruit_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main .recruit_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents {
    width: 95%;
    height: 300px;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
    top: 130%;
    left: 5%;
    color: #fbadad;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#recruit {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit {
    margin-top: 10rem;
  }
}
#recruit .recruit_writing {
  text-align: center;
  width: 65%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing {
    width: 90%;
  }
}
#recruit .recruit_writing .recruit_writing_headline {
  margin-bottom: 1rem;
}
#recruit .recruit_writing .recruit_writing_headline h3 {
  font-size: 160%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_headline h3 {
    font-size: 130%;
  }
}
#recruit .recruit_writing .recruit_writing_text p {
  text-align: start;
}
#recruit .recruit_contents {
  width: 100%;
  padding: 3rem 0;
  background-color: #EAE9E9;
  margin: auto;
  position: relative;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    padding: 2rem 0;
    padding-bottom: 10rem;
  }
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 2rem;
  color: #fbadad;
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  margin-bottom: 5rem;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    width: 90%;
    padding: 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 1rem;
  border-bottom: 2px solid #333;
  text-align: end;
  color: #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 1rem;
    font-size: 0.8rem;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 1rem;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 1rem;
    font-size: 0.8rem;
    width: 65%;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn {
  text-align: center;
  margin-top: 3rem;
}
#recruit .recruit_contents .recruit_detail .recruit_btn button {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #E98935;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 10px 60px;
    font-size: 12.5px;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn button:hover {
  background-color: #ffbe86;
}

#visit_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #visit_main {
    height: 65vh;
  }
}
#visit_main .visit_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #visit_main .visit_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit_main .visit_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #visit_main .visit_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#visit_main .visit_main_contents .visit_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#visit_main .visit_main_contents .visit_main_bg .visit_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #visit_main .visit_main_contents .visit_main_bg .visit_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#visit_main .visit_main_contents .visit_main_bg .visit_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#visit {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #visit {
    margin-top: 10rem;
  }
}
#visit .visit_top_contents {
  padding: 10rem 0;
  background-size: 60%;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #visit .visit_top_contents {
    padding: 15rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_top_contents {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_top_contents {
    padding: 0;
    background-size: 100%;
  }
}
#visit .visit_top_contents .visit_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px 0 0 25px;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_top_contents .visit_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_top_contents .visit_writing {
    width: 90%;
    padding: 2rem;
  }
}
#visit .visit_top_contents .visit_writing .visit_writing_headline h3 {
  position: relative;
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #visit .visit_top_contents .visit_writing .visit_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#visit .visit_top_contents .visit_writing .visit_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000000;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #visit .visit_top_contents .visit_writing .visit_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#visit .visit_top_contents .visit_writing .visit_writing_text {
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
#visit .visit_bottom_contents {
  padding: 5%;
  margin: 5vw auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 5px solid;
  -o-border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
     border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
}
#visit .visit_bottom_contents .visit_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#visit .visit_bottom_contents .visit_bottom_content .visit_bottom_image {
  width: 48%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_image {
    width: 90%;
    height: 300px;
  }
}
#visit .visit_bottom_contents .visit_bottom_content .visit_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing {
  color: #333;
  width: 48%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing {
    width: 100%;
    padding: 2rem;
  }
}
#visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h3 {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  /*
  color: $service_bottom_contents_text_color;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 2rem;
  @include sp{
      margin-bottom: 1rem;
  }
  */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h3 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h3 {
    align-items: center;
  }
}
#visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h5 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h5 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content .visit_bottom_writing h5 {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#visit .visit_bottom_contents .visit_bottom_content:first-child img {
  border-top-right-radius: 0px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#visit .visit_bottom_contents .visit_bottom_content:last-child img {
  border-bottom-left-radius: 0px;
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
}
@media screen and (max-width: 768px) {
  #visit .visit_bottom_contents .visit_bottom_content:last-child img {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
  }
}
#visit .visit_btn {
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #visit .visit_btn {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #visit .visit_btn {
    padding-bottom: 10rem;
  }
}
#visit .visit_btn p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #visit .visit_btn p {
    padding: 2rem;
  }
}

#care_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #care_main {
    height: 65vh;
  }
}
#care_main .care_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #care_main .care_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care_main .care_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #care_main .care_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#care_main .care_main_contents .care_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#care_main .care_main_contents .care_main_bg .care_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #care_main .care_main_contents .care_main_bg .care_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#care_main .care_main_contents .care_main_bg .care_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#care {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #care {
    margin-top: 10rem;
  }
}
#care .care_top_contents {
  padding: 10rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #care .care_top_contents {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_top_contents {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #care .care_top_contents {
    padding: 0;
    background-size: 100%;
  }
}
#care .care_top_contents .care_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px 0 0 25px;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_top_contents .care_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #care .care_top_contents .care_writing {
    width: 90%;
    padding: 2rem;
  }
}
#care .care_top_contents .care_writing .care_writing_headline h3 {
  position: relative;
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #care .care_top_contents .care_writing .care_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#care .care_top_contents .care_writing .care_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000000;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #care .care_top_contents .care_writing .care_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#care .care_top_contents .care_writing .care_writing_text {
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
#care .care_bottom_contents {
  padding: 5%;
  margin: 5vw auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 5px solid;
  -o-border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
     border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
}
#care .care_bottom_contents .care_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#care .care_bottom_contents .care_bottom_content .care_bottom_image {
  width: 48%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_image {
    width: 90%;
    height: 300px;
  }
}
#care .care_bottom_contents .care_bottom_content .care_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#care .care_bottom_contents .care_bottom_content .care_bottom_writing {
  color: #333;
  width: 48%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_writing {
    width: 100%;
    padding: 2rem;
  }
}
#care .care_bottom_contents .care_bottom_content .care_bottom_writing h3 {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  /*
  color: $service_bottom_contents_text_color;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 2rem;
  @include sp{
      margin-bottom: 1rem;
  }
  */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_writing h3 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_writing h3 {
    align-items: center;
  }
}
#care .care_bottom_contents .care_bottom_content .care_bottom_writing h5 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_writing h5 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content .care_bottom_writing h5 {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#care .care_bottom_contents .care_bottom_content:first-child img {
  border-top-right-radius: 0px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#care .care_bottom_contents .care_bottom_content:last-child img {
  border-bottom-left-radius: 0px;
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
}
@media screen and (max-width: 768px) {
  #care .care_bottom_contents .care_bottom_content:last-child img {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #care .care_btn {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #care .care_btn {
    padding-bottom: 10rem;
  }
}
#care .care_btn p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #care .care_btn p {
    padding: 2rem;
  }
}

#taxi_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #taxi_main {
    height: 65vh;
  }
}
#taxi_main .taxi_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #taxi_main .taxi_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi_main .taxi_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #taxi_main .taxi_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#taxi_main .taxi_main_contents .taxi_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#taxi_main .taxi_main_contents .taxi_main_bg .taxi_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #taxi_main .taxi_main_contents .taxi_main_bg .taxi_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#taxi_main .taxi_main_contents .taxi_main_bg .taxi_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#taxi {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #taxi {
    margin-top: 10rem;
  }
}
#taxi .taxi_top_contents {
  padding: 10rem 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #taxi .taxi_top_contents {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_top_contents {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_top_contents {
    padding: 0;
    background-position: bottom;
  }
}
#taxi .taxi_top_contents .taxi_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px 0 0 25px;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_top_contents .taxi_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_top_contents .taxi_writing {
    width: 90%;
    padding: 2rem;
  }
}
#taxi .taxi_top_contents .taxi_writing .taxi_writing_headline h3 {
  position: relative;
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_top_contents .taxi_writing .taxi_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#taxi .taxi_top_contents .taxi_writing .taxi_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000000;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_top_contents .taxi_writing .taxi_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#taxi .taxi_top_contents .taxi_writing .taxi_writing_text {
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
#taxi .taxi_bottom_contents {
  padding: 5%;
  margin: 5vw auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 5px solid;
  -o-border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
     border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
}
#taxi .taxi_bottom_contents .taxi_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_image {
  width: 48%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_image {
    width: 90%;
    height: 300px;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing {
  color: #333;
  width: 48%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing {
    width: 100%;
    padding: 2rem;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h3 {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  /*
  color: $service_bottom_contents_text_color;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 2rem;
  @include sp{
      margin-bottom: 1rem;
  }
  */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h3 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h3 {
    align-items: center;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h5 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h5 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content .taxi_bottom_writing h5 {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content:first-child img {
  border-top-right-radius: 0px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#taxi .taxi_bottom_contents .taxi_bottom_content:last-child img {
  border-bottom-left-radius: 0px;
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_bottom_contents .taxi_bottom_content:last-child img {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #taxi .taxi_btn {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #taxi .taxi_btn {
    padding-bottom: 10rem;
  }
}
#taxi .taxi_btn p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #taxi .taxi_btn p {
    padding: 2rem;
  }
}

#day-service_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #day-service_main {
    height: 65vh;
  }
}
#day-service_main .day-service_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #day-service_main .day-service_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service_main .day-service_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #day-service_main .day-service_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#day-service_main .day-service_main_contents .day-service_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#day-service_main .day-service_main_contents .day-service_main_bg .day-service_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #day-service_main .day-service_main_contents .day-service_main_bg .day-service_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#day-service_main .day-service_main_contents .day-service_main_bg .day-service_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#day-service {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #day-service {
    margin-top: 10rem;
  }
}
#day-service .day-service_top_contents {
  padding: 10rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #day-service .day-service_top_contents {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_top_contents {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_top_contents {
    padding: 0;
    background-size: 100%;
  }
}
#day-service .day-service_top_contents .day-service_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px 0 0 25px;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_top_contents .day-service_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_top_contents .day-service_writing {
    width: 90%;
    padding: 2rem;
  }
}
#day-service .day-service_top_contents .day-service_writing .day-service_writing_headline h3 {
  position: relative;
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_top_contents .day-service_writing .day-service_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#day-service .day-service_top_contents .day-service_writing .day-service_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000000;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_top_contents .day-service_writing .day-service_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#day-service .day-service_top_contents .day-service_writing .day-service_writing_text {
  color: #000000;
  text-shadow: 2px 1px 1px rgb(255, 255, 255);
}
#day-service .day-service_bottom_contents {
  padding: 5%;
  margin: 5vw auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 5px solid;
  -o-border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
     border-image: repeating-linear-gradient(135deg, red 0px 9px, orange 20px 29px, yellow 40px 49px, green 60px 69px, lightblue 80px 89px, blue 100px 109px, purple 120px 129px, red 140px) 5;
}
#day-service .day-service_bottom_contents .day-service_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_image {
  width: 48%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_image {
    width: 90%;
    height: 300px;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing {
  color: #333;
  width: 48%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing {
    width: 100%;
    padding: 2rem;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h3 {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
  color: transparent;
  /*
  color: $service_bottom_contents_text_color;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 2rem;
  @include sp{
      margin-bottom: 1rem;
  }
  */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h3 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h3 {
    align-items: center;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h5 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h5 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content .day-service_bottom_writing h5 {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content:first-child img {
  border-top-right-radius: 0px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#day-service .day-service_bottom_contents .day-service_bottom_content:last-child img {
  border-bottom-left-radius: 0px;
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_bottom_contents .day-service_bottom_content:last-child img {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4) !important;
  }
}
#day-service .day-service_bottom_contents:nth-child(2n) {
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #day-service .day-service_btn {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #day-service .day-service_btn {
    padding-bottom: 10rem;
  }
}
#day-service .day-service_btn p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #day-service .day-service_btn p {
    padding: 2rem;
  }
}

#flow_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #flow_main {
    height: 65vh;
  }
}
#flow_main .flow_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #flow_main .flow_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow_main .flow_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #flow_main .flow_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#flow_main .flow_main_contents .flow_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#flow_main .flow_main_contents .flow_main_bg .flow_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #flow_main .flow_main_contents .flow_main_bg .flow_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#flow_main .flow_main_contents .flow_main_bg .flow_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#flow-c {
  background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px), linear-gradient(90deg, transparent 19px, #f0f0f0 20px);
  background-size: 20px 20px;
  padding: 5vh 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 768px) {
  #flow-c {
    margin-top: 40%;
    padding-bottom: 5vh;
  }
}
#flow-c .lower_inner {
  width: 80%;
  border-radius: 30px;
  margin: 0 auto;
  padding: 5vh 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner {
    width: 90%;
  }
}
#flow-c .lower_inner .flow-c {
  padding: 0 5vw;
}
#flow-c .lower_inner .flow-c .flow_caution {
  margin-bottom: 5vw;
}
#flow-c .lower_inner .flow-c .flow_caution h3 {
  border-bottom: 2px solid #E98935;
}
#flow-c .lower_inner .flow-c .flow_caution p {
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_caution p {
    padding: 5vw 1vw;
  }
}
#flow-c .lower_inner .flow-c .lower_headline {
  margin-bottom: 3rem;
  position: relative;
  background: #eee; /*背景色*/
  padding: 2em 2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#flow-c .lower_inner .flow-c .lower_headline::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .lower_headline {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .lower_headline {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#flow-c .lower_inner .flow-c .flow_bar {
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 3vh 2vw;
  margin: 8vh 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_bar {
    margin: 4vh 0;
  }
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item {
  width: 16%;
  position: relative;
  text-align: center;
  list-style: none;
  background: #f8c76a;
  border-radius: 20px;
  padding: 1rem 0.5rem;
  color: #fff;
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_bar .bar_item p {
    font-size: 1.2vw;
  }
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item:last-child:before {
  display: none;
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_bar {
    display: none;
  }
}
#flow-c .lower_inner .flow-c .flow_list {
  margin-top: 5vh;
}
#flow-c .lower_inner .flow-c .flow_list .flow_item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2vh;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item {
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num {
  width: 20%;
  margin-right: 3vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num {
    margin: 0 auto;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text {
    font-size: 0.8rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text span {
    font-size: 1.2rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  background: #f8c76a;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .step {
    width: 60px;
    height: 60px;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body {
  width: 85%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body {
    width: 100%;
    margin-top: 2vh;
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
  width: 30%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: start;
  color: #fbadad;
  padding: 0 1rem;
  border-left: 6px double #f8c76a;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
    width: 35%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
  width: 65%;
  background-color: rgba(124, 211, 238, 0.3);
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
    width: 100%;
    font-size: 0.8rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item:last-child .flow_num:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item:last-child .flow_num:before {
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_divide {
  overflow: hidden;
  width: 100vw;
  margin: 0vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_divide {
    height: 20vh;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_divide {
    height: 15vh;
  }
}
#flow-c .lower_inner .flow-c .flow_divide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}
#flow-c .lower_inner .flow-c .flow_riyou {
  margin-top: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#flow-c .lower_inner .flow-c .flow_riyou .riyou_list {
  width: 30%;
  background-color: #fdeccd;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_riyou .riyou_list {
    width: 100%;
    margin-bottom: 3vw;
  }
}
#flow-c .lower_inner .flow-c .flow_riyou .riyou_list .riyou_head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background: #eee; /*背景色*/
  padding: 1.5em 0.5em 0.5em;
}
#flow-c .lower_inner .flow-c .flow_riyou .riyou_list .riyou_head::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_riyou .riyou_list .riyou_head {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_riyou .riyou_list .riyou_head {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#flow-c .lower_inner .flow-c .flow_riyou .riyou_list .riyou_txt {
  padding: 0.5rem 1rem;
}
#flow-c .lower_inner .flow-c .flow_day {
  margin-top: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#flow-c .lower_inner .flow-c .flow_day .day_list {
  width: 45%;
  background-color: #d5f8ff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_day .day_list {
    width: 100%;
    margin-bottom: 3vw;
  }
}
#flow-c .lower_inner .flow-c .flow_day .day_list .day_head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background: #eee; /*背景色*/
  padding: 1.5em 0.5em 0.5em;
}
#flow-c .lower_inner .flow-c .flow_day .day_list .day_head::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_day .day_list .day_head {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_day .day_list .day_head {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#flow-c .lower_inner .flow-c .flow_day .day_list .day_txt {
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_day .day_list .day_txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_day .day_list .day_txt {
    font-size: 1rem;
  }
}
#flow-c .lower_inner .flow-c .day_caution {
  width: 60%;
  margin: 3vw auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .day_caution {
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .day_caution {
    width: 95%;
    margin: 9vw auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .day_caution p {
    font-size: 1rem;
  }
}

#sidejob_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #sidejob_main {
    height: 65vh;
  }
}
#sidejob_main .sidejob_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #sidejob_main .sidejob_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob_main .sidejob_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #sidejob_main .sidejob_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#sidejob_main .sidejob_main_contents .sidejob_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#sidejob_main .sidejob_main_contents .sidejob_main_bg .sidejob_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #sidejob_main .sidejob_main_contents .sidejob_main_bg .sidejob_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#sidejob_main .sidejob_main_contents .sidejob_main_bg .sidejob_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#sidejob-c {
  background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px), linear-gradient(90deg, transparent 19px, #f0f0f0 20px);
  background-size: 20px 20px;
  padding: 5vh 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c {
    margin-top: 40%;
    padding-bottom: 5vh;
  }
}
#sidejob-c .lower_inner {
  width: 80%;
  border-radius: 30px;
  margin: 0 auto;
  padding: 5vh 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner {
    width: 90%;
  }
}
#sidejob-c .lower_inner .sidejob-c {
  padding: 0 5vw;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_caution {
  margin-bottom: 5vw;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_caution h3 {
  border-bottom: 2px solid #E98935;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_caution h3 {
    font-size: 1.6rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_caution p {
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_caution p {
    padding: 5vw 0.5vw;
  }
}
#sidejob-c .lower_inner .sidejob-c .lower_headline {
  margin-bottom: 3rem;
  position: relative;
  background: #eee; /*背景色*/
  padding: 2em 2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sidejob-c .lower_inner .sidejob-c .lower_headline::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .lower_headline {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .lower_headline {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details {
  margin-top: 3vw;
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail {
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_image {
  width: 45%;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_image {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_image {
    width: 90%;
    height: 250px;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing {
  margin-bottom: 5vw;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing {
    width: 100%;
    margin-top: 5vw;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing h3 {
  border-bottom: 2px solid #E98935;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing h3 {
    font-size: 1.6rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing p {
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail .work_detail_writing p {
    padding: 5vw 0.5vw;
  }
}
#sidejob-c .lower_inner .sidejob-c .work_details .work_detail:last-child {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .work_details .work_detail:last-child {
    flex-flow: column-reverse;
    margin-bottom: 3rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list {
  margin-top: 5vh;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2vh;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item {
    display: block;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num {
  width: 20%;
  margin-right: 3vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num {
    margin: 0 auto;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num .step_text {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num .step_text {
    font-size: 0.8rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num .step_text span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_num .step_text span {
    font-size: 1.2rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  background: #f8c76a;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .step {
    width: 60px;
    height: 60px;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body {
  width: 85%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body {
    width: 100%;
    margin-top: 2vh;
    display: block;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_ttl {
  width: 15%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: start;
  color: #fbadad;
  padding: 0 1rem;
  border-left: 6px double #f8c76a;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_ttl {
    width: 25%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_txt {
  width: 80%;
  background-color: rgba(124, 211, 238, 0.3);
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item .sidejob_body .sidejob_txt {
    width: 100%;
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item:last-child .sidejob_num:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_list .sidejob_item:last-child .sidejob_num:before {
    display: block;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_divide {
  overflow: hidden;
  width: 100vw;
  margin: 0vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_divide {
    height: 20vh;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_divide {
    height: 15vh;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_divide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_miryoku {
  margin-top: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list {
  width: 100%;
  background-color: #fdeccd;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list {
    margin-bottom: 3vw;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list .miryoku_head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  background: #eee; /*背景色*/
  padding: 1.5em 0.5em 0.5em;
}
#sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list .miryoku_head::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list .miryoku_head {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list .miryoku_head {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#sidejob-c .lower_inner .sidejob-c .sidejob_miryoku .miryoku_list .miryoku_txt {
  padding: 0.5rem 1rem;
  line-height: 2.5;
}

#contact_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #contact_main {
    height: 65vh;
  }
}
#contact_main .contact_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #contact_main .contact_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main .contact_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #contact_main .contact_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#contact_main .contact_main_contents .contact_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#contact_main .contact_main_contents .contact_main_bg .contact_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #contact_main .contact_main_contents .contact_main_bg .contact_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#contact_main .contact_main_contents .contact_main_bg .contact_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

.contact_form {
  width: 70%;
  margin: auto;
  padding: 3rem;
  color: #333;
  padding-bottom: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 90%;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 90%;
    padding: 10px;
    padding-bottom: 10rem;
    margin-top: 7em;
  }
}
.contact_form .contact_text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_text {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.contact_form form {
  width: 100%;
}
.contact_form form table {
  width: 100%;
  margin-bottom: 3rem;
  border-collapse: collapse;
  border-top: 1px solid #E98935;
}
@media screen and (max-width: 768px) {
  .contact_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
.contact_form form table tr th {
  padding: 2rem 0;
  width: 35%;
  text-align: end;
  padding-right: 3rem;
  border-bottom: 1px solid #E98935;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 1rem 0;
    padding-top: 2rem;
    padding-left: 0px;
  }
}
.contact_form form table tr th span {
  padding: 10px;
  background-color: red;
  border-radius: 25px;
  color: #fff;
  margin-left: 1rem;
}
.contact_form form table tr td {
  padding: 2rem 0;
  width: 65%;
  border-bottom: 1px solid #E98935;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 2rem;
    padding-right: 0;
  }
}
.contact_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td input {
    width: 100%;
  }
}
.contact_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td textarea {
    width: 100%;
  }
}
.contact_form form table tr:nth-child(4) th span {
  background-color: blue;
}
.contact_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
.contact_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact_form form .agree {
    margin: 10px 0;
  }
}
.contact_form form .submit {
  text-align: center;
}
.contact_form form .submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #E98935;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input {
    padding: 10px 90px;
  }
}
.contact_form form .submit input:hover {
  background-color: #ffbe86;
}
.contact_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
.contact_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#policy_main {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 65vh;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: calc(70vh - 50px);
  position: absolute;
  top: 50px;
  right: 100px;
}
@media screen and (min-width: 1441px) {
  #policy_main .policy_main_contents {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 100%;
    height: calc(55vh - 100px);
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 100%;
    height: calc(60vh - 60px);
    top: 60px;
    right: 0;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 120%;
    left: 5%;
    opacity: 0.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #5bbed7 0, #7da7dc 46%, #9e90e0 100%);
    color: transparent;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.policy_contents h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 1rem;
  }
}
.policy_contents p {
  margin-bottom: 2rem;
}

footer {
  position: relative;
  margin-right: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-right: 0;
  }
}
footer #top_contact {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #82c1e6;
  width: 70%;
  margin: auto;
  border-radius: 25px;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact {
    width: 90%;
    padding: 1rem;
    top: -10%;
  }
}
footer #top_contact .top_contact_title {
  text-align: center;
  margin-bottom: 1rem;
}
footer #top_contact .top_contact_title h2 {
  color: #fff;
}
footer #top_contact .top_contact_text {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_text {
    margin-bottom: 2rem;
  }
}
footer #top_contact .top_contact_text p {
  color: #fff;
}
footer #top_contact .top_contact_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
    flex-flow: column;
  }
}
footer #top_contact .top_contact_contents .top_contact_form {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button {
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #82c1e6;
  border: none;
  font-size: 1.2rem;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 5px 20px;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button:hover {
  background-color: #409daf;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_contact_form button span {
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 12.5px;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_pc p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
    font-size: 1.5rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
    font-size: 1rem;
  }
}
footer #footer {
  background-position: center;
  background-size: cover;
  width: 100%;
}
footer #footer .footer_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(230, 230, 230, 0.8);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg {
    padding-top: 2rem;
  }
}
footer #footer .footer_bg .footer_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer #footer .footer_bg .footer_contents .footer_company {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company {
    width: 100%;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
  width: 60%;
  margin: auto;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
    width: 65%;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer #footer .footer_bg .footer_contents .footer_company .footer_company_contents {
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company .footer_company_contents {
    margin-bottom: 5vw;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_company_contents i {
  margin-right: 0.5em;
}
footer #footer .footer_bg .footer_contents .map {
  width: 58%;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .map {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
footer #footer .footer_bg .footer_contents .map .footer_map {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .map .footer_map {
    width: 100%;
  }
}
footer #footer .footer_bg .footer_contents .map .footer_map iframe {
  width: 100%;
}
footer #footer .footer_bg .footer_contents .map .footer_copyright {
  text-align: center;
  color: #333;
  font-size: 80%;
}/*# sourceMappingURL=style.css.map */