@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

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

body {
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
}

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

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

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

a {
  text-decoration: none;
  color: #333;
}

.contents_btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents_btn {
    margin-top: 40px;
  }
}
.contents_btn a button {
  border: none;
  padding: 20px 180px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #48d36c;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
.contents_btn a button:hover {
  background-color: #2bbfba;
}
.contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 5vw;
  }
}

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

h3 {
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 4vw;
  }
}

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

.lower_headline_en {
  margin: 3rem 0 0.5rem 0;
}
.lower_headline_en h1 {
  color: #333;
  font-family: "Dancing Script", cursive;
  font-size: 3.5vw;
  text-align: center;
  opacity: 0.3;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline_en h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline_en h1 {
    font-size: 10vw;
  }
}

.lower_headline {
  text-align: center;
  margin-bottom: 3rem;
}

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

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

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 60px;
  display: flex;
  align-items: center;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #4ccd61;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 45px;
    height: 45px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 25px;
  }
}

.hamburger span:nth-child(1) {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 12px;
  }
}

.hamburger span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 21px;
  }
}

.hamburger span:nth-child(3) {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 30px;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 45%;
  transform: rotate(-45deg) translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 10px;
  }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10%;
  transform: rotate(45deg) translate(50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 10px;
    left: 6%;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(76, 205, 98, 0.9);
  text-align: start;
  padding-left: 20px;
  transform: translateX(400%);
  transition: all 0.6s;
  width: 25%;
  height: 100vh;
  visibility: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    width: 40%;
    transform: translateX(250%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
    transform: translateX(100%);
  }
}
nav.globalMenuSp ul.header_menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 2rem;
}
nav.globalMenuSp ul.header_menu img {
  margin: 20px 0;
  height: 30px;
}
nav.globalMenuSp ul.header_menu li {
  list-style-type: none;
  font-size: 120%;
  padding: 0;
  width: 100%;
  margin-top: 2.5rem;
}
nav.globalMenuSp ul.header_menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul.header_menu li:last-child a::after {
  display: none;
}
nav.globalMenuSp ul.header_menu li:last-child i::before {
  margin-right: 10px;
}
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 {
  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;
  color: #fff;
}

nav.globalMenuSp ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
nav.globalMenuSp ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
nav.globalMenuSp ul li a:hover::after {
  width: 80%;
}
nav.globalMenuSp ul li a.tel {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a.tel {
    pointer-events: all;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(300%);
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp.active {
    transform: translateX(150%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}

.header_logo {
  height: 40px;
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin-left: 20px;
    height: 40px;
  }
}
.header_logo img {
  height: 100%;
}

.header_contact_btn {
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .header_contact_btn {
    display: none;
  }
}
.header_contact_btn a button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  transition: all 0.3s;
  background: #f5a21c;
  transition: all 0.4s;
}
.header_contact_btn a button:hover {
  background-color: #ffd38d;
}
.header_contact_btn a button .fa-solid {
  color: #fff;
  font-size: 20px;
}

.header_tel_btn {
  position: absolute;
  top: 0;
  right: 120px;
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header_tel_btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
.header_tel_btn a {
  text-decoration: none;
}
.header_tel_btn a button {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0px 20px;
  letter-spacing: 3px;
  font-size: 18px;
  background: #48d36c;
  color: #fff;
}
.header_tel_btn a button i {
  margin-right: 10px;
}

#top_main {
  position: relative;
}
#top_main .slide-images {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 40vh;
  }
}
#top_main .slide-images .slick-list {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  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_main_text {
  position: absolute;
  top: 70%;
  left: 8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text {
    height: auto;
  }
}
#top_main .top_main_text .top_main_headline {
  font-size: 6vw;
  font-weight: 600;
  color: #48d36c;
  text-shadow: 0 1px 8px #fff;
  animation: fadeIn 3s ease 0.5s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_headline {
    font-size: 8vw;
  }
}
#top_main .top_main_text .top_main_writing {
  font-size: 2.5rem;
  font-weight: 600;
  animation: fadeIn 3s ease 2s forwards normal;
  opacity: 0;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 1.1rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#top_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#48d36c, #fff);
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about {
    flex-flow: column;
    margin-bottom: 10rem;
  }
}
#top_about .top_about_contents {
  width: 50% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  position: absolute;
  top: 8rem;
  left: 5%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_about .top_about_contents {
    top: 5rem;
    width: 70% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents {
    top: 5rem;
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    width: 90% !important;
    margin: auto;
    top: 5rem;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #48d36c;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #48d36c;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents h1 {
  display: inline-block;
  color: #333;
  font-family: "Dancing Script", cursive;
  font-size: 6vw;
  transform: rotate(-15deg);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents h1 {
    font-size: 12vw;
  }
}
#top_about .top_about_contents h2 {
  color: #47d368;
  font-weight: 600;
  margin-bottom: 1rem;
}
#top_about .top_about_contents .top_about_text {
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_text {
    font-size: 0.8rem;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #48d36c;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #48d36c;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_image {
  width: 60%;
  height: 550px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_about .top_about_image {
    height: 40vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image {
    width: 45%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image {
    width: 100%;
    height: 60vh;
  }
}

#top_clinic_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #top_clinic_main {
    height: 40vh;
  }
}
#top_clinic_main #top_clinic_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#top_clinic .clinic_header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_clinic .clinic_header {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_clinic .clinic_header {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_clinic .clinic_header {
    height: 35vh;
  }
}
#top_clinic .clinic_header .clinic_subheader {
  position: absolute;
  top: 21vh;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_clinic .clinic_header .clinic_subheader {
    top: 16vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_clinic .clinic_header .clinic_subheader {
    top: 11vh;
  }
}
@media screen and (max-width: 768px) {
  #top_clinic .clinic_header .clinic_subheader {
    top: 11vh;
  }
}
#top_clinic .clinic_header .clinic_subheader h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#top_clinic .clinic_header .clinic_subheader h2 span {
  font-size: 70%;
  display: block;
}
#top_clinic .top_clinic_bg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_bg {
    background-attachment: scroll;
  }
}
#top_clinic .top_clinic_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(102, 165, 201, 0.8);
  z-index: 1;
}
#top_clinic .top_clinic_bg .top_clinic_writing {
  position: relative;
  z-index: 10;
}
#top_clinic .top_clinic_bg .top_clinic_writing h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
#top_clinic .top_clinic_bg .top_clinic_writing .top_clinic_writing_text {
  color: #fff;
  width: 45%;
  margin: auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_bg .top_clinic_writing .top_clinic_writing_text {
    width: 90%;
  }
}
#top_clinic .top_clinic_contents {
  width: 100%;
  padding: 5rem 0;
  margin: auto;
  position: relative;
  background-color: rgba(72, 211, 108, 0.05);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_clinic .top_clinic_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents {
    width: 100%;
  }
}
#top_clinic .top_clinic_contents .top_clinic_content {
  width: 85%;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_clinic .top_clinic_contents .top_clinic_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents .top_clinic_content {
    width: 90%;
  }
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail {
    flex-flow: column;
  }
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_headerline {
  width: 100%;
  margin-bottom: 1rem;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_headerline .top_clinic_img {
  width: 100px;
  margin: 0 auto;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_headerline .top_clinic_img img {
  width: 100%;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_headerline h2 {
  text-align: center;
  position: relative;
  color: #48d36c;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing p {
  line-height: 2;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing p a {
  display: table;
  margin: 2rem auto 0 auto;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  background-image: linear-gradient(to right, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  transition: all 0.4s;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing p a:hover {
  opacity: 0.75;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_writing p a i {
  padding-right: 0.5rem;
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_image {
    width: 100%;
  }
}
#top_clinic .top_clinic_contents .top_clinic_content .top_clinic_detail .top_clinic_detail_image img {
  width: 100%;
}

#top_housing .top_housing_bg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_bg {
    background-attachment: scroll;
  }
}
#top_housing .top_housing_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(102, 165, 201, 0.8);
  z-index: 1;
}
#top_housing .top_housing_bg .top_housing_writing {
  position: relative;
  z-index: 10;
}
#top_housing .top_housing_bg .top_housing_writing h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
#top_housing .top_housing_bg .top_housing_writing .top_housing_writing_text {
  color: #fff;
  width: 45%;
  margin: auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_bg .top_housing_writing .top_housing_writing_text {
    width: 90%;
  }
}
#top_housing .top_housing_contents {
  width: 100%;
  padding: 5rem 0;
  margin: auto;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_housing .top_housing_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents {
    width: 100%;
  }
}
#top_housing .top_housing_contents .top_housing_content {
  width: 85%;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_housing .top_housing_contents .top_housing_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content {
    width: 90%;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  background-color: rgba(72, 211, 108, 0.05);
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_detail {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_detail {
    flex-flow: column;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_headerline {
  width: 100%;
  margin-bottom: 1rem;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_headerline .top_housing_img {
  width: 100px;
  margin: 0 auto;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_headerline .top_housing_img img {
  width: 100%;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_headerline h2 {
  text-align: center;
  position: relative;
  color: #48d36c;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_writing {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_writing {
    width: 100%;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_writing p {
  line-height: 2;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_image {
    width: 100%;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_detail .top_housing_detail_image img {
  width: 100%;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact {
  margin-top: 3rem;
  border-radius: 1rem;
  background-color: rgba(72, 211, 108, 0.05);
  padding: 3rem;
  border: solid 5px rgba(76, 179, 57, 0.5);
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_contact {
    padding: 1.5rem 0;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact h4 {
  text-align: center;
  font-size: 1.5rem;
  color: #4cb339;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_contact h4 {
    font-size: 1.2rem;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact p {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact p a {
  text-align: center;
  display: block;
  transition: all 0.4s;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact p .mail {
  display: table;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem;
  background-color: #4cb339;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_contact p .mail {
    font-size: 1rem;
  }
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact p .mail:hover {
  opacity: 0.75;
}
#top_housing .top_housing_contents .top_housing_content .top_housing_contact p .tel {
  pointer-events: none;
  font-size: 2rem;
  color: #4cb339;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_housing .top_housing_contents .top_housing_content .top_housing_contact p .tel {
    pointer-events: all;
  }
}

#company .company_header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #company .company_header {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_header {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #company .company_header {
    height: 35vh;
  }
}
#company .company_header .company_subheader {
  position: absolute;
  top: 21vh;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #company .company_header .company_subheader {
    top: 16vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_header .company_subheader {
    top: 11vh;
  }
}
@media screen and (max-width: 768px) {
  #company .company_header .company_subheader {
    top: 11vh;
  }
}
#company .company_header .company_subheader h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#company .company_header .company_subheader h2 span {
  font-size: 70%;
  display: block;
}
#company .company_contents {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  background-color: rgba(76, 179, 57, 0.1);
}
#company .company_contents .company_detail {
  width: 85%;
  margin: auto;
  background-color: #fff;
  padding: 3rem 2rem;
  position: relative;
  border-radius: 1rem;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
#company .company_contents .company_detail .company_headline {
  text-align: center;
}
#company .company_contents .company_detail .company_headline h3 {
  font-size: 2rem;
  color: #4cb339;
  border-bottom: solid 2px #4cb339;
  padding-bottom: 1rem;
  display: table;
  margin: 0 auto 1rem auto;
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .company_detail table tr {
  border-bottom: 2px solid rgba(76, 179, 57, 0.25);
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  color: #48d36c;
  padding: 1rem 0;
  text-align: end;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    font-size: 3vw;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  color: #333;
  padding: 1rem 0;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    font-size: 3vw;
  }
}

#sub_company .sub_company_header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #sub_company .sub_company_header {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sub_company .sub_company_header {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_header {
    height: 35vh;
  }
}
#sub_company .sub_company_header .sub_company_subheader {
  position: absolute;
  top: 21vh;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #sub_company .sub_company_header .sub_company_subheader {
    top: 16vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sub_company .sub_company_header .sub_company_subheader {
    top: 11vh;
  }
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_header .sub_company_subheader {
    top: 11vh;
  }
}
#sub_company .sub_company_header .sub_company_subheader h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#sub_company .sub_company_header .sub_company_subheader h2 span {
  font-size: 70%;
  display: block;
}
#sub_company .sub_company_contents {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sub_company .sub_company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_contents {
    width: 90%;
  }
}
#sub_company .sub_company_contents .sub_company_detail {
  width: 48%;
  margin: auto;
  background-color: #edf7eb;
  padding: 3rem 2rem;
  position: relative;
  border-radius: 1rem;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sub_company .sub_company_contents .sub_company_detail {
    width: 48%;
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_contents .sub_company_detail {
    width: 95%;
    margin-bottom: 2rem;
  }
}
#sub_company .sub_company_contents .sub_company_detail .sub_company_headline {
  text-align: center;
}
#sub_company .sub_company_contents .sub_company_detail .sub_company_headline h3 {
  font-size: 2vw;
  color: #4cb339;
  border-bottom: solid 2px #4cb339;
  padding-bottom: 1rem;
  display: block;
  margin: 0 auto 1rem auto;
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_contents .sub_company_detail .sub_company_headline h3 {
    font-size: 1.3rem;
  }
}
#sub_company .sub_company_contents .sub_company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#sub_company .sub_company_contents .sub_company_detail table tr {
  border-bottom: 2px solid rgba(76, 179, 57, 0.25);
}
#sub_company .sub_company_contents .sub_company_detail table tr th {
  display: block;
  width: 100%;
  color: #48d36c;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_contents .sub_company_detail table tr th {
    font-size: 3vw;
  }
}
#sub_company .sub_company_contents .sub_company_detail table tr td {
  text-align: center;
  display: block;
  width: 100%;
  color: #333;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  #sub_company .sub_company_contents .sub_company_detail table tr td {
    font-size: 3vw;
  }
}
#sub_company .sub_company_contents .sub_company_detail .map {
  margin-top: 3rem;
}
#sub_company .sub_company_contents .sub_company_detail .map h4 {
  font-size: 1.2rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}
#sub_company .sub_company_contents .sub_company_detail .map h4 span {
  border-left: solid 5px #48d36c;
  padding: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

#footer_contact .contact_header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #footer_contact .contact_header {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .contact_header {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .contact_header {
    height: 35vh;
  }
}
#footer_contact .contact_header .contact_subheader {
  position: absolute;
  top: 21vh;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #footer_contact .contact_header .contact_subheader {
    top: 16vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .contact_header .contact_subheader {
    top: 11vh;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .contact_header .contact_subheader {
    top: 11vh;
  }
}
#footer_contact .contact_header .contact_subheader h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#footer_contact .contact_header .contact_subheader h2 span {
  font-size: 70%;
  display: block;
}
#footer_contact .contact {
  width: 85%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .contact {
    width: 90%;
  }
}
#footer_contact .contact .contact_text {
  margin-bottom: 8vw;
}
#footer_contact .contact .contact_text p {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_text p {
    text-align: left;
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#footer_contact .contact .contact_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents {
    align-items: center;
  }
}
#footer_contact .contact .contact_contents .form {
  width: 100%;
}
#footer_contact .contact .contact_contents .form .wpcf7 {
  color: #333;
  background-color: #edf7eb;
  padding: 3rem;
  margin: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form .wpcf7 {
    padding: 3rem 1rem;
  }
}
#footer_contact .contact .contact_contents .form .wpcf7 label {
  display: block;
  margin-bottom: 1rem;
  font-size: 100%;
  font-weight: 600;
  color: #333;
}
#footer_contact .contact .contact_contents .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#footer_contact .contact .contact_contents .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#footer_contact .contact .contact_contents .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#footer_contact .contact .contact_contents .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#footer_contact .contact .contact_contents .form .wpcf7 label.policy {
  text-align: center;
}
#footer_contact .contact .contact_contents .form .wpcf7 label.policy input {
  width: auto;
}
#footer_contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=url], #footer_contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=email], #footer_contact .contact .contact_contents .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#footer_contact .contact .contact_contents .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #48d36c;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#footer_contact .contact .contact_contents .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#footer_contact .contact .contact_contents .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#footer_contact .contact .contact_contents .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#footer_contact .contact .contact_contents .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}
#footer_contact .contact .contact_contents .form_text {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form_text {
    font-size: 1rem;
  }
}
#footer_contact .contact .contact_contents .form_text span {
  margin-top: 1rem;
  display: block;
}
#footer_contact .contact .contact_contents .form_text span strong {
  color: #ff0000;
  display: contents;
}
#footer_contact .contact .contact_contents .form01 {
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form01 {
    width: 100%;
  }
}
#footer_contact .contact .contact_contents .form01 .top_form_img {
  width: 100px;
  margin: 0 auto;
}
#footer_contact .contact .contact_contents .form01 .top_form_img img {
  width: 100%;
}
#footer_contact .contact .contact_contents .form01 h4 {
  font-size: 2.3vw;
  color: #48d36c;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #48d36c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form01 h4 {
    font-size: 1.2rem;
  }
}
#footer_contact .contact .contact_contents .form01 h5 {
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form01 h5 {
    font-size: 1.2rem;
  }
}
#footer_contact .contact .contact_contents .form01 p {
  font-size: 1.2rem;
  text-align: center;
}
#footer_contact .contact .contact_contents .form01 p a {
  font-size: 150%;
  padding: 1rem 0;
  color: #48d36c;
  display: block;
}
#footer_contact .contact .contact_contents .form02 {
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form02 {
    width: 100%;
  }
}
#footer_contact .contact .contact_contents .form02 .top_form_img {
  width: 100px;
  margin: 0 auto;
}
#footer_contact .contact .contact_contents .form02 .top_form_img img {
  width: 100%;
}
#footer_contact .contact .contact_contents .form02 h4 {
  font-size: 2.3vw;
  color: #48d36c;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #48d36c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form02 h4 {
    font-size: 1.2rem;
  }
}
#footer_contact .contact .contact_contents .form02 h5 {
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .contact .contact_contents .form02 h5 {
    font-size: 1.2rem;
  }
}
#footer_contact .contact .contact_contents .form02 p {
  font-size: 1.2rem;
  text-align: center;
}
#footer_contact .contact .contact_contents .form02 p a {
  font-size: 150%;
  padding: 1rem 0;
  color: #48d36c;
  display: block;
}

#works_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #works_main {
    height: 40vh;
  }
}
#works_main #works_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#works {
  background-color: #F2F3F2;
}
#works .works_contents {
  width: 90%;
  margin: auto;
  padding: 5rem 0;
}
#works .works_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 25%;
  padding: 0 1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
}
#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;
}
#works .works_contents ul li .outline .title {
  color: #48d36c;
  margin-bottom: 1.5rem;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 4vw;
  }
}
#works .works_contents ul li .outline .descn {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .outline .descn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn {
    font-size: 2.5vw;
  }
}
#works .works_contents .navigation {
  margin-top: 5rem;
  text-align: center;
}

#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 {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 40vh;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#news {
  background-color: #F2F3F2;
}
#news .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news .news_contents ul {
  background-color: #fff;
  list-style: none;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul {
    padding: 20px;
  }
}
#news .news_contents ul li {
  width: 100%;
}
#news .news_contents ul li a .outline {
  background-color: #fff;
  padding: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #48d36c;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline {
    padding: 20px 0;
  }
}
#news .news_contents ul li a .outline:hover {
  opacity: 0.5;
}
#news .news_contents ul li a .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .title {
    font-size: 15px;
  }
}
#news .news_contents ul li a .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .descn {
    font-size: 12.5px;
  }
}
#news .navigation {
  padding-bottom: 80px;
  text-align: center;
}

#news_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 40vh;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}
#news_main #news_main_bg .news_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo {
    width: 45%;
    height: 100px;
  }
}
#news_main #news_main_bg .news_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo .news_main_text {
    font-size: 10px;
  }
}

#news_single {
  background-color: #F2F3F2;
}
#news_single .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul .outline {
  background-color: #fff;
  padding: 40px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .date {
    font-size: 12.5px;
  }
}
#news_single .news_contents ul .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .title {
    font-size: 15px;
  }
}
#news_single .news_contents ul .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .descn {
    font-size: 12.5px;
  }
}

#recruit_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #recruit_main {
    height: 40vh;
  }
}
#recruit_main #recruit_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#recruit .recruit_writing {
  position: relative;
  width: 100%;
  margin: 5rem 0;
}
#recruit .recruit_writing::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 20%;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #E1F0F4;
}
#recruit .recruit_writing .recruit_writing_text {
  width: 60%;
  margin: auto 35% auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text {
    width: 90%;
    margin: auto;
  }
}
#recruit .recruit_writing .recruit_writing_text h2 {
  font-size: 1.5vw;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text h2 {
    font-size: 4vw;
  }
}
#recruit .recruit_writing .recruit_writing_text p {
  line-height: 1.8;
}
#recruit .recruit_contents {
  width: 100%;
  padding: 5rem 0;
  margin: auto;
  position: relative;
  background-color: #F2F3F2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
#recruit .recruit_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(229, 226, 220, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#recruit .recruit_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(229, 226, 220, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#recruit .recruit_contents h2 {
  color: #48d36c;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents h2 {
    position: relative;
    z-index: 50;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
  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%;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr {
  border-bottom: 2px solid #333;
  padding: 1rem 0;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  color: #48d36c;
  text-align: end;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    font-size: 3vw;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  color: #333;
  padding: 1rem 0;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    font-size: 3vw;
  }
}

#contact_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #contact_main {
    height: 40vh;
  }
}
#contact_main #contact_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#policy_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 40vh;
  }
}
#policy_main #policy_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#policy_main #policy_main_bg .policy_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 55%;
    font-size: 24px;
  }
}

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

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  vertical-align: top;
}

footer {
  background-color: #48d36c;
}
footer ul.footer_menu {
  padding: 2rem 0 1rem;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer ul.footer_menu {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu {
    justify-content: space-between;
    align-items: start;
  }
}
footer ul.footer_menu .footer_menu_sp_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu .footer_menu_sp_left {
    flex-flow: column;
  }
}
footer ul.footer_menu .footer_menu_sp_left li:first-child {
  margin-left: 0;
}
footer ul.footer_menu .footer_menu_sp_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu .footer_menu_sp_right {
    flex-flow: column;
  }
}
footer ul.footer_menu li {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu li {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
footer ul.footer_menu li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
footer ul.footer_menu li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -0.25rem 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
footer ul.footer_menu li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu li a {
    font-size: 3vw;
  }
}
footer ul.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 70%;
  margin: auto;
  padding: 0 0 2rem;
}
footer ul.footer_sns li {
  width: auto;
  margin: 0 2rem;
  padding-left: 0;
}
footer ul.footer_sns li a {
  position: relative;
  color: #fff;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer ul.footer_sns li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -0.25rem 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
footer ul.footer_sns li a:hover::after {
  width: 100%;
}
footer ul.footer_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 1rem 0;
}
footer .copyright p {
  font-size: 1vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.5vw;
  }
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
}
@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;
}

.lower_headline_img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .lower_headline_img {
    height: 40px;
  }
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}

.lower_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: #fff;
  top: 50%;
  left: 4%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_main_logo {
    height: 200px;
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo {
    width: 45%;
    left: 0;
    height: 100px;
  }
}
.lower_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lower_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo .news_main_text {
    font-size: 10px;
  }

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