@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: #1e1e1e;
  --thema_color: #0496a9;
  --thema_color--light: #94d5de;
  --fontwidht_1: 800;
  --fontwidht_2: 500;
  --fontwidht_3: 300;
  --fontwidht_4: 200;
  --fontsize_1: 96px;
  --fontsize_2: 82px;
  --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: 95%;
  }
}
@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: 128px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 64px;
    --fontsize_6: 35px;
    --fontsize_7: 27px;
    --fontsize_8: 16px;
    --fontsize_9: 14px;
  }
}

:root {
  --container: 95%;
  --main_color: #000000;
  --sub_color: #ffffff;
  --dark_color: #1e1e1e;
  --thema_color: #0496a9;
  --thema_color--light: #94d5de;
  --fontwidht_1: 800;
  --fontwidht_2: 500;
  --fontwidht_3: 300;
  --fontwidht_4: 200;
  --fontsize_1: 96px;
  --fontsize_2: 82px;
  --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: 95%;
  }
}
@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: 128px;
    --fontsize_3: 96px;
    --fontsize_4: 82px;
    --fontsize_5: 64px;
    --fontsize_6: 35px;
    --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;
  font-style: italic;
  font-weight: 500;
}
.l-footer_1__link {
  padding: 0;
}
.l-footer_1__link div ul {
  padding: 0;
  list-style: none;
}
.l-footer_1--copyright {
  font-size: 10px;
}

.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;
}
.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: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header_6__name--logo {
    height: 40px;
  }
}
.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;
  font-style: italic;
  font-weight: 500;
  color: var(--header_text_color);
}
@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%;
  color: var(--header_text_color);
}
.l-header_6--phone > i, .l-header_6--phone > p, .l-header_6--phone > h6 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.l-header_6--phone > i {
  font-size: 2em;
}
.l-header_6--phone > p {
  padding: 0 10px;
}
.l-header_6--phone > h6 {
  font-size: 2em;
  font-weight: bold;
}
.l-header_6--toContact {
  vertical-align: middle;
  padding: 0 20px;
}
.l-header_6__link {
  padding: 10px 0;
  display: none;
  background: var(--header_bg_color);
}
@media screen and (min-width: 992px) {
  .l-header_6__link {
    display: block;
  }
}
.l-header_6__link div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.l-header_6__link div ul li {
  width: 100%;
  text-align: center;
  padding: 2px 20px;
}
.l-header_6__link div ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.l-header_6__link div ul li a {
  color: #fff;
}
.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: #fff;
}
.l-spMenu__name {
  margin-top: 30px;
}
.l-spMenu__name a {
  color: #fff;
  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: 1.1em;
}
.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: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
.l-spMenu__phone {
  color: #fff;
  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;
  font-weight: bold !important;
}
.c-button:hover {
  opacity: 0.5;
}

.c-button_2 {
  padding: 10px 0 10px 10px;
  background: var(--thema_color);
  color: #fff;
  position: relative;
  width: 200px;
}
.c-button_2::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  padding: 0px 5px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  background: var(--thema_color);
}

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

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

.c-button_5--1 {
  background: var(--thema_color);
  color: #fff;
  font-weight: var(--fontwidht_3);
  letter-spacing: 0.2em;
  padding: 10px 0;
  font-size: 1em;
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button_5--1 {
    padding: 7px 0;
    font-size: 0.8em;
  }
}

.c-button_5--white {
  background: #ffffff;
  color: #000 !important;
  font-weight: var(--fontwidht_3);
  letter-spacing: 0.2em;
  padding: 10px 50px;
}

.c-button_6 {
  padding: 10px 0 10px 30px;
  background: var(--thema_color);
  color: #fff;
  position: relative;
  width: 80%;
  font-size: 1.5em;
  border-radius: 100px;
}
.c-button_6::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  padding: 0px 10px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.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-about {
  padding: 30px 0;
  background: var(--thema_color);
  color: #fff;
}
.p-about div {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.p-about div h1, .p-about div h2 {
  margin: 0;
  font-weight: 900;
  margin: 5px 0;
}
.p-about div h1 {
  font-size: 3em;
  color: #ffeba3;
}
.p-about div h2 {
  font-size: 2em;
}

.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: 10px 0 50px;
}
.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 20px;
  border-radius: 6px;
  padding: 10px;
}

.p-contactWrap {
  padding: 50px 0;
  background: var(--thema_color);
}
.p-contactWrap--wrap {
  border-radius: 10px;
  background: #fff;
  padding: 20px 0;
}
.p-contactWrap h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-contactWrap--buttons .p-contactWrap--button {
  margin: 0 auto;
  padding: 10px 10px;
  background: #fff;
  position: relative;
  width: 90%;
  border-radius: 10px;
}
.p-contactWrap--buttons .p-contactWrap--button--inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--icon {
  font-size: 2em;
  padding-right: 20px;
}
.p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text {
  display: table;
}
.p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h2 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2em;
}
@media screen and (min-width: 1200px) {
  .p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1400px) {
  .p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h2 {
    font-size: 1.5em;
  }
}
.p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h4 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h4 {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1400px) {
  .p-contactWrap--buttons .p-contactWrap--button .p-contactWrap--button--text h4 {
    font-size: 1em;
  }
}
.p-contactWrap--buttons .p-contactWrap--button--email::after, .p-contactWrap--buttons .p-contactWrap--button--web::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  padding: 0px 10px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}
.p-contactWrap--buttons .p-contactWrap--button--phone {
  background: #e3e3e3;
  color: #000;
}
.p-contactWrap--buttons .p-contactWrap--button--email {
  background: var(--thema_color);
  color: #fff;
}
.p-contactWrap--buttons .p-contactWrap--button--web {
  background: var(--thema_color);
  color: #fff;
}

.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-feature--title {
  background: #075862;
}
.p-feature--title--text {
  display: table;
}
.p-feature--title--text h1 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 2.5em;
  font-weight: 900;
  padding: 20px 0;
}
.p-feature--title--text h1 span {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-feature--title--text h1 {
    font-size: 2em;
  }
  .p-feature--title--text h1 span {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .p-feature--title--text h1 {
    font-size: 2.5em;
  }
  .p-feature--title--text h1 span {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1400px) {
  .p-feature--title--text h1 {
    font-size: 4em;
    padding: 0;
  }
  .p-feature--title--text h1 span {
    font-size: 1.2em;
  }
}
.p-feature--title img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-feature--title img {
    height: 350px;
  }
}
.p-feature--wrap .p-feature--item--1 {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--1 {
    margin-top: 100px;
  }
}
.p-feature--wrap .p-feature--item--1--image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-feature--wrap .p-feature--item--1--image img {
    width: 50%;
  }
}
.p-feature--wrap .p-feature--item--1--text {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--1--text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 75%;
  }
}
.p-feature--wrap .p-feature--item--1--text h1 {
  font-weight: 900;
  padding: 20px;
  font-size: 1.5em;
  background: var(--thema_color);
  color: #fff;
  width: 100%;
}
.p-feature--wrap .p-feature--item--1--text h1 span {
  font-size: 1.5em;
}
@media screen and (min-width: 1400px) {
  .p-feature--wrap .p-feature--item--1--text h1 {
    font-size: 2.2em;
  }
  .p-feature--wrap .p-feature--item--1--text h1 span {
    font-size: 2em;
  }
}
.p-feature--wrap .p-feature--item--1--text p {
  width: 100%;
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--1--text p {
    font-size: 1.2em;
    width: 60%;
    margin: 20px 0 0 auto;
  }
}
.p-feature--wrap .p-feature--item--2 {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--2 {
    margin-top: 100px;
  }
}
.p-feature--wrap .p-feature--item--2--image {
  text-align: right;
}
.p-feature--wrap .p-feature--item--2--image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-feature--wrap .p-feature--item--2--image img {
    width: 50%;
  }
}
.p-feature--wrap .p-feature--item--2--text {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--2--text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 75%;
  }
}
.p-feature--wrap .p-feature--item--2--text h1 {
  font-weight: 900;
  padding: 20px;
  font-size: 1.5em;
  background: var(--thema_color);
  color: #fff;
  width: 100%;
}
.p-feature--wrap .p-feature--item--2--text h1 span {
  font-size: 1.5em;
}
@media screen and (min-width: 1400px) {
  .p-feature--wrap .p-feature--item--2--text h1 {
    font-size: 2.2em;
  }
  .p-feature--wrap .p-feature--item--2--text h1 span {
    font-size: 2em;
  }
}
.p-feature--wrap .p-feature--item--2--text p {
  width: 100%;
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .p-feature--wrap .p-feature--item--2--text p {
    font-size: 1.2em;
    width: 60%;
    margin: 20px auto 0 0;
  }
}

.p-firstview {
  background-image: var(--firstview_image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0%;
  position: relative;
  z-index: 1;
}
.p-firstview .p-firstview--h1 {
  font-size: var(--fontsize_4);
  font-weight: var(--fontwidht_1);
  color: var(--firstview_text_color);
  font-style: italic;
  display: block;
  margin: 0;
}
.p-firstview .p-firstview--h2 {
  font-size: var(--fontsize_6);
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_1);
  white-space: nowrap;
  margin: 0;
}
.p-firstview .p-firstview--p {
  white-space: pre-wrap;
  color: var(--firstview_text_color);
  font-weight: var(--fontwidht_1);
  margin: 0;
}

.p-firstview_0 {
  height: 50vh;
}
@media screen and (min-width: 992px) {
  .p-firstview_0 {
    height: 90vh;
  }
}
.p-firstview_0::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: 0.5;
  z-index: -1;
}
.p-firstview_0 div {
  z-index: 10;
}
.p-firstview_0__3 div {
  position: absolute;
  width: 80%;
  bottom: 100px;
  right: 0;
  padding: 10px 30px;
  background: var(--firstview_bg_color);
  border-start-start-radius: 15px;
  border-end-start-radius: 15px;
}
@media screen and (min-width: 576px) {
  .p-firstview_0__3 div {
    bottom: 50px;
  }
}

.firstview img {
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.p-flow {
  background: var(--thema_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: 130px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-news_1 img {
    height: 250px;
  }
}

.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 {
  margin-top: 0 !important;
}
.p-page--title h1 {
  padding: 10px 0 13px 10px !important;
  font-size: 2.5em !important;
  border-left: 14px solid var(--thema_color) !important;
  color: var(--thema_color);
  font-weight: bold;
}
.p-page article a {
  text-decoration: underline;
}
.p-page article h1 {
  padding: 3px 0 6px 10px;
  font-size: 1.5em;
  border-left: 10px solid var(--thema_color);
  color: var(--thema_color);
  font-weight: bold;
}
.p-page article h2 {
  padding: 3px 0 6px 5px;
  font-size: 1.3em;
  border-left: 8px solid var(--thema_color);
  color: var(--thema_color);
}
.p-page article h3 {
  background: var(--thema_color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.8em;
  font-weight: bold;
}
.p-page article h4 {
  background: var(--thema_color);
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 1.1em;
}
.p-page article h5 {
  color: var(--thema_color);
  font-size: 1.3em;
  font-weight: bold;
}
.p-page article h5::before {
  content: "● ";
}
.p-page article h6 {
  color: var(--thema_color);
  font-size: 1em;
  font-weight: bold;
}
.p-page article h6::before {
  content: "● ";
}

.p-service {
  position: relative;
}
.p-service::before {
  content: "";
  background: linear-gradient(var(--thema_color), #fff);
  border-start-start-radius: 30px;
  border-start-end-radius: 30px;
  width: 100%;
  height: 300px;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .p-service::before {
    border-start-start-radius: 100px;
    border-start-end-radius: 100px;
  }
}

.p-service_3 h4 {
  font-size: 1.5em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-service_3 h4 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 992px) {
  .p-service_3 h4 {
    font-size: 2em;
  }
}
.p-service_3--hideline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em !important;
}
@media screen and (min-width: 768px) {
  .p-service_3--hideline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.3em !important;
  }
}
.p-service_3--hideline-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 4.5em !important;
}
@media screen and (min-width: 768px) {
  .p-service_3--hideline-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.3em !important;
  }
}
.p-service_3 img {
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-service_3 img {
    height: 250px;
  }
}
.p-service_3 p {
  font-size: 1.1em;
  height: 3.5em;
}
@media screen and (min-width: 768px) {
  .p-service_3 p {
    font-size: 0.9em;
    height: 3.8em;
  }
}
@media screen and (min-width: 992px) {
  .p-service_3 p {
    font-size: 0.8em;
    height: 3.3em;
  }
}

/* .productFlow {
} */
.productFlow__item {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 1000px) {
  .productFlow__item {
    width: 100%;
  }
}
.productFlow__itemSub {
  width: 1.5em;
}

.productFlow__itemSub__box {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
}

.productFlow__item:not(:last-child) .productFlow__itemSub__border {
  border: 1px solid #fff;
  height: 100%;
  width: 1px;
  margin: 0 auto;
}

.productFlow__itemMain {
  width: 100%;
  padding: 20px 15px;
}

.productFlow__itemMain > h3 {
  font-size: 13px;
  letter-spacing: 0;
}

.productFlow__itemMain > h1 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.productFlow__itemMain > h2 {
  background: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 0;
  padding-right: 5px;
}

.productFlow__itemMain > h2::before {
  content: "目安期間";
  background: #858585;
  color: #fff;
  margin-right: 7px;
  padding: 6px;
}

.productFlow__itemMain--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.productFlow__itemMain--content {
  background: #fff;
  padding: 20px;
}

@media screen and (min-width: 1000px) {
  .productFlow__itemMain--content {
    padding: 30px;
  }
}
.productFlow__itemMain--content > ul {
  padding: 0 10px;
  list-style-position: inside;
}

.productFlow__itemMain--content > ul > li {
  padding: 10px 0;
  border-bottom: 1px dashed #cecece;
}

.productFlow__itemMain--content > p {
  margin: 0;
}

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

.faq--q div {
  background: var(--thema_color--light);
  color: #000;
}
.faq--q > p {
  border: 1px solid var(--thema_color--light);
}

.faq--a div {
  background: var(--thema_color);
  color: #fff;
}
.faq--a > p {
  border: 1px solid var(--thema_color);
}

.p-works--item--image {
  position: relative;
}
.p-works--item--image img {
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}
.p-works--item--image div {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  font-size: 1.3em;
  border-start-end-radius: 6px;
  color: #fff;
  background: var(--thema_color);
}
.p-works--item h4 {
  font-size: 1.1em;
  font-weight: 900;
}
.p-works--item h4 span {
  padding: 0 10px;
  font-size: 2em;
  color: var(--thema_color);
}
.p-works--item table {
  width: 100%;
}
.p-works--item table th, .p-works--item table td {
  padding: 5px 0;
}
.p-works--item table th {
  padding-right: 10px;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .p-works--item table th {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .p-works--item table th {
    width: 20%;
  }
}
.p-works--item table th p {
  background: var(--thema_color);
  color: #fff;
  font-weight: 900;
  margin: 0;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
}
.p-works--item--content {
  margin-top: 20px;
}
.p-works--item--content h3 {
  font-weight: 900;
}
.p-works--item--content p {
  margin: 0;
}

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

.p-fee__table {
  margin: 25px 0;
}
@media screen and (min-width: 992px) {
  .p-fee__table {
    display: flex;
  }
}
.p-fee__table--largeCategory {
  padding: 10px;
  border-left: 2px solid var(--thema_color);
  border-top: 2px solid var(--thema_color);
  border-bottom: 2px solid var(--thema_color);
  background: var(--thema_color);
  display: table;
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-fee__table--largeCategory {
    width: 20%;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
  }
}
.p-fee__table--largeCategory h3 {
  font-weight: 900;
  font-size: 1.5em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-fee__table--contents {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-fee__table--contents {
    border: 1px solid var(--thema_color);
  }
}
.p-fee__table--content {
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .p-fee__table--content {
    display: flex;
    margin: 0;
  }
}
.p-fee__table--content div {
  padding: 10px;
  border-left: 1px solid var(--thema_color);
  border-right: 1px solid var(--thema_color);
}
.p-fee__table--content--smallCategory {
  width: 100%;
  display: table;
  border-top: 1px solid var(--thema_color);
}
@media screen and (min-width: 992px) {
  .p-fee__table--content--smallCategory {
    width: 20%;
    border: 1px solid var(--thema_color);
  }
}
.p-fee__table--content--smallCategory h4 {
  font-weight: 800;
  font-size: 1.3em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.p-fee__table--content--fee {
  width: 100%;
  display: table;
  border-top: 1px solid var(--thema_color);
  border-bottom: 1px solid var(--thema_color);
}
@media screen and (min-width: 992px) {
  .p-fee__table--content--fee {
    width: 20%;
    border: 1px solid var(--thema_color);
  }
}
.p-fee__table--content--fee h5 {
  font-weight: 800;
  font-size: 1.3em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: var(--thema_color);
}
.p-fee__table--content--items {
  width: 100%;
  display: table;
  border-bottom: 1px solid var(--thema_color);
}
@media screen and (min-width: 992px) {
  .p-fee__table--content--items {
    width: 60%;
    border: 1px solid var(--thema_color);
  }
}
.p-fee__table--content--items p {
  font-size: 1.1em;
  display: table-cell;
  vertical-align: middle;
}

.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;
  height: 1.3em !important;
}
.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_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_6 {
  padding: 3px 0 6px 10px;
  font-size: 2em;
  border-left: 13px solid var(--thema_color);
  color: var(--thema_color);
  font-weight: 900;
}

.u-title_6--white {
  padding: 3px 0 6px 10px;
  font-size: 2em;
  border-left: 13px solid #fff;
  color: #fff;
  font-weight: 900;
}

.u-title_7 {
  padding: 3px 0 6px 10px;
  font-size: 2em;
  color: var(--thema_color);
  font-weight: 900;
  text-align: center;
}

.u-title_8 {
  width: 90%;
  margin: 0 auto;
  border-bottom: 4px inset #d0d0d0;
  text-align: center;
  position: relative;
  height: 50px;
}
.u-title_8 h1 {
  display: inline-block;
  border-bottom: 4px solid #3c3c3c;
  margin: 0;
  padding: 0 15px 5px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -4px;
  font-size: 2em;
}

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

.u-title_13 {
  text-align: center;
  font-size: 2em;
}
.u-title_13 span {
  font-size: 2em;
}

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