@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  background: #fff;
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 749px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .is-sp {
    display: none !important;
  }
}

/*====================
inner
====================*/
.inner {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .inner {
    width: 87.2%;
  }
}

/*====================
page-fv
====================*/
.page-fv {
  position: relative;
}

.page-fv__inner {
  width: 90%;
  max-width: 1300px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 100;
}

.page-header__logo {
  width: 70px;
}

@media (max-width: 749px) {
  .page-header__logo {
    width: 47px;
    position: relative;
    top: 6px;
    left: 2%;
  }
}

.page-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header__list:not(:first-child) {
  margin-left: 25px;
}

.page-header__list a,
.page-header__list span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.page-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header__icons-online {
  border: 1px #000 solid;
  padding: 10px 13px 13px 34px;
}

.page-header__icons-online02 {
  border: 1px #fff solid;
  padding: 10px 13px 13px 34px;
}

.page-header__icons .fv-header__cta-list a {
  color: #000;
}

.page-header__icons02 .fv-header__cta-list a {
  color: #fff;
}

.page-header__icon {
  width: 40px;
}

.page-header__icon:not(:first-child) {
  margin-left: 24px;
}

/* 編集/追加 Takahashi 04.01.24 */
.page-header__buttons {
  display: inline-flex;
  gap: 0 10px;
}
.page-header__icons.catalog,
.page-header__icons02.catalog {
  padding-top: 5px;
  height: 50.59px;
}
.page-header__icons.catalog .fv-header__cta-list a,
.page-header__icons02.catalog .fv-header__cta-list a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
}
/* ここまで */

.page-fv__heading {
  width: 100%;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 20vw;
  left: 0;
}

@media (max-width: 749px) {
  .page-fv__heading {
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    top: 40vw;
  }
}

.page-fv__heading span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (max-width: 749px) {
  .page-fv__heading span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

/*====================
page-fv02
====================*/
.page-header02 {
  height: 83px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
}

@media (max-width: 749px) {
  .page-header02 {
    height: 60px;
    background-color: #4A4A4A;
  }
}

.page-header02.is-active {
  z-index: -100;
}

.page-header__inner {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__list.page-header__list--black a,
.page-header__list.page-header__list--black span {
  color: #000;
}

.page-fv__heading.page-fv__heading--black {
  color: #353535;
  position: relative;
  top: 0;
  margin-top: 215px;
  text-align: center;
}

@media (max-width: 749px) {
  .page-fv__heading.page-fv__heading--black {
    margin-top: 172px;
  }
}

.page-fv__heading.page-fv__heading--black span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

/*====================
breadcrumb
====================*/
.breadcrumb {
  padding-top: 28px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .breadcrumb {
    padding-top: 12px;
  }
}

.breadcrumb .inner {
  width: 87.8%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .breadcrumb .inner {
    width: 87.2%;
  }
}

.breadcrumb.breadcrumb--mt {
  margin-top: 134px;
}

@media (max-width: 749px) {
  .breadcrumb.breadcrumb--mt {
    padding-top: 40px;
  }
}

.breadcrumb-pb {
  padding-bottom: 138px;
}

@media (max-width: 749px) {
  .breadcrumb-pb {
    padding-bottom: 91px;
  }
}

.breadcrumb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__list {
  position: relative;
}

.breadcrumb__list:not(:first-child) {
  margin-left: 53px;
}

@media (max-width: 749px) {
  .breadcrumb__list:not(:first-child) {
    margin-left: 20px;
  }

  li.breadcrumb__list.breadcrumb__list-last {
    margin-left: 0;
  }


}

.breadcrumb__list:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/common/arrow-head-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 60%;
  left: calc(100% + 23px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .breadcrumb__list:not(:last-child)::after {
    width: 5px;
    height: 10px;
    left: calc(100% + 9px);
  }
}

.breadcrumb__list a,
.breadcrumb__list span {
  font-size: 13px;
  color: #353535;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {

  .breadcrumb__list a,
  .breadcrumb__list span {
    font-size: 12px;
  }
}

.breadcrumb__list a {
  text-decoration: underline;
  color: #0361AF;
}

/*====================
product-intro
====================*/
.product-intro {
  margin-top: 178px;
}

@media (max-width: 749px) {
  .product-intro {
    margin-top: 98px;
  }
}

.product-intro__heading {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
}

@media (max-width: 749px) {
  .product-intro__heading {
    font-size: 18px;
    letter-spacing: 0.03em;
    word-wrap: break-word;
  }
}

.product-intro__img {
  width: 306px;
  margin: 25px auto 40px;
}

@media (max-width: 749px) {
  .product-intro__img {
    width: 240px;
  }
}

.product-intro__txt {
  text-align: center;
  margin-top: 56px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.3;
}

@media (max-width: 749px) {
  .product-intro__txt {
    margin-top: 40px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
    text-align: center;
  }
}

.product-intro__btns {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 749px) {
  .product-intro__btns {
    display: block;
  }
}

.product-intro__btns2 {
  width: 100%;
  justify-content: flex-start;
}

.product-intro__btn a {
  border: 1px #000 solid;
  color: #000;
}

.product-intro__btn:nth-child(1) a {
  padding: 16px 0 16px 30px;
}

.product-intro__btn:nth-child(1) a::after {
  left: 73%;
}

.product-intro__btn:nth-child(1) a:hover::after {
  left: 76%;
}

.product-intro__btn:nth-child(2) {
  margin-left: 10px;
}

@media (max-width: 749px) {
  .product-intro__btn:nth-child(2) {
    margin-top: 20px;
  }
}

.product-intro__btn:nth-child(2) a {
  padding: 16px 0 16px 60px;
}

.product-intro__btn:nth-child(2) a::after {
  left: 66%;
}

.product-intro__btn:nth-child(2) a:hover::after {
  left: 69%;
}

/*====================
product-feature
====================*/
.product-feature {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .product-feature {
    margin-top: 110px;
  }
}

.product-feature__wrapper {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .product-feature__wrapper {
    margin-top: 80px;
    display: block;
  }
}

.product-feature__wrapper2 figure {
  width: 600px;
  height: 630px;
}

@media (max-width: 749px) {
  .product-feature__wrapper2 figure {
    width: 100%;
    height: auto;
  }
}




.product-feature__img {
  width: 50%;
}

@media (max-width: 749px) {
  .product-feature__img {
    width: 100%;
  }
}

.product-feature__string {
  width: 43%;
}

@media (max-width: 749px) {
  .product-feature__string {
    width: 100%;
    margin-top: 40px;
  }
}

.product-feature__string-wrapper:not(:first-child) {
  margin-top: 56px;
}

@media (max-width: 749px) {
  .product-feature__string-wrapper:not(:first-child) {
    margin-top: 30px;
  }
}

.product-feature__string-heading {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .product-feature__string-heading {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

.product-feature__string-detail {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .product-feature__string-detail {
    margin-top: 8px;
    font-size: 15px;
  }
}



/*====================
product-voice
====================*/
.product-voice {
  margin-top: 128px;
}

@media (max-width: 749px) {
  .product-voice {
    margin-top: 110px;
  }
}

.product-voice__wrapper {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .product-voice__wrapper {
    margin-top: 80px;
    display: block;
  }
}

.product-voice__string {
  width: 48%;
}

@media (max-width: 749px) {
  .product-voice__string {
    width: 100%;
  }
}

.product-voice__string-block:nth-child(2) {
  margin-top: 72px;
}

@media (max-width: 749px) {
  .product-voice__string-block:nth-child(2) {
    margin-top: 40px;
  }
}

.product-voice__string-heading {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .product-voice__string-heading {
    font-size: 20px;
  }
}

.product-voice__string-lists {
  margin-top: 40px;
}

@media (max-width: 749px) {
  .product-voice__string-lists {
    margin-top: 20px;
  }
}

.product-voice__string-list {
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 749px) {
  .product-voice__string-list {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}

.product-voice__string-list:not(:first-child) {
  margin-top: 24px;
}

.product-voice__string-list::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #B6821A;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.product-voice__img {
  width: 50%;
}

@media (max-width: 749px) {
  .product-voice__img {
    width: 100%;
    margin-top: 60px;
  }
}

/*====================
product-movie
====================*/
.product-movie {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .product-movie {
    margin-top: 110px;
  }
}

.product-movie__items {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .product-movie__items {
    margin-top: 80px;
    display: block;
  }
}

.product-movie__item {
  width: calc(50% - 27px);
}

@media (max-width: 749px) {
  .product-movie__item {
    width: 100%;
  }
}

.product-movie__item:not(:nth-child(2n+1)) {
  margin-left: 54px;
}

@media (max-width: 749px) {
  .product-movie__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

.product-movie__item:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 749px) {
  .product-movie__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .product-movie__item:not(:first-child) {
    margin-top: 60px;
  }
}

.product-movie__item-img figure {
  width: 100% !important;
}

.product-movie__item-img video {
  width: 100% !important;
}

.product-movie__item-txt {
  margin-top: 23px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .product-movie__item-txt {
    margin-top: 10px;
    font-size: 16px;
  }
}

.product-text__item {
  margin-top: 100px
}

@media (max-width: 749px) {
  .product-text__item {
    margin-top: 50px
  }
}


.product-feature__string-detail-name {
  margin-top: 20px;
  text-align: right;
}

.product-feature__string-detail-name span {
  font-size: 20px;
  font-weight: 500;
  display: block;
}

/*====================
product-case 
====================*/
.case {
  width: 1200px;
  margin: 140px auto 0;
}

@media (max-width: 749px) {
  .case {
    width: 87.2%;
    margin-top: 90px;
  }
}

.case__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

@media (max-width: 749px) {
  .case__inner {
    display: block;
  }
}

.case__inner2 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media (max-width: 749px) {
  .case__inner2 {
    display: block;
  }
}




.case__inner_box {
  width: calc(100% / 4 - 20px);
}

@media (max-width: 749px) {
  .case__inner_box {
    width: 100%;
    margin-bottom: 48px;
  }
}

.case__inner_box2 {
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
}

@media (max-width: 749px) {
  .case__inner_box2 {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0;
  }
}



.case .swiper {
  margin-top: 136px;
}

@media (max-width: 749px) {
  .case .swiper {
    margin-top: 90px;
  }
}

.case .swiper-name {
  margin-top: 18px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .case .swiper-name {
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.case .swiper-txt {
  margin-top: 11px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .case .swiper-txt {
    margin-top: 12px;
    font-size: 16px;
  }
}

.case .swiper-button-prev,
.case .swiper-button-next {
  height: 47px;
  width: 47px;
  top: 45%;
}

@media (max-width: 749px) {

  .case .swiper-button-prev,
  .case .swiper-button-next {
    width: 33px;
    height: 33px;
  }
}

.case .swiper-button-prev {
  left: 0;
}

.case .swiper-button-next {
  right: 6%;
}

.case .swiper-button-prev:after,
.case .swiper-button-next:after {
  content: "";
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 749px) {

  .case .swiper-button-prev:after,
  .case .swiper-button-next:after {
    width: 33px;
    height: 33px;
  }
}

.case .swiper-button-prev:after {
  background-image: url(../img/common/swiper-arrow_left.png);
}

.case .swiper-button-next:after {
  background-image: url(../img/common/swiper-arrow_right.png);
}

/*====================
product-feature
====================*/
.product-feature .swiper-button-prev,
.product-feature .swiper-button-next {
  height: 47px;
  width: 47px;
  top: 48%;
}

@media (max-width: 749px) {

  .product-feature .swiper-button-prev,
  .product-feature .swiper-button-next {
    width: 33px;
    height: 33px;
  }
}

.product-feature .swiper-button-prev {
  left: 3%;
}

.product-feature .swiper-button-next {
  right: 3%;
}

.product-feature .swiper-button-prev:after,
.product-feature .swiper-button-next:after {
  content: "";
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 749px) {

  .product-feature .swiper-button-prev:after,
  .product-feature .swiper-button-next:after {
    width: 33px;
    height: 33px;
  }
}

.product-feature .swiper-button-prev:after {
  background-image: url(../img/common/swiper-arrow_left.png);
}

.product-feature .swiper-button-next:after {
  background-image: url(../img/common/swiper-arrow_right.png);
}

/*====================
product_line-up
====================*/
.line-up {
  margin-top: 140px;
}

@media (max-width: 749px) {
  .line-up {
    margin-top: 100px;
  }
}

.line-up__wrapper {
  margin-top: 140px;
}

@media (max-width: 749px) {
  .line-up__wrapper {
    margin-top: 94px;
  }
}

.line-up__wrapper:not(:nth-of-type(1)) {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .line-up__wrapper:not(:nth-of-type(1)) {
    margin-top: 94px;
  }
}

.heading02.line-up__heading,
.heading02.factories-other__heading {
  text-align: center;
}

.heading02.line-up__heading span,
.heading02.factories-other__heading span {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading02.line-up__heading span::after,
.heading02.factories-other__heading span::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.line-up__items {
  margin-top: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .line-up__items {
    margin-top: 171px;
    display: block;
  }
}

.line-up__item {
  width: calc(33.3% - 20px);
}

@media (max-width: 749px) {
  .line-up__item {
    width: 100%;
  }
}

.line-up__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media (max-width: 749px) {
  .line-up__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.line-up__item:nth-child(n+4) {
  margin-top: 64px;
}

@media (max-width: 749px) {
  .line-up__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .line-up__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.line-up__name {
  margin-top: 26px;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.06em;
  height: 50px;
}

@media (max-width: 749px) {
  .line-up__name {
    margin-top: 21px;
    font-size: 17px;
    letter-spacing: 0.02em;
    height: auto;
  }
}

.line-up__note {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.03em;
  height: 50px;
}

@media (max-width: 749px) {
  .line-up__note {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.02em;
    height: auto;
  }
}

.line-up__list {
  margin-top: 10px;
}

@media (max-width: 749px) {
  .line-up__list {
    margin-top: 12px;
  }
}

.line-up__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #BCBCBC solid;
}

.line-up__row:last-child {
  border-bottom: 1px #BCBCBC solid;
}

.line-up__subject {
  padding: 8px 0;
  width: 60px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .line-up__subject {
    padding: 6px 0;
    width: 70px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.line-up__content {
  padding: 8px 0;
  width: calc(100% - 70px);
  font-size: 15px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .line-up__content {
    padding: 6px 0;
    width: calc(100% - 40px);
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.line-up__content-color {
  display: inline-block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

@media (max-width: 749px) {
  .line-up__content-color {
    width: 17px;
    height: 17px;
  }
}

.line-up__content-color:not(:first-child) {
  margin-left: 16px;
}

.line-up .item-list-product {
  background-color: #fff;
}

/*====================
contact
====================*/
.contact {
  background-color: #fff;
  padding-bottom: 136px;
  padding-top: 136px;
}

@media (min-width: 750px) {
  .contact {
    position: relative;
    z-index: 60;
  }
}

.contact-sp__link {
  background-color: #fff;
  position: relative;
  z-index: 60;
}

.contact.is-sp {
  padding: 92px 0 126px;
  background: url(../img/common/contact-bg_sp.jpg) no-repeat center center/cover;
  position: relative;
}

.contact.is-sp::before {
  content: "";
  width: 100%;
  height: 125%;
  background-color: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.contact.is-sp .heading01 {
  color: #fff;
}

@media (max-width: 749px) {
  .contact.contact-mt {
    margin-top: 96px;
  }
}

.contact a {
  display: block;
  overflow: hidden;
  position: relative;
}

.contact a::before {
  background: #353535;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.contact__inner {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .contact__inner {
    width: 87.2%;
  }
}

.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__left {
  width: 70%;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 10;
}

.contact__right {
  width: 36%;
  height: 100%;
  padding-bottom: 30px;
}

.heading01.contact__heading {
  color: #353535;
}

/*====================
contact-content
====================*/
.contact-content {
  margin-top: 138px;
  margin-bottom: 136px;
}

@media (max-width: 749px) {
  .contact-content {
    margin-top: 98px;
    margin-bottom: 96px;
  }
}

.contact-content__inner {
  width: 950px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .contact-content__inner {
    width: 87.2%;
  }
}

.contact-content__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.contact-content__flow::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #D3D3D3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10;
}

.contact-content__flow-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px #E0E0E0 solid;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

@media (max-width: 749px) {
  .contact-content__flow-element {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}

.contact-content__flow-element:not(:first-child) {
  margin-left: 97px;
}

@media (max-width: 749px) {
  .contact-content__flow-element:not(:first-child) {
    margin-left: 13px;
  }
}

.contact-content__flow-element.contact-content__flow-element--current {
  background-color: #B6821A;
  border: none;
  color: #fff;
}

.contact-content__txt {
  margin-top: 37px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .contact-content__txt {
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
  }
}

/*====================
modal
====================*/
.modal-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-close {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 144px;
  right: 11.5vw;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
}

@media (max-width: 749px) {
  .modal-close {
    top: 144px;
    right: 6vw;
    font-size: 10px;
  }
}

.modal-close::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../img/common/close-icon.svg) no-repeat center center/contain;
  padding-right: 50px;
  position: absolute;
  top: -19px;
  right: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .modal-close::before {
    width: 24px;
    height: 24px;
    top: -14px;
    right: -7px;
  }
}


.modal-container {
  background-color: #fff;
  width: 65%;
  height: 68%;
  padding-right: 80px;
  padding-bottom: 120px;
  overflow-y: auto;
  position: relative;
  top: 50px;
}

@media (max-width: 749px) {
  .modal-container {
    height: 70%;
    padding-right: 0;
    padding-bottom: 48px;
    top: 50px;
  }
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .modal-content {
    display: block;
  }
}

.modal-img {
  width: 49%;
  position: sticky;
  top: 0;
  height: 100%;
}

@media (max-width: 749px) {
  .modal-img {
    width: 100%;
    position: static;
    top: auto;
    height: auto;
  }
}

.modal-string {
  width: 49%;
}

@media (max-width: 749px) {
  .modal-string {
    width: 90%;
    margin: 0 auto;
  }
}

.modal-string__post {
  margin-top: 85px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .modal-string__post {
    margin-top: 60px;
    font-size: 15px;
  }
}

.modal-string__name {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.3em;
}

@media (max-width: 749px) {
  .modal-string__name {
    font-size: 28px;
  }
}

.modal-string__txt {
  margin-top: 56px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.75;
  position: relative;
}

@media (max-width: 749px) {
  .modal-string__txt {
    margin-top: 38px;
    font-size: 16px;
  }
}

.modal-string__txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: calc(100% + 28px);
  left: 0;
}

@media (max-width: 749px) {
  .modal-string__txt::before {
    bottom: calc(100% + 23px);
  }
}

.modal-string__career {
  margin-top: 57px;
}

@media (max-width: 749px) {
  .modal-string__career {
    margin-top: 45px;
  }
}

.modal-string__career-heading {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .modal-string__career-heading {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.modal-string__career-list {
  margin-top: 29px;
}

@media (max-width: 749px) {
  .modal-string__career-list {
    margin-top: 19px;
  }
}

.modal-string__career-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 749px) {
  .modal-string__career-row {
    display: block;
  }
}

.modal-string__career-row:not(:first-child) {
  margin-top: 24px;
}

@media (max-width: 749px) {
  .modal-string__career-row:not(:first-child) {
    margin-top: 32px;
  }
}

.modal-string__career-year {
  width: 100px;
  font-size: 23px;
  color: #B6821A;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.01em;
}

@media (max-width: 749px) {
  .modal-string__career-year {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.modal-string__career-content {
  width: calc(100% - 100px);
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
  bottom: 3px;
}

@media (max-width: 749px) {
  .modal-string__career-content {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    position: static;
    bottom: 0;
  }
}

.modal-close.factory-modal-close {
  font-size: 15px;
  top: 200px;
  right: 18.5vw;
}

@media screen and (max-width: 749px) {
  .modal-close.factory-modal-close {
    top: 208px;
    right: 6.5vw;
    font-size: 10px;
  }
}

.modal-wrapper {
  width: 50%;
  overflow-y: auto;
  position: relative;
}

@media (max-width: 749px) {
  .modal-wrapper {
    width: 80%;
  }
}

.factory-modal-wrapper {
  top: 50px;
}

@media (max-width: 749px) {
  .factory-modal-wrapper {
    top: 0;
  }
}

.factory-modal__name {
  margin-top: 21px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .factory-modal__name {
    margin-top: 0;
  }
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/*====================
row-item
====================*/
.row-item__wrapper {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row-item__wrapper:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 749px) {
  .row-item__wrapper {
    margin-top: 80px;
    display: block;
  }
}

.brand-list .row-item__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row-item__string {
  width: 43%;
}

@media (max-width: 749px) {
  .row-item__string {
    width: 100%;
  }
}

@media (max-width: 749px) {
  .row-item__string .heading02 {
    margin-top: 22px;
  }
}

.item-list-consumer-brand__heading-img {
  width: 200px;
  margin-bottom: 125px;
}

@media (max-width: 749px) {
  .item-list-consumer-brand__heading-img {
    margin-bottom: 95px;
  }
}

@media (max-width: 749px) {
  .item-list-consumer-brand__heading-img {
    width: 190px;
  }
}

.item-list-consumer-brand__heading-img+span {
  margin-top: 20px;
}

@media (max-width: 749px) {
  .item-list-consumer-brand__heading-img+span {
    margin-top: -5px;
  }
}

.row-item__heading {
  margin-top: 80px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
}

@media (max-width: 749px) {
  .row-item__heading {
    margin-top: 70px;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.66;
  }
}

.row-item__heading01 {
  margin-top: 35px;
}

.row-item__txt {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .row-item__txt {
    margin-top: 26px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.btn.row-item__btn {
  width: 220px;
}

@media (max-width: 749px) {
  .btn.row-item__btn {
    width: 250px;
  }
}

.btn.row-item__btn:nth-of-type(2) {
  margin-top: 48px;
}

@media (max-width: 749px) {
  .btn.row-item__btn:nth-of-type(2) {
    margin-top: 40px;
  }
}

.btn.row-item__btn:nth-of-type(3) {
  margin-top: 24px;
}

@media (max-width: 749px) {
  .btn.row-item__btn:nth-of-type(3) {
    margin-top: 24px;
  }
}

.btn.row-item__btn a {
  border: 1px #000 solid;
  color: #000;
}

.row-item__img {
  width: 49%;
}

@media (max-width: 749px) {
  .row-item__img {
    width: 100%;
  }
}

/*====================
item-list-ability
====================*/
.item-list-ability {
  padding-top: 138px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .item-list-ability {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.item-list-ability__inner {
  width: 1154px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .item-list-ability__inner {
    width: 87.2%;
  }
}

.item-list-ability__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 749px) {
  .item-list-ability__wrapper {
    display: block;
  }
}

.item-list-ability__figure {
  width: 50%;
}

@media (max-width: 749px) {
  .item-list-ability__figure {
    width: 100%;
  }
}

.item-list-ability__string {
  width: 45%;
}

@media (max-width: 749px) {
  .item-list-ability__string {
    width: 100%;
  }
}

.item-list-ability__heading {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .item-list-ability__heading {
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 24px;
  }
}

.item-list-ability__txt {
  width: 80%;
  margin-top: 66px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.3;
}

@media (max-width: 749px) {
  .item-list-ability__txt {
    width: 100%;
    margin-top: 40px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
    text-align: center;
  }
}

@media (max-width: 749px) {
  .brand-list__heading01.item-list-consumer_brand-list__heading01 {
    margin-top: 200px;
  }
}

.btn.online-store__btn:nth-of-type(3) a::after {
  left: 64%;
}

.btn.online-store__btn:nth-of-type(3) a:hover::after {
  left: 67%;
}

.btn.online-store__btn a {
  padding: 16px 0 16px 35px;
}

@media (max-width: 749px) {
  .btn.online-store__btn a {
    padding: 8px 0 8px 40px;
  }
}

/*====================
fixed-bg
====================*/
.fixed-bg {
  height: 600px;
  position: relative;
}

@media (max-width: 749px) {
  .fixed-bg {
    width: 100%;
    height: 300px;
  }
}

.fixed-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
}

@media (max-width: 749px) {
  .fixed-bg::after {
    width: 375px;
    right: auto;
  }
}

/*====================
page-company
====================*/
.page-company {
  padding: 112px 0 180px;
  background-color: #FAFAFA;
}

@media (min-width: 750px) {
  .page-company {
    position: relative;
    z-index: 60;
  }
}

@media (max-width: 749px) {
  .page-company {
    padding: 94px 0 99px;
  }
}

.page-company__items {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .page-company__items {
    margin-top: 78px;
    display: block;
  }
}

.page-company__item {
  display: block;
  width: 30%;
}

@media (max-width: 749px) {
  .page-company__item {
    width: 100%;
  }
}

.page-company__item:hover {
  opacity: 1;
}

.page-company__item:hover .page-company__img::after {
  opacity: 1;
}

.page-company__item:hover .page-company__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-company__item:hover .page-company__txt {
  opacity: 0.7;
}

@media (max-width: 749px) {
  .page-company__item:not(:first-child) {
    margin-top: 43px;
  }
}

.page-company__img {
  overflow: hidden;
}

.page-company__img.is-current::after {
  opacity: 1;
}

.page-company__img.is-current img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-company__txt {
  margin-top: 21px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (max-width: 749px) {
  .page-company__txt {
    margin-top: 21px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

/*====================
floating-header
====================*/
.floating-header {
  height: 83px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: -100;
}

@media (max-width: 749px) {
  .floating-header {
    height: 60px;
    background-color: #4A4A4A;
  }
}

.floating-header.is-show {
  opacity: 1;
  z-index: 250;
}

.floating-header.is-active {
  z-index: -100;
}

/*====================
drawer-sp
====================*/
@media (min-width: 750px) {
  .sp-header {
    display: none;
  }
}

.sp-header__logo {
  width: 47px;
  position: absolute;
  top: 12px;
  left: 25px;
}

.drawer-sp__icon {
  position: absolute;
  top: 18px;
  right: 25px;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer-sp__icon.is-active .drawer-sp__bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.drawer-sp__icon.is-active .drawer-sp__bar2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.drawer-sp__bars {
  width: 33px;
  height: 10px;
  position: relative;
}

.drawer-sp__bars::after {
  content: "";
  width: 33px;
  height: 8px;
  background: url(../img/common/drawer-sp__bar-open.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.drawer-sp__bars.is-active::after {
  background: url(../img/common/drawer-sp__bar-close.svg) no-repeat center center/contain;
}

.drawer-sp__bar1,
.drawer-sp__bar2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer-sp__bar1 {
  top: 0;
}

.drawer-sp__bar2 {
  top: 10px;
}

.drawer-sp__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
  padding: 100px 0 40px;
  background-color: #4A4A4A;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: scroll;
}

.drawer-sp__content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-sp__inner {
  width: 87.2%;
  margin: 0 auto;
}

.drawer-sp__item {
  padding: 27px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}

.border-b {
  border-bottom: 1px solid #5e5e5e;
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
}

.border-b.is-active {
  border-bottom: 1px solid rgba(94, 94, 94, 0);
}

.drawer-sp__item-link {
  border-bottom: 1px solid #5E5E5E;
}

.drawer-sp__item-link a {
  display: block;
  padding: 27px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.arrow-head-icon--gold {
  position: relative;
}

.arrow-head-icon--gold::after {
  content: "";
  background: url(../img/common/arrow-head-icon--gold.svg) no-repeat center center/contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-sp__service-list.arrow-head-icon--gold::after,
.drawer-sp__item-link .arrow-head-icon--gold::after {
  width: 10px;
  height: 16px;
  top: 52%;
  right: 0;
}

.drawer-sp__service-child-list.arrow-head-icon--gold {
  padding-left: 20px;
}

.drawer-sp__service-child-list.arrow-head-icon--gold::after {
  width: 8px;
  height: 14px;
  top: 55%;
  left: 0;
}

.drawer-sp__service-child-list.arrow-head-icon--gold:nth-child(1)::after {
  top: 56%;
}

.list-icon {
  position: relative;
  padding-left: 23px;
}

.list-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/list-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-sp__service-lists>.arrow-head-icon--gold:nth-child(1)::after {
  top: 26%;
}

.drawer-sp__service-lists.drawer-sp__service-lists01>.arrow-head-icon--gold:nth-child(2)::after {
  top: 10.5%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.drawer-sp__service-lists .list-icon:nth-child(1)::before {
  top: 26%;
}

.drawer-sp__service-lists.drawer-sp__service-lists01>.list-icon:nth-child(2)::before {
  top: 10.5%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn.drawer-sp__btn {
  width: 250px;
  text-align: center;
}

.btn.drawer-sp__btn a {
  padding: 10px 0 10px 12px;
  display: block;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
}

.btn.drawer-sp__btn a::before {
  right: auto;
  left: 30px;
}

.btn.drawer-sp__btn01 {
  margin: 40px auto 0;
}

.btn.drawer-sp__btn02 {
  margin: 24px auto 0;
}

/* 編集/追加 Takahashi 04.01.24 */
.btn.drawer-sp__btn02.font-small a {
  font-size: 14px;
}
/* ここまで */

.btn.drawer-sp__btn a {
  position: relative;
}

.btn.drawer-sp__btn a::after {
  display: none;
}

.plus-icon {
  padding: 10px;
  position: absolute;
  top: 65%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plus-icon.open::after {
  opacity: 0;
}

.plus-icon::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.plus-icon::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  right: 6.5px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

.drawer-sp__service-lists {
  display: none;
}

.drawer-sp__service-list {
  border-bottom: 1px solid #5E5E5E;
}

.drawer-sp__service-list a {
  display: block;
  padding: 30px 0;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.drawer-sp__service-list:nth-child(1) a {
  padding: 0 0 30px 0;
}

.drawer-sp__service-child-lists {
  padding-bottom: 28px;
}

.drawer-sp__service-child-list:not(:first-child) {
  margin-top: 28px;
}

.drawer-sp__service-child-list a {
  padding: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03em;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

/*====================
footer
====================*/
.footer {
  padding-top: 142px;
  background-color: #353535;
  position: relative;
  z-index: 60;
}

@media (max-width: 749px) {
  .footer {
    margin-top: 64px;
    padding-top: 64px;
  }
}

.footer__inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .footer__wrapper {
    display: block;
  }
}

.footer__col:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 749px) {
  .footer__col:not(:first-child) {
    margin-left: 0;
  }
}

/* .footer__col01 {
  top: 30px;
} */

.footer__col02,
.footer__col03,
.footer__col04,
.footer__col05 {
  position: relative;
  top: 20px;
}

@media (max-width: 749px) {

  .footer__col02,
  .footer__col03,
  .footer__col04,
  .footer__col05 {
    top: 0;
  }
}

.footer__col01 {
  width: 14%;
  margin-right: 80px;
  position: relative;
  top: 140px;
}

@media (max-width: 749px) {
  .footer__col01 {
    width: 100%;
    margin-right: 0;
    top: 0;
  }
}

.footer__col01::after {
  content: "";
  width: 1px;
  height: 340px;
  background-color: #fff;
  position: absolute;
  top: 14%;
  left: 130%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .footer__col01::after {
    display: none;
  }
}

.footer__logo {
  width: 70px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .footer__logo {
    width: 70px;
  }
}

.footer__info {
  margin-top: 34px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.1;
}

@media (max-width: 749px) {
  .footer__info {
    margin-top: 28px;
    font-size: 13px;
  }
}

.footer__col02 {
  width: 18%;
}

@media (max-width: 749px) {
  .footer__col02 {
    width: 100%;
    margin-top: 26px;
  }
}

.footer__list {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 749px) {
  .footer__list {
    border-top: 1px #5E5E5E solid;
    padding-left: 50px;
  }
}

.footer__list:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 749px) {
  .footer__list:not(:first-child) {
    margin-top: 0;
  }
}

.footer__list::before {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../img/common/item-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 749px) {
  .footer__list::before {
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.footer__list>a,
.footer__list>span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {

  .footer__list>a,
  .footer__list>span {
    font-size: 16px;
    display: block;
    padding: 29px 0;
  }
}

@media (max-width: 749px) {
  .footer__col04 .footer__list:last-child {
    border-bottom: 1px #5E5E5E solid;
  }
}

.footer__col02 .footer__list:nth-child(2) .plus-icon,
.footer__col03 .footer__list:nth-child(1) .plus-icon,
.footer__col03 .footer__list:nth-child(2) .plus-icon {
  padding: 10px;
  top: 40px;
  right: 5%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 749px) {

  .footer__col02 .footer__list:nth-child(2)::before,
  .footer__col03 .footer__list:nth-child(1)::before,
  .footer__col03 .footer__list:nth-child(2)::before {
    top: 36px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.footer__child-lists {
  margin-top: 19px;
}

@media (max-width: 749px) {
  .footer__child-lists {
    margin-top: -2px;
    padding-bottom: 24px;
    display: none;
  }
}

.footer__child-list:not(:first-child) {
  margin-top: 8px;
}

@media (max-width: 749px) {
  .footer__child-list:not(:first-child) {
    margin-top: 24px;
  }
}

.footer__child-list>a {
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .footer__child-list>a {
    font-size: 13px;
  }
}

.footer__col03 {
  width: 18%;
}

@media (max-width: 749px) {
  .footer__col03 {
    width: 100%;
  }
}

.footer__col04 {
  width: 18%;
}

@media (max-width: 749px) {
  .footer__col04 {
    width: 100%;
  }
}

.footer__col05 {
  width: 11%;
}

@media (max-width: 749px) {
  .footer__col05 {
    width: 100%;
  }
}

.footer__btns {
  position: relative;
  top: -20px;
  left: -60px;
}

@media (max-width: 749px) {
  .footer__btns {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.footer__btn {
  width: 200px;
}

/* 編集/追加 Takahashi 04.01.24 */
@media (max-width: 749px) {
  .footer__btn {
    width: 250px;
    margin: 0 auto;
  }
}

.footer__btn:not(:first-child) {
  margin-top: 0;
}

@media (max-width: 749px) {
  .footer__btn:not(:first-child) {
    margin-top: 16px;
  }
}

.footer__btn::marker {
  display: none;
}

.footer__btn a {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  border: 1px #fff solid;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 749px) {
  .footer__btn a {
    padding: 8px 0;
    font-size: 18px;
  }
}

.footer__btn:nth-child(1) a {
  padding-left: 10px;
}

.footer__btn:nth-child(1) a::before {
  content: "";
  background: url(../img/common/mail-icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .footer__btn:nth-child(1) a::before {
    width: 17px;
    height: 11px;
    left: 10%;
  }
}

.footer__btn:nth-child(2) a {
  font-family: "garamond-premier-pro", serif;
  padding-left: 10px;
}

@media (min-width: 750px) {
  .footer__btn:nth-child(2) a {
    padding-top: 16px;
    padding-bottom: 12px;
  }
}

.footer__btn:nth-child(2) a::before {
  content: "";
  background: url(../img/common/store-icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  left: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .footer__btn:nth-child(2) a::before {
    left: 10%;
  }
}

.footer__btn:nth-child(3) a {
  padding-top: 19px;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
}

.footer__btn:nth-child(3) a {
  padding-left: 20px;
}

.footer__btn:nth-child(3) a::before {
  content: "";
  background: url(../img/common/book-icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .footer__btn:nth-child(3) a::before {
    width: 17px;
    height: 11px;
    left: 10%;
  }
}
/* ここまで */

@media (max-width: 749px) {
  .footer__link-txt {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 5%;
  }
}

.footer__policy {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 749px) {
  .footer__policy {
    margin-left: 24px;
  }
}

.footer__policy a {
  text-decoration: underline;
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .footer__policy a {
    font-size: 13px;
  }
}

.footer__copy {
  border-top: 1px solid #B6821A;
  margin-top: 163px;
  padding: 24px 0;
  text-align: center;
  font-size: 13px;
  color: #B6821A;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .footer__copy {
    font-size: 11px;
  }
}

/*====================
fv-opening
====================*/
.fv-opening {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.fv-opening__img {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
}

body.no_scroll {
  overflow: hidden;
}

/*====================
fv
====================*/
.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 749px) {
  .fv {
    display: block;
  }
}

.fv-img {
  width: 50%;
  padding-top: 56.2%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 749px) {
  .fv-img {
    width: 100%;
    padding-top: 100%;
  }
}

.fv-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 3s ease 0s;
  transition: -webkit-transform 3s ease 0s;
  transition: transform 3s ease 0s;
  transition: transform 3s ease 0s, -webkit-transform 3s ease 0s;
}

.fv-img img.is-shrink {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.fv-header {
  width: 100%;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 749px) {
  .fv-header {
    display: none;
  }
}

/* 編集/追加 Takahashi 04.01.24 */
.fv-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  align-items: center;
  margin-right: 83px;
}
.fv-header__cta-list:nth-child(2),
.fv-header__cta-list:nth-child(3)
 {
  margin-left: 42px;
}

.fv-header__cta-list:nth-child(3) {
  text-align: center;
}

.fv-header__cta-list:nth-child(3) a {
  display: inline-block;
  line-height: 20px;
}
/* ここまで */

.fv-header__cta-list a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

.fv-header__logo {
  width: 67px;
  margin: 0 auto;
}

.fv-header__lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fv-header__list:not(:first-child) {
  margin-left: 40px;
}

.fv-header__list a,
.fv-header__list span {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.fv-copy {
  position: absolute;
  bottom: 104px;
  right: 83px;
}

@media (max-width: 749px) {
  .fv-copy {
    bottom: 48%;
    right: max(25px, 2.5vw);
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }
}

.fv-copy__big {
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .fv-copy__big {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.66;
    text-align: right;
  }
}

.fv-copy__small {
  margin-top: 31px;
  margin-right: 10px;
  text-align: right;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

@media (max-width: 749px) {
  .fv-copy__small {
    margin-top: 15px;
    margin-right: 0;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}

/*====================
drawer
====================*/
.drawer02__header.header_bottom-line {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}

.header_bottom-line {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}

.drawer__content {
  width: 100%;
  height: 102vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  background-color: #E4E4E4;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: hidden;
}

.drawer__content-mask {
  width: 300vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}

.drawer__content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer__content-inner {
  width: 85%;
  max-width: 1000px;
  position: relative;
  left: 70px;
  z-index: 10;
}

.drawer01__content-inner {
  margin: 230px auto 0;
}

.drawer02__content-inner {
  margin: 60px auto 0;
}

.drawer__lists {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drawer__lists.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer__list {
  width: 33.3%;
}

.drawer__list:not(:first-child) {
  margin-left: 86px;
}

.drawer__list>a {
  padding-left: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}

.drawer__list>a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/drawer_item-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer__list>a::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.drawer__list>a:hover::after {
  left: calc(100% + 10px);
}

.drawer__lists-child {
  margin-top: 25px;
}

.drawer__list-child {
  margin-left: 30px;
}

.drawer__list-child:not(:first-child) {
  margin-top: 18px;
}

.drawer__list-child>a {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
}

.drawer__list-child>a::after {
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/common/draser_arrow-head-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer__list-child>a:hover {
  padding-left: 25px;
}

.drawer-sp__link {
  text-align: right;
}

.drawer-sp__link a {
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.drawer-sp__link01 {
  margin-top: 40px;
}

.drawer-sp__link02 {
  margin-top: 24px;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

/*====================
intro
====================*/
.intro {
  margin-top: 143px;
}

@media (max-width: 749px) {
  .intro {
    margin-top: 75px;
  }
}

.intro__inner {
  width: 850px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .intro__inner {
    width: 87.2%;
  }
}

.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 749px) {
  .intro__wrapper {
    display: block;
  }
}

.intro__left {
  width: 50%;
  font-size: 42px;
  letter-spacing: 0.25em;
  line-height: 1.9;
  position: relative;
  left: 80px;
}

@media (max-width: 749px) {
  .intro__left {
    width: 100%;
    font-size: 38px;
    letter-spacing: 0.15em;
    line-height: 1.57;
    left: 0;
  }
}

.intro__right {
  width: 50%;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.3;
}

@media (max-width: 749px) {
  .intro__right {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
    margin-top: 51px;
  }
}

/*====================
products
====================*/
.products {
  margin-top: 232px;
}

@media (max-width: 749px) {
  .products {
    margin-top: 95px;
  }
}

.products__wrapper {
  margin-top: 201px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 749px) {
  .products__wrapper {
    display: block;
    width: 90%;
    margin: 80px auto 0;
  }
}

.products__left {
  width: 540px;
}

@media (max-width: 749px) {
  .products__left {
    display: none;
  }
}

.products__right {
  width: 695px;
}

@media (max-width: 749px) {
  .products__right {
    display: none;
  }
}

.products__list {
  overflow: hidden;
}

.products__list a {
  display: block;
  width: 100%;
  padding: 30px 0 30px 60px;
  font-size: 24px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  opacity: 1;
}

.products__list a::before {
  background: #353535;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -10;
}

.products__list a::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

.products__list a:hover {
  color: #fff;
}

.products__list a:hover::before {
  -webkit-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.products__list a:hover::after {
  right: 45px;
}

.products__item-cat {
  position: relative;
}

.products__item-cat::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

.products__item {
  display: block;
  border-top: 1px #BCBCBC solid;
}

.products__item:not(:first-child) {
  margin-top: 24px;
}

.products__item:last-child {
  padding-bottom: 25px;
  border-bottom: 1px #BCBCBC solid;
}

@media (min-width: 750px) {
  .products__item {
    display: none;
  }
}

.products__item-cat {
  padding: 25px 0;
  font-size: 20px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .products .btn.line-up_to-brand__btn {
    width: 87.2%;
  }
}

/*====================
factory
====================*/
@media (min-width: 750px) {
  .factory {
    background: url(../img/front-page/factory-bg.jpg) no-repeat center center/cover;
    margin-top: 136px;
    padding: 182px 0 136px;
  }
}

@media (max-width: 749px) {
  .factory {
    margin-top: 96px;
    padding: max(9.2vw, 92px) 0 max(9.6vw, 96px);
    background: url(../img/front-page/factory-bg_sp.jpg) no-repeat center center/cover;
  }
}

.heading01.factory__heading {
  color: #fff;
}

.factory__btn-wrapper {
  margin: 127px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 749px) {
  .factory__btn-wrapper {
    margin-top: 94px;
    display: block;
  }
}

@media (max-width: 749px) {
  .factory__btn:nth-child(2) {
    margin-top: 24px;
  }
}

.factory__btn a {
  border: 1px #fff solid;
  color: #fff;
}

.factory__btn:nth-child(2) a {
  padding: 16px 0 16px 35px;
}

.factory__btn:nth-child(2) a::after {
  left: 76%;
}

.factory__btn:nth-child(2) a:hover::after {
  left: 79%;
}

/*====================
news
====================*/
.news {
  padding: 132px 0 136px;
  background-color: #FAFAFA;
}

@media (max-width: 749px) {
  .news {
    padding: 92px 0 96px;
    background-color: #fff;
  }
}

.news__inner {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .news__inner {
    width: 87.2%;
  }
}

.news__items {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .news__items {
    margin-top: 80px;
    display: block;
  }
}

.news__item {
  width: 30.5%;
  display: block;
}

@media (max-width: 749px) {
  .news__item {
    width: 100%;
  }
}

.news__item:hover {
  opacity: 1;
}

.news__item:hover .news__item-img::after {
  opacity: 1;
}

.news__item-img img {
  width: 300px;
  height: 260px;
}

@media (max-width: 749px) {
  .news__item-img img {
    width: 100%;
    height: auto;
  }
}

.news__item:hover .news__item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news__item:hover .news__item-txt--small {
  opacity: 0.7;
}

.news__item:hover .news__item-ttl {
  opacity: 0.7;
}

@media (max-width: 749px) {
  .news__item:not(:first-child) {
    margin-top: 40px;
  }
}

.news__item-img {
  overflow: hidden;
}

.news__item-tag {
  margin-top: 22px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (max-width: 749px) {
  .news__item-tag {
    margin-top: 14px;
  }
}

.news__item-tag span {
  font-size: 16px;
  color: #353535;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
}

@media (max-width: 749px) {
  .news__item-tag span {
    font-size: 16px;
  }
}

.news__item-tag span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .news__item-tag span::after {
    height: 18px;
  }
}

.news__item-tag span:not(:first-child) {
  margin-left: 30px;
}

.news__item-ttl {
  font-size: 22px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (max-width: 749px) {
  .news__item-ttl {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.btn.news__item-btn {
  margin: 80px auto 0;
}

@media (max-width: 749px) {
  .btn.news__item-btn {
    margin: max(20vw, 200px) auto 0;
  }
}

.btn.news__item-btn a {
  border: 1px #000 solid;
  color: #000;
}

/*====================
outline-info
====================*/
.outline-info {
  padding: 288px 0 200px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .outline-info {
    padding-top: 94px;
  }
}

.outline-info__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .outline-info__inner {
    width: 87.2%;
  }
}

.outline-info__lists {
  margin-top: 103px;
}

@media (max-width: 749px) {
  .outline-info__lists {
    padding-top: 54px;
  }
}

.outline-info__lists-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #BCBCBC solid;
}

@media (max-width: 749px) {
  .outline-info__lists-row {
    display: block;
    padding: 16px 0;
  }
}

.outline-info__lists-row:last-child {
  border-bottom: 1px #BCBCBC solid;
}

.outline-info__lists-subject {
  padding: 40px 0;
  width: 152px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .outline-info__lists-subject {
    padding: 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.outline-info__lists-content {
  padding: 40px 0;
  width: calc(100% - 152px);
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .outline-info__lists-content {
    padding: 0;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
}

.outline-info__lists-content-mb {
  margin-bottom: 16px;
}

@media (max-width: 749px) {
  .outline-info__lists-content-mb {
    margin-bottom: 5px;
  }
}

.outline-info__lists-content a {
  color: #000;
  text-decoration: underline;
}

.outline-info__lists-content a.outline-info__lists-map {
  margin: 10px 0;
  display: inline-block;
  padding: 1px 30px 1px 20px;
  border: 1px #707070 solid;
  border-radius: 15px;
  font-size: 12px;
  color: #353535;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
  text-decoration: none;
}

.outline-info__lists-map::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url(../img/outline/map-arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% - 25px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/*====================
outline_fixed-bg
====================*/
.outline_fixed-bg::after {
  background: url(../img/outline/outline_fixed-bg.jpg) no-repeat center center/cover;
}

/*====================
outline-member
====================*/
.outline-member {
  padding: 230px 0 168px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .outline-member {
    padding: 100px 0 120px;
  }
}

.outline-member__items {
  width: 840px;
  margin: 103px auto 0;

}

@media (max-width: 749px) {
  .outline-member__items {
    width: 100%;
    margin-top: 74px;

  }
}

.outline-member__item-box {

  border-bottom: 1px #BCBCBC solid;
  padding: 40px 0;
}

.outline-member__item-box:first-of-type {
  padding: 0 0 40px;
}

.outline-member__item-box1 {
  display: flex;
  justify-content: space-between;


}

@media (max-width: 749px) {
  .outline-member__item-box {
    padding: 20px 0;
  }

}


.outline-member__item {
  width: 400px;
}

.outline-member__item2 {
  display: flex;
  align-items: baseline;
}

.outline-member__item2 .outline-member__name {
  margin-top: 0;

}



@media (max-width: 749px) {
  .outline-member__item {
    width: 50%;
  }
}

@media (max-width: 749px) {
  .outline-member__item:nth-child(n+3) {
    margin-top: 60px;
  }
}

.outline-member__name {
  margin-top: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}

@media (max-width: 749px) {
  .outline-member__name {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.outline-member__name span {
  font-size: 15px;
  color: #5E5E5E;
  letter-spacing: 0.2em;

}

@media (max-width: 749px) {
  .outline-member__name span {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.outline-member__post {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
}

@media (max-width: 749px) {
  .outline-member__post {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.outline-member__post2 {
  margin-top: 0;
  width: 346px;
}

.outline-member__post span {
  font-size: 15px;
  color: #5E5E5E;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {

  .outline-member__post2 {
    width: 50%;
  }

  .outline-member__post span {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/*====================
message-content
====================*/
.message-content {
  padding: 282px 0 200px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .message-content {
    padding: 94px 0 92px;
  }
}

.message-content__wrapper {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .message-content__wrapper {
    margin-top: 84px;
    display: block;
  }
}

.message-content__img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 400px;
  position: sticky;
  top: 0;
  margin-top: 20px;
}

@media (max-width: 749px) {
  .message-content__img {
    height: auto;
    width: 100%;
    margin-left: 0;
    position: static;
    top: auto;
  }
}

.message-content__txt {
  width: 60%;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.3;
}

@media (max-width: 749px) {
  .message-content__txt {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
    margin-top: 24px;
  }
}

/*====================
message_fixed-bg
====================*/
.message_fixed-bg::after {
  background: url(../img/message/message_fixed-bg.jpg) no-repeat center center/cover;
}

/*====================
message-value
====================*/
.message-value {
  padding-top: 240px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .message-value {
    padding-top: 120px;
  }
}

.message-value__philosophy {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .message-value__philosophy {
    margin-top: 84px;
    display: block;
  }
}

.message-value__philosophy-left {
  width: 600px;
}

@media (max-width: 749px) {
  .message-value__philosophy-left {
    width: 100%;
    margin-left: 0;
  }
}

.message-value__philosophy-right {
  width: 42%;
}

@media (max-width: 749px) {
  .message-value__philosophy-right {
    width: 100%;
  }
}

@media (max-width: 749px) {
  .message-philosophy_heading02 {
    margin-top: 24px;
  }
}

.message-value__philosophy-copy {
  margin-top: 87px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

@media (max-width: 749px) {
  .message-value__philosophy-copy {
    margin-top: 70px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.message-value__philosophy-content {
  margin-top: 97px;
}

@media (max-width: 749px) {
  .message-value__philosophy-content {
    margin-top: 32px;
  }
}

.message-value__philosophy-txt {
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  position: relative;
}

@media (max-width: 749px) {
  .message-value__philosophy-txt {
    padding-left: 40px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.88;
  }
}

.message-value__philosophy-txt:not(:first-child) {
  margin-top: 48px;
}

@media (max-width: 749px) {
  .message-value__philosophy-txt:not(:first-child) {
    margin-top: 40px;
  }
}

.message-value__philosophy-txt::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #B6821A;
  position: absolute;
  top: 20px;
  left: 0;
}

.message-value__origin {
  margin-top: 160px;
  padding-bottom: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 749px) {
  .message-value__origin {
    margin-top: 104px;
    padding-bottom: 104px;
    display: block;
  }
}

.message-value__origin__left {
  width: 45%;
}

@media (max-width: 749px) {
  .message-value__origin__left {
    width: 100%;
  }
}

@media (max-width: 749px) {
  .message-value__origin-heading02 {
    margin-top: 24px;
  }
}

.message-value__origin__left-name {
  margin-top: 87px;
}

@media (max-width: 749px) {
  .message-value__origin__left-name {
    margin-top: 70px;
  }
}

.message-value__origin__name-ttl {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .message-value__origin__name-ttl {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.message-value__origin__name-txt {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .message-value__origin__name-txt {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.message-value__origin__left-logo {
  margin-top: 76px;
}

@media (max-width: 749px) {
  .message-value__origin__left-logo {
    margin-top: 48px;
  }
}

.message-value__origin__logo-ttl {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .message-value__origin__logo-ttl {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.message-value__origin__logo-txt {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .message-value__origin__logo-txt {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.message-value__origin__right {
  width: 50%;
}

@media (max-width: 749px) {
  .message-value__origin__right {
    width: 100%;
  }
}

/*====================
history-guide
====================*/
.history-guide {
  position: fixed;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 100;
}

.history-guide.is-show {
  opacity: 1;
  z-index: 50;
}

.history-guide.is-none {
  opacity: 0;
}

@media (max-width: 749px) {
  .history-guide {
    display: none;
  }

}

.history-guide__lists {
  text-align: right;
}

.history-guide__list:not(:first-child) {
  margin-top: 32px;
}

.history-guide__list a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
}

.history-guide__list a .history-guide__list-circle {
  font-size: 8px;
  position: relative;
  bottom: 2px;
  left: 5px;
}

.history-guide__list a.is-current {
  font-size: 24px;
  color: #B6821A;
}

.history-guide__list a.is-current .history-guide__list-circle {
  font-size: 14px;
}

/*====================
history-section
====================*/
.history-section {
  padding: 106px 0 141px;
}

@media (max-width: 749px) {
  .history-section {
    padding: 96px 0 101px;
  }
}

.history-section.history-section01 {
  padding-top: 138px;
}

.history-section.history-section02 {
  padding-top: 138px;
  background: url(../img/history/history-section02_bg.jpg) no-repeat center center/cover;
}

@media (max-width: 749px) {
  .history-section.history-section01 {
    padding-top: 96px;
  }
}

.history-section__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .history-section__inner {
    width: 87.2%;
  }
}

.history-section__year {
  text-align: center;
  font-size: 130px;
  color: #fff;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

@media (max-width: 749px) {
  .history-section__year {
    text-align: left;
    font-size: 64px;
    line-height: 1.2;
  }
}

.history-section__caption {
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .history-section__caption {
    text-align: left;
    font-size: 18px;
  }
}

.history-section__wrapper {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .history-section__wrapper {
    margin-top: 64px;
    display: block;
  }
}

.history-section__wrapper:not(:nth-of-type(2)) {
  margin-top: 80px;
}

@media (max-width: 749px) {
  .history-section__wrapper:not(:nth-of-type(2)) {
    margin-top: 48px;
  }
}

.history-section__img {
  width: 46%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

@media (max-width: 749px) {
  .history-section__img {
    width: 94%;
    margin-top: 19px;
    margin-left: auto;
  }
}

.history-section__string {
  width: 46%;
}

@media (max-width: 749px) {
  .history-section__string {
    width: 100%;
  }
}

.history-section__string-year {
  font-size: 50px;
  color: #B6821A;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

@media (max-width: 749px) {
  .history-section__string-year {
    font-size: 38px;
    padding-left: 20px;
  }
}

.history-section__string-year::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10%;
  right: calc(100% + 32px);
}

@media (max-width: 749px) {
  .history-section__string-year::before {
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 750px) {
  .history-section02 .history-section__wrapper:nth-child(2n+1) .history-section__string-year::before {
    right: auto;
    left: calc(100% + 32px);
  }
}

@media (min-width: 750px) {
  .history-section03 .history-section__wrapper:nth-child(2n) .history-section__string-year::before {
    right: auto;
    left: calc(100% + 32px);
  }
}

@media (min-width: 750px) {
  .history-section04 .history-section__wrapper:nth-child(2n) .history-section__string-year::before {
    right: auto;
    left: calc(100% + 32px);
  }
}

.history-section__string-year-ja {
  font-size: 16px;
  color: #B6821A;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .history-section__string-year-ja {
    font-size: 16px;
    margin-left: 20px;
  }
}

.history-section__string-subject {
  margin-top: 16px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .history-section__string-subject {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-left: 20px;
  }
}

.history-section__string-txt {
  margin-top: 9px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .history-section__string-txt {
    margin-top: 8px;
    font-size: 16px;
    margin-left: 20px;
  }
}

.history-section01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/history/history_fixed-bg.jpg) no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
}

.history-section02 .history-section__wrapper:nth-child(2n+1) .history-section__string {
  text-align: right;
}

@media (max-width: 749px) {
  .history-section02 .history-section__wrapper:nth-child(2n+1) .history-section__string {
    text-align: left;
  }
}

.history-section03 {}

.history-section04 {
  background: url(../img/history/history-section04_bg.jpg) no-repeat center center/cover;
}

.history-section03 .history-section__wrapper:nth-child(2n) .history-section__string,
.history-section04 .history-section__wrapper:nth-child(2n) .history-section__string {
  text-align: right;
}

@media (max-width: 749px) {

  .history-section03 .history-section__wrapper:nth-child(2n) .history-section__string,
  .history-section04 .history-section__wrapper:nth-child(2n) .history-section__string {
    text-align: left;
  }
}

.history-section__bottom-copy {
  margin-top: 169px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.875;
}

@media (max-width: 749px) {
  .history-section__bottom-copy {
    margin-top: 81px;
    font-size: 32px;
  }
}

.outline-company.outline-company--none-margin {
  margin-top: 0;
}

/*====================
history_vertical-bar
====================*/
.history_vertical-bar {
  position: relative;
}

.history_vertical-bar::before {
  content: "";
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 749px) {
  .history_vertical-bar::before {
    top: 230px;
    left: 31px;
  }
}

.history_vertical-bar01::before {
  height: 515px;
}

@media (max-width: 749px) {
  .history_vertical-bar01::before {
    height: 612px;
  }
}

.history_vertical-bar02::before {
  height: 1297px;
}

@media (max-width: 749px) {
  .history_vertical-bar.history_vertical-bar02::before {
    height: 1371px;
    top: 280px;
  }
}

.history_vertical-bar03::before {
  height: 2435px;
}

@media (max-width: 749px) {
  .history_vertical-bar03::before {
    height: 2579px;
  }
}

.history_vertical-bar04::before {
  height: 3220px;
}

@media (max-width: 749px) {
  .history_vertical-bar04::before {
    height: 3370px;
  }
}

/*====================
item-list-strength
====================*/
.item-list-strength,
.item-list-consumer-brand {
  padding-top: 124px;
  background-color: #fff;
}

@media (max-width: 749px) {

  .item-list-strength,
  .item-list-consumer-brand {
    padding-top: 70px;
  }
}

.btn.row-item__btn.item-list-strength__btn01 a,
.btn.row-item__btn.item-list-strength__btn02 a {
  padding: 16px 0 16px 12px;
}

@media (max-width: 749px) {

  .btn.row-item__btn.item-list-strength__btn01 a,
  .btn.row-item__btn.item-list-strength__btn02 a {
    padding: 8px 0 8px 20px;
  }
}

.btn.row-item__btn.item-list-strength__btn02 a::after {
  left: 84%;
}

.btn.row-item__btn.item-list-strength__btn02 a:hover::after {
  left: 87%;
}

/*====================
item-list-service
====================*/
.item-list-service {
  padding: 132px 0 200px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .item-list-service {
    padding: 80px 0 120px;
  }
}

.item-list-service__items {
  margin-top: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .item-list-service__items {
    margin-top: 80px;
  }
}

.item-list-service__item {
  width: calc(25% - 31px);
}

@media (max-width: 749px) {
  .item-list-service__item {
    width: calc(50% - 8.5px);
  }
}

.item-list-service__item:not(:first-child) {
  margin-left: 31px;
}

@media (max-width: 749px) {
  .item-list-service__item:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 749px) {
  .item-list-service__item:nth-child(2n) {
    margin-left: 17px;
  }
}

@media (max-width: 749px) {
  .item-list-service__item:nth-child(n+3) {
    margin-top: 48px;
  }
}

.item-list-service__name {
  margin-top: 21px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .item-list-service__name {
    margin-top: 13px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.item-list-service__txt {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .item-list-service__txt {
    margin-top: 1px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

/*====================
item-list_fixed-bg
====================*/
.item-list_fixed-bg::after {
  background: url(../img/item-list/item-list_fixed-bg.jpg) no-repeat center center/cover;
}

/*====================
item-list-product
====================*/
.item-list-product {
  padding: 200px 0 180px;
  background-color: #FAFAFA;
}

@media (max-width: 749px) {
  .item-list-product {
    padding: 80px 0 100px;
  }
}

.item-list-product__items {
  margin-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .item-list-product__items {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-list-product__item {
  display: block;
  width: 18%;
}

@media (max-width: 749px) {
  .item-list-product__item {
    width: 47%;
  }
}

@media (max-width: 749px) {
  .item-list-product__item:nth-child(n+3) {
    margin-top: 48px;
  }
}

.item-list-product__item:hover {
  opacity: 1;
}

.item-list-product__item:hover .item-list-product__item-img img {
  transform: scale(1.1);
}

.item-list-product__item-img {
  overflow: hidden;
  position: relative;
}

.item-list-product__item-img img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}

.item-list-product__item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

.item-list-product__item:hover .item-list-product__item-img::after {
  opacity: 1;
}


.item-list-product__item-name {
  margin-top: 21px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .item-list-product__item-name {
    margin-top: 8px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.item-list-product__item-txt {
  margin-top: 11px;
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .item-list-product__item-txt {
    margin-top: 8px;
    font-size: 16px;
  }
}

/*====================
display
====================*/
.display-case {
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .display-case {
    margin-bottom: 60px;
  }
}

/*====================
display-line-up
====================*/
.line-up__content-color.display-table01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.display-table01-02 {
  background-color: #C1953D;
}

.line-up__content-color.display-table01-03 {
  background-color: #382C14;
}

.line-up__content-color.display-table02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.display-table02-02 {
  background-color: #C1953D;
}

.line-up__content-color.display-table02-03 {
  background-color: #382C14;
}

.line-up__content-color.display-table03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.display-table03-02 {
  background-color: #C1953D;
}

.line-up__content-color.display-table03-03 {
  background-color: #382C14;
}

/*====================
office-line-up
====================*/
.line-up__content-color.desk01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk01-02 {
  background-color: #C1953D;
}

.line-up__content-color.desk01-03 {
  background-color: #382C14;
}

.line-up__content-color.desk02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk02-02 {
  background-color: #C1953D;
}

.line-up__content-color.desk02-03 {
  background-color: #382C14;
}

.line-up__content-color.desk03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk03-02 {
  background-color: #C1953D;
}

.line-up__content-color.desk03-03 {
  background-color: #382C14;
}

.line-up__content-color.shelf01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.shelf01-02 {
  background-color: #C1953D;
}

.line-up__content-color.shelf01-03 {
  background-color: #382C14;
}

.line-up__content-color.shelf02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.shelf02-02 {
  background-color: #C1953D;
}

.line-up__content-color.shelf02-03 {
  background-color: #382C14;
}

.line-up__content-color.shelf03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.shelf03-02 {
  background-color: #C1953D;
}

.line-up__content-color.shelf03-03 {
  background-color: #382C14;
}

.line-up__content-color.inside-wagon01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.inside-wagon02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.inside-wagon03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk-wagon01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk-wagon02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.desk-wagon03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board04-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board05-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.white-board06-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.info-board01-01 {
  background-color: #9EB1E2;
}

.line-up__content-color.info-board01-02 {
  background-color: #BCBCBC;
}

.line-up__content-color.info-board02-01 {
  background-color: #9EB1E2;
}

.line-up__content-color.info-board02-02 {
  background-color: #BCBCBC;
}

.line-up__content-color.info-board03-01 {
  background-color: #9EB1E2;
}

.line-up__content-color.info-board03-02 {
  background-color: #BCBCBC;
}

/*====================
office-line-up
====================*/
.line-up__content-color.storage01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.storage01-02 {
  background-color: #C1953D;
}

.line-up__content-color.storage01-03 {
  background-color: #382C14;
}

.line-up__content-color.storage02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.storage02-02 {
  background-color: #C1953D;
}

.line-up__content-color.storage02-03 {
  background-color: #382C14;
}

.line-up__content-color.storage03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.storage03-02 {
  background-color: #C1953D;
}

.line-up__content-color.storage03-03 {
  background-color: #382C14;
}

.line-up__content-color.work-desk01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.work-desk01-02 {
  background-color: #C1953D;
}

.line-up__content-color.work-desk01-03 {
  background-color: #382C14;
}

.line-up__content-color.work-desk02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.work-desk02-02 {
  background-color: #C1953D;
}

.line-up__content-color.work-desk02-03 {
  background-color: #382C14;
}

.line-up__content-color.work-desk03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.work-desk03-02 {
  background-color: #C1953D;
}

.line-up__content-color.work-desk03-03 {
  background-color: #382C14;
}

/*====================
kindergarten-line-up
====================*/
.kindergarten-locker_color {
  display: inline-block;
  width: 14px;
  position: relative;
  bottom: 4px;
}

@media (max-width: 749px) {
  .kindergarten-locker_color {
    position: relative;
    bottom: 5px;
  }
}

.kindergarten-locker_color:not(:first-child) {
  margin-left: 18px;
}

/*====================
education-case
====================*/
.education-case {
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .education-case {
    margin-bottom: 60px;
  }
}

/*====================
welfare-line-up
====================*/
.btn.line-up__btn {
  margin-top: 31px;
}

@media (max-width: 749px) {
  .btn.line-up__btn {
    margin: 20px auto 0 0;
  }
}

.btn.line-up__btn a {
  padding: 0;
  color: #000;
}

.btn.line-up__btn a::after {
  left: 40%;
}

.btn.line-up__btn a:hover::after {
  left: 43%;
}

.btn.line-up__btn.rehabili-btn {
  width: 175px;
}

.btn.line-up__btn.rehabili-btn a {
  border: 1px #000 solid;
  padding: 16px 0 16px 30px;
}

.btn.line-up__btn.rehabili-btn a::after {
  left: 65%;
}

.btn.line-up__btn.rehabili-btn a:hover::after {
  left: 68%;
}

.btn.line-up__other {
  width: 543px;
  margin: 96px auto 0;
}

@media (max-width: 749px) {
  .btn.line-up__other {
    width: 100%;
    margin: 30px auto 0;
  }
}

.btn.line-up__other a {
  border: 1px #000 solid;
  padding: 16px 0 16px 30px;
  color: #000;
}

@media (max-width: 749px) {
  .btn.line-up__other a {
    padding: 16px 55px 16px 30px;
  }
}

.btn.line-up__other a::after {
  left: 85%;
}

.btn.line-up__other a:hover::after {
  left: 88%;
}

.line-up__content-color.bedside-table01-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.bedside-table01-02 {
  background-color: #C1953D;
}

.line-up__content-color.bedside-table01-03 {
  background-color: #382C14;
}

.line-up__content-color.bedside-table02-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.bedside-table02-02 {
  background-color: #C1953D;
}

.line-up__content-color.bedside-table02-03 {
  background-color: #382C14;
}

.line-up__content-color.bedside-table03-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.bedside-table03-02 {
  background-color: #C1953D;
}

.line-up__content-color.bedside-table03-03 {
  background-color: #382C14;
}

.line-up__content-color.bedside-table04-01 {
  background-color: #BCBCBC;
}

.line-up__content-color.bedside-table04-02 {
  background-color: #C1953D;
}

.line-up__content-color.bedside-table04-03 {
  background-color: #382C14;
}

/*====================
factories-intro
====================*/
.factories-intro {
  margin-top: 178px;
}

@media (max-width: 749px) {
  .factories-intro {
    margin-top: 90px;
  }
}

.factories-intro__heading {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .factories-intro__heading {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 2;
  }
}

.factories-intro__txt {
  text-align: center;
  margin-top: 66px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.3;
}

@media (max-width: 749px) {
  .factories-intro__txt {
    margin-top: 40px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
  }
}

/*====================
factories-facility
====================*/
.factories-facility {
  margin-top: 140px;
}

@media (max-width: 749px) {
  .factories-facility {
    margin-top: 90px;
  }
}

.factories-facility__items {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .factories-facility__items {
    margin-top: 84px;
    display: block;
  }
}

.factories-facility__item {
  width: calc(50% - 32px);
}

@media (max-width: 749px) {
  .factories-facility__item {
    width: 100%;
  }
}

.factories-facility__item:nth-child(2n) {
  margin-left: 64px;
}

@media (max-width: 749px) {
  .factories-facility__item:nth-child(2n) {
    margin-left: 0;
  }
}

.factories-facility__item:nth-child(n+3) {
  margin-top: 64px;
}

@media (max-width: 749px) {
  .factories-facility__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .factories-facility__item:not(:first-child) {
    margin-top: 48px;
  }
}

.factories-facility__img:hover img:first-child {
  opacity: 0;
}

.factories-facility__img:hover img:last-child {
  opacity: 1;
}

.factories-facility__img {
  position: relative;
}

.factories-facility__img img {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.factories-facility__img img:first-child {
  opacity: 1;
}

.factories-facility__img img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.factories-facility__tabs {
  margin-top: 29px;
}

@media (max-width: 749px) {
  .factories-facility__tabs {
    margin-top: 18px;
  }
}

.factories-facility__tabs span {
  padding: 5px 8px;
  background-color: #353535;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .factories-facility__tabs span {
    padding: 3px 6px;
    font-size: 16px;
  }
}

.factories-facility__tabs span:not(:first-child) {
  margin-left: 3px;
}

.factories-facility__name {
  margin-top: 11px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .factories-facility__name {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.factories-facility__num {
  margin-top: 9px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .factories-facility__num {
    margin-top: 6px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.factories-facility__txt {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .factories-facility__txt {
    margin-top: 5px;
    font-size: 16px;
  }
}

/*====================
factories-other
====================*/
.factories-other {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .factories-other {
    margin-top: 104px;
  }
}

.factories-other__items {
  margin-top: 95px;
}

@media (max-width: 749px) {
  .factories-other__items {
    margin-top: 78px;
  }
}

.factories-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px #BCBCBC solid;
}

@media (max-width: 749px) {
  .factories-other__item {
    display: block;
  }
}

.factories-other__item:last-child {
  border-bottom: 1px #BCBCBC solid;
}

.factories-other__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
}

@media (max-width: 749px) {
  .factories-other__item-row {
    display: block;
    width: 100%;
    padding-top: 16px;
  }
}

.factories-other__item-name {
  width: 300px;
  padding: 40px 0;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .factories-other__item-name {
    width: 100%;
    padding: 0;
    font-size: 18px;
  }
}

.factories-other__item-cat {
  width: 200px;
  padding: 40px 0;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .factories-other__item-cat {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
}

.factories-other__item-content {
  width: calc(100% - 500px);
  padding: 40px 0;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .factories-other__item-content {
    width: 100%;
    padding: 0 0 24px 0;
    font-size: 16px;
    margin-top: 24px;
  }
}

/*====================
factories-movie
====================*/
.factories-movie {
  margin-top: 136px;
  padding: 136px 0;
  background-color: #FAFAFA;
}

@media (max-width: 749px) {
  .factories-movie {
    margin-top: 80px;
    padding: 94px 0;
  }
}

.factories-movie__inner {
  width: 1115px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .factories-movie__inner {
    width: 87.2%;
  }
}

.factories-movie .swiper-container {
  position: relative;
}

.factories-movie .swiper {
  margin-top: 85px;
}

@media (max-width: 749px) {
  .factories-movie .swiper {
    margin-top: 78px;
  }
}

.factories-movie .swiper-slide {
  cursor: pointer;
}

.factories-movie .swiper-button-prev,
.factories-movie .swiper-button-next {
  height: 47px;
  width: 47px;
  top: 45%;
}

@media (max-width: 749px) {

  .factories-movie .swiper-button-prev,
  .factories-movie .swiper-button-next {
    width: 33px;
    height: 33px;
  }
}

.factories-movie .swiper-button-prev {
  left: -4.3%;
}

.factories-movie .swiper-button-next {
  right: -4.3%;
}

.factories-movie .swiper-button-prev:after,
.factories-movie .swiper-button-next:after {
  content: "";
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 749px) {

  .factories-movie .swiper-button-prev:after,
  .factories-movie .swiper-button-next:after {
    width: 33px;
    height: 33px;
  }
}

.factories-movie .swiper-button-prev:after {
  background-image: url(../img/common/swiper-arrow_left.png);
}

.factories-movie .swiper-button-next:after {
  background-image: url(../img/common/swiper-arrow_right.png);
}

.swiper-name {
  margin-top: 18px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.6em;
}

@media (max-width: 749px) {
  .swiper-name {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

.btn.factories-movie__btn {
  width: 350px;
  margin: 139px auto 0;
  padding-bottom: 136px;
}

@media (max-width: 749px) {
  .btn.factories-movie__btn {
    width: 250px;
    margin: 80px auto 0;
    padding-bottom: 96px;
  }
}

.btn.factories-movie__btn .factories-movie__btn-wood {
  padding: 16px 0 16px 100px;
  border: 1px #000 solid;
  color: #000;
}

@media (max-width: 749px) {
  .btn.factories-movie__btn .factories-movie__btn-wood {
    padding: 8px 0 8px 50px;
  }
}

.btn.factories-movie__btn .factories-movie__btn-steel {
  padding: 16px 0 16px 65px;
  border: 1px #000 solid;
  color: #000;
}

@media (max-width: 749px) {
  .btn.factories-movie__btn .factories-movie__btn-steel {
    padding: 8px 0 8px 20px;
  }
}

.btn.factories-movie__btn .factories-movie__btn-steel::after {
  left: 70%;
}

@media (max-width: 749px) {
  .btn.factories-movie__btn .factories-movie__btn-steel::after {
    left: 82%;
  }
}

.btn.factories-movie__btn .factories-movie__btn-steel:hover::after {
  left: 73%;
}

.btn.factories-movie__btn .factories-movie__btn-wood::after {
  left: 66%;
}

@media (max-width: 749px) {
  .btn.factories-movie__btn .factories-movie__btn-wood::after {
    left: 78%;
  }
}

.btn.factories-movie__btn .factories-movie__btn-wood:hover::after {
  left: 69%;
}

/*====================
access-content
====================*/
.access-content {
  margin-top: 138px;
}

@media (max-width: 749px) {
  .access-content {
    margin-top: 98px;
  }
}

.access-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 749px) {
  .access-content__wrapper {
    display: block;
  }
}

.access-content__wrapper:not(:first-child) {
  margin-top: 272px;
}

@media (max-width: 749px) {
  .access-content__wrapper:not(:first-child) {
    margin-top: 96px;
  }
}

.access-content__string {
  width: 45%;
}

@media (max-width: 749px) {
  .access-content__string {
    width: 100%;
  }
}

@media (max-width: 749px) {
  .access-content__string .heading02 {
    margin-top: 24px;
  }
}

.access-content__items {
  margin-top: 90px;
}

@media (max-width: 749px) {
  .access-content__items {
    margin-top: 70px;
  }
}

.access-content__item {
  border-bottom: 1px #BCBCBC solid;
}

@media (max-width: 749px) {
  .access-content__item:last-child {
    border: none;
  }
}

.access-content__item-main {
  padding-bottom: 39px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.77;
}

@media (max-width: 749px) {
  .access-content__item-main {
    padding-bottom: 30px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
  }
}

.access-content__item-main--bold {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .access-content__item-main--bold {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.02em;
    margin-top: 50px;
  }
}

.access-content__item-main--bold:nth-of-type(2) {
  margin-top: 43px;
}

@media (max-width: 749px) {
  .access-content__item-main--bold:nth-of-type(2) {
    margin-top: 20px;
  }
}

@media (max-width: 749px) {
  .access-content__item-main--bold-adjust {
    display: block;
    margin-top: -10px;
    line-height: 1.75;
  }
}

.access-content__item-subject {
  padding-top: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .access-content__item-subject {
    padding-top: 32px;
    font-size: 16px;
  }
}

.access-content__item-detail {
  padding-bottom: 48px;
  margin-top: 23px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .access-content__item-detail {
    padding-bottom: 30px;
    margin-top: 18px;
    font-size: 16px;
  }
}

.access-content__img {
  width: 50%;
}

@media (max-width: 749px) {
  .access-content__img {
    width: 100%;
  }
}

.access-content__map {
  margin-top: 64px;
}

@media (max-width: 749px) {
  .access-content__map {
    margin-top: 15px;
  }
}

.access-content__map-wrapper {
  padding-top: 37.5%;
  position: relative;
}

@media (max-width: 749px) {
  .access-content__map-wrapper {
    padding-top: 61.3%;
  }
}

.access-content__map-wrapper>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*====================
faq-content
====================*/
@media (max-width: 749px) {
  .faq-select {
    margin-top: 90px;
  }
}

.faq-select {
  width: 327px;
  margin: 0 auto 0 0;
  position: relative;
  background-color: #fff;
}

.faq-select__box:focus {
  outline: none;
}

.faq-select.fixed-nav {
  position: fixed;
  top: 60px;
  z-index: 50;
}

.faq-select.is-current {
  z-index: -10;
}

.faq-select::after {
  content: "";
  width: 15px;
  height: 13px;
  background: url(../img/faq/anchor-icon.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

select.faq-select__box {
  padding: 0;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #C5C5C5;
}

select.faq-select__box option {
  font-size: 17px;
  color: #000;
  letter-spacing: 0.03em;
}

.faq-content {
  margin-top: 145px;
}

@media (max-width: 749px) {
  .faq-content {
    margin-top: 90px;
  }
}

.faq-content__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .faq-content__inner {
    width: 87.2%;
  }
}

.faq-content__wrapper:not(:first-child) {
  margin-top: 143px;
}

@media (max-width: 749px) {
  .faq-content__wrapper:not(:first-child) {
    margin-top: 90px;
  }
}

.faq-content__heading {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .faq-content__heading {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.faq-content__items {
  margin-top: 32px;
}

@media (max-width: 749px) {
  .faq-content__items {
    margin-top: 32px;
  }
}

.faq-content__item {
  padding: 40px 0 48px;
  border-top: 1px #BCBCBC solid;
  position: relative;
  cursor: pointer;
}

@media (max-width: 749px) {
  .faq-content__item {
    padding: 16px 0 40px;
  }
}

.faq-content__item:last-child {
  border-bottom: 1px #BCBCBC solid;
}

.faq-content__item-q {
  padding: 0 42px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 749px) {
  .faq-content__item-q {
    padding: 0 25px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.faq-content__item-q::before {
  content: "";
  width: 21px;
  height: 24px;
  background: url(../img/faq/q-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 65%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .faq-content__item-q::before {
    width: 16px;
    height: 18px;
    top: 35%;
  }
}

.faq-content__item-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 45px;
  right: 0;
}

@media (max-width: 749px) {
  .faq-content__item-icon {
    width: 16px;
    height: 16px;
    top: 36px;
  }
}

.faq-content__item-icon::before,
.faq-content__item-icon::after {
  content: "";
  background-color: #B6821A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.faq-content__item-icon::before {
  width: 100%;
  height: 1px;
}

.faq-content__item-icon::after {
  width: 1px;
  height: 100%;
}

.faq-content__item-icon.is-open::after {
  opacity: 0;
}

.faq-content__item-a {
  display: none;
  padding: 0 42px;
  margin-top: 32px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .faq-content__item-a {
    padding: 0 25px;
    margin-top: 24px;
    font-size: 16px;
  }
}

.faq-content__item-a.is-open {
  display: block;
}

.faq-content__item-a a {
  color: #000;
}

.faq-content__item-a2 a {
  text-decoration: underline;
}

.form_txt {
  display: inline-block;
  margin-bottom: 3px;
}

.form_btn a {
  border: 1px #000 solid;
  padding: 16px 0 16px 30px;
  margin-top: 8px;
  display: block;
  width: 260px;
  position: relative;
}

.form_btn a::after {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../img/common/arrow-icon--long.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.form_btn a:hover::after {
  left: 82%;
}

.faq-anchors-mt {
  margin-top: 100px;
}

.faq-anchors {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.faq-anchors.fixed-nav {
  position: fixed;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.faq-anchor {
  display: block;
  width: 23%;
  padding: 16px 0;
  background-color: #fff;
  border-bottom: 1px #C5C5C5 solid;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.03em;
  position: relative;
}

.faq-anchor::after {
  content: "";
  width: 12px;
  height: 15px;
  background: url(../img/faq/anchor-icon.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*====================
contact-content
====================*/
.contact-content__form {
  margin: 83px auto 0;
  width: 100%;
}

@media (max-width: 749px) {
  .contact-content__form {
    margin-top: 109px;
  }
}

.contact__form-controls {
  margin: 0;
  margin-top: 26px;
}

tr.contact__form-controls {
  margin-top: 26px;
  display: flex
}

tr.contact__form-controls:first-of-type {
  margin-top: 0px;

}

tr.contact__form-controls td {
  width: 713px;
  display: flex;
}

input.form-input.form-input01 {
  margin-right: 5px;
}

.contact__form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .contact__form-control {
    display: block;
  }

  tr.contact__form-controls {
    display: block;
  }

  tr.contact__form-controls td {
    width: 100%;
    display: block;
  }

  input.form-input.form-input01 {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

@media (max-width: 749px) {
  .contact__form-control:not(:first-child) {
    margin-top: 37px;
  }
}

.contact__form-control dt {
  width: 237px;
  padding: 6px 0 0;
  margin: 0;
}

@media (max-width: 749px) {
  .contact__form-control dt {
    width: 100%;
    padding-top: 0;
  }
}

.contact__form-control dd {
  width: calc(100% - 237px);
  padding: 0;
  margin: 0;
}

@media (max-width: 749px) {
  .contact__form-control dd {
    width: 100%;
    margin-top: 8px;
  }
}

.contact__form-label {
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 749px) {
  .contact__form-label {
    font-size: 18px;
    display: inline-block;
  }
}

@media (max-width: 749px) {
  .contact__form-label::after {
    content: "必須";
    display: block;
    width: 55px;
    position: absolute;
    background: #D25F5F;
    text-align: center;
    padding: 2px 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    top: 50%;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contact__form-label--required {
  position: relative;
  width: 237px;
  padding: 6px 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}

.contact__form-label--no {
  width: 237px;
  padding: 6px 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}

.contact__form-label--required::after {
  content: "必須";
  display: block;
  width: 50px;
  position: absolute;
  background: #D25F5F;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  top: 70%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {

  .contact__form-label--required {
    width: auto;
  }

  .contact__form-label--no {
    width: auto;
  }


  .contact__form-label--required::after {
    content: "必須";
    display: block;
    width: 55px;
    position: absolute;
    background: #D25F5F;
    text-align: center;
    padding: 2px 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    top: 50%;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.form-input {
  width: 100%;
  border: none;
  padding: 4px 21px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: none;
  border-radius: 0;
  font-size: 14px;
  color: #353535;
  font-family: inherit;
  letter-spacing: 0.025em;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

@media (max-width: 749px) {
  .form-input {
    padding: 17px 21px;
    font-size: 16px;
    letter-spacing: 0.02em;
    height: 50px;
  }
}

select {
  width: 100%;
  border: none;
  padding: 4px 21px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: none;
  border-radius: 0;
  font-size: 14px;
  color: #353535;
  font-family: inherit;
  letter-spacing: 0.025em;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

.contact__form-select {
  position: relative;
}

.contact__form-select::after {
  content: "";
  width: 16px;
  height: 8px;
  background: url(../img/faq/faq_select-icon.svg) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  select {
    padding: 10px 21px;
    font-size: 16px;
    letter-spacing: 0.02em;
    height: 50px;
  }
}

.form-input::-webkit-input-placeholder {
  color: #D3D3D3;
}

.form-input::-moz-placeholder {
  color: #D3D3D3;
}

.form-input:-ms-input-placeholder {
  color: #D3D3D3;
}

.form-input::-ms-input-placeholder {
  color: #D3D3D3;
}

.form-input::placeholder {
  color: #D3D3D3;
}

.form-input.name-input {
  width: 49.5%;
}

@media (max-width: 749px) {
  .form-input.name-input {
    width: 100%;
  }
}

.form-input.name-input:nth-child(2) {
  margin-left: 16px;
}

@media (max-width: 749px) {
  .form-input.name-input:nth-child(2) {
    margin-left: 0;
    margin-top: 24px;
  }
}

.contact__form-control.contact__form-control-textarea {
  margin-top: 52px;
}

@media (max-width: 749px) {
  .contact__form-control.contact__form-control-textarea {
    margin-top: 37px;
  }
}

.contact__form-control.contact__form-control-textarea dd {
  position: relative;
  top: 5px;
}

@media (max-width: 749px) {
  .contact__form-input-name span:nth-child(2) {
    top: 10px;
  }
}

.form-textarea {
  width: 100%;
  height: 100px;
  border: none;
  resize: none;
  padding: 10px 16px;
  line-height: 1.6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: none;
  border-radius: 0;
  color: #353535;
  font-family: inherit;
  font-size: 14px;
  vertical-align: bottom;
}

@media (max-width: 749px) {
  .form-textarea {
    height: 160px;
    padding: 14px 21px;
    font-size: 16px;
  }
}

.form-textarea::-webkit-input-placeholder {
  color: #D3D3D3;
}

.form-textarea::-moz-placeholder {
  color: #D3D3D3;
}

.form-textarea:-ms-input-placeholder {
  color: #D3D3D3;
}

.form-textarea::-ms-input-placeholder {
  color: #D3D3D3;
}

.form-textarea::placeholder {
  color: #D3D3D3;
}

.contact__form-check {
  margin-top: 140px;
  text-align: center;
}

@media (max-width: 749px) {
  .contact__form-check {
    margin-top: 43px;
    margin-right: 20px;
  }
}

.contact__form-check-txt {
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .contact__form-check-txt {
    font-size: 16px;
  }
}

.contact__form-check-txt a {
  color: #353535;
  text-decoration: underline;
}

.contact__form-check .wpcf7-list-item-label {
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .contact__form-check .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.contact__form-check .wpcf7-list-item-label a {
  color: #353535;
  text-decoration: underline;
}

.form-checkbox {
  display: none;
}

.form-checkbox+label {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}

@media (max-width: 749px) {
  .form-checkbox+label {
    padding-left: 30px;
  }
}

.form-checkbox+label::before,
.form-checkbox+label::after {
  content: "";
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-checkbox+label::before {
  background: #fff;
  border: 1px solid #505050;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
}

@media (max-width: 749px) {
  .form-checkbox+label::before {
    width: 20px;
    height: 20px;
  }
}

.form-checkbox+label::after {
  border: 1px solid transparent;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url(../img/contact/check-icon.svg) no-repeat center center/contain;
  opacity: 0;
}

@media (max-width: 749px) {
  .form-checkbox+label::after {
    width: 20px;
    height: 20px;
  }
}

.form-checkbox:checked+label::after {
  opacity: 1;
}

.contact__form-submit {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 749px) {
  .contact__form-submit {
    margin-top: 40px;
  }
}

.form-button {
  width: 350px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 17px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #353535;
  border-radius: 0;
  font-family: inherit;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 749px) {
  .form-button {
    width: 100%;
    max-width: 500px;
    padding: 15px 0;
    font-size: 15px;
  }
}

/*====================
confirm-content
====================*/
.confirm-content__wrapper {
  margin: 83px auto 0;
}

@media (max-width: 749px) {
  .confirm-content__wrapper {
    margin-top: 109px;
  }
}

.confirm-content__controls {
  margin: 0;
}

.confirm-content__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .confirm-content__control {
    display: block;
  }
}

.confirm-content__control:not(:first-child) {
  margin-top: 26px;
}

@media (max-width: 749px) {
  .confirm-content__control:not(:first-child) {
    margin-top: 37px;
  }
}

.confirm-content__control dt {
  width: 237px;
  padding: 6px 0 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .confirm-content__control dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    font-size: 18px;
    display: inline-block;
  }
}

.confirm-content__control dd {
  margin: 8px 0 0 20px;
  width: calc(100% - 237px);
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.86;
}

@media (max-width: 749px) {
  .confirm-content__control dd {
    width: 100%;
    margin: 16px 0 0 0;
    font-size: 14px;
  }
}

.confirm-content__label--required {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.confirm-content__label--required::after {
  content: "必須";
  display: block;
  width: 50px;
  position: absolute;
  background: #D25F5F;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  top: 70%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .confirm-content__label--required::after {
    top: 50%;
    left: calc(100% + 10px);
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2px 0;
    width: 55px;
    font-size: 16px;
  }
}

.confirm-content__control.confirm-content__control-textarea {
  margin-top: 52px;
}

@media (max-width: 749px) {
  .confirm-content__control.confirm-content__control-textarea {
    margin-top: 37px;
  }
}

.confirm-content__submit {
  margin-top: 98px;
  text-align: center;
}

@media (max-width: 749px) {
  .confirm-content__submit {
    margin-top: 43px;
  }
}

.confirm-content__return {
  margin: 20px auto 0;
  display: block;
  width: 170px;
  text-align: center;
  position: relative;
}

@media (max-width: 749px) {
  .confirm-content__return {
    margin: 30px auto 0;
    width: 80px;
  }
}

.confirm-content__return::before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../img/confirm/return-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 105%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  cursor: pointer;
}

@media (max-width: 749px) {
  .confirm-content__return::before {
    width: 24px;
    height: 10px;
  }
}

.confirm-content__return:hover::before {
  right: 115%;
}

.form-return {
  display: block;
  font-weight: 500;
  color: #000;
  padding: 17px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 749px) {
  .form-return {
    font-size: 15px;
  }
}

/*====================
thanks-content
====================*/
.contact-content__flow.thanks-content__flow {
  margin-top: 219px;
}

@media (max-width: 749px) {
  .contact-content__flow.thanks-content__flow {
    margin-top: 150px;
  }
}

.thanks-content__message {
  margin-top: 103px;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .thanks-content__message {
    margin-top: 60px;
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

.thanks-content__txt {
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .thanks-content__txt {
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }
}

.thanks-content__btn {
  width: 350px;
  text-align: center;
  margin: 99px auto;
  display: block;
}

@media (max-width: 749px) {
  .thanks-content__btn {
    margin: 60px auto 0;
    width: 100%;

  }
}

.thanks-content__btn a {
  display: block;
  width: 100%;
  padding: 17px 0;
  background-color: #353535;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .thanks-content__btn a {
    padding: 14px 0;
    font-size: 15px;
  }
}

/*====================
links-content
====================*/
.links-content {
  margin-top: 138px;
  margin-bottom: 300px;
}

@media (max-width: 749px) {
  .links-content {
    margin-top: 98px;
    margin-bottom: 250px;
  }
}

.links-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .links-content__items {
    display: block;
  }
}

.links-content__item {
  display: block;
  width: calc(33.3% - 20px);
}

@media (max-width: 749px) {
  .links-content__item {
    width: 100%;
  }
}


.links-content__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media (max-width: 749px) {
  .links-content__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.links-content__item:nth-child(n+4) {
  margin-top: 64px;
}

@media (max-width: 749px) {
  .links-content__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .links-content__item:not(:first-child) {
    margin-top: 40px;
  }
}

.links-content__name {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

@media (max-width: 749px) {
  .links-content__name {
    margin-top: 16px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.links-content__name::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/drawer_item-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.links-content__name::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

/*====================
policy-content
====================*/
@media (max-width: 749px) {
  .policy-fv__heading {
    margin-bottom: 99px;
  }
}

.policy-content {
  margin-top: 145px;
}

@media (max-width: 749px) {
  .policy-content {
    margin-top: 98px;
  }
}

.policy-content__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .policy-content__inner {
    width: 87.2%;
  }
}

.policy-content__wrapper01:not(:first-child) {
  margin-top: 144px;
}

@media (max-width: 749px) {
  .policy-content__wrapper01:not(:first-child) {
    margin-top: 104px;
  }
}

.policy-content__heading01 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .policy-content__heading01 {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.policy-content__txt {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .policy-content__txt {
    margin-top: 15px;
    font-size: 16px;
  }
}

.policy-content__txt a {
  color: #353535;
  text-decoration: underline;
}

.policy-content__intro-txt {
  margin-top: 40px;
}

@media (max-width: 749px) {
  .policy-content__intro-txt {
    margin-top: 32px;
  }
}

.policy-content__wrapper02 {
  margin-top: 72px;
}

@media (max-width: 749px) {
  .policy-content__wrapper02 {
    margin-top: 48px;
  }
}

.policy-content__heading02 {
  border-bottom: 1px #B6821A solid;
  padding-bottom: 16px;
  font-size: 18px;
  color: #B6821A;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .policy-content__heading02 {
    font-size: 18px;
  }
}

.policy-content__txt-num {
  margin-top: 10px;
  display: block;
  padding-left: 30px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 749px) {
  .policy-content__txt-num {
    margin-top: 8px;
    padding-left: 30px;
  }
}

.policy-content__txt-num::before {
  width: 15px;
  height: 15px;
  background-color: #B6821A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

@media (max-width: 749px) {
  .policy-content__txt-num::before {
    width: 16px;
    height: 16px;
    font-size: 15px;
    top: 6px;
  }
}

.policy-content__txt-num01::before {
  content: "1";
}

.policy-content__txt-num02::before {
  content: "2";
}

.policy-content__txt-num03::before {
  content: "3";
}

.policy-content__txt-num04::before {
  content: "4";
}

.policy-content__txt-num05::before {
  content: "5";
}

.policy-content__txt-num06::before {
  content: "6";
}

.policy-content__txt-num--ml {
  margin-left: 20px;
}

@media (max-width: 749px) {
  .policy-content__txt-num--ml {
    margin-left: 23px;
  }
}

.policy-content__txt-num--mt {
  margin-top: 26px;
}

@media (max-width: 749px) {
  .policy-content__txt-num--mt {
    margin-top: 23px;
  }
}

.policy-content__txt-alphabet {
  display: block;
  margin-top: 15px;
  padding-left: 26px;
  position: relative;
}

@media (max-width: 749px) {
  .policy-content__txt-alphabet {
    margin-top: 18px;
    padding-left: 28px;
  }
}

.policy-content__txt-alphabet:not(:first-child) {
  margin-top: 5px;
}

@media (max-width: 749px) {
  .policy-content__txt-alphabet:not(:first-child) {
    margin-top: 10px;
  }
}

.policy-content__txt-alphabet::before {
  font-size: 14px;
  color: #B6821A;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 749px) {
  .policy-content__txt-alphabet::before {
    font-size: 14px;
  }
}

.policy-content__txt-alphabet:nth-child(1)::before {
  content: "a)";
}

.policy-content__txt-alphabet:nth-child(2)::before {
  content: "b)";
}

.policy-content__txt-alphabet:nth-child(3)::before {
  content: "c)";
}

.policy-content__txt-alphabet:nth-child(4)::before {
  content: "d)";
}

.policy-content__txt-alphabet:nth-child(5)::before {
  content: "e)";
}

.policy-content__txt-dot {
  margin-left: 20px;
  padding-left: 26px;
  position: relative;
}

@media (max-width: 749px) {
  .policy-content__txt-dot {
    margin-left: 10px;
    padding-left: 20px;
  }
}

.policy-content__txt-dot::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.policy-content__txt-ml {
  position: relative;
  left: 45px;
}

@media (max-width: 749px) {
  .policy-content__txt-ml {
    left: 30px;
    display: block;
    width: max(280px, 60vw);
  }
}

/*====================
recruit-intro
====================*/
.recruit-intro {
  margin-top: 263px;
}

@media (max-width: 749px) {
  .recruit-intro {
    margin-top: 90px;
  }
}

.recruit-intro__inner {
  width: 1150px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .recruit-intro__inner {
    width: 87.2%;
  }
}

.recruit-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 749px) {
  .recruit-intro__wrapper {
    display: block;
  }
}

.recruit-intro__copy {
  width: 40%;
  margin: 0 auto;
  font-size: 42px;
  letter-spacing: 0.25em;
  line-height: 1.9;
}

@media (max-width: 749px) {
  .recruit-intro__copy {
    width: 100%;
    font-size: 38px;
    letter-spacing: 0.15em;
    line-height: 1.57;
  }
}

.recruit-intro__txt {
  width: 50%;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.33;
}

@media (max-width: 749px) {
  .recruit-intro__txt {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
    margin-top: 30px;
  }
}

/*====================
recruit-interview
====================*/
.recruit-interview {
  margin-top: 135px;
}

@media (max-width: 749px) {
  .recruit-interview {
    margin-top: 80px;
  }
}

.recruit-interview__items {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .recruit-interview__items {
    margin-top: 84px;
    display: block;
  }
}

.recruit-interview__item {
  width: calc(33.3% - 20px);
  cursor: pointer;
}

@media (max-width: 749px) {
  .recruit-interview__item {
    width: 100%;
  }
}

.recruit-interview__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media (max-width: 749px) {
  .recruit-interview__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.recruit-interview__item:nth-child(n+4) {
  margin-top: 30px;
}

@media (max-width: 749px) {
  .recruit-interview__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .recruit-interview__item:not(:first-child) {
    margin-top: 43px;
  }
}

.recruit-interview__item-excerpt {
  margin-top: 10px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
}

@media (max-width: 749px) {
  .recruit-interview__item-excerpt {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.66;
  }
}

.recruit-interview__item-name {
  margin-top: 29px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .recruit-interview__item-name {
    margin-top: 18px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.recruit-interview__item-post {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .recruit-interview__item-post {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.modal-string__years {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .modal-string__years {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.modal-string__message {
  margin-top: 68px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
  position: relative;
}

@media (max-width: 749px) {
  .modal-string__message {
    margin-top: 52px;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.66;
  }
}

.modal-string__message::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: calc(100% + 31px);
  left: 0;
}

@media (max-width: 749px) {
  .modal-string__message::before {
    bottom: calc(100% + 28px);
  }
}

.modal-string__recruit-wrapper {
  margin-top: 85px;
}

@media (max-width: 749px) {
  .modal-string__recruit-wrapper {
    margin-top: 64px;
  }
}

.modal-string__recruit-block:not(:first-child) {
  margin-top: 84px;
}

@media (max-width: 749px) {
  .modal-string__recruit-block:not(:first-child) {
    margin-top: 60px;
  }
}

.modal-string__recruit-heading {
  font-size: 17px;
  color: #B6821A;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .modal-string__recruit-heading {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.modal-string__recruit-txt {
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .modal-string__recruit-txt {
    margin-top: 8px;
    font-size: 16px;
  }
}

/*====================
recruit-culture
====================*/
.recruit-culture {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .recruit-culture {
    margin-top: 95px;
  }
}

.recruit-culture__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 136px;
}

@media (max-width: 749px) {
  .recruit-culture__items {
    margin-top: 86px;
    display: block;
  }
}

.recruit-culture__item {
  width: calc(33.3% - 20px);
}

@media (max-width: 749px) {
  .recruit-culture__item {
    width: 100%;
  }
}

.recruit-culture__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media (max-width: 749px) {
  .recruit-culture__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.recruit-culture__item:nth-child(n+4) {
  margin-top: 30px;
}

@media (max-width: 749px) {
  .recruit-culture__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .recruit-culture__item:not(:first-child) {
    margin-top: 48px;
  }
}

.recruit-culture__item-heading {
  margin-top: 25px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .recruit-culture__item-heading {
    margin-top: 24px;
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.recruit-culture__item-txt {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .recruit-culture__item-txt {
    margin-top: 3px;
    font-size: 16px;
  }
}

/*====================
recruit-info
====================*/
.recruit-info {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .recruit-info {
    margin-top: 100px;
  }
}

.recruit-info__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .recruit-info__inner {
    width: 87.2%;
  }
}

.recruit-info__intro {
  margin-top: 136px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.78;
}

@media (max-width: 749px) {
  .recruit-info__intro {
    margin-top: 85px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.64;
  }
}

.recruit-info__lists {
  margin-top: 40px;
}

@media (max-width: 749px) {
  .recruit-info__lists {
    margin-top: 40px;
  }
}

.recruit-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #BCBCBC solid;
}

@media (max-width: 749px) {
  .recruit-info__row {
    display: block;
  }
}

.recruit-info__row:last-child {
  border-bottom: 1px #BCBCBC solid;
}

.recruit-info__subject {
  width: 160px;
  padding: 40px 0 48px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .recruit-info__subject {
    width: 100%;
    padding: 24px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.recruit-info__content {
  width: calc(100% - 160px);
  padding: 40px 0 48px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .recruit-info__content {
    width: 100%;
    padding: 0 0 32px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.recruit-info__content-txt--bold {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .recruit-info__content-txt--bold {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 40px;
  }
}

.recruit-info__content-circle {
  display: block;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 749px) {
  .recruit-info__content-circle {
    padding-left: 20px;
  }
}

.recruit-info__content-circle::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px #B6821A solid;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 749px) {
  .recruit-info__content-circle::before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}

/*====================
recruit-info
====================*/
.recruit-flow {
  margin-top: 132px;
}

@media (max-width: 749px) {
  .recruit-flow {
    margin-top: 80px;
  }
}

.recruit-flow__inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .recruit-flow__inner {
    width: 87.2%;
  }
}

.recruit-flow__wrapper {
  margin-top: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 749px) {
  .recruit-flow__wrapper {
    margin-top: 89px;
    display: block;
  }
}

.recruit-flow__wrapper::after {
  content: "";
  width: 85%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 749px) {
  .recruit-flow__wrapper::after {
    display: none;
  }
}

.recruit-flow__element {
  width: 20%;
}

@media (max-width: 749px) {
  .recruit-flow__element {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 749px) {
  .recruit-flow__element:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 749px) {
  .recruit-flow__element-wrapper01 {
    width: 12%;
  }
}

@media (max-width: 749px) {
  .recruit-flow__element-wrapper02 {
    width: 78%;
  }
}

.recruit-flow__element-num {
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 749px) {
  .recruit-flow__element-num {
    text-align: left;
    font-size: 32px;
  }
}

.recruit-flow__element-num::after {
  content: "";
  width: 30%;
  height: 8px;
  background-color: #B6821A;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 749px) {
  .recruit-flow__element-num::after {
    width: 60px;
    top: 100%;
  }
}

.recruit-flow__element-subject {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.06em;
}

@media (max-width: 749px) {
  .recruit-flow__element-subject {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
  }
}

.recruit-flow__element-txt {
  margin-top: 3px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 749px) {
  .recruit-flow__element-txt {
    margin-top: 4px;
    font-size: 16px;
  }
}

/*====================
information-archive
====================*/
.information-archive {
  margin-top: 136px;
}

@media (max-width: 749px) {
  .information-archive {
    margin-top: 80px;
  }
}

.information-archive__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .information-archive__items {
    display: block;
  }
}

.information-archive__item {
  display: block;
  width: calc(33.3% - 20px);
}

@media (max-width: 749px) {
  .information-archive__item {
    width: 100%;
  }
}

.information-archive__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media (max-width: 749px) {
  .information-archive__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.information-archive__item:nth-child(n+4) {
  margin-top: 96px;
}

@media (max-width: 749px) {
  .information-archive__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .information-archive__item:not(:first-child) {
    margin-top: 40px;
  }
}

.information-archive__img img {
  width: 380px;
  height: 330px;
}

@media (max-width: 749px) {
  .information-archive__img img {
    width: 100%;
    height: auto;
  }
}

.information-archive__tabs {
  margin-top: 22px;
}

@media (max-width: 749px) {
  .information-archive__tabs {
    margin-top: 14px;
  }
}

.information-archive__tabs span {
  font-size: 16px;
  color: #353535;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
}

@media (max-width: 749px) {
  .information-archive__tabs span {
    font-size: 16px;
  }
}

.information-archive__tabs span:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 749px) {
  .information-archive__tabs span:not(:first-child) {
    margin-left: 16px;
  }
}

.information-archive__tabs span::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .information-archive__tabs span::after {
    height: 18px;
    left: calc(100% + 10px);
  }
}

.information-archive__ttl {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
}

@media (max-width: 749px) {
  .information-archive__ttl {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.66;
  }
}

.pagenation .nav-links {
  padding-bottom: 50px;
}

.p-filter__block {
  width: 600px;
  margin: 0 auto 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 749px) {
  .p-filter__block {
    width: 100%;
    margin: 0 auto 100px;
    display: block;
  }
}

.p-filter__wrapper {
  position: relative;
  width: 80%;
}

.p-filter__wrapper::after {
  content: "";
  width: 16px;
  height: 8px;
  background: url(../img/common/select-arrow_icon.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .p-filter__wrapper .p-filter__select {
    padding: 10px 21px;
  }
}

.p-filter__button {
  width: 15%;
}

@media (max-width: 749px) {
  .p-filter__button {
    width: 30%;
    margin-top: 30px;
  }
}

.p-filter__button button {
  padding: 15px 0;
  width: 100%;
  background-color: #F5F5F5;
  text-align: center;
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.06em;
  cursor: pointer;
}

@media (max-width: 749px) {
  .p-filter__button button {
    padding: 10px 0;
  }
}

/*====================
information-single-content
====================*/
.information-single-content {
  margin-top: 136px;
}

@media (max-width: 749px) {
  .information-single-content {
    margin-top: 86px;
  }
}

.information-single-content__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .information-single-content__inner {
    width: 87.2%;
  }
}

.information-single-content__tabs span {
  font-size: 16px;
  font-weight: 700;
  color: #353535;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
}

@media (max-width: 749px) {
  .information-single-content__tabs span {
    font-size: 16px;
  }
}

.information-single-content__tabs span:not(:first-child) {
  margin-left: 32px;
}

@media (max-width: 749px) {
  .information-single-content__tabs span:not(:first-child) {
    margin-left: 16px;
  }
}

.information-single-content__tabs span:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .information-single-content__tabs span:first-child::after {
    display: none;
  }
}

.information-single-content__tabs span:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information-single-content__pagenations .information-single-content__tabs span {
  font-size: 16px;
  font-weight: 700;
  color: #353535;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
}

@media (max-width: 749px) {
  .information-single-content__pagenations .information-single-content__tabs span {
    font-size: 16px;
  }
}

.information-single-content__pagenations .information-single-content__tabs span:not(:first-child) {
  margin-left: 32px;
}

@media (max-width: 749px) {
  .information-single-content__pagenations .information-single-content__tabs span:not(:first-child) {
    margin-left: 16px;
  }
}

.information-single-content__pagenations .information-single-content__tabs span:nth-child(n + 3)::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .information-single-content__pagenations .information-single-content__tabs span:first-child::after {
    display: none;
  }
}

.information-single-content__pagenations .information-single-content__tabs span:nth-child(3)::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #353535;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  .information-single-content__pagenation-tabs-right {
    text-align: right;
  }
}

.information-single-content__heading {
  margin-top: 24px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media (max-width: 749px) {
  .information-single-content__heading {
    margin-top: 8px;
    font-size: 24px;
    letter-spacing: 0.03em;
  }
}

.information-single-content__img {
  margin-top: 80px;
}

@media (max-width: 749px) {
  .information-single-content__img {
    margin-top: 70px;
  }
}

.information-single-content__txt {
  margin-top: 80px;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.76;
}

@media (max-width: 749px) {
  .information-single-content__txt {
    margin-top: 60px;
  }
}

.information-single-content__pagenations {
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
  position: relative;
}

@media (max-width: 749px) {
  .information-single-content__pagenations {
    margin-top: 104px;
  }
}

.information-single-content__pagenations::after {
  content: "";
  width: 1px;
  height: 103px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 749px) {
  .information-single-content__pagenations::after {
    height: 150px;
  }
}

.information-single-content__pagenation {
  display: block;
  width: 50%;
  padding: 38px 0 48px;
}

@media (max-width: 749px) {
  .information-single-content__pagenation {
    padding: 30px 0 40px;
  }
}

.information-single-content__pagenation:nth-child(2) {
  margin-left: 10px;
  padding-left: 65px;
}

@media (max-width: 749px) {
  .information-single-content__pagenation:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 749px) {
  .information-single-content__pagenation:nth-child(2) {
    margin-left: 30px;
  }
}

.information-single-content__pagenation-prev,
.information-single-content__pagenation-next {
  font-size: 16px;
  color: #BCBCBC;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

.information-single-content__pagenation-prev {
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.information-single-content__pagenation-prev::after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/information-single/pagenation-prev_icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information-single-content__pagenation-next {
  text-align: right;
  padding-right: 20px;
  position: relative;
}

.information-single-content__pagenation-next::after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/information-single/pagenation-next_icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information-single-content__pagenation-tabs {
  margin-top: 30px;
}

@media (max-width: 749px) {
  .information-single-content__pagenation-tabs {
    margin-top: 22px;
  }
}

.information-single-content__pagenation-heading {
  font-size: 18px;
  color: #353535;
  letter-spacing: 0.05em;
}

@media (max-width: 749px) {
  .information-single-content__pagenation-heading {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.information-single-content__return {
  margin: 80px auto 0;
  width: 220px;
  text-align: center;
  position: relative;
}

@media (max-width: 749px) {
  .information-single-content__return {
    margin: 64px auto 0;
    width: 250px;
  }
}

.information-single-content__return a {
  display: block;
  padding: 15px 0 15px 35px;
  border: 1px #000 solid;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .information-single-content__return a {
    padding: 10px 0 10px 35px;
    font-size: 16px;
  }
}

.information-single-content__return::before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../img/confirm/return-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 77%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  cursor: pointer;
}

@media (max-width: 749px) {
  .information-single-content__return::before {
    width: 16px;
    height: 8px;
  }
}

.information-single-content__return:hover::before {
  right: 80%;
}

/*====================
brand-intro
====================*/
.brand-intro {
  padding: 254px 0 180px;
  background-color: #fff;
}

@media (max-width: 749px) {
  .brand-intro {
    padding: 80px 0 70px;
  }
}

.brand-intro__heading {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media (max-width: 749px) {
  .brand-intro__heading {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}

.brand-intro__txt {
  margin-top: 54px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.33;
}

@media (max-width: 749px) {
  .brand-intro__txt {
    margin-top: 38px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
  }
}

/*====================
brand_fixed-bg
====================*/
.brand_fixed-bg::after {
  background: url(../img/brand/brand_fixed-bg.jpg) no-repeat center center/cover;
}

/*====================
brand-list
====================*/
.brand-list {
  padding: 200px 0 0;
  background-color: #fff;
}

@media (max-width: 749px) {
  .brand-list {
    padding: 90px 0 96px;
  }
}

.brand-list-subtitle {
  text-align: center;
  color: #B6821A;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.77;
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .brand-list-subtitle {
    font-size: 18px;
    letter-spacing: 0.03em;
    word-wrap: break-word;
  }
}

.brand-list-subtitle02 {
  margin-top: 140px;
}

@media (max-width: 749px) {
  .brand-list-subtitle02 {
    margin-top: 90px;
  }
}

.brand-list__logo {
  width: 500px;
  margin: 40px auto 40px;
}

@media (max-width: 749px) {
  .brand-list__logo {
    width: 100%;
  }
}

.btn.brand-list__btn-link {
  width: 543px;
  margin: 96px auto 0;
  display: block;
  
}


@media (max-width: 749px) {
  .btn.brand-list__btn-link {
    width: 87.2%;
    margin: 30px auto 0;
  }
}

.btn.brand-list__btn-link a {
  position: relative;
  border: 1px #000 solid;
  padding: 16px 0 16px 220px;
  color: #000;
}


@media (max-width: 749px) {
  .btn.brand-list__btn-link a {
    padding: 16px 0 16px 0px;
    text-align: center;
  }
}

.btn.brand-list__btn-link a::before {
  content: "";
  background: url(../img/common/store-icon02.svg) no-repeat center center / contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  left: calc(50% - 80px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.btn.brand-list__btn-link02 {
  width: 543px;
  margin: 96px auto 0;
  display: block;
}

@media (max-width: 749px) {
  .btn.brand-list__btn-link02 {
    width: 87.2%;
    margin: 30px auto 0;
  }
}

.btn.brand-list__btn-link02 a {
  position: relative;
  border: 1px #000 solid;
  padding: 16px 0 16px 130px;
  color: #000;
}

@media (max-width: 749px) {
  .btn.brand-list__btn-link02 a {
    padding: 16px 65px 16px 30px;
  }
}


.btn.brand-list__btn-link02 a::after{
  left: 80%;
}

.btn.brand-list__btn-link02 a:hover::after{
  left: 83%;
}


@media (max-width: 749px) {
  .btn.brand-list__btn-link02 a::after{
    left: 85%;
  }
  .btn.brand-list__btn-link02 a:hover::after{
    left: 88%;
  }
  
  
  
}

.txt-catalog{
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 1.5;
}

.brand-list__title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 3.33;
  font-weight: bold;
}

@media (max-width: 749px) {
  .brand-list__title {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
  }
}

.brand-list__title02{
  margin-top: 40px;
}

@media (max-width: 749px) {
  .brand-list__title02 {
    margin-top: 30px;
  }
}


.brand-list__img {
  margin: 80px auto;
  width: 100%;
  height: 587px;
}

@media (max-width: 749px) {
  .brand-list__img {
    margin: 40px auto;
    height: 375px;
  }
}

.brand-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-list__heading01 {
  width: 408px;
  margin: 140px auto 0;
}

@media (max-width: 749px) {
  .brand-list__heading01 {
    width: 188px;
    margin: 80px auto 0;
  }
}

.brand-list__txt {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 3.33;
}

@media (max-width: 749px) {
  .brand-list__txt {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 2.35;
  }
}

.brand-list__txt span {
  display: inline-block;
  width: 141px;
  position: relative;
  bottom: 22px;
}

@media (max-width: 749px) {
  .brand-list__txt span {
    width: 141px;
    bottom: 12px;
  }
}

.brand-list__wrapper {
  margin-top: 140px;
}

@media (max-width: 749px) {
  .brand-list__wrapper {
    margin-top: 70px;
  }
}

.brand-list__items {
  margin-top: 136px;
}

@media (max-width: 749px) {
  .brand-list__items {
    margin-top: 80px;
  }
}

.brand-list__item:not(:first-child) {
  margin-top: 136px;
}

@media (max-width: 749px) {
  .brand-list__item:not(:first-child) {
    margin-top: 96px;
  }
}

.btn.brand-list__btn a {
  padding: 16px 0 16px 60px;
}

@media (max-width: 749px) {
  .btn.brand-list__btn a {
    padding: 8px 0 8px 60px;
  }
}

.btn.brand-list__btn a::after {
  left: 70%;
}

@media (max-width: 749px) {
  .btn.brand-list__btn a::after {
    left: 70%;
  }
}

.btn.brand-list__btn a:hover::after {
  left: 73%;
}

@media (max-width: 749px) {
  .btn.brand-list__btn a:hover::after {
    left: 73%;
  }
}

/*====================
btn
====================*/
.btn {
  width: 220px;
}

@media (max-width: 749px) {
  .btn {
    width: 250px;
    margin: 0 auto;
  }
}

.btn:nth-child(2) {
  margin-left: 40px;
}

@media (max-width: 749px) {
  .btn:nth-child(2) {
    margin-left: auto;
  }
}

.btn a {
  display: block;
  width: 100%;
  padding: 16px 0 16px 60px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}

@media (max-width: 749px) {
  .btn a {
    padding: max(1.3vw, 13px) 0 max(1.3vw, 13px) max(7.5vw, 75px);
    font-size: 16px;
  }
}

.btn a::after {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../img/common/arrow-icon--long.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.btn a:hover::after {
  left: 73%;
}

/*====================
heading01
====================*/
.heading01 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 749px) {
  .heading01 {
    font-size: 38px;
    letter-spacing: 0.05em;
  }
}

.heading01 span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 749px) {
  .heading01 span {
    font-size: 18px;
    letter-spacing: 0.1em;
    width: 100%;
  }
}

/*====================
heading02
====================*/
.heading02 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  position: relative;
}

@media (max-width: 749px) {
  .heading02 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}

.heading02 span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 105%;
  left: 0;
}

@media (max-width: 749px) {
  .heading02 span {
    font-size: 17px;
    letter-spacing: 0.1em;
    top: 115%;
    line-height: 1.88;
  }
}

.heading02 span::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #B6821A;
  position: absolute;
  bottom: -19px;
  left: 0;
}

@media (max-width: 749px) {
  .heading02 span::after {
    bottom: -5px;
  }
}

/*====================
img-mask--black
====================*/
.img-mask--black {
  position: relative;
}

.img-mask--black::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.img-mask--black img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

/*====================
mail-icon
====================*/
.mail-icon {
  position: relative;
}

.mail-icon::before {
  content: "";
  background: url(../img/common/mail-icon.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*====================
store-icon
====================*/
.store-icon {
  position: relative;
}

.store-icon::before {
  content: "";
  background: url(../img/common/store-icon.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 編集/追加 Takahashi 04.01.24 */
/*====================
book-icon
====================*/
.book-icon {
  position: relative;
}

.book-icon::before {
  content: "";
  background: url(../img/common/book-icon.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ここまで */


/*====================
mail-icon02
====================*/
.mail-icon02 {
  position: relative;
}

.mail-icon02::before {
  content: "";
  background: url(../img/common/mail-icon02.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*====================
store-icon02
====================*/
.store-icon02 {
  position: relative;
}

.store-icon02::before {
  content: "";
  background: url(../img/common/store-icon02.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 編集/追加 Takahashi 04.01.24 */
/*====================
book-icon02
====================*/
.book-icon02 {
  position: relative;
}

.book-icon02::before {
  content: "";
  background: url(../img/common/book-icon02.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 55%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ここまで */


/*====================
line-up_to-brand__btn
====================*/
.btn.line-up_to-brand__btn {
  width: 550px;
  margin: 136px auto 0;
}

@media (max-width: 749px) {
  .btn.line-up_to-brand__btn {
    width: 100%;
    margin: 40px auto;
  }
}

.btn.line-up_to-brand__btn a {
  padding: 16px 0 16px 120px;
  border: 1px #000 solid;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .btn.line-up_to-brand__btn a {
    padding: max(1.3vw, 13px) 0 max(1.3vw, 13px) max(1.2vw, 12px);
    font-size: 15px;
  }
}

.btn.line-up_to-brand__btn a::after {
  left: 72%;
}

@media (max-width: 749px) {
  .btn.line-up_to-brand__btn a::after {
    left: 88%;
  }
}

.btn.line-up_to-brand__btn a:hover::after {
  left: 75%;
}

.pagenation {
  margin: 136px auto 0;
  width: 348px;
  text-align: center;
}

.pagenation span,
.pagenation a {
  margin: 0 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 15px;
}

.pagenation span {
  color: #BCBCBC;
  background-color: #EFEFEF;
}

.pagenation a {
  color: #fff;
  background-color: #000;
}

.page-numbers.dots {
  color: #000;
  background-color: #fff;
}

.information-single-content__content {
  line-height: 1.76;
}

.information-single-content__pagenation-right {
  margin-left: auto;
  padding-left: 65px;
}

@media (max-width: 749px) {
  .information-single-content__pagenation-right {
    padding-left: 0;
  }
}

/*====================
hover-scale
====================*/
.hover-scale {
  overflow: hidden;
  width: 100%;
}

.hover-scale img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

/*====================
hover-mask
====================*/
.hover-mask {
  position: relative;
}

.hover-mask::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

.hover-mask:hover::after {
  opacity: 1;
}

/*====================
coming-soon_bg
====================*/
.coming-soon {
  padding: 40px;
  position: relative;
}

.coming-soon .row-item__string {
  padding: 40px 40px 48px 40px;
  width: 50%;
  background-color: #4B4B4B;
  color: #fff;
  position: relative;
  z-index: 10;
}

.coming-soon .row-item__string .row-item__heading {
  color: #fff;
}

.coming-soon_bg {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/coming-soon_bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 749px) {
  .coming-soon {
    padding: 0 13px;
    margin-bottom: 230px;
  }

  .coming-soon.item-list-consumer-brand_coming-soon {
    margin-bottom: 320px;
  }

  .coming-soon .row-item__string {
    padding: 5px 20px 32px 20px;
    width: 100%;
    position: relative;
    z-index: 10;
    top: 195px;
  }

  .coming-soon_bg {
    content: "";
    width: 100%;
    height: 135%;
    background: url(../img/common/coming-soon_bg_sp.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*============================================================
snsボタン
*============================================================*/
.sns {
  position: fixed;
  top: 120px;
  right: 0;
  background-color: #404040;
  border-radius: 9px 0 0 9px;
  padding: 20px;
}

.HeightMin .sns {
  top: 160px;
}

.sns__item:nth-child(n+2) {
  margin-top: 25px;
}

.sns__item a {
  display: block;
}



@media (max-width: 749px) {

  .sns__items-sp {
    display: flex;
    align-items: baseline;
  }


  li.sns__item {
    width: 30px;
    margin-left: 20px;
  }

  li.sns__item:first-of-type {
    margin-left: 0px;
  }
}


.btn.line-up_to-brand__btn.youtube a {
  padding: 16px 0;
  text-align: center;
}

.btn.line-up_to-brand__btn.youtube a img {
  width: 129px;
  margin-right: 15px;
  vertical-align: middle;
}

.btn.line-up_to-brand__btn.youtube a::after {
  left: auto;
  right: 80px;
}

@media (max-width: 749px) {
  .btn.line-up_to-brand__btn.youtube a {
    padding: 16px 0;
    text-align: left;
  }

  .btn.line-up_to-brand__btn.youtube a img {
    width: 120px;
    margin-right: 5px;
    margin-left: 15px;
  }

  .btn.line-up_to-brand__btn.youtube a::after {
    right: 10px;
  }
}

/* floating-banner */

.floating-banner {
  position: fixed;
  right: 23px;
  top: 100px;
  z-index: 999;
  width: 150px;
  background-color: rgba(53, 53, 53, 0.8);
  border-radius: 4px;
}

.floating-banner.is-active {
  opacity: 1;
  visibility: visible;
}

.floating-banner__link {
  display: block;
  width: 100%;
}

.floating-banner__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-banner__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: background-color 0.3s;
}

.floating-banner__close:hover {
  background-color: #f5f5f5;
}

@media (max-width: 749px) {
  .floating-banner {
    position: fixed;
    right: 23px;
    top: 72px;
    z-index: 999;
    width: 106px;
    background-color: rgba(53, 53, 53, 0.8);
    border-radius: 4px;
  }
}
