@charset "utf-8";


.accordion_one a>span>img {
  width: 1.2rem;
  margin-right: 0.4rem;
}

.accordion_header span img {
  width: 1.2rem;
  margin-left: 0.4rem;
}

#arrow,
.nav-menu__item a .nav-menu__box-icon img {
  width: 1.2rem;
}

.nav-menu__box-icon--etm {
  width: 1.4rem;
  margin-right: 1rem;
}

.nav-menu__box-icon--etm img {
  width: 1.2rem;
}

/* ドロップメニュー */
.bottom-menu__items {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 23rem;
  position: absolute;
  top: 6.3rem;
  right: 0;
  background-color: white;
  padding: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-top: 0.2rem solid rgba(48, 48, 48, 0.24);
}

.bottom-menu__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-menu__item:nth-child(2) {
  border-top: 0.1rem solid #C1CBC6;
  border-bottom: 0.1rem solid #C1CBC6;
}

.bottom-menu__item:nth-child(3) {
  border-bottom: 0.1rem solid #C1CBC6;
}

.bottom-menu__item:nth-child(3) a {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.gnavi__list:hover .bottom-menu__items {
  display: block;
  /*Gナビメニューにホバーしたら表示*/
}

.gnavi__list:hover a {
  text-decoration: none;
  cursor: pointer;
}

.gnavi__list {
  position: relative;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnavi__list a {
  width: 16rem;
  height: inherit;
  color: #303030;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .gnavi__list a {
    width: 9rem;
  }
}



.gnavi__list a:visited {
  color: #303030;
}

.bottom-menu__item a .nav-menu__box-icon {
  margin-right: 0;
}

.bottom-menu__item a .nav-menu__btn-text {
  font-size: 1.2rem;
}

.bottom-menu__item a {
  padding: 1rem;
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  background-color: white;
  width: 100%;
}

.bottom-menu__item a:hover {
  background-color: #ffffaf;
}


/* 共通項目 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#arrow {
  margin-left: 0.5rem;
}


/*--------------------------------------*/
/*                  mv                */
/*--------------------------------------*/

.mv-pc {
  display: block;
}

.mv-sp {
  display: none;
}

.mv {
  padding-top: 16rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

.mv__inner {
  padding: 6rem 4rem 4rem;
  width: 100%;
  height: auto;
  background-image: url('../images/top/back-lightgreen.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.4rem;
  max-width: 120rem;
  margin: 0 auto;
}

.mv__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mv__left {
  width: 60%;
  position: relative;
}

.mv__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.mv__title-span-1 {
  display: inline-block;
  color: #FFFFFF;
  font-size: 4rem;
  background: url('../images/top/fv_text_back01.png') no-repeat center center / contain;
  width: 27.2rem;
  height: 6.4rem;
  letter-spacing: 2.6rem;
  text-align: center;
  padding: 0.8rem 0 0 1.6rem;
  margin-right: 1rem;
}

.mv__title-span-2 {
  display: inline-block;
  color: #FFFFFF;
  font-size: 4rem;
  background: url('../images/top/fv_text_back02.png')no-repeat center center / contain;
  width: 17.4rem;
  height: 6.4rem;
  letter-spacing: 1.5rem;
  text-align: center;
  padding: 1rem 0 0 0.9rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

.mv__title-br {
  display: none;
}

.mv__title--box {
  display: block;
  margin-bottom: 1.1rem;
}

.mv__title--img-1 {
  display: inline-block;
  height: 6.4rem;
  width: 27.2rem;
}

.mv__title--img-2 {
  display: inline-block;
  height: 6.4rem;
  width: 17.4rem;
  margin-right: 2rem;
}

.mv__title--img-1 img,
.mv__title--img-2 img {
  width: 100%;
  height: 100%;
}

.mv__title--text {
  color: #303030;
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  vertical-align: bottom;
}

.mv__text {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mv__text--box {
  margin-top: 1.1rem;
}

.mv__text--white {
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #3EB134;
  background-color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 9.8rem;
  margin-right: 1.1rem;
}

.mv__text--green {
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #3EB134;
}

.mv__img {
  width: 13.6rem;
  position: absolute;
  right: 4rem;
  bottom: -8rem;
}

.mv__img img {
  width: 100%;
}

.mv__right {
  width: 40%;
}

.mv__movie {
  width: 100%;
}

.mv__movie iframe {
  border-radius: 1.6rem;
  width: 42.6rem;
  height: 24rem;
  box-shadow: 1.4rem 1.4rem #79ED95;
}

.mv__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}

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

.mv__fukidashi--orange {
  color: #F3981E;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mv__fukidashi--orange:before {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #F3981E;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  margin-bottom: 0.4rem;
}

.mv__fukidashi--orange:after {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #F3981E;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  margin-bottom: 0.4rem;
}

.mv__btn--orange {
  width: 40rem;
  height: 5.6rem;
  background-color: #F3981E;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white !important;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 1.2rem;
  margin: 0 1.2rem;
  border: 0.3rem solid #F3981E;
}

.mv__btn--orange:hover {
  background-color: white;
  color: #F3981E !important;
  text-decoration: none;
}

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

.mv__fukidashi--green {
  color: #00B050;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mv__fukidashi--green:before {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #00B050;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  margin-bottom: 0.4rem;
}

.mv__fukidashi--green:after {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #00B050;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  margin-bottom: 0.4rem;
}

.mv__btn--green {
  width: 40rem;
  height: 5.6rem;
  background-color: #00B050;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white !important;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 1.2rem;
  margin: 0 1.2rem;
  border: 0.3rem solid #00B050;
}

.mv__btn--green:hover {
  background-color: white;
  color: #00B050 !important;
  text-decoration: none;
}

/*--------------------------------------*/
/*                  mv2                */
/*--------------------------------------*/
.mv2 {
  background: url('../images/top/mv-2-bg.jpg')no-repeat center center / cover;
  padding-top: 64px;
  margin-top: 12rem;
}

@media screen and (max-width: 850px) {
  .mv2 {
    display: none;
  }
}

.mv2__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.mv2__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mv2__title {
  width: 68.5%;
  display: inline-block;
  margin: 0;
} 

.mv2__cm {
  display: inline-block;
  width: 35.5%;
}

.mv2__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv2__cta {
  display: inline-block;
  width: 30%;
}

.mv2__cta-button {
  display: block;
  transition: 0.3s;
  position: relative;
  height: 114px;
}

@media screen and (max-width: 1350px) {
  .mv2__cta-button {
    height: 8vw;
  }
}

.mv2__cta-button img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
/* 2枚目の画像は最初透明 */
.mv2__cta-button img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.mv2__cta-button:hover img {
  opacity: 1;
}

.mv2__cta-button-2 {
  margin-top: 19px;
}

.mv2__under-right {
  width: 63.5%;
}

.mv2-sp {
  display: none;
  padding: 0 0 41px 0 !important;
  margin-top: 6rem;
}

@media screen and (max-width: 850px) {
  .mv2-sp {
    display: block;
  }
}

.mv2-sp-inner {
  
}

.mv2-sp-top {
  background: url('../images/top/mv-2-bg-sp.jpg')no-repeat center center / cover;
}

.mv2-sp-title {
  width: 92%;
  margin: 0 auto;
}

.mv2-sp-top-under {
  margin-top: 16px;
}

.mv2-sp-under {
  margin-top: 8px;
}

.mv2-sp-cm {
  width: 92%;
  margin: 0 auto;
  display: block;
}

.mv2-sp-under__cta {
  display: block;
  width: 92%;
  margin: 42px auto 0;
}

.mv2__cta-button-sp {
  display: block;
}

.mv2__cta-button-sp-2 {
  margin: 16px auto 0;
}

/*--------------------------------------*/
/*              reason                */
/*--------------------------------------*/



.title-0516 {
  color: #303030 !important;
  font-size: 4rem;
  line-height: calc(40 / 40);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1.2rem !important;
  text-align: center;
}

.title-green-0516 {
  color: #3EB134;
  font-size: 4rem;
  line-height: calc(40 / 40);
  letter-spacing: 0.1em;
  font-weight: bold;
}

.subtitle-0516 {
  color: #303030;
  font-size: 1.4rem;
  line-height: calc(14 / 14);
  letter-spacing: 0.1em;
  font-weight: bold;
  opacity: 0.64;
  text-align: center;
}

.reason__items {
  width: 100%;
  max-width: 120rem;
  padding: 0 2.5rem;
  margin: 5.6rem auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  gap: 2rem;
}

.mv__item {
  width: 33%;
  border: solid 1px #ebebeb;
  border-radius: 0 0 2rem 2rem;
}

.mv__item-content {
  text-align: center;
}

.mv__item-content--1 {
  background: url('../images/top/reason-number-1.png')no-repeat;
  background-size: 26%;
  background-position: right 10% bottom 0%
}
.mv__item-content--2 {
  background: url('../images/top/reason-number-2.png')no-repeat;
  background-size: 30%;
  background-position: right 10% bottom 0%
}
.mv__item-content--3 {
  background: url('../images/top/reason-number-3.png')no-repeat;
  background-size: 30%;
  background-position: right 10% bottom 0%
}

.mv__item-text {  
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2rem;
}
.mv__item-text span {
  color: #3EB134;
}


.mv__item-title {
  color: #3EB134;
  font-weight: 700;
  margin-top: 1rem;
  font-size: 2.1rem;
}


/*--------------------------------------*/
/*              about                 */
/*--------------------------------------*/

.about__inner {
  width: 100%;
  padding: 4rem 6.8rem;
  background-image: url('../images/top/back-grey.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.about__content {
  width: 100%;
  max-width: 120rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about__subtitle {
  margin-top: 2.5rem;
}

.about__left {
  width: 60%;
}

.about__right {
  width: 35%;
  position: relative;
}

.about__text {
  color: #303030;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.125em;
  font-weight: bold;
  padding-top: 4rem;
}

.about__text--green {
  color: #3EB134;
}

.about__cta {
  margin-top: 4rem;
}

.btn-0516 {
  width: 32.1rem;
  height: 5.3rem;
  background-color: #F3981E;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #F3981E;
}

.btn-0516:hover {
  background-color: white;
  text-decoration: none;
}

.btn-0516__text {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-right: 2.4rem;
  margin-bottom: 0;
}

.btn-0516:hover .btn-0516__text {
  color: #F3981E;
}

.btn-0516__icon svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: white;
  fill: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-0516:hover .btn-0516__icon svg {
  stroke: #F3981E;
  fill: #F3981E;
}

.about__beer {
  width: 15.2rem;
  position: absolute;
  right: -5.5rem;
  bottom: 2rem;
}

.about__beer img {
  width: 100%;
  height: 100%;
}




/*--------------------------------------*/
/*              flow                   */
/*--------------------------------------*/


.flow__inner {
  padding: 8rem 2.5rem 10.6rem;
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
}

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

.flow__title--black {
  color: #303030;
  font-size: 2.8rem;
  line-height: 1.46;
  letter-spacing: 0.07em;
  font-weight: bold;
}

.flow__title--greensmall {
  color: #3EB134;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.0625em;
  font-weight: bold;
}

.flow__title--green {
  color: #3EB134;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.0625em;
  font-weight: bold;
}

.about__subtitle {
  margin-top: 2.5rem;
}

.flow__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 6.4rem;
  list-style: none;
  padding-left: 0;
}

.flow__item {
  width: 47%;
}




/*--------------------------------------*/
/*              works                 */
/*--------------------------------------*/

.case__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
  max-width: 106.4rem;
  margin: 6.4rem auto 0;
  list-style: none;
  padding-left: 0;
}

.case__item {
  width: 32%;
  border-radius: 1.6rem;
  background-color: white;
  box-shadow: 0 0 0.8rem rgba(0, 176, 80, 0.16)
}

.case__img {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  width: 100%;
  height: 17.4rem;
}

.case__img img {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case__box {
  padding: 1.2rem 2.4rem 1.6rem;
}

.case__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.case__tag {
  border: 0.2rem solid #3EB134;
  color: #3EB134;
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.14em;
  font-weight: bold;
  border-radius: 0.6rem;
}

.case__company {
  color: #303030;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: bold;
  margin: 1.6rem 0 0.8rem;
}

.case__text {
  color: #303030;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.14em;
  font-weight: 400;
}

.case__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  border-radius: 1.2rem;
  background-color: #3EB134;
  margin-top: 2.4rem;
  border: 0.2rem solid #3EB134;
}

.case__btn a:hover {
  background-color: white;
  text-decoration: none;
}

.case__btn-text {
  color: white;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-bottom: 0;
}

.case__btn a:hover .case__btn-text {
  color: #3EB134;
}

.case__btn-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case__btn-img svg {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: white;
}

.case__btn a:hover .case__btn-img svg {
  fill: #3EB134;
}


.case__inner {
  padding: 4rem;
  background-image: url('../images/top/back-grey.png');
  background-repeat: repeat;
  background-size: contain;
}

.case__company-title {
  margin-top: 6.4rem;
}

.case__subtitle {
  margin-top: 2.5rem;
}

.case__company-text-top {
  color: #303030;
  font-size: 2.8rem;
  line-height: 1.46;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: center;
}

.case__company-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
}

.case__company-text--small {
  color: #303030;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.case__company-text--green {
  color: #3EB134;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bolder;
}

.case__works {
  margin: 2.4rem auto 4rem;
  width: 100%;
  max-width: 120rem;
  padding: 4.8rem 12rem;
  background-color: white;
  border-radius: 16rem;
}

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

.case__cta {
  display: flex;
  justify-content: center;
}

.case__cta .btn-0516 {
  width: 38.4rem;
}

.case__works-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  justify-content: center;
  align-items: center;
}
.case__works-flex a {
  display: inline-block;
  width: 11vw;
}
.case__works-flex a img {
  width: inherit;
  height: inherit;
}

@media screen and (max-width: 767px) {
  .case__works-flex {
    gap: 2vw;
  }
  .case__works-flex a {
    width: 26vw;
  }
}



/*--------------------------------------*/
/*              news.                 */
/*--------------------------------------*/

.news__inner {
  padding: 10.4rem 2.5rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news__left {
  width: 35%;
}

.news__title {
  margin-bottom: 1.6rem;
  text-align: left;
}

.news__subtitle {
  text-align: left;
  margin-bottom: 6.4rem;
  margin-top: 2.5rem;
}

.news__right {
  width: 62%;
}

.news__items {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 0.2rem solid rgba(48, 48, 48, 0.24);
  margin: 0;
  padding-left: 0;
}

.news__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 0.2rem solid rgba(48, 48, 48, 0.24);
  width: 100%;
}

.news__date {
  color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  font-weight: medium;
}

.category__green {
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: white;
  font-weight: bold;
  background-color: #3EB134;
  margin-left: 3.2rem;
  margin-right: 4.8rem;
}

.category__blue {
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: white;
  font-weight: bold;
  background-color: #21B4EE;
  margin-left: 3.2rem;
  margin-right: 4.8rem;
}

.category__orange {
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: white;
  font-weight: bold;
  background-color: #F3981E;
  margin-left: 3.2rem;
  margin-right: 4.8rem;
}

.news__newstitle {
  color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  font-weight: medium;
	width: 50%;
}

.news__newstitle:visited {
  color: #303030;
}




/*--------------------------------------*/
/*              info.                  */
/*--------------------------------------*/


.info__inner {
  padding: 7rem 2.5rem 17.5rem;
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.info__items {
  width: 100%;
  padding: 5.4rem 0;
  background-image: url('../images/top/back-grey.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16rem;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

.info__items::before {
  display: block;
  content: 'INFORMATION';
  position: absolute;
  top: -9rem;
  left: 14.5rem;
  color: #F5F5F5;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

.info__items::after {
  display: block;
  content: 'INFORMATION';
  position: absolute;
  bottom: -9rem;
  right: 14.5rem;
  color: #F5F5F5;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  font-weight: bolder;
  transform: rotate(180deg);
}

.info__item {
  width: 37.6rem;
  list-style: none;
}

.info__img {
  width: 16rem;
  position: absolute;
  bottom: 11rem;
  right: 2rem;
}

.info__img img {
  width: 100%;
  height: 100%;
}





/*--------------------------------------*/
/*            detail                  */
/*--------------------------------------*/

.detail__inner {
  width: 100%;
  padding: 2.8rem 2.5rem;
  background-image: url('../images/top/back-green.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail__btn a {
  width: 70rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  border-radius: 10rem;
  padding: 2.2rem 6.5rem 2.2rem 3.5rem;
}


.detail__btn a:hover {
  background-color: #ffffaf;
}

.detail__kuma {
  width: 18%;
}

.detail__text {
  width: 66%;
  padding-top: 2rem;
  padding-right: 1rem;
}

.detail__arrow {
  width: 10%;
}



/*--------------------------------------*/
/*              links                  */
/*--------------------------------------*/



.links__inner {
  padding: 8rem 2.5rem;
  background-image: url('../images/top/back-grey.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.links__title {
  color: #3EB134;
  font-size: 3.2rem;
  line-height: 1.75;
  letter-spacing: 0.0625em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.4rem;
}

.links__items {
  width: 100%;
  max-width: 109.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
}

.links__item {
  width: 24%;
  height: 27.7rem;
  background-color: white;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.8rem rgba(0, 176, 80, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 1.4rem;
}

.links__item:nth-child(1) .links__icon {
  width: 65%;
}

.links__item:nth-child(2) .links__icon {
  width: 80%;
}

.links__item:nth-child(3) .links__icon {
  width: 90%;
  margin-bottom: 2rem;
}

.links__item:nth-child(4) .links__icon {
  width: 55%;
  margin-bottom: 1rem;
}

.links__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 3.6rem;
}

.links__fukidashi--green {
  color: #00B050;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.links__fukidashi--green:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #00B050;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  margin-bottom: 0.4rem;
  margin-right: 1.6rem;
}

.links__fukidashi--green:after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #00B050;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  margin-bottom: 0.4rem;
  margin-left: 1.6rem;
}

.links__btn--green {
  width: 100%;
  height: 4.6rem;
  background-color: #00B050;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white !important;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 1.6rem;
  border: 0.2rem solid #00B050;
}

.links__btn--green:hover {
  background-color: white;
  color: #00B050 !important;
  text-decoration: none;
}




/*--------------------------------------*/
/*              usecase             */
/*--------------------------------------*/

.use__inner {
  padding: 0 2.5rem 10.6rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}


.use__subtitle {
  margin-top: 2.5rem;
}

.use__content {
  width: 100%;
  margin-top: 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*tabの形状*/
.use__tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.8rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.2rem solid rgba(48, 48, 48, 0.24);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.use__tab a {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #303030;
  opacity: 0.48;
  font-weight: bolder;
}

.use__tab a:visited {
  color: #303030;
}

.use__tab.is-active a {
  color: #3EB134;
  opacity: 1;
  text-decoration: none;
}


/*liにactiveクラスがついた時の形状*/
.use__tab.active a {
  color: #3EB134;
  opacity: 1;
  text-decoration: none;
}


/*エリアの表示非表示と形状*/
.use-area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  padding: 4rem 0 6.4rem;
}

/*areaにis-activeというクラスがついた時の形状*/
.use-area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.use-area__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem 2rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.use-area__item a {
  background-color: #3EB134;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
}

.use-area__item a:hover {
  background-color: #94DD4E;
  text-decoration: none;
}

.use-area__icon img {
  width: 3.2rem;
  height: 3.2rem;
}


.use-area__title {
  color: white;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 1.2rem;
}


.use-area__arrow img {
  width: 2.4rem;
  height: 2.4rem;
}



.use__cta .btn-0516 {
  width: 40.4rem;
}





/*--------------------------------------*/
/*            help page             */
/*--------------------------------------*/

.help {
  margin-top: 12.3rem;
  padding: 8rem 2.5rem 6.4rem;
  border-bottom-left-radius: 20rem;
  border-bottom-right-radius: 20rem;
  background-image: url('../images/top/Rectangle-177.png');
  background-repeat: repeat;
  background-size: cover;
  width: 100%
}

.help__inner {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto
}

.help__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.help__img {
  width: 14.5rem;
}

.help__img img {
  width: 100%;
  height: 100%;
}

.help__title {
  text-align: center;
  color: white;
  font-weight: border;
  font-size: 4.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.help__title--yellow {
  color: #FDD000;
}

.help__title--small {
  font-size: 3.8rem;
  line-height: 1.68;
}

.help__items {
  list-style: none;
  margin: 4.6rem 0 6.4rem;
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help__item {
  width: 32%;
  height: 23.6rem;
  background-color: white;
  border-radius: 1.6rem;
  padding: 3.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.help__icon {
  width: 90%;
  margin-bottom: 3.2rem;
}

.help__item:nth-child(1) .help__icon {
  width: 80%;
}

.help__item:nth-child(3) .help__icon {
  width: 85%;
}

.help__btn {
  width: 100%;
}

.help__btn a {
  width: 100%;
  background-color: #3EB134;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-weight: bolder;
  font-size: 1.8rem;
  letter-spacing: 0.0625em;
  border-radius: 1.6rem;
  border: 0.3rem solid #3EB134;
}


.help__btn a:hover {
  background-color: white;
  color: #3EB134 !important;
  text-decoration: none;
}


.help__sub-title {
  color: white;
  font-weight: bolder;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
  text-align: center;
}

.help__sub-title--yellow {
  color: #FDD000;
}

.help__sub-english {
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.57em;
  font-weight: bold;
  text-align: center;
}

.help__contents {
  margin-top: 4rem;
  background-color: #D2FAD3;
  border-radius: 3rem;
  padding: 4rem 5.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.help__content {
  width: 100%;
  height: 8rem;
  background-color: #F3981E;
  border-radius: 2rem;
  padding: 0.8rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0.2rem solid #F3981E;
}

.help__content:hover {
  background-color: white;
  text-decoration: none opacity: 1;
}

.help__content a {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.help__content:hover a {
  text-decoration: none;
  opacity: 1;
}

.help__number {
  width: 9.6rem;
}

.help__number img {
  width: 100%;
  height: 100%;
}

.help__name {
  color: white;
  font-weight: bolder;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  width: 85%;
}


.help__content:hover a .help__name {
  color: #F3981E;
}

.br-sp {
  display: none;
}


.br-tb {
  display: none;
}





/*--------------------------------------*/
/*              font-size               */
/*--------------------------------------*/

.0516-content {
  font-size: 62.5% !important;
}

/* font-sizeは16pxの62.5%の10px */


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .0516-content {
    font-size: 0.08333333vw !important;
  }

  .br-tb {
    display: block;
  }

  .mv__btn--orange {
    width: 30rem;
  }

  .mv__btn--green {
    width: 30rem;
  }

  .mv__img {
    width: 11rem;
    right: 1rem;
    bottom: 12rem;
  }

  .mv__title--box {
    line-height: 1.6;
  }

  .mv__title-br {
    display: block;
  }

  .mv__title-span-1 {
    margin-top: 0;
    padding: 0.5rem 0 0 1.2rem;
  }
  .mv__title-span-2 {
    margin-top: 0;
    margin-left: 0;
    padding: 0.4rem 0 0 0.9rem;
  }

  .mv__item-text {
    font-size: 1.1rem;
  }
  .mv__item-title {
    font-size: 1.2rem;
  }

  .links__btn--green {
    font-size: 1.4rem;
  }

  .help {
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }

  .help__title {
    font-size: 4.2rem;
  }

  .help__item:nth-child(3) .help__btn a {
    font-size: 1.5rem;
  }

  .title-0516 {
    font-size: 3.2rem !important;
  }

  .title-green-0516 {
    font-size: 3.2rem;
  }

  .btn-0516 {
    width: 25rem;
  }


  .category__green {
    padding: 0.4rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    letter-spacing: 0;
  }

  .category__blue {
    padding: 0.4rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    letter-spacing: 0;
  }

  .category__orange {
    padding: 0.4rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    letter-spacing: 0;
  }

  .info__item {
    width: 32rem;
  }

  .info__items::before {
    top: -7rem;
    left: 2rem;
    font-size: 5.5rem;
  }

  .info__items::after {
    bottom: -7rem;
    right: 2rem;
    font-size: 5.5rem;
  }

  .info__img {
    width: 12rem;
    bottom: 10rem;
  }

  .links__items {
    flex-wrap: wrap;
    width: 70rem;
    gap: 2rem;
  }

  .links__item {
    width: 48%;
    height: 32rem;
  }

  .about__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about__left {
    width: 45%;
  }

  .about__right {
    width: 55%;
    position: relative;
  }

  .about__beer {
    width: 13rem;
    position: absolute;
    right: -5rem;
    bottom: 0;
  }

  .about__text {
    padding-top: 1rem;
  }
}





@media screen and (max-width: 767px) {
  .0516-content {
    font-size: calc(10 / 375 * 100vw);
  }

  .mv__title-br {
    display: block;
  }

  .mv__title {
    line-height: 1.3;
  }

  .mv__title--box {
    line-height: 1.6;
  }

  .mv__title-span-1 {
    padding: 0.8rem 0 0 1.2rem;
  }
  .mv__title-span-2 {
    margin-top: 0;
    margin-left: 0;
    padding: 0.8rem 0 0 0.9rem;
  }

  .mv__item-text {
    font-size: 1.6rem;
  }
  .mv__item-title {
    font-size: 2.1rem;
  }

  .info__img {
    display: none;
  }

  .info__items::before {
    content: 'INFO';
    font-size: 5.5rem;
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .info__items::after {
    content: 'INFO';
    font-size: 5.5rem;
    position: absolute;
    bottom: -7rem;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    width: 100%;
    text-align: center;
  }

  .info__items {
    border-radius: 10rem;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }

  .info__item {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info__item a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info__inner {
    padding: 3.4rem 1.5rem 8rem;
  }





  .news__inner {
    padding: 8.2rem 1.5rem;
    width: 83%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .news__left {
    width: 100%;
  }

  .news__title {
    margin-bottom: 2rem;
    text-align: center;
  }


  .news__subtitle {
    text-align: center;
    margin-bottom: 3rem;
  }

  .news__right {
    width: 100%;
    margin-top: 4.5rem;
  }

  .news__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2.5rem 0;
  }

  .btn-0516 {
    margin: 0 auto;
    width: 100%;
  }

  .news__newstitle {
    text-align: left;
	  width: 100%;
  }

  .news__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }


  .br-sp {
    display: block;
  }

  .help {
    margin-top: 6rem;
    padding: 4.3rem 2rem 6.9rem;
    border-bottom-left-radius: 4.5rem;
    border-bottom-right-radius: 4.5rem;
  }

  .help__top {
    justify-content: center;
    align-items: flex-end;
    gap: 0.9rem;
  }

  .help__img {
    width: 8.7rem;
  }

  .help__title {
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.06em;
  }

  .help__title--small {
    font-size: 2rem;
    letter-spacing: -0.06em;
  }

  .help__items {
    margin: 4.6rem 0 6.2rem;
    flex-direction: column;
    gap: 1rem;
  }

  .help__item {
    width: 100%;
    padding: 2.4rem 1.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    border-radius: 0.6rem;
  }

  .help__icon {
    width: 30%;
    margin-bottom: 0;
  }

  .help__btn {
    width: 55%;
  }

  .help__btn a {
    width: 100%;
    height: 5.2rem;
    font-size: 1.6rem;
    letter-spacing: -0.06em;
  }

  .help__sub-title {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
    letter-spacing: -0.06em;
  }


  .help__sub-english {
    letter-spacing: 0.1em;
  }

  .help__contents {
    margin-top: 2rem;
    padding: 4rem 1rem;
  }

  .help__content a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.4rem;
  }

  .help__number {
    width: 8.6rem;
  }


  .help__number img {
    width: 100%;
    height: 100%;
  }

  .help__name {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }


  .help__item:nth-child(1) .help__icon {
    width: 30%;
  }

  .help__item:nth-child(3) .help__icon {
    width: 30%;
  }

  .detail__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail__btn a {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1.6rem 1rem 1.6rem;
  }

  .detail__text {
    width: 70%;
    padding-top: 2rem;
    padding-right: 0.6rem;
  }


  .links__items {
    flex-wrap: wrap;
    max-width: 70rem;
    width: 100%;
    gap: 2rem;
  }

  .links__item {
    width: 48%;
    height: 32rem;
  }

  .links__title {
    font-size: 3rem;
    letter-spacing: -0.06em;
    margin-bottom: 3rem;
  }

  .case__works {
    padding: 3.6rem 2.6rem;
    border-radius: 10rem;
    margin: 0 auto 3rem;
    max-width: 50rem;
    width: 100%;
  }

  .btn-0516__text {
    letter-spacing: 0.02em;
  }

  .case__company-text--green {
    letter-spacing: -0.06em;
  }

  .case__company-text-top {
    margin-bottom: 0;
  }

  .case__items {
    flex-direction: column;
    gap: 3rem;
    margin: 3rem auto 0;
    max-width: 50rem;
    width: 100%;
  }

  .case__item {
    width: 100%;
  }

  .case__inner {
    padding: 3rem 2rem 6rem;
  }

  .use__inner {
    padding: 0 0 8rem 0;
  }

  .use-area {
    padding: 4rem 3.7rem 6.4rem;
  }

  .use-area__items {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .use__tabs {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    gap: 2rem;
    padding: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .use__tab {
    width: auto;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .use__content {
    align-items: flex-start;
  }

  .use__tab a {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
  }

  .use__tab.active a {
    color: white;
    background-color: #3EB134;
    width: 100%;
    height: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 1rem 2rem 0;
  }

  .use-area__title {
    letter-spacing: -0.06em;
  }

  .use__content {
    margin: 3.4rem auto 0;
    max-width: 50rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .use__cta .btn-0516 {
    width: 100%;
    padding: 0 4rem;
  }


  .title-0516 {
    font-size: 3rem;
  }

  .title-green-0516 {
    font-size: 3rem;
  }

  .flow__items {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
    width: 100%;
  }

  .flow__item {
    width: 100%;
  }

  .flow__inner {
    padding: 4.6rem 2rem 6.4rem;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;

  }

  .flow__title--greensmall {
    font-size: 2.8rem;
    letter-spacing: -0.06em;
    text-align: center;
  }

  .about__inner {
    padding: 3.4rem 1.5rem 9rem;
  }

  .about__content {
    margin: 2.8rem auto 0;
    flex-direction: column;
    align-items: center;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
  }

  .about__left {
    width: 100%;
  }

  .about__right {
    width: 100%;
    padding-left: 3rem;
  }

  .about__text {
    letter-spacing: -0.06em;
  }

  .about__beer {
    width: 13.4rem;
    right: 0.6rem;
    bottom: -3.5rem;
  }

  .about__cta .btn-0516 {
    width: 55%;
    margin: 0;
  }

  .btn-0516__text {
    margin-right: 1.2rem;
  }

  .reason__items {
    padding: 0 1.5rem;
    margin: 4rem auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }

  .mv__item {
    width: 100%;
  }

  .mv {
    padding-top: 7.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem;
    width: 100%;
  }

  .mv-pc {
    display: none;
  }

  .mv-sp {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .mv__right {
    width: 100%;
    margin-top: 2.4rem;
  }

  .mv__movie {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mv__movie iframe {
    margin: 0 auto;
  }

  .mv__cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2.4rem;
    gap: 2rem;
    width: 100%;
  }

  .mv__left {
    width: 100%;
    position: relative;
  }

  .mv__inner {
    padding: 2.2rem 1.5rem;
    height: auto;
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .mv__title--img-1 {
    height: 5.7rem;
    width: 25.2rem;
  }

  .mv__title--img-2 {
    width: 15.8rem;
    height: 5.7rem;
    margin-right: 1rem;
  }

  .mv__title--text {
    font-size: 3.4rem;
    letter-spacing: 0.02em;
  }

  .mv__title--box {
    display: block;
    margin-bottom: 0;
  }

  .mv__img {
    width: 12.3rem;
    position: absolute;
    right: -1rem;
    bottom: 8rem;
  }

  .mv__text {
    margin-top: 3.3rem;
    letter-spacing: -0.06em;
  }

  .mv__text--box {
    margin-top: 1.1rem;
  }

  .mv__text--boxmargin {
    margin-bottom: 1rem;
    display: block;
  }

  .mv__btn--orange {
    width: 33rem;
    margin: 0;
  }

  .mv__btn--green {
    width: 33rem;
    margin: 0;
  }

}


@media screen and (max-width: 550px) {


  .help__btn a {
    font-size: 1.4rem;
  }


  .links__item {
    width: 100%;
    height: auto;
  }

  .links__cta {
    margin-top: 2.8rem;
  }

}











/* header */


/* header */

.header__inner {
  width: 100%;
  border-bottom: 0.2rem solid rgba(48, 48, 48, 0.24);
}

.header__pc {
  display: block;
  width: 100%;
}

.header__sp {
  display: none;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 3.2rem;
}

.header__logo {
  width: 14rem;
}

.header__btn {
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.header__btn--orange a:visited,
.header__btn--grey a:visited {
  color: white;
}

.header__btn--orange {
  width: 20rem;
  height: 4.5rem;
  background-color: #F3981E;
  border-radius: 1.2rem;
  border: 0.2rem solid #F3981E;
  text-decoration: none;
}

.header__btn--orange:hover {
  background-color: white;
  text-decoration: none;
}

.header__btn--orange:hover a {
  color: #F3981E;
  opacity: 1;
  text-decoration: none;
}

.header__btn--orange a,
.header__btn--grey a {
  width: 100%;
  height: inherit;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.header__btn--grey {
  width: 20rem;
  height: 4.5rem;
  background-color: #B3B3B3;
  border-radius: 1.2rem;
  border: 0.2rem solid #B3B3B3;
  text-decoration: none;
}

.header__btn--grey:hover {
  background-color: white;
  text-decoration: none;
}

.header__btn--grey:hover a {
  color: #B3B3B3;
  opacity: 1;
  text-decoration: none;
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.3rem;
  padding: 0 3.2rem;
  position: relative;
}

.header__bottom--right {
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}

.header__corporatelogo {
  width: 12.8rem;
}


/* グローバルメニュー */
.global-nav {
  margin: 0;
  width: fit-content;
  height: inherit;
}

.global-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: inherit;
}

.global-nav .nav-list .nav-item {
  height: inherit;
}

.global-nav .nav-list .nav-item a {
  display: inline-block;
  font-size: 1.4rem;
  color: #373737;
  padding: 0.6em 0.4em;
  text-align: left;
  text-decoration: none;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-nav .nav-list .nav-item a>span {
  margin-left: 0.6rem;
}

.global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}


/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}


/* サブナビゲーション */
@media screen and (min-width: 768px) {

  .nav-item_sub {
    background: url(../images/back.jpg);
    top: 6.5rem;
    left: 0;
    position: absolute;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100%;
    border-bottom-left-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem;
  }

  .nav-item_sub .inner {
    margin: 0 auto;
    padding: 4rem 3.2rem;
  }

  .nav-item_sub .inner ul {
    margin: 20px 20px 20px;
  }

  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
  }

  /*
  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  */

  .nav-item__name {
    display: block !important;
    text-align: left !important;
    color: #3EB134 !important;
    font-weight: bold !important;
    font-size: 2.8rem !important;
  }

  .nav-item__boxs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 1.6rem 0 2.4rem;
  }

  .nav-menu__box {
    width: 23%;
    background-color: white;
    border-radius: 1.6rem;
    padding: 2.4rem 2rem;
  }

  .nav-menu__box--big {
    width: 55%;

  }

  .nav-menu__box-name {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3EB134;
    font-weight: bold;
    font-size: 2rem;
    height: 4.8rem;
    border-bottom: 0.2rem solid rgba(48, 48, 48, 0.24);
    padding-bottom: 1.6rem;
    text-align: center;
  }

  .nav-menu__box-icon {
    width: 2.3rem;
    margin-right: 1.6rem;
  }

  .nav-menu__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 2rem;
  }

  .nav-menu__items.nav-menu__items--big {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }

  .nav-menu__item--left,
  .nav-menu__item--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 2rem;
  }

  .nav-menu__btn {
    width: 18%;
  }

  .nav-menu__btn--green {
    height: 5.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00B050;
    text-decoration: none;
    color: white !important;
    font-size: 2.4rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
    font-weight: bold;
    border-radius: 1.2rem;
    margin: 0 1.2rem;
    border: 0.3rem solid #00B050;
  }

  .nav-menu__btn--green:hover {
    opacity: 0.7;
  }

  .nav-menu__cta-icon {
    margin-right: 1rem;
  }

  .nav-item__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin-left: 0 !important;
  }

  .nav-item__btn--white {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 1rem;
  }

  .nav-menu__box-icon {
    margin-right: 2rem;
  }

  .nav-menu__btn-text {
    color: #3EB134;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 0rem;
    display: inline-block;
  }

  .nav-menu__btn-text--lang {
    width: 21rem;
  }

  .close_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .nav-menu__close {
    width: 30rem;
    height: 4.4rem;
    background-color: #3EB134;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .nav-menu__close-text {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
  }

  .nav-menu__close-icon {
    width: 2rem;
  }


}






@media screen and (max-width: 850px) {
  .header__sp {
    display: block;
    width: 100%;
  }

  .header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.6rem;
    height: 6rem;
    width: 100%;
  }

  .header__logo {
    width: 10rem;
  }

  .header__corporatelogo {
    width: 6.8rem;
  }

  .header__logo img,
  .header__corporatelogo img {
    width: 100%;
    height: 100%;
  }

  .header__inner {
    border-bottom: none;
  }

  .header__pc {
    display: none;
  }

  .header__sp-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.8rem;
  }

  .global-nav-icon {
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    z-index: 9999;
  }

  .nav-item_sub {
    display: none;
  }

  .global-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .global-nav-header {
    height: 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .headerwrap-0516 {
    min-height: 6rem !important;
  }

  .mv {
    padding-top: 8rem;
  }

  /*====================================================================
.nav-list .accordion_one
====================================================================*/

  .global-nav .nav-list {
    background: white;
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 8rem 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.8rem;
  }

  .nav-list .accordion_one .accordion_header {
    color: #373737;
    font-size: 1.4rem;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
  }


  .nav-list .accordion_one .accordion_header a {
    color: #373737;
    text-decoration: none;
  }

  .nav-list .accordion_one .accordion_header:hover {
    opacity: .8;
  }

  .nav-list .accordion_one .accordion_inner {
    display: none;
    padding: 1rem 0;
    box-sizing: border-box;
  }

  .nav-list .accordion_one .accordion_inner .box_one {
    height: 300px;
  }

  .nav-list .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }

  .nav-list .accordion_one .accordion_inner .second-title {
    padding: 1rem 1.4rem;
  }

  .nav-list .accordion_one .accordion_inner .second-title .accordion_header {
    color: #3EB134;
  }

  .nav-list .accordion_one .accordion_inner .third-title {
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.2rem;
  }

  .nav-list .accordion_one .accordion_inner .second-title a,
  .nav-list .accordion_one .accordion_inner .third-title a {
    text-decoration: none;
    color: #303030;
  }

  .header__btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header__btn--orange {
    @include mq("md") {}
  }

  .header__btn--grey {
    @include mq("md") {}
  }


}






/* クリック開閉 */

/* ①メニューボタンのスタイル */

.menu .menu_list>a {
  transition: .3s;
}

.menu .menu_list>a:hover {
  opacity: 0.7;
}

/* ②メガメニューのスタイル */
.menu_contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../images/back.jpg);
  width: 100%;
  border-bottom-left-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
  top: 6.5rem;
  left: 0;
  position: absolute;
  transition: all 0.2s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.menu_contents .inner {
  display: block;
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 3.2rem;
  text-align: center;
}

.menu_contents .inner ul {
  margin: 20px 20px 20px;
  padding: 0;
}


.nav-item__btn--white a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 1.6rem 2rem 1.6rem 4rem !important;
}









/* ハンバーガー */

/* フォームリセット */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

.header__hamburger {
  z-index: 9999;
  background-color: initial !important;
  background: none !important;
  padding: 0;
}

.header__hamburger span {
  position: relative;
  display: block;
  height: 0.2rem;
  width: 2.4rem;
  background: #373737;
  transition: ease .3s;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

/* is-OPEN時の動き */
.header__hamburger.open span:nth-child(1) {
  top: 1rem;
  transform: rotate(45deg);
}

.header__hamburger.open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.header__hamburger.open span:nth-child(3) {
  top: -0.4rem;
  transform: rotate(-45deg);
}






/* SP 開閉メニュー */

.nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  transform: translateX(100%);
  transition: ease .3s;
}

.nav-sp.open {
  transform: translateX(0);
}









.headerwrap-0516 {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: white;
  min-height: 12.3rem;
}


@media screen and (max-width: 768px) {
  .headerwrap-0516 {
    min-height: 6rem;
  }

}





.br-tb {
  display: none;
}


/* レスポンシブ */

@media screen and (min-width: 850px) and (max-width: 1300px) {

  .menu_contents .inner ul {
    margin: 2rem 0;
    padding: 0;
  }

  .global-nav .nav-list {
    gap: 1.1rem;
  }

  .global-nav .nav-list .nav-item a {
    font-size: 1rem;
    padding: 0.6em 0;
    height: inherit;
  }

  .header__corporatelogo {
    width: 8rem;
  }

  .header__corporatelogo img {
    width: 100%;
    height: 100%;
  }

  .nav-menu__box-name {
    font-size: 1.4rem;
  }

  .mv__fukidashi--green {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu__btn .mv__fukidashi--green {
    font-size: 1.0rem;
  }

  .nav-menu__cta-icon {
    width: 2rem;
  }

  .nav-menu__btn-text {
    font-size: 1.4rem;
  }

  .br-tb {
    display: block;
  }


}