@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
p,
h2,
h3,
span,
a,
th,
td {
  line-height: 1.5em;
}
/*header*/
header {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  align-items: center;
}
header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav ul {
  display: flex;
  gap: 30px;
}
header a {
  color: #5d5d5d;
  font-weight: bold;
  transition: .3s;
}
header a:hover {
  opacity: .8;
}
header li a:hover {
  color: #e0769c;
  opacity: 1;
}
.tel_btn {
  display: block;
  padding: 0 15px 15px 15px;
  border: solid 3px #64d061;
  border-radius: 15px;
}
.tel_btn p {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.tel_btn p:last-of-type {
  border-top: dotted 2px #64d061;
  width: 90%;
  justify-content: center;
  padding: 10px 0 0 0;
  font-weight: bold;
}
.tel_btn > p {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
}
.tel_btn span {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
}
.tel_btn span.tel_num {
  font-size: 46px;
  font-weight: bold;
  color: #64d061;
  display: flex;
  align-items: center;
  gap: 10px;
}
/*fv*/
.sec_fv {
  position: relative;
}
h1 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 5px 5px 5px #5d5d5d;
}
/*cv*/
.cv {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
}
.cv_inner {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.cv a {
  max-width: 514px;
  width: 50%;
  padding: 20px;
  box-shadow: 5px 5px 5px #e8e8e8;
  background-color: #fff;
}
.cv a span {
  font-weight: bold;
  text-align: center;
}
.cv_tel {
  color: #e0769c;
  border: solid 3px #e0769c;
}
.cv_mail {
  color: #f7b61a;
  border: solid 3px #f7b61a;
}
.cv a span {
  display: block;
}
.cv a span:last-of-type {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  border-top: dotted 3px #e0769c;
  padding-top: 10px;
  margin-top: 10px;
}
.cv a.cv_mail span:last-of-type {
  font-size: 35px;
  border-top: dotted 3px #f7b61a;
}
/*section common*/
.tit {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 100px;
}
h2 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: bold;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 40px;
}
h2 span {
  display: block;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #fff;
  padding-bottom: 10px;
}
.bkg {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.green_1 {
  background-image: url(../img/bkg_green.webp);
}
.wrapp {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.read_txt {
  text-align: center;
  font-weight: bold;
}
/*reason*/
.reason_list {
  margin: 80px 0;
}
.reason_cont {
  display: flex;
  gap: 30px;
  background-color: #fff;
  padding: 30px 50px;
  align-items: center;
  margin: 30px 0;
}
.reason_cont:nth-of-type(even) {
  flex-direction: row-reverse;
}
.reason_cont dd div span {
  background-image: url(../img/round_green.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.reason_cont dt,
.reason_cont dd {
  width: 50%;
}
.reason_cont dd div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.reason_cont dd h3 {
  font-weight: bold;
  font-size: 25px;
  border-bottom: dotted 3px #64d061;
  padding-bottom: 10px;
}
.reason_txt {
  margin: 50px 0;
}
.green_1 {
  padding-bottom: 650px;
  margin-top: 100px;
}
/*kind*/
.yellow_1 {
  background-image: url(../img/bkg_yellow.webp);
  margin-top: -550px;
  padding-bottom: 500px;
}
.kind_list h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kind_list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.kind_list dl {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  width: calc(87%/2);
}
.kind_list dt {
  margin-bottom: 20px;
}
.kind_list dd div {
  border-top: dotted 3px #f7b61a;
  padding-top: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  font-size: 25px;
  justify-content: center;
  width: 90%;
  margin: 20px auto 0 auto;
}
.kind_list dd p {
  padding: 0 30px;
  text-align: left;
  height: 110px;
}
.kind_list dd div span {
  background-color: #f7b61a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 25px;
}
.kind_txt {
  text-align: center;
  padding-top: 30px;
}
.pink_1 {
  background-image: url(../img/bkg_pink.webp);
  margin-top: -400px;
  padding-bottom: 400px;
}
/*step*/
.step_book {
  position: relative;
}
.step_book_image {
  display: block;
  margin: 0 auto;
}
.step_inner {
  position: absolute;
  top: 13%;
  bottom: 0;
  right: 0;
  left: 0;
}
.step_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.step_flex.SP {
  display: none;
}
.step_txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.step_flex li p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-feature-settings: initial;
  background-color: #d0e8dd;
  display: block;
  height: 270px;
  padding: 0 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
}
.step_yallow li p {
  background-color: #fdedc6;
}
.step_pink li p {
  background-color: #ffd8e6;
}
.step_flex ul {
  display: flex;
  gap: 10px;
}
.step_flex ul + p {
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
}
.step_flex.SP .step_cont > p {
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step_cont {
  background-color: #f3f3f3;
  padding: 10px 15px;
  border-radius: 10px;
}
.step_about {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.step_about p {
  font-weight: bold;
}
/*facility*/
.green_2 {
  background-image: url(../img/bkg_green2.webp);
  margin-top: -300px;
  padding-bottom: 100px;
}
.faci_cont {
  background-color: #fff;
  padding: 50px 80px;
  margin-bottom: 50px;
}
.faci_head {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.faci_head > img,
.faci_head div {
  width: 50%;
}
.faci_head ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.faci_head h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faci_head a {
  display: block;
  background-color: #5d5d5d;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
.modal_btn p {
  text-align: center;
  font-weight: bold;
}
.modal_view {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
  padding: 50px;
}
.modal_view img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.modal_view p {
  color: #fff;
  font-weight: bold;
  border: solid 2px #fff;
  width: fit-content;
  margin: 20px auto;
  padding: 5px 30px;
  cursor: pointer;
}
.modal_inner img {
  max-width: 90%;
}

.no-scroll {
  overflow: hidden;
}
.modal_view {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.modal_view.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal_view img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.faci_bottom > p {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.faci_map {
  height: 250px;
}
.faci_map iframe {
  width: 100%;
  height: 100%;
}
.slick-prev,
.slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: -30px;
}
.slick-prev::after {
  content: "〈";
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 900;
}
.slick-next {
  right: -30px;
}
.slick-next::after {
  content: "〉";
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 900;
}
/*faq*/
.sec_faq {
  margin-top: 80px;
}
.faq_list dt,
.faq_list dd {
  background-color: #fff8e6;
  padding: 20px;
}
.faq_list dl {
  margin-bottom: 20px;
}
.faq_list dt {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq_list dt p::before {
  content: '';
  background-image: url(../img/q.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  display: block;
}
.faq_list dt p {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
}
.faq_list dd {
  border-top: dotted 1px #f7b61a;
  display: none;
}
.faq_list dd.open {
  display: block;
}
.faq_list dd p {
  display: flex;
  gap: 20px;
  align-items: center;
}
.faq_list dd p::before {
  content: '';
  background-image: url(../img/a.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  display: block;
}
.faq_list dt::after {
  content: '';
  background-image: url(../img/open.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  display: block;
}
.faq_list dt.close::after {
  content: '';
  background-image: url(../img/close.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  display: block;
}
.faq_list dd a {
  display: block;
  margin-left: 30px;
  background-color: #64d061;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 10px;
  width: fit-content;
  transition: .3s;
}
.faq_list dd a:hover {
  opacity: .8;
}
/*greeting*/
.sec_greeting {
  margin-top: 100px;
  background-image: url(../img/bkg_dot_pink.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
}
.greeting_inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.greeting_inner p:last-of-type {
  text-align: right;
  margin-top: 20px;
}
/*company*/
.green_3 {
  background-image: url(../img/bkg_green3.webp);
  margin-top: 100px;
  padding-bottom: 500px;
}
.company_inner table {
  width: 800px;
  margin: 0 auto;
}
.company_inner table th,
.company_inner table td {
  background-color: #fff;
  padding: 20px;
}
.company_inner table th {
  font-weight: bold;
  border-right: solid 2px #d0e8dd;
  border-bottom: solid 2px #d0e8dd;
}
.company_inner table td {
  border-bottom: solid 2px #d0e8dd;
}
.company_inner table td a {
  color: #5d5d5d;
}
.company_inner table tr:last-of-type th,
.company_inner table tr:last-of-type td {
  border-bottom: none;
}
/*contact*/
.yellow_2 {
  background-image: url(../img/bkg_yellow2.webp);
  margin-top: -350px;
  padding-bottom: 100px;
}
.caution {
  background-color: #ec5a7b;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 50px auto;
}
form > p {
  text-align: center;
  color: #e0769c;
  font-weight: bold;
  margin-bottom: 10px;
}
form dl {
  display: flex;
  gap: 30px;
  width: 600px;
  margin: 15px auto;
  padding: 10px 0;
}
form dt {
  width: 30%;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
}
form dt span {
  color: #e0769c;
}
form dd {
  width: 70%;
}
form dd ul {
  display: flex;
  gap: 30px;
  padding-top: 8px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  border: solid 1px #5d5d5d;
  border-radius: 5px;
  padding: 10px;
  width: 95%;
}
.pp_cont {
  margin-top: 30px;
}
.pp_cont > p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.pp_inner {
  height: 150px;
  overflow-y: scroll;
  border: solid 1px #5d5d5d;
  padding: 10px;
  margin-bottom: 20px;
  width: 600px;
  margin: 0 auto 30px auto;
  background-color: #fff;
  border-radius: 5px;
}
.pp_inner p {
  font-size: 13px;
}
.pp_check_btn_box {
  text-align: center;
  margin-bottom: 30px;
}
input#pp_check {
  display: none;
}
.pp_check_btn {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check_btn::before {
  background: #fff;
  border: 1px solid #5d5d5d;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius: 3px;
}
.pp_check_btn::after {
  border-right: 3px solid #f7b61a;
  border-bottom: 3px solid #f7b61a;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input#pp_check:checked + .pp_check_btn::after {
  opacity: 1;
}
.pp_inner::-webkit-scrollbar {
  width: 10px;
}
.pp_inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 50px;
}
.pp_inner::-webkit-scrollbar-thumb {
  background-color: #f7b61a;
  border-radius: 50px;
}
#form_submit {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#form_submit_button {
  display: block;
  border: none;
  background-color: #f7b61a;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  width: 200px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}
#form_submit_button:hover {
  opacity: .8;
}
#form_submit_button.no_check {
  background-color: gray;
  pointer-events: none;
}
span.error_blank {
  color: #e0769c;
  font-size: 14px;
  display: block;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: none;
}
footer {
  background-color: #5d5d5d;
  color: #fff;
}
.foot_inner {
  display: flex;
  gap: 150px;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.foot_l {
  font-size: 14px;
}
.foot_l img {
  display: block;
  margin-bottom: 30px;
}
.foot_r a {
  color: #fff;
  font-size: 14px;
  transition: .3s;
}
.foot_r a:hover {
  opacity: .8;
}
.foot_r li {
  margin-bottom: 8px;
}
small {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-bottom: 30px;
}
/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 120px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
}
.right_fix {
  position: fixed;
  right: 0;
  top: 25%;
  bottom: 0;
  left: auto;
  z-index: 999;
}
.right_fix a {
  display: block;
  background-color: #e0769c;
  color: #fff;
  padding: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-feature-settings: initial;
  margin-bottom: 15px;
}
.right_fix a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
.right_fix a:last-of-type {
  background-color: #f7b61a;
}
.sec_thanks .read_txt {
  margin-bottom: 50px;
}
.sec_thanks .caution {
  background-color: inherit;
  color: #ec5a7b;
}
.sec_thanks a {
  display: block;
  text-align: center;
  background-color: #64d061;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  width: 200px;
  margin: 0 auto 50px auto;
  border-radius: 10px;
  transition: .3s;
}
.sec_thanks a:hover {
  opacity: .8;
}
.acd_body {
  position: relative;
}
.acd_list {
  position: absolute;
  left: -25px;
  top: 100%;
  width: 100px;
  background-color: #fff;
  z-index: 888;
  padding: 20px 15px 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.acd_body:hover .acd_list {
  opacity: 1;
  visibility: visible;
}
.acd_list ul {
  display: block;
}
.acd_list ul li {
  margin-bottom: 10px;
}
.acd_list ul li a {
  font-size: 15px;
}

@media screen and (max-width:1550px) {
  .head_logo img {
    width: 250px;
  }
  .tel_btn span.tel_num {
    font-size: 40px;
  }
}
@media screen and (max-width:1450px) {
  .head_logo img {
    width: 200px;
  }
  .tel_btn span {
    font-size: 13px;
  }
  .tel_btn span.tel_num {
    font-size: 35px;
  }
  .tel_btn span.tel_num img {
    width: 18px;
  }
  header nav ul {
    gap: 20px;
  }
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width:1290px) {
  .head_logo img {
    width: 170px;
  }
  .tel_btn span.tel_num {
    font-size: 30px;
  }
  .tel_btn span {
    font-size: 12px;
  }
  header a {
    font-size: 14px;
  }
  h1 {
    font-size: 40px;
  }
  .kind_list dl {
    width: calc(82%/2);
  }
  .kind_list h3 {
    font-size: 20px;
  }
  .kind_list dd div span {
    font-size: 18px;
  }
  .kind_list dd div {
    font-size: 20px;
  }
  .step_flex li p {
    height: 230px;
  }
  .faci_cont {
    padding: 50px;
  }
  .faci_head ul li img {
    width: 85px;
  }
}
@media screen and (max-width:1170px) {
  header .PC {
    display: none;
  }
  header .SP {
    display: block;
  }
  .acd_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    z-index: auto;
  }
  .acd_list.is_open {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .acd_body {
    position: static;
  }
  @media screen and (min-width: 1171px) and (hover: hover) {
    .acd_body:hover .acd_list {
      display: block;
    }
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px 20px;
    width: 90%;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul ul li {
    border-bottom: none;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .tel_btn {
    margin-top: 20px;
    padding: 10px;
  }
  .tel_btn > p {
    display: block;
  }
  .tel_btn span.tel_num {
    font-size: 28px;
  }
  .tel_btn span br {
    display: none;
  }
  .tel_btn span.tel_num img {
    width: 16px;
  }
  .tel_btn p:last-of-type {
    font-size: 15px;
  }
  h2 {
    font-size: 30px;
  }
  h2 span {
    font-size: 18px;
  }
  .tit img {
    width: 240px;
  }
  .tit {
    margin-bottom: 60px;
  }
  .reason_cont dd h3 {
    font-size: 20px;
  }
  .reason_cont dd div span {
    font-size: 20px;
    padding: 15px;
  }
  @media screen and (max-width: 370px) {
    .toggle_btn {
      right: 10px;
    }
  }
  .fix_btn.SP {
    display: block;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .fix_btn a {
    background-color: #ec5a7b;
    display: block;
    width: 95%;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 25px;
    box-shadow: 5px 5px 5px #5d5d5d;
    border: solid 2px #fff;
    animation: floatUpDown 3s infinite;
  }
  .fix_btn a img {
    padding-right: 10px;
    vertical-align: sub;
  }
  .fix_btn a span {
    display: block;
    font-size: 13px;
    padding-top: 5px;
    border-top: dotted 2px #fff;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(3px);
      box-shadow: none;
    }
    100% {
      transform: translateY(0);

    }
  }
  h1 {
    right: 7%;
  }
  .right_fix a {
    padding: 15px 10px;
  }
}
@media screen and (max-width:1140px) {
  h1 {
    font-size: 35px;
  }
  .cv a span:last-of-type {
    font-size: 35px;
  }
  .cv a span:last-of-type img {
    width: 23px;
  }
  .cv a.cv_mail span:last-of-type {
    font-size: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width:1100px) {
  .kind_list dd div span {
    font-size: 16px;
  }
  .kind_list dd div {
    width: 100%;
    gap: 10px;
  }
  .kind_list dd p {
    padding: 0;
  }
  .step_flex li p {
    font-size: 16px;
    height: 170px;
  }
  .kind_list dd div {
    font-size: 18px;
  }
  .faci_head {
    gap: 30px;
  }
}
@media screen and (max-width:1000px) {
  .faci_head ul li img {
    width: 70px;
  }
  .sec_greeting {
    padding: 0;
  }
}
@media screen and (max-width:990px) {
  .step_inner {
    top: 9%;
  }
  .step_txt {
    margin-bottom: 20px;
  }
  .step_flex li p {
    padding: 0 8px;
  }
  .step_about {
    max-width: 80%;
    margin: 20px auto 0 auto;
  }
  .step_about img {
    width: 150px;
  }
}
@media screen and (max-width:930px) {
  .kind_list dl {
    width: calc(78% / 2);
  }
  .kind_list dd div span {
    font-size: 14px;
  }
  .kind_list dd p {
    height: 130px;
  }
}
@media screen and (max-width:920px) {
  h1 {
    font-size: 30px;
  }
  .reason_cont {
    display: block;
  }
  .reason_cont dt,
  .reason_cont dd {
    width: 100%;
  }
  .reason_cont dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .reason_cont dd div {
    justify-content: center;
  }
  .company_inner table {
    width: 100%;
  }
  .company_inner table th,
  .company_inner table td {
    padding: 10px;
    font-size: 14px;
  }
  .company_inner table th {
    width: 75px;
  }
}
@media screen and (max-width:900px) {
  .step_book_image {
    display: none;
  }
  .step_inner {
    position: static;
  }
  .step_book {
    position: static;
  }
  .step_about {
    max-width: 100%;
  }
}
@media screen and (max-width:895px) {
  .kind_list dl {
    width: 100%;
  }
  .kind_list dd p {
    height: fit-content;
  }
  .faci_head > img,
  .faci_head div {
    width: 100%;
  }
  .faci_head > img {
    max-width: 400px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .faci_head h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:870px) {
  .faci_head {
    display: block;
  }
}
@media screen and (max-width:830px) {
  .cv a span:last-of-type {
    font-size: 27px;
  }
  .cv a span:last-of-type img {
    width: 18px;
  }
  .cv a.cv_mail span:last-of-type {
    font-size: 20px;
    padding-top: 18px;
  }
  form dl {
    display: block;
    width: 100%;
  }
  form dt {
    text-align: left;
    padding-bottom: 10px;
    width: 95%;
  }
  form dd {
    width: 97%;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    width: 100%;
  }
  .pp_inner {
    max-width: 90%;
  }
  .caution {
    font-size: 16px;
  }
  .foot_inner {
    display: block;
  }
  .foot_r,
  .foot_l {
    width: fit-content;
    margin: 0 auto;
  }
  .foot_r {
    margin-top: 30px;
  }
  .foot_l img {
    max-width: 70%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width:710px) {
  .cv {
    max-width: 100%;
  }
  .cv_main {
    max-width: 95%;
  }
}
@media screen and (max-width:700px) {
  .sec_fv .PC {
    display: none;
  }
  .sec_fv .SP {
    display: block;
  }
  h1 {
    right: 0;
    left: 0;
    bottom: 15%;
    top: auto;
    margin: auto;
    height: fit-content;
  }
  h2 {
    font-size: 25px;
  }
  .tit img {
    width: 200px;
  }
  .read_txt {
    text-align: left;
  }
  .reason_cont dd h3 {
    font-size: 18px;
  }
  .reason_cont dd div span {
    padding: 10px;
  }
  .reason_cont {
    padding: 30px;
  }
  .modal_view {
    padding: 30px 20px;
  }
  .modal_view img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:690px) {
  .step_flex.PC {
    display: none;
  }
  .step_flex.SP {
    display: block;
  }
  .step_flex ul {
    display: block;
  }
  .step_cont {
    margin-bottom: 20px;
  }
  .step_flex li p {
    writing-mode: horizontal-tb;
    height: fit-content;
    padding: 10px;
    margin-bottom: 5px;
  }
  #page_top {
    display: none;
  }
  .slick-prev,
  .slick-next {
    top: 43%;
  }
}
@media screen and (max-width:630px) {
  .cv_inner {
    display: block;
  }
  .cv a {
    display: block;
    margin: 0 auto 10px auto;
  }
  .step_about {
    display: block;
  }
  .step_about img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .modal_btn p {
    font-size: 14px;
  }
  .right_fix {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .cv a {
    width: 70%;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    width: 97%;
  }
  small {
    font-size: 11px;
    line-height: 1.3em;
  }
  .caution {
    padding: 20px 10px;
  }
  .cv a {
    padding: 10px;
  }
  .green_1 {
    margin-top: 70px;
  }
  .yellow_1 {
    margin-top: -600px;
  }
  .green_2 {
    margin-top: -350px;
    padding-bottom: 70px;
  }
  .faq_list dt,
  .faq_list dd {
    padding: 15px;
  }
  .faq_list dt.close::after {
    padding: 10px;
  }
  .faq_list dt::after {
    padding: 10px;
  }
  .faq_list dt {
    align-items: center;
  }
  .sec_greeting {
    padding: 0;
  }
  .yellow_2 {
    margin-top: -370px;
  }
}
@media screen and (max-width:420px) {
  .kind_list dd div span .SP {
    display: block;
  }
  .kind_list dd div span {
    line-height: 1.3em;
    border-radius: 5px;
  }
  .kind_list dd div {
    font-size: 16px;
  }
  .kind_list dl {
    padding: 20px;
  }
  .cv a {
    width: 80%;
  }
  h1 {
    font-size: 22px;
  }
  .reason_cont {
    padding: 20px;
  }
  .reason_cont dd h3 {
    font-size: 17px;
  }
  .faci_cont {
    padding: 20px;
  }
  .faci_head ul li {
    width: calc(89%/4);
  }
}
/*okuyami news*/
/* 外枠：中身を中央に寄せる設定 */
.custom-embed-area {
    width: 100%;
    text-align: center; /* 念のため中身をセンターに寄せる命令を追加 */
    padding: 20px 0;
	clear: both;        /* 他の要素の回り込みを解除 */
	overflow: hidden; /* はみ出た分をカットする */
}

/* 本体：スマホで横幅に収める設定 */
.umekomi-frame {
    /* PCでの幅を指定しつつ、!importantでHTML側のwidth="700"を上書きする */
    width: 700px; 
    
    /* スマホ版で画面幅を超えないように強制する */
    max-width: 100% !important; 
    
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
	font-size: 13px;
}