@charset "UTF-8";
*, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #333;
}

.headline {
  font-size: 64px;
}

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

.header.change-color {
  background-color: #fff;
  transition: 0.3s;
}

p {
  font-size: 18px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  p {
    font-size: 12.5px;
  }
}

.sec .headline {
  font-size: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sec .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .sec .headline {
    font-size: 24px;
  }
}

.btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.btn a button {
  color: #333;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .btn a button {
    margin-right: 10px;
  }
}
.btn a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #405890;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .btn a span {
    width: 30px;
    height: 30px;
  }
}
.btn a span i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ddd;
}

#contents_topMain {
  position: relative;
  width: 100%;
  height: 400px;
}
#contents_topMain::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 599px) {
  #contents_topMain {
    height: 195px;
  }
}
#contents_topMain h2 {
  padding-top: 210px;
  padding-left: 80px;
  color: #333;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 20px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contents_topMain h2 {
    font-size: 56px;
    letter-spacing: 15px;
  }
}
@media screen and (max-width: 599px) {
  #contents_topMain h2 {
    padding-top: 120px;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 5px;
  }
}
#contents_topMain p {
  padding-left: 80px;
  color: #333;
  font-size: 24px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  #contents_topMain p {
    padding-left: 20px;
    font-size: 12.5px;
  }
}

.breadCrumbs {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .breadCrumbs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .breadCrumbs {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.breadCrumbs p {
  font-size: 11.5px;
}
@media screen and (max-width: 599px) {
  .breadCrumbs p {
    font-size: 9px;
  }
}
.breadCrumbs p a {
  color: #6A6A6A;
}
.breadCrumbs p span {
  margin: 0 20px;
}
@media screen and (max-width: 599px) {
  .breadCrumbs p span {
    margin: 0 10px;
  }
}

.page-contents_title {
  width: 100%;
  margin: auto;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .page-contents_title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.page-contents_title h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 48px;
  letter-spacing: 10px;
  font-family: "pt-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .page-contents_title h2 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}
.page-contents_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
  height: 2px;
  background-color: #333;
}

.navigation {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .navigation {
    margin-bottom: 40px;
  }
}

header {
  z-index: 999;
}
header #header_pc {
  z-index: 999;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 7vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_pc_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_pc .header_pc_right .header_menu .tel {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}
header #header_pc .header_pc_right .header_menu .tel .number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #333;
}
header #header_pc .header_pc_right .header_menu .tel .number i::before {
  color: #eb9aa3;
  font-size: 24px;
}
header #header_pc .header_pc_right .header_menu .tel .number a {
  text-decoration: none;
  color: #333;
}
header #header_pc .header_pc_right .header_menu .tel .number a span {
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
}
header #header_pc .header_pc_right .header_menu .tel .time {
  padding-left: 20px;
}
header #header_pc .header_pc_right .header_menu .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_pc .header_pc_right .header_menu .menu ul li {
  margin: 0 40px;
  transition: all 0.5s;
}
header #header_pc .header_pc_right .header_menu .menu ul li:hover {
  transform: scale(1.1);
}
header #header_pc .header_pc_right .header_menu .menu ul li a {
  text-decoration: none;
  color: #333;
}
header #header_pc .header_pc_right .header_menu .menu ul li:last-child {
  margin-right: 0;
}
header #header_pc .header_pc_right .header_menu_contact {
  margin-left: 40px;
}
header #header_pc .header_pc_right .header_menu_contact a {
  text-decoration: none;
}
header #header_pc .header_pc_right .header_menu_contact a button {
  padding: 15px 80px;
  border-radius: 100px;
  border: none;
  background-color: #405890;
  color: #fff;
  transition: all 0.5s;
}
header #header_pc .header_pc_right .header_menu_contact a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #405890;
  color: #405890;
}

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

#top_main {
  width: 100%;
  text-align: end;
  padding-top: 120px;
  height: 90vh;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main {
    padding-top: 80px;
    height: 60vw;
  }
}
@media screen and (max-width: 599px) {
  #top_main {
    padding-top: 50px;
    height: 80vw;
  }
}
#top_main img {
  vertical-align: top;
  border-radius: 60px 0 0 60px;
  width: 85%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #top_main img {
    width: 95%;
    border-radius: 30px 0 0 30px;
  }
}

.fv {
  width: 100%;
  height: 100%;
}

#top_service {
  height: 600px;
  position: relative;
  margin-bottom: 16vw;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service {
    height: 450px;
  }
}
@media screen and (max-width: 599px) {
  #top_service {
    height: 300px;
  }
}
#top_service .top_service_bg01 {
  width: 40%;
  height: 400px;
  background-color: #F8ECED;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_bg01 {
    width: 60%;
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_bg01 {
    height: 150px;
  }
}
#top_service .top_service_image {
  position: absolute;
  top: 120px;
  right: 100px;
  width: 40%;
  height: 30vw;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image {
    top: 80px;
    right: 80px;
    text-align: end;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_image {
    top: 20px;
    right: 20px;
    text-align: end;
  }
}
#top_service .top_service_image .pc_img {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image .pc_img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_image .pc_img {
    display: none;
  }
}
#top_service .top_service_image .sp_image {
  width: 95%;
  height: 100px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}
#top_service .top_service_image .sp_image .sp_img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_service .top_service_image .sp_image p {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
}
#top_service .top_service_contents {
  padding-left: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents {
    padding-left: 20px;
  }
}
#top_service .top_service_contents .sec {
  padding-top: 80px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents .sec {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents .sec {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
#top_service .top_service_contents .sec .headline {
  color: #333;
}
#top_service .top_service_contents .top_service_text {
  width: 47%;
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text {
    width: 88%;
  }
}
#top_service .top_service_contents .top_service_text h3 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text h3 {
    font-size: 15px;
  }
}
#top_service .top_service_contents .top_service_text p {
  margin-bottom: 40px;
  color: #5e4822;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents .top_service_text p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text p {
    margin-bottom: 10px;
  }
}
#top_service .top_service_contents .btn {
  width: 20%;
}
@media screen and (max-width: 599px) {
  #top_service .top_service_contents .btn {
    width: 40%;
  }
}

#top_news {
  position: relative;
  height: 800px;
  margin-bottom: 180px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news {
    height: 600px;
  }
}
@media screen and (max-width: 599px) {
  #top_news {
    height: 300px;
  }
}
#top_news .top_news_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 600px;
  background-color: #F8ECED;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_bg01 {
    height: 600px;
  }
}
@media screen and (max-width: 599px) {
  #top_news .top_news_bg01 {
    height: 300px;
  }
}
#top_news .top_news_contents {
  width: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #eb9aa3;
  padding: 40px 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents {
    width: 93%;
    padding: 40px 40px;
  }
}
#top_news .top_news_contents .sec {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .sec {
    margin-bottom: 10px;
  }
}
#top_news .top_news_contents .sec .headline {
  color: #333;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_content {
    width: 100%;
  }
}
#top_news .top_news_contents .top_news_content ul {
  list-style: none;
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_content ul {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul {
    width: 100%;
  }
}
#top_news .top_news_contents .top_news_content ul a {
  text-decoration: none;
  color: #5e4822;
}
#top_news .top_news_contents .top_news_content ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #5e4822;
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li {
    margin-bottom: 20px;
  }
}
#top_news .top_news_contents .top_news_content ul a li .outline {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline {
    display: block;
  }
}
#top_news .top_news_contents .top_news_content ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}
#top_news .top_news_contents .top_news_content ul a li .outline .sp_title {
  display: flex;
  justify-content: start;
  align-items: center;
}
#top_news .top_news_contents .top_news_content ul a li .outline .sp_title .title {
  width: 350px;
}
@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}
#top_news .top_news_contents .none_li {
  color: #5e4822;
}
#top_news .top_news_contents .btn a {
  justify-content: flex-end;
}
#top_news .top_news_contents .btn a button {
  color: #5e4822;
}

#top_company {
  position: relative;
  height: 700px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  #top_company {
    height: 300px;
  }
}
#top_company .top_company_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 500px;
  background-color: #eb9aa3;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_bg01 {
    height: 350px;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_bg01 {
    height: 300px;
    top: -20%;
  }
}
#top_company .top_company_bg02 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 70%;
  height: 300px;
  background-color: #eb9aa3;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_bg02 {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_bg02 {
    top: 50%;
    height: 100px;
  }
}
#top_company .top_company_contents {
  position: absolute;
  top: 0%;
  right: 0;
  transform: translate(0, -30%);
  width: 80%;
  height: 500px;
  background-color: #F8ECED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-left: 240px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents {
    width: 60%;
    height: 400px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_contents {
    width: 90%;
    height: 200px;
    margin-top: 40px;
    padding-left: 0px;
  }
}
#top_company .top_company_contents .sec {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #top_company .top_company_contents .sec {
    margin-bottom: 10px;
  }
}
#top_company .top_company_contents .sec .headline {
  color: #333;
}
#top_company .top_company_contents .sec p {
  text-align: center;
  color: #333;
}
#top_company .top_company_contents .top_company_text {
  margin-bottom: 40px;
  width: 60%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents .top_company_text {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_contents .top_company_text {
    margin-bottom: 20px;
  }
}
#top_company .top_company_contents .top_company_text p {
  color: #5e4822;
}
@media screen and (max-width: 599px) {
  #top_company .top_company_contents .top_company_text p {
    width: 70%;
    margin: auto;
  }
}
#top_company .top_company_contents .btn button {
  color: #5e4822;
}
#top_company .top_company_image {
  position: absolute;
  top: 15%;
  left: 5%;
  transform: translate(0, -50%);
  width: 35%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_image {
    width: 45%;
    left: 2%;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_image {
    display: none;
  }
}
#top_company .top_company_image img {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #top_company .top_company_image img {
    width: 100%;
  }
}

#top_recruit {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 280px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit {
    height: 250px;
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 599px) {
  #top_recruit {
    height: 200px;
    margin-bottom: 100px;
  }
}
#top_recruit .top_recruit_contents {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #F8ECED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 75%;
  height: 350px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents {
    width: 90%;
    height: 200px;
  }
}
#top_recruit .top_recruit_contents .sec {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .sec {
    margin-bottom: 10px;
  }
}
#top_recruit .top_recruit_contents .sec .headline {
  color: #333;
  text-align: center;
}
#top_recruit .top_recruit_contents .sec p {
  color: #333;
  text-align: center;
}
#top_recruit .top_recruit_contents .top_recruit_text {
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    width: 90%;
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_text p {
  color: #5e4822;
}
@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .top_recruit_text p {
    width: 75%;
    margin: auto;
  }
  #top_recruit .top_recruit_contents .top_recruit_text p br {
    display: none;
  }
}
#top_recruit .top_recruit_contents .btn a {
  justify-content: center;
}
#top_recruit .top_recruit_contents .btn a button {
  color: #5e4822;
}

#service {
  position: relative;
}
#service #contents_topMain {
  background-position: center;
  background-size: cover;
}
#service .service_contents {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents {
    width: 90%;
  }
}
#service .service_contents .service_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content {
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_content_image {
  width: 25vw;
  height: 25vw;
  position: relative;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_image {
    width: 50vw;
    height: 50vw;
    margin-bottom: 40px;
  }
}
#service .service_contents .service_content .service_content_image::after {
  position: absolute;
  content: "01";
  width: 30%;
  height: 30%;
  top: 0;
  right: 0;
  background-color: #eb9aa3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eb9aa3;
  font-size: 24px;
}
#service .service_contents .service_content .service_content_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_contents .service_content .service_content_text {
  width: 60%;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_text {
    width: 100%;
  }
}
#service .service_contents .service_content .service_content_text .headline {
  font-size: 24px;
  margin-bottom: 40px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_text .headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#service .service_contents .service_content02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content02 {
    flex-flow: column-reverse;
  }
}
#service .service_contents .service_content02 .service_content_image {
  width: 25vw;
  height: 25vw;
  position: relative;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content02 .service_content_image {
    width: 50vw;
    height: 50vw;
    margin-bottom: 40px;
  }
}
#service .service_contents .service_content02 .service_content_image::after {
  position: absolute;
  content: "02";
  width: 30%;
  height: 30%;
  top: 0;
  right: 0;
  background-color: #eb9aa3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eb9aa3;
  font-size: 24px;
}
#service .service_contents .service_content02 .service_content_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_contents .service_content02 .service_content_text {
  width: 60%;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content02 .service_content_text {
    width: 100%;
  }
}
#service .service_contents .service_content02 .service_content_text .headline {
  font-size: 24px;
  margin-bottom: 40px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #service .service_contents .service_content02 .service_content_text .headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#service .schedule {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  background-color: #F8ECED;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  #service .schedule {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
#service .schedule .schedule_title {
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #service .schedule .schedule_title {
    width: 90%;
    margin-bottom: 20px;
  }
}
#service .schedule .schedule_title h2 {
  color: #eb9aa3;
}
#service .schedule table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  #service .schedule table {
    width: 90%;
  }
}
#service .schedule table tr {
  height: 40px;
  border-bottom: 1px dotted #333;
}
#service .schedule table tr th {
  color: #eb9aa3;
  width: 30%;
}
@media screen and (max-width: 599px) {
  #service .schedule table tr th {
    font-size: 12.5px;
  }
}
#service .schedule table tr td {
  color: #333;
}
@media screen and (max-width: 599px) {
  #service .schedule table tr td {
    font-size: 12.5px;
  }
}
#service .schedule .schedule_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  #service .schedule .schedule_contents {
    width: 95%;
  }
}
#service .schedule .schedule_contents .schedule_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin: 2vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .schedule .schedule_contents .schedule_items {
    flex-flow: column;
    margin: 4vw 0;
  }
}
@media screen and (max-width: 599px) {
  #service .schedule .schedule_contents .schedule_items {
    flex-flow: column;
    margin: 8vw 0;
  }
}
#service .schedule .schedule_contents .schedule_items .schedule_image {
  width: 45%;
  height: 20vw;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .schedule .schedule_contents .schedule_items .schedule_image {
    width: 100%;
    height: 40vw;
  }
}
@media screen and (max-width: 599px) {
  #service .schedule .schedule_contents .schedule_items .schedule_image {
    width: 100%;
    height: 60vw;
  }
}
#service .schedule .schedule_contents .schedule_items .schedule_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .schedule .schedule_contents .schedule_items .schedule_text {
  width: 45%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .schedule .schedule_contents .schedule_items .schedule_text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #service .schedule .schedule_contents .schedule_items .schedule_text {
    width: 100%;
  }
}

#service02 .service02_title {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #service02 .service02_title {
    width: 95%;
  }
}
#service02 .service02_title h4 {
  font-size: 2vw;
  text-align: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 599px) {
  #service02 .service02_title h4 {
    font-size: 4vw;
  }
}
#service02 .service02_title h1 {
  font-size: 6vw;
  text-align: center;
  color: #fff;
  padding: 1.2vw;
  background-color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #service02 .service02_title h1 {
    font-size: 8vw;
  }
}
#service02 .service02_title img {
  width: 40%;
}
@media screen and (max-width: 599px) {
  #service02 .service02_title img {
    width: 60%;
  }
}
#service02 .service02_title .name {
  margin-bottom: 4vw;
  color: #eb9aa3;
  background-color: #fff;
}
#service02 .yui_images_flex {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #service02 .yui_images_flex {
    width: 95%;
  }
}
#service02 .yui_images_flex img {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .yui_images_flex img {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 599px) {
  #service02 .yui_images_flex img {
    width: 25vw;
    height: 25vw;
  }
}
#service02 .access {
  background-color: #eb9aa3;
  color: #fff;
}
#service02 .access .access_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  padding: 4vw;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .access .access_container {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  #service02 .access .access_container {
    flex-flow: column;
    width: 95%;
    padding: 6vw 0;
  }
}
#service02 .access .access_container iframe {
  width: 40% !important;
  height: 20vw;
}
@media screen and (max-width: 599px) {
  #service02 .access .access_container iframe {
    width: 100% !important;
    height: 60vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .access .access_container table tr {
    border-collapse: collapse;
    margin-bottom: 2vw;
  }
  #service02 .access .access_container table th {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  #service02 .access .access_container table {
    width: 100%;
    border-collapse: collapse;
  }
  #service02 .access .access_container table th {
    width: 30%;
  }
  #service02 .access .access_container table tr {
    padding-bottom: 4vw;
  }
}
#service02 .banner {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 599px) {
  #service02 .banner {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#service02 .banner img {
  width: 100%;
}
#service02 .stretch {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .stretch {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #service02 .stretch {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#service02 .stretch .stretch_text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #service02 .stretch .stretch_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#service02 .stretch .stretch_text h2 {
  margin-bottom: 1vw;
  color: #eb9aa3;
}
#service02 .stretch .stretch_img {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #service02 .stretch .stretch_img {
    width: 60%;
    margin: auto;
  }
}
#service02 .stretch .stretch_img img {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .menu {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #service02 .menu {
    margin-bottom: 8vw;
  }
}
#service02 .menu .menu_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .menu .menu_title {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_title {
    flex-flow: column;
    margin-bottom: 6vw;
  }
}
#service02 .menu .menu_title h3 {
  font-size: 3vw;
  padding: 1vw;
  color: #fff;
  background-color: #eb9aa3;
  margin-right: 1.5vw;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_title h3 {
    font-size: 4.5vw;
    padding: 2vw;
    margin: 0;
    margin-bottom: 3vw;
  }
}
#service02 .menu .menu_contents {
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_contents {
    width: 95%;
  }
}
#service02 .menu .menu_contents h4 {
  font-size: 1.4vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_contents h4 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
#service02 .menu .menu_contents h4 span {
  font-size: 1.8vw;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_contents h4 span {
    font-size: 5vw;
  }
}
#service02 .menu .menu_contents h4 .waku {
  padding: 0.5vw;
  background-color: #eb9aa3;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_contents h4 .waku {
    padding: 1.5vw;
  }
}
#service02 .menu .menu_contents .mb {
  margin-bottom: 1vw;
}
@media screen and (max-width: 599px) {
  #service02 .menu .menu_contents .mb {
    margin-bottom: 4vw;
  }
}
#service02 .service02_contact {
  padding: 4vw;
  background-color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact {
    padding: 8vw 4vw;
  }
}
#service02 .service02_contact .service_contact_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service02 .service02_contact .service_contact_container {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact .service_contact_container {
    width: 95%;
    flex-flow: column;
  }
}
#service02 .service02_contact .service_contact_container .service02_contact_left img {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact .service_contact_container .service02_contact_left {
    text-align: center;
    margin-bottom: 4vw;
  }
  #service02 .service02_contact .service_contact_container .service02_contact_left h2 {
    font-size: 6vw;
  }
  #service02 .service02_contact .service_contact_container .service02_contact_left h3 {
    margin-bottom: 4vw;
  }
}
#service02 .service02_contact .service_contact_container .service02_contact_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service02 .service02_contact .service_contact_container .service02_contact_right .insta_image, #service02 .service02_contact .service_contact_container .service02_contact_right .line_image {
  text-align: center;
  margin: 0.5vw;
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact .service_contact_container .service02_contact_right .insta_image, #service02 .service02_contact .service_contact_container .service02_contact_right .line_image {
    margin: 2vw;
  }
}
#service02 .service02_contact .service_contact_container .service02_contact_right .insta_image p, #service02 .service02_contact .service_contact_container .service02_contact_right .line_image p {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact .service_contact_container .service02_contact_right .insta_image p, #service02 .service02_contact .service_contact_container .service02_contact_right .line_image p {
    margin-bottom: 2vw;
  }
}
#service02 .service02_contact .service_contact_container .service02_contact_right img {
  width: 15vw;
}
@media screen and (max-width: 599px) {
  #service02 .service02_contact .service_contact_container .service02_contact_right img {
    width: 30vw;
  }
}

#news {
  position: relative;
}
#news #contents_topMain {
  background-position: center;
  background-size: cover;
}
#news .news {
  width: 80%;
  padding: 120px 0;
  margin-left: auto;
  margin-right: 0;
  background-color: #eb9aa3;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #news .news {
    margin-bottom: 60px;
    width: 90%;
    padding: 40px 0;
  }
}
#news .news ul {
  z-index: 10;
  list-style: none;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #news .news ul {
    width: 70%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #news .news ul {
    width: 90%;
  }
}
#news .news ul a {
  text-decoration: none;
  color: #333;
}
#news .news ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  #news .news ul a li {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
#news .news ul a li .outline {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #news .news ul a li .outline {
    display: block;
  }
}
#news .news ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  #news .news ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}
#news .news ul a li .outline .sp_title {
  display: flex;
  justify-content: start;
  align-items: center;
}
#news .news ul a li .outline .sp_title .title {
  width: 350px;
}
@media screen and (max-width: 599px) {
  #news .news ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}
#news .news .navigation .current {
  border: none;
  color: #333;
}
#news .news .navigation a {
  border: none;
  background-color: #333;
  color: #eb9aa3;
}
#news .news .wp-pagenavi a, #news .news .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single #contents_topMain {
  background-position: center;
  background-size: cover;
}
#news_single .news ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #news_single .news ul {
    margin-bottom: 40px;
  }
}
#news_single .news ul li {
  width: 100%;
  margin: 0 40px;
  background-color: #eb9aa3;
  padding: 40px;
}
#news_single .news ul li a {
  text-decoration: none;
  color: #fff;
}
#news_single .news ul li a .outline .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #news_single .news ul li a .outline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #news_single .news ul li a .outline .descn {
    font-size: 12.5px;
  }
}

#company #contents_topMain {
  background-position: center;
  background-size: cover;
}
#company .vision {
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .vision {
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  #company .vision {
    width: 350px;
  }
}
#company .vision .company_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #company .vision .company_headline {
    margin-bottom: 20px;
  }
}
#company .vision .company_headline h2 {
  font-size: 36px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #company .vision .company_headline h2 {
    font-size: 24px;
  }
}
#company .vision .vision_text p {
  line-height: 230%;
}
@media screen and (max-width: 599px) {
  #company .vision .vision_text p {
    line-height: 200%;
  }
}
#company .company_contents {
  position: relative;
  margin-bottom: 40px;
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents {
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  #company .company_contents {
    width: 350px;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #company .company_contents .company_headline {
    margin-bottom: 20px;
  }
}
#company .company_contents .company_headline h2 {
  font-size: 36px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #company .company_contents .company_headline h2 {
    font-size: 24px;
  }
}
#company .company_contents table {
  width: 60%;
  margin: auto;
  border-spacing: 10px 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #company .company_contents table {
    width: 90%;
  }
}
#company .company_contents table tr {
  position: relative;
  height: 50px;
}
#company .company_contents table tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eb9aa3;
  bottom: -20px;
  left: 0;
}
#company .company_contents table tr .td_left {
  width: 200px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  #company .company_contents table tr .td_left {
    width: 100px;
    font-size: 11.5px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  #company .company_contents table tr .td_right {
    font-size: 11.5px;
  }
}
#company .access {
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access {
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  #company .access {
    width: 350px;
  }
}
#company .access .company_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #company .access .company_headline {
    margin-bottom: 20px;
  }
}
#company .access .company_headline h2 {
  font-size: 36px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #company .access .company_headline h2 {
    font-size: 24px;
  }
}
#company .access iframe {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access iframe {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  #company .access iframe {
    height: 450px;
  }
}
#company .instructions {
  width: 80%;
  height: 30vw;
  margin: auto;
  margin-bottom: 4vw;
  overflow-y: scroll;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .instructions {
    width: 90%;
    height: 50vw;
  }
}
@media screen and (max-width: 599px) {
  #company .instructions {
    width: 100%;
    height: 80vw;
  }
}
#company .instructions th, #company .instructions td {
  font-size: 1.2vw;
}
@media screen and (max-width: 599px) {
  #company .instructions th, #company .instructions td {
    font-size: 2.8vw;
  }
}
#company .instructions .company_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #company .instructions .company_headline {
    margin-bottom: 20px;
  }
}
#company .instructions .company_headline h2 {
  font-size: 36px;
  color: #eb9aa3;
}
@media screen and (max-width: 599px) {
  #company .instructions .company_headline h2 {
    font-size: 24px;
  }
}
#company .instructions .instructions_contents {
  width: 80%;
  margin: auto;
}
#company .instructions .instructions_contents ul {
  list-style: none;
}
#company .instructions .instructions_contents ul:nth-child(1) {
  margin-bottom: 4vw;
}
#company .instructions .instructions_contents ul:nth-child(1) h4 {
  margin-bottom: 2vw;
}
#company .instructions .instructions_contents ul:nth-child(1) li table {
  width: 100%;
}
#company .instructions .instructions_contents ul:nth-child(1) li table th, #company .instructions .instructions_contents ul:nth-child(1) li table td {
  padding: 1.5vw;
}
#company .instructions .instructions_contents ul:nth-child(1) li table th {
  width: 40%;
}
#company .instructions .instructions_contents ul:nth-child(1) li table td {
  width: 60%;
}
#company .instructions .instructions_contents ul:nth-child(2) {
  margin-bottom: 4vw;
}
#company .instructions .instructions_contents ul:nth-child(2) h4 {
  margin-bottom: 2vw;
}
#company .instructions .instructions_contents ul:nth-child(2) li {
  margin-bottom: 4vw;
}
#company .instructions .instructions_contents ul:nth-child(2) li p {
  margin-bottom: 1vw;
}
#company .instructions .instructions_contents ul:nth-child(2) li table {
  width: 100%;
  margin-bottom: 0.5vw;
}
#company .instructions .instructions_contents ul:nth-child(2) li table th, #company .instructions .instructions_contents ul:nth-child(2) li table td {
  padding: 1.5vw;
}
#company .instructions .instructions_contents ul:nth-child(2) li table th {
  width: 40%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table td {
  width: 60%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table01 {
  width: 20%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table02 {
  width: 20%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table03 {
  width: 15%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table04 {
  width: 15%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table05 {
  width: 20%;
}
#company .instructions .instructions_contents ul:nth-child(2) li table .table06 {
  width: 15%;
}
#company .instructions .instructions_contents ul:nth-child(2) li:nth-child(5) table tr th {
  width: 25%;
}
#company .instructions .instructions_contents ul:nth-child(2) li:nth-child(5) table tr td {
  width: 25%;
}
#company .flow {
  margin-bottom: 2vw;
}
#company .flow h4 {
  margin-bottom: 1vw;
}
#company .flow ul li {
  margin-bottom: 1vw;
}
#company .flow ul li h5 {
  margin-bottom: 0.5vw;
}
#company .things {
  margin-bottom: 2vw;
}
#company .things h4 {
  margin-bottom: 1vw;
}
#company .things ul li {
  margin-bottom: 1vw;
}
#company .things ul li h5 {
  margin-bottom: 0.5vw;
}
#company .price {
  margin-bottom: 2vw;
}
#company .price h4 {
  margin-bottom: 1vw;
}
#company .price p {
  margin-bottom: 1vw;
}
#company .contract, #company .receiver, #company .prevention, #company .ban, #company .secret {
  margin-bottom: 2vw;
}
#company .contract h4, #company .receiver h4, #company .prevention h4, #company .ban h4, #company .secret h4 {
  margin-bottom: 1vw;
}
#company .contract p, #company .receiver p, #company .prevention p, #company .ban p, #company .secret p {
  margin-bottom: 1vw;
}
#company .contract table tr th, #company .contract table tr td, #company .receiver table tr th, #company .receiver table tr td, #company .prevention table tr th, #company .prevention table tr td, #company .ban table tr th, #company .ban table tr td, #company .secret table tr th, #company .secret table tr td {
  padding: 1.5vw;
}
#company .emergency, #company .window, #company .important {
  margin-bottom: 2vw;
}
#company .emergency h4, #company .window h4, #company .important h4 {
  margin-bottom: 1vw;
}
#company .emergency p, #company .window p, #company .important p {
  margin-bottom: 1vw;
}
#company .emergency ul li, #company .window ul li, #company .important ul li {
  margin-bottom: 1vw;
}
#company .emergency ul li h5, #company .window ul li h5, #company .important ul li h5 {
  margin-bottom: 0.5vw;
}
#company .emergency table, #company .window table, #company .important table {
  width: 100%;
}
#company .emergency table tr th, #company .emergency table tr td, #company .window table tr th, #company .window table tr td, #company .important table tr th, #company .important table tr td {
  padding: 1.5vw;
}
#company .emergency table tr th, #company .window table tr th, #company .important table tr th {
  width: 30%;
}
#company .emergency .window01, #company .window .window01, #company .important .window01 {
  margin-bottom: 2vw;
}
#company .correspondence, #company .countermeasure, #company .harassment {
  margin-bottom: 2vw;
}
#company .correspondence h4, #company .countermeasure h4, #company .harassment h4 {
  margin-bottom: 1vw;
}
#company .correspondence p, #company .countermeasure p, #company .harassment p {
  margin-bottom: 1vw;
}

#recruit #contents_topMain {
  background-position: center;
  background-size: cover;
}
#recruit .recruit_image {
  height: 30vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #recruit .recruit_image {
    margin-bottom: 40px;
  }
}
#recruit .recruit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .recruit_contents {
  width: 1100px;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  #recruit .recruit_contents {
    width: 350px;
    margin-bottom: 40px;
  }
}
#recruit .recruit_contents table {
  border-collapse: separate;
}
#recruit .recruit_contents table tr .td_left {
  width: 300px;
  background-color: #eb9aa3;
  padding: 20px 0;
  padding-left: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_left {
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_left {
    width: 100px;
    font-size: 12.5px;
  }
}
#recruit .recruit_contents table tr .td_right {
  width: 800px;
  padding: 20px 0;
  background-color: #fff;
  padding-left: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_right {
    width: 450px;
  }
}
@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_right {
    width: 250px;
    font-size: 12.5px;
  }
}

.nintei {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .nintei {
    width: 80%;
  }
}
.nintei img {
  width: 100%;
}

#contact #contents_topMain {
  background-image: url(./img/contact_main.png);
  background-position: center;
  background-size: cover;
}
#contact .contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
#contact .contact_form form {
  width: 100%;
}
#contact .contact_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #eb9aa3;
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact .contact_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #eb9aa3;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 12.5px;
  }
}
#contact .contact_form form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th span {
    padding: 5px;
    font-size: 10px;
  }
}
#contact .contact_form form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #eb9aa3;
  padding-right: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact .contact_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td input {
    width: 100%;
  }
}
#contact .contact_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td textarea {
    width: 100%;
  }
}
#contact .contact_form form table tr:nth-child(4) th span {
  background-color: blue;
}
#contact .contact_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 599px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact .contact_form form .agree {
  text-align: center;
  margin-bottom: 40px;
}
#contact .contact_form form .submit {
  text-align: center;
}
#contact .contact_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background-color: #eb9aa3;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input {
    padding: 10px 90px;
  }
}
#contact .contact_form form .submit input:hover {
  background-color: #eb9aa3;
  color: #333;
}
#contact .contact_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact #mw_wp_form_mw-wp-form-197 {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #contact #mw_wp_form_mw-wp-form-197 {
    font-size: 12.5px;
  }
}
#contact .policy {
  margin-bottom: 80px;
}
#contact .policy .policy_contents_title {
  text-align: center;
  margin-bottom: 10px;
}
#contact .policy .policy_contents_detail {
  overflow: scroll;
  width: 800px;
  height: 300px;
  padding: 10px;
  margin: auto;
  border: 1px solid #000;
}
@media screen and (max-width: 599px) {
  #contact .policy .policy_contents_detail {
    width: 350px;
  }
}
#contact .policy .policy_contents_detail h3 {
  font-size: 15px;
}
#contact .policy .policy_contents_detail p {
  font-size: 12.5px;
}

footer #top_contact {
  background-size: cover;
  background-position: center;
  height: 464px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact {
    height: 350px;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact {
    height: 300px;
  }
}
footer #top_contact .top_contact_bg {
  width: 100%;
  height: 100%;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg {
    padding: 40px;
  }
}
footer #top_contact .top_contact_bg .sec {
  padding-top: 0px;
  padding-left: 120px;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .sec {
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_bg .sec .headline {
  color: #333;
}
footer #top_contact .top_contact_bg .sec .subtitle {
  color: #333;
}
footer #top_contact .top_contact_bg .top_contact_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents {
    display: block;
    width: 95%;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .tel {
  width: 35%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .tel .number {
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .number {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .tel .number span {
  font-size: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .number span {
    font-size: 15px;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .tel .number span a {
  text-decoration: none;
  color: #333;
}
footer #top_contact .top_contact_bg .top_contact_contents .tel .time {
  color: #333;
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .time {
    text-align: center;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .tel .time button {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  margin-right: 20px;
  color: #333;
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .time button {
    width: 70px;
    padding: 3px;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .line {
  background-color: #333;
  width: 1px;
  height: 120px;
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .line {
    display: none;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .btn {
  width: 35%;
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn {
    width: 100%;
    text-align: center;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .btn a {
  justify-content: center;
}
footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
  padding: 30px 80px;
  border: none;
  background-color: #405890;
  transition: all 0.5s;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
    padding: 15px 30px;
  }
}
footer #top_contact .top_contact_bg .top_contact_contents .btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #405890;
  color: #405890;
}
footer #footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #F8ECED;
  padding: 80px 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  footer #footer {
    padding: 20px 30px;
    display: block;
  }
}
footer #footer .company_contents {
  width: 40%;
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer #footer .company_contents .footer_logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo img {
    width: 100%;
  }
}
footer #footer .company_contents .company_text .name {
  font-size: 18px;
  color: #5e4822;
  margin-bottom: 10px;
}
footer #footer .company_contents .company_text .zip {
  color: #5e4822;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .zip {
    font-size: 12.5px;
  }
}
footer #footer .company_contents .company_text .address {
  font-size: 14px;
  color: #5e4822;
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .address {
    font-size: 12.5px;
  }
}
footer #footer .company_contents .company_text .tel {
  font-size: 14px;
  color: #5e4822;
}
@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .tel {
    font-size: 12.5px;
  }
}
footer #footer .footer_menu {
  width: 20%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer .footer_menu {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer .footer_menu {
    width: 100%;
  }
}
footer #footer .footer_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
}
footer #footer .footer_menu ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li {
    margin-bottom: 20px;
  }
}
footer #footer .footer_menu ul li a {
  text-decoration: none;
  color: #5e4822;
}
@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li a {
    font-size: 12.5px;
  }
}
footer #footer .footer_menu .insta a {
  color: #333;
}
footer .copy_right {
  font-size: 9px;
  text-align: center;
  color: #5e4822;
  background-color: #eb9aa3;
  padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */