@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: 48px;
  --fontsize_3: 64px;
  --fontsize_4: 48px;
  --fontsize_5: 27px;
  --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: 96px;
    --fontsize_3: 82px;
    --fontsize_4: 64px;
    --fontsize_5: 48px;
    --fontsize_6: 27px;
    --fontsize_7: 16px;
    --fontsize_8: 14px;
    --fontsize_9: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 236px;
    --fontsize_2: 82px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 64px;
    --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: 48px;
  --fontsize_3: 64px;
  --fontsize_4: 48px;
  --fontsize_5: 27px;
  --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: 96px;
    --fontsize_3: 82px;
    --fontsize_4: 64px;
    --fontsize_5: 48px;
    --fontsize_6: 27px;
    --fontsize_7: 16px;
    --fontsize_8: 14px;
    --fontsize_9: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 236px;
    --fontsize_2: 82px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 32px;
    --fontsize_6: 48px;
    --fontsize_7: 27px;
    --fontsize_8: 16px;
    --fontsize_9: 14px;
  }
}


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

.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: 60px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-footer_1__name--logo {
    height: 100px;
  }
}
.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_6 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--header_bg_color);
}
.l-header_6__name {
  margin: 5px 10px;
  width: 100%;
  z-index: 100;
}
.l-header_6__name a {
  color: var(--header_text_color);
  display: table;
  margin: 0;
}
.l-header_6__name--logo {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_6__name--logo {
    height: 80px;
  }
}
.l-header_6__name--icon {
  height: 30px;
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header_6__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_6__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_6__name--text {
    font-size: 24px;
  }
}
.l-header_6__right {
  display: none;
  color: var(--header_text_color);
}
@media screen and (min-width: 992px) {
  .l-header_6__right {
    display: block;
  }
}
.l-header_6__right--wrap {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
.l-header_6__right--content {
  display: table-cell;
}
.l-header_6--phone {
  display: table;
  height: 100%;
	width: 100%;
}
.l-header_6--phone > i, .l-header_6--phone > p, .l-header_6--phone > h6 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
	text-align: right;
}
.l-header_6--phone > i {
  font-size: 2em;
	width:100%;
}
.l-header_6--phone > p {
  padding: 0 10px;
	white-space: nowrap;
}
.l-header_6--phone > h6 {
  font-size: 2em;
  font-weight: bold;
	white-space: nowrap;
}
.l-header_6--toContact {
  vertical-align: middle;
  padding: 10px;
	width: 20%;
}
.l-header_6--toContact a {
	border: 4px solid #ff8b39;
	display: block;
	padding: 10px;
	border-radius: 6px;
	transition: all 0.5s;
}
.l-header_6--toContact a:hover {
	opacity: 0.5;
}

.l-header_6__link {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header_6__link {
    display: block;
  }
}
.l-header_6__link div ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.l-header_6__link div ul li {
  padding: 0 20px;
}
.l-header_6__link div ul li a {
  color: var(--header_text_color);
}
.l-header_6__1__name {
  margin: 5px 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .l-header_6__1__name {
    margin: 5px 10px;
  }
}
.l-header_6__1__name a {
  color: var(--header_text_color);
  display: table;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .l-header_6__1__name a {
    margin: 0 auto;
  }
}
.l-header_6__1__name--logo {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_6__1__name--logo {
    height: 40px;
  }
}
.l-header_6__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_6__1__name--icon {
    height: 50px;
    margin-right: 10px;
  }
}
.l-header_6__1__name--text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-header_6__1__name--text {
    font-size: 24px;
  }
}
.l-header_6__1__link {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header_6__1__link {
    display: block;
  }
}
.l-header_6__1__link div {
  background: #fff;
}
.l-header_6__1__link div ul {
  padding: 5px 0;
  list-style: none;
  display: flex;
  margin: 0;
  justify-content: center;
}
.l-header_6__1__link div ul li {
  width: 100%;
  padding: 2px 20px;
  font-size: 1.2em;
  text-align: center;
}
.l-header_6__1__link div ul li:not(:last-child) {
  border-right: 1.5px solid #747474;
}

.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: 60px;
  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_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_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_3 {
  border: 3px solid #353535;
  padding: 7px 0 7px 20px;
  background: #353535;
  border-radius: 50px;
  color: #fff;
}
.c-button_3::after {
  margin-left: 20px;
  margin-right: -1px;
  padding: 13px 15px;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  content: "\f105";
  font-family: FontAwesome;
}

.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;
}

.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 {
  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-company_1 iframe {
  width: 100%;
  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;
}

.p-firstview {
  background-image: var(--firstview_image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55% 0%;
  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: 90vh;
}
.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: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.p-firstview_1__0 div .p-firstview--h1 {
  text-align: left;
  padding: 0 10px;
  border-bottom: 3px solid var(--firstview_text_color);
}
.p-firstview_1__0 div .p-firstview--h2 {
  text-align: right;
}
.p-firstview_1__0 div .p-firstview--p {
  text-align: right;
}

.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-news_1 img {
  height: 250px;
  object-fit: cover;
}

.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);
  position: relative;
  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.4;
  height: 100%;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-outline_4--wrap {
    width: 50%;
  }
}

.p-page a {
  text-decoration: underline;
}
.p-page h1 {
	text-align:center
}
.p-page h2 {
	padding-bottom: 7px;
	margin: 30px 0;
	border-bottom: 2px solid #53875b;
}
.p-page h3 {
	margin: 15px 0;
}
.p-page h3::before {
	content: '● ';
	color:  #53875b;
}

.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__0 .p-service_0--item img {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .p-service_0__0 .p-service_0--item img {
    height: 500px;
  }
}
.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;
  }
}

.p-top h1 {
  color: #fff;
  text-align: center;
  background: #252525;
  padding: 7px 0;
  margin: 0;
}

.p-items .p-item {
  padding: 0;
  margin: 15px 0;
}
.p-items .p-item a {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.p-items .p-item a img {
  border-radius: 100%;
}
.p-items .p-item a p {
  margin: 0;
  margin-top: 5px;
}

.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-hideline--4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.u-hideline--5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  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_1 {
  color: #fff;
  text-align: center;
  background: #252525;
  padding: 7px 0;
}

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