@charset "UTF-8";
/* CSS Document */

/*==============================================
 common
============================================== */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.is_960 {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .is_960 {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.ta_c {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.page_content {
  padding: 0 !important;
}

a {
  /*color: ;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------------------------
文字サイズ調整
----------------------------------------*/
.mt_30 {
  margin-top: 30px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_120 {
  margin-top: 120px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_120 {
  margin-bottom: 120px;
}
.pd_60 {
  padding: 60px 0;
}
.pd_120 {
  padding: 120px 0;
}
.pd__all8 {
  padding: 8%;
}
.m_auto {
  margin: auto;
}
.fs28 {
  font-size: 28px !important;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.fs8 {
  font-size: 8px;
}

.indent {
  text-indent: 1em;
}
span.indent {
  display: inline-block;
  text-indent: 1em;
}

@media only screen and (max-width: 900px) {
  .fs28 {
    font-size: 24px !important;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_120 {
    margin-bottom: 60px;
  }
  .pd_60 {
    padding: 30px 0;
  }
  .pd_120 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mt_120 {
    margin-top: 60px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mb_30 {
    margin-bottom: 10px;
  }
  .mb_60 {
    margin-bottom: 20px;
  }
  .mb_120 {
    margin-bottom: 30px;
  }
  .pd_60 {
    padding: 30px 0;
  }
  .pd_120 {
    padding: 60px 0;
  }
  .pd__all8 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .mb_60 {
    margin-bottom: 10px;
  }
  .mt_120 {
    margin-top: 30px;
  }
  .mb_60 {
    margin-bottom: 10px;
  }
  .mb_120 {
    margin-bottom: 30px;
  }
  .pd_60 {
    padding: 10px 0;
  }
  .pd_120 {
    padding: 30px 0;
  }
}
.w1080 {
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#stamp2025 {
  background-image: url(../img/booklet/bg.png), url(../img/omotenashi/bg.png);
  background-size: 100%, auto;
}
@media only screen and (max-width: 768px) {
  #stamp2025 {
    background-image: url(../img/booklet/bg_sp.png), url(../img/omotenashi/bg.png);
  }
}
/*
langBtn
-------------------------------*/
.langBtn {
  background: #f6eedb;
}
.langBtn ul {
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
.langBtn ul li {
  font-size: 16px;
  width: 49.8%;
}
.langBtn ul li a {
  display: block;
}
.langBtn ul li .txt {
  color: #fff;
  background: #756e25;
  text-align: center;
  margin: auto;
  padding: 10px 24px;
  position: relative;
  max-width: 300px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.langBtn ul li .txt::before {
  content: '';
  width: 5px;
  height: 10px;
  background: url('../img/cmn/arrow01_wh.svg') no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
}
.langBtn ul li:last-child .txt {
  background: #005d8b;
}
.langBtn ul li.is_active .txt::before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .langBtn ul {
    margin-bottom: 20px;
  }
  .langBtn ul li .txt {
    padding: 10px;
    font-size: 1.4rem;
  }
}

/*
about
-------------------------------*/
#about {
  position: relative;
  padding-bottom: 200px;
}
#about::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 450px;
  background: url(../img/stamp2025/about_bg.png) no-repeat center top / cover;
  content: '';
}
#about .inner {
  position: relative;
  max-width: 900px;
  z-index: 1;
}
#about h1 {
  padding: 50px 0;
}
#about dl {
  margin: auto;
  padding: 30px 50px 40px;
  max-width: 700px;
  background: #005d8c;
  clip-path: polygon(5% 0%, 95% 0%, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0% 85%, 0% 15%);
}
#about dt {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0ca76;
  color: #e0ca76;
  font-size: 3rem;
  letter-spacing: 5px;
}
#about dd {
  display: flex;
  gap: 30px;
}
#about dd figure {
  width: calc(45% - 15px);
}
#about dd p {
  width: calc(55% - 15px);
}
@media only screen and (max-width: 768px) {
  #about {
    padding-bottom: 50px;
  }
  #about::after {
    height: 250px;
  }
  #about h1 {
    padding: 0 0 20px;
  }
  #about dl {
    padding: 20px 30px 30px;
    max-width: 92%;
    clip-path: polygon(5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%);
  }
  #about dt {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  #about dd {
    gap: 20px;
  }
  #about dd figure {
    width: calc(40% - 10px);
  }
  #about dd p {
    width: calc(60% - 10px);
    font-size: 1.4rem;
  }
}

/*
spot
-------------------------------*/
#spot {
  padding: 100px 0;
  background: #d2eae1 url(../img/stamp2025/bg_wh.png) center top / 100%;
  color: #231815;
}
#spot h2 {
  padding: 20px;
  background: #005d8c;
  color: #fff;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
  font-size: 3rem;
}
#spot .spotBox {
  padding: 40px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 95%, 97% 100%, 3% 100%, 0% 95%, 0 0);
}
#spot .flowWrap {
  gap: 30px;
}
#spot .flowWrap .flowBox {
  position: relative;
  padding: 30px 20px 20px;
  width: calc((100% - 30px) / 2);
  border: 5px solid #e0ca76;
}
#spot .flowWrap .flowBox.no1::after {
  position: absolute;
  top: 70%;
  right: -25px;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #393332;
  content: '';
}
#spot .flowWrap .flowBox .num {
  position: absolute;
  top: -20px;
  left: -20px;
  justify-content: center;
  align-items: center;
  background: #005d8c;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  line-height: 1;
}
#spot .flowWrap .flowBox dt {
  padding-right: 140px;
  color: #005d8c;
  font-size: 1.8rem;
  font-weight: 700;
}
#spot .flowWrap .flowBox dd {
  padding: 10px 130px 0 0;
}
#spot .flowWrap .flowBox figure {
  position: absolute;
}
#spot .flowWrap .flowBox.no1 figure {
  top: 10px;
  right: -10px;
}
#spot .flowWrap .flowBox.no2 figure {
  top: -5px;
  right: 30px;
}
#spot .memory {
  margin: 50px 0;
  justify-content: space-between;
  gap: 30px;
}
#spot .memory dl {
  width: calc(100% - 480px);
}
#spot .memory dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px dotted #005d8c;
  color: #005d8c;
  font-size: 2.4rem;
  font-weight: 700;
}
#spot .memory .btn {
  padding-top: 20px;
}
#spot .memory .btn a {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  background: #005d8c;
}
#spot .memory .btn a::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  width: 6px;
  height: 10px;
  background: url('../img/cmn/arrow01_gl.svg') no-repeat;
  background-size: contain;
  content: '';
}
#spot .memory figure {
  position: relative;
  padding-top: 60px;
  width: 400px;
  text-align: center;
}
#spot .memory figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 30px;
  border-radius: 30px;
  background: #005d8c;
  color: #fff;
}
#spot .memory figcaption::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #005d8c;
}
#spot .noteBox {
  margin: auto;
  border: 1px solid #a3a2a2;
}
#spot .noteBox dt {
  padding: 10px;
  background: #a3a2a2;
  color: #fff;
  font-size: 1.8rem;
}
#spot .noteBox dd {
  padding: 20px;
}
#spot .noteBox li {
  position: relative;
  padding-left: 15px;
}
#spot .noteBox li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a3a2a2;
  content: '';
}
@media only screen and (max-width: 768px) {
  #spot {
    padding: 50px 0;
    background: #d2eae1 url(../img/stamp2025/bg_wh_sp.png) center top / 100%;
  }
  #spot h2 {
    padding: 10px;
    font-size: 2rem;
  }
  #spot .spotBox {
    padding: 20px;
    clip-path: polygon(100% 0, 100% 99%, 97% 100%, 3% 100%, 0% 99%, 0 0);
  }
  #spot .flowWrap {
    gap: 20px;
  }
  #spot .flowWrap .flowBox {
    padding: 10px;
    width: calc((100% - 20px) / 2);
    border: 3px solid #e0ca76;
  }
  #spot .flowWrap .flowBox.no1::after {
    right: -18px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #393332;
  }
  #spot .flowWrap .flowBox .num {
    top: -15px;
    left: -15px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
  #spot .flowWrap .flowBox dt {
    padding-right: 0;
    color: #005d8c;
    font-size: 1.5rem;
  }
  #spot .flowWrap .flowBox dd {
    padding: 10px 0 0 0;
    font-size: 1.2rem;
  }
  #spot .flowWrap .flowBox figure {
    position: static;
    margin: 0 auto 10px;
  }
  #spot .flowWrap .flowBox.no1 figure {
    width: 90%;
  }
  #spot .flowWrap .flowBox.no2 figure {
    width: 60%;
  }
  #spot .memory {
    margin: 30px 0;
    gap: 20px;
  }
  #spot .memory dl {
    width: 100%;
  }
  #spot .memory dt {
    color: #005d8c;
    font-size: 2rem;
  }
  #spot .memory dd {
    font-size: 1.4rem;
  }
  #spot .memory figure {
    padding-top: 100px;
  }
  #spot .memory figure img {
    width: 60%;
  }
  #spot .memory figcaption {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
  #spot .memory .btn {
    margin: auto;
  }
  #spot .noteBox dt {
    padding: 10px;
    background: #a3a2a2;
    color: #fff;
    font-size: 1.4rem;
  }
  #spot .noteBox dd {
    padding: 15px;
  }
  #spot .noteBox li {
    padding-left: 10px;
    font-size: 1.2rem;
  }
  #spot .noteBox li::before {
    width: 5px;
    height: 5px;
  }
}

/*
modal
-------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #d4ecea;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-height: 100%;
  max-width: 600px;
  clip-path: polygon(5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 15%);
}
.modal__inner figure {
  width: 50%;
}
.modal__inner ul {
  width: 50%;
  color: #231815;
}
.modal__inner li {
  position: relative;
  padding-left: 30px;
}
.modal__inner li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #e0ca76;
  content: '';
}
.modal__inner li:nth-child(2)::before {
  background: #a8d182;
}
.modal__inner li:nth-child(3)::before {
  background: #ffe55f;
}
.modal__inner li:nth-child(4)::before {
  background: #ea5539;
}
.js-modal-btn {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 180px;
  border: 2px solid #333;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0.5em 2em;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s;
}
.js-modal-btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
  }
  .modal__inner {
    padding: 10px;
  }
  .modal__inner h4 {
    font-size: 1.4em;
  }
  .modal__inner dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .modal__inner dd {
    width: 100%;
    padding-top: 0;
  }
}

/*
join
-------------------------------*/
#join {
  padding: 100px 0;
  color: #231815;
}
#join h2 {
  padding: 20px;
  background: #ea5539;
  color: #fff;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
  font-size: 3rem;
}
#join .joinBox {
  position: relative;
  padding: 20px 40px 30px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 95%, 97% 100%, 3% 100%, 0% 95%, 0 0);
  z-index: 1;
}
#join p {
  padding-bottom: 30px;
  font-size: 2rem;
}
#join .joinWrap {
  gap: 30px;
}
#join .joinWrap .inBox {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  min-height: 200px;
  border: 5px solid #e0ca76;
  z-index: 1;
}
#join .joinWrap .inBox dl {
  padding: 20px 20px 20px 180px;
}
#join .joinWrap .inBox dt {
  color: #005d8c;
  font-size: 2.4rem;
  font-weight: 700;
}
#join .joinWrap .inBox.no2 dt {
  color: #b84f84;
}
#join .joinWrap .inBox.no3 dt {
  color: #f6ab00;
}
#join .joinWrap .inBox.no4 dt {
  color: #679832;
}
#join .joinWrap .inBox dd {
  padding-top: 10px;
  font-size: 1.8rem;
}
#join .joinWrap .inBox figure {
  position: absolute;
  top: -30px;
  left: -40px;
  background: #fff;
  z-index: 10;
}
#join .joinWrap .inBox .btn a {
  color: #fff;
  font-size: 2rem;
  background: #005d8b;
  text-align: center;
  margin: auto;
  padding: 16px 24px;
  position: relative;
  max-width: 300px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#join .joinWrap .inBox .btn a::before {
  content: '';
  width: 5px;
  height: 10px;
  background: url('../img/cmn/arrow01_wh.svg') no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 16px;
  transform: rotate(90deg);
}
#join .joinWrap .inBox.no2 .btn a {
  background: #b84f84;
}
#join .joinWrap .inBox.no3 .btn a {
  background: #f6ab00;
}
#join .joinWrap .inBox.no4 .btn a {
  background: #679832;
}
@media only screen and (max-width: 768px) {
  #join {
    padding: 50px 0;
  }
  #join h2 {
    padding: 10px;
    font-size: 2rem;
  }
  #join .joinBox {
    padding: 20px;
    clip-path: polygon(100% 0, 100% 99%, 97% 100%, 3% 100%, 0% 99%, 0 0);
  }
  #join p {
    font-size: 1.5rem;
  }
  #join .joinWrap {
    gap: 40px;
  }
  #join .joinWrap .inBox {
    padding-bottom: 20px;
    min-height: 200px;
    border: 3px solid #e0ca76;
  }
  #join .joinWrap .inBox dl {
    padding: 120px 15px 20px;
  }
  #join .joinWrap .inBox dt {
    font-size: 1.6rem;
  }
  #join .joinWrap .inBox dd {
    font-size: 1.4rem;
  }
  #join .joinWrap .inBox figure {
    top: -20px;
    left: 25%;
    width: 40%;
  }
  #join .joinWrap .inBox .btn a {
    font-size: 1.6rem;
    padding: 10px 24px;
    max-width: 90%;
  }
}

/*
introArea
-------------------------------*/
.introArea {
  padding: 100px 0;
  color: #231815;
}
.introArea h2 {
  position: relative;
  margin-bottom: 50px;
  color: #7e7a1e;
  font-size: 3rem;
  font-weight: 700;
}
.introArea h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  background: #7e7a1e;
  width: 100%;
  height: 5px;
  content: '';
}
.introArea h2 span {
  position: relative;
  padding: 0 20px;
  background: #f8f0dd;
  z-index: 2;
}
.introArea h2 strong {
  font-size: 3.6rem;
}
.introArea .introWrap {
  gap: 50px;
}
.introArea .inBox {
  width: calc((100% - 100px) / 3);
}
.introArea .inBox h3 {
  position: relative;
  margin: 0 auto -20px;
  padding: 10px;
  width: 80%;
  background: #b3470d;
  color: #fff;
  font-size: 2rem;
  clip-path: polygon(5% 0%, 95% 0%, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
}
.en_page .introArea .inBox h3 {
  margin: -20px auto 0;
  font-size: 1.8rem;
}
.introArea .inBox h3::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 98%;
  height: 94%;
  border: 2px solid #e0ca76;
  clip-path: polygon(5% 0%, 95% 0%, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
  content: '';
}
.introArea .inBox p {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #231815;
  font-size: 1.5rem;
}
.introArea .inBox dl {
  align-items: flex-start;
  column-gap: 0;
  row-gap: 12px;
  justify-content: flex-start;
  font-size: 1.4rem;
}
.introArea .inBox dt {
  flex: 0 0 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
}
.introArea .inBox dt::after {
  content: none;
}
.introArea .inBox dt img {
  display: block;
  width: 18px;
  height: auto;
}
.introArea .inBox dd {
  flex: 1 1 calc(100% - 40px);
}
.introArea .inBox small {
  font-size: 70%;
}
@media only screen and (max-width: 768px) {
  .introArea {
    padding: 50px 0;
  }
  .introArea h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .introArea h2::after {
    height: 3px;
  }
  .en_page .introArea h2::after {
    content: none;
  }
  .introArea h2 span {
    padding: 0 10px;
  }
  .introArea h2 strong {
    font-size: 2.4rem;
  }
  .introArea .introWrap {
    gap: 40px;
  }
  .introArea .inBox {
    padding: 20px;
    width: 100%;
    background: #fff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
  }
  .introArea .inBox h3 {
    font-size: 1.6rem;
  }
  .en_page .introArea .inBox h3 {
    font-size: 1.5rem;
    width: 90%;
  }
  .introArea .inBox p {
    border-bottom: 1px solid #231815;
    font-size: 1.3rem;
  }
  .introArea .inBox dl {
    column-gap: 0;
    row-gap: 10px;
    font-size: 1.2rem;
  }
  .introArea .inBox dt {
    flex-basis: 24px;
    margin-right: 10px;
  }
  .introArea .inBox dt img {
    width: 14px;
  }
  .introArea .inBox dd {
    flex-basis: calc(100% - 34px);
  }
}

/*
omotenashi
-------------------------------*/
#omotenashi {
  padding: 100px 0;
  background: #e2eec5 url(../img/stamp2025/bg_wh.png) center top / 100%;
  color: #231815;
}
#omotenashi h2 {
  padding: 20px;
  background: #689931;
  color: #fff;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
  font-size: 3rem;
}
#omotenashi .spotBox {
  padding: 40px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 95%, 97% 100%, 3% 100%, 0% 95%, 0 0);
}
#omotenashi .flowWrap {
  padding-top: 30px;
  gap: 30px;
}
#omotenashi .flowWrap .flowBox {
  position: relative;
  padding: 30px 20px 20px;
  width: calc((100% - 30px) / 2);
  min-height: 450px;
  border: 5px solid #e0ca76;
}
#omotenashi .flowWrap .flowBox.no1::after {
  position: absolute;
  top: 70%;
  right: -25px;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #393332;
  content: '';
}
#omotenashi .flowWrap .flowBox .num {
  position: absolute;
  top: -20px;
  left: -20px;
  justify-content: center;
  align-items: center;
  background: #689931;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  line-height: 1;
}
#omotenashi .flowWrap .flowBox dt {
  color: #689931;
  font-size: 1.8rem;
  font-weight: 700;
}
#omotenashi .flowWrap .flowBox dd {
  padding: 10px 0;
}
#omotenashi .flowWrap .flowBox figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  text-align: center;
}
#omotenashi .flowWrap .flowBox figure img {
  max-height: 200px;
  width: auto;
}
#omotenashi .btn {
  padding-top: 50px;
}
#omotenashi .btn a {
  position: relative;
  display: block;
  margin: auto;
  width: 50%;
  padding: 15px 40px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #689931;
}
#omotenashi .btn a::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  width: 6px;
  height: 10px;
  background: url('../img/cmn/arrow01_gl.svg') no-repeat;
  background-size: contain;
  content: '';
}
@media only screen and (max-width: 1000px) {
  #omotenashi .flowWrap .flowBox figure img {
    max-height: 150px;
  }
  #omotenashi .btn a {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #omotenashi {
    padding: 50px 0;
    background: #d2eae1 url(../img/stamp2025/bg_wh_sp.png) center top / 100%;
  }
  #omotenashi h2 {
    padding: 10px;
    font-size: 2rem;
  }
  #omotenashi .spotBox {
    padding: 20px;
    clip-path: polygon(100% 0, 100% 99%, 97% 100%, 3% 100%, 0% 99%, 0 0);
  }
  #omotenashi p {
    font-size: 1.3rem;
  }
  #omotenashi .flowWrap {
    gap: 20px;
  }
  #omotenashi .flowWrap .flowBox {
    padding: 10px;
    width: calc((100% - 20px) / 2);
    border: 3px solid #e0ca76;
  }
  #omotenashi .flowWrap .flowBox.no1::after {
    right: -18px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #393332;
  }
  #omotenashi .flowWrap .flowBox .num {
    top: -15px;
    left: -15px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
  #omotenashi .flowWrap .flowBox dt {
    font-size: 1.5rem;
  }
  #omotenashi .flowWrap .flowBox dd {
    padding: 10px 0 0 0;
    font-size: 1.2rem;
  }
  #omotenashi .flowWrap .flowBox figure img {
    max-height: 100px;
  }
  #omotenashi .btn {
    padding-top: 20px;
  }
  #omotenashi .btn a {
    font-size: 1.5rem;
  }
}
