@charset "UTF-8";
* {
  box-sizing: border-box;
  min-height: 0vw;
  white-space: nowrap;
}

html {
  overflow-y: scroll;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  background: #fff;
  color: #595757;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Verdana, sans-serif", " 筑紫A丸ゴシック Std" "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 16px;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body .container {
  width: 100vw;
}
body h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #5C5A5A;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
body h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #595757;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-feature-settings: "palt" 1;
  color: #595757;
  white-space: initial;
}

footer .footer_wrapper {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00B2BC;
}
@media (max-width: 1024px) {
  footer .footer_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  footer .footer_wrapper {
    height: 165px;
  }
}
footer .footer_logo {
  width: 94px;
}
@media (max-width: 1024px) {
  footer .footer_logo {
    width: 40px;
  }
}
@media (max-width: 800px) {
  footer .footer_logo {
    width: 30px;
  }
}
footer .footer_text {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  footer .footer_text {
    position: static;
    transform: none;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  footer .footer_text {
    position: initial;
    transform: none;
  }
}
footer .footer_text p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 800px) {
  footer .footer_text p {
    font-size: 15px;
  }
}

.page-id-13 #footer, .page-id-13 .menu, .page-id-13 .header_right_contact_text {
  background-color: #EC6D7B;
}

.page-id-10 #footer, .page-id-10 .menu, .page-id-10 .header_right_contact_text {
  background-color: #EC9438;
}

.page-id-8 #footer, .page-id-8 .menu, .page-id-8 .header_right_contact_text {
  background-color: #00b2bc;
}

.page-id-15 #footer, .page-id-15 .menu, .page-id-15 .header_right_contact_text {
  background-color: #00B2BC;
}

header {
  /* Active class for the menu */
}
header .header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100vw;
  height: 141px;
}
@media (max-width: 1100px) {
  header .header {
    height: 75px;
  }
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 2vw;
}
@media (max-width: 1024px) {
  header .header_wrapper {
    margin: 2.5vw 4vw 1.5vw 2vw;
  }
}
header .header_left :hover {
  opacity: 0.8;
}
header .header_left img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1100px) {
  header .header_left img {
    width: 90px;
    margin-left: 3vw;
  }
}
@media (max-width: 800px) {
  header .header_left img {
    width: 70px;
  }
}
header .header_center {
  width: 60vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1500px) {
  header .header_center {
    justify-content: space-around;
  }
}
@media (max-width: 1100px) {
  header .header_center .desk_menu {
    display: none;
  }
}
header .header_center ul {
  display: flex;
  width: 43vw;
  justify-content: space-between;
  padding-right: 1vw;
}
@media (max-width: 1500px) {
  header .header_center ul {
    width: 55vw;
  }
}
header .header_center ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  color: #5c5a5a;
}
header .header_center ul .l_line {
  padding-left: 1vw;
}
header .header_right {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  header .header_right {
    text-align: center;
    width: 60vw;
    justify-content: flex-end;
    display: flex;
  }
}
header .header_right .header_right_contact_text {
  padding-left: 1vw;
  width: auto;
  height: auto;
  padding: 7px 15px;
}
@media (max-width: 1100px) {
  header .header_right .header_right_contact_text {
    display: none;
  }
}
header .header_right .header_right_contact_text p {
  color: white;
  font-size: 17px;
  white-space: nowrap;
  margin: 0;
}
header .header_right .header_right_tel {
  padding-left: 1vw;
  width: 286px;
  height: auto;
}
@media (max-width: 1100px) {
  header .header_right .header_right_tel {
    padding-left: 0;
    width: 28vw;
  }
}
@media (max-width: 800px) {
  header .header_right .header_right_tel {
    width: 35vw;
  }
}
@media (max-width: 600px) {
  header .header_right .header_right_tel {
    display: none;
  }
}
header .header_right a {
  height: auto;
}
header .header_right :hover {
  opacity: 0.8;
}
header .header_right .desk_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 12;
  display: none;
  margin-left: 3vw;
}
@media (max-width: 1100px) {
  header .menu-btn {
    display: inherit;
    text-align: initial;
    margin-left: 0;
  }
}
header .menu-btn__burger {
  width: 25px;
  height: 2px;
  background-color: #5c5a5a;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .menu-btn__burger::before,
header .menu-btn__burger::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #5c5a5a;
  transition: all 0.3s ease;
  position: absolute;
}
header .menu-btn__burger::before {
  top: -10px;
}
header .menu-btn__burger::after {
  top: 10px;
}
header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 72%;
  height: 100vh;
  background-color: #00B2BC;
  transform: translateX(200%);
  transition: all 0.3s ease;
  z-index: 11;
}
header .menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25vh;
  height: 50%;
}
header .menu__list a {
  font-size: 20px;
  color: #fff;
}
header .menu__item {
  border-bottom: white solid 1px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  letter-spacing: 0.5em;
}
header .menu__link {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  font-size: 20px;
  transition: all 0.3s ease;
}
header .menu__link:hover {
  color: #ff0000;
}
header .menu-btn.active .menu-btn__burger {
  background-color: transparent;
}
header .menu-btn.active .menu-btn__burger::before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}
header .menu-btn.active .menu-btn__burger::after {
  transform: rotate(-45deg);
  top: 0;
  background-color: #fff;
}
header .menu-btn.active + .menu {
  transform: translateX(40%);
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

body {
  position: relative;
}

.header {
  width: 100%;
  background-color: white;
  position: absolute; /* レイアウトに影響を与えないようにabsoluteにしておく */
  top: -140px; /* */
  margin-top: 140px; /* */
  transition: top 500ms;
  z-index: 999;
  height: 141px;
}

.header.sticky {
  position: fixed;
  top: 0;
  margin-top: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8); /* 初期状態の半透明白 */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* 背景ぼかし */
}

@media (max-width: 500px) {
  .phmin_hidd {
    display: none;
  }
}

.phmin_app {
  display: none;
}
@media (max-width: 500px) {
  .phmin_app {
    display: inherit;
  }
}

@media (max-width: 800px) {
  .sp_hidd {
    display: none;
  }
}

@media (max-width: 600px) {
  .ph_hidd {
    display: none;
  }
}

.lp_apper {
  display: none;
}
@media (max-width: 1024px) {
  .lp_apper {
    display: inherit;
  }
}

.ipd_apper {
  display: none;
}
@media (max-width: 1024px) {
  .ipd_apper {
    display: inherit;
  }
}

.sp_apper {
  display: none;
}
@media (max-width: 800px) {
  .sp_apper {
    display: inherit;
  }
}

.ph_apper {
  display: none;
}
@media (max-width: 600px) {
  .ph_apper {
    display: inherit;
  }
}

.top_wrapper {
  height: auto;
  position: relative;
  margin-top: 141px;
}
@media (max-width: 1500px) {
  .top_wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 1100px) {
  .top_wrapper {
    margin-top: 145px;
  }
}
@media (max-width: 800px) {
  .top_wrapper {
    margin-top: 130px;
  }
}
.top_wrapper .top_image {
  width: 100vw;
}
@media (max-width: 800px) {
  .top_wrapper .top_image {
    margin-top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_wrapper .top_logo {
  position: absolute;
  width: 18vw;
  top: 33.5%;
  left: 49.5%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1024px) {
  .top_wrapper .top_logo {
    top: 40%;
    width: 200px;
  }
}

.top_sub .top_sub_wrapper {
  width: 80%;
  margin: 6.5vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1500px) {
  .top_sub .top_sub_wrapper {
    margin: 11vw auto;
  }
}
@media (max-width: 800px) {
  .top_sub .top_sub_wrapper {
    margin: 27vw auto;
  }
}
@media (max-width: 600px) {
  .top_sub .top_sub_wrapper {
    margin: 29vw auto;
  }
}
.top_sub .top_sub_text {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
@media (max-width: 1500px) {
  .top_sub .top_sub_text {
    width: 250px;
  }
}
@media (max-width: 1100px) {
  .top_sub .top_sub_text {
    width: 210px;
  }
}
.top_sub .top_sub_text_tate {
  writing-mode: vertical-rl; /* 右から左に縦書き */
  text-orientation: upright; /* 文字を正立表示 */
  white-space: nowrap; /* 改行させない */
  display: flex;
  justify-content: center; /* 水平方向中央 */
  align-items: center; /* 垂直方向中央 */
  height: 580px; /* 画面全体の高さ */
  width: 100%; /* 画面全体の幅 */
  font-size: 24px;
  line-height: 60px;
  z-index: 20;
  letter-spacing: 0.25em;
}
@media (max-width: 1100px) {
  .top_sub .top_sub_text_tate {
    height: 43vh; /* 画面全体の高さ */
  }
}
@media (max-width: 1100px) {
  .top_sub .top_sub_text_tate {
    font-size: 20px;
    line-height: 45px;
  }
}
@media (max-width: 750px) {
  .top_sub .top_sub_text_tate {
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .top_sub .top_sub_text_tate {
    height: 47vh;
  }
}
.top_sub .top_sub_heart {
  position: absolute;
  width: 500px;
  left: -80px;
  bottom: -8%;
}
@media (max-width: 1500px) {
  .top_sub .top_sub_heart {
    width: 400px;
    left: -100px;
  }
}
@media (max-width: 1100px) {
  .top_sub .top_sub_heart {
    bottom: -10%;
    width: 25vw;
    left: 4%;
  }
}
@media (max-width: 600px) {
  .top_sub .top_sub_heart {
    bottom: -100px;
    width: 140px;
    left: -10%;
  }
}

.top_select {
  background-image: url(../images/top_back01@2x.webp);
  background-size: contain; /* または contain / auto を試す */
  background-position: center;
  background-repeat: repeat;
  padding-top: 90px;
}
@media (max-width: 800px) {
  .top_select {
    padding-bottom: 40px;
  }
}

.top_select_wrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .top_select_wrapper {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .top_select_wrapper {
    text-align: center;
    width: 90%;
  }
}
.top_select_wrapper .top_select_upper {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .top_select_wrapper .top_select_upper {
    margin-top: 5vw;
  }
}
.top_select_wrapper .top_select_upper p {
  font-size: 22pt;
  letter-spacing: 0.2em;
  background-color: #fff;
  padding: 25px 0;
  border-radius: 40px;
}
@media (max-width: 1100px) {
  .top_select_wrapper .top_select_upper p {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .top_select_wrapper .top_select_upper p {
    font-size: 19px;
  }
}
.top_select_wrapper .top_select_bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .top_select_wrapper .top_select_bottom {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .top_select_wrapper .top_select_bottom {
    display: inline-block;
    margin-top: 4vw;
  }
}
.top_select_wrapper .select_link {
  position: relative;
}
.top_select_wrapper .select_link_img {
  width: 25vw;
}
@media (max-width: 1100px) {
  .top_select_wrapper .select_link_img {
    width: 98%;
  }
}
@media (max-width: 800px) {
  .top_select_wrapper .select_link_img {
    width: 100%;
    margin-top: 5vw;
  }
}
.top_select_wrapper .select_img {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateY(-50%) translateX(-50%);
  width: 14.58vw;
}
@media (max-width: 1024px) {
  .top_select_wrapper .select_img {
    width: 50%;
  }
}
.top_select_wrapper .sp_select_img {
  margin-top: 3vw;
  width: 100%;
}

.top_area .top_area_wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 127px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .top_area .top_area_wrapper {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .top_area .top_area_wrapper {
    background-color: white;
    width: 90%;
    border-radius: 50px;
    padding: 15px;
  }
}
.top_area .top_area_wrapper p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px) {
  .top_area .top_area_wrapper p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.top_area .top_area_wrapper .top_area_upper {
  position: absolute;
  width: 100%;
  top: 5.5vw;
}
.top_area .top_area_wrapper .top_area_upper .area_text {
  width: 100%;
}
.top_area .top_area_wrapper .area_all {
  width: 100%;
}
@media (max-width: 800px) {
  .top_area .top_area_wrapper .area_all {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .top_area .top_area_wrapper .map_a {
    display: none;
  }
}
.top_area .top_area_wrapper .map_b {
  display: none;
}
@media (max-width: 800px) {
  .top_area .top_area_wrapper .map_b {
    display: inherit;
    margin: 0 auto;
  }
}
.top_area .top_area_wrapper .sp_map {
  margin-top: 3vw;
  width: 100%;
}

.top_company_wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 800px) {
  .top_company_wrapper {
    width: 90%;
    font-size: 17px;
  }
}
.top_company_wrapper .top_company_title {
  margin: 0 auto;
  margin-bottom: 40px;
}
.top_company_wrapper .top_company_title img {
  width: 620px;
}
@media (max-width: 800px) {
  .top_company_wrapper .top_company_title img {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 95%;
  }
}
.top_company_wrapper p {
  font-size: 18px;
}

.top_company_profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .top_company_profile {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .top_company_profile {
    align-items: center;
    margin-bottom: 5vw;
  }
}
@media (max-width: 1500px) {
  .top_company_profile .top_company_profile_left {
    width: 50vw;
  }
}
@media (max-width: 1100px) {
  .top_company_profile .top_company_profile_left {
    order: 2;
  }
}
@media (max-width: 800px) {
  .top_company_profile .top_company_profile_left {
    width: 100%;
  }
}
.top_company_profile .top_company_profile_left img {
  width: 728px;
  margin-right: 73px;
}
@media (max-width: 1500px) {
  .top_company_profile .top_company_profile_left img {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .top_company_profile .top_company_profile_left img {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .top_company_profile_right {
    border-left: none;
    padding-left: 0;
  }
}

.top_company_profile_right_upper {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-left: 1vw;
}
@media (max-width: 1100px) {
  .top_company_profile_right_upper {
    order: 1;
    padding-left: 0;
  }
}
.top_company_profile_right_upper table {
  border-spacing: 0.3em;
  font-size: 18px;
}
@media (max-width: 800px) {
  .top_company_profile_right_upper table {
    width: 100%;
  }
}
.top_company_profile_right_upper .up {
  vertical-align: top;
}
.top_company_profile_right_upper .bottom {
  padding-left: 1.3vw;
  white-space: break-spaces;
}
@media (max-width: 800px) {
  .top_company_profile_right_upper .bottom {
    padding-left: 0;
    font-size: 16px;
  }
}

.top_company_profile_right_bottom {
  text-align: left;
  padding-left: 1vw;
}
@media (max-width: 1100px) {
  .top_company_profile_right_bottom {
    padding-left: 0;
  }
}
.top_company_profile_right_bottom p {
  line-height: 1.6em;
}

.top_access_wrapper {
  width: 80%;
  margin: 0 auto;
  border-top: 6px gray dotted;
  margin-top: 90px;
  padding-top: 96px;
  margin-bottom: 176px;
}
@media (max-width: 800px) {
  .top_access_wrapper {
    width: 90%;
  }
}

.access_box {
  display: block;
  margin: 0 auto;
}

.access_map {
  width: 1181px;
  height: 380px;
  margin-top: 1.3vw;
}
@media (max-width: 1500px) {
  .access_map {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 800px) {
  .access_map {
    width: 100%;
    height: 60vh;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.title_text {
  width: 198px;
  margin-bottom: 38px;
}
@media (max-width: 1100px) {
  .title_text {
    width: 25vw;
  }
}
@media (max-width: 1100px) and (max-width: 800px) {
  .title_text {
    margin-top: 5vw;
    width: 32vw;
  }
}

@media (max-width: 1100px) {
  .title_text02 {
    width: 60vw;
  }
}
@media (max-width: 800px) {
  .title_text02 {
    width: 80vw;
  }
}

.top_kango {
  margin-top: 141px;
}

.top_kango_wrapper {
  height: auto;
  position: relative;
}
@media (max-width: 1100px) {
  .top_kango_wrapper {
    margin-top: 7.5vw;
  }
}
@media (max-width: 1024px) {
  .top_kango_wrapper {
    margin-top: 9.7vw;
  }
}
@media (max-width: 800px) {
  .top_kango_wrapper {
    margin-top: 11.5vw;
  }
}
@media (max-width: 600px) {
  .top_kango_wrapper {
    margin-top: 14.8vw;
  }
}
.top_kango_wrapper .kango_text {
  position: absolute;
  width: 704px;
  top: 54%;
  left: 49%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1500px) {
  .top_kango_wrapper .kango_text {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .top_kango_wrapper .kango_text {
    width: 90%;
    top: 50%;
    left: 50%;
  }
}
.top_kango_wrapper .top_kango_img {
  width: 100%;
}
@media (max-width: 800px) {
  .top_kango_wrapper .top_kango_img {
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.kango_product {
  background-color: #FFF5D7;
}
.kango_product .tabl_apea {
  display: none;
}
@media (max-width: 800px) {
  .kango_product .tabl_apea {
    display: inherit;
  }
}
.kango_product .tabl_apea02 {
  display: none;
}
@media (max-width: 800px) {
  .kango_product .tabl_apea02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 800px) and (max-width: 600px) {
  .kango_product .tabl_apea02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 800px) {
  .kango_product .tabl_none {
    display: none;
  }
}
.kango_product_wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 1500px) {
  .kango_product_wrapper {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .kango_product_wrapper {
    width: 85%;
  }
}
@media (max-width: 800px) {
  .kango_product_wrapper {
    width: 90%;
    padding-top: 50px;
  }
}
.kango_product_img {
  width: 93%;
  max-width: 1414px;
  margin-bottom: 50px;
}
.kango_product_img_sp {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .kango_product_img_sp {
    width: 60%;
  }
}
.kango_product_img_word_box {
  display: grid;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.kango_product_img_word {
  display: flex;
  width: 100%;
  background-color: white;
  border: 3px solid #EC9438;
  border-radius: 20px;
  margin-bottom: 3vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 150px; /* 高さ揃え */
}
@media (max-width: 600px) {
  .kango_product_img_word {
    min-height: 100px; /* 高さ揃え */
  }
}
.kango_product_img_word p {
  font-weight: 400;
  font-size: 20px;
}
.kango_product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 2rem; /* カード間のスペース（調整可） */
  width: 1348px;
  place-items: center;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .kango_product_box {
    gap: 1rem;
    width: auto;
  }
}
@media (max-width: 1100px) {
  .kango_product_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .kango_product_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kango_product_box_border {
  border-bottom: 3px solid #5C5A5A;
  padding-bottom: 1rem;
  width: 100%;
}
.kango_product_box_text {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直方向中央 */
  align-items: center; /* 水平方向中央 */
  text-align: center; /* h3のテキストも中央揃えに */
  height: 137px;
  width: 410px;
}
@media (max-width: 1500px) {
  .kango_product_box_text {
    width: 340px;
    height: 180px;
  }
}
@media (max-width: 1024px) {
  .kango_product_box_text {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 750px) {
  .kango_product_box_text {
    width: 90%;
    height: 180px;
  }
}
.kango_product_box_text h3 {
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .kango_product_box_text h3 {
    font-size: 20px;
  }
}

.kango_product_box_text h3,
.kango_product_box_text p {
  text-align: left;
}
@media (max-width: 750px) {
  .kango_product_box_text h3,
  .kango_product_box_text p {
    text-align: center;
  }
}

.kango_flow_wrapper {
  width: 95vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 3vw;
}
@media (max-width: 800px) {
  .kango_flow_wrapper {
    width: 90%;
    word-wrap: break-word; /* ワード単位で折り返し */
    word-break: keep-all; /* 単語を分割しない */
    white-space: normal; /* 自然な折り返し */
  }
}
.kango_flow_wrapper .flow_title {
  margin-top: 63px;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #EC9438;
}
@media (max-width: 800px) {
  .kango_flow_wrapper .flow_title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.kango_flow_wrapper p {
  font-size: 19px;
  letter-spacing: 0.13em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 33px;
}
@media (max-width: 800px) {
  .kango_flow_wrapper p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .kango_flow_wrapper .del {
    display: none;
  }
}
.kango_flow_wrapper .kango_flow_img {
  width: 500px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .kango_flow_wrapper .kango_flow_img {
    width: 400px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .kango_flow_wrapper .kango_flow_img {
    width: 100%;
  }
}

.kango_nagare {
  padding-top: 114px;
  margin-bottom: 95px;
}
.kango_nagare_wrapper {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.kango_nagare_wrapper h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.8em;
  font-size: 24px;
  margin-bottom: 31px;
}
@media (max-width: 800px) {
  .kango_nagare_wrapper h2 {
    font-size: 22px;
    height: auto;
  }
}
.kango_nagare_wrapper h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 95%;
  height: 5px;
  background-color: #FFD900;
  z-index: -1;
}
.kango_nagare_wrapper .kango_nagare_box {
  border: 2px solid #595757;
  padding: 20px;
  width: 712px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .kango_nagare_wrapper .kango_nagare_box {
    width: 100%;
    height: auto;
  }
}
.kango_nagare_wrapper .kango_nagare_box h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 100;
  border-bottom: 2px solid #595757;
  padding-bottom: 6px;
  color: #595757;
  font-weight: 400;
}
.kango_nagare_wrapper .kango_nagare_box p {
  font-size: 17px;
  letter-spacing: 0.1em;
}
.kango_nagare_wrapper .kango_nagare_img {
  width: 1142px;
}
@media (max-width: 1500px) {
  .kango_nagare_wrapper .kango_nagare_img {
    width: 100%;
  }
}
.kango_nagare_wrapper .kango_nagare_sp_box h3 {
  font-size: 21px;
  font-weight: 400;
  color: #595757;
}
@media (max-width: 800px) {
  .kango_nagare_wrapper .kango_nagare_sp_box h3 {
    font-size: 20px;
  }
}
.kango_nagare_wrapper .kango_nagare_sp_box p {
  font-size: 18px;
}
@media (max-width: 800px) {
  .kango_nagare_wrapper .kango_nagare_sp_box p {
    font-size: 16px;
  }
}
.kango_nagare_wrapper .kango_nagare_sp_box .kango_nagare_sp_title {
  color: white;
  background-color: #EC9438;
  border-radius: 30px;
  padding: 15px;
  height: auto;
}
.kango_nagare_wrapper .kango_nagare_sp_box .arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 50px;
  margin: 0 14.9px;
  border-radius: 9999px;
  background-color: #e3903a;
}
.kango_nagare_wrapper .kango_nagare_sp_box .arrow::before,
.kango_nagare_wrapper .kango_nagare_sp_box .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 25px;
  border-radius: 9999px;
  background-color: #e3903a;
  transform-origin: 50% calc(100% - 2px);
}
.kango_nagare_wrapper .kango_nagare_sp_box .arrow::before {
  transform: rotate(45deg);
}
.kango_nagare_wrapper .kango_nagare_sp_box .arrow::after {
  transform: rotate(-45deg);
}

.houmon_reha {
  padding-top: 30px;
  margin-bottom: 100px;
}
.houmon_reha_wrapper {
  width: 80%;
  border-top: 4px gray dotted;
  border-bottom: 4px gray dotted;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 48px;
}
@media (max-width: 800px) {
  .houmon_reha_wrapper {
    width: 90%;
  }
}
.houmon_reha_wrapper h2 {
  margin-top: 104px;
  margin-bottom: 13px;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #EC9438;
}
@media (max-width: 800px) {
  .houmon_reha_wrapper h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.houmon_reha_wrapper p {
  font-size: 19px;
  letter-spacing: 0.13em;
  margin-top: 0;
  margin-bottom: 54px;
  line-height: 33px;
}
@media (max-width: 800px) {
  .houmon_reha_wrapper p {
    font-size: 17px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.houmon_reha_wrapper .pt_box_set {
  width: 1192px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .houmon_reha_wrapper .pt_box_set {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .houmon_reha_wrapper .pt_box_set {
    width: 100%;
  }
}
.houmon_reha_wrapper .pt_box {
  background-color: #FFFCDB;
  border: 5px solid #EC9438;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 40px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.houmon_reha_wrapper .pt_box_under {
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 800px) {
  .houmon_reha_wrapper .pt_box_under {
    padding-left: 0;
  }
}

.home_tel_wrapper {
  width: 80%;
  margin: 150px auto;
  text-align: center;
}
.home_tel h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .home_tel h2 {
    font-size: 25px;
  }
}
.home_tel_img {
  width: 525px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.home_tel_img:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .home_tel_img {
    width: 80%;
  }
}

.top_care {
  margin-top: 141px;
}

.top_care_wrapper {
  height: auto;
  position: relative;
}
@media (max-width: 1100px) {
  .top_care_wrapper {
    margin-top: 7.5vw;
  }
}
@media (max-width: 1024px) {
  .top_care_wrapper {
    margin-top: 9.7vw;
  }
}
@media (max-width: 800px) {
  .top_care_wrapper {
    margin-top: 11.5vw;
  }
}
@media (max-width: 600px) {
  .top_care_wrapper {
    margin-top: 14.8vw;
  }
}
.top_care_wrapper .care_text {
  position: absolute;
  width: 900px;
  top: 53%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1500px) {
  .top_care_wrapper .care_text {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .top_care_wrapper .care_text {
    width: 90%;
  }
}
.top_care_wrapper .top_care_img {
  width: 100%;
}
@media (max-width: 800px) {
  .top_care_wrapper .top_care_img {
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.care_flow_wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 3vw;
}
@media (max-width: 800px) {
  .care_flow_wrapper {
    width: 90%;
  }
}
.care_flow_wrapper .care_flow_upper {
  margin-bottom: -21px;
}
.care_flow_wrapper .flow_title {
  margin-top: 50px;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #EC6D7B;
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .care_flow_wrapper .flow_title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.care_flow_wrapper p {
  font-size: 19px;
  letter-spacing: 0.125em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 33px;
}
@media (max-width: 800px) {
  .care_flow_wrapper p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .care_flow_wrapper .del {
    display: none;
  }
}
.care_flow_wrapper .care_flow_img {
  width: 850px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .care_flow_wrapper .care_flow_img {
    width: 80%;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .care_flow_wrapper .care_flow_img {
    width: 100%;
  }
}

.care_product {
  background-color: #FCE7E5;
}
.care_product_wrapper {
  width: 83%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 122px;
  text-align: center;
}
@media (max-width: 1500px) {
  .care_product_wrapper {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .care_product_wrapper {
    width: 85%;
  }
}
@media (max-width: 800px) {
  .care_product_wrapper {
    width: 90%;
  }
}
.care_product h2 {
  width: 100%;
  background-color: #EC6D7B;
  border-radius: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: white;
  font-size: 33px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .care_product h2 {
    font-size: 25px;
  }
}
.care_product_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.care_product .care_product_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 118px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1500px) {
  .care_product .care_product_box {
    gap: 40px 88px;
  }
}
@media (max-width: 800px) {
  .care_product .care_product_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.job_message_upper_wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 200px;
}
@media (max-width: 800px) {
  .job_message_upper_wrapper {
    width: 90%;
  }
}
.job_message_upper_wrapper h2 {
  font-weight: 400;
  font-size: 22px;
  position: relative;
}
.job_message_upper_wrapper h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #00b2bc;
}
.job_message_upper_wrapper p {
  line-height: 1.8em;
  margin-bottom: 30px;
}

.job_message_wrapper {
  height: auto;
  text-align: center;
  display: block;
  align-items: center; /* 横方向の中央揃え */
  justify-content: center; /* 縦方向の中央揃え */
  margin-top: 100px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .job_message_wrapper {
    width: 90%;
  }
}
.job_message_wrapper h2 {
  font-size: 30px;
  margin: 5vw auto;
}
@media (max-width: 800px) {
  .job_message_wrapper h2 {
    font-size: 25px;
  }
}
.job_message_wrapper h3 {
  font-size: 22px;
  margin-bottom: 7vw;
}
.job_message_wrapper p {
  font-size: 17px;
}
.job_message_wrapper .job_table {
  width: 100%;
  border-collapse: collapse; /* セルの境界線を合わせる */
  margin: 0 auto;
  margin-bottom: 50px;
}
.job_message_wrapper tr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.job_message_wrapper td {
  border: solid 1.5px #5c5a5a;
}
.job_message_wrapper .job_title {
  text-align: center; /* テキストを中央寄せ */
  vertical-align: middle; /* 垂直方向も中央寄せ */
  font-weight: bold;
  width: 20%;
}
@media (max-width: 600px) {
  .job_message_wrapper .job_title {
    width: 23%;
  }
}
.job_message_wrapper .job_sub {
  text-align: left; /* テキストを左寄せ */
  padding-left: 1vw; /* 左側に1vwの余白 */
  padding-top: 2vw;
  padding-bottom: 2vw;
  width: 100%;
}
@media (max-width: 600px) {
  .job_message_wrapper .job_sub {
    font-size: 15px;
  }
}

.tel-link {
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s;
}
.tel-link:hover {
  opacity: 0.7;
}

.container {
  /*デザインcss↓*/
  /*プライバシーのデザインcss↓*/
}
.container .top_contact_wrapper {
  height: auto;
  position: relative;
  margin-top: vw(138.391);
}
@media (max-width: 1100px) {
  .container .top_contact_wrapper {
    margin-top: 7.5vw;
  }
}
@media (max-width: 1024px) {
  .container .top_contact_wrapper {
    margin-top: 9.7vw;
  }
}
@media (max-width: 800px) {
  .container .top_contact_wrapper {
    margin-top: 11.5vw;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper {
    margin-top: 14.8vw;
  }
}
.container .top_contact_wrapper .contact_text {
  position: absolute;
  width: vw(344);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_text {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper .contact_text {
    width: 200px;
  }
}
.container .top_contact_wrapper .contact_logo {
  position: absolute;
  width: 8.2vw;
  bottom: -4%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_logo {
    display: none;
  }
}
.container .top_contact_wrapper .top_contact_img {
  width: 100%;
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .top_contact_img {
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.container .contact_message_wrapper {
  height: auto;
  text-align: center;
  display: flex; /* flexboxを使用 */
  flex-direction: column;
  align-items: center; /* 横方向の中央揃え */
  margin: 10vw 0;
  padding: 0 3vw;
}
.container .contact_message_wrapper h2 {
  font-size: fontSize(30);
}
.container .box_con08 {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container .box_con08 {
    width: 95%;
  }
}
.container .box_con08 {
  width: 100%;
  margin-bottom: 5vw;
}
.container .box_con08 ul {
  width: 100%;
  background: #eee;
  margin-bottom: 6vw;
}
.container .box_con08 ul li {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .container .box_con08 ul li {
    display: flex;
  }
}
@media print {
  .container .box_con08 ul li {
    display: flex;
  }
}
.container .ie8 .box_con08 ul li {
  display: flex;
}
.container .box_con08 ul li .title {
  position: relative;
  width: 30%;
  font-weight: normal;
  padding: 1em;
  position: relative;
  color: #5C5A5A;
}
@media only screen and (min-width: 769px) {
  .container .box_con08 ul li .title {
    display: flex;
    align-items: flex-start;
  }
}
@media print {
  .container .box_con08 ul li .title {
    display: flex;
    align-items: center;
  }
}
.container .ie8 .box_con08 ul li .title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .container .box_con08 ul li .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
    color: #fff;
    background: #B0B0B0;
  }
}
.container .box_con08 ul li .title em {
  position: relative;
  z-index: 1;
}
.container .box_con08 ul li .title em span {
  font-size: 14px;
}
.container .box_con08 ul li .title span {
  background: #FABF13;
  padding: 0 0.3em;
  color: #fff;
  margin-left: 0.5em;
  box-sizing: border-box;
}
.container .box_con08 ul li .box_det {
  width: 70%;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.container .box_submit {
  margin-left: 2vw;
}
@media only screen and (max-width: 768px) {
  .container .box_con08 ul li .box_det {
    padding: 0em 0.5em;
    display: block;
    width: 100%;
  }
}
.container .box_con08 ul li .box_br {
  display: block;
}
.container .box_con08 ul li select, .container .box_con08 ul li textarea, .container .box_con08 ul li .wide {
  width: 100%;
  height: 3em;
  padding: 0.5em;
  border: none;
  outline: none;
  background: transparent;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
}
.container .box_con08 ul li textarea {
  height: 10em;
  font-size: 15px;
}
.container .con_pri {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container .con_pri {
    width: 95%;
  }
}
.container .con_pri .box_pri {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .container .con_pri .box_pri {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container .con_pri .box_pri {
    padding: 2%;
  }
}
.container .con_pri .box_pri .box_tori {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.container .con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media (max-width: 500px) {
  .container .con_pri .box_pri .box_tori h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
    font-size: 17px;
  }
}
.container .con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media (max-width: 500px) {
  .container .con_pri .box_pri .box_tori .txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_tori .txt {
    padding: 0;
    font-size: 16px;
  }
}
.container .con_pri .box_pri .box_num {
  margin-top: 30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.container .con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .container .con_pri .box_pri .box_num h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_num h4 {
    font-size: 16px;
  }
}
.container .con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .container .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
    font-size: 15px;
  }
}
.container .box_check {
  text-align: center;
  margin: 1em auto;
}
.container .box_check label {
  display: inline-block;
}
.container .box_check label span {
  margin-left: 0.3em;
}
.container .btn {
  text-align: center;
}
.container .btn input {
  display: inline-block;
  background: #F6AD48;
  width: 40%;
  height: 50px;
  color: #5C5A5A;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}
.container .btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.container .wpcf7-spinner {
  margin: 0;
  position: initial;
  display: none;
}

.container .top_contact_wrapper {
  height: auto;
  position: relative;
  margin-top: vw(138.391);
}
@media (max-width: 1100px) {
  .container .top_contact_wrapper {
    margin-top: 7.5vw;
  }
}
@media (max-width: 1024px) {
  .container .top_contact_wrapper {
    margin-top: 9.7vw;
  }
}
@media (max-width: 800px) {
  .container .top_contact_wrapper {
    margin-top: 11.5vw;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper {
    margin-top: 14.8vw;
  }
}
.container .top_contact_wrapper .contact_text {
  position: absolute;
  width: vw(344);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_text {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper .contact_text {
    width: 200px;
  }
}
.container .top_contact_wrapper .contact_logo {
  position: absolute;
  width: 8.2vw;
  bottom: -4%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_logo {
    display: none;
  }
}
.container .top_contact_wrapper .top_contact_img {
  width: 100%;
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .top_contact_img {
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.container .contact_confirm_message_wrapper {
  height: auto;
  margin: 10vw 0;
  text-align: center;
  display: flex; /* flexboxを使用 */
  flex-direction: column;
  align-items: center; /* 横方向の中央揃え */
  justify-content: center; /* 縦方向の中央揃え */
  padding: 0 3vw;
}
.container .contact_confirm_message_wrapper h2 {
  font-size: fontSize(30);
}
.container .contact_confirm_message_wrapper .wpcf7-previous {
  display: inline-block;
  background: #eee;
  padding: 0.5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}
.container .contact_confirm_message_wrapper .wpcf7-submit {
  display: inline-block;
  background: #FABF13;
  width: 40%;
  height: 50px;
  color: #5C5A5A;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}
.container .contact_confirm_message_wrapper .box_con08 ul li .box_det {
  width: 35vw;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .container .contact_confirm_message_wrapper .box_con08 ul li .box_det {
    width: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  .container .contact_confirm_message_wrapper .box_con08 ul li .box_det {
    width: 100vw;
  }
}
.container .contact_confirm_message_wrapper .box_det_textarea {
  height: 20vw;
}
@media (max-width: 600px) {
  .container .contact_confirm_message_wrapper .box_det_textarea {
    height: 40vw;
  }
}

.container .top_contact_wrapper {
  height: auto;
  position: relative;
  margin-top: vw(138.391);
}
@media (max-width: 1100px) {
  .container .top_contact_wrapper {
    margin-top: 7.5vw;
  }
}
@media (max-width: 1024px) {
  .container .top_contact_wrapper {
    margin-top: 9.7vw;
  }
}
@media (max-width: 800px) {
  .container .top_contact_wrapper {
    margin-top: 11.5vw;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper {
    margin-top: 14.8vw;
  }
}
.container .top_contact_wrapper .contact_text {
  position: absolute;
  width: vw(344);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_text {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .container .top_contact_wrapper .contact_text {
    width: 200px;
  }
}
.container .top_contact_wrapper .contact_logo {
  position: absolute;
  width: 8.2vw;
  bottom: -4%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .contact_logo {
    display: none;
  }
}
.container .top_contact_wrapper .top_contact_img {
  width: 100%;
}
@media (max-width: 800px) {
  .container .top_contact_wrapper .top_contact_img {
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.container .thanks_message_wrapper {
  height: 60vh;
  text-align: center;
  display: flex; /* flexboxを使用 */
  flex-direction: column;
  align-items: center; /* 横方向の中央揃え */
  justify-content: center; /* 縦方向の中央揃え */
}
.container .thanks_message_wrapper h2 {
  font-size: fontSize(30);
}
.container .thanks_message_wrapper .return {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FABF13;
  width: 200px;
  height: 50px;
  color: #5C5A5A;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}

.news_box {
  width: 60%;
  margin: 0 auto;
  margin-top: 180px;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .news_box {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .news_box {
    width: 95%;
  }
}
.news_box img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.news_box .top_news_title {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.blog-detail__image {
  width: 100%;
}

.blog-detail__title {
  margin-bottom: 3vw;
  white-space: initial;
}/*# sourceMappingURL=index.css.map */