@charset "UTF-8";
.c-pink {
  color: #ffc0cb;
}

.c-pink02 {
  color: #ffa4b4;
}

.c-white {
  color: #f5f5f5;
}

.c-blue {
  color: #44a5a5;
}

.c-black {
  color: #696969;
}
.s_93{
	text-shadow:1px 2px 2px #61a5a5;
}
.ts-sb03 {
  text-shadow: 1px 1px 10px #44a5a5;
}

.ts-white {
  text-shadow: 1px 2px 2px #f5f5f5;
}

.fw-bold {
  font-weight: bold;
}

.bgc-b {
  background-color: #81d8d8;
}

.txtdeco-b {
  background-color: #81d8d8;
  color: #f5f5f5;
  font-weight: bold;
  padding: 5px 7px;
  border-radius: 10px;
  line-height: 2;
  text-shadow: none;
}

.txtdeco-p {
  background-color: #ffc0cb;
  color: #f5f5f5;
  font-weight: bold;
  padding: 5px 7px;
  border-radius: 10px;
  line-height: 2;
  text-shadow: none;
}

.ul-p {
  border-bottom: solid 2px #ffc0cb;
  font-weight: bold;
  line-height: 2;
}

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

body {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: #f5f5f5;
  line-height: 2.2;
  overflow-x: hidden !important;
}

li {
  list-style: none;
}

.head-f {
  font-family: "Kaisei Opti", serif;
}

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

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

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

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_moni {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_moni {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_moni {
    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;
  }
}

.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);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}

.fade-in-right {
  transform: translate(50px, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}

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

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

a {
  text-decoration: none;
}

.bold {
  font-weight: bolder;
}

.serif {
  font-family: serif;
}

#lower .lower .lower_image {
  height: 75vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 70vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image img {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image img {
    height: 70vh;
  }
}
#lower .lower_bg .breadcrumbs {
  margin: 0 0 8vw 2vw;
  padding-top: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_bg .breadcrumbs {
    margin: 0 0 10vw 3vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_bg .breadcrumbs {
    margin: 0 0 12vw 4vw;
    padding-top: 3vw;
  }
}
#lower .lower_bg .breadcrumbs p {
  font-size: 0.8vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_bg .breadcrumbs p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_bg .breadcrumbs p {
    font-size: 2.7vw;
  }
}
#lower .lower_bg .breadcrumbs p a {
  text-decoration: none;
  color: #333;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  #lower .lower_bg .breadcrumbs p a {
    font-size: 0.7vw;
  }
}
#lower .lower_bg .breadcrumbs p a:hover {
  color: #81d8d8;
  text-shadow: 0 0 8px #fdfdfd;
}
#lower .lower_bg .breadcrumbs p span {
  margin: 0 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_bg .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_bg .breadcrumbs p span {
    margin: 0 4vw;
  }
}

.contact_lower h2 {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower h2 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower h2 {
    padding-left: 105px !important;
  }
}
.contact_lower p {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower p {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower p {
    padding-left: 105px !important;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

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

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

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

/*
* 空の子パネル
* padding, margin の左右も 0 に指定してしまうと、
* 最後の行のレイアウトが崩れるので注意。
*/
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: 42% !important;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .top_contents_btn {
    width: 32% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100% !important;
  }
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 60%;
  }
}
.top_contents_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
}
.top_contents_btn a button:hover {
  background-color: #81d8d8;
  color: #fdfdfd;
  border: none;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

/* button type--C */
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #44a5a5;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #44a5a5;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #fff;
  color: #81d8d8;
}

.button:hover .button__icon-wrapper {
  color: #fff;
  border: 1px solid #81d8d8;
  background-color: #81d8d8;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.btn_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #81d8d8;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0e7777;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #0e7777;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #81d8d8;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.cta02 {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #f5f5f5;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta02 span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0e7777;
}

.cta02 svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #0e7777;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta02:hover:before {
  width: 100%;
  background: #f5f5f5;
}

.cta02:hover svg {
  transform: translateX(0);
}

.cta02:active {
  transform: scale(0.95);
}

.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  color: #07b1c0;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #07b1c0;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
  background-color: #fff;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #07b1c0;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

/* back-to-top */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 500;
  right: 0%;
  bottom: 2%;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.back-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #81d8d8;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(200, 236, 230, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.back-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #81d8d8;
  align-items: center;
}

.back-button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.back-button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.back-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

header {
  position: fixed;
  z-index: 500;
  width: 100%;
}
header #header_pc {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  position: relative;
  transition: all 1s ease;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 0 40px;
  width: 16.16%;
  min-width: 218px;
  max-width: 310px;
}
header #header_pc .header_logo .header_logo_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 240%;
  max-width: 550px;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -70%;
  z-index: -1;
}
header #header_pc .header_logo .header_logo_bg::before {
  content: "";
  display: block;
  padding-top: 28%;
}
header #header_pc .header_logo img {
  height: 100%;
  margin-top: 0;
  margin-left: 1vw;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_logo img {
    height: 90%;
    margin-left: 0;
  }
}
header #header_pc .header_menu {
  /*
  width: 70%;
  display: flex;
  */
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 30px 40px 30px 0;
  position: static;
  width: auto;
  min-width: auto;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 65%;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color:#696969;
  padding: 0 0 0 1vw;
  font-size: 1.2vw;
  font-weight: 600;
  transition: all 0.8s ease;
  position: relative;
  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: 1441px) {
  header #header_pc .header_menu ul li a {
    font-size: 0.9vw;
  }
}
header #header_pc .header_menu ul li a::before {
  content: "";
  background: #81d8d8;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0.7em;
  transition: transform 0.4s ease;
  z-index: -1;
}
header #header_pc .header_menu ul li a::before:hover {
  transform: scale(7.85) !important;
}
header #header_pc .header_menu ul li a:hover::before {
  transform: scale(7.85) !important;
}
header #header_pc .header_contact_btn {
  width: 10%;
}
header #header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 2vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    height: 80px;
  }
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_logo {
  height: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo {
    height: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 50px;
    margin: 0 auto;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #81d8d8;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #81d8d8;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #81d8d8;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.globalMenu_logo {
  width: 30%;
}
.globalMenu_logo img {
  width: 100%;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 25px;
}

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

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

nav.globalMenuSp ul li a {
  display: block;
  color: #44a5a5;
  padding: 1em 0;
  text-decoration: none;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 2vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    font-size: 4vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.change-color {
  background: linear-gradient(rgba(175, 175, 175, 0.3) 0%, rgba(175, 175, 175, 0.2) 50%, rgba(175, 175, 175, 0.1) 80%, rgba(175, 175, 175, 0) 100%);
}
.change-color .header_menu ul li a {
  color: #696969 !important;
}

/* ↓↓↓ ローディング ↓↓↓ */
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading {
  height: 100vh;
  width: 100vw;
  z-index: 1000000;
  position: fixed;
  background-color: #eeffff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 130px;
  height: 170px;
  position: relative;
  font-family: inherit;
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #81d8d8;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #696969;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #dfdfdf;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }
  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}
@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .slide-images {
  height: 120vh;
}
@media screen and (min-width: 1441px) {
  #top_main .slide-images {
    height: 130vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 90vh;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(94.9% at 39% -15%);
}
@media screen and (min-width: 1441px) {
  #top_main .slide-images .slick-list {
    -webkit-clip-path: circle(94.9% at 39% -30%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slick-list {
    -webkit-clip-path: circle(115% at 39% -5%);
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list {
    -webkit-clip-path: circle(94.9% at 39% 0%);
  }
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slick-list .slick-track .slider01 {
    -o-object-position: 45%;
       object-position: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list .slick-track .slider01 {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slick-list .slick-track .slider02 {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list .slick-track .slider02 {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slick-list .slick-track .slider03 {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list .slick-track .slider03 {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slick-list .slick-track .slider04 {
    -o-object-position: 50%;
       object-position: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list .slick-track .slider04 {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
#top_main .slide-text {
  position: absolute;
  top: 60%;
  left: 35%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-text {
    top: 65%;
    right: 15%;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-text {
    top: 60%;
    left: 45%;
  }
}
#top_main .slide-text h1 {
  white-space: nowrap;
  text-shadow: 1px 1px 10px #696969;
}
@media screen and (max-width: 768px) {
  #top_main .slide-text h1 {
    font-size: 7vw;
  }
}
#top_main .slide-text h1 span {
  color: #ffa4b4;
}

@keyframes topMainText {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}
#top_greeting {
  margin-top: -30vw;
  padding: 30vw 0 30vw;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #top_greeting {
    margin-top: -20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting {
    margin-top: -30vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting {
    margin-top: -30vw;
  }
}
#top_greeting .top_greeting {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto 0 auto;
  justify-content: space-evenly;
  align-items: center;
}
#top_greeting .top_greeting .top_greetingUp_left {
  width: 45%;
  padding-left: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingUp_left {
    width: 80%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingUp_left {
    width: 80%;
    padding-left: 0;
  }
}
#top_greeting .top_greeting .top_greetingUp_left h3 {
  font-size: 2.5rem;
  color: #44a5a5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingUp_left h3 {
    font-size: 9vw;
    line-height: 1;
  }
}
#top_greeting .top_greeting .top_greetingUp_left p {
  margin-top: 3vw;
  font-size: 1rem;
  color: #696969;
}
#top_greeting .top_greeting .top_greetingUp_right {
  width: 45%;
  padding-left: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingUp_right {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingUp_right {
    width: 80%;
    margin-top: 5vw;
  }
}
#top_greeting .top_greeting .top_greetingUp_right h1 {
  color: #ffc0cb;
  margin-bottom: 5vw;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingUp_right h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingUp_right h1 {
    font-size: 6vw;
  }
}
#top_greeting .top_greeting .top_greeting_txt {
  margin-top: 15vw;
  margin-bottom: 20vw;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_txt {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
}
#top_greeting .top_greeting .top_greeting_txt .top_greeting_txt_item {
  animation: GreetScrollTxt 40s linear infinite;
  display: inline-block;
  height: 100px;
  margin-left: 86px;
}
#top_greeting .top_greeting .top_greeting_txt .top_greeting_txt_item img {
  width: 100%;
}
#top_greeting .top_greeting .top_greetingDown_right {
  width: 45%;
  padding-left: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingDown_right {
    width: 80%;
    margin-top: -30vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingDown_right {
    width: 80%;
    margin-top: 5vw;
    padding-left: 0;
  }
}
#top_greeting .top_greeting .top_greetingDown_right img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  clip-path: circle(40%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingDown_right img {
    height: 65vh;
    clip-path: circle(25%);
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingDown_right img {
    height: auto;
  }
}
#top_greeting .top_greeting .top_greetingDown_left {
  width: 50%;
  padding-left: 4vw;
  padding-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greetingDown_left {
    width: 80%;
    margin-top: -30vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingDown_left {
    width: 80%;
    margin-top: 5vw;
    padding-left: 0;
  }
}
#top_greeting .top_greeting .top_greetingDown_left h5 {
  color: #ffc0cb;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingDown_left h5 {
    font-size: 5.5vw;
  }
}
#top_greeting .top_greeting .top_greetingDown_left h3 {
  font-size: 2.5rem;
  color: #44a5a5;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greetingDown_left h3 {
    font-size: 9vw;
    line-height: 1;
  }
}
#top_greeting .top_greeting .top_greetingDown_left p {
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-size: 1rem;
  color: #696969;
}

@keyframes GreetScrollTxt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top_about {
  margin-top: -30vw;
  background-repeat: no-repeat;
  background-position: 60% 0%;
  background-size: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    background-position: 45% 0%;
  }
}
@media screen and (max-width: 768px) {
  #top_about {
    background-position: 45% 0%;
  }
}
#top_about .top_about {
  margin: 6vw 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    margin: 8vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    margin: 12vw 0 0;
  }
}
#top_about .top_about .top_about_group {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30vw;
  padding-bottom: 5vw;
}
@media screen and (min-width: 1441px) {
  #top_about .top_about .top_about_group {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group {
    padding-top: 30vw;
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group {
    padding-top: 45vw;
    flex-flow: column-reverse;
  }
}
#top_about .top_about .top_about_group .top_about_left {
  width: 50%;
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_left {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_left {
    width: 80%;
    margin: auto;
  }
}
#top_about .top_about .top_about_group .top_about_left p {
  color: #fbfbfb;
  padding-top: 10vw;
  font-size: 1.1rem;
  text-shadow: 1px 2px 2px #696969;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_left p {
    font-size: 1rem;
  }
}
#top_about .top_about .top_about_group .top_about_title {
  width: 25%;
  margin: 5vw auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_about .top_about .top_about_group .top_about_title h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  color: #44a5a5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_title h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_title h3 {
    font-size: 9vw;
    margin-bottom: 0;
  }
}
#top_about .top_about .top_about_group .top_about_title h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  color: #696969;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_title h4 {
    font-size: 9vw;
    margin-bottom: 6vw;
  }
}
#top_about .top_about .top_about_group .top_about_title .top_btn {
  margin-top: 10vw;
  text-align: center;
}
#top_about .top_flow {
  padding-bottom: 10vw;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_flow {
    flex-flow: wrap-reverse;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_flow {
    flex-flow: wrap-reverse;
  }
}
#top_about .top_flow .top_flow_right {
  width: 50%;
  padding-left: 4vw;
  padding-top: 15vw;
}
@media screen and (min-width: 1441px) {
  #top_about .top_flow .top_flow_right {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_flow .top_flow_right {
    width: 80%;
    padding-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_flow .top_flow_right {
    width: 80%;
  }
}
#top_about .top_flow .top_flow_right h5 {
  color: #44a5a5;
}
@media screen and (max-width: 768px) {
  #top_about .top_flow .top_flow_right h5 {
    font-size: 5.5vw;
  }
}
#top_about .top_flow .top_flow_right h3 {
  font-size: 2.5rem;
  color: #696969;
}
@media screen and (max-width: 768px) {
  #top_about .top_flow .top_flow_right h3 {
    font-size: 9vw;
  }
}
#top_about .top_flow .top_flow_right p {
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-size: 1.1rem;
  color: #fbfbfb;
  text-shadow: 1px 2px 2px #696969;
}
#top_about .top_flow .top_flow_left {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_flow .top_flow_left {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_flow .top_flow_left {
    width: 80%;
  }
}
#top_about .top_flow .top_flow_left img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  clip-path: circle(40%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_flow .top_flow_left img {
    height: 65vh;
    clip-path: circle(25%);
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_flow .top_flow_left img {
    height: auto;
  }
}

#top_works {
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-bottom: 12vw;
  }
}
#top_works .top_works {
  position: relative;
}
#top_works .top_works .top_works_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
#top_works .top_works .top_works_title h2 {
  color: #81d8d8;
}
#top_works .top_works .top_works_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_bg {
    width: 60%;
  }
}
#top_works .top_works .top_works_bg img {
  width: 100%;
}
#top_works .top_works .top_works_contents ul {
  list-style: none;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul {
    flex-flow: column;
  }
}
#top_works .top_works .top_works_contents ul a {
  display: block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#top_works .top_works .top_works_contents ul a li {
  position: relative;
}
#top_works .top_works .top_works_contents ul a li .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_works .top_works .top_works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#top_works .top_works .top_works_contents ul a li .thumb .thumb_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#top_works .top_works .top_works_contents ul a li .outline {
  position: absolute;
  bottom: 8%;
  left: 5%;
}
#top_works .top_works .top_works_contents ul a li .outline .date {
  color: #fff;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-left: 0.2vw;
  padding-right: 0.8vw;
}
#top_works .top_works .top_works_contents ul a li .outline .title {
  color: #fff;
  font-size: 12.5px;
  border-bottom: 1px solid #fff;
  padding-left: 0.2vw;
  padding-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_works .top_works .top_contents_btn {
  width: 80%;
}
#top_works .top_works .top_contents_btn a {
  margin-left: 0;
  margin-right: auto;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_contents_btn a {
    width: 50%;
  }
}

#top_service {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_service {
    margin-bottom: 12vw;
  }
}
#top_service .top_service {
  width: 100%;
}
#top_service .top_service .top_service_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
#top_service .top_service .top_service_title h2 {
  color: #81d8d8;
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:first-child {
    width: 100%;
    height: 60vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.4s;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img:hover::after {
  background: rgba(77, 134, 209, 0.6);
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title h4 {
  text-align: center;
  margin-bottom: 1vw;
  letter-spacing: 0.4vw;
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title p {
  text-align: center;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img .top_service_contents_title p {
    font-size: 1.6vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:first-child .top_service_content_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_service .top_service .top_service_contents .top_service_content:last-child {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child {
    width: 100%;
    height: 240vw;
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img {
  position: relative;
  width: 33.3333333333%;
  height: 40vh;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img {
    height: 24vh;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img {
    width: 100%;
    height: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.4s;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img:hover::after {
  background: rgba(180, 203, 230, 0.8);
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title h4 {
  text-align: center;
  margin-bottom: 1vw;
  letter-spacing: 0.4vw;
  font-family: fangsong !important;
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title p {
  text-align: center;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img .top_service_contents_title p {
    font-size: 1.6vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content:last-child .top_service_content_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_business {
  margin-bottom: 6vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_business {
    margin-bottom: 12vw;
  }
}
#top_business .top_business {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 50vw;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_business .top_business {
    height: 100vh;
  }
}
#top_business .top_business .top_business_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#top_business .top_business .top_business_bg .top_business_contents {
  width: 80%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_business .top_business .top_business_bg .top_business_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_business .top_business .top_business_bg .top_business_contents {
    width: 95%;
  }
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_title {
  width: 100%;
  color: #fff;
  margin: 4vw 0;
  text-align: center;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_title h2 {
  color: #81d8d8;
  font-size: 4rem;
  text-shadow: 0 0 8px #fdfdfd;
  font-family: fangsong !important;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_title p {
  color: #fff;
  font-size: 1.5rem;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text {
  width: 45%;
  color: #fff;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text {
    width: 100%;
  }
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text h3 {
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  margin-bottom: 5px;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text ul {
  margin: 0 5%;
  list-style: none;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text ul li {
    font-size: 1.5rem;
  }
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text p {
  letter-spacing: 0.3vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_business_text p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
  }
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_contents_btn {
  width: 100%;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_contents_btn a {
  width: 25%;
  margin-left: 0;
  margin-right: auto;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_contents_btn a button {
  border: 1px solid #fff;
  color: #fff;
}
#top_business .top_business .top_business_bg .top_business_contents .top_business_flex .top_contents_btn a button:hover {
  border: none;
}

#top_foot {
  margin-top: -30vw;
  background-repeat: no-repeat;
  background-position: 60% 0%;
  background-size: auto;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_foot {
    background-position: 45% 0%;
    margin-top: -100vw;
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_foot {
    background-position: 45% 0%;
    margin-top: -190vw;
    height: 140vh;
  }
}

#news {
  position: relative;
  margin-bottom: 80px;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #81d8d8;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents ul a li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline {
    height: 150px;
  }
}
#news .news_contents ul a li .outline .title {
  color: #81d8d8;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}

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

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

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

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#news_single {
  position: relative;
  margin-bottom: 80px;
}
#news_single .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline {
    height: 150px;
  }
}
#news_single .news_contents ul li .outline .title {
  color: #81d8d8;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#business {
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  margin-top: -30vw;
  padding: 30vw 0 0vw;
  background-size: cover;
}
#business .business_inner {
  margin-bottom: 10vw;
}
#business .business_inner .business_greet {
  margin-top: 10vh;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet {
    margin-top: 0;
  }
}
#business .business_inner .business_greet .business_greet_title {
  width: 75%;
  margin: auto;
  position: relative;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #business .business_inner .business_greet .business_greet_title {
    width: 80%;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title {
    width: 80%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#business .business_inner .business_greet .business_greet_title h3 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #81d8d8;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title h3 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title h3 {
    font-size: 1.5rem;
  }
}
#business .business_inner .business_greet .business_greet_title h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1vw;
  font-family: serif;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
#business .business_inner .business_greet .business_greet_title .business_greet_img {
  width: 40%;
  position: absolute;
  top: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_img {
    width: 95%;
    position: relative;
    top: 0;
  }
}
#business .business_inner .business_greet .business_greet_title .business_greet_img img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  clip-path: circle(40%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_img img {
    height: 40vh;
    clip-path: circle(40%);
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_img img {
    height: auto;
  }
}
#business .business_inner .business_greet .business_greet_title .business_greet_text {
  width: 60%;
  margin-left: 40%;
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_text {
    width: 100%;
    margin-left: 0%;
  }
}
#business .business_inner .business_greet .business_greet_title .business_greet_text p {
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-size: 1rem;
  color: #696969;
  text-shadow: 1px 1px 0px #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_text p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_greet .business_greet_title .business_greet_text p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
    font-size: 0.8rem;
  }
}
#business .business_inner .business_head {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 50vw;
  z-index: -10;
}
@media screen and (min-width: 1441px) {
  #business .business_inner .business_head {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_head {
    height: 85vh;
  }
}
#business .business_inner .business_head .business_head_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#business .business_inner .business_head .business_head_bg .business_head_inner {
  width: 80%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner {
    width: 95%;
  }
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item {
  width: 45%;
  color: #fff;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item {
    width: 100%;
  }
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item h3 {
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  margin-bottom: 5px;
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item ul {
  margin: 0 5%;
  list-style: none;
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item ul li {
    font-size: 1.5rem;
  }
}
#business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item p {
  letter-spacing: 0.3vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_head .business_head_bg .business_head_inner .business_head_menu .business_head_item p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents {
    display: block;
  }
}
#business .business_inner .business_flex_contents .business_flex_headline {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
#business .business_inner .business_flex_contents .business_flex_headline h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #81d8d8;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .business_flex_headline h2 {
    font-size: 1.5rem;
  }
}
#business .business_inner .business_flex_contents .flex_contents_ul {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li {
  width: 48%;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  height: 120px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li {
    height: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li {
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li {
    width: 100%;
    height: auto;
  }
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
  width: 18%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
    width: 28%;
  }
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
  width: 100%;
  background-size: contain;
  background-position: center;
  height: 70px;
  margin: 1vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 15vw;
  }
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
  width: 78%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
    width: 68%;
  }
}
#business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text p {
  color: #696969;
  margin: 3vw 1vw;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #business .business_inner .business_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text p {
    margin: 1rem;
    font-size: 0.8rem;
  }
}
#business .cost_inner {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto;
  padding-top: 10vw;
}
#business .cost_inner .cost_flex_contents {
  width: 80%;
  margin: auto;
  padding-bottom: 3rem;
}
#business .cost_inner .cost_flex_contents .cost_flex_headline {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
#business .cost_inner .cost_flex_contents .cost_flex_headline h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #44a5a5;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  border-bottom: solid 3px #44a5a5;
}
#business .cost_inner .cost_flex_contents .cost_flex_content {
  text-align: center;
  padding: 2rem 0;
}
#business .cost_inner .cost_flex_contents .cost_flex_content h3 {
  font-size: 2rem;
  color: #696969;
}
#business .cost_inner .cost_flex_contents .cost_flex_content p {
  color: #fbfbfb;
  font-size: 1.1rem;
  text-shadow: 1px 2px 2px #696969;
}
#business .cost_inner .cost_flex_contents .cost_flex_content h4 {
  font-size: 2rem;
  color: #696969;
}
#business .cost_inner .cost_flex_contents .cost_flex_content2 {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  text-align: center;
  padding: 2rem 0;
}
#business .cost_inner .cost_flex_contents .cost_flex_content2 h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #696969;
}
@media screen and (max-width: 768px) {
  #business .cost_inner .cost_flex_contents .cost_flex_content2 h4 {
    font-size: 1.2rem;
  }
}

.business_headline {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 5vw 0;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .business_headline {
    font-size: 2rem;
  }
}
.business_headline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #81d8d8;
  top: 100%;
  left: 0;
}

.reverse {
  flex-flow: row-reverse;
}

#work {
  width: 100%;
  margin: 0 auto;
  margin-top: -30vw;
  padding: 30vw 0 0vw;
  position: relative;
  overflow: hidden;
}
#work:before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #82d9d9;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work:before {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #work:before {
    width: 300px;
    height: 300px;
  }
}
#work:after {
  content: "";
  position: absolute;
  width: 550px; /* 丸のサイズ */
  height: 550px; /* 丸のサイズ */
  border-radius: 50%; /* 円形にする */
  background-color: #82d9d9; /* 下の丸の色 */
  bottom: -20%;
  right: 0;
  transform: translateX(50%); /* 中央揃え */
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work:after {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #work:after {
    width: 300px;
    height: 300px;
  }
}
#work .work_inner {
  margin-bottom: 10vw;
  position: relative;
  width: 100%;
}
#work .work_inner .work_greet {
  margin-top: 10vh;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet {
    margin-top: 0;
  }
}
#work .work_inner .work_greet .work_greet_title {
  width: 75%;
  margin: auto;
  position: relative;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #work .work_inner .work_greet .work_greet_title {
    width: 80%;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title {
    width: 80%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#work .work_inner .work_greet .work_greet_title h3 {
  position: relative;
  line-height: 1.5;
  z-index: 1;
  font-size: 2.5rem;
  color: #81d8d8;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title h3 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title h3 {
    font-size: 1.5rem;
  }
}
#work .work_inner .work_greet .work_greet_title h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1vw;
  font-family: serif;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
#work .work_inner .work_greet .work_greet_title .work_greet_img {
  width: 40%;
  position: absolute;
  top: 8vw;
  left: -6vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img {
    width: 55%;
    left: -10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img {
    width: 55%;
    left: -10vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img {
    width: 95%;
    position: relative;
    top: 0;
    left: 0;
  }
}
#work .work_inner .work_greet .work_greet_title .work_greet_img img {
  width: 100%;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  clip-path: circle(40%);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img img {
    height: 60vh;
    clip-path: circle(40%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img img {
    height: 50vh;
    clip-path: circle(40%);
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_img img {
    height: auto;
  }
}
#work .work_inner .work_greet .work_greet_title .work_greet_text {
  width: 60%;
  margin-left: 40%;
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_text {
    width: 100%;
    margin-left: 0%;
  }
}
#work .work_inner .work_greet .work_greet_title .work_greet_text p {
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-size: 1rem;
  color: #696969;
  text-shadow: 1px 1px 0px #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_text p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_greet .work_greet_title .work_greet_text p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
    font-size: 0.8rem;
  }
}
#work .work_inner .work_head {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 50vw;
  z-index: -10;
}
@media screen and (min-width: 1441px) {
  #work .work_inner .work_head {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_head {
    height: 85vh;
  }
}
#work .work_inner .work_head .work_head_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#work .work_inner .work_head .work_head_bg .work_head_inner {
  width: 80%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner {
    width: 95%;
  }
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item {
  width: 45%;
  color: #fff;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item {
    width: 100%;
  }
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item h3 {
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  margin-bottom: 5px;
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item ul {
  margin: 0 5%;
  list-style: none;
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item ul li {
    font-size: 1.5rem;
  }
}
#work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item p {
  letter-spacing: 0.3vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item p {
    letter-spacing: 0.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_head .work_head_bg .work_head_inner .work_head_menu .work_head_item p {
    letter-spacing: 0.8vw;
    line-height: 5vw;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents {
    display: block;
  }
}
#work .work_inner .work_flex_contents .work_flex_headline {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
#work .work_inner .work_flex_contents .work_flex_headline h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #81d8d8;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .work_flex_headline h2 {
    font-size: 1.5rem;
  }
}
#work .work_inner .work_flex_contents .flex_contents_ul {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li {
  width: 48%;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  height: 120px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li {
    height: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li {
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li {
    width: 100%;
    height: auto;
  }
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
  width: 18%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img {
    width: 28%;
  }
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
  width: 100%;
  background-size: contain;
  background-position: center;
  height: 70px;
  margin: 1vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_img div {
    height: 15vw;
  }
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
  width: 78%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text {
    width: 68%;
  }
}
#work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text p {
  color: #696969;
  margin: 3vw 1vw;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #work .work_inner .work_flex_contents .flex_contents_ul .flex_contents_li .flex_contents_dl .flex_contents_text p {
    margin: 1rem;
    font-size: 0.8rem;
  }
}
#work .cost_inner {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto;
  padding-top: 10vw;
}
#work .cost_inner .cost_flex_contents {
  width: 80%;
  margin: auto;
  padding-bottom: 3rem;
}
#work .cost_inner .cost_flex_contents .cost_flex_headline {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
#work .cost_inner .cost_flex_contents .cost_flex_headline h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #44a5a5;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  border-bottom: solid 3px #44a5a5;
}
#work .cost_inner .cost_flex_contents .cost_flex_content {
  text-align: center;
  padding: 2rem 0;
}
#work .cost_inner .cost_flex_contents .cost_flex_content h3 {
  font-size: 2rem;
  color: #696969;
}
#work .cost_inner .cost_flex_contents .cost_flex_content p {
  color: #fbfbfb;
  font-size: 1.1rem;
  text-shadow: 1px 2px 2px #696969;
}
#work .cost_inner .cost_flex_contents .cost_flex_content h4 {
  font-size: 2rem;
  color: #696969;
}
#work .cost_inner .cost_flex_contents .cost_flex_content2 {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  text-align: center;
  padding: 2rem 0;
}
#work .cost_inner .cost_flex_contents .cost_flex_content2 h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #696969;
}
@media screen and (max-width: 768px) {
  #work .cost_inner .cost_flex_contents .cost_flex_content2 h4 {
    font-size: 1.2rem;
  }
}

.work_headline {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 5vw 0;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .work_headline {
    font-size: 2rem;
  }
}
.work_headline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #81d8d8;
  top: 100%;
  left: 0;
}

.reverse {
  flex-flow: row-reverse;
}

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

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

#company {
  padding-top: 80px;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .lower_headline {
  text-align: center;
}
#company .lower_headline h4 {
  font-size: 3rem;
  color: #81d8d8;
  letter-spacing: 0.6vw;
}
#company .company_contents {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #81d8d8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 90%;
  margin: auto;
  padding: 80px;
  position: relative;
  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: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 30%;
  border-bottom: 2px solid #81d8d8;
  text-align: end;
  padding-right: 40px;
  color: #81d8d8;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
    border-bottom: 1px solid #81d8d8;
  }
}
#company .company_contents .company_detail table tr td {
  width: 70%;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_map {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_map {
    width: 85%;
  }
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#policy_main {
  height: 58vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 58vw;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 58vw;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 58vw;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  text-align: center;
  color: #31a7e5;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #81d8d8;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 100%;
  padding: 0 10vw;
  margin: auto;
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 0;
  }
}
.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;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

#contact .contact {
  width: 80%;
  margin: 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text {
    text-align: left;
  }
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  padding: 3rem;
  border-radius: 1rem;
  margin:3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem 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: #204373;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

footer {
  background-color: #82d9d9;
}
footer #footer_contact {
  height: 50vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact {
    height: 30vh;
  }
}
footer #footer_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
footer #footer_contact a {
  height: inherit;
  width: 100%;
}
footer #footer_contact a .footer_contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
footer #footer_contact a .footer_contact h1 {
  font-size: 7.3vw;
  transition: all 1s ease;
  width: 100%;
}
footer #footer_contact a .footer_contact p {
  width: 100%;
  white-space: nowrap;
}
footer #footer_contact a:hover h1 {
  transform: scale(1.1);
}
footer .footer {
  padding: 4vw 0 3vw;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 10vw 0 3vw;
  }
}
footer .footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents {
    width: 80%;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
    flex-flow: column;
  }
}
footer .footer .footer_contents .footer_company {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company {
    width: 90%;
    margin-bottom: 5vw;
  }
}
footer .footer .footer_contents .footer_company .footer_logo {
  width: 40%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company .footer_logo {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo {
    width: 50%;
    margin: 0 auto;
  }
}
footer .footer .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer .footer .footer_contents .footer_company .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company .footer_text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_text {
    text-align: center;
  }
}
footer .footer .footer_contents .footer_company .footer_text p {
  font-size: 1rem;
  letter-spacing: 0.2vw;
  line-height: 2.4vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_text p {
    font-size: 0.8rem;
    margin-bottom: 5vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text .sns a {
  text-decoration: none;
}
footer .footer .footer_contents .footer_company .footer_text .sns a img {
  width: 100%;
}
footer .footer .footer_contents .footer_menu {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu {
    width: 60%;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_contents .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu ul {
    justify-content: space-evenly;
  }
}
footer .footer .footer_contents .footer_menu ul li {
  margin-bottom: 1vw;
}
footer .footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.5vw;
  font-size: 1vw;
  letter-spacing: 0.2vw;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 2.8vw;
    letter-spacing: 1vw;
    line-height: 8.5vw;
  }
}
footer .footer .footer_contents .footer_menu ul li a:hover {
  color: #81d8d8;
  text-shadow: 0 0 8px #fff;
}
footer .footer .footer_contents .footer_menu ul li a i {
  font-size: 1vw;
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu ul li a i {
    font-size: 2.5vw;
  }
}
footer .copyright {
  padding: 1vw 6vw;
  text-align: center;
  color: #dadada;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright {
    padding: 3vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 5vw;
    font-size: 1.5vw;
  }
}
footer .copyright p {
  letter-spacing: 0.3vw;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    text-align: center;
  }
}

.footer_contact_tel {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact_tel {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel {
    width: 80%;
    margin: 0 auto;
  }
}
.footer_contact_tel a {
  text-decoration: none;
}
.footer_contact_tel a button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  border-radius: 25px;
  transition: all 0.4s;
  font-family: "Yusei Magic", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact_tel a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
.footer_contact_tel a button i {
  margin-right: 1vw;
}
.footer_contact_tel button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  border-radius: 25px;
  transition: all 0.4s;
  color: #696969;
  font-family: "Yusei Magic", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact_tel button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
.footer_contact_tel button i {
  margin-right: 1vw;
}/*# sourceMappingURL=style.css.map */
.grecaptcha-badge{
	margin-bottom: 4rem;
}