@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #1a1a1a;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

main {
  overflow: hidden;
}

.inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 0;
  box-sizing: border-box;
}

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

@media screen and (max-width: 750px) {
  .g-nav {
    position: fixed;
    z-index: 999;
    top: 13.4rem;
    right: -120%;
    width: 100%;
    height: 100%;
    background: #1F8D8E;
    transition: all 0.6s;
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav-sp {
    width: 80%;
    margin: 10rem auto 0;
  }
  .g-nav li {
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
  }
  .g-nav li a {
    display: block;
    font-size: 3rem;
    color: #fff;
    padding: 2rem;
  }
  #hamburger_btn {
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 9999;
  }
  /*×に変化*/
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 2px;
    background-color: #333;
  }
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
  #hamburger_btn span:nth-of-type(2) {
    top: 1.4rem;
  }
  #hamburger_btn span:nth-of-type(3) {
    top: 2.8rem;
  }
  #hamburger_btn.active span:nth-of-type(1) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(-135deg);
    width: 100%;
  }
  #hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger_btn.active span:nth-of-type(3) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(135deg);
    width: 100%;
  }
}
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99;
}

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

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

.logo_wrap {
  max-width: 36rem;
  padding: 1rem 0;
}

.logo {
  width: 10rem;
  margin: 0 4vw;
}

.header_list ul {
  display: flex;
  gap: 2.5vw;
  font-size: 2rem;
  font-weight: bold;
}

.header_list ul li a {
  position: relative;
}

.header_r {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.header_tel {
  display: block;
}

.tel_num {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.tel_time {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.header_contact {
  display: flex;
  max-width: 25rem;
  height: 100%;
  background-color: #1F8D8E;
  align-items: center;
  padding: 0 4rem;
}

.header_contact p {
  display: flex;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  gap: 1vw;
}

.header_contact p::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

.fv {
  padding-top: 11.7rem;
}

.fv_wrap {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.kv_img {
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0px 4px 11px rgb(0, 0, 0);
  font-weight: bold;
}

.fv_sns {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4196078431);
  border-radius: 0 10rem 0 0;
  padding: 1.5rem 4.5rem;
  max-width: 36rem;
}

.fv_sns p {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 2px;
  padding-bottom: 1rem;
}

.sns_wrap {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.sns_img {
  width: 6.5rem;
  margin: 0 auto;
}

.fv_btn {
  position: absolute;
  bottom: 4rem;
  right: 6rem;
}

.fv_btn_img {
  max-width: 25rem;
}

.lines {
  position: relative;
  height: 2rem;
  width: 100%;
  background: linear-gradient(to right, #D7F1EC 0% 25%, #CEEAF2 25% 50%, #FEECD2 50% 75%, #FBE4F5 75% 100%);
  background-size: 50% 2rem;
  top: 0rem;
}

.about {
  position: relative;
  background-color: #fafafa;
  padding: 15rem 0;
}

.about_cont {
  position: relative;
  background-color: #fff;
  border-radius: 3rem;
  padding: 6rem 0;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 10;
}

@-webkit-keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slowRotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes slowRotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes floatY {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -2.5rem;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes floatY {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -2.5rem;
  }
  100% {
    translate: 0 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  background-image: url(../img/drop1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 38rem;
  height: 36.6rem;
  top: 4rem;
  right: 65%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
}

.about::after {
  content: "";
  position: absolute;
  background-image: url(../img/drop2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30.9rem;
  height: 34rem;
  bottom: 4rem;
  left: 70%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
}

.common_ttl {
  position: relative;
  text-align: center;
  z-index: 10;
}

.common_ttl p {
  font-size: 3rem;
  color: #FFB2E8;
  letter-spacing: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.common_ttl p span {
  color: #FF9C7D;
}

.common_ttl p span:nth-child(odd) {
  color: #FFB2E8;
}

.common_ttl p span:nth-child(even) {
  color: #FF9C7D;
}

.common_ttl h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #505050;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.common_ttl h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #505050;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.common_txt {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4rem 0;
  letter-spacing: 2px;
  z-index: 10;
}

.info_btn {
  position: relative;
  display: flex;
  max-width: 30rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #1F8D8E;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  font-size: 2rem;
  z-index: 10;
}

.info_btn::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

.service {
  position: relative;
  background-color: #fff;
  padding: 15rem 0;
}

.service::before {
  content: "";
  position: absolute;
  background-image: url(../img/drop3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 53.4rem;
  height: 47.8rem;
  top: 13rem;
  right: 71%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
}

.service::after {
  content: "";
  position: absolute;
  background-image: url(../img/drop4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 38.3rem;
  height: 47.4rem;
  bottom: 4rem;
  left: 73%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
}

.splide {
  position: relative;
  z-index: 10;
}

.service_slide {
  position: relative;
  max-width: 88rem;
  display: block;
  padding: 4rem;
  border-radius: 1.5rem;
  margin: 0 5rem;
  z-index: 10;
}

.service_color01 {
  background-color: #D7F1EC;
}

.service_color02 {
  background-color: #FBE4F5;
}

.service_color03 {
  background-color: #CEEAF2;
}

.service_color04 {
  background-color: #FEECD2;
}

.service_slide h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding-top: 3rem;
}

.service_img_wrap {
  position: relative;
  width: 80rem;
  aspect-ratio: 80/37;
  overflow: hidden;
}

.service_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.your-class-page {
  background-color: #ccc;
  height: 2rem;
  border-radius: 50%;
  transition: 0.5s all;
  width: 2rem;
}

.your-class-page.is-active {
  background-color: #1F8D8E;
  opacity: 1;
}

.your-class-pagination {
  bottom: 1.5em;
}

.your-class-pagination li {
  margin-left: 5px;
  margin-right: 5px;
}

.splide__pagination {
  padding-top: 8rem;
  gap: 5rem;
}

.news {
  position: relative;
  padding: 15rem 0;
}

.news::before {
  content: "";
  position: absolute;
  background-image: url(../img/drop2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37.2rem;
  height: 41rem;
  top: 13rem;
  right: 76%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
}

.news::after {
  content: "";
  position: absolute;
  background-image: url(../img/drop1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 36.8rem;
  height: 35.5rem;
  bottom: 10rem;
  left: 73%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
}

.news_wrap {
  position: relative;
  display: flex;
  gap: 6rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 7rem;
  z-index: 10;
}

.news_box {
  width: 36rem;
}

.news_thumb_wrap {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.news_thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_cont_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.news_cat {
  background-color: #1F8D8E;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
}

.news_time {
  font-size: 1.6rem;
  font-weight: 400;
}

.news_ttl {
  text-align: left;
  font-size: 1.6rem;
}

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

.recruit_wrap {
  padding: 14.6rem 0 12rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.recruit h2 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 7rem;
  letter-spacing: 2px;
}

.recruit p {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 7rem;
  letter-spacing: 2px;
}

.footer_box {
  background-color: #1F8D8E;
  padding: 6rem 0;
}

.footer_top {
  display: flex;
}

.footer_bot_link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding-top: 2rem;
  text-decoration: underline;
}

.footer_copy {
  width: 100%;
  padding: 1rem 0;
  background-color: #1a1a1a;
}

.footer_copy-txt {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.footer_top {
  max-width: 95rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_top_l {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.footer_logo {
  max-width: 11.4rem;
}

.footer_info p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.footer_top_r {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer_btn {
  display: block;
  width: 32rem;
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1.3rem;
  border-radius: 4.5rem;
}

.footer_top_r .footer_btn:nth-of-type(2) {
  padding: 2.5rem 0;
}

.footer_list {
  display: flex;
  padding: 4rem 0;
  justify-content: center;
  gap: 6rem;
}

.footer_list li a {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .header_list {
    display: none;
  }
  .header_tel {
    display: none;
  }
  .header_contact {
    display: none;
  }
  .header_box {
    padding: 1rem 0;
  }
  .header_l {
    margin-left: 2rem;
  }
  .header_r {
    margin-right: 5rem;
  }
  .fv_wrap {
    height: 90rem;
  }
  .kv_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 17% 50%;
       object-position: 17% 50%;
  }
  .fv_btn {
    bottom: 1rem;
    right: 1rem;
  }
  .fv_copy {
    text-align: center;
  }
  .about_cont {
    padding: 6rem 0;
    max-width: 65rem;
  }
  .common_ttl p {
    font-size: 3.5rem;
  }
  .common_ttl h2 {
    font-size: 4rem;
  }
  .common_txt {
    max-width: 65rem;
    margin: 0 auto;
    font-size: 2.6rem;
    padding: 4rem 0;
    z-index: 10;
  }
  .info_btn {
    max-width: 40rem;
    padding: 3.5rem 0;
    font-size: 2.8rem;
  }
  .info_btn::after {
    width: 3rem;
    height: 3rem;
  }
  .service_slide {
    max-width: 65rem;
  }
  .service_img_wrap {
    max-width: 57rem;
  }
  .service_slide h3 {
    font-size: 3.5rem;
  }
  .news_box {
    width: 65rem;
  }
  .news_cat {
    font-size: 2.6rem;
  }
  .news_cont_wrap {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
  .news_time {
    font-size: 2.6rem;
  }
  .news_ttl {
    font-size: 2.6rem;
  }
  .recruit h2 {
    font-size: 4.2rem;
  }
  .recruit p {
    max-width: 65rem;
    margin: 0 auto;
    font-size: 2.6rem;
  }
  .footer_list {
    display: none;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
  }
  .footer_top_r {
    flex-direction: row;
    padding: 5rem 0;
  }
  .footer_top_l {
    gap: 5rem;
  }
  .footer_info p {
    font-size: 2.6rem;
  }
  .footer_btn {
    width: 35rem;
    font-size: 2.6rem;
  }
  .footer_bot_link {
    font-size: 2.6rem;
  }
}
.header_page {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header_page_wrap {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}

.page {
  padding-top: 11.7rem;
}

.page_ttl {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
  font-size: 3.6rem;
  background-color: rgba(255, 255, 255, 0.8196078431);
  color: #1a1a1a;
  font-weight: bold;
  border-radius: 1.5rem;
}

.page_inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 15rem 0;
}

.page_lead {
  text-align: center;
  padding: 0rem 0 8rem;
}

.page_inner table {
  width: 100%;
  border: 0px #D9D9D9 solid;
  border-collapse: collapse;
  margin: 4rem 0;
  position: relative;
  z-index: 2;
}

.page_inner td {
  width: 80%;
  background-color: #fff;
  padding: 2rem 2rem;
  text-align: left;
  font-size: 1.6rem;
  border: 1px #D9D9D9 solid;
  line-height: 1.6;
}

.page_inner th {
  background-color: #1F8D8E;
  padding-left: 2rem;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px #D9D9D9 solid;
  line-height: 1.6;
}

.breadcrumbs_wrap {
  width: 100%;
}

.breadcrumbs {
  padding: 0.9rem 0;
  max-width: 110rem;
  font-size: 1.3rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .page {
    padding-top: 13.7rem;
  }
  .page_inner {
    max-width: 70rem;
    padding: 10rem 0;
  }
  .page_lead {
    font-size: 2.8rem;
  }
  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 70rem;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
  .page_inner th {
    font-size: 2.8rem;
  }
  .page_inner td {
    font-size: 2.8rem;
    width: 70%;
  }
}
.form_content {
  position: relative;
  z-index: 2;
}

.form_content dl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #efefef;
  margin-bottom: 4rem;
  position: relative;
}

.form_content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_content dt {
  width: 25rem;
  font-weight: 400;
}

.form_content .required {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #c7171e;
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
}

.form_content dd {
  margin: 0;
  width: calc(100% - 25rem);
}

.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea,
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  color: #000;
}

.form_content .captcha p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_submit {
  text-align: center;
}

.form_content .form_submit input[type=submit] {
  display: block;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  background-color: #1F8D8E;
  border: 1px solid #1F8D8E;
  position: relative;
  border-radius: 1.5rem;
  padding: 0;
  transition: 0.3s;
}

.form_content .captcha img {
  width: 12rem;
}

.form_content .captcha input[type=text] {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  #common .form_content dl dt p {
    font-size: 2.8rem;
    margin: 0;
  }
  #common .form_content dl dd p {
    font-size: 2.8rem;
    margin: 0;
  }
  .form_content dt {
    width: 100%;
  }
  .form_content dd {
    width: 100%;
  }
  .form_content dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #efefef;
    margin-bottom: 3rem;
  }
  .form_content .required {
    font-size: 2.4rem;
  }
  .Page_trial .form_content dd {
    width: 100%;
  }
  .form_content .captcha input[type=text] {
    font-size: 2.4rem;
  }
  .form_content .captcha img {
    width: 15rem;
    flex-shrink: 0;
  }
  .form_content .captcha p {
    flex-direction: column;
  }
  .form_content .form_submit input[type=submit] {
    font-size: 2.8rem;
    height: 8rem;
  }
}
.single_page_wrap {
  padding: 4rem 0;
}

.single_page_inner {
  max-width: 90rem;
  padding: 4.5rem 0;
  background: #fafafa;
  border-radius: 3rem;
  margin: 0rem auto 0;
}

.single_inner {
  max-width: 78rem;
  margin: 0 auto;
}

.single_inner h1 {
  font-size: 3rem;
  line-height: 1.4;
}

.post-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: #1F8D8E 5px solid;
  margin-bottom: 3.5rem;
}

.single-thumb_wrap {
  margin-bottom: 4rem;
}

.singlepost p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4;
  margin-bottom: 2rem;
}

.singlepost h2 {
  font-size: 2.4rem;
  background-color: #1F8D8E;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
}

.singlepost h3 {
  font-size: 2.4rem;
  padding: 1rem 1.5rem;
  color: #1F8D8E;
  margin-bottom: 2rem;
  border-bottom: #1F8D8E 1px solid;
  border-left: #1F8D8E 5px solid;
}

@media screen and (max-width: 750px) {
  .single_page_wrap {
    padding: 0;
  }
  .single_page_inner {
    border-radius: 0px;
  }
  .single_inner {
    padding: 0 2rem;
  }
  .single_inner h1 {
    font-size: 4rem;
  }
  .singlepost p {
    font-size: 2.8rem;
    line-height: 2.4;
    margin-bottom: 2rem;
  }
  .singlepost h2 {
    font-size: 3.6rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
  }
  .singlepost h3 {
    font-size: 3.4rem;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.page_service_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8rem;
}

.service_list_cont {
  display: block;
  width: 55rem;
}

.service_list_img {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.service_list_img img {
  border-radius: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service_list_cont h3 {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: left;
}

.page_facility_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.facility_list_cont {
  display: block;
  width: 36rem;
}

.facility_list_cont p {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  text-align: left;
  border-radius: 1rem;
  margin: 0.5rem 0;
}

.facility_list_cont h3 {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: left;
}

.green {
  background-color: #D7F1EC;
}

.blue {
  background-color: #CEEAF2;
}

@media screen and (max-width: 750px) {
  .page_facility_list {
    gap: 6rem;
    justify-content: center;
  }
  .facility_list_cont {
    width: 100%;
  }
  .facility_list_cont p {
    font-size: 2.6rem;
    padding: 0.5rem 2rem;
    margin: 1.5rem 0;
  }
  .facility_list_cont h3 {
    font-size: 3rem;
    padding: 1rem 0;
    margin-left: 1rem;
    text-align: left;
  }
  .page_service_list {
    gap: 4rem;
    justify-content: center;
  }
  .service_list_cont {
    width: 100%;
  }
  .service_list_cont h3 {
    font-size: 3rem;
    padding: 2rem 0;
  }
}
.page_back {
  position: relative;
}

.page_back::before {
  content: "";
  position: absolute;
  background-image: url(../img/drop1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 38rem;
  height: 36.6rem;
  top: 19rem;
  right: 73%;
  z-index: 0;
  transform-origin: center;
  -webkit-animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotateLeft 120s linear infinite, floatY 10s ease-in-out infinite;
}

.page_back::after {
  content: "";
  position: absolute;
  background-image: url(../img/drop2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30.9rem;
  height: 34rem;
  bottom: 20rem;
  left: 73%;
  z-index: -1;
  transform-origin: center;
  -webkit-animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
          animation: slowRotate 120s linear infinite, floatY 10s ease-in-out infinite;
}

.page_service_st {
  padding: 8rem 0;
}

.page_st_wrap {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding-bottom: 5rem;
}

.page_st_wrap img {
  width: 36rem;
  border-radius: 1rem;
}

.page_st_r {
  flex: 1;
}

.page_st_r h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  padding-bottom: 2rem;
  border-bottom: 2px solid #1F8D8E;
  margin-bottom: 2rem;
}

.page_st_r p {
  font-size: 1.6rem;
}

.page_st_r ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  border: #1F8D8E 2px solid;
  background-color: #D7F1EC;
  gap: 2rem 5rem;
  padding: 2rem 4rem;
  border-radius: 1.5rem;
}

.page_st_r ul li {
  font-size: 1.6rem;
  list-style: disc;
}

.page_flow_wrap {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 0;
}

.page_flow_cont {
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}

.page_flow_step {
  background-color: #1F8D8E;
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.page_flow_cont img {
  border-radius: 1rem;
}

.page_flow_cont h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.page_flow_txt {
  font-size: 1.6rem;
}

.page_btn_wrap {
  display: flex;
  gap: 7rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 0;
}

.page_btn_wrap a {
  display: block;
  width: 50rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 10rem;
  font-weight: bold;
  background-color: #2f2f2f;
  text-align: center;
  padding: 2rem 0;
}

#kaigo .page_service_st {
  padding: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 5rem 0;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.prev .page-numbers,
.page-numbers {
  display: flex;
  width: 6rem;
  height: 6rem;
  color: #1F8D8E;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}

.current {
  background-color: #1F8D8E;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .prev .page-numbers,
.page-numbers {
    width: 9rem;
    height: 9rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 750px) {
  .page_st_wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .page_st_wrap img {
    width: 100%;
  }
  .page_st_r h3 {
    font-size: 3.4rem;
  }
  .page_st_r p {
    font-size: 2.6rem;
  }
  .page_flow_wrap {
    align-items: center;
    flex-direction: column;
  }
  .page_flow_cont {
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }
  .page_flow_step {
    font-size: 3.4rem;
  }
  .page_flow_cont h3 {
    font-size: 3.4rem;
  }
  .page_flow_txt {
    font-size: 2.6rem;
  }
  .page_btn_wrap {
    gap: 3rem;
  }
  .page_btn_wrap a {
    width: 100%;
    font-size: 3rem;
    padding: 3rem 0;
  }
  .page_st_r ul {
    gap: 2rem 8rem;
    padding: 5rem 8rem;
  }
  .page_st_r ul li {
    font-size: 2.6rem;
    list-style: disc;
  }
}
.page_rso_worries {
  display: flex;
  gap: 6rem;
  justify-content: center;
  padding: 4rem 0;
}

.rso_worries_cont {
  max-width: 36rem;
}

.rso_worries_cont img {
  border-radius: 1rem;
}

.rso_worries_cont p {
  font-size: 2rem;
  text-align: center;
  padding-top: 2rem;
}

.page_rso_solution {
  position: relative;
  padding: 7rem 0;
  background-color: #FFF1E2;
  border-radius: 1rem;
}

.page_rso_solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4rem solid transparent;
  border-left: 4rem solid transparent;
  border-top: 4rem solid #fff;
  border-bottom: 0;
}

.rso_solution_point {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
}

.rso_solution_point span {
  font-size: 3.4rem;
}

.under_line {
  background: linear-gradient(transparent 70%, #FF9C7D 60%);
}

.rso_solution_txt {
  text-align: center;
}

.page_rso_points {
  padding: 7rem 0;
}

.rso_points_wrap {
  display: flex;
  gap: 7rem;
  align-items: center;
  justify-content: center;
}

.rso_points_cont {
  width: 24rem;
  border-radius: 50%;
  background: #FF6332;
  background: linear-gradient(340deg, rgb(255, 99, 50) 0%, rgb(255, 156, 125) 100%);
  padding: 4rem 2rem;
}

.barlow_txt {
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  line-height: 0.8;
}

.barlow_num {
  text-align: center;
  font-size: 6.6rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  border-bottom: 1px solid #fff;
  line-height: 0.8;
  padding-bottom: 1rem;
}

.rso_points_txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding-top: 1rem;
}

.page_service_suo ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 80rem;
  margin: 0 auto;
  border: #FF6332 2px solid;
  background-color: #FFF1E2;
  gap: 2rem 5rem;
  padding: 2rem 4rem;
  border-radius: 1.5rem;
}

.page_service_suo ul li {
  font-size: 1.6rem;
  list-style: disc;
}

@media screen and (max-width: 750px) {
  .page_rso_worries {
    flex-direction: column;
    align-items: center;
  }
  .rso_worries_cont {
    max-width: 65rem;
  }
  .common_ttl h3 {
    font-size: 3.6rem;
  }
  .rso_worries_cont p {
    font-size: 3.2rem;
  }
  .rso_solution_point {
    font-size: 3.8rem;
    padding-bottom: 3rem;
  }
  .rso_solution_point span {
    font-size: 4.4rem;
  }
  .rso_solution_txt {
    font-size: 2.8rem;
    padding: 0 2rem;
  }
  .rso_points_wrap {
    gap: 1rem;
  }
  .rso_points_cont {
    padding: 3.5rem 2rem;
  }
  .page_service_suo ul li {
    font-size: 2.6rem;
    list-style: disc;
  }
  .page_service_suo ul {
    gap: 2rem 8rem;
    padding: 5rem 8rem;
  }
}
.page_table_wrap {
  padding: 7rem 0;
}

.page_common_wrap {
  padding: 7rem 0;
}

#common .page_inner h2 {
  font-size: 2.4rem;
  background-color: #1F8D8E;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
}

#common .page_inner h3 {
  font-size: 2.4rem;
  padding: 1rem 1.5rem;
  color: #1F8D8E;
  margin-bottom: 2rem;
  border-bottom: #1F8D8E 1px solid;
  border-left: #1F8D8E 5px solid;
}

#common .page_inner p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4;
  margin-bottom: 2rem;
}

#common .page_inner ul {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  #common .page_inner h2 {
    font-size: 3.6rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
  }
  #common .page_inner h3 {
    font-size: 3.4rem;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
  #common .page_inner p {
    font-size: 2.8rem;
    line-height: 2.4;
    margin-bottom: 2rem;
  }
  #common .page_inner li {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
#common .splide {
  width: 90rem;
  margin: 0 auto;
}

#common .splide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#common .splide__track {
  position: relative;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}

#common .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

#common .splide__arrow {
  pointer-events: auto;
  position: absolute;
  transform: translateY(-50%);
}

#common .splide__arrow--prev {
  left: 2rem;
}

#common .splide__arrow--next {
  right: 2rem;
}

#common .splide__arrow--prev svg {
  transform: rotate(180deg);
}

#common .page_inner .splide .splide__pagination {
  display: none;
}

@media screen and (max-width: 750px) {
  #common .splide {
    width: 100%;
  }
}
.not_wrap img {
  max-width: 50rem;
  margin: 0 auto;
}

.not_wrap p {
  text-align: center;
  padding: 4rem 0;
}

@media screen and (max-width: 750px) {
  .not_wrap p {
    font-size: 2.8rem;
  }
}
.header_r .rso_color,
.footer .rso_color {
  background-color: #FF9C7D;
}

.header_list ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #1F8D8E;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.header_list ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header_list ul li.current-menu-item a {
  color: #1F8D8E;
  font-weight: bold;
}

#renovation .page_service_suo {
  padding-top: 4rem;
}

.page_sns_wrap {
  padding-top: 12rem;
}

.sns_wrap p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .sns_wrap p {
    font-size: 1.5rem;
  }
}
.footer_info {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
  padding-top: 2rem;
}

@media screen and (max-width: 750px) {
  .footer_info {
    font-size: 2.6rem;
  }
}

/*# sourceMappingURL=style.css.map */