@charset "UTF-8";
/* 
    当ソースコードをコピーした場合、それがこちらで分かる「ある仕掛け」を用意しております。
    もしコピーする場合は、クラス・IDの命名、ディレクトリ構成・その他諸々の設定などを1から全て変えていただく必要がございます。
    そこまでされると正直お手上げです、ご自由にお使いくださいませ。
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --container: 95%;
  --main_color: #000000;
  --sub_color: #ffffff;
  --dark_color: #363636;
  --fontwidht_1: 800;
  --fontwidht_2: 500;
  --fontwidht_3: 300;
  --fontwidht_4: 200;
  --fontsize_1: 96px;
  --fontsize_2: 27px;
  --fontsize_3: 64px;
  --fontsize_4: 48px;
  --fontsize_5: 16px;
  --fontsize_6: 16px;
  --fontsize_7: 14px;
  --fontsize_8: 12px;
  --fontsize_9: 10px;
}
@media screen and (min-width: 992px) {
  :root {
    --container: 80%;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 48px;
    --fontsize_3: 82px;
    --fontsize_4: 64px;
    --fontsize_5: 27px;
    --fontsize_6: 27px;
    --fontsize_7: 16px;
    --fontsize_8: 14px;
    --fontsize_9: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 236px;
    --fontsize_2: 48px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 27px;
    --fontsize_6: 48px;
    --fontsize_7: 27px;
    --fontsize_8: 16px;
    --fontsize_9: 14px;
  }
}

:root {
  --container: 95%;
  --main_color: #000000;
  --sub_color: #ffffff;
  --dark_color: #363636;
  --fontwidht_1: 800;
  --fontwidht_2: 500;
  --fontwidht_3: 300;
  --fontwidht_4: 200;
  --fontsize_1: 96px;
  --fontsize_2: 27px;
  --fontsize_3: 64px;
  --fontsize_4: 48px;
  --fontsize_5: 16px;
  --fontsize_6: 16px;
  --fontsize_7: 14px;
  --fontsize_8: 12px;
  --fontsize_9: 10px;
}
@media screen and (min-width: 992px) {
  :root {
    --container: 80%;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 48px;
    --fontsize_3: 82px;
    --fontsize_4: 64px;
    --fontsize_5: 27px;
    --fontsize_6: 27px;
    --fontsize_7: 16px;
    --fontsize_8: 14px;
    --fontsize_9: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 236px;
    --fontsize_2: 48px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 27px;
    --fontsize_6: 48px;
    --fontsize_7: 27px;
    --fontsize_8: 16px;
    --fontsize_9: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fontsize_9);
}

.l-footer {
  background: var(--footer_bg_color);
  color: var(--footer_text_color);
}
.l-footer a {
  color: var(--footer_text_color);
}

.l-footer_0 {
  padding: 20px 0 5px;
}

.l-footer_1 {
  padding: 20px 0 5px;
}
.l-footer_1__name {
  margin: 10px 0;
}
.l-footer_1__name a {
  display: table;
}
.l-footer_1__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-footer_1__name--logo {
    height: 50px;
  }
}
.l-footer_1__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer_1__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-footer_1__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.l-footer_1__link {
  padding: 0;
}
.l-footer_1__link div ul {
  padding: 0;
  list-style: none;
}

.l-header--spMenu {
  display: block;
  display: table;
  text-align: right;
}
.l-header--spMenu i {
  display: table-cell;
  vertical-align: middle;
  color: var(--header_text_color);
}
@media screen and (min-width: 992px) {
  .l-header--spMenu {
    display: none;
  }
}

.l-header_0 {
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--header_bg_color);
  position: fixed;
}
.l-header_0__name {
  margin: 10px 0;
  width: 100%;
}
.l-header_0__name a {
  color: var(--header_text_color);
  display: table;
}
.l-header_0__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_0__name--logo {
    height: 50px;
  }
}
.l-header_0__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header_0__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_0__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_0__name--text {
    font-size: 24px;
  }
}
.l-header_0__link {
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .l-header_0__link {
    display: flex;
    justify-content: flex-end;
  }
}
.l-header_0__link div {
  height: 100%;
}
.l-header_0__link div ul {
  height: 100%;
  display: table;
  padding: 0;
}
.l-header_0__link div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header_0__link div ul li a {
  color: var(--header_text_color);
  white-space: nowrap;
}

.l-header_1__name {
  margin: 10px;
  width: 100%;
  z-index: 100;
}
.l-header_1__name a {
  color: var(--header_text_color);
  display: table;
  margin: 0 auto;
}
.l-header_1__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_1__name--logo {
    height: 50px;
  }
}
.l-header_1__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header_1__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_1__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_1__name--text {
    font-size: 24px;
  }
}
.l-header_1__link div ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.l-header_1__link div ul li {
  padding: 0 20px;
}

.l-header_4 {
  z-index: 1000;
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
}
.l-header_4__name {
  margin: 10px 0;
  width: 100%;
}
.l-header_4__name a {
  color: var(--header_text_color);
  display: table;
}
.l-header_4__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_4__name--logo {
    height: 50px;
  }
}
.l-header_4__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header_4__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_4__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_4__name--text {
    font-size: 24px;
  }
}
.l-header_4__link {
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .l-header_4__link {
    display: flex;
    justify-content: flex-end;
  }
}
.l-header_4__link div {
  height: 100%;
}
.l-header_4__link div ul {
  height: 100%;
  display: table;
  padding: 0;
}
.l-header_4__link div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header_4__link div ul li a {
  color: var(--header_text_color);
  white-space: nowrap;
}

.l-header_5 {
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.l-header_5::before {
  content: "";
  background: var(--header_bg_color);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header_5__name {
  margin: 10px 0;
  width: 100%;
  z-index: 100;
}
.l-header_5__name a {
  color: var(--header_text_color);
  display: table;
}
.l-header_5__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_5__name--logo {
    height: 50px;
  }
}
.l-header_5__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header_5__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_5__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_5__name--text {
    font-size: 24px;
  }
}
.l-header_5__link {
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .l-header_5__link {
    display: flex;
    justify-content: flex-end;
  }
}
.l-header_5__link div {
  height: 100%;
}
.l-header_5__link div ul {
  height: 100%;
  display: table;
  padding: 0;
}
.l-header_5__link div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header_5__link div ul li a {
  color: var(--header_text_color);
  white-space: nowrap;
}

.l-spMenu {
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 1001;
  position: fixed;
  top: 0;
}
.l-spMenu--container {
  height: 100vh;
  width: 100vw;
  right: 0;
  top: 0;
  background: var(--header_bg_color);
  opacity: 0.3;
}
.l-spMenu__wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100vh;
  background: var(--header_bg_color);
}
.l-spMenu--close {
  padding: 15px;
  color: var(--header_text_color);
}
.l-spMenu__name {
  margin-top: 30px;
}
.l-spMenu__name a {
  color: var(--header_text_color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-spMenu__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-spMenu__name--logo {
    height: 50px;
  }
}
.l-spMenu__name--icon {
  display: table;
}
.l-spMenu__name--icon img {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-spMenu__name--icon img {
    height: 50px;
    margin-right: 10px;
  }
}
.l-spMenu__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-spMenu__name--text {
    font-size: 24px;
  }
}
.l-spMenu__menu {
  padding: 10px 20px;
  margin-top: 30px;
}
.l-spMenu__menu ul {
  padding: 0;
}
.l-spMenu__menu ul li {
  padding: 7px 0;
  list-style: none;
}
.l-spMenu__menu ul li a {
  color: var(--header_text_color);
}
.l-spMenu__phone {
  color: var(--header_text_color);
  padding: 15px 0;
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 1.7em;
}

a {
  text-decoration: none;
  color: var(--main_color);
}

.c-button {
  width: fit-content;
  display: block;
  transition: all 0.5s;
  border: none;
}
.c-button:hover {
  opacity: 0.5;
}

.c-button_2 {
  border: 3px solid #353535;
  padding: 7px 0 7px 20px;
  background: #ffffff;
}
.c-button_2::after {
  margin-left: 20px;
  margin-right: -1px;
  padding: 13px 15px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  background: #353535;
}

.c-button_0 {
  background: var(--dark_color);
  border-radius: 6px;
  color: #fff;
  font-weight: var(--fontwidht_3);
  letter-spacing: 0.2em;
  padding: 15px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  transition: all 0.5s;
}

.c-button_5 {
  background: var(--dark_color);
  color: #fff;
  font-weight: var(--fontwidht_3);
  letter-spacing: 0.2em;
  padding: 10px 100px;
}

.c-button_6 {
  background: var(--dark_color);
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 15px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-button_6 {
    padding: 17px 15px;
  }
}

.p-404--text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  font-size: 100px !important;
  font-weight: 300 !important;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .p-404--text {
    font-size: 150px !important;
  }
}

.p-company_0 {
  background: var(--company_bg_color);
  color: var(--company_text_color);
}
.p-company_0__wrap {
  min-height: 300px;
}
.p-company_0 a {
  color: var(--company_text_color);
}
.p-company_0 iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .p-company_0 iframe {
    height: 100%;
  }
}

.p-contact {
  padding: 50px 0;
}
.p-contact form {
  margin: 0 auto;
}
.p-contact form p {
  margin: 5px;
  font-weight: 400;
  color: #767676;
}
.p-contact form p sup {
  font-weight: bold;
  color: #fa1c1c;
}
.p-contact form input, .p-contact form textarea {
  margin-bottom: 20px;
}
.p-contact form input:not([type=button]) {
  width: 100%;
  border: 1px solid #767676;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
}
.p-contact form textarea {
  width: 100%;
  border: 1px solid #767676;
  display: block;
  margin: 0 auto 50px;
  border-radius: 6px;
  padding: 10px;
}

.p-content {
  padding: 50px 0;
}
.p-content__1 {
  position: relative;
}
.p-content__1--img img {
  height: 700px;
}
.p-content__1--text {
  position: absolute;
  width: 90%;
  transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
  background: var(--dark_color);
  color: var(--sub_color);
  padding: 20px 20px;
}
@media screen and (min-width: 576px) {
  .p-content__1--text {
    width: 70%;
    padding: 30px 50px;
  }
}
.p-content__1--text p {
  margin-top: 15px;
}
.p-content__2 {
  background: var(--dark_color);
  color: var(--sub_color);
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-content__2--top:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -90px;
  left: 50%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-bottom: 50px solid var(--dark_color);
}
.p-content__2--bottom:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-top: 50px solid var(--dark_color);
}
.p-content__3 {
  background: var(--dark_color);
  color: var(--sub_color);
}
.p-content__3 a {
  color: var(--sub_color);
}
.p-content__3 iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1200px) {
  .p-content__3 iframe {
    height: 100%;
  }
}
.p-content__6 img {
  height: 250px;
  object-fit: cover;
}
.p-content__7--item {
  position: relative;
}
.p-content__7--item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--main_color);
  opacity: 0.8;
  z-index: 10;
}
.p-content__7--item img {
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-content__7--item img {
    height: 600px;
  }
}
.p-content__7--item .p-content__7--text {
  padding: 0 20px;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  top: 50%;
  z-index: 20;
  left: 0;
  color: var(--sub_color);
}
.p-content__11--wrap .p-content__11--item {
  border-bottom: 1px solid #000;
  padding: 40px 10px 7px;
}
.p-content__11--wrap .p-content__11--item p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 5px !important;
}

.faq--item {
  display: flex;
}
.faq--item > div {
  border-start-start-radius: 6px;
  border-end-start-radius: 6px;
  width: 50px;
  text-align: center;
  display: table;
}
.faq--item > div > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.faq--item > p {
  border-start-end-radius: 6px;
  border-end-end-radius: 6px;
  width: 100%;
  padding: 10px 20px;
}

.p-firstview {
  background-image: var(--firstview_image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview .p-firstview--h1 {
  font-size: var(--fontsize_2);
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_1);
}
.p-firstview .p-firstview--h2 {
  font-size: var(--fontsize_5);
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_1);
}
.p-firstview .p-firstview--p {
  white-space: pre-wrap;
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_1);
}

.p-firstview_0 {
  height: 100vh;
}
.p-firstview_0::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--firstview_bg_color);
  opacity: 0.7;
}
.p-firstview_0 div {
  position: absolute;
}
.p-firstview_0__0 div {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
}
.p-firstview_0__1 div {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  text-align: left;
}
.p-firstview_0__2 div {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  text-align: right;
}
.p-firstview_0__3 div {
  width: 100%;
  bottom: 100px;
}
@media screen and (min-width: 576px) {
  .p-firstview_0__3 div {
    bottom: 50px;
  }
}
.p-firstview_0__4 div {
  width: 100%;
  bottom: 100px;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .p-firstview_0__4 div {
    bottom: 50px;
  }
}

.p-firstview_1 {
  height: 100vh;
}
.p-firstview_1::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--firstview_bg_color);
  opacity: 0.7;
}
.p-firstview_1 div {
  position: absolute;
}
.p-firstview_1__0 div {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
}

.p-firstview_2 {
  height: 60vh;
}
@media screen and (min-width: 1200px) {
  .p-firstview_2 {
    height: 100vh;
  }
}
.p-firstview_2__wrap {
  height: 100%;
}
.p-firstview_2__content {
  height: 100%;
  padding: 0;
  position: relative;
}
.p-firstview_2__content--bg {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--firstview_bg_color);
  opacity: 0.7;
  z-index: 10;
}
.p-firstview_2__content--inner {
  position: absolute;
  width: 100%;
  z-index: 100;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 20px;
}
.p-firstview_2__content--inner h1 {
  text-align: center;
  font-size: var(--fontsize_3);
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_3);
}
.p-firstview_2__content--inner h2 {
  text-align: right;
  font-size: var(--fontsize_5);
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_3);
}
.p-firstview_2__content--inner p {
  white-space: pre-wrap;
  color: var(--firstview_text_color);
}

.p-news_0--wrap .p-news_0--item {
  border-bottom: 1px solid #000;
  padding: 40px 10px 7px;
}
.p-news_0--wrap .p-news_0--item p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 5px !important;
}

.p-outline {
  color: var(--outline_text_color);
  background: var(--outline_bg_color);
}

.p-outline_2 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-outline_2--top:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -90px;
  left: 50%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-bottom: 50px solid var(--outline_bg_color);
}
.p-outline_2--bottom:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-top: 50px solid var(--outline_bg_color);
}

.p-outline_4 {
  background-image: var(--outline_bg_image);
  background-size: cover;
  position: relative;
  min-height: 500px;
  z-index: -2;
}
.p-outline_4__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-outline_4__content {
    width: 50%;
  }
}
.p-outline_4--wrap {
  position: absolute;
  top: 0;
  background: var(--outline_bg_color);
  opacity: 0.6;
  height: 100%;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-outline_4--wrap {
    width: 50%;
  }
}

.p-page {
  padding-top: 30px;
}
.p-page a {
  text-decoration: underline;
}
.p-page ul {
	padding: 0 1em;
}
.p-page ol {
	padding: 0 1em;
}

.p-service_0--item {
  position: relative;
}
.p-service_0--item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--main_color);
  opacity: 0.8;
  z-index: 10;
}
.p-service_0--item img {
  object-fit: cover;
}
.p-service_0--text {
  padding: 0 20px;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  top: 50%;
  z-index: 20;
  left: 0;
  color: var(--sub_color);
}
.p-service_0__1 .p-service_0--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_0__1 .p-service_0--item img {
    height: 600px;
  }
}
.p-service_0__2 .p-service_0--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_0__2 .p-service_0--item img {
    height: 300px;
  }
}

.p-service_1__item--image img {
  border-radius: 100%;
}

.p-service_5--item {
  position: relative;
}
.p-service_5--item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--main_color);
  opacity: 0.8;
  z-index: 10;
}
.p-service_5--item img {
  object-fit: cover;
}
.p-service_5--text {
  padding: 0 20px;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  top: 50%;
  z-index: 20;
  left: 0;
  color: var(--sub_color);
}
.p-service_5__0 .p-service_5--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_5__0 .p-service_5--item img {
    height: 300px;
  }
}
.p-service_5__1 .p-service_5--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_5__1 .p-service_5--item img {
    height: 600px;
  }
}
.p-service_5__2 .p-service_5--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_5__2 .p-service_5--item img {
    height: 300px;
  }
}

.service {
  margin: 50px 0;
}
.service .service--wrap {
  display: table;
  margin: 10px 0;
}
.service .service--wrap .service--inner {
  display: table-cell;
  vertical-align: middle;
}
.service .service--wrap .service--inner a {
  border: 1px solid #000;
  display: table;
  width: 90%;
  border-radius: 6px;
  height: 70px;
}
.service .service--wrap .service--inner a p {
  display: table-cell;
  vertical-align: middle;
}
.service .service--wrap .service--inner a .font-1 {
  font-size: 20px !important;
}
.service .service--wrap .service--inner a .font-2 {
  font-size: 15px !important;
}
.service .service--wrap .service--inner a .sp-font-2 {
  font-size: 15px !important;
}
@media screen and (min-width: 768px) {
  .service .service--wrap .service--inner a .sp-font-2 {
    font-size: 20px !important;
  }
}

.p-top__tel > div {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__tel > div {
    display: flex;
    justify-content: end;
    text-align: end;
  }
}
.p-top__tel--text {
  display: table;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .p-top__tel--text {
    margin-right: 10px;
  }
}
.p-top__tel--text h2 {
  display: table-cell;
  vertical-align: middle;
}
.u-animation__slideIn--rightToLeft {
  animation-name: slideIn_rightToLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideIn_rightToLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.u-animation__slideOut--leftToRight {
  animation-name: slideOut_leftToRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes slideOut_leftToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.u-balloon__1--bottom {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--bottom:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid var(--dark_color);
}
.u-balloon__1--bottom p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--top:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--dark_color);
}
.u-balloon__1--top p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--left:before {
  content: "";
  position: absolute;
  top: 60%;
  left: -19px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid var(--dark_color);
}
.u-balloon__1--left p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--right:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 99%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 10px solid var(--dark_color);
}
.u-balloon__1--right p {
  margin: 0;
  padding: 10px;
}

.u-bgWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--main_color);
  opacity: 0.5;
  z-index: 10;
}

.u-borderRadius--100 {
  border-radius: 100% !important;
}

.u-br--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-br--sp {
    display: none;
  }
}

.col {
  padding: 0 !important;
}

.col-12 {
  padding: 0 !important;
}

.container {
  width: var(--container) !important;
  padding: 0 !important;
}

.u-frame--1 {
  position: relative;
  padding: 30px 0;
}
.u-frame--1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(180deg, rgb(168, 168, 168) 0%, rgb(255, 255, 255) 100%);
}
.u-frame--1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, rgb(168, 168, 168) 0%, rgb(255, 255, 255) 100%);
}

.fs-7 {
  font-size: 13px !important;
}

.u-hideline--1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.u-hideline--2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.u-hideline--3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-highlight--1 {
  background: linear-gradient(transparent 40%, #00B0FF 40% 90%, transparent 90%);
}

.of-cover {
  object-fit: cover !important;
}

.row {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-table tr td, .u-table tr th {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .u-table tr td, .u-table tr th {
    padding: 5px 0;
    display: table-cell;
  }
}
.u-table tr th {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-table tr th {
    padding-right: 20px;
  }
}
.u-table tr td {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-table tr td {
    padding-bottom: 5px;
    display: table-cell;
  }
}

.u-title_5 {
  width: 90%;
  margin: 0 auto;
}
.u-title_5 h1 {
  display: flex;
  align-items: center;
}
.u-title_5 h1:before, .u-title_5 h1:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #252525;
}
.u-title_5 h1:before {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .u-title_5 h1:before {
    margin-right: 2rem;
  }
}
.u-title_5 h1:after {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .u-title_5 h1:after {
    margin-left: 2rem;
  }
}

.u-title_10 {
  background: #303030;
  width: 80%;
  margin: 20px auto;
  border-end-start-radius: 20px;
  border-start-end-radius: 20px;
  color: #fff;
  padding: 3px 25px;
}

.u-title_12 {
  text-align: center;
  position: relative;
}
.u-title_12 h2 {
  margin: 0;
  color: #e9e9e9;
  font-weight: bold;
  font-size: 3.5em;
}
@media screen and (min-width: 992px) {
  .u-title_12 h2 {
    font-size: 5em;
  }
}
.u-title_12 h1 {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ws-prewrap {
  white-space: pre-wrap;
}