body {
  color: #221815;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo",
    "メイリオ", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}

a {
  color: #00afcc;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #008399;
}

img {
  max-width: 100%;
  height: auto;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

.ja {
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo",
    "メイリオ", sans-serif;
}

.en {
  font-family: "YakuHanJP", "Alegreya Sans SC", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.chosei {
  margin-bottom: 30px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#about_03,
#about_04,
#contact,
.anchor {
  display: block;
  padding-top: 111px;
  margin-top: -111px;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #00afcc 0%, #00ecbc 100%);
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.splashbg1,
.splashbg2 {
  display: none;
}

body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background: #00afcc;
}

body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background: #00afcc;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

#container {
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top_visual {
  position: relative;
}

#mark {
  max-width: 160px;
  margin-bottom: 40px;
}

#top_navi {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}

.top_navi_list li {
  position: relative;
  padding: 0 0.5em;
}

.top_navi_list li::after {
  content: "";
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00afcc;
}

.top_navi_list li:hover::after {
  width: 100%;
}

.top_navi_list a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5em 0 0.5em 1em;
  position: relative;
  color: #221815;
  line-height: 1.4;
}

.top_navi_list a::before {
  position: absolute;
  top: 32%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
}

.top_navi_list a:hover {
  color: #fff;
}

.top_navi_list a:hover span {
  color: #fff;
}

.top_navi_list a:hover::before {
  color: #fff;
}

.top_navi_list a span {
  display: block;
  color: #00afcc;
  font-size: 1rem;
}

#visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

#visual > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

#catch {
  position: absolute;
  left: 400px;
  bottom: 0;
  z-index: 5;
  width: calc(100% - 480px);
}

#text_catch {
  position: absolute;
  left: 400px;
  bottom: 32%;
  z-index: 5;
  font-weight: 600;
}

.text_main {
  font-size: 4.8rem;
}

.text_sub {
  font-size: 2.4rem;
}

.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 0.3s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 16px #fff, 0 0 24px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
}

#header #logo {
  width: 338px;
}

#header .inner {
  margin: 0 auto;
  max-width: 95%;
  min-width: 960px;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header #head_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header #head_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header.static {
  position: static;
}

#header.is-fixed {
  display: block;
  position: fixed;
  bottom: inherit;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#header.is-hide {
  transform: translateY(-100%);
}

.underlayer #header {
  position: relative;
  display: block;
}

.underlayer #header.is-fixed {
  position: fixed;
}

#navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#navi > li {
  margin-right: 15px;
  padding-right: 15px;
}
#navi > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#navi > li a {
  color: #221815;
  font-weight: 600;
  line-height: 1.2;
}

#navi > li a:hover span {
  color: #221815;
}

#navi > li span {
  display: block;
  color: #00afcc;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.mega_parents:hover .mega_menu {
  opacity: 1;
  max-height: 9999px;
  padding: 20px 0;
}

.mega_menu {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 0;
  transition: all 0.1s ease;
}

.mega_menu .mega_inner {
  background-image: linear-gradient(to right, #00afcc 0%, #00ecbc 100%);
  margin-top: 30px;
  padding: 24px 0;
}

.mega_wrap {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 20px;
}

.mega_wrap .ttl_area {
  width: 240px;
  padding-top: 40px;
  margin-right: auto;
}

.mega_wrap .ttl_area .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}

.mega_wrap .ttl_area .ttl span {
  font-size: 1.2rem;
  color: #fff !important;
}

.mega_wrap .menu_list {
  width: calc(100% - 260px);
  max-width: 960px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}

.mega_wrap .menu_list li {
  width: calc(33.3% - 2px);
  max-width: 250px;
  margin: 0 1px 2px 1px;
}

.mega_wrap .menu_list li a {
  display: block;
}

.mega_wrap .menu_img {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.mega_wrap .menu_img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.mega_wrap .menu_btn {
  position: relative;
  background-color: #fff;
  color: #221815;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 20px 5px;
}

.mega_wrap .menu_btn:after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
}

#page-top {
  position: fixed;
  bottom: 55px;
  right: 10px;
  z-index: 5;
}

#page-top a {
  display: inline-block;
  transition: 0.15s ease;
  text-decoration: none;
  color: #00afcc;
  font-size: 1.4rem;
  line-height: 80px;
  font-feature-settings: "palt";
}

#page-top a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #00afcc;
  border-right: 1px solid #00afcc;
  width: 15px;
  height: 15px;
  transition: 0.15s ease;
  transform: rotate(-45deg);
}

#footer {
  background-color: #111;
  color: #fff;
}

#footer .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

#footer .foot_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .foot_address {
  position: relative;
  width: 26%;
}

#footer .foot_link {
  width: 72%;
}

#footer .link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .link_list a {
  position: relative;
  color: #fff;
}

#footer .link_list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: all 0.3s ease;
}

#footer .link_list a:hover:after {
  transform: scaleX(1);
}

#footer .link_list > li > a {
  font-weight: 600;
}

#footer .sub_link_list {
  margin-top: 15px;
}

#footer .sub_link_list li {
  margin-top: 10px;
}

#footer .sub_link_list li a {
  position: relative;
  padding-left: 15px;
}

#footer .sub_link_list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
}

#footer .address {
  margin-bottom: 16px;
}

#footer .flogo {
  max-width: 80px;
}

#footer .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 1rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu {
  display: none;
  position: fixed;
  top: 1em;
  right: 1.5%;
  z-index: 6;
  width: 60px;
  height: 60px;
}

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background-color: #fff;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #221815;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}

.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
  top: 10px;
}

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #fff;
  background: #00afcc;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

.outer-menu .menu > div > div > ul > li {
  display: block;
  margin: 2em 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #fff;
}

.outer-menu .menu > div > div > ul > li > a span {
  display: block;
  font-size: 1rem;
}

.outer-menu .menu > div > div > ul > li > a:hover {
  color: #fff;
}

.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}

.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}

.contact_list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.contact_list li {
  width: 40%;
  margin: 0 2%;
}

.contact_list li a {
  display: block;
  padding: 0.8em 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 5em;
}

.contact_list li a:before {
  margin-right: 10px;
}

.contact_list li a.tel_btn {
  background: #fff;
  color: #00afcc;
}

.contact_list li a.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.contact_list li a.mail_btn {
  background: #00afcc;
  color: #fff;
}

.contact_list li a.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

#sp_navi,
.hamburger-demo-menubox {
  display: none;
}

#slideshow {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.slide_txt {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 760px;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}

.slide-img {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.slide-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.contact_btn li a,
.contact_btn li button,
.form .form-pattern-1 .submit-btn {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.5em 3em;
  border-radius: 5em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.form .form-pattern-1 .submit-btn {
  border: none;
  padding: 1em 3em;
}

.contact_btn li a span,
.contact_btn li button span {
  position: relative;
}

.contact_btn li a:before,
.contact_btn li button:before,
.form .form-pattern-1 .submit-btn:before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.form .form-contents .submit-btn::before {
  content: "";
  height: 0;
  width: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.form .form-contents .submit-btn:hover {
  background: transparent;
  background-color: #00afcc;
}

.contact_btn li a:after,
.contact_btn li button:after,
.form .form-pattern-1 .submit-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before,
.form .form-pattern-1 .submit-btn:hover:before {
  width: 100%;
}

.contact_btn li .contact_other {
  background-color: #111;
  color: #fff;
}

.contact_btn li .contact_other:before {
  background-color: #040404;
}

.contact_btn li .contact_mail,
.form .form-pattern-1 .submit-btn {
  background-image: linear-gradient(to right, #00afcc 0%, #00ecbc 100%);
  color: #fff;
}

.contact_btn li .contact_mail:before {
  background-color: #00afcc;
}

.contact_btn li .contact_shop {
  background-color: #ffef00;
  border: 1px solid #ffef00;
  color: #111;
}

.contact_btn li .contact_shop:before {
  background-color: #ffef00;
}

.contact_btn li .contact_w_01 {
  max-width: 340px;
  padding: 1em 3em;
}

.contact_btn li .contact_w_02 {
  margin: 30px auto 0;
}

.single_01 {
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 80px;
}

.single_02 {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 80px;
}

.single_03 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
  padding-bottom: 80px;
}

.single_04 {
  margin: 0 auto;
  max-width: 768px;
  padding-bottom: 80px;
}

.single_05 {
  margin: 0 auto;
  max-width: 1024px;
}

.single_06 {
  margin: 0 auto;
  max-width: 960px;
}

.single_07 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
}

.single_08 {
  margin: 0 auto;
  max-width: 768px;
}

.single_09 {
  padding-bottom: 80px;
}

.single_10 {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}
.single_11 {
  margin: 0 auto;
  max-width: 1500px;
  padding-bottom: 80px;
}

.bg_common {
  padding-top: 80px;
}

.bg_b {
  margin-bottom: 80px;
}

.bg_01 {
  position: relative;
  background-color: #f9f9f9;
}

.bg_02 {
  position: relative;
  background-color: #00afcc;
}

.bg_03 {
  position: relative;
  background-image: url(../img/bg_03.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.bg_04 {
  position: relative;
  background-color: #fff;
}

.half {
  display: flex;
  justify-content: space-between;
}

.half > .child {
  width: 50%;
}

.triple {
  display: flex;
  justify-content: space-between;
}

.triple .child {
  width: 33.3%;
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column2.chosei {
  margin-bottom: 30px;
}

.column2.al-cen {
  align-items: center;
}

.column2 > .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}

.column2 > .child-txt {
  width: 54.44%;
  margin: 0 3% 3% 0;
}

.column2 > .child-img {
  width: 38%;
  margin: 0 auto 0;
}

.column2 > .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column3 > .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}

.column3 > .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.column4 > .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}

.column4 > .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.column5 > .child {
  width: 18.4%;
  margin: 0 2% 2% 0;
}

.column5 > .child:nth-child(5n) {
  margin: 0 0 2% 0;
}

.align-center {
  align-items: center;
}

.mtitle_page {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

.mtitle_page span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0em;
}

.mtitle_big {
  position: relative;
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.mtitle_big span {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding-top: 0.5em;
  color: #00afcc;
  font-size: 1.6rem;
  font-weight: 600;
}

.mtitle_big span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-image: linear-gradient(to top, #00afcc 0%, #00ecbc 100%);
}

.mtitle_big2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.mtitle_big2 span {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding-top: 0.5em;
  color: #00afcc;
  font-size: 1.6rem;
  font-weight: 600;
}

.mtitle_big2 span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-image: linear-gradient(to top, #00afcc 0%, #00ecbc 100%);
}

.mtitle_big3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.mtitle_big3 span {
  position: relative;
  display: block;
  margin-top: 0.2em;
  padding-top: 0.2em;
  color: #00afcc;
  font-size: 1.6rem;
  font-weight: 600;
}

.mtitle_big3 span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-image: linear-gradient(to top, #00afcc 0%, #00ecbc 100%);
}

.mtitle_middle {
  position: relative;
  border-bottom: 3px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_middle:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #00afcc;
}

.mtitle_middle span {
  margin-left: 1em;
  color: #00afcc;
  font-size: 1.2rem;
}

.mtitle_small {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.mtitle_small:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: #00afcc;
}

.mtitle_small2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.mtitle_small2:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: #e87f00;
}

.mtitle {
  position: relative;
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_top {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_sub {
  font-weight: 600;
}

.mtitle_point {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #00afcc;
  display: block;
  margin: 8px auto 0;
}

.mtitle_news {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mtitle_ribon {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 100%;
}

.mtitle_ribon span {
  display: inline-block;
  background: #00afcc;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 30px;
}

.mtitle_ribon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: rgba(0, 0, 0, 0) #005866 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  bottom: -10px;
}

.mtitle_greeting {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.mtitle_greeting span {
  display: block;
  position: relative;
  color: #00afcc;
  font-size: 1.6rem;
}

.mtitle_balloon {
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1em;
  overflow: hidden;
  font-weight: 600;
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #221815;
  position: absolute;
  width: 50%;
  bottom: 6px;
}

.mtitle_balloon span:before {
  left: -5px;
}

.mtitle_balloon span:after {
  right: -5px;
}

.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #221815;
  border-right: 3px solid #221815;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}

.mtitle_foot {
  font-size: 1.5rem;
  font-weight: 600;
}

.mtitle_service {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.mtitle_service::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #00afcc;
  width: 100px;
}

.mtitle_service span {
  display: block;
  font-size: 1.2rem;
}

.read {
  position: relative;
  margin-bottom: 24px;
  padding-left: 56px;
  font-size: 1.8rem;
}

.read::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
}

.mtitle_catch {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #00afcc 0%, #00ecbc 100%);
  background: -webkit-linear-gradient(-45deg, #00afcc 0%, #00ecbc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 4rem;
  font-weight: 600;
}

.mtitle_sub_catch {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: 600;
}

.btn_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 40px;
  padding: 1em 2em;
  max-width: 270px;
  transition: 0.3s;
  font-weight: 600;
}

.btn_common::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  transition: 0.3s;
}

.btn_common::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  transition: 0.3s;
}

.btn_common:hover::before,
.btn_common:hover::after {
  right: -2.5em;
}

.btn_auto {
  margin: 40px auto 0;
}

.a_btn {
  background-color: #fff;
  border: 1px solid #00afcc;
  color: #00afcc;
}

.a_btn::before {
  background-color: #00afcc;
}

.a_btn::after {
  background-color: #00afcc;
}

.a_btn:hover {
  color: #00afcc;
}

.b_btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}

.b_btn::before {
  background-color: #fff;
}

.b_btn::after {
  background-color: #fff;
}

.b_btn:hover {
  background-color: #fff;
  color: #221815;
}

.b_btn:hover::before {
  background-color: #221815;
}

.b_btn:hover::after {
  background-color: #221815;
}

.c_btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #221815;
}

.c_btn::before {
  background-color: #221815;
}

.c_btn::after {
  background-color: #221815;
}

.btn_v2 {
  display: block;
  max-width: 320px;
  min-width: 160px;
  margin: 32px auto 0;
}

.btn_v2 .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  flex: 20%;
}

.btn_v2 .inner .button {
  position: relative;
  padding: 7% 0 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 175, 204, 0.1);
  color: #221815;
  text-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn_v2 .inner .button .button_bnr .b-txt {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.btn_v2 .inner .button .button_bnr .b-txt::before,
.btn_v2 .inner .button .button_bnr .b-txt::after {
  content: "";
  position: absolute;
  background: #221815;
}

.btn_v2 .inner .button .button_bnr .b-txt::before {
  top: 15px;
  right: 20px;
  height: 1px;
  width: 42px;
}

.btn_v2 .inner .button .button_bnr .b-txt::after {
  top: 11px;
  right: 19px;
  height: 1px;
  width: 10px;
  transform: rotate(45deg);
}

.btn_v2 .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #00afcc;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.btn_v2 .inner:hover::before {
  background: rgba(0, 175, 204, 0.3);
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.btn_v2 .inner .border,
.btn_v2 .inner .border2 {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
}

.btn_v2 .inner .border {
  top: 0;
  left: 0;
  border-left: 1px solid #00afcc;
  border-top: 1px solid #00afcc;
  width: 30px;
  height: 30px;
}

.btn_v2 .inner .border2 {
  bottom: 0;
  right: 0;
  border-right: 1px solid #00afcc;
  border-bottom: 1px solid #00afcc;
  width: 30px;
  height: 30px;
}

.btn_v2 .inner:hover .border,
.btn_v2 .inner:hover .border2 {
  width: 100%;
  height: 100%;
}

.product_btn {
  position: relative;
  display: block;
  background-color: #fff;
  margin-top: 24px;
  padding: 8px;
  max-width: 270px;
  color: #00afcc;
  border: 1px solid #00afcc;
  border-radius: 3em;
  text-align: center;
}

.product_btn::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.product_btn:hover {
  background-color: #00afcc;
  color: #fff;
}

.product_btn.product_btn_typeB {
  border: 1px solid #fff;
}

.product_btn.product_btn_typeB:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.product_btn.product_btn_auto {
  margin: 24px auto 0;
}

.catalog_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -1%;
}

.catalog_list > li {
  width: 31.3%;
  margin: 0 3% 1% 0;
}

.catalog_list > li:nth-child(3n) {
  margin: 0 0 1% 0;
}

.catalog_list > li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 8px;
  color: #00afcc;
  font-size: 0.9em;
  border: 1px solid #00afcc;
  text-align: center;
}

.catalog_list > li a::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.catalog_list > li a:hover {
  background-color: #00afcc;
  color: #fff;
}

.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  text-align: center;
}

.news-bl dd {
  padding: 0 0 10px 9em;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px;
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.news_box .news_title {
  width: 20%;
}

.news_box .news_list,
.news_box .news_contents {
  width: 80%;
}

.news_list li {
  border-bottom: 1px solid #ccc;
}

.news_list li:first-child {
  border-top: 1px solid #ccc;
}

.news_list li a,
.news_list li .news_link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 3em 1em;
  color: #221815;
  transition: all 0.3s ease;
}

.news_list li a:hover,
.news_list li .news_link:hover {
  background-color: #f9f9f9;
}

.news_list li .news_date {
  margin-right: 20px;
  font-size: 1.2rem;
}

.news_list li .news_category {
  background: #fff;
  border: 1px solid #00afcc;
  color: #00afcc;
  padding: 5px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center;
}

.tbl {
  width: 100%;
  background-color: #fff;
  color: #221815;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ccc;
}

.tbl th {
  background-color: #f9f9f9;
  font-weight: 600;
}

.tbl_new {
  width: 100%;
  border-top: 1px dotted #ccc;
}

.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.tbl_new th {
  text-align: left;
  font-weight: 500;
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}

.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #00afcc;
  color: #fff;
  font-weight: 600;
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fcfcfc;
  border-width: 10px;
  border-left-color: #00afcc;
  margin-top: -10px;
}

.company td {
  background: #fcfcfc;
  padding-left: 20px;
}

.tbl_company {
  width: 100%;
  font-size: 1.4rem;
}

.tbl_company th,
.tbl_company td {
  padding: 16px;
  vertical-align: middle;
}

.tbl_company th {
  border-bottom: 1px solid #00afcc;
  font-weight: 500;
  text-align: left;
}

.tbl_company td {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.8em;
}

.cell_01 {
  width: 25%;
}

.cell_02 {
  width: 35%;
}

.cell_03 {
  width: 20%;
}

.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.list_half {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.list_half li {
  width: 50%;
}

.list_check li {
  position: relative;
  padding: 0 0 5px 1.5em;
}

.list_check li:before {
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  content: "";
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.list_check2 .child {
  position: relative;
  padding: 0 0 15px 1.8em;
}

.list_check2 .child span {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}

.list_check2 .child span:before {
  color: #00afcc;
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.list_check2.type1 .child span:before {
  color: #e87f00;
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin: 0 5px 0 -1.5em;
  padding: 1px;
}

.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}

.list_note li:last-child {
  margin-bottom: 0;
}

.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: red;
}

.list_disc > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}

.list_disc > li:last-child {
  margin-bottom: 0;
}

.list_disc > li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #00afcc;
}

.list_disc2 > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  display: inline-block;
  margin-right: 15px;
}

.list_disc2 > li:last-child {
  margin-bottom: 0;
}

.list_disc2 > li:before {
  content: "●";
  margin: 0 5px 0 -1em;
  color: #e87f00;
}

.list_line li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.list_line li:after {
  position: absolute;
  right: 0;
  content: "/";
}

.list_line li:last-child:after {
  display: none;
}

.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}

.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}

.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}

.rounded-list li {
  position: relative;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #fafafa;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #00afcc;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.4em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.drop_down {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}

.drop_down:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
}

.list_child {
  display: none;
  margin-bottom: 15px;
}

.list_child li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #00afcc;
}

.ggmap {
  position: relative;
  padding-bottom: 110.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap.ggmap_02 {
  padding-bottom: 20.25%;
}

.ggcalendar {
  position: relative;
  padding-bottom: 76.25%;
  height: 0;
  overflow: hidden;
}

.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f9f9f9;
}

.article .article_image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article .article_detail {
  width: 50%;
  box-sizing: border-box;
  padding: 60px 0;
}

.article .article_detail .inner {
  margin: 0 auto;
  width: 70%;
}

.article.article_b {
  margin-bottom: 60px;
}

.article.article_white {
  background-color: #fff;
}

.article.article_01 .article_image {
  background-image: url(../img/product/pickup_01.jpg);
}

.article.article_02 .article_image {
  background-image: url(../img/product/pickup_02.jpg);
}

.article.article_03 .article_image {
  background-image: url(../img/article_03.jpg);
}

.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg);
}

.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg);
}

.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg);
}

.article.article_07 .article_image {
  background-image: url(../img/article_07.jpg);
}

.article.article_08 .article_image {
  background-image: url(../img/article_08.jpg);
}

.article.article_09 .article_image {
  background-image: url(../img/article_09.jpg);
}

.article.article_10 .article_image {
  background-image: url(../img/article_10.jpg);
}

.article.article_11 .article_image {
  background-image: url(../img/article_11.jpg);
}

.top_blog {
  display: block;
  position: relative;
  color: #221815;
  padding-right: 7%;
  padding-bottom: 3%;
}

.top_blog:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #111;
  transition: all 0.3s ease;
}

.top_blog:hover {
  color: #221815;
}

.top_blog:hover:after {
  transform: scaleX(1);
}

.top_blog .inner {
  padding: 20px 30px 40px;
}

.date {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #111;
  font-size: 1rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  font-feature-settings: "palt" 0;
}

.date_entry {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 500;
}

.top_blog_title {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.top_blog_txt {
  font-size: 1.3rem;
}

.blog_topics li a {
  position: relative;
  display: block;
  padding: 16px;
  color: #221815;
  border-bottom: 1px dotted #ccc;
}

.blog_topics li a::after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
}

.blog_topics li a:hover {
  background-color: #f9f9f9;
}

.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.blog_topics li a .topics_detail .image {
  width: 16%;
}

.blog_topics li a .topics_detail .text {
  width: 80%;
  margin-left: 10px;
}

.blog_topics li a .time_date {
  width: 80px;
  color: #00afcc;
  font-size: 1.2rem;
}

.blog_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_contents .blog_main {
  width: 65%;
}

.blog_contents .blog_side {
  width: 30%;
  background-color: #fff;
  padding: 30px;
}

.category_nav li {
  border-bottom: 1px dotted #ccc;
}

.category_nav li a {
  display: block;
  padding: 10px 15px;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  margin-right: 5px;
  color: #00afcc;
}

.category_nav li a:hover {
  background-color: #00afcc;
  color: #fff;
}

.category_nav li a:hover::before {
  color: #fff;
}

.category_nav li:last-child a {
  border-bottom: none;
}

.blog_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.blog_title:before {
  margin-right: 5px;
  color: #00afcc;
}

.blog_title.archive:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.blog_title.new:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.blog_article {
  padding: 0 30px 50px;
  background-color: #fff;
  margin-bottom: 50px;
}

.blog_article:last-child {
  margin-bottom: 0;
}

.blog_new {
  border-bottom: 1px dotted #00afcc;
}

.blog_new:last-child {
  border-bottom: none;
}

.blog_new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}

.blog_new a .image {
  width: 40%;
}

.blog_new a .detail {
  width: 50%;
}

.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pages {
  overflow: hidden;
  margin-top: 50px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
}

.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
}

.pages .page_next {
  float: left;
}

.pages .page_prev {
  float: right;
}

.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.gallery_ul a {
  display: none;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.gallery_ul a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.ie .gallery_ul a img {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.gallery_ul a:first-child {
  display: block;
}

.gallery_ul span {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.gallery_ul.gallery_ul_01 li {
  width: 31.3%;
  margin: 0 3% 3% 0;
}

.gallery_ul.gallery_ul_01 li:nth-child(3n) {
  margin: 0 0 3% 0;
}

.gallery_ul.gallery_ul_02 li {
  width: 22.7%;
  margin: 0 3% 3% 0;
}

.gallery_ul.gallery_ul_02 li:nth-child(4n) {
  margin: 0 0 3% 0;
}

.gallery_ul.gallery_ul_03 li {
  width: 48.5%;
  margin: 0 3% 3% 0;
}

.gallery_ul.gallery_ul_03 li:nth-child(2n) {
  margin: 0 0 3% 0;
}

.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sns_list li {
  width: 24%;
  margin-right: 1.2%;
}

.sns_list li:last-child {
  margin: 0;
}

.sns_btn {
  overflow: hidden;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.sns_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.sns_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.sns_btn:hover {
  color: #fff;
}

.sns_btn:hover span {
  transform: rotateX(360deg);
}

.facebook_btn {
  background: #4267b2;
}

.insta_btn {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.insta_btn:before {
  background: linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}

.line_btn {
  background: #00b82b;
}

.twitter_btn {
  background: #55acee;
}

.top_news {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.thumb_list {
  display: block;
  color: #221815;
  font-size: 1.4rem;
}

.thumb_list .thumb_image {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  background: #f5f8f5;
}

.thumb_list .thumb_image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.thumb_list .thumb_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
}

.thumb_list .thumb_image:after {
  display: block;
  content: "";
  padding-top: 75%;
}

.thumb_list .thumb_image .detail_btn {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  text-align: center;
  transition: opacity 0.3s;
  background: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
}

.thumb_list .thumb_image .detail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #00afcc;
  margin-right: 5px;
}

.thumb_list .thumb_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.thumb_list:hover {
  color: #221815;
}

.thumb_list:hover .thumb_image img {
  transform: scale(1.2);
}

.thumb_list:hover .thumb_image .detail_btn {
  opacity: 1;
}

.thumb_list:hover .thumb_image:before {
  opacity: 1;
}

.page_bnr {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.page_bnr li {
  margin: 0 2% 2% 0;
}

.page_bnr li a {
  display: block;
  color: #221815;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px;
}

.page_bnr li a:hover {
  color: #00afcc;
}

.page_bnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 10px;
  color: #00afcc;
}

.page_bnr.page_bnr_01 li {
  width: 49%;
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
  margin: 0 0 2% 0;
}

.page_bnr.page_bnr_02 li {
  width: 32%;
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
  margin: 0 0 2% 0;
}

.feature_image {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 15px;
}

.feature_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.feature_num {
  margin: -10px 0 8px;
  color: #00afcc;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
}

.feature_num span {
  margin-left: 5px;
  font-size: 4.8rem;
}

.point_num {
  display: block;
  position: relative;
  z-index: 2;
  left: -10px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #111;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}

.point_num p {
  padding-top: 13px;
  line-height: 1;
}

.point_num span {
  display: block;
  font-size: 2rem;
}

.features_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.features_contents .features_image {
  position: relative;
  width: 40%;
}

.features_contents .features_detail {
  width: 55%;
}

.features_num {
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  z-index: 2;
  color: #00afcc;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1;
}

.features_num:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 5px auto 0;
  background-color: #00afcc;
}

.features_title {
  margin-bottom: 10px;
  color: #00afcc;
  font-size: 2rem;
  font-weight: 600;
}

.news {
  font-size: 1.3rem;
}

.news .child {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.news a {
  color: #221815;
}

.news a:hover {
  color: #221815;
}

.top_main {
  position: relative;
  padding: 8% 0;
}

.top_main:before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../img/top_main_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_main .inner {
  width: 42%;
  text-align: center;
  line-height: 2.4;
}

.top_sub {
  position: relative;
}

.top_sub:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 55%;
  height: 119%;
  overflow: hidden;
}

.top_sub:after {
  content: "";
  position: absolute;
  bottom: -60px;
  z-index: -1;
  background-color: #f9f9f9;
  width: 66%;
  height: 90%;
}

.top_sub .top_sub_inner {
  padding: 40px 0;
}

.top_sub .sub_detail {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 50%;
  padding: 90px 70px;
}

.top_sub.sub_right:before {
  left: 0;
}

.top_sub.sub_right:after {
  right: -60px;
}

.top_sub.sub_right .sub_detail {
  margin-left: auto;
}

.top_sub.sub_left:before {
  right: 0;
}

.top_sub.sub_left:after {
  left: -60px;
}

.top_sub.sub_left .sub_detail {
  margin-right: auto;
}

.top_sub.top_sub_01:before {
  background-image: url(../img/top_sub_01.jpg);
}

.top_sub.top_sub_02:before {
  background-image: url(../img/top_sub_02.jpg);
}

.top_sub.top_sub_03:before {
  background-image: url(../img/top_sub_03.jpg);
}

.flex_type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_type_01 .flex_image {
  width: 38%;
}

.flex_type_01 .flex_detail {
  width: 60%;
}

.flex_type_02 .flex_image {
  width: 20%;
}

.flex_type_03 .flex_image {
  width: 12%;
}

.flex_type_03 .flex_detail {
  width: 87%;
}

.order {
  order: 2;
}

.mbox {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 90px 70px;
}

.mbox2 {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 30px;
}

.small-box {
  margin: auto;
  max-width: 900px;
}

.small-box2 {
  margin: auto;
  max-width: 680px;
  padding: 20px 0;
}

.sbox {
  background-color: #fff;
  padding: 60px;
}

.space {
  padding: 0 32px;
}

.space_vertical {
  padding-top: 1px;
}

.faq {
  border-bottom: 0.1rem solid #e1e0e0;
}

.faq:first-child {
  border-top: 0.1rem solid #e1e0e0;
}

.faq.active {
  background-color: #f9f9f9;
}

.faq.active dt::after {
  content: "－";
}

.faq dt {
  position: relative;
  padding: 4rem 0 4rem 7.6rem;
  cursor: pointer;
  transition: all 0.5s ease;
}

.faq dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #cac9c9;
  width: 1.6rem;
}

.faq dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 3.2rem;
  color: #00afcc;
  text-align: center;
}

.faq dt:hover {
  background-color: #f9f9f9;
}

.faq dd {
  position: relative;
  display: none;
  padding-left: 7.6rem;
  padding-bottom: 4rem;
}

.voice_faq {
  padding-top: 20px;
}

.voice_faq dl dt {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 10px 0 25px 72px;
  font-size: 1.8rem;
  font-weight: 600;
}

.voice_faq dl dt span {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #00afcc;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

.voice_faq dl dd {
  position: relative;
  padding: 0 40px 45px 72px;
}

.voice_faq dl dd span {
  position: absolute;
  left: 15px;
  top: -10px;
  display: block;
  color: #111;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

.flow {
  padding-left: 80px;
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}

.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #00afcc;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 2;
}

.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00afcc;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.flow > li dl {
  padding-left: 70px;
  position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #00afcc;
  border-radius: 50%;
  left: -4px;
}

.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00afcc;
  margin-bottom: 1vh;
}

.flowchart {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}

.flowchart::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  opacity: 0.5;
}

.flowchart > li {
  padding: 32px 12px 24px;
  margin: 0 2% 3% 0;
  flex-basis: 18.4%;
  background-color: #fff;
  position: relative;
}

.flowchart > li:nth-child(5n) {
  margin-right: 0;
}

.flowchart > li:not(:last-child)::before,
.flowchart > li:not(:last-child)::after {
  content: "";
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.flowchart > li:not(:last-child)::before {
  border-width: 8px;
}

.flowchart > li:not(:last-child)::after {
  border-width: 6px;
  border-left-color: #fff;
}

.flowchart > li .icon {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  padding: 4px 16px;
  border-radius: 5em;
  font-size: 0.7em;
}

.flowchart > li dl dt {
  font-weight: 600;
}

.flowchart.flowchart_01::before {
  background-image: url(../img/bg_flowchart_01.png);
}

.flowchart.flowchart_02::before {
  background-image: url(../img/bg_flowchart_02.png);
}

.flowchart_01 > li {
  border: 2px solid #00afcc;
}

.flowchart_01 > li:not(:last-child)::before {
  border-left-color: #00afcc !important;
}

.flowchart_01 > li .icon {
  background-color: #00afcc;
}

.flowchart_01 > li dl dt {
  color: #00afcc;
}

.flowchart_02 > li {
  border: 2px solid #e87f00;
}

.flowchart_02 > li:not(:last-child)::before {
  border-left-color: #e87f00 !important;
}

.flowchart_02 > li .icon {
  background-color: #e87f00;
}

.flowchart_02 > li dl dt {
  color: #e87f00;
}

.flowchart_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flowchart_detail > li {
  padding: 32px 0 24px;
  margin: 0 2% 3% 0;
  flex-basis: 31.3%;
  background-color: #fff;
  position: relative;
}

.flowchart_detail > li:nth-child(3n) {
  margin-right: 0;
}

.flowchart_detail > li:not(:last-child)::before,
.flowchart_detail > li:not(:last-child)::after {
  content: "";
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.flowchart_detail > li:not(:last-child)::before {
  border-width: 16px;
}

.flowchart_detail > li:not(:last-child)::after {
  border-width: 14px;
}

.flowchart_detail > li .icon {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  padding: 4px 16px;
  border-radius: 5em;
  font-size: 0.7em;
}

.flowchart_detail > li dl dt {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.flowchart_detail > li .inner {
  padding: 1em;
}

.flowchart_detail > li .sub_inner {
  padding: 1em;
}

.flowchart_detail.flowchart_01 > li .inner {
  background-color: #cceff5;
  min-height: 182px;
}

.flowchart_detail.flowchart_01 > li::after {
  border-left-color: #cceff5;
}

.flowchart_detail.flowchart_02 > li .inner {
  background-color: #faead6;
  min-height: 208px;
}

.flowchart_detail.flowchart_02 > li::after {
  border-left-color: #faead6;
}

.medical_link {
  padding: 40px 20px;
  background-color: #fff;
}

.belongs {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 90%;
  margin: -30px auto 0;
}

.belongs span {
  font-size: 1.4em;
}

.common_image {
  position: relative;
  overflow: hidden;
}

.common_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.vertical_image {
  height: 320px;
}

.customer_image {
  /* height: 430px */
}

.top_image {
  height: 280px;
}

.merit_icon {
  display: block;
  width: 40px;
  margin: 0 auto 16px;
}

.index_contents {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_contents > div {
  width: 50%;
}

.index_contents .index_image {
  overflow: hidden;
}

.index_contents .index_image .animation-txt {
  overflow: hidden;
  height: 550px;
}

.index_contents .index_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.index_contents .index_detail {
  background-image: url(../img/bg_index_detail.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 60px 3%;
  height: 550px;
}

.about_wrap {
  padding-top: 40px;
}

.about_box {
  position: relative;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}

.about_box .inner {
  position: relative;
  padding: 48px 24px 72px;
  font-size: 1.4rem;
  color: #221815;
}

.about_num {
  display: block;
  position: absolute;
  top: -40px;
  right: 5px;
  z-index: 2;
  color: #00afcc;
  font-size: 7rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.greeting_contents {
  display: flex;
  align-items: center;
}

.greeting_contents .image {
  width: 59.72222%;
}

.greeting_contents .image img {
  display: block;
  width: 100%;
  height: 400px;
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.greeting_contents .detail {
  position: relative;
  margin-left: -35px;
  width: 35%;
}

.greeting_contents .title {
  margin-bottom: 30px;
  color: #00afcc;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
}

.greeting_contents .txt {
  margin-bottom: 40px;
  line-height: 2;
}

.new_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new_bnr li {
  position: relative;
  overflow: hidden;
  width: 33.33333%;
  height: 320px;
  box-sizing: border-box;
}

.new_bnr li .bg {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.new_bnr li .bg.bg_new_01 {
  background-image: url(../img/bg_new_01.jpg);
}

.new_bnr li .bg.bg_new_02 {
  background-image: url(../img/bg_new_02.jpg);
}

.new_bnr li .bg.bg_new_03 {
  background-image: url(../img/bg_new_03.jpg);
}

.new_bnr li .bg.bg_new_04 {
  background-image: url(../img/bg_new_04.jpg);
}

.new_bnr li a {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
}

.new_bnr li .text {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}

.new_bnr li .text span {
  display: block;
  font-size: 1.2rem;
}

.new_bnr li .btn {
  position: absolute;
  bottom: 58px;
  right: 50px;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.12s ease-in 0s;
}

.new_bnr li .btn:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  top: 25px;
  left: 24px;
  width: 6.5px;
  height: 6.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s;
}

.new_bnr li:hover .bg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
}

.new_bnr li:hover .btn {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-color: #00afcc;
  border: 1px solid #00afcc;
}

.new_bnr li:hover .btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.img_shadow {
  position: relative;
  transition: all 0.5s ease-in 0s;
}

.img_shadow:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    black 100%
  );
  opacity: 0.65;
  transition: all 0.5s ease-in 0s;
}

.img_shadow:hover :after {
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    black 100%
  );
  opacity: 0.85;
}

.top_business {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_business .explanation {
  width: 30%;
}

.top_business .detail {
  width: 66%;
}

.list_top li {
  position: relative;
  padding: 20px 15px 20px 25px;
  background-color: #111;
  color: #fff;
}

.list_top li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.list_top li:nth-child(even) {
  background-color: #020202;
}

.trouble li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 3rem;
  margin-bottom: 15px;
  border-bottom: 1px dotted #bbb;
}

.trouble li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_trouble.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.p_idx_works_item {
  position: relative;
  display: block;
}

.p_idx_works_item a > .hover::before {
  opacity: 0.4;
  transition: opacity 0.4s;
}

.p_idx_works_item a:hover > .hover::before {
  opacity: 1;
  pointer-events: auto;
}

.p_idx_works_item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6em;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.p_idx_works_item .hover:before {
  background-color: #00afcc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.p_idx_works_item .hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.8em;
  width: 4.6em;
  height: 1px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #000 50%, #000 100%);
  transform: rotate(-45deg);
}

.p_idx_works_item .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}

.p_idx_works_item .title span {
  display: block;
  font-size: 1rem;
}

.c-img_full {
  position: relative;
  overflow: hidden;
  height: 175px;
}

.c-img_full img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_contents {
  background-image: url(../img/bg_top_contents.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 0;
}

.top_contents .top_parent {
  overflow: hidden;
}

.top_contents .top_parent .top_detail {
  float: right;
  width: 50%;
}

.top_contents .top_parent .top_detail .inner {
  padding: 80px 56px;
  background: rgba(255, 255, 255, 0.8);
}

.top_bnr {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.top_bnr .child {
  width: 48.5%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  text-align: center;
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.top_bnr .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

.top_bnr .child a {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
  overflow: hidden;
  color: #111;
}

.top_bnr .child a .top_bnr_image {
  width: 50%;
  max-height: 250px;
  position: relative;
}

.top_bnr .child a .top_bnr_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.top_bnr .child a .top_bnr_detail {
  width: 50%;
  padding: 30px 15px;
  box-sizing: border-box;
}

.top_bnr .child a .top_bnr_detail .top_bnr_ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.top_bnr .child a .top_bnr_detail .top_bnr_ttl span {
  display: block;
  color: #00afcc;
  font-size: 1.2rem;
  font-weight: 500;
}

.top_bnr .child a .top_bnr_detail .top_bnr_btn {
  display: inline-block;
  width: 100px;
  padding: 6px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #00afcc;
  transition: all 0.3s ease;
  border-radius: 5em;
}

.top_bnr .child a:hover .top_bnr_btn {
  background-color: #00dbff;
}

.transparent_box {
  position: relative;
  z-index: 1;
  border: 3px solid #fff;
  padding: 60px 40px 100px 60px;
  color: #fff;
}

.transparent_box .inner {
  width: 60%;
  margin-left: auto;
}

.img_contents {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}

.img_contents .img_area {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -270px;
  z-index: 1;
}

.img_contents .img_container {
  position: relative;
  z-index: 2;
}

.img_contents .img_container .txt_01 {
  line-height: 2.4;
}

.service {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 768px;
  height: 100%;
  background-image: url(../img/bg_service.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.service_list {
  width: 33.33333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service_list .service_contents {
  position: relative;
  padding: 80px 32px 80px;
}

.service_list_01 {
  background-image: url(../img/service_list_01.jpg);
}

.service_list_01 .service_head {
  background-color: #00afcc;
}

.service_list_02 {
  background-image: url(../img/service_list_02.jpg);
}

.service_list_02 .service_head {
  background-color: #008549;
}

.service_list_03 {
  background-image: url(../img/service_list_03.jpg);
}

.service_list_03 .service_head {
  background-color: #009954;
}

.service_head {
  padding: 8px 0 32px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.service_item {
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}

.service_item img {
  height: 124px;
  width: auto;
}

.original {
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 80px;
}

.original::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 720px;
  height: 100%;
  background-image: url(../img/original_01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.original .inner {
  width: 57%;
}

.gallery {
  position: relative;
  overflow: hidden;
}

.gallery::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  animation: MoveGrad 8s ease infinite;
  background: linear-gradient(135deg, #00afcc 0%, #00ecbc 100%);
  background: -webkit-linear-gradient(-45deg, #00afcc 0%, #00ecbc 100%);
  border-radius: 50%;
  bottom: -200px;
  height: 325px;
  left: inherit;
  right: calc(11% - 325px);
  width: 325px;
  z-index: -1;
}

.slide_list {
  position: relative;
  margin-top: 1em;
}

.slide_list li {
  margin-right: 1%;
}

.slide_list li img {
  width: auto;
  height: 320px;
}

.slide_list li span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.contact_box_v2 {
  position: relative;
}

.contact_box_v2::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  width: 768px;
  height: 100%;
  background-image: url(../img/bg_contact.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.contact_v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_v2 .telephone,
.contact_v2 .mail_v2 {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.contact_v2 .telephone .title,
.contact_v2 .mail_v2 .title {
  width: 24%;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.contact_v2 .telephone .title span,
.contact_v2 .mail_v2 .title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.contact_v2 .telephone .content,
.contact_v2 .mail_v2 .content {
  width: 74%;
  padding-left: 7%;
  border-left: 2px solid #111;
}

.contact_v2 .phone a {
  color: #221815;
  font-size: 4rem;
  font-weight: 600;
}

.contact_v2 .auxiliary {
  font-size: 1.3rem;
}

.contact_v2 .mail_btn_v2 a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 2em 3em;
  color: #221815;
  font-size: 1.6rem;
  font-weight: 600;
}

.contact_v2 .mail_btn_v2 a::after {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.contact_v2 .mail_btn_v2 a:hover {
  background-color: #111;
  color: #fff;
}

.top_main_v2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_main_v2 .image {
  width: 36%;
}

.top_main_v2 .detail {
  width: 62%;
}

.dismembered {
  display: flex;
  justify-content: space-between;
}

.dismembered .dismembered_list {
  width: 48.5%;
}

.dismembered .dismembered_list:last-child {
  margin-top: 50px;
}

.top_main_catch {
  margin-bottom: 40px;
}

.top_main_txt {
  margin-bottom: 24px;
  line-height: 2.4;
}

.top_main_txt:last-child {
  margin-bottom: 0;
}

.greeting_v2 {
  padding: 80px 0;
}

.greeting_v2 .txt {
  text-align: center;
  line-height: 2.4;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  width: 768px;
  height: 100%;
  background-image: url(../img/bg_about.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.story_list {
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.story_list li {
  position: relative;
  width: 22.7%;
  margin-right: 3%;
  overflow: hidden;
  line-height: 1;
}

.story_list li:last-child {
  margin-right: 0;
}

.story_list li:before {
  content: "";
  display: block;
  padding-top: 91%;
}

.story_list li p {
  display: none;
}

.story_list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
}

.story_list li a:hover .num i:after {
  left: 100%;
}

.story_list li a:hover .num i:before {
  left: 0;
}

.story_list li a:hover .img span {
  width: 100%;
}

.story_list li a:hover .profile {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 250ms 250ms ease-in;
}

.story_list .num {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 17px;
  width: 16.7%;
  font-size: 1.8rem;
}

.story_list .num span {
  position: relative;
  left: 0;
  color: #00afcc;
}

.story_list .num i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 20px;
  overflow: hidden;
}

.story_list .num i:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00afcc;
  left: -100%;
  top: 0;
  transition: all 0.2s ease 0.3s;
}

.story_list .num i:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00afcc;
  left: 0;
  top: 0;
  transition: all 0.2s ease 0s;
}

.story_list .list,
.story_list .pr {
  height: 100%;
}

.story_list .img {
  width: 91%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 2;
}

.story_list .img span {
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 300ms 0s ease-in;
}

.story_list .img span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 150ms 0s ease-in;
  background: linear-gradient(90deg, #111 20%, #00afcc 80%);
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-size: cover;
}

.story_list .profile {
  position: absolute;
  bottom: 45%;
  width: 91%;
  text-align: center;
  transition: all 200ms 0ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  z-index: 2;
}

.story_list .profile .name {
  font-size: 2.4rem;
}

.story_list_01 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_02 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_03 .img {
  background-image: url(../img/recruit_06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story_list_04 .img {
  background-image: url(https://placehold.jp/640x480.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flow_v2 {
  padding-left: 0;
}

.flow_v2 > li {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 80px;
  background-image: url(../img/flow_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom 40px;
}

.flow_v2 > li:last-child {
  background: none;
}

.flow_v2 figure {
  position: absolute;
  left: 52%;
  top: 72px;
  width: 550px;
}

.process {
  display: flex;
  align-items: center;
  background: #fff;
  width: 58%;
  min-height: 524px;
}

.process .box {
  max-width: 500px;
  margin-right: 20%;
  margin: 4em auto;
}

.application {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.application_title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.description {
  position: relative;
}

.description::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  animation: MoveGrad 8s ease infinite;
  background: linear-gradient(90deg, #111 20%, #00afcc 80%);
  background-size: 200% 200%;
  border-radius: 50%;
  height: 650px;
  left: calc(19% - 632px);
  top: -275px;
  width: 650px;
  z-index: -1;
}

.subject {
  position: relative;
  overflow: hidden;
}

.subject::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  animation: MoveGrad 8s ease infinite;
  background: linear-gradient(90deg, #111 20%, #00afcc 80%);
  border-radius: 50%;
  bottom: -200px;
  height: 325px;
  left: inherit;
  right: calc(11% - 325px);
  width: 325px;
}

.accordion {
  position: relative;
  cursor: pointer;
  padding-top: 48px;
}

.accordion::after {
  content: "＋";
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
  background: #00afcc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.accordion.active::after {
  content: "－";
}

.accordion_contents {
  display: none;
}

.character {
  padding: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.service_main {
  background-image: url(../img/service/bg_service_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.service_main .inner {
  width: 50%;
}

.service_main .service_title {
  max-width: 400px;
  margin-bottom: 32px;
}

.service_main .txt {
  margin-bottom: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.service_main .txt:last-child {
  margin-bottom: 0;
}

.point_check {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.point_check > li {
  width: 31.3%;
  margin-right: 3%;
}

.point_check > li:nth-child(3n) {
  margin-right: 0;
}

.point_check > li span {
  display: block;
  background-color: #00afcc;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
}

.parallax {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vh;
}

.parallax_01 {
  /* background-image: url(../img/parallax_01.jpg); */
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/19947/parallax_03.jpg);
  /* background-position: center 72%; */
  background-position: center 50%;
}

.parallax_02 {
  background-image: url(../img/parallax_02.jpg);
}

.parallax_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.parallax_txt span {
  display: block;
  padding-left: 15%;
  animation: animate-banner 20s linear infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 24rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.2;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-115%);
  }
}

.mask {
  position: relative;
  -webkit-clip-path: circle(0%);
  clip-path: circle(0%);
  transition: 0.5s ease-in all;
}

.mask.on {
  -webkit-clip-path: circle(120%);
  clip-path: circle(120%);
}

.restaurant {
  position: relative;
  overflow: hidden;
}

.restaurant a {
  display: block;
  position: relative;
  background-image: url(../img/restaurant.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6em;
  color: #221815;
}

.restaurant a:hover .arrow {
  right: 24px;
}

.restaurant .inner {
  position: relative;
  background-color: #fff;
  padding: 48px 48px 80px;
  max-width: 560px;
}

.restaurant .arrow {
  position: absolute;
  right: 32px;
  bottom: 36px;
  width: 50px;
  height: 8px;
  transition: 0.4s ease-out;
}

.restaurant .arrow::before,
.restaurant .arrow::after {
  content: "";
  position: absolute;
  background-color: #221815;
}

.restaurant .arrow::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.restaurant .arrow::after {
  right: 2px;
  bottom: -1px;
  width: 1px;
  height: 10px;
  transform: rotate(-45deg);
  transform-origin: right;
}

#particle-bg {
  position: relative;
  overflow: hidden;
}

#particle-bg .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.greet_block {
  position: relative;
  margin: 60px 0 160px;
}

.greet_block:last-child {
  margin-bottom: 3%;
}

.greet_img {
  overflow: hidden;
  position: absolute;
  top: -15%;
  width: 60%;
  height: 130%;
}

.greet_img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.greet_txt {
  position: relative;
  z-index: 3;
  width: 55%;
  max-width: 770px;
  padding: 56px;
  margin-left: auto;
  background-color: #fff;
}

.greet_title {
  margin-bottom: 24px;
  color: #00afcc;
  font-size: 2.4rem;
  font-weight: 600;
}

.type_b .greet_img {
  right: 0;
}

.type_b .greet_txt {
  margin-right: 0;
  margin-left: 160px;
}

.ballon_voice {
  position: relative;
  background: #fff;
  border: 1px solid #d8d8d8;
  margin: 1em;
  padding: 1em 2em;
}

.ballon_voice::before,
.ballon_voice::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
}

.ballon_voice::before {
  border-color: rgba(0, 0, 0, 0) #d8d8d8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 12px;
  margin-top: -12px;
}

.ballon_voice::after {
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 11px;
  margin-top: -11px;
}

.voice_title {
  margin-bottom: 8px;
  color: #00afcc;
}

.philosophy {
  position: relative;
  background-color: #fff;
  padding: 48px;
  text-align: center;
}

.philosophy::before,
.philosophy::after {
  display: block;
  color: #ccc;
}

.philosophy::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  text-align: left;
}

.philosophy::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  text-align: right;
}

.philosophy .title {
  background: linear-gradient(90deg, #00afcc, #00ecbc);
  background: -webkit-linear-gradient(0deg, #00afcc, #00ecbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  font-size: 1.4em;
}

.bnr_top li {
  margin-bottom: 16px;
}

.bnr_top li:last-child {
  margin-bottom: 0;
}

.txt_gradation {
  background: linear-gradient(90deg, #00afcc, #00ecbc);
  background: -webkit-linear-gradient(0deg, #00afcc, #00ecbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 1.6em;
  font-weight: 600;
}

.slick_img a {
  display: block;
}

.slick_img span {
  display: block;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel {
  padding: 0 48px;
}

.staff_feature {
  position: relative;
}

.staff_feature .inner {
  position: absolute;
  bottom: 8.5%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em 2em;
  box-shadow: 5px 10px 15px rgba(0, 48, 96, 0.2);
}

.staff_feature .inner .txt {
  background: linear-gradient(90deg, #00afcc, #00ecbc);
  background: -webkit-linear-gradient(0deg, #00afcc, #00ecbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 1.8em;
  font-weight: 600;
}

.voice_box {
  padding: 32px 0;
  border-bottom: 1px dashed #ccc;
}

.voice_box:last-child {
  padding: 40px 0 0;
  border-bottom: 0;
}

.voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.voice .guest {
  width: 100%;
}

.voice .questionnaire {
  width: 32%;
}

.line_box {
  background-color: #07b53b;
  color: #fff;
  padding: 3em;
}

.line_box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.line_box .image {
  width: 30%;
}

.line_box .detail {
  width: 40%;
}

.line_box .btn {
  width: 24%;
}

.line_box .title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.line_box .benefits {
  color: #ffef00;
  font-weight: 600;
  line-height: 1.4;
}

.line_box .benefits > li {
  padding-left: 1.5em;
}

.line_box .benefits > li:last-child {
  margin-bottom: 0;
}

.line_box .benefits > li:before {
  content: "・";
  margin: 0 5px 0 -1em;
}

.line_box .discount {
  margin: 0 5px;
  font-size: 2.4em;
}

.basketball {
  background-image: linear-gradient(to right, #00afcc 0%, #00ecbc 100%);
  padding: 4px;
  text-align: center;
  line-height: 1.4;
}

.basketball .inner {
  background-color: #fff;
  padding: 8px 24px;
}

.phone_txt {
  margin-bottom: 8px;
}

.phone_txt a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}

.phone_txt a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
}

.representative {
  display: inline-block;
  margin-left: 0.5em;
  max-width: 36%;
}

.decoration {
  position: relative;
}

.decoration:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-image-source: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 6px
  );
  border-image-slice: 20;
  border-image-repeat: round;
  border-style: solid;
  border-width: 20px;
}

.font_ss {
  font-size: 1rem;
}

.font_s {
  font-size: 1.2rem;
}

.font_m {
  font-size: 1.4rem;
}

.font_l {
  font-size: 1.6rem;
}

.num {
  color: #111;
  font-size: 1.5em;
  margin: 0 5px;
}

.fly {
  display: block;
}

.fly figure {
  transition: all 0.3s;
}

.fly:hover figure {
  transform: translateY(-5px);
}

.aesthetic {
  margin: 0 auto 20px;
  width: 70%;
}

.macker {
  background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px;
}

.macker.active {
  background-position: -100% 0.8em;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00afcc;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.txt_animation {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.txt_animation.is-animated {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.zoomin {
  opacity: 0;
}

.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeup {
  opacity: 0;
}

.fadeup:nth-child(odd).is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeup:nth-child(even).is-animated {
  animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadebottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.img_big {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: calc(50% - 50vw);
}

.img_big .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.img_big .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  background: #f9f9f9;
  width: 690px;
  height: calc(100% + 100px);
  margin-left: 30px;
}

.img_big .inner div {
  position: relative;
  z-index: 1;
  max-width: 1035px;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: auto;
}

.img_big .inner div img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}

@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation.move .animation-bar:before {
  animation: animation-bar 0.5s ease 0s 1 normal forwards;
}

.animation.move .animation-txt {
  animation: animation-txt 0s ease 0.5s 1 normal forwards;
}

.animation .animation-box {
  display: block;
  text-align: center;
}

.animation .animation-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.animation .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #00afcc;
}

.animation .animation-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1s;
}

.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.page_title_box {
  position: relative;
  background-image: url(../img/slide_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page_title_box .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1024px;
  padding: 160px 0 80px;
}

.page_title_box_v2 {
  position: relative;
  background-image: linear-gradient(to right, #00afcc 0%, #00ecbc 100%);
  color: #fff;
  padding: 40px 0;
}

.page_title_box_v2 .inner {
  /* max-width: 1000px; */
  max-width: 1200px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page_title_v2 {
  margin-bottom: 32px;
  font-size: 3.4rem;
  line-height: 1.4;
}

.page_title_v2 span {
  display: block;
  font-size: 1.6rem;
}

.table_contents {
  border-left: 1px solid #fff;
  padding-left: 1.5em;
}

.table_contents li {
  margin-bottom: 8px;
}

.table_contents li::before {
  content: "・";
}

.table_contents li a {
  position: relative;
  color: #fff;
}

.table_contents li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: all 0.3s ease;
}

.table_contents li a:hover:after {
  transform: scaleX(1);
}

.page_image {
  overflow: hidden;
  position: absolute;
  width: 768px;
  height: 360px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.page_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.breadcrumb_box {
  padding: 10px 0;
}

.breadcrumb_box .breadcrumb {
  width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.3rem;
}

.breadcrumb_box .breadcrumb li {
  display: inline;
}

.breadcrumb_box .breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb_box .breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.form-pattern-1 {
  background: transparent!important;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea_02 {
  width: 40%;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea_03 {
  width: 20%;
}

.form_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
  padding: 2% 1%;
}

.form_dl dt {
  width: 30%;
  background-color: #111;
  color: #fff;
  padding: 1% 2% 1.5%;
}

.form_dl dd {
  width: 65%;
}

.form .required,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  position: relative;
  top: -1px;
  background: #00afcc;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 1.1rem;
}

.form .textarea,
.form textarea {
  border: none;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .textarea {
  height: 40px;
}

.form .textarea_02 {
  width: 48.5%;
  margin-right: 3%;
}

.form .textarea_02:last-child {
  margin-right: 0;
}

.form .textarea_03 {
  width: 20%;
  margin: 0 1%;
}

.form .selectarea {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px;
  box-sizing: border-box;
  height: 40px;
}

.form button {
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo",
    "メイリオ", sans-serif;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 0 0 3px 20px;
  display: inline-block;
  line-height: 1.2;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 1px;
  top: 3px;
  content: "";
  z-index: 3;
}

.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #00afcc;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #f9f9f9;
}

.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding: 0 0 3px 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
}

.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #00afcc;
  border-bottom: 3px solid #00afcc;
  transform: rotate(45deg);
  z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}

#ui-datepicker-div {
  z-index: 3 !important;
}

.flex_box {
  display: flex;
}

.flex_box span {
  font-size: 12px;
}

#navi .nav_in-tel .in-tel_link a {
  color: #00afcc;
  font-size: 2.1rem;
}

#navi .nav_in-tel .in-tel_link p {
  font-size: 1.3rem;
  font-weight: 600;
}

.chousa_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.chousa_list li {
  width: calc((100% - 50px) / 5);
  margin: 5px 5px 15px 5px;
}

.chousa_list li img {
  margin-bottom: 8px;
}

.chousa_list li .chousa_ttl {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .chousa_list li {
    width: calc((100% - 40px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .chousa_list li {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 667px) {
  .chousa_list li {
    width: calc((100% - 20px) / 2);
    margin: 5px 5px 10px 5px;
  }
  .chousa_list li img {
    margin-bottom: 5px;
  }
}

.btn_wk a {
  text-align: center;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  padding: 13px 10px;
  max-width: 300px;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  font-size: 95%;
  font-weight: 600;
}

.btn_wk a span {
  font-family: "YakuHanJP", "Alegreya Sans SC", sans-serif;
  letter-spacing: 0.4em;
}

.btn_wk a:before,
.btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #333;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}

.btn_wk a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}

.btn_wk a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}

.btn_wk a:hover {
  color: #fff;
  background: #00afcc;
  border-color: rgba(0, 0, 0, 0);
}

.btn_wk a:hover:before,
.btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #00afcc;
}

.btn_wk.btn-r a {
  margin-right: 0;
}

.staff_pg-ttl {
  max-width: 500px;
}

/* btn_01 */
.btn_01 a {
  text-align: center;
  position: relative;
  color: #00afcc;
  background: #fff;
  border: 3px solid #00afcc;
  border-radius: 30px;
  padding: 13px 10px;
  /* max-width: 300px; */
  width: 350px;
  margin-top: 15px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  /* font-size: 100%; */
  font-size: 1.8rem;
  font-weight: 600;
}

.btn_01 a span {
  font-family: "YakuHanJP", "Alegreya Sans SC", sans-serif;
  letter-spacing: 0.4em;
}

.btn_01 a:after {
  /* 擬似要素で三角アイコンをつくる */
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #00afcc;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn_01 a:hover {
  color: #fff;
  background: #00afcc;
  border-color: rgba(0, 0, 0, 0);
}

.btn_01.btn-r a {
  margin-right: 0;
}

/* --------お客様の声--------- */
.voice_ttl_area {
  max-width: 680px;
}
.greet_block2 {
  position: relative;
  margin: 60px 0 160px;
}
.greet_block2:last-child {
  margin-bottom: 3%;
}
.greet_img2 {
  overflow: hidden;
  position: absolute;
  top: -15%;
  width: 70%;
  height: 110%;
}
.greet_img2 img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.greet_txt2 {
  position: relative;
  z-index: 3;
  width: 70%;
  /* max-width: 770px; */
  padding: 26px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.94);
  color: #221815;
}

.greet_txt2_2 {
  z-index: 3;
  width: 100%;
  padding: 26px;
  background-color: rgba(255, 255, 255, 0.94);
  color: #221815;
}

.greet_title2 {
  margin-bottom: 10px;
  color: #00afcc;
  font-size: 2rem;
  font-weight: 600;
}

/* ------------------- */

/* ------------------------ */
#slider-wrap {
  position: relative;
  margin: 10px auto;
}
#slideshow .slider {
  height: 110vh;
}

.slider-item {
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slider-item img {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_catch {
  position: absolute;
  z-index: 1;
  left: 50%;
  /* top: 50%; */
  /* top: 28%; */
  top: 20%;
  transform: translateX(-50%);
  /* transform: translate(-50%,-50%); */
}

.slide_btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
}

.slick-dots li {
  width: 40px !important;
  height: 40px !important;
}

.slick-dots li button {
  width: 40px !important;
  height: 40px !important;
}
.slick-dots li button:before {
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;
  line-height: 40px !important;
  opacity: 0.9 !important;
  color: #fff !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0.9 !important;
  color: #00afcc !important;
}

@media screen and (max-width: 890px) {
  #slideshow .slider {
    height: auto;
  }
  .slick-dots {
    bottom: 0 !important;
  }
  .slide_catch {
    /* top: 40%; */
    top: 30%;
  }
  .slide_btn {
    top: 65%;
  }
  .btn_01 a {
    font-size: 1.5rem;
    width: 200px;
  }
}

@media screen and (max-width: 669px) {
  #slideshow .slider {
    height: 350px;
  }
  .slider-item .slider-bg {
    height: 350px;
  }
  .slick-dots {
    bottom: 3% !important;
  }
  .slick-dots li {
    width: 30px !important;
    height: 30px !important;
  }

  .slick-dots li button {
    width: 30px !important;
    height: 30px !important;
  }
  .slick-dots li button:before {
    width: 30px !important;
    height: 30px !important;
    /* font-size: 30px !important; */
    font-size: 20px !important;
    line-height: 30px !important;
    opacity: 0.9 !important;
    color: #fff !important;
  }
  .slide_catch {
    width: 90%;
    top: 20%;
  }
  .slide_btn {
    top: 58%;
  }
}

.img-voice {
  max-width: 350px;
}

/* 230720追記 */
.voice.type1 {
  margin-bottom: 10px;
}

.voice-fbox {
  display: flex;
}
.voice-fbox-child {
  padding: 0 10px;
  width: 50%;
}
.voice-fbox-child:first-of-type .flex_type {
  display: none;
}
@media all and (max-width: 639px) {
  .voice-fbox-child {
    /* padding: 0 10px; */
    width: 100%;
  }
}
.flex_type_02 .flex_detail2 {
  /* width: 75% */
  width: 100%;
  margin-bottom: 30px;
}
.customer_image {
  border: solid 1px #b7b7b7;
  margin-top: 15px;
}
/* 230720追記 */

/* メインビュー */
#mainview {
  position: sticky;
  /* margin-bottom: -700px; */
  top: 50px;
}

#mainview .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  justify-content: space-between;
  /* position: relative; */
}

/* #mainview .wrapper::before {
 background-image: url(../img/main-bg.png);
 background-repeat: repeat-x;
 background-size: cover;
 content: "";
 width: 100%;
 height: 100%;
 left: 0;
 top: 30%;
 position: absolute;
 z-index: -2
} */

#mainview .wrapper #main-img {
  background-image: url(../img/top-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: auto;
  position: relative;
  height: 95%;
  width: 75%;
  z-index: -999;
}

#mainview .wrapper #main-img img {
  position: absolute;
  right: 20px;
  bottom: 25%;
  width: 35%;
}

@media all and (max-width: 1700px) {
  #mainview .wrapper #main-img {
    width: 90%;
  }
}

@media all and (max-width: 1500px) {
  #mainview .wrapper #main-img {
    height: 85%;
    width: 95%;
  }
}

@media all and (max-width: 1367px) {
  /* #mainview {
  margin-bottom: -500px
 } */

  #mainview .wrapper {
    height: 100vh;
  }

  #mainview .wrapper #main-img img {
    width: 60%;
  }
}

@media all and (max-width: 1200px) {
  #mainview .wrapper #main-img {
    height: 75%;
    width: 95%;
  }
}

@media all and (max-width: 1100px) {
  #mainview {
    top: 45px;
  }

  #mainview .wrapper {
    height: 75vh;
  }

  #mainview .wrapper #main-img img {
    width: 45%;
    bottom: 20%;
  }
}

@media all and (max-width: 896px) {
  #mainview .wrapper {
    height: 55vh;
  }
  #mainview .wrapper #main-img {
    height: 75%;
    width: 80%;
  }
}

@media all and (max-width: 750px) {
  #mainview .wrapper #main-img {
    height: 80%;
    width: 95%;
  }
}

@media all and (max-width: 639px) {
  #mainview .wrapper {
    height: 40vh;
  }

  #mainview .wrapper #main-img img {
    width: 60%;
    /* right: 10px;
  bottom: 15% */
  }
}

@media (max-width: 480px) {
  /* #mainview {
  top: 30px
 } */

  #mainview .wrapper {
    height: 30vh;
  }

  #mainview .wrapper #main-img {
    width: 95%;
    height: 90%;
  }
}

.adoption {
  margin-top: 30px;
  margin-bottom: 30px;
  /* text-align: center; */
}

.adoption .adoption-inner {
  /* display: inline-block; */
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  cursor: pointer
}

@media screen and (max-width: 667px) {
  .slide-arrow {
    width: 15px;
    height: 15px;
    margin-top: -7px
  }
}

.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -580px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #fb8638
}

@media screen and (max-width: 1024px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0
  }
}

@media screen and (max-width: 667px) {
  .slide-arrow.prev-arrow {
    border-color: #e8dfcf
  }
}

.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -580px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fb8638
}

@media screen and (max-width: 1024px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0
  }
}

@media screen and (max-width: 667px) {
  .slide-arrow.next-arrow {
    border-color: #e8dfcf
  }
} */

.youtube-box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-box iframe {
  width: 100%;
  height: 100%;
}

.staff_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.staff_flex .staff-box01 {
  width: 60%;
}
.staff_flex .staff-box02 {
  width: 37%;
}

@media screen and (max-width: 1024px) {
  .staff_flex {
    margin-bottom: 50px;
  }
  .staff_flex .staff-box01,
  .staff_flex .staff-box02 {
    width: 100%;
  }
  .staff_flex .staff-box02 .youtube-box {
    max-width: 700px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bnr_img {
  margin-bottom: 20px;
}

.bnr_bx{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 16px;
}

.bnr_bx li{
  max-width: 325px;
}

.news_bx{
  max-width: 800px;
  margin: 0 auto 100px;
}