@charset "UTF-8";
/*
*********************************************************************************
/*
/* body
/*
/*******************************************************************************/
body {
  color: #666666;
  font-weight: 500;
}
body a {
  transition: opacity 0.2s;
}
body a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*
*********************************************************************************
/*
/* LP Base
/*
/*******************************************************************************/
.lp-carbon {
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  line-height: 1.6;
  /*__reduction*/
}
.lp-carbon * {
  box-sizing: border-box;
}
.lp-carbon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lp-carbon__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-carbon__sec-title {
  text-align: center;
  color: #20A797;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sec-title {
    font-size: 2rem;
  }
}
.lp-carbon__sub-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sub-title {
    font-size: 1.4rem;
  }
}
.lp-carbon__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
.lp-carbon__fv {
  background: url(../img/hero-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 70px 0 100px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__fv {
    padding: 40px 0 60px;
  }
}
.lp-carbon__fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
}
.lp-carbon__fv-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-carbon__fv-title img {
  width: 686px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__fv-title img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.lp-carbon__fv-lead img {
  width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__fv-lead img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.lp-carbon__fv-products img {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__fv-products img {
    margin: 0 auto 20px;
  }
}
.lp-carbon__catch {
  text-align: center;
  margin-bottom: 80px;
}
.lp-carbon__catch .lp-carbon__inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__catch {
    margin-bottom: 20px;
  }
}
.lp-carbon__bg-wrap {
  background: url(../img/bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0 40px 10px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__bg-wrap {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding: 0 20px 10px;
  }
}
.lp-carbon__about {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about {
    margin-bottom: 40px;
  }
}
.lp-carbon__about .lp-carbon__inner {
  padding: 0;
}
.lp-carbon__about-box {
  border: 4px solid #179685;
  background: #fff;
  padding: 40px 60px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-box {
    padding: 20px;
  }
}
.lp-carbon__about-box::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 24px 24px 0;
  border-style: solid;
  border-color: #179685 transparent transparent;
}
.lp-carbon__about-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 50px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-top {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 10px;
  }
}
.lp-carbon__about-logo {
  max-width: 90px;
}
.lp-carbon__about-logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-logo {
    width: 46px;
  }
}
.lp-carbon__about-info {
  width: 100%;
  max-width: 760px;
}
.lp-carbon__about-title {
  max-width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-title {
    justify-content: center;
  }
}
.lp-carbon__about-inner-box {
  margin-top: 15px;
  width: 100%;
  max-width: 760px;
  background: url(../img/box-about.svg) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-inner-box {
    margin: 15px auto 0;
    background: url(../img/box-about_sp.svg) no-repeat center top;
    background-size: 100% 110px;
    min-height: 110px;
  }
  .lp-carbon__about-inner-box p {
    max-width: 380px;
    text-align: center;
  }
}
.lp-carbon__about-inner-box p {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .lp-carbon__about-inner-box p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-carbon__about-inner-box p {
    font-size: 1.8rem;
  }
}
.lp-carbon__about-desc {
  text-align: left;
  width: 100%;
  margin: 0;
}
.lp-carbon__uses {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__uses {
    margin-bottom: 40px;
  }
}
.lp-carbon__uses .lp-carbon__inner {
  padding: 40px 55px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__uses .lp-carbon__inner {
    padding: 20px;
  }
}
.lp-carbon__uses .text01 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.lp-carbon__uses .text02 {
  margin-bottom: 20px;
}
.lp-carbon__uses .text03 {
  font-size: 2rem;
  border: solid 1px #20A797;
  padding: 10px;
  display: inline-block;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__uses .text03 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.lp-carbon__uses-top {
  margin-bottom: 40px;
}
.lp-carbon__uses-top img {
  width: 464px;
  margin: 0 auto;
}
.lp-carbon__uses-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__uses-cols {
    flex-direction: column;
    gap: 40px;
  }
}
.lp-carbon__uses-col {
  flex: 1;
}
.lp-carbon__uses-img2 {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #DDDDDD;
}
.lp-carbon__uses-img2 img {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.lp-carbon__uses-map {
  flex: 0 0 27%;
}
.lp-carbon__uses-map img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__uses-map {
    margin: 0 auto;
    flex: auto;
    max-width: 100%;
  }
}
.lp-carbon__circulation {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__circulation {
    margin-bottom: 40px;
  }
  .lp-carbon__circulation .lp-carbon__sub-title {
    text-align: left;
    margin-bottom: 20px;
  }
}
.lp-carbon__circulation-products img {
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__circulation-products img {
    margin: 20px auto 0;
  }
}
.lp-carbon__circulation .lp-carbon__inner {
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__circulation .lp-carbon__inner {
    padding: 20px;
  }
}
.lp-carbon__features {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__features {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.lp-carbon__feature {
  max-width: 350px;
  background: linear-gradient(180deg, #a6cf4f 0%, #50baad 100%) content-box, linear-gradient(180deg, #eef9e2 0%, #e0f4f2 100%) padding-box;
  padding: 12px;
  color: #fff;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__feature {
    max-width: 100%;
  }
}
.lp-carbon__feature-inner {
  padding: 40px 10px 30px;
}
.lp-carbon__feature-badge {
  width: 116px;
  margin: 0 auto 40px;
}
.lp-carbon__feature-title {
  margin: 0 0 25px;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  display: inline-block;
  width: 85%;
}
.lp-carbon__feature .lp-carbon__text {
  color: #fff;
  text-align: left;
  margin: 0;
  line-height: 1.6;
}
.lp-carbon__feature .lp-carbon__text02 {
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: left;
}
.lp-carbon__reduction {
  margin-bottom: 80px;
}
.lp-carbon__reduction .lp-carbon__inner {
  padding: 40px 55px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__reduction .lp-carbon__inner {
    padding: 20px;
  }
}
.lp-carbon__reduction .lp-carbon__sub-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__reduction .lp-carbon__sub-title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.lp-carbon__reduction-text {
  display: flex;
  background: #eeeeee;
  padding: 15px 40px;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.lp-carbon__reduction-text dt {
  width: 150px;
  color: #666;
}
.lp-carbon__reduction-text dd {
  flex: 1;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__reduction-text {
    padding: 15px 20px;
    font-size: 1.8rem;
    display: block;
  }
  .lp-carbon__reduction-text dt {
    width: 100%;
    text-align: center;
  }
}
.lp-carbon__reduction-graph {
  margin-bottom: 10px;
  position: relative;
}
.lp-carbon__reduction-graph img {
  margin: 0 auto;
}
.lp-carbon__reduction .lp-carbon__text02 {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 80px;
  position: relative;
}
.lp-carbon__reduction .lp-carbon__text02 .text {
  width: 365px;
  margin-left: auto;
  text-align: left;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .lp-carbon__reduction .lp-carbon__text02 .text {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-carbon__reduction .lp-carbon__text02 .text {
    width: 100%;
    margin-top: 10px;
  }
}
.lp-carbon__reduction .lp-carbon__text02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 26px solid #179685;
}
@media only screen and (max-width: 1024px) {
  .lp-carbon__reduction .lp-carbon__text02 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.lp-carbon__reduction-ecoBoxes {
  margin-bottom: 40px;
}
.lp-carbon__reduction-ecoBoxes img {
  max-width: 910px;
  margin: 0 auto;
}
.lp-carbon__sdgs-btn-wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-btn-wrap {
    margin-bottom: 30px;
  }
}
.lp-carbon__sdgs-btn {
  background: #20A797;
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-btn {
    width: 100%;
    font-size: 2rem;
  }
}
.lp-carbon__icons img {
  margin: 0 auto;
}
.lp-carbon__sdgs {
  margin-bottom: 80px;
}
.lp-carbon__sdgs .lp-carbon__inner {
  padding: 40px 55px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs .lp-carbon__inner {
    padding: 20px;
  }
}
.lp-carbon__sdgs .lp-carbon__sec-title {
  color: #20A797;
  margin-bottom: 30px;
}
.lp-carbon__sdgs-box {
  border: 4px solid #20A797;
  background: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-box {
    border: solid 2px #20A797;
    padding: 25px 15px;
  }
}
.lp-carbon__sdgs-box .sub {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-box .sub {
    font-size: 1.8rem;
  }
}
.lp-carbon__sdgs-box .main {
  display: block;
  font-size: 5rem;
  color: #20A797;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .lp-carbon__sdgs-box .main {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-box .main {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.lp-carbon__sdgs-box .desc {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-box .desc {
    font-size: 1.6rem;
    text-align: left;
  }
}
.lp-carbon__sdgs-quote {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-quote {
    flex-direction: column;
    gap: 30px;
  }
}
.lp-carbon__sdgs-quote .img-area {
  flex: 0 0 50%;
}
.lp-carbon__sdgs-quote .img-area img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-quote .img-area {
    flex: auto;
    width: 100%;
  }
}
.lp-carbon__sdgs-quote .text-area {
  flex: 1;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__sdgs-quote .text-area {
    font-size: 1.8rem;
    text-align: left;
  }
}
.lp-carbon__banners {
  padding: 60px 0 100px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__banners {
    padding: 40px 20px 20px;
  }
}
.lp-carbon__bnr-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__bnr-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.lp-carbon__bnr {
  flex: 1;
  display: block;
  border: 1px solid #DDDDDD;
  transition: opacity 0.2s;
}
.lp-carbon__bnr:hover {
  opacity: 0.8;
}
.lp-carbon__bnr img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__bnr {
    width: 100%;
    max-width: 320px;
  }
}
.lp-carbon__footer {
  background: #fff;
  padding: 20px 0 0;
}
.lp-carbon__footer-btn-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__footer-btn-wrapper {
    margin-bottom: 30px;
  }
}
.lp-carbon__footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #20A797;
  color: #20A797;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.lp-carbon__footer-btn::after {
  content: "";
  display: block;
  border-left: 12px solid #20A797;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: border-left-color 0.2s;
}
.lp-carbon__footer-btn:hover {
  background: #20A797;
  color: #fff;
}
.lp-carbon__footer-btn:hover::after {
  border-left-color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__footer-btn {
    font-size: 1.6rem;
    width: 90%;
    padding: 12px 10px;
  }
  .lp-carbon__footer-btn::after {
    border-left-width: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}
.lp-carbon__footer-copyright {
  background: #20A797;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .lp-carbon__footer-copyright {
    font-size: 1rem;
    padding: 12px 10px;
  }
}

.btn-page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.btn-page-top.show {
  opacity: 1;
  visibility: visible;
}
.btn-page-top a {
  display: block;
  width: 70px;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-page-top a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
.btn-page-top a img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-page-top {
    bottom: 10px;
    right: 10px;
  }
  .btn-page-top a {
    width: 40px;
  }
}

/*
/*    CSS MENU
/*

/*
*********************************************************************************
/*
/* コメントタイプ
/*
/*******************************************************************************/
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
中コメント */
/*------------------------------------------------------------------------------
小コメント */
/* コメント */
/* Header Styles Extracted from Kowabo Style.css */
#header,
#header * {
  font-family: "UD Shin Go Regular", "A-OTF  VƒS Pro", A-OTF Shin Go Pro, "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "MS PGothic", sans-serif;
}

#header {
  font-size: 1.5rem;
  color: #242424;
  line-height: 2.13333;
}

@font-face {
  font-family: "kowabo";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/kowabo.ttf?ovso0h") format("truetype"), url("../fonts/kowabo.woff?ovso0h") format("woff"), url("../fonts/kowabo.svg?ovso0h#kowabo") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "kowabo" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e902";
}

#header .page-wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 991px) {
  #header .page-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .page-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  #header {
    font-size: 1.3rem;
  }
}
#header .logo {
  line-height: 1;
  letter-spacing: 0.1em;
  width: 414px;
}

#header .logo h1 {
  font-family: "UD Shin Go Regular", "A-OTF VS Pro", A-OTF Shin Go Pro, "qMmpSVbN Pro", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

#header .logo a {
  text-decoration: none;
  color: #242424;
}

@media screen and (max-width: 1260px) {
  #header .logo img {
    width: 360px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .logo img {
    width: 360px !important;
  }
}
@media screen and (max-width: 1080px) {
  #header .logo img {
    width: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  #header .logo img {
    width: 360px !important;
  }
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 260px !important;
  }
}
.header-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav {
  font-family: "UD Shin Go DemiBold", "UD Shin Go Regular", "A-OTF VS Pro", A-OTF Shin Go Pro, "qMmpSVbN Pro", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

.global-nav .hidden-nav {
  display: none;
}

.global-nav a {
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .global-nav ul {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul li {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul a {
    display: block;
    display: flex;
    padding: 15px 13px 17px 20px;
    color: #242424;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul a::after {
    font-family: kowabo;
    margin-left: auto;
    content: "\e900";
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul a:hover {
    transition: all 0.2s ease;
    text-decoration: none;
    color: #b9af67;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul a:focus {
    color: #242424;
  }
}
@media screen and (max-width: 991px) {
  .global-nav ul .hidden-nav {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .global-nav .fill i {
    margin-right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul {
    font-weight: 500;
    line-height: 1;
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li {
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a {
    position: relative;
    display: block;
    padding: 27px 15px 27px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #242424;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .global-nav ul li:not(.fill) a {
    padding: 27px 10px 34px;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a span {
    display: inline-block;
    transition: all 0.2s ease;
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    margin: auto;
    content: "";
    transition: all 0.2s ease;
    background-color: #b9af67;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a:hover,
.global-nav ul li:not(.fill) a.active {
    transition: all 0.2s ease;
    color: #b9af67;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a:hover span,
.global-nav ul li:not(.fill) a.active span {
    transition: all 0.2s ease;
    transform: translateY(-6px);
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul li:not(.fill) a:hover:before,
.global-nav ul li:not(.fill) a.active:before {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul .fill a {
    display: block;
    margin-left: 10px;
    padding: 27px 25px 27px;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff;
    background-color: #ea2635;
  }
  .global-nav ul .fill a .icon {
    vertical-align: middle;
  }
}
.global-nav ul .fill.lang a {
  padding: 0;
  text-decoration: none;
  color: #ea2635;
  background-color: #fff;
  line-height: 1.5;
  border: solid 1px #f16772;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  word-break: keep-all;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .global-nav ul .fill a {
    margin-left: 5px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul .fill a i {
    margin-right: 11px;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul .fill a:hover {
    background-color: #b9af67;
  }
}
@media screen and (min-width: 992px) {
  .global-nav ul .fill a:hover:before {
    width: 100%;
  }
}
.mobile-switch {
  position: relative;
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-switch {
    display: block;
  }
}
.mobile-switch .nav-handle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 30px;
  margin: auto;
}

.mobile-switch .nav-handle span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease;
  background-color: #242424;
}

.mobile-switch .nav-handle span:nth-child(2) {
  top: 14px;
}

.mobile-switch .nav-handle span:nth-child(3) {
  top: 24px;
}

html.main-nav-active .mobile-switch .nav-handle span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}

html.main-nav-active .mobile-switch .nav-handle span:nth-child(2) {
  opacity: 0;
}

html.main-nav-active .mobile-switch .nav-handle span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  #header {
    line-height: 1;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 56px;
    background-color: #fff;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #header + * {
    margin-top: 56px;
  }
}
@media screen and (max-width: 991px) {
  #header {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .global-nav {
    position: fixed;
    top: 0;
    right: -83%;
    display: block !important;
    overflow-y: scroll;
    width: 83%;
    height: 100vh;
    transition: all 0.3s ease;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .main-nav-active #header {
    left: -83%;
  }
}
@media screen and (max-width: 991px) {
  .main-nav-active .global-nav {
    right: 0;
  }

  /* ハンバーガーメニュー展開時のマスク */
  .main-nav-active #wrapper::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* ハンバーガーメニュー展開時のヘッダー背景を透過 */
  .main-nav-active #header {
    background-color: transparent !important;
  }
}
/* End Header Styles */
/*
*********************************************************************************
/*
/* header
/*
/*******************************************************************************/
/*
*********************************************************************************
/*
/* main
/*
/*******************************************************************************/
/*
*********************************************************************************
/*
/* footer + pagetop
/*
/*******************************************************************************/
/*
*********************************************************************************
/*
/* モジュール
/*
/*******************************************************************************/
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
テキスト */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
タイトル */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
リスト */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ボタン */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
表 */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
gmap */
.gmap {
  position: relative;
  overflow: hidden;
  height: 60vw;
}

.gmap iframe,
.gmap object,
.gmap embed {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
フォーム
<dl class="form_layout"><dt><p><span class="form_tl"></span><span class="required">必須</span></p></dt><dd></dd></dl>
 */
input[type=text],
input[type=email],
select,
textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 16px;
  padding: 2vw;
  border-radius: 3px;
}

input:disabled {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  color: #bbb;
}

input.minitxt {
  width: 9em;
}

/*------------------------------------------------------------------------------
セレクトボックス
<div class="selectblock"><select name="pref" id="pref" class="select_style" required=""><option  value="" selected="" hidden="">選択してください</option><option value="A">A</option></select></div>
 */
.selectblock {
  position: relative;
}

.selectblock:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  content: "";
  pointer-events: none;
  content: "";
  border: #aeaeae 1px solid;
  background: #e1e1e1;
  height: 100%;
  width: 30px;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
}

.selectblock:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 46%;
  right: 10px;
  transform: translate(0, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #727272;
  border-bottom: 2px solid #727272;
  pointer-events: none;
}

/*------------------------------------------------------------------------------
テキストエリア
<textarea name="message"></textarea>
 */
textarea {
  height: 40vw;
  resize: vertical;
}

/*------------------------------------------------------------------------------
ラジオボタン
<ul><li class="radio_style"><label><input type="radio" name="type" value="A"><span class="radio_txt">A</span></label></li></ul>
*/
.radio_style label {
  display: inline-block;
  margin: 0 5px 0 0;
}

.radio_style input[type=radio] {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
  margin: 0 5px 0 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio_style span {
  padding-left: 8vw;
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 4vw;
  display: block;
  width: 101%;
  width: calc(100% + 2px);
}

.radio_style span:before {
  content: "";
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

.radio_style input:checked + .radio_txt:after {
  content: "";
  display: block;
  width: 2.9vw;
  height: 2.9vw;
  background: #fe4f78;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.1vw;
  transform: translate(0%, -50%);
}

/*------------------------------------------------------------------------------
チェックボックス
<ul class="checkbox_style"><li><label><input type="checkbox" name="pass" value="A"><span class="checkbox_txt">A</span></label></li></ul>
 */
.checkbox_style label {
  display: inline-block;
  margin: 0 5px 0 0;
}

.checkbox_style input[type=checkbox] {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
  margin: 0 5px 0 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox_style span {
  padding-left: 8vw;
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 4vw;
  display: block;
  width: 101%;
  width: calc(100% + 2px);
}

.checkbox_style span:before {
  content: "";
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

.checkbox_style input:checked + .checkbox_txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6vw;
  left: 1.5vw;
  width: 2vw;
  height: 3.5vw;
  transform: rotate(40deg);
  border-bottom: 3px solid #fe4f78;
  border-right: 3px solid #fe4f78;
}

/*------------------------------------------------------------------------------
ラジオボタン+チェックボックスの並び
<ul class="form_narabi"><li></li></ul>
 */
.form_narabi {
  margin-top: -4vw;
}

.form_narabi li {
  display: inline-block;
  margin-top: 4vw;
}

/*------------------------------------------------------------------------------
フォームレイアウト */
.form_layout > dt {
  margin-bottom: 2vw;
}

.form_layout > dt p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.form_layout > dt .form_tl {
  font-size: 1.8rem;
}

/*------------------------------------------------------------------------------
必須 */
.form_layout .required {
  background: #fe4f78;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 2px;
  height: 8vw;
  display: block;
  width: 8vw;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 2vw;
  padding-left: 1px;
}

/*------------------------------------------------------------------------------
追加テキスト
<dd class="txt_tuika"><input type="text" name="A" class="minitxt"><p>万円</p></dd>
 */
.form_layout .txt_tuika {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.form_layout .txt_tuika p {
  font-size: 1.8rem;
}

.form_layout .txt_tuika input + p,
.form_layout .txt_tuika p + input {
  margin-left: 1em;
}

/*------------------------------------------------------------------------------
form_confirm
<input type="text" name="name" value="山田太郎" disabled>
 */
.form_confirm input:disabled {
  background: none;
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-text-fill-color: black;
  opacity: 1;
  color: #000;
  font-size: 1.8rem;
}

.form_confirm input.minitxt:disabled {
  width: 3em;
}

.submit_btn_reverse {
  background: #c3c3c3;
  padding: 3.5vw 9vw;
  font-size: 1.8rem;
}

.form_submit_btn_block li + li {
  margin-top: 10vw;
}

.form_confirm .form_layout .txt_tuika input + p,
.form_confirm .form_layout .txt_tuika p + input {
  margin-left: 0;
}

.form_confirm .form_layout > dd {
  padding: 1px 0;
}

/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ブロック */
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
並び */
/*
*********************************************************************************
/*
/* ページ固有
/*
/*******************************************************************************/
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
中コメント */
/*------------------------------------------------------------------------------
小コメント */
/* コメント */
/*# sourceMappingURL=layout.css.map */