@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700&display=swap");
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

.syne {
  font-family: "Syne", sans-serif;
}

/* setting */
@media screen and (min-width: 829px) {
  .p-works_block {
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .p-works_side {
    width: 240px;
  }
  .p-works_main {
    flex: 1;
    max-width: calc(100% - 320px);
  }
}
.p-works_main .slick-arrow {
  width: 9px;
  height: 18px;
  background-image: url(../images/common/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  z-index: 1;
}
.p-works_main .slick-arrow::before {
  display: none;
}
.p-works_main .slick-prev {
  left: 25px;
}
.p-works_main .slick-next {
  right: 25px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 828px) {
  .p-works_main {
    margin-top: 40px;
  }
  .p-works_main .slick-prev {
    left: 10px;
  }
  .p-works_main .slick-next {
    right: 10px;
  }
}

.p-works_form h2 {
  position: relative;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  padding: 1.1111111111em;
  box-sizing: border-box;
  color: #fff;
  background-color: #133080;
}
@media screen and (min-width: 829px) {
  .p-works_form h2::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #133080;
    border-right: 0;
  }
}
.p-works_form h3 {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-bottom: 12px;
}

.p-works_area {
  border-radius: 0 0 8px 8px;
  overflow: clip;
  background-color: #F8F8F8;
}

.p-works_search {
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .p-works_search {
    padding: 24px 16px;
  }
}
.p-works_search + .p-works_search {
  border-top: 1px solid #E6E6E6;
}
.p-works_search [type=checkbox] {
  display: none;
}
.p-works_search [type=checkbox] + span {
  display: block;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  background-color: #E6E6E6;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #E6E6E6;
  transition: all 0.3s;
}
.p-works_search [type=checkbox]:hover + span, .p-works_search [type=checkbox]:checked + span {
  color: #133080;
  border: 1px solid #133080;
  background-color: #DAE5F2;
}

.p-works_half ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

@media screen and (min-width: 451px) {
  .p-works_full ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .p-works_full ul li + li {
    margin-top: 8px;
  }
}

.p-works_btn {
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 829px) {
  .p-works_btn {
    padding-bottom: 24px;
  }
}
.p-works_btn .submit {
  cursor: pointer;
  width: 100px;
  height: 30px;
  background-color: #133080;
  color: #fff;
  border: none;
  border-radius: 4px;
}

@media screen and (min-width: 451px) {
  .p-works_cards {
    display: flex;
    margin: -40px -20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .p-works_cards {
    margin: -16px;
  }
}

@media screen and (min-width: 451px) {
  .p-works_card {
    max-width: 50%;
    flex-basis: 50%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .p-works_card {
    padding: 16px;
  }
}
@media screen and (max-width: 450px) {
  .p-works_card + .p-works_card {
    margin-top: 24px;
  }
}
.p-works_card .slick-dots {
  bottom: 8px;
}
.p-works_card .slick-dots li button:before {
  color: #fff;
}
.p-works_card .slick-dots li.slick-active button:before {
  color: #fff;
}

.p-works_stage {
  aspect-ratio: 418/314;
  max-width: 418px;
}

.p-works_sldier img {
  display: block;
  max-width: 418px;
  width: 100%;
  height: auto;
}

.p-works_inner h2,
.p-facility_inner h2 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: 0.7272727273em;
}
.p-works_inner table,
.p-facility_inner table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-works_inner tr + tr,
.p-facility_inner tr + tr {
  border-top: 1px solid #ccc;
}
.p-works_inner th,
.p-works_inner td,
.p-facility_inner th,
.p-facility_inner td {
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
}
.p-works_inner th,
.p-facility_inner th {
  font-weight: 700;
  width: 120px;
  background-color: #F8F8F8;
}

.p-facility_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 96px 120px;
}
@media screen and (max-width: 828px) {
  .p-facility_cards {
    gap: 48px;
  }
}
@media screen and (max-width: 828px) {
  .p-facility_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-facility_inner h2 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  padding-top: 1.0909090909em;
  padding-bottom: 0.7272727273em;
}

.p-works_inner th,
.p-works_inner td {
  font-size: 1.4rem;
}

.p-facility_inner th,
.p-facility_inner td {
  font-size: 1.5rem;
}

.txt-area h2 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 0.8571428571em;
}

.l-business {
  position: relative;
}
.l-business .--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.l-business .--bg img {
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 829px) {
  .l-business_side {
    display: flex;
  }
  .l-business_side.--about {
    gap: 25.3333333333%;
  }
  .l-business_side.--quality {
    gap: 20.3333333333%;
  }
}
@media screen and (min-width: 829px) and (max-width: 1300px) {
  .l-business_side.--quality {
    max-width: calc(100% - 64px);
  }
}
.l-business_side .--en {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #133080;
  font-weight: 700;
}
.l-business_side .--info {
  flex: 1;
}
@media screen and (max-width: 828px) {
  .l-business_side .--info {
    margin-top: 4px;
  }
}

.l-business_lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
  max-width: 1500px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 828px) {
  .l-business_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-business_list {
  position: relative;
}
.l-business_list::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.l-business_list figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  z-index: 2;
}
.l-business_list span {
  display: block;
  font-weight: 700;
}
.l-business_list small {
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .l-business_list small {
    display: block;
    margin-top: 4px;
    line-height: 1.2;
    font-size: 1rem;
  }
}

.l-business_wrapper {
  position: relative;
  margin-top: 60px;
  padding: 60px 0;
}
@media screen and (min-width: 829px) {
  .l-business_wrapper {
    margin-top: 120px;
    padding: 120px 0;
  }
}
.l-business_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .l-business_wrapper::before {
    max-width: calc(100% - 64px);
  }
}

.l-business_slider {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .l-business_slider {
    margin-top: 146px;
  }
}
.l-business_slider figure {
  margin: 0 4px;
}
@media screen and (max-width: 500px) {
  .l-business_slider figure {
    margin: 0;
  }
}
.l-business_slider figcaption {
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  margin-top: 0.5714285714em;
}
@media screen and (max-width: 450px) {
  .l-business_slider figcaption {
    padding: 0 20px;
  }
}
.l-business_slider .slick-arrow {
  top: -40px;
  left: unset;
  right: 200px;
  transform: translateY(-40px);
  border: 1px solid #133080;
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  z-index: 1;
}
.l-business_slider .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../../../uploads/2024/01/icon_arrow-blue.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center center !important;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.l-business_slider .slick-arrow:hover {
  opacity: 1;
  background-color: #133080;
}
.l-business_slider .slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(31%) hue-rotate(83deg) brightness(107%) contrast(107%);
}
.l-business_slider .slick-prev {
  right: 264px;
}
.l-business_slider .slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 828px) {
  .l-business_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-business_slider .slick-prev {
    left: 0;
    right: unset;
  }
  .l-business_slider .slick-next {
    right: 0;
  }
}

.l-business_navi {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .l-business_navi {
    margin-top: 120px;
  }
}

.l-business_menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 48px 16px;
}
@media screen and (min-width: 829px) {
  .l-business_menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.l-business_link {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.l-business_link figure {
  position: relative;
  overflow: clip;
  margin-bottom: 10px;
}
@media screen and (min-width: 829px) {
  .l-business_link figure {
    margin-bottom: 25px;
  }
}
.l-business_link figure::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  display: block;
  background-color: #133080;
  width: 56px;
  height: 56px;
  z-index: 1;
}
.l-business_link figure::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  background-image: url(../../../uploads/2024/01/icon_arrow-blue.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center center !important;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(438%) hue-rotate(291deg) brightness(114%) contrast(100%);
}
.l-business_link img {
  transform: scale(1);
  transition: all 0.3s;
}
.l-business_link hgroup {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  z-index: 1;
}
.l-business_link .--en {
  font-size: clamp(2.4rem, 3.8709677419vw, 4.8rem);
  font-weight: 700;
}
.l-business_link h2 {
  font-size: 1.6rem;
}
.l-business_link:hover {
  opacity: 1;
}
.l-business_link:hover img {
  transform: scale(1.1);
}

.p-block {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 829px) {
  .p-block {
    display: flex;
  }
}

.p-navi {
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .p-navi {
    width: 372px;
    padding: 64px;
    border-right: 1px solid #000;
  }
}
.p-navi h2 {
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  margin-bottom: 1.0416666667em;
  color: #133080;
}

@media screen and (min-width: 829px) {
  .p-navi_not-txt {
    margin-top: 120px;
  }
}
@media screen and (max-width: 828px) {
  .p-navi_not-txt {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
}

.p-list a {
  position: relative;
  padding-left: 24px;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  box-sizing: border-box;
}
.p-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #133080;
  border-radius: 50%;
}
.p-list a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-color: #133080;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0;
  transition: all 0.3s;
}
.p-list a:hover, .p-list a[area-current] {
  opacity: 1;
}
.p-list a:hover::after, .p-list a[area-current]::after {
  opacity: 1;
}

@media screen and (min-width: 829px) {
  .p-menu {
    flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .p-menu {
    border-top: 1px solid #000;
    box-sizing: border-box;
  }
}
.p-menu a {
  display: block;
  width: 100%;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  box-sizing: border-box;
  background-image: url(../../../uploads/2024/01/icon_arrow-blue.png) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center right 24px !important;
  padding: 1.7777777778em 1.7777777778em;
  padding-right: 4.4444444444em;
}
@media screen and (min-width: 829px) {
  .p-menu a {
    padding: 2.6666666667em 4.4444444444em;
    background-position: center right 12.5% !important;
  }
}
@media screen and (min-width: 829px) {
  .p-menu h3 {
    width: 88%;
  }
}
.p-menu li + li {
  border-top: 1px solid #000;
}

.p-tab {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.p-time {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.p-cat {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #133080;
}

.p-page .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 8px;
}
.p-page a,
.p-page span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 829px) {
  .p-page a,
  .p-page span {
    width: 48px;
    height: 48px;
  }
}
.p-page a.current, .p-page a:hover,
.p-page span.current,
.p-page span:hover {
  opacity: 1;
  color: #fff;
  background-color: #133080;
}
.p-page .pages {
  display: none !important;
}

.blog .cm-bread, .category .cm-bread {
  margin-bottom: 0;
}

.s-post_lead h2 {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 829px) {
  .s-post_lead h2 {
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
  }
}

.s-inner a {
  color: #0057B9;
  font-weight: 700;
  text-decoration: underline;
}

.s-btn {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .s-btn {
    margin-top: 120px;
  }
}
.s-btn a {
  display: block;
  color: #133080;
  max-width: 240px;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  text-align: center;
  font-weight: 700;
  padding-bottom: 1.0625em;
  margin: auto;
  border-bottom: 1px solid #133080;
  box-sizing: border-box;
}/*# sourceMappingURL=addsstyle.css.map */