@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

body {
  font-family: "noto-sans-cjk-jp", sans-serif; }

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/*==================================================================================================
	サイト基礎
==================================================================================================*/
.templateC {
  overflow-x: hidden;
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  font-size: 1.6rem; }

@media screen and (max-width: 1024px) {
  .templateC {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .templateC {
    font-size: 1.4rem; } }

.templateC.overflowHidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.templateC main {
  padding: 2rem; }

@media screen and (max-width: 767px) {
  .templateC main {
    padding: 1rem; } }

.templateC main .boxHide {
  display: none;
  background-color: #90a2a7;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.templateC main .boxHide-show {
  display: block; }

.templateC .mContainer {
  padding-top: 14rem; }

@media screen and (max-width: 991px) {
  .templateC .mContainer {
    padding-top: 10rem; } }

@media screen and (max-width: 480px) {
  .templateC .mContainer {
    padding-top: 7.5rem; } }

.templateC .inner {
  max-width: 1180px;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0 auto; }

@media only screen and (max-width: 1024px) {
  .templateC .inner {
    padding-left: 3rem;
    padding-right: 3rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 1024.5px) {
    .templateC .inner {
      padding-left: 3rem;
      padding-right: 3rem; } } }

@media screen and (max-width: 767px) {
  .templateC .inner {
    padding-left: 1rem;
    padding-right: 1rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 767.5px) {
    .templateC .inner {
      padding-left: 1rem;
      padding-right: 1rem; } } }

.templateC a {
  color: #000000;
  font-size: inherit;
  text-decoration: none; }

.templateC a:hover {
  opacity: 0.8; }

.templateC .w-01 {
  width: calc(100% - 10px); }

.templateC .brMobile {
  display: none; }

@media screen and (max-width: 767px) {
  .templateC .brMobile {
    display: block; } }

@media screen and (max-width: 991px) {
  .templateC .hideSp {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .templateC .hidePc {
    display: none !important; } }

.templateC .fontMonster {
  font-family: "montserrat", sans-serif; }

.templateC .bgWhite {
  background-color: #ffffff; }

.templateC .bgBlack {
  background-color: #000000;
  background-image: none !important; }

.templateC .bgBrown {
  background-color: #eaeae6; }

.templateC .boxShadow {
  -webkit-box-shadow: 0px 2px 24px 6px #1f7b924d;
  box-shadow: 0px 2px 24px 6px #1f7b924d; }

@media screen and (max-width: 767px) {
  .templateC .boxShadow {
    -webkit-box-shadow: 0px 4px 36px 24px #1f7b924d;
    box-shadow: 0px 4px 36px 24px #1f7b924d; } }

.templateC .boxShadow-btn {
  -webkit-box-shadow: 0px 4px 24px 6px #aec4c94d;
  box-shadow: 0px 4px 24px 6px #aec4c94d; }

@media screen and (max-width: 767px) {
  .templateC .boxShadow-btn {
    -webkit-box-shadow: 0px 2px 18px 2px #aec4c94d;
    box-shadow: 0px 2px 18px 2px #aec4c94d; } }

.templateC .boxShadow-menu {
  -webkit-box-shadow: 0px 2px 24px 6px #90a2a74d;
  box-shadow: 0px 2px 24px 6px #90a2a74d; }

.templateC .boxShadow-item {
  -webkit-box-shadow: 0px 2px 18px 2px #aec4c94d;
  box-shadow: 0px 2px 18px 2px #aec4c94d; }

.templateC .bgGradient {
  background-image: url(../img/common/bg_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .templateC .bgGradient {
    background-image: url(../img/common/bg_banner_sp.jpg); } }

.templateC .bgGradient-menu {
  background-image: url(../img/common/bg_menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.templateC .bgGradient-contact {
  background-image: url(../img/common/bg_contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .templateC .bgGradient-contact {
    background-image: url(../img/common/bg_contact_sp.jpg); } }

.templateC .bgGradient-btn {
  background-image: url(../img/common/bg_btn.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.templateC .borderRadius {
  border-radius: 15px; }

@media screen and (max-width: 767px) {
  .templateC .borderRadius {
    border-radius: 10px; } }

.templateC .borderRadius-item {
  border-radius: 20px; }

@media screen and (max-width: 767px) {
  .templateC .borderRadius-item {
    border-radius: 15px; } }

.templateC .textGradient {
  line-height: 1;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  background: -webkit-linear-gradient(90deg, #d0e2fc, #caeaf6 50%, #c4f2f0);
  background: -webkit-gradient(linear, left top, right top, from(#d0e2fc), color-stop(50%, #caeaf6), to(#c4f2f0));
  background: -webkit-linear-gradient(left, #d0e2fc 0%, #caeaf6 50%, #c4f2f0 100%);
  background: linear-gradient(90deg, #d0e2fc 0%, #caeaf6 50%, #c4f2f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .templateC .textGradient-works {
    background: none;
    background-image: url(../img/top/txt_works.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 100%;
    height: 100%;
    display: ruby;
    color: transparent; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .templateC .textGradient-service {
    background: none;
    background-image: url(../img/top/txt_service.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    width: 100%;
    height: 100%;
    display: ruby;
    color: transparent; } }

.templateC .icon {
  position: relative; }

.templateC .icon:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.templateC .icon-arrRightBlack {
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin: 0 13px; }

.templateC .icon-arrRightBlack:after {
  background-image: url(../img/common/icon_arrow_right_black.png);
  width: 15px;
  height: 11px; }

@media screen and (max-width: 480px) {
  .templateC .icon-arrRightBlack {
    margin: 0 8px;
    width: 21px;
    height: 21px; }
  .templateC .icon-arrRightBlack:after {
    width: 11px;
    height: 8px; } }

.templateC .icon-arrRightWhite {
  background-color: #000000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 21px; }

@media screen and (max-width: 767px) {
  .templateC .icon-arrRightWhite {
    width: 56.5px;
    height: 56.5px;
    margin-left: 16.5px; } }

.templateC .icon-arrRightWhite:after {
  background-image: url(../img/common/icon_arrow_right_white.png);
  width: 25px;
  height: 17px; }

@media screen and (max-width: 480px) {
  .templateC .icon-arrRightWhite:after {
    width: 20px;
    height: 14px; } }

.templateC .icon-arrTopWhite {
  background-color: #000000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 21px; }

@media screen and (max-width: 767px) {
  .templateC .icon-arrTopWhite {
    width: 50px;
    height: 50px;
    margin-left: 16.5px; } }

.templateC .icon-arrTopWhite:after {
  background-image: url(../img/common/icon_arrow_right_white.png);
  width: 25px;
  height: 17px; }

@media screen and (max-width: 480px) {
  .templateC .icon-arrTopWhite:after {
    width: 20px;
    height: 14px; } }

.templateC .btn {
  border-radius: 26px; }

.templateC .btn-black {
  min-height: 52px;
  max-width: 164px;
  background-color: #000000;
  font-size: 1.4rem;
  letter-spacing: 0.05em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .templateC .btn-black {
    height: 52px; } }

@media screen and (max-width: 480px) {
  .templateC .btn-black {
    font-size: 1.3rem;
    min-height: 32px;
    max-width: 130px; } }

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .templateC .btn-black {
    height: 32px; } }

.templateC .btn-black-lg {
  border-radius: 30px;
  min-height: 60px;
  max-width: 269px;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .templateC .btn-black-lg {
    font-size: 1.4rem; } }

@media screen and (max-width: 480px) {
  .templateC .btn-black-lg {
    min-height: 50px; } }

.templateC .btn-black-lg .iconMail {
  position: relative;
  padding-left: 3.5rem; }

.templateC .btn-black-lg .iconMail:before {
  content: '';
  position: absolute;
  background-image: url(../img/common/icon_mail_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 14px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .templateC .btn-black-lg .iconMail:before {
    top: 50%; } }

.templateC .btn-black-lg .icon-arrLeftWhite {
  position: relative;
  padding-left: 3.5rem; }

.templateC .btn-black-lg .icon-arrLeftWhite:before {
  content: '';
  position: absolute;
  background-image: url(../img/common/icon_arrow_left_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 14px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.templateC .btn-white {
  max-width: 226px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .templateC .btn-white {
    font-size: 1.6rem; } }

@media screen and (max-width: 480px) {
  .templateC .btn-white {
    font-size: 1.4rem; } }

.templateC .btn-white.focus, .templateC .btn-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.templateC .headTop {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.8;
  background-color: #ffffff;
  display: inline;
  padding: 0 0 0.6rem; }

@media screen and (max-width: 991px) {
  .templateC .headTop {
    font-size: 2.5rem; } }

@media screen and (max-width: 480px) {
  .templateC .headTop {
    font-size: 2.3rem;
    line-height: 1.9;
    margin-bottom: 1.7rem; } }

.templateC .headTop .bgWhite {
  line-height: 56px;
  padding-bottom: 0.5rem; }

@media screen and (max-width: 991px) {
  .templateC .headTop .bgWhite {
    line-height: 40px; } }

@media screen and (max-width: 480px) {
  .templateC .headTop .bgWhite {
    line-height: 35px;
    padding-bottom: 0.2rem; } }

.templateC .headTop br:first-child {
  display: none; }

@media screen and (max-width: 767px) {
  .templateC .headTop br:first-child {
    display: block; } }

.templateC .headGroup .en {
  font-size: 13rem; }

@media screen and (max-width: 1190px) {
  .templateC .headGroup .en {
    font-size: 11rem; } }

@media screen and (max-width: 991px) {
  .templateC .headGroup .en {
    font-size: 8rem; } }

@media screen and (max-width: 767px) {
  .templateC .headGroup .en {
    font-size: 8.5rem; } }

@media screen and (max-width: 480px) {
  .templateC .headGroup .en {
    font-size: 7.8rem; } }

@media screen and (max-width: 374px) {
  .templateC .headGroup .en {
    font-size: 6rem; } }

.templateC .headGroup .jp {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 60px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1190px) {
  .templateC .headGroup .jp {
    font-size: 2.5rem; } }

@media screen and (max-width: 991px) {
  .templateC .headGroup .jp {
    font-size: 2.1rem; } }

@media screen and (max-width: 767px) {
  .templateC .headGroup .jp {
    font-size: 2.2rem; } }

@media screen and (max-width: 375px) {
  .templateC .headGroup .jp {
    font-size: 2.2rem; } }

@media screen and (max-width: 374px) {
  .templateC .headGroup .jp {
    font-size: 1.6rem; } }

.templateC .headBox {
  font-size: 2.4rem;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  margin-bottom: 2rem; }

@media screen and (max-width: 991px) {
  .templateC .headBox {
    font-size: 2.2rem; } }

@media screen and (max-width: 767px) {
  .templateC .headBox {
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 480px) {
  .templateC .headBox {
    font-size: 2rem; } }

@media screen and (max-width: 374px) {
  .templateC .headBox {
    font-size: 1.8rem; } }

.templateC .headNews {
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 60px; }

@media screen and (max-width: 991px) {
  .templateC .headNews {
    font-size: 3rem;
    line-height: 1; } }

@media screen and (max-width: 480px) {
  .templateC .headNews {
    font-size: 2.5rem; } }

.templateC .headContact {
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 3.5rem;
  line-height: 1; }

@media screen and (max-width: 991px) {
  .templateC .headContact {
    font-size: 3rem; } }

@media screen and (max-width: 480px) {
  .templateC .headContact {
    font-size: 2.5rem; } }

.templateC .badge {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 6px 1.1rem;
  border-radius: 14px; }

.templateC .badge-white {
  background-color: #ffffff; }

.templateC .badge-brown {
  background-color: #eaeae6; }

.templateC .scrollToTop {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0; }

@media screen and (max-width: 767px) {
  .templateC .scrollToTop {
    bottom: auto;
    top: 3.5rem; } }

.templateC .scrollToTop-link {
  position: absolute;
  bottom: 14rem;
  right: 4%; }

@media screen and (max-width: 767px) {
  .templateC .scrollToTop-link {
    bottom: auto;
    top: 0.8rem; } }

.templateC .scrollToTop-link .icon-arrTopWhite:after {
  width: 17px;
  height: 25px;
  background-image: url(../img/common/icon_arrow_top_white.png); }

@media screen and (max-width: 767px) {
  .templateC .ListBox-item {
    margin-bottom: 6rem; }
  .templateC .ListBox-item:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .templateC .ListBox-item {
    margin-bottom: 4rem; }
  .templateC .ListBox-item:last-child {
    margin-bottom: 0; } }

.templateC .ListBox-img {
  overflow: hidden;
  margin-bottom: 3.5rem; }

@media screen and (max-width: 767px) {
  .templateC .ListBox-img {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 480px) {
  .templateC .ListBox-img {
    margin-bottom: 2.3rem; } }

.templateC .ListBox-img .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 170px; }

@media screen and (max-width: 767px) {
  .templateC .ListBox-img .image {
    height: 300px; } }

@media screen and (max-width: 480px) {
  .templateC .ListBox-img .image {
    height: 168px; } }

.templateC .ListBox-desc {
  line-height: 24.5px; }

@media screen and (max-width: 767px) {
  .templateC .newsList {
    padding: 0 1rem; } }

.templateC .newsList-item {
  margin-bottom: 4.5rem; }

@media screen and (max-width: 767px) {
  .templateC .newsList-item {
    margin-bottom: 3.2rem; } }

.templateC .newsList-item:last-child {
  margin-bottom: 0; }

.templateC .newsList-link:hover {
  opacity: 0.8; }

.templateC .newsList-tag {
  margin-bottom: 1.5rem; }

.templateC .newsList-date {
  margin-right: 13px; }

.templateC .newsList-desc {
  letter-spacing: 0.05em; }

.templateC .mContainer.contact {
  padding-top: 2rem; }

@media screen and (max-width: 480px) {
  .templateC .mContainer.contact {
    padding-top: 10px; } }

.templateC .mContainer.contact .contactBox {
  padding: 6.5rem 0 5rem; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox {
    padding: 4rem 1rem; } }

.templateC .mContainer.contact .contactBox-line {
  position: relative; }

.templateC .mContainer.contact .contactBox-line:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-line:before {
    display: none; } }

.templateC .mContainer.contact .contactBox-head {
  margin-bottom: 5rem; }

@media screen and (max-width: 480px) {
  .templateC .mContainer.contact .contactBox-head {
    margin-bottom: 3rem; } }

.templateC .mContainer.contact .contactBox-desc {
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-desc {
    text-align: left !important; } }

.templateC .mContainer.contact .contactBox-ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ttl {
    font-size: 2rem; } }

.templateC .mContainer.contact .contactBox-ctn {
  padding: 1.5rem 0; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ctn {
    padding: 0; } }

.templateC .mContainer.contact .contactBox-ctn .btnCall {
  pointer-events: none;
  cursor: default; }

@media screen and (max-width: 1024px) {
  .templateC .mContainer.contact .contactBox-ctn .btnCall {
    cursor: pointer;
    pointer-events: visible; } }

.templateC .mContainer.contact .contactBox-ctn .btnCall .number {
  font-size: 3.2rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ctn .btnCall .number {
    font-size: 2.5rem; } }

.templateC .mContainer.contact .contactBox-ctn .btnCall .number.iconPhone {
  position: relative;
  padding-left: 3.6rem; }

@media screen and (max-width: 480px) {
  .templateC .mContainer.contact .contactBox-ctn .btnCall .number.iconPhone {
    padding-left: 2.5rem; } }

.templateC .mContainer.contact .contactBox-ctn .btnCall .number.iconPhone:before {
  content: '';
  position: absolute;
  background-image: url(../img/common/icon_phone_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 480px) {
  .templateC .mContainer.contact .contactBox-ctn .btnCall .number.iconPhone:before {
    width: 15px;
    height: 20px; } }

.templateC .mContainer.contact .contactBox-ctn .time {
  font-size: 1.4rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ctn .time {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ctn .btn {
    margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  .templateC .mContainer.contact .contactBox-ctn .btn {
    max-width: 100%;
    width: 100%; }
  .templateC .mContainer.contact .contactBox-ctn .btn-line {
    position: relative; }
  .templateC .mContainer.contact .contactBox-ctn .btn-line:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    bottom: -3.5rem;
    left: 0; } }

.templateC .achievement .blockEditorContainer,
.templateC .service .blockEditorContainer {
  padding-bottom: 5rem; }

.templateC .boxBtn {
  display: none; }

@media screen and (max-width: 1024px) {
  .templateC .boxBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.templateC .boxBtn .navbar-toggler {
  display: none;
  border: none;
  border-color: transparent;
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 2rem; }

@media screen and (max-width: 1024px) {
  .templateC .boxBtn .navbar-toggler {
    display: block; } }

@media screen and (max-width: 767px) {
  .templateC .boxBtn .navbar-toggler {
    width: 60px;
    height: 60px; } }

@media screen and (max-width: 480px) {
  .templateC .boxBtn .navbar-toggler {
    margin-right: 1rem;
    width: 50px;
    height: 50px; } }

@media screen and (max-width: 330px) {
  .templateC .boxBtn .navbar-toggler {
    margin-right: 0.5rem; } }

.templateC .boxBtn .navbar-toggler:last-child {
  margin-right: 0; }

.templateC .boxBtn .navbar-toggler:focus {
  outline: none; }

.templateC .boxBtn .navbar-toggler-menu {
  position: relative;
  z-index: 99;
  opacity: 1; }

.templateC .boxBtn .navbar-toggler-menu:hover {
  opacity: 1; }

.templateC .boxBtn .navbar-toggler-icon {
  background-image: url(../img/common/icon_menu.png);
  width: 39.75px;
  height: 25.5px; }

@media screen and (max-width: 767px) {
  .templateC .boxBtn .navbar-toggler-icon {
    width: 27px;
    height: 17px; } }

.templateC .boxBtn .navbar-toggler-open .navbar-toggler-icon {
  background-image: url(../img/common/icon_menu_close.png) !important;
  width: 30px;
  height: 30px; }

@media screen and (max-width: 767px) {
  .templateC .boxBtn .navbar-toggler-open .navbar-toggler-icon {
    width: 20px;
    height: 20px; } }

.templateC .boxBtn .navbar-toggler.hideIcon {
  display: none; }

.templateC .boxBtn .iconPhone {
  background-image: url(../img/common/icon_phone_sp.png);
  width: 26.25px;
  height: 34.5px; }

@media screen and (max-width: 767px) {
  .templateC .boxBtn .iconPhone {
    width: 17.5px;
    height: 23px; } }

.templateC .boxBtn .iconMail {
  background-image: url(../img/common/icon_mail_sp.png);
  width: 37.5px;
  height: 24.75px; }

@media screen and (max-width: 767px) {
  .templateC .boxBtn .iconMail {
    width: 25px;
    height: 16.5px; } }

.templateC .collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto; }

@media screen and (max-width: 1024px) {
  .templateC .collapse {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .templateC .collapse {
    height: 700px;
    overflow-y: scroll;
    overflow-x: auto;
    padding-bottom: 10rem; } }

.templateC .collapse .hideSp {
  display: block !important; }

@media screen and (max-width: 1024px) {
  .templateC .collapse .hideSp {
    display: none !important; } }

.templateC .collapse .hidePc {
  display: none !important; }

@media screen and (max-width: 1024px) {
  .templateC .collapse .hidePc {
    display: block !important; } }

.templateC .collapse-open {
  display: block;
  position: fixed;
  top: -3rem;
  right: -100%;
  width: 65%;
  height: 100vh;
  opacity: 1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .templateC .collapse-open {
    top: 0 !important; } }

@media screen and (max-width: 767px) {
  .templateC .collapse-open {
    top: -2rem; } }

@media screen and (max-width: 375px) {
  .templateC .collapse-open {
    top: -2rem; } }

@media screen and (max-width: 375px) and (-ms-high-contrast: active), screen and (max-width: 375px) and (-ms-high-contrast: none) {
  .templateC .collapse-open {
    top: 0 !important; } }

.templateC .collapse.show {
  display: block !important;
  right: 0;
  -webkit-animation: run 0.5s linear;
  animation: run 0.5s linear; }

@-webkit-keyframes run {
  0% {
    right: -100%; }
  50% {
    right: -50%; }
  100% {
    right: 0%; } }

@keyframes run {
  0% {
    right: -100%; }
  50% {
    right: -50%; }
  100% {
    right: 0%; } }

.templateC h1,
.templateC h2,
.templateC h3,
.templateC h4,
.templateC h5,
.templateC h6,
.templateC p {
  margin-bottom: 0; }

.templateC .whiteSpace {
  white-space: pre-wrap; }

.templateC .innerPage {
  padding: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (max-width: 1279px) {
  .templateC .innerPage {
    padding-left: 2rem;
    padding-right: 2rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 1279.5px) {
    .templateC .innerPage {
      padding-left: 2rem;
      padding-right: 2rem; } } }

@media screen and (max-width: 767px) {
  .templateC .innerPage {
    padding-left: 1rem;
    padding-right: 1rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 767.5px) {
    .templateC .innerPage {
      padding-left: 1rem;
      padding-right: 1rem; } } }

.templateC .only-pc {
  display: inline-block; }

@media screen and (max-width: 1024px) {
  .templateC .only-pc {
    display: none; } }

.templateC .only-sp {
  display: none; }

@media screen and (max-width: 1024px) {
  .templateC .only-sp {
    display: inline-block; } }

.templateC .contentPage {
  max-width: 800px;
  margin: 0 auto; }

.templateC .breadList {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem; }

.templateC .breadList .item {
  padding: 0.5rem 0.5rem;
  color: #727272;
  font-size: 1.3rem;
  font-weight: bold; }

.templateC .breadList .item:first-child {
  padding-left: 0; }

@media screen and (max-width: 480px) {
  .templateC .breadList .item:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px; } }

@media screen and (max-width: 374px) {
  .templateC .breadList .item:last-child {
    width: 135px; } }

.templateC .breadList .item .txt_link {
  color: #000000;
  font-size: 1.3rem;
  display: block;
  position: relative;
  padding-right: 2.5rem;
  font-weight: 500; }

.templateC .breadList .item .txt_link:hover {
  color: #727272; }

.templateC .breadList .item .txt_link::before {
  content: '';
  background: #e7e7e7;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
