@charset "utf-8";

#headerInclude {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.h1-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 0 2rem;
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}
.page-company .h1-block {
  background-image: url(../image/company/bg-header.jpg);
}

.h1-block h1 {
  color: #fff;
  font-size: 2.25rem;
  font-size: clamp(1.7rem, 1.25rem + 2vw, 2.25rem);
  font-weight: 100;
  text-align: center;
  letter-spacing: .2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0rem 1rem;
}
.h1-block h1.lower {
  align-items: center;
}
.h1-block h1 span.en {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 50%;
  letter-spacing: 0.05em;
}
.h1-block h1 .parent {
  display: flex;
  align-items: baseline;
  gap: 0 1rem;
}
.h1-block h1 .current {
  padding-left: 2.4rem;
  margin-left: 1rem;
  position: relative;
  line-height: 1.2;
}
.h1-block h1 .current::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.breadcrumbs-block {
  background-color: var(--color-gray3);
  padding: .3em 0;
}
.breadcrumb-list {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1em;
  font-size: clamp(0.75rem, 0.648rem + 0.45vw, 0.875rem);
}
.breadcrumb-list li {
  display: inline-block;
  margin-right: .8em;
}
.breadcrumb-list li:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--color-gray1);
  margin-right: .6rem;
}
.breadcrumb-list li a {
  color: var(--color-gray1);
}

.copy-block {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  text-align: center;
  background-color: var(--main-color);
  background-repeat: no-repeat;
  padding: 2.65rem 2rem;
  margin-bottom: 2.5rem;
}
.copy-block .copy {
  font-size: clamp(1.8rem, 1.178rem + 2.76vw, 2.56rem);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .4em;
  line-height: 1.4;
}
.copy-block .copy span,
.copy-block .copy-en span {
  display: inline-block;
}
.copy-block .copy  span.kana {
  font-size: 80%;
}



ol.type1 {
  margin-left: 1.8em;
}



.category-navi {
  padding: clamp(3.6rem, 1.964rem + 7.27vw, 5.6rem) 2rem clamp(6rem, 4.364rem + 7.27vw, 8rem);
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5rem 3rem;
  max-width: 850px;
  margin: 0 auto;
}
/*.category-list li.current .link-button {
  background-color: #7f99c9;
  box-shadow: 4px 4px rgba(127, 153, 201, .5);;
}*/
@media screen and (max-width: 910px) {
  .category-list {
    max-width: calc( 250px * 2 + 3rem );
  }
}
@media screen and (max-width: 612px) {
  .category-list {
    justify-content: center;
  }
}


/* dotted-table */
.dotted-table {
  width: calc( 100% - 2rem );
  max-width: 820px;
  margin: 0 auto;
  border-collapse: collapse;
}
.dotted-table > tbody > tr {
  background-image: radial-gradient(circle, #898989 1px, transparent 1.0px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
.dotted-table > tbody > tr:last-child {
  background: none;
}
.dotted-table > tbody > tr > th {
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  padding: .6em .3em;
}
.dotted-table > tbody > tr > td {
  font-weight: 400;
  padding: .7em .3em;
}
.no-line-table > tbody > tr > th {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  padding-right: 1em;
}
.dotted-table span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .dotted-table,
  .dotted-table > tbody > tr > td,
  .dotted-table > tbody > tr > th {
    display: block;
  }
  .dotted-table > tbody > tr > th {
    padding-bottom: 0;
  }
  .dotted-table > tbody > tr > td {
    padding-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .no-line-table,
  .no-line-table > tbody > tr > td,
  .no-line-table > tbody > tr > th {
    display: block;
  }
  .no-line-table > tbody > tr > td {
    padding-left: 1em;
  }
}

/* googlemap */
.mapIframe {
  width: 100%;
  aspect-ratio: 900 / 600;
  position: relative;
  overflow: hidden;
  margin: 0px auto 0.5rem;
}
iframe {
  width: 100%;
  height: 100%;
}


/* lum-lightbox */
.luminous {
  display: inline-block;
  position: relative;
}
.luminous::after {
  content: '';
  display: block;
  width: 29px;
  aspect-ratio: 1 / 1;
  background-image: url(../image/common/icon-glass.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 7%;
  bottom: 11%;
}
.lum-lightbox {
  background: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.lum-lightbox.lum-opening {
  animation: a .4s ease-out
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: b .4s ease-out
}
.lum-gallery-button {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(calc(-50% - 2em));
  transition: .5s;
}
.lum-next-button {
  right: 12px;
}
.lum-previous-button {
  left: 12px;
}
/*@media screen and (min-width: 990px) {
  .lum-next-button {
    right: 50%;
    margin-right: -458px;
  }
  .lum-previous-button {
    left: 50%;
    margin-left: -458px;
  }
}*/
.lum-gallery-button:after {
  border-top: 2px solid #515151;
  height: 20px;
  width: 20px;
  transition: .3s;
}
.lum-next-button:after {
  border-right: 2px solid #515151;
  box-shadow: none;
  right: 34%;
}
.lum-previous-button:after {
  border-left: 2px solid #515151;
  box-shadow: none;
  left: 34%;
}
@media (any-hover: hover) {
  .lum-close-button:hover {
    opacity: .6;
  }
  .lum-gallery-button:hover {
		opacity: .6;
  }
  .lum-next-button:hover:after {
    right: 26%;
  }
  .lum-previous-button:hover:after {
    left: 26%;
  }

}
.lum-lightbox-inner .lum-lightbox-caption {
  font-weight: 400;
  margin-top: .5em;
}
.lum-close-button {
/*  top: 50%;
  right: 50%;
  margin-top: -292px;
  margin-right: -390px;*/
  right: 20px;
  top: 20px;
  transition: .3s;
  opacity: 1;
  cursor: pointer;
}
/*@media screen and (max-width: 818px) {
  .lum-close-button {
    top: 50%;
    right: 2.5%;
    margin-top: calc( -437 / 776 * 47.5% - 4.5rem );
    margin-right: 0;
  }
}*/
@media screen and (max-width: 460px) {
  .lum-lightbox-caption{
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
    bottom:3rem;
  }
/*  .lum-close-button {
    top: 2.5%;
    margin-top: 0;
  }*/
}


/* photo list */
.photo-list {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 1rem;
}
.photo-list li {
  width: calc( ( 100% - 2rem ) / 3 );
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .photo-list li {
    width: calc( ( 100% - 2rem ) / 2 );
  }
}



/* strength page */
.page-strength .h1-block {
  background-image: url(../image/strength/bg-header.jpg);
}
.page-strength .copy-block {
  background-color: var(--strength-color);
  background-image: url(../image/strength/bg-copy.png);
  background-position: calc(50% + 508px) 32px;
  text-shadow: 0 0 5px var(--strength-color),0 0 7px var(--strength-color),0 0 10px var(--strength-color);;
}
@media screen and (max-width: 1160px) {
  .page-strength .copy-block {
    background-position: bottom -23px right -30px;
    background-size: clamp(169px, 9.634rem + 4.13vw, 202px);
  }
}
@media screen and (max-width: 830px) {
  .page-strength .copy-block {
    background-image: url(../image/strength/bg-copy-sp.png);
    background-position: bottom -23px right -30px;
    background-size: clamp(115px, 4.746rem + 10.85vw, 166px);
  }
}
@media screen and (max-width: 628px) {
  .page-strength .copy-block {
    background-position: bottom -8px right -22px;
  }
}

.section-strength .image {
  width: calc( 100% - 2rem );
  max-width: 977px;
  padding: 0 1rem;
  margin: 5.5rem auto 0;
}
.section-strength .image img {
  width: 100%;
}
.section-strength .strength-point {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border: solid 2px var(--color-gray3);
  padding: 1.4em 1em;
  margin-top: 1em;
}
.section-strength .strength-point span {
  display: inline-block;
}
@media screen and (max-width: 549px) {
  .section-strength .image {
    width: calc( 100% - 3rem );
    max-width: 400px;
    padding: 0 2rem 0 1rem;
  }
  .section-strength .strength-point {
    border: none;
    padding: 1.4em 0;
  }
}



/* contact */
.page-contact .h1-block {
  background-image: url(../image/contact/bg-header.jpg);
  padding: 0 1rem;
}
.section-contact-form {
  padding-bottom: clamp(5rem, 0.091rem + 21.82vw, 11rem);
}
.contact-block {
  max-width: 900px;
  text-align: center;
  padding: 2em 1em;
  border: solid 3px var(--color-gray3);
  box-sizing: border-box;
  margin: clamp(3.5rem, 2.273rem + 5.45vw, 5rem) auto 0;
}
.contact-block span {
  display: inline-block;
}
.contact-block .tel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 0.109rem + 4.85vw, 1.5rem);
  gap: .5em 1.6em;
  margin: .7em 0;
  line-height: 1;
}
.contact-block .tel-number {
  background-image: url(../image/common/tel-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.58em;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}


/* privacypolicy */
.page-privacypolicy .h1-block {
  background-image: url(../image/privacypolicy/bg-header.jpg);
  padding: 0 1rem;
}
.page-privacypolicy .text-block {
  padding-top: 1rem;
}
.page-privacypolicy .text-block dl {
  margin-top: 2em;
}