@charset "UTF-8";
/*
Theme Name: corp-nuvielle
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Thin");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Light");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP ExtraBold");
  font-weight: 800;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP Black");
  font-weight: 900;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --space-lg: 180px 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html:focus {
  outline: none;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  color: #001520;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
  overflow: hidden;
}

body:not(.single) #main {
  padding-top: 338px;
}

.single #main {
  padding-top: 218px;
}

body:not(.single) #mainCnt {
  margin: var(--space-lg);
}

#wpadminbar {
  top: unset !important;
  bottom: 0;
}

address {
  font-style: normal;
}

button {
  background: transparent;
  border: none;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.font_sub {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-style: normal;
}

.medium {
  font-weight: 500;
}

.SemiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  :root {
    --space-lg: 90px 0;
  }
  body:not(.single) #main {
    padding-top: 136px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1211px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container {
    max-width: 1060px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 750px;
  }
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #7e634e;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  color: #dedad1;
  transition: all ease 0.3s;
}
a:active, a:hover {
  outline: 0;
}
a img:hover {
  opacity: 0.8;
}

._blank {
  display: flex;
  gap: 10px;
  align-items: center;
}
._blank::after {
  content: "";
  width: 10.5px;
  height: 10.5px;
  background: url("images/common/icon_blank.svg") no-repeat center/cover;
  display: inline-block;
  flex-shrink: 0;
}

/* ---------------------------------------------------------------- */
/* common_bg_fixedWrap */
/* ---------------------------------------------------------------- */
.common_bg_fixedWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

.logoWrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  z-index: 30;
  position: fixed;
  top: 40px;
  right: 60px;
}
#header #headerCnt #logoArea h1 {
  display: inline-flex;
  margin: 0;
}
#header #headerCnt #logoArea a {
  text-decoration: none;
  color: #001520 !important;
}
#header #headerCnt #logoArea a:hover {
  opacity: 1;
}
#header #headerCnt #logoArea .logoWrap {
  margin: 0;
  margin: 0 0 0 auto;
}
#header #headerCnt #logoArea .logoWrap p {
  margin: 0 0 18px;
}
#header #headerCnt #mainNaviArea {
  margin-top: 18px;
  text-align: center;
}
#header #headerCnt #mainNaviArea a {
  color: #001520;
  line-height: 24px;
}
#header #headerCnt #drawerNaviWrap {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    top: 0;
    right: 0;
  }
  #header #headerCnt #logoArea .logoWrap {
    margin: 20px auto 0 15px;
  }
  #header #headerCnt #logoArea .logoWrap p {
    margin: 0 0 8px;
  }
  #header #headerCnt #mainNaviArea {
    display: none;
  }
  #header #headerCnt #drawerNaviWrap {
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  position: absolute;
  top: 30px;
  right: 15px;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 10px;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #001520;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 8px;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -375px;
  bottom: 0;
  width: 375px;
  background: #001520;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 120px 38px 120px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  line-height: 64px;
  text-decoration: none;
  display: flex;
  transition-duration: 0.2s;
  color: #fff;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 40px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  background: #001520;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
  border-top: 1px solid #fff;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  background-color: #001520;
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
}
#drawerNaviWrap.open .drawerNaviBtn {
  position: fixed;
  top: 40px;
  right: 19.5px;
  z-index: 1000;
}
#drawerNaviWrap.open .drawerNaviBtn span {
  background-color: #fff;
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(2) {
  top: 8px;
  transform: rotate(45deg);
}
#drawerNaviWrap.open .logoWrap {
  display: flex;
  margin-top: 52px;
  color: #fff;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
}

.top_titleh2Wrap_type1._white {
  color: #fff;
}
.top_titleh2Wrap_type1._center {
  text-align: center;
}
.top_titleh2Wrap_type1 .en {
  font-size: 12px;
  margin-bottom: 50px;
  font-weight: 400;
}
.top_titleh2Wrap_type1 .top_titleh2 {
  font-size: 64px;
  line-height: 92px;
  font-weight: 400;
  margin: 0 0 90px;
}
.top_titleh2Wrap_type1:has(.top_titleh2) .en {
  margin-bottom: 10px;
}

.top_titleh3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 48px;
}

.top_titleh4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 28px;
}

.btn_container {
  display: flex;
  justify-content: flex-end;
}
.btn_container._center {
  justify-content: center;
}

.btn_type1 {
  color: #001520 !important;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  background-image: url("images/common/arrow_black.svg");
  background-position: bottom 4px right 0;
  background-repeat: no-repeat;
  background-size: 18.5px 9px;
}
.btn_type1._white {
  color: #fff !important;
  background-image: url("images/common/arrow_white.svg");
}
.btn_type1 .en_text {
  font-size: 48px;
  line-height: 58px;
  position: relative;
}
.btn_type1 .text {
  font-size: 14px;
}

.bg_max {
  margin: 0 calc(50% - 50vw);
  padding: 180px calc(50vw - 50%);
  width: 100vw;
}
.bg_max.gray {
  background: #e0e0e1;
}
.bg_max.main_color {
  background: #001520;
  color: #fff;
}

.parts_square_slide {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .btn_type1 .en_text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.2s ease-out;
  }
  .btn_type1:hover .en_text::before {
    width: 100%;
  }
  .btn_type1:hover._white .en_text::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .top_titleh2Wrap_type1 .top_titleh2 {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 30px;
  }
  .btn_container {
    justify-content: center;
  }
  .bg_max {
    padding: 90px calc(50vw - 50%);
  }
}
/* HOME parts*/
.parts_h_area {
  padding: 180px 0 0;
}
.parts_h_area .logo {
  text-align: center;
}
.parts_h_area .parts_h_inr {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.parts_h_area .image-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts_h_area .image-container {
  position: relative;
  width: 45vw;
  height: 85vh;
  overflow: hidden;
}
.parts_h_area .expand-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.parts_p_area {
  padding: var(--space-lg);
}
.parts_p_area .parts_p_area_inr .desc p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.parts_c_area {
  background-color: #a5bcc9;
  padding: var(--space-lg);
}
.parts_c_area .desc p {
  line-height: 48px;
}
.parts_c_area .img {
  text-align: center;
}

.parts_d_area {
  background-color: #d9d3c3;
  padding: var(--space-lg);
  text-align: center;
}
.parts_d_area .parts_d_maincp .en {
  margin-bottom: 10px;
}
.parts_d_area .parts_d_maincp .jp {
  margin-bottom: 33px;
}
.parts_d_area .parts_square_slide {
  margin: 0 auto 60px;
}

.parts_b_area .img img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.parts_b_area .parts_b_area_inr {
  margin: 90px 0 120px;
}
.parts_b_area .parts_b_area_inr .textWrap {
  margin-bottom: 60px;
}
.parts_b_area .parts_b_area_inr .textWrap p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.parts_b_area .parts_b_area_inr .textWrap .desc {
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 30px;
}

.parts_bs_area {
  margin: 130px 0 180px;
}
.parts_bs_area .parts_bs_slide {
  overflow: hidden;
}
.parts_bs_area .parts_bs_slide .swiper-button-next {
  bottom: 60px;
  top: initial;
  left: 540px;
}
.parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box {
  position: relative;
}
.parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap {
  position: relative;
}
.parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap .name {
  margin: 40px 0;
}
.parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap p {
  margin: 0;
  line-height: 24px;
}
.parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap .desc {
  margin-bottom: 40px;
  line-height: 28.8px;
}

.parts_n_area {
  margin: 80px 0 180px;
}
.parts_n_area .top-newsPostListWrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.parts_n_area .top-newsPostListWrap a {
  color: #001520 !important;
}
.parts_n_area .top-newsPostListWrap .swiper-button-next {
  right: 140px;
  top: 170px;
}
.parts_n_area .top-newsPostList .postBox {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 30px 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e1;
}
.parts_n_area .top-newsPostList .postBox .permalink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.parts_n_area .top-newsPostList .postBox .thumbnail {
  text-align: center;
  width: 360px;
  margin: 0 auto;
}
.parts_n_area .top-newsPostList .postBox .thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.parts_n_area .top-newsPostList .postBox .text_item time {
  font-size: 16px;
}
.parts_n_area .top-newsPostList .postBox .text_item .title {
  margin: 20px 0 0;
  font-size: 24px;
}
@media (min-width: 970px) {
  .parts_n_area .top-newsPostListWrap .swiper-slide {
    opacity: 0 !important;
  }
  .parts_n_area .top-newsPostListWrap .swiper-slide-active {
    opacity: 1 !important;
  }
}

.parts_m_area {
  padding: var(--space-lg);
  position: relative;
  z-index: 0;
}
.parts_m_area .top_titleh2Wrap_type1 .top_titleh2 {
  margin: 0 0 130px;
}
.parts_m_area .bg_scroll_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.parts_m_area .bg_scroll_bg .bg_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/home/bk_onlineshop.jpg") no-repeat center/cover;
}

.parts_os_area {
  position: relative;
  z-index: 0;
}
.parts_os_area .parts_os_inr {
  display: grid;
  gap: 30px 120px;
}
.parts_os_area .cstext {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -43px;
  left: 0;
}
.parts_os_area .cstext .cstext__inr {
  display: inline-flex;
  gap: 80px;
  animation: infinity-scroll 60s infinite linear both;
}
.parts_os_area .cstext p {
  white-space: nowrap;
  font-size: 120px;
  color: #fff;
  margin: 0;
  opacity: 0.3;
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.parts_cb_area .parts_cb_slide {
  position: relative;
}
.parts_cb_area .parts_cb_slide .swiper-button-next {
  top: 190px;
  right: 5%;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box_inr {
  max-width: 540px;
  margin: 0 auto;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .img {
  margin: 0 auto 33px;
  position: relative;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .img::before {
  content: "W/";
  font-size: 120px;
  line-height: 40px;
  font-weight: 400;
  color: #e0e0e1;
  position: absolute;
  left: -98px;
  bottom: -37px;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .textWrap {
  display: flex;
  justify-content: center;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .textWrap .inr {
  display: inline-block;
}
.parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .textWrap .inr .text_btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .parts_p_area .parts_p_area_inr .desc {
    display: inline-flex;
    margin-left: 310px;
  }
  .parts_p_area .parts_p_area_inr .desc p {
    font-size: 18px;
    line-height: 36px;
  }
  .parts_c_area .top_titleh2Wrap_type1 .en {
    margin-bottom: 40px;
  }
  .parts_c_area .desc p {
    font-size: 24px;
  }
  .parts_c_area .img {
    margin-top: -20px;
  }
  .parts_c_area .btn_container {
    margin-top: -50px;
  }
  .parts_b_area {
    margin: 180px 0 120px;
  }
  .parts_b_area .img img {
    aspect-ratio: 0.6;
    width: 240px;
  }
  .parts_b_area .parts_b_area_inr {
    margin: 0;
  }
  .parts_b_area .parts_b_area_inr .textWrap {
    margin: 90px 0 17px;
    display: flex;
    gap: 30px 100px;
    flex-wrap: wrap;
    align-items: center;
  }
  .parts_b_area .parts_b_area_inr .textWrap p {
    font-size: 14px;
    line-height: 32px;
    margin: 0;
  }
  .parts_b_area .parts_b_area_inr .textWrap .desc {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 971px) {
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box {
    display: flex;
    gap: 60px;
  }
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .img {
    width: 480px;
  }
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap {
    padding-top: 120px;
  }
  .parts_os_area .parts_os_inr {
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
  }
  .parts_os_area .parts_os_inr .textWrap_01,
  .parts_os_area .parts_os_inr .textWrap_02 {
    grid-column: 1;
  }
  .parts_os_area .parts_os_inr .textWrap_01 {
    grid-row: 1;
  }
  .parts_os_area .parts_os_inr .textWrap_02 {
    grid-row: 2;
  }
  .parts_os_area .parts_os_inr .parts_square_slide {
    grid-column: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 970px) {
  .parts_bs_area {
    margin: 120px 0 90px;
  }
  .parts_bs_area .parts_bs_slide {
    max-width: 545px;
    margin: 0 auto;
  }
  .parts_bs_area .parts_bs_slide .swiper-button-next {
    top: 340px;
    right: 15px;
    left: inherit;
  }
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap .nom {
    position: absolute;
    left: 257px;
    top: -35px;
  }
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap .name {
    margin: 20px 0 10px;
  }
  .parts_bs_area .parts_bs_slide .parts_bs_slideList .parts_bs_Box .textWrap .desc {
    margin-bottom: 20px;
  }
  .parts_n_area .top-newsPostListWrap .swiper-button-next {
    display: none;
  }
  .parts_n_area .top-newsPostList {
    display: grid;
    gap: 20px;
  }
  .parts_n_area .top-newsPostList .postBox {
    grid-template-columns: 120px 1fr;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e1;
  }
  .parts_n_area .top-newsPostList .postBox .thumbnail {
    width: 120px;
    grid-column: 1;
  }
  .parts_n_area .top-newsPostList .postBox .text_item {
    grid-column: 2;
  }
  .parts_n_area .top-newsPostList .postBox .text_item time {
    font-size: 14px;
  }
  .parts_n_area .top-newsPostList .postBox .text_item .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .MV_wrapper img {
    aspect-ratio: 0.9;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .parts_p_area .container {
    padding-left: 11px;
    padding-right: 11px;
  }
  .parts_h_area {
    padding: 90px 0 0;
  }
  .parts_h_area .image-container {
    width: 300px;
    height: 450px;
  }
  .parts_c_area .parts_c_area_inr {
    display: grid;
    gap: 50px;
  }
  .parts_c_area .top_titleh2Wrap_type1 .en {
    margin-bottom: 20px;
  }
  .parts_c_area .desc p {
    font-size: 20px;
  }
  .parts_m_area {
    padding: 210px 0 180px;
    background: none;
  }
  .parts_m_area .top_titleh2Wrap_type1 .top_titleh2 {
    margin: 0 0 160px;
  }
  .parts_os_area .cstext {
    bottom: -21px;
  }
  .parts_os_area .cstext .cstext__inr {
    gap: 40px;
  }
  .parts_os_area .cstext p {
    font-size: 60px;
  }
  .parts_cb_area .parts_cb_slide {
    padding-bottom: 50px;
  }
  .parts_cb_area .parts_cb_slide .swiper-button-next {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .parts_cb_Box_inr {
    max-width: 345px;
  }
  .parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .img {
    max-width: 290px;
    margin: 0 0 18px auto;
  }
  .parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .img::before {
    font-size: 64px;
    line-height: 21px;
    left: -55px;
    bottom: -19px;
  }
  .parts_cb_area .parts_cb_slide .parts_cb_slideList .parts_cb_Box .textWrap .inr .top_titleh4 {
    margin-left: 100px;
  }
}
/* スクロールアニメーション用のCSS */
.fadeinup {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeinup.active {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------- */
/*スライダー関連*/
/* ----------------------------------- */
.swiper {
  position: relative;
}

.swiper-pagination-bullet-active {
  background-color: #001520;
}

._color2 .swiper-pagination-bullet {
  border-color: #dedad1;
}

._color2 .swiper-pagination-bullet-active {
  background-color: #dedad1;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  display: block;
  z-index: 2;
  cursor: pointer;
  background-image: none;
  display: flex;
  width: auto;
  height: 22px;
  gap: 10.5px;
  align-items: center;
  z-index: 2;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 18.5px;
  height: 9px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-button-next:after {
  background-image: url("images/common/arrow_black.svg");
}

.swiper-button-next.white:after {
  background-image: url("images/common/arrow_white.svg");
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0;
}

.btn + .btn {
  margin-top: 30px;
}
.btn {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 65px;
  font-size: 32px;
  margin: 0 auto;
  touch-action: manipulation;
  transition: 0.3s ease-in;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  border: solid 1px #001520;
  color: #001520;
  background-color: #fff;
}
.btn::before, .btn::after {
  content: "";
  flex-shrink: 0;
  transition: 0.3s ease-in;
}
.btn[target=_blank]::after {
  width: 10.5px;
  height: 10.5px;
  background: url(images/common/icon_blank.svg) no-repeat center/cover;
  display: inline-block;
  margin-top: 7px;
}
.btn.icon_cart::before {
  width: 19px;
  height: 24px;
  background: url(images/common/icon_cart.svg) no-repeat center/cover;
  display: inline-block;
}
.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.arrow:hover:after, .btn.arrow:focus:after {
  color: #001520;
}
@media screen and (min-width: 1025px) {
  .btn:hover {
    text-decoration: none;
    background-color: #001520;
    color: #fff !important;
  }
  .btn:hover[target=_blank]::after {
    background: url(images/common/icon_blank_w.svg) no-repeat center/cover;
  }
  .btn:hover.icon_cart::before {
    background: url(images/common/icon_cart_w.svg) no-repeat center/cover;
  }
  .btn.white::before {
    background: #fff;
  }
  .btn.white:hover, .btn.white:focus {
    color: #001520;
  }
  .btn.btnLeft {
    margin: 0;
  }
  .btn.btnRight {
    margin: 0 0 0 auto;
  }
  .btn.btnFull {
    max-width: none;
  }
}

/* ---------------------------------------------------------------- */
/* page */
/* ---------------------------------------------------------------- */
#page01,
#page02,
#page03,
#page04,
#page05 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.pagettl_Wrap {
  margin-bottom: 20px;
}
.pagettl_Wrap .pagettl_Wrap_inr {
  display: flex;
  gap: 12px 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.pagettl_Wrap .pagettl_Wrap_inr .pagetitle__Copy {
  font-size: 48px;
  line-height: 58px;
  margin: 0;
}
.pagettl_Wrap .pagettl_Wrap_inr .pagetitle__Message {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pagettl_Wrap .pagettl_Wrap_inr {
    flex-direction: column;
  }
  .pagettl_Wrap .pagettl_Wrap_inr .pagetitle__Copy {
    font-size: 32px;
    line-height: 39px;
  }
}

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  padding: 90px 0 100px;
  background-color: #fff;
}
#footer p,
#footer ul {
  margin: 0;
}
#footer a {
  color: #001520;
}
#footer .footer__info .footer__catch {
  line-height: 14px;
}
#footer .footer__info .footer__map {
  line-height: 20px;
}
#footer .footer__nav {
  margin: 28px 0 50px;
}
#footer .footer__nav .footer__navInner ul {
  display: grid;
  gap: 20px;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
}
#footer .footer__brand {
  display: grid;
  gap: 30px;
  padding-top: 60px;
}
#footer .footer__brand .footer__brandCopy {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 39px;
}
#footer .footer__bottom {
  text-align: right;
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
#footer .footer__bottom .footer__copyright p {
  line-height: 29px;
}
@media screen and (min-width: 1025px) {
  #footer {
    padding: 120px 0 80px;
  }
  #footer #footerCntWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 78px 100px;
    margin-bottom: 70px;
  }
  #footer .footer__info {
    grid-column: 1;
    grid-row: 1/3;
  }
  #footer .footer__nav {
    grid-column: 2;
    grid-row: 1;
    margin: 30px 0 0;
  }
  #footer .footer__nav .footer__navInner ul {
    display: flex;
    justify-content: flex-end;
    gap: 77px;
  }
  #footer .footer__btn {
    grid-column: 2;
    grid-row: 2;
  }
  #footer .footer__btn .btn {
    margin: 0 0 0 auto;
  }
  #footer .footer__brand {
    position: relative;
    padding-top: 42px;
  }
  #footer .footer__brand .footer__brandImage {
    position: absolute;
    left: -70px;
    top: 0;
  }
  #footer .footer__brand .footer__brandCopy {
    font-size: 48px;
    margin-bottom: 27px;
    line-height: 58px;
  }
  #footer .footer__brand .footer__brandText {
    margin: 0 0 0 auto;
  }
  #footer .footer__bottom {
    margin-top: 40px;
  }
}

/* fixed_icon */
.fixed_icon {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 5;
  transition: 0.5s all ease;
}
@media screen and (min-width: 1025px) {
  .fixed_icon {
    bottom: 20px;
  }
}

/* snsList */
.snsList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 24px;
  margin: 0;
}
.snsList a {
  display: flex;
}

/* ---------------------------------------------------------------- */
/* 投稿コンテンツ共通 */
/* ---------------------------------------------------------------- */
.singlePost {
  max-width: 640px;
  margin: 0 auto 180px;
}
.singlePost .singlePost_title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 60px;
  line-height: 52px;
}
@media screen and (max-width: 767px) {
  .singlePost {
    margin: 0 auto 90px;
  }
  .singlePost .singlePost_title {
    font-size: 30px;
    line-height: 37px;
  }
}

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap .newsPostList {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}
.postListWrap .newsPostList .postBox {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  padding-bottom: 20px;
  gap: 30px 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e1;
}
.postListWrap .newsPostList .postBox .permalink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.postListWrap .newsPostList .postBox .thumbnail {
  text-align: center;
  margin: 0 auto;
}
.postListWrap .newsPostList .postBox .thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.postListWrap .newsPostList .postBox .text_item time {
  font-size: 16px;
}
.postListWrap .newsPostList .postBox .text_item .title {
  margin: 20px 0 0;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .postListWrap .newsPostList {
    gap: 20px;
  }
  .postListWrap .newsPostList .postBox {
    gap: 30px 20px;
    padding-bottom: 20px;
  }
  .postListWrap .newsPostList .postBox .text_item time {
    font-size: 14px;
  }
  .postListWrap .newsPostList .postBox .text_item .title {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.catListPage #mainCnt {
  margin: 80px 0 180px;
}
@media screen and (max-width: 767px) {
  .catListPage #mainCnt {
    margin: 80px 0 90px;
  }
}

/* ---------------------------- */
/* 下層オリジナル共通パーツ */
/* ---------------------------- */
.postPage .pagettl_Wrap .pagettl_Wrap_inr {
  gap: 12px 30px;
  margin-bottom: 20px;
}
.postPage .pagettl_Wrap .pagettl_Wrap_inr .pagetitle__Copy {
  text-transform: capitalize;
}
.postPage .pagettl_Wrap .thumbnail img {
  width: 100%;
}
.postPage .page_maincp_wrap {
  margin-bottom: 90px;
}
.postPage .page_maincp_wrap .sub_title {
  margin-bottom: 60px;
}
.postPage .page_maincp_wrap .maincp_title {
  margin-bottom: 60px;
}
.postPage .page_maincp_wrap .maincp_title p {
  margin: 0;
  font-size: 64px;
  line-height: 77px;
}
.postPage .page_maincp_wrap .desc {
  font-size: 24px;
}
.postPage .page_titleh2Wrap_type1 {
  margin-bottom: 90px;
}
.postPage .page_titleh2Wrap_type1 .en {
  margin-bottom: 30px;
}
.postPage .page_titleh2Wrap_type1 .title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
}
.postPage .titleh3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 48px;
}
.postPage .titleh3.center {
  text-align: center;
}
.postPage .titleh4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #001520;
}
.postPage .pd_pc180_sp90 {
  padding: var(--space-lg);
}
.postPage .mg_pc180_sp90 {
  margin: var(--space-lg);
}
.postPage .pd_90 {
  padding: 90px 0;
  position: relative;
}
.postPage .pd_90 + .pd_90::before {
  content: "";
  background-color: #e0e0e1;
  height: 1px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.postPage .box_line {
  border: 1px solid #e0e0e1;
  padding: 40px;
  background-color: #fff;
}
.postPage .br8 {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .postPage .pagettl_Wrap .pagettl_Wrap_inr {
    gap: 0 30px;
    margin-bottom: 18px;
  }
  .postPage .pagettl_Wrap .pagettl_Wrap_inr .pagetitle__Copy {
    text-transform: capitalize;
  }
  .postPage .pagettl_Wrap .thumbnail img {
    aspect-ratio: 0.9;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .postPage .page_maincp_wrap .sub_title {
    margin-bottom: 10px;
  }
  .postPage .page_maincp_wrap .maincp_title {
    margin-bottom: 30px;
  }
  .postPage .page_maincp_wrap .maincp_title p {
    font-size: 32px;
    line-height: 46px;
  }
  .postPage .page_maincp_wrap .desc {
    font-size: 22px;
  }
  .postPage .page_titleh2Wrap_type1 {
    margin-bottom: 50px;
  }
  .postPage .page_titleh2Wrap_type1 .en {
    margin-bottom: 10px;
  }
  .postPage .box_line {
    padding: 40px 15px;
  }
}

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  padding: 0 6px;
  color: #001520 !important;
}
.pcm-breadcrumbs__link {
  color: #999999 !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.pcm-breadcrumbs__link:hover {
  color: #001520 !important;
  text-decoration: underline !important;
}
.pcm-breadcrumbs__item:first-child a {
  color: #001520 !important;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pcm-breadcrumbs {
    max-width: 750px;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  min-height: 300px;
}
.postPage h1,
.postPage h2,
.postPage h3,
.postPage h4,
.postPage h5,
.postPage h6 {
  line-height: 1.6;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 120px;
}
.postPage p {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 32px;
}
.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.postPage p.tableAtt {
  margin: -20px 0 20px;
}
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.postPage .small {
  font-size: 14px;
}
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}
.postPage .imgWrap {
  max-width: 800px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}
.postPage .imgH200Wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .postPage .imgH200Wrap img {
    width: auto;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .postPage .imgH200Wrap img.left {
    -o-object-position: left center;
       object-position: left center;
  }
  .postPage .imgH200Wrap img.center {
    -o-object-position: center center;
       object-position: center center;
  }
  .postPage .imgH200Wrap img.right {
    -o-object-position: right center;
       object-position: right center;
  }
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage code {
  font-family: "Shippori Mincho B1", serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Shippori Mincho B1", serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover {
  text-decoration: none;
}
.postPage a.textBlank {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.postPage a.textBlank:before {
  content: "\f08e";
  position: absolute;
  display: block;
  font: 14px/1 FontAwesome;
  right: -25px;
  top: 5px;
}
.postPage a.textArrow {
  text-decoration: none;
  color: #001520;
}
.postPage a.textArrow:hover {
  color: #7e634e;
  text-decoration: underline;
}
.postPage a.textArrow:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage a.textArrowR {
  text-decoration: none;
  color: #7e634e;
}
.postPage a.textArrowR:hover {
  color: #001520;
  text-decoration: underline;
}
.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage table {
  width: 100%;
  border-spacing: 0px;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table thead th {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 8px;
  background-color: #dedad1;
}
.postPage table thead th + th {
  border-left: 10px solid #fff;
}
.postPage table tbody tr th,
.postPage table tbody tr td {
  width: auto;
  line-height: 36px;
}
.postPage table tbody tr th {
  vertical-align: top;
  width: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #001520;
  font-weight: 400;
  text-align: left;
}
.postPage table tbody tr th.w200 {
  width: 200px;
}
.postPage table tbody tr th.w240 {
  width: 240px;
}
.postPage table tbody tr th.thLeft {
  text-align: left;
}
.postPage table tbody tr td {
  padding-bottom: 30px;
  padding-left: 90px;
  border-bottom: 1px solid #e0e0e1;
  vertical-align: top;
}
.postPage table tbody tr .tw15p {
  width: 15%;
}
.postPage table tbody tr .tw30p {
  width: 30%;
}
.postPage table tbody tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}
.postPage table tbody tr .tw50p {
  width: 50%;
  min-width: inherit;
}
.postPage table tbody tr .tw70p {
  width: 70%;
}
.postPage table tbody tr .tw200 {
  width: 200px;
}
.postPage table tbody tr .tw210 {
  width: 210px;
}
.postPage table tbody tr .tw240 {
  width: 240px;
}
.postPage table tbody tr + tr th,
.postPage table tbody tr + tr td {
  padding-top: 30px;
}
.postPage table:has(thead) tbody tr:first-child th,
.postPage table:has(thead) tbody tr:first-child td {
  padding-top: 30px;
}
.postPage table.type1 {
  border-spacing: 10px;
  margin-bottom: 30px;
}
.postPage table.type1 tr {
  margin-bottom: 10px;
}
.postPage table.type1 tr th,
.postPage table.type1 tr td {
  padding: 7px 10px;
  background-color: transparent;
}
.postPage table.type1 tr th {
  text-align: center;
  background: #dedad1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}
.postPage table.type1 tr td {
  background: #fff;
  color: #001520;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
.postPage table.type1-auto {
  border-spacing: 10px 0;
}
.postPage table.type1-auto tr th {
  text-align: left;
  padding-left: 0;
  border-bottom: #001520 solid 1px;
}
.postPage table.type1-auto tr td {
  border-bottom: #cccccc solid 1px;
}
.postPage table.type1-auto tr:first-child th {
  border-top: #001520 solid 1px;
}
.postPage table.type1-auto tr:first-child td {
  border-top: #cccccc solid 1px;
}
.postPage table.type2 {
  border-spacing: 10px;
}
.postPage table.type2 tr {
  border-bottom: none;
}
.postPage table.type2 tr th,
.postPage table.type2 tr td {
  padding: 0.4em 0.8em;
  border-radius: 8px;
}
.postPage table.type2 tr th {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.postPage table.type2 tr th.w300 {
  width: 300px;
}
.postPage table.type2 tr td {
  text-align: center;
  background-color: #fff;
  font-weight: 500;
}
.postPage table.type2 thead tr th {
  background-color: #001520;
}
.postPage table.type2 tbody tr th {
  background-color: #001520;
}
.postPage table.type2 tbody.tdCenter tr td {
  text-align: center;
}
.postPage table.type2 tbody.tdLeft tr td {
  text-align: left;
}
.postPage .tableSc {
  width: 100%;
  margin-bottom: 30px;
}
.postPage .tableSc table {
  width: 100%;
  margin-bottom: 0;
}
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #001520;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #001520;
  right: 10px;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl dt {
  font-weight: bold;
}
.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.postPage ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.postPage ul li:before {
  content: "・";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul.iconList li {
  padding: 0 0 0 1em;
  list-style: none;
  line-height: 32px;
}
.postPage ul.iconList li:before {
  content: "●";
  font-size: 12px;
  color: #dedad1;
  position: absolute;
  left: 0;
  top: 1px;
}
.postPage ol li {
  margin: 0;
  padding: 0;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #c65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .postPage p {
    font-size: 16px;
  }
  .postPage table tr .tw15p,
  .postPage table tr .tw30p,
  .postPage table tr .tw33p,
  .postPage table tr .tw50p,
  .postPage table tr .tw70p,
  .postPage table tr .tw200,
  .postPage table tr .tw210 {
    width: 100%;
  }
  .postPage table tbody tr th {
    padding-bottom: 20px;
  }
  .postPage table tbody tr th.w200 {
    width: auto;
  }
  .postPage table tbody tr th.w240 {
    width: auto;
  }
  .postPage table tbody tr td {
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .postPage table tbody tr + tr th,
  .postPage table tbody tr + tr td {
    padding-top: 20px;
  }
  .postPage table:has(thead) tbody tr:first-child th,
  .postPage table:has(thead) tbody tr:first-child td {
    padding-top: 20px;
  }
  .postPage table.type1 tr th,
  .postPage table.type1 tr td {
    display: block;
    width: 100%;
  }
  .postPage table.type1 tr th {
    min-width: 1px;
    padding: 10px 0;
  }
  .postPage table.type1 tr th.w200 {
    width: 100%;
  }
  .postPage table.type2 tr th,
  .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
    padding: 0.6em 0.8em;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
    font-size: 16px;
  }
  .postPage table.type2 tr th.w300 {
    width: auto;
  }
  .postPage table.type2 tr td {
    font-size: 14px;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postPage .tableSc .table tr th {
    min-width: none;
  }
}

.gmapWrap,
.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gmapWrap iframe,
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmapWrap {
  height: 300px;
  padding-top: 0;
}

.youtubeWrap {
  padding-top: 56.25%;
}

/*Companyページ*/
#companyPage .page_maincp_wrap {
  margin-bottom: 180px;
}
#companyPage .page_maincp_wrap .maincp_title {
  display: grid;
  gap: 30px;
}
#companyPage .page_maincp_wrap .maincp_title p {
  line-height: 92px;
}
@media screen and (max-width: 767px) {
  #companyPage .page_maincp_wrap {
    margin-bottom: 90px;
  }
  #companyPage .page_maincp_wrap .maincp_title {
    gap: 0px;
  }
}

/*brandページ*/
#brandPage .w160img {
  width: 160px;
  margin: 0 auto 30px;
}
#brandPage .max640 {
  max-width: 640px;
  margin: 0 auto;
}
#brandPage .column2Wrap.pc3_7 {
  align-items: center;
}
@media screen and (min-width: 1025px) {
  #brandPage .max424 {
    max-width: 424px;
  }
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #dedad1;
  color: #333333;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #001520;
  color: #fff;
  position: relative;
}
ul.formFlow li.active:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #001520;
}
ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #001520;
}
ul.formFlow li.third.active {
  background: #001520 !important;
  color: #fff;
}
ul.formFlow li.third.active:after {
  display: none;
}
ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #dedad1;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formArea dl dt {
  flex-basis: 250px;
  text-align: right;
  transform: rotateZ(0.03deg);
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.2em;
  transform: rotateZ(0.03deg);
  font-size: 12px;
}
#formArea .error {
  margin: 0;
}
#formArea .radio_wrap {
  margin-top: 10px;
}
#formArea .vertical-item {
  display: block !important;
}
#formArea .pp_text {
  padding: 20px 35px;
  background: #fff;
  border: 1px solid #333;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
#formArea input[type=text],
#formArea input[type=email],
#formArea input[type=number],
#formArea textarea {
  padding: 8px 0.5em 8px 10px;
  margin: 0;
  background: #eeeeee;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #eeeeee;
}
#formArea input[type=text]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea textarea:focus {
  background: #fff;
}
#formArea input[type=text]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea textarea:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea textarea + input {
  margin-top: 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea select {
  padding: 0.4em 0 0.3em 0.5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7;
}
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #eeeeee;
}
#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px;
}
#formArea input[type=checkbox] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #001520;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #001520 0%, #001520 100%);
  border: 1px solid #001520;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .mwform-zip-field input {
  width: inherit;
}
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto;
}
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
#formArea .btnArea .submitArea {
  flex-basis: 100%;
}
#formArea .btnArea .submitArea .submit {
  margin: 0 auto;
  color: #001520 !important;
  font-size: 18px;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff !important;
  background: #001520;
  transition: 0.3s;
  cursor: pointer;
}
#formArea .btnArea .returnArea {
  flex-basis: 100%;
  margin-bottom: 30px;
}
#formArea .btnArea .returnArea .btn {
  font-size: 18px;
}
#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto 0 10px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #001520;
  color: #001520;
  padding: 0.4em 0;
  transition: 0.3s;
  font-size: 14px;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff;
  background: #001520;
  transition: 0.3s;
}
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 10px;
  border: #000 solid 1px;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
  margin-bottom: 30px;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }
  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px;
    text-align: left;
  }
  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%;
  }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px;
  }
  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px;
  }
  #formArea .mwform-radio-field input {
    margin: 0;
  }
  #formArea .btnArea {
    flex-wrap: wrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
  }
  #formArea .mw_wp_form_confirm .btnArea {
    gap: 20px;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
    margin-bottom: 30px;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto;
  }
}

/* ---------------------------- */
/* contact */
/* ---------------------------- */
.contact {
  padding: 60px 0 0;
}
.contact .contactBox {
  margin: 0 auto;
}
.contact .contactBox .inr {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/home/contact_bg.png") no-repeat center/cover;
  padding: 92px 0 70px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact .contactBox {
    max-width: 1170px;
    padding: 0 15px;
  }
  .contact .contactBox .inr {
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .contact .contactBox {
    max-width: 940px;
  }
}

/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  width: 100%;
  display: grid;
  gap: 10px;
}
.accordion-container .accordion-list {
  border-radius: 8px;
  background-color: #fff;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 15px;
}
.accordion-container .accordion-list .accordion-title .q-text {
  margin: 0;
  padding: 0 30px;
}
.accordion-container .accordion-list .accordion-title .q-text::before {
  content: "Q";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -9px;
  color: #001520;
}
.accordion-container .accordion-list .accordion-title::before, .accordion-container .accordion-list .accordion-title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 31px;
  width: 20px;
  height: 2px;
  background-color: #001520;
}
.accordion-container .accordion-list .accordion-title::after {
  transform: rotate(-90deg);
  transition: 0.2s all ease;
}
.accordion-container .accordion-list .accordion-title.open .q-text {
  padding: 0 30px 10px;
  border-bottom: 1px solid #efefef;
}
.accordion-container .accordion-list .accordion-title.open::after {
  transform: rotate(-180deg);
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 0 45px 20px;
  position: relative;
}
.accordion-container .accordion-list .accordion-text p {
  margin: 0 0 1em;
}
.accordion-container .accordion-list .accordion-text p a {
  text-decoration: underline;
}
.accordion-container .accordion-list .accordion-text p:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-list .accordion-text::before {
  content: "A";
  font-size: 24px;
  color: #001520;
  position: absolute;
  left: 17px;
  top: -6px;
}
@media screen and (min-width: 1025px) {
  .accordion-container .accordion-list .accordion-title {
    padding: 30px 50px;
  }
  .accordion-container .accordion-list .accordion-title .q-text {
    padding: 0 43px;
  }
  .accordion-container .accordion-list .accordion-title.open {
    padding: 30px 50px 20px;
  }
  .accordion-container .accordion-list .accordion-title.open .q-text {
    padding: 0 43px 24px;
  }
  .accordion-container .accordion-list .accordion-title::before, .accordion-container .accordion-list .accordion-title::after {
    right: 50px;
    top: 45px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 0 100px 20px;
  }
  .accordion-container .accordion-list .accordion-text::before {
    left: 53px;
    top: -9px;
  }
}

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs36 {
  font-size: 36px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

.w140px {
  width: 140px !important;
  margin: 0 auto;
}

.object_center {
  display: flex;
  margin: 0 auto;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap,
.column3Wrap,
.column4Wrap {
  display: grid;
  gap: 20px;
}

@media screen and (min-width: 1025px) {
  .column2Wrap {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .column2Wrap.pc3_7 {
    grid-template-columns: 360px 1fr;
  }
  .column2Wrap.pc7_3 {
    grid-template-columns: 1fr 360px;
  }
  .column2Wrap.pc240 {
    grid-template-columns: 240px 1fr;
  }
  .column3Wrap {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .column4Wrap {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .column4Wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0;
}
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px;
}
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0;
}
.gallery .gallery-item {
  display: inline-block;
  padding: 0 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px;
}
.gallery .gallery-item .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none !important;
}
.gallery .gallery-item .gallery-caption {
  color: #707070;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0;
  margin: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* ----------------------------------- */
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0;
}
.wp-caption img {
  border-color: none;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #001520;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  background: #e0e0e1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #001520;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #001520;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 14px;
  color: #001520;
  background: #e0e0e1;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus {
  color: #fff;
  background: #001520;
}

/*26.2.13追加*/
@media screen and (max-width: 750px) {
  .footer__brand,
  .footer__brandImage,
  .footer__brandText {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__brand {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */