@charset "UTF-8";
@import url("../css/setting.css");
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  /* --------------------------------- */
  /* --------------------------------- */
}
#header .header--wrap {
  width: 100%;
  min-width: 1080px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  #header .header--wrap {
    height: 70px;
  }
}
#header .header--left {
  position: relative;
  width: fit-content;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  #header .header--left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
    max-width: 55dvw;
    max-height: 55px;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .header--right {
  position: relative;
  width: fit-content;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  #header .header--right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  gap: 20px;
  margin-bottom: var(--margin-15);
}
#header .com--tel .tel-num {
  font-size: var(--font-size-26);
}
#header .com--tel .title {
  background: rgba(242, 191, 48, 0.5);
  margin-bottom: 5px;
}
#header .btn-line {
  --height:50px;
  --width:250px;
  --background:var(--col--main-01);
}
#header .btn-contact {
  --height:50px;
}
/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 50px;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.14s;
  color: var(--col--txt-01);
  font-size: var(--font-size-16);
  font-weight: 600;
}
#nav .list-nav-item a:hover {
  color: #e09616;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 930px;
  background: url(../img/common/deco__shape__a_01.svg) left top no-repeat, var(--col--base-02);
}
#mv .item-logo {
  z-index: 2;
  position: absolute;
  font-size: 12px;
  writing-mode: vertical-rl;
  right: 0;
  bottom: 0;
  padding: 5px 3px;
  background: var(--col--base-02);
}
#mv .mv-img {
  position: absolute;
  width: 1500px;
  height: 790px;
  top: 115px;
  left: calc(50% + 100px);
  translate: -50% 0;
  background: url(../img/mv/mv__img.jpg);
}
#mv .mv-img:before{
  position: absolute;
  content: "";
  background: url(../img/mv/mv__img_02.png)center center / contain no-repeat;
  width: 385px;
  height: 385px;
  right: -20px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
  }
}
#mv .mv-catch {
  position: absolute;
  left: clamp(-60px, -50vw + 740px, 0px);
  bottom: -30px;
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  background: url(../img/common/deco__shape__a_01.svg) left top no-repeat, var(--col--base-02);
  position: relative;
  width: 100%;
  height: 630px;
}
#sv .item-logo {
  z-index: 2;
  position: absolute;
  font-size: 12px;
  writing-mode: vertical-rl;
  right: 0;
  bottom: 0;
  padding: 5px 3px;
  background: var(--col--base-02);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 50vw;
  }
}
#sv .sv-img {
  position: absolute;
  width: 1400px;
  height: 470px;
  left: calc(50% + 150px);
  translate: -50% 0;
  top: 115px;
}
#sv .sv-catch {
  position: absolute;
  left: clamp(-100px, -50vw + 770px, 0px);
  bottom: -50px;
  padding: 10px;
  width: 250px;
  height: 410px;
  background: #fff;
  writing-mode: vertical-rl;
  font-size: 58px;
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.35;
}

.sv-about {
  background: url(../img/sv/sv__about.jpg) center center/cover no-repeat;
}

.sv-feature {
  background: url(../img/sv/sv__feature.jpg) center center/cover no-repeat;
}

.sv-voice {
  background: url(../img/sv/sv__voice.jpg) center center/cover no-repeat;
}

.sv-company {
  background: url(../img/sv/sv__company.jpg) center center/cover no-repeat;
}

.sv-notfound {
  background: url(../img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

/* main コンテンツ
////////////////////////////////////////////////////////////////////////////////////////////////// */
.com--tel .title {
  width: 100%;
  padding: 3px;
  text-align: center;
  background: #f2bf30;
  color: var(--col--txt-01);
  font-size: 12px;
  height: fit-content;
  margin-bottom: var(--margin-10);
}

/* TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap--section-allover {
  overflow: hidden;
  position: relative;
}

.com--ttl03-01 {
  position: relative;
  width: fit-content;
}
.com--ttl03-01::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 12px;
  left: 50%;
  translate: -50% 100%;
  bottom: -25px;
}
.com--ttl03-01 .ja {
  display: block;
  width: fit-content;
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
  letter-spacing: 0.08em;
}

/* greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--greeting {
  position: relative;
  background: url(../img/common/bg__img_01.png) center bottom/contain no-repeat var(--col--base-02);
}
#top--greeting .inbox {
  padding: 100px 0 70px;
}
#top--greeting::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__circle__a_01.png) center center/contain no-repeat;
  width: 387px;
  height: 546px;
  right: 0;
  bottom: -300px;
}
#top--greeting .cont-greeting {
  position: relative;
  background: url(../img/common/deco__frame__a_01.svg) right top no-repeat, url(../img/common/deco__frame__a_02.svg) left bottom no-repeat;
  width: 720px;
  padding: 50px 60px;
  margin: 0 auto;
}
#top--greeting .cont-greeting::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 136px;
  height: 79px;
  left: -50px;
  top: 10px;
}
#top--greeting .cont-greeting::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 136px;
  height: 79px;
  right: -50px;
  bottom: 10px;
}
#top--greeting .cont-greeting .ttl03 {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-60);
}
#top--greeting .cont-greeting .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 12px;
  left: 50%;
  translate: -50% 100%;
  bottom: -30px;
}
#top--greeting .cont-greeting .ttl03 .ja {
  font-size: var(--font-size-48);
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 500;
}
#top--greeting .cont-greeting .ttl03 .ja small {
  font-size: var(--font-size-37);
  display: block;
  padding-bottom: var(--margin-15);
}
#top--greeting .cont-greeting .item-text {
  text-align: center;
}
#top--greeting .cont-greeting .item-text p {
  font-size: var(--font-size-23);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
#top--greeting .cont-greeting .item-text p .str-01 {
  font-weight: 700;
  font-size: var(--font-size-25);
  color: #c50000;
}

/* about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--about {
  background: url(../img/common/deco__circle__a_02.png) left bottom no-repeat, #fff;
}
#top--about .inbox {
  padding: 140px 0 140px;
}
#top--about .cont-product {
  position: relative;
  margin-bottom: 145px;
}
#top--about .cont-product:last-child {
  margin-bottom: 0;
}
#top--about .cont-product .ttl03 {
  font-family: var(--fot--Zen-Old-Mincho);
  text-align: center;
  background: url(../img/common/deco__ttl_deco__d_01.png) center center/contain no-repeat;
  width: 555px;
  height: 305px;
  margin-bottom: var(--margin-20);
}
#top--about .cont-product .ttl03 .type {
  writing-mode: vertical-rl;
  font-size: 90px;
  letter-spacing: 0.08em;
  color: #e09616;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--margin-15);
  padding-top: 55px;
}
#top--about .cont-product .ttl03 .ja {
  font-size: 95px;
}
#top--about .cont-product .item-img {
  position: absolute;
}
#top--about .cont-product .ttl04 {
  width: 555px;
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 2px dashed var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#top--about .cont-product .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-35);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 500;
}
#top--about .cont-product .item-text {
  width: 555px;
}
#top--about .cont-product:nth-of-type(odd) .ttl03 {
  margin-left: auto;
}
#top--about .cont-product:nth-of-type(odd) .item-img {
  position: absolute;
  left: -420px;
  top: -80px;
}
#top--about .cont-product:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#top--about .cont-product:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#top--about .cont-product:nth-of-type(even) .ttl03 {
  margin-right: auto;
}
#top--about .cont-product:nth-of-type(even) .item-img {
  position: absolute;
  right: -420px;
  top: -80px;
}
#top--about .cont-product:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#top--about .cont-product:nth-of-type(even) .item-text {
  margin-right: auto;
}

/* feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--feature {
  position: relative;
  z-index: 0;
  background: url(../img/common/bg__img_02.png) center top/contain no-repeat, var(--col--base-02);
}
#top--feature .inbox {
  padding: 100px 0 240px;
  width: 1280px;
}
#top--feature hgroup {
  margin-bottom: var(--margin-50);
}
#top--feature .ttl03 {
  text-align: center;
}
#top--feature .ttl03 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-bottom: var(--margin-30);
  .str-01{
  display: block;
    color: #e09616;
    font-size: 109px;
  }
}
#top--feature .lead-text {
  font-family: var(--fot--Zen-Old-Mincho);
  text-align: center;
  font-size: var(--font-size-40);
}
#top--feature .cont-reason {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#top--feature .cont-reason::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/top/top__feature__reason_02.png) center center/contain no-repeat;
  width: 445px;
  height: 373px;
  right: 50px;
  bottom: -50px;
}
#top--feature .cont-reason::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__circle__a_03.png) center center/contain no-repeat;
  width: 569px;
  height: 546px;
  right: -50px;
  bottom: -50px;
}
#top--feature .cont-reason .list-reason {
  position: relative;
  height: 745px;
  width: 100%;
  background: url(../img/top/top__feature__reason_01.png) right 370px bottom/contain no-repeat;
}
#top--feature .cont-reason .list-reason-item .ttl04 {
  position: relative;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  padding-left: 20px;
}
#top--feature .cont-reason .list-reason-item .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__b_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  translate: -100% 0;
}
#top--feature .cont-reason .list-reason-item .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-30);
}
#top--feature .cont-reason .list-reason-item .item-text {
  border-left: 1px solid var(--col--txt-01);
  padding: 10px 20px;
}
#top--feature .cont-reason .list-reason-item .item-text p {
  line-height: 1.9;
  font-size: var(--font-size-16);
}
#top--feature .cont-reason .list-reason-item:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(1) .item-text {
  min-height: 170px;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__c_03.svg) center center/contain no-repeat;
  width: 426px;
  height: 12px;
  left: 0;
  bottom: 0;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 220px;
  width: 380px;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__c_01.svg) center center/contain no-repeat;
  width: 142px;
  height: 87px;
  left: -144px;
  top: 43px;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(2) .item-text {
  border-left: 0;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: 290px;
  width: 280px;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__c_02.svg) center center/contain no-repeat;
  width: 241px;
  height: 12px;
  left: 0;
  bottom: 0;
}
#top--feature .cont-reason .list-reason-item:nth-of-type(3) .item-text {
  min-height: 170px;
}
#top--feature .cont-point {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#top--feature .cont-point .list-point {
  width: fit-content;
  margin: 0 auto;
  gap: 30px;
}
#top--feature .cont-point .list-point-item {
  background: url(../img/common/deco__frame__b_01.png) center center/contain no-repeat;
  width: 230px;
  height: 265px;
}
#top--feature .cont-point .list-point-item .ttl04 {
  position: relative;
  font-weight: 600;
  font-family: var(--fot--Zen-Old-Mincho);
  padding-top: 40px;
  margin-top: 30px;
}
#top--feature .cont-point .list-point-item .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#top--feature .cont-point .list-point-item .ttl04 .num {
  font-size: var(--font-size-39);
  margin-bottom: var(--margin-10);
}
#top--feature .cont-point .list-point-item .ttl04 .num small {
  font-size: 13px;
}
#top--feature .cont-point .list-point-item .ttl04 .ja {
  text-align: center;
  display: block;
  font-size: var(--font-size-22);
  line-height: 1.5;
}
#top--feature .cont-point .list-point-item:nth-of-type(6) .ttl04 .num {
  margin-bottom: 5px;
}
#top--feature .cont-point .list-point-item:nth-of-type(6) .ttl04 .ja {
  font-weight: 700;
  font-size: var(--font-size-17);
}
#top--feature .cont-feature {
  width: 1080px;
  margin: 0 auto;
}
#top--feature .cont-feature .unit-feature {
  position: relative;
  margin-bottom: 220px;
}
#top--feature .cont-feature .unit-feature:last-child {
  margin-bottom: 0;
}
#top--feature .cont-feature .unit-feature .ttl04 {
  width: 610px;
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid #f2bf30;
  margin-bottom: var(--margin-20);
}
#top--feature .cont-feature .unit-feature .ttl04 .ja {
  font-weight: 500;
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
  line-height: 1.7;
}
#top--feature .cont-feature .unit-feature .item-img {
  position: absolute;
}
#top--feature .cont-feature .unit-feature .item-img::before {
  content: "";
  position: absolute;
  background: url(../img/common/pattern__img__a_01.png);
  width: 100%;
  height: 100%;
}
#top--feature .cont-feature .unit-feature .item-text {
  width: 610px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(odd) .ttl04 {
  margin-left: auto;
  padding-left: 50px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(odd) .item-img {
  position: absolute;
  left: -140px;
  top: 0;
}
#top--feature .cont-feature .unit-feature:nth-of-type(odd) .item-img::before {
  z-index: -1;
  left: -80px;
  bottom: -40px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(odd) .item-text {
  margin-left: auto;
  padding-left: 50px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(even) .ttl04 {
  margin-right: auto;
  padding-right: 50px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(even) .item-img {
  position: absolute;
  right: -140px;
  top: 0;
}
#top--feature .cont-feature .unit-feature:nth-of-type(even) .item-img::before {
  z-index: -1;
  right: -80px;
  bottom: -40px;
}
#top--feature .cont-feature .unit-feature:nth-of-type(even) .item-text {
  margin-right: auto;
  padding-right: 50px;
}

/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--voice {
  position: relative;
  z-index: 1;
  background: url(../img/common/deco__circle__a_04.png) left top no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, #fff;
}
#top--voice .inbox > .com--ttl03-01 {
  margin: 0 auto;
  margin-bottom: var(--margin-90);
}
#top--voice .inbox > .com--ttl03-01::after {
  content: "";
  position: absolute;
  height: 120px;
  border-right: 1px solid var(--col--txt-01);
  top: -170px;
  left: 50%;
  translate: -50% 0;
}
#top--voice .inbox > .com--ttl03-01 .ja .str-01 {
  font-size: var(--font-size-45);
}
#top--voice .cont-voice {
  margin-bottom: 100px;
}
#top--voice .cont-voice .list-voice {
  position: relative;
}
#top--voice .cont-voice .list-voice-item {
  position: relative;
  background: #fff5e5;
  padding: 60px 80px;
  outline: 1px solid var(--col--txt-01);
  outline-offset: -10px;
  width: 720px;
  margin-left: auto;
  margin-bottom: var(--margin-80);
}
#top--voice .cont-voice .list-voice-item::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__shape__b_01.png) right bottom no-repeat, #f0d8b4;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
}
#top--voice .cont-voice .list-voice-item:last-child {
  margin-bottom: 0;
}
#top--voice .cont-voice .list-voice-item .ttl04 {
  position: relative;
  font-family: var(--fot--Zen-Old-Mincho);
  padding-left: 40px;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#top--voice .cont-voice .list-voice-item .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 5px;
}
#top--voice .cont-voice .list-voice-item .ttl04 .locate {
  font-size: var(--font-size-22);
  color: #e09616;
  border: 1px solid #e09616;
  padding: 5px 10px;
  margin-right: var(--margin-10);
}
#top--voice .cont-voice .list-voice-item .ttl04 .class {
  font-size: var(--font-size-25);
  letter-spacing: 0.08em;
  padding-right: var(--margin-10);
  border-right: 1px solid var(--col--txt-01);
  margin-right: var(--margin-10);
}
#top--voice .cont-voice .list-voice-item .ttl04 .ja {
  font-size: var(--font-size-25);
}
#top--voice .cont-voice .list-voice-item .item-img {
  z-index: -2;
  position: absolute;
  left: -350px;
  top: -20px;
}
#top--voice .cont-voice .list-voice-item .item-img::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 136px;
  height: 79px;
  left: -90px;
  bottom: 0;
  z-index: -1;
}
#top--voice .cont-contact {
  padding: 80px 0;
  background: url(../img/common/deco__frame__c_01.png) left 10px top 10px no-repeat, url(../img/common/deco__frame__c_02.png) right 10px top 10px no-repeat, url(../img/common/deco__frame__c_03.png) right 10px bottom 10px no-repeat, url(../img/common/deco__frame__c_04.png) left 10px bottom 10px no-repeat, var(--col--txt-01);
  outline: 1px solid #fff;
  outline-offset: -10px;
  margin-bottom: -200px;
}
#top--voice .cont-contact .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#top--voice .cont-contact .ttl03 .ja {
  color: #fff;
}
#top--voice .cont-contact .unit-contact {
  gap: 35px;
}
#top--voice .cont-contact .unit-contact .com--tel .tel-num {
  font-size: 31px;
  font-weight: 500;
}
#top--voice .cont-contact .unit-contact .btn-line {
  --width: 250px;
}

/* producer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--producer {
  position: relative;
  z-index: 0;
  background: url(../img/common/deco__circle__a_05.png) right bottom no-repeat, url(../img/common/bg__img_03.png) left 250px top 100px no-repeat, var(--col--base-02);
}
#top--producer .inbox {
  padding: 230px 0 100px;
}
#top--producer .ttl03 {
  margin: 0 auto;
  margin-bottom: 150px;
}
#top--producer .cont-message {
  position: relative;
  margin-bottom: 100px;
}
#top--producer .cont-message .message-text {
  width: 520px;
  writing-mode: vertical-rl;
  text-align: center;
  margin-bottom: var(--margin-30);
}
#top--producer .cont-message .message-text p {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-19);
  font-weight: 600;
}
#top--producer .cont-message .item-img {
  position: absolute;
  right: -420px;
  top: 30px;
}
#top--producer .cont-message .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 740px;
  width: 830px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: url(../img/common/pattern__img__a_01.png);
}
#top--producer .cont-message .item-text {
  width: 520px;
  padding: 40px 0 20px;
  border-top: 1px solid #c3b29a;
  border-bottom: 1px solid #c3b29a;
}
#top--producer .cont-message .item-text .name {
  text-align: end;
}
#top--producer .cont-faq {
  width: 100%;
  outline: 1px solid var(--col--txt-01);
  outline-offset: -10px;
  background: url(../img/common/deco__frame__d_01.png) left 10px top 10px no-repeat, url(../img/common/deco__frame__d_02.png) right 10px top 10px no-repeat, url(../img/common/deco__frame__d_03.png) right 10px bottom 10px no-repeat, url(../img/common/deco__frame__d_04.png) left 10px bottom 10px no-repeat, #fff;
  padding: 80px 100px;
  margin-bottom: var(--margin-80);
}
#top--producer .cont-faq .unit-faq .item {
  position: relative;
  width: 720px;
  padding: 30px 50px;
  background: #feefd9;
  margin-bottom: var(--margin-50);
}
#top--producer .cont-faq .unit-faq .item .text {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-19);
  line-height: 1.5;
}
#top--producer .cont-faq .unit-faq dt {
  margin-left: auto;
}
#top--producer .cont-faq .unit-faq dt::before {
  content: "";
  position: absolute;
  background: url(../img/top/top__producer__faq_1.png) center center/contain no-repeat;
  width: 120px;
  height: 120px;
  left: -160px;
  top: 50%;
  translate: 0 -50%;
}
#top--producer .cont-faq .unit-faq dt::after {
  --width: 22px;
  --height: 18px;
  --color: #feefd9;
  left: 0;
  top: 50%;
  translate: -100% -50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent var(--color) transparent transparent;
  border-width: calc((var(--width)) / 2) var(--height) calc((var(--width)) / 2) 0px;
}
#top--producer .cont-faq .unit-faq dt .text {
  position: relative;
  padding-left: 25px;
  font-size: var(--font-size-19);
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 700;
}
#top--producer .cont-faq .unit-faq dt .text::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
#top--producer .cont-faq .unit-faq dt .text::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 97px;
  height: 79px;
  left: 617px;
  top: 0;
}
#top--producer .cont-faq .unit-faq dd {
  margin-right: auto;
}
#top--producer .cont-faq .unit-faq dd::before {
  content: "";
  position: absolute;
  background: url(../img/top/top__producer__faq_2.png) center center/contain no-repeat;
  width: 120px;
  height: 120px;
  right: -160px;
  top: 50%;
  translate: 0 -50%;
}
#top--producer .cont-faq .unit-faq dd::after {
  --width: 22px;
  --height: 18px;
  --color: #feefd9;
  right: 0;
  top: 50%;
  translate: 100% -50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}
#top--producer .cont-faq .unit-faq dd .text {
  position: relative;
  padding-left: 25px;
}
#top--producer .cont-faq .unit-faq dd .text::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
}
#top--producer .cont-faq .unit-faq dd .text::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 97px;
  height: 79px;
  left: -95px;
  top: 60px;
}
#top--producer .cont-images {
  margin-bottom: var(--margin-80);
}
#top--producer .cont-images .list-images {
  gap: 24px;
}
#top--producer .cont-images .list-images-item {
  width: calc((100% - 72px) / 4);
  border: 3px solid #fff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.09);
}
#top--producer .cont-subpages {
  position: relative;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid #c3b29a;
  border-bottom: 1px solid #c3b29a;
}
#top--producer .cont-subpages .cont-link {
  width: calc((100% - 40px) / 2);
  height: 130px;
  top: 0;
  position: relative;
  transition: ease 0.3s;
}
#top--producer .cont-subpages .cont-link a {
  background: url(../img/common/deco__shape__c_01.png) center top/100% 23px no-repeat, url(../img/common/deco__shape__c_01.png) center bottom/100% 23px no-repeat, #573001;
  outline: 1px solid #fff;
  outline-offset: -5px;
  width: 100%;
  height: 100%;
  position: relative;
}
#top--producer .cont-subpages .cont-link a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__b_01.svg) center center/contain no-repeat;
  width: 26px;
  height: 9px;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
#top--producer .cont-subpages .cont-link a span {
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 600;
  font-size: var(--font-size-25);
  color: #fff;
}
#top--producer .cont-subpages .cont-link:hover {
  opacity: 0.85;
  top: -5px;
}
#top--producer .cont-subpages .cont-link:hover a::before {
  right: 15px;
}

/* news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .unit-info {
  flex: 1;
}
.unit-latest .item-ttl {
  order: 2;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-20);
  border-right: 1px solid var(--col--txt-01);
  margin-right: var(--margin-20);
  line-height: 2;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  padding: 2px 10px;
  background: #f2bf30;
  font-size: var(--font-size-14);
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--main-02);
  right: -5px;
}
.unit-latest:hover .tag_list-item {
  color: var(--col--txt-01);
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  padding: 2px 10px;
  background: #f2bf30;
  font-size: var(--font-size-14);
}

#top--news {
  min-height: 520px;
}
#top--news .inbox {
  position: relative;
  padding: 130px 0;
}
#top--news .ttl03 {
  position: absolute;
  left: 0;
  top: 120px;
  width: 240px;
  height: 240px;
  outline: 1px solid #fff;
  outline-offset: -10px;
  border: 10px solid var(--col--txt-01);
  background: url(../img/common/pattern__img__a_02.png), var(--col--txt-01);
}
#top--news .ttl03 .ja {
  color: #fff;
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-36);
  letter-spacing: 0.08em;
}
#top--news .cont-latest {
  width: 800px;
  margin-left: auto;
}
#top--news .unit-latest {
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
#top--news .unit-latest:last-child {
  margin-bottom: 0;
}
#top--news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top--news .unit-latest .unit-latest-text {
  width: 100%;
}
#top--news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top--news .unit-latest .unit-info {
  flex: 1;
}
#top--news .unit-latest .item-ttl {
  order: 2;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top--news .unit-latest .item-time {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-20);
  border-right: 1px solid var(--col--txt-01);
  margin-right: var(--margin-20);
  line-height: 2;
}
#top--news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top--news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  padding: 2px 10px;
  background: #f2bf30;
  font-size: var(--font-size-14);
}
#top--news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top--news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top--news .unit-latest:hover {
  color: var(--col--main-02);
  right: -5px;
}
#top--news .unit-latest:hover .tag_list-item {
  color: var(--col--txt-01);
}
#top--news .btn-news {
  position: absolute;
  left: 70px;
  top: 390px;
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 700;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--txt-01);
  width: fit-content;
  padding-right: 90px;
  transition: ease 0.2s;
}
#top--news .btn-news::before {
  content: "";
  position: absolute;
  width: 8px;
  border-bottom: 1px solid var(--col--txt-01);
  right: -1px;
  bottom: 1px;
  rotate: 45deg;
}
#top--news .btn-news:hover {
  color: #e09616;
  padding-right: 110px;
  border-bottom: 1px solid #e09616;
}
#top--news .btn-news:hover::before {
  border-bottom: 1px solid #e09616;
}

/* company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--company {
  background: url(../img/common/deco__frame__c_05.png) left bottom no-repeat, var(--col--base-02);
}
#top--company .cont-company {
  gap: 80px;
}
#top--company .cont-company a {
  transition: ease 0.2s;
}
#top--company .cont-company a:hover {
  opacity: 0.7;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  background: var(--col--txt-01);
  position: relative;
  width: 100%;
  /* --------------------------------- */
  /* --------------------------------- */
  /* --------------------------------- */
}
#footer .inbox {
  padding: 80px 0 20px;
}
#footer .item-logo {
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .footer--wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .footer--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .unit-contact {
  gap: 25px;
  padding-bottom: var(--margin-60);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: var(--margin-30);
}
#footer .unit-contact .btn-line {
  width: 250px;
}
#footer .unit-contact .com--tel .title {
  width: 100%;
  padding: 3px;
  text-align: center;
  background: #f2bf30;
  color: var(--col--txt-01);
  font-size: 12px;
  margin-bottom: var(--margin-10);
}
#footer .unit-contact .com--tel .tel-num {
  font-weight: 400;
  font-size: var(--font-size-30);
}
#footer .footer--left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .footer--left {
    width: 100%;
  }
}
#footer .footer--right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .footer--right {
    width: 100%;
  }
}
#footer .list-nav {
  gap: 25px;
  margin-bottom: var(--margin-40);
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: var(--font-size-15);
}
#footer .list-nav-item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* 共通タイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u,
#contact {
  background: var(--col--base-02);
}
#contents-u .ttl01,
#contact .ttl01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-90);
}
#contents-u .ttl01::before,
#contact .ttl01::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 12px;
  left: 50%;
  translate: -50% 100%;
  bottom: -25px;
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  display: block;
  width: fit-content;
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
  letter-spacing: 0.08em;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  margin: 0 auto;
  display: none;
}

/* subpage 下層ページ
////////////////////////////////////////////////////////////////////////////////////////////////// */
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--feature {
  position: relative;
  z-index: 0;
  padding: 100px 0 0;
  background: var(--col--base-02);
}
#about--feature .ttl03 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#about--feature .ttl03 .ja {
  font-size: var(--font-size-56);
}
#about--feature .ttl03 .ja small {
  font-size: var(--font-size-48);
}
#about--feature .common--feature {
  position: relative;
  z-index: 0;
  width: 100%;
}
#about--feature .common--feature .cont-about {
  position: relative;
  margin-bottom: var(--margin-90);
}
#about--feature .common--feature .cont-about .ttl04 {
  font-family: var(--fot--Zen-Old-Mincho);
  text-align: center;
  background: url(../img/common/deco__ttl_deco__d_02.png) center center/contain no-repeat;
  width: 545px;
  height: 305px;
  margin-bottom: var(--margin-20);
}
#about--feature .common--feature .cont-about .ttl04 .type {
  writing-mode: vertical-rl;
  font-size: 75px;
  letter-spacing: 0.08em;
  color: #e09616;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--margin-15);
  padding-top: 75px;
}
#about--feature .common--feature .cont-about .ttl04 .ja {
  font-size: 95px;
}
#about--feature .common--feature .cont-about .item-img {
  z-index: -1;
  position: absolute;
  top: -40px;
  right: -420px;
}
#about--feature .common--feature .cont-about .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -30px;
  bottom: -30px;
  background: url(../img/common/pattern__img__a_01.png);
}
#about--feature .common--feature .cont-about .item-text {
  background: #fff;
  padding: 50px;
  width: 660px;
}
#about--feature .common--feature .cont-about .item-text .ttl05 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px dashed var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#about--feature .common--feature .cont-about .item-text .ttl05 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 500;
  line-height: 1.3;
  font-size: var(--font-size-35);
}
#about--feature .common--feature .cont-feature .ttl04 {
  position: relative;
  padding-left: 50px;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-40);
  padding-left: 75px;
}
#about--feature .common--feature .cont-feature .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__b_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
}
#about--feature .common--feature .cont-feature .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
}
#about--feature .common--feature .cont-feature .list-feature-item {
  position: relative;
  padding: 50px;
  background: url(../img/common/deco__shape__b_01.png) right bottom no-repeat, #fff;
  margin-bottom: var(--margin-40);
  min-height: 280px;
}
#about--feature .common--feature .cont-feature .list-feature-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__wave__a_01.png) center center/contain no-repeat;
  width: 136px;
  height: 79px;
  left: -100px;
  bottom: 0;
}
#about--feature .common--feature .cont-feature .list-feature-item:last-child {
  margin-bottom: 0;
}
#about--feature .common--feature .cont-feature .list-feature-item .ttl05 {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
  width: 630px;
  padding-left: 40px;
}
#about--feature .common--feature .cont-feature .list-feature-item .ttl05::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0px;
}
#about--feature .common--feature .cont-feature .list-feature-item .ttl05 .ja {
  font-size: var(--font-size-25);
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Old-Mincho);
}
#about--feature .common--feature .cont-feature .list-feature-item .item-img {
  position: absolute;
  right: 60px;
  top: 40px;
}
#about--feature .common--feature .cont-feature .list-feature-item .item-text {
  width: 630px;
}
#about--feature .common--feature:nth-of-type(odd) {
  background: url(../img/common/deco__circle__a_06.png) top 460px left no-repeat, var(--col--base-02);
}
#about--feature .common--feature:nth-of-type(even) {
  background: url(../img/common/deco__circle__a_06.png) top 460px left no-repeat, #fff;
}
#about--feature .common--feature:nth-of-type(even) .cont-about .item-text {
  background: #fff5e5;
}
#about--feature .common--feature:nth-of-type(even) .cont-feature .list-feature-item {
  background: url(../img/common/deco__shape__b_01.png) right bottom no-repeat, #fff5e5;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature--flow {
  z-index: 0;
  position: relative;
  background: url(../img/common/deco__circle__a_06.png) left top 40px no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, var(--col--base-02);
}
#feature--flow .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-90);
}
#feature--flow .cont-flow .list-flow {
  gap: 60px;
}
#feature--flow .cont-flow .list-flow-item {
  position: relative;
  width: calc((100% - 60px) / 2);
}
#feature--flow .cont-flow .list-flow-item .ttl04 {
  order: 2;
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 600;
  padding: 15px 30px;
  background: #573001;
  margin-bottom: var(--margin-10);
}
#feature--flow .cont-flow .list-flow-item .ttl04 .num {
  color: #f2bf30;
  letter-spacing: 0.08em;
  font-size: var(--font-size-30);
  margin-right: var(--margin-10);
}
#feature--flow .cont-flow .list-flow-item .ttl04 .num small {
  font-size: var(--font-size-18);
  letter-spacing: 0.02em;
}
#feature--flow .cont-flow .list-flow-item .ttl04 .ja {
  font-size: var(--font-size-24);
  color: #fff;
}
#feature--flow .cont-flow .list-flow-item .item-img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#feature--flow .cont-flow .list-flow-item .item-text {
  order: 3;
}
#feature--flow .cont-flow .list-flow-item:nth-of-type(odd)::before {
  z-index: 1;
  --width: 60px;
  --height: 30px;
  --color: #f2bf30;
  translate: 100% 0;
  top: 35%;
  translate: 0 -50%;
  right: -50px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}

/* feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature .ttl03 {
  margin: 0 auto;
  margin-bottom: 150px;
}
#feature .cont-feature {
  margin-bottom: 100px;
}
#feature .cont-feature .list-feature-item {
  position: relative;
  margin-bottom: 200px;
}
#feature .cont-feature .list-feature-item:last-child {
  margin-bottom: 0;
}
#feature .cont-feature .list-feature-item .ttl04 {
  width: 570px;
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid #f2bf30;
  margin-bottom: var(--margin-20);
  padding-left: 45px;
}
#feature .cont-feature .list-feature-item .ttl04 .ja {
  font-size: var(--font-size-38);
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: var(--fot--Zen-Old-Mincho);
}
#feature .cont-feature .list-feature-item .item-img {
  position: absolute;
  top: -50px;
}
#feature .cont-feature .list-feature-item .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#feature .cont-feature .list-feature-item .item-text {
  width: 570px;
  padding-left: 45px;
}
#feature .cont-feature .list-feature-item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#feature .cont-feature .list-feature-item:nth-of-type(odd) .item-img {
  left: -100px;
}
#feature .cont-feature .list-feature-item:nth-of-type(odd) .item-img::before {
  left: -80px;
  bottom: -40px;
  background: url(../img/common/pattern__img__a_01.png);
}
#feature .cont-feature .list-feature-item:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#feature .cont-feature .list-feature-item:nth-of-type(even) .ttl04 {
  margin-right: auto;
  padding-left: 0;
}
#feature .cont-feature .list-feature-item:nth-of-type(even) .item-img {
  right: -100px;
}
#feature .cont-feature .list-feature-item:nth-of-type(even) .item-img::before {
  right: -80px;
  bottom: -40px;
  background: url(../img/common/pattern__img__a_01.png);
}
#feature .cont-feature .list-feature-item:nth-of-type(even) .item-text {
  margin-right: auto;
  padding-left: 0;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: url(../img/common/deco__circle__a_06.png) left top 80px no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, var(--col--base-02);
}
#voice .cont-post .unit-post {
  position: relative;
  top: 0;
  background: #fff;
  padding: 50px;
  outline: 1px solid var(--col--txt-01);
  outline-offset: -10px;
  gap: 50px;
  margin-bottom: var(--margin-40);
  transition: ease 0.25s;
}
#voice .cont-post .unit-post:last-child {
  margin-bottom: 0;
}
#voice .cont-post .unit-post .item-img {
  position: relative;
  width: 380px;
  height: 280px;
}
#voice .cont-post .unit-post .unit-info {
  flex: 1;
}
#voice .cont-post .unit-post .unit-info hgroup {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
  width: 100%;
}
#voice .cont-post .unit-post .unit-info hgroup .ttl04 {
  width: 100%;
  max-width: 50%;
}
#voice .cont-post .unit-post .unit-info hgroup .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-25);
  line-height: 1.5;
}
#voice .cont-post .unit-post .unit-info hgroup .prof {
  font-size: var(--font-size-18);
  color: #e09616;
  line-height: 1.4;
  width: 100%;
  max-width: 50%;
  text-align: end;
}
#voice .cont-post .unit-post .unit-info hgroup .prof .age {
  max-width: 70%;
}
#voice .cont-post .unit-post .unit-info hgroup .prof .gender {
  padding-left: var(--margin-10);
  border-left: 1px solid #e09616;
  margin-left: var(--margin-10);
}
#voice .cont-post .unit-post .item-text .ttl05 {
  position: relative;
  padding-left: 35px;
  margin-bottom: var(--margin-20);
}
#voice .cont-post .unit-post .item-text .ttl05::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_02.png) center center/contain no-repeat;
  width: 25px;
  height: 26px;
  left: 0;
  top: 3px;
}
#voice .cont-post .unit-post .item-text .ttl05 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-22);
  line-height: 1.3;
}
#voice .cont-post .unit-post .item-text p {
  overflow: hidden;
  height: 105px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#voice .cont-post .unit-post:hover {
  opacity: 0.8;
  top: -4px;
}

.voice--in_post {
  position: relative;
  background: url(../img/common/deco__circle__a_06.png) left top 80px no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, var(--col--base-02);
}
.voice--in_post .cont-post {
  position: relative;
  background: #fff;
  padding: 60px 80px;
  outline: 1px solid var(--col--txt-01);
  outline-offset: -10px;
}
.voice--in_post .cont-post hgroup {
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--txt-01);
  padding-bottom: var(--margin-20);
}
.voice--in_post .cont-post hgroup .ttl03 {
  max-width: 50%;
  width: 100%;
}
.voice--in_post .cont-post hgroup .ttl03 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-24);
  line-height: 1.6;
  font-weight: 600;
}
.voice--in_post .cont-post hgroup .prof {
  max-width: 50%;
  width: 100%;
  color: #e09616;
  font-size: var(--font-size-14);
  line-height: 1.4;
}
.voice--in_post .cont-post hgroup .prof .age {
  max-width: 50%;
}
.voice--in_post .cont-post hgroup .prof .gender {
  max-width: 50%;
  padding-left: 10px;
  border-left: 1px solid #e09616;
  margin-left: 10px;
}
.voice--in_post .cont-post .unit-info {
  width: 100%;
  gap: 40px;
}
.voice--in_post .cont-post .item-img {
  width: 420px;
  height: 320px;
  margin-bottom: var(--margin-25);
}
.voice--in_post .cont-post .item-text {
  flex: 1;
}
.voice--in_post .cont-post .item-text .ttl04 {
  position: relative;
  padding-left: 35px;
  margin-bottom: var(--margin-15);
}
.voice--in_post .cont-post .item-text .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_02.png) center center/contain no-repeat;
  width: 25px;
  height: 26px;
  left: 0;
  top: 3px;
}
.voice--in_post .cont-post .item-text .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-22);
  line-height: 1.6;
}
.voice--in_post .cont-post .item-text p {
  line-height: 2;
}
.voice--in_post .com--btn-01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
  --width: 340px;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com--table-01 {
  width: 100%;
}
.com--table-01 tr {
  width: 100%;
}
.com--table-01 tr th,
.com--table-01 tr td {
  padding: 20px;
  border-bottom: 1px solid #c3b29a;
  padding-left: 40px;
}
.com--table-01 tr:first-of-type th,
.com--table-01 tr:first-of-type td {
  border-top: 1px solid #c3b29a;
}

/* company--info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company--info {
  background: url(../img/common/deco__circle__a_06.png) right top 80px no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, var(--col--base-02);
}
#company--info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}

#company--info .lead-text{
  margin-bottom: var(--margin-60);
}

#company--info .cont-info {
  position: relative;
  margin-bottom: var(--margin-80);
}
#company--info .cont-info .item-img {
  position: absolute;
  right: 0;
  top: 0;
}
#company--info .cont-info .item-table {
  width: 48%;
}
#company--info .cont-access {
  margin-bottom: var(--margin-80);
}
#company--info .cont-access .ttl04 {
  position: relative;
  padding-left: 50px;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-40);
  padding-left: 75px;
}
#company--info .cont-access .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__b_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
}
#company--info .cont-access .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
}
#company--info .cont-access .item-map {
  width: 100%;
  height: 350px;
}
#company--info .cont-access .item-map iframe {
  width: 100%;
  height: 100%;
}
#company--info .cont-gallery .ttl04 {
  position: relative;
  padding-left: 50px;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-40);
  padding-left: 75px;
}
#company--info .cont-gallery .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__b_01.svg) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
}
#company--info .cont-gallery .ttl04 .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-38);
}
#company--info .cont-gallery .cont-post {
  gap: 30px;
}
#company--info .cont-gallery .cont-post .unit-post {
  width: calc((100% - 60px) / 3);
  position: relative;
  top: 0;
  transition: ease 0.25s;
}
#company--info .cont-gallery .cont-post .unit-post .item-img {
  width: 100%;
  height: 280px;
  margin-bottom: var(--margin-10);
}
#company--info .cont-gallery .cont-post .unit-post .item-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--col--txt-01);
}
#company--info .cont-gallery .cont-post .unit-post .item-text::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__c_02.png) center center/contain no-repeat;
  width: 25px;
  height: 26px;
  left: 0;
  top: 4px;
}
#company--info .cont-gallery .cont-post .unit-post:hover {
  opacity: 0.8;
  top: -3px;
}
#company--info .com--table-01 tr th, #company--info .com--table-01 tr td{
  line-height: 1.8;
  padding: 14px 20px;
}

.company--in_post {
  position: relative;
  background: url(../img/common/deco__circle__a_06.png) left top 80px no-repeat, url(../img/common/deco__circle__a_05.png) right bottom no-repeat, var(--col--base-02);
}
.company--in_post .cont-post {
  position: relative;
  background: #fff;
  padding: 60px 80px;
  outline: 1px solid var(--col--txt-01);
  outline-offset: -10px;
}
.company--in_post .cont-post .item-img {
  width: 100%;
  height: 540px;
  margin-bottom: var(--margin-30);
}
.company--in_post .cont-post .item-text {
  background: var(--col--base-02);
  padding: 20px;
  line-height: 1.8;
}
.company--in_post .com--btn-01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
  --width: 340px;
}/*# sourceMappingURL=style.css.map */