@charset "UTF-8";
/*-------------base-------------*/
/*Webフォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*使用Webフォント*/
/*使用カラー*/
/*フォントサイズ*/
/*横幅*/
/*サイト全体のフォント指定*/
html {
  font-size: 10px;
}

body {
  font-family: "Arial", "Zen Maru Gothic", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #453922;
  background: #fff8ed;
}
body br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  body br.pc {
    display: none;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  body br.sp {
    display: block;
  }
}

/*-------------mixin-------------*/
/*-------------base-------------*/
/*-------------ブレイクポイント-------------*/
/*-------------本文-------------*/
/*-------------フリップアニメーション-------------*/
@keyframes flip-anime {
  0% {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes flip-x {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/*-------------フェードアップ-------------*/
/*-------------フェードイン-------------*/
/*-------------フェードアップ左-------------*/
/*-------------フェードアップ右-------------*/
/*-------------回転アニメージョン-------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------左側から流れるアニメーション-------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------ズームイン-------------*/
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------ホバー透過-------------*/
/*-------------ホバー赤-------------*/
/*-------------画像設定-------------*/
/*-------------擬似要素-------------*/
/*-------------flex space-between-------------*/
/*-------------ボタン-------------*/
/*-------------ページャー-------------*/
/*-------------背景-------------*/
/*-------------コンテンツ幅-------------*/
/*-------------表-------------*/
/*-------------カテゴリー-------------*/
/*-------------商品リスト-------------*/
/*-------------商品を探す-------------*/
/*-------------お知らせリスト-------------*/
/*-------------英語見出し-------------*/
/*-------------ニュース、コラムパーツ-------------*/
/*-------------前へ 次へ 一覧へもどるボタン-------------*/
/*-------------フォーム入力欄-------------*/
/*-------------フォームテキスト-------------*/
/*-------------チェックボックス-------------*/
/*-------------ラジオボタン-------------*/
/*-------------page-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------メインビジュアル-------------*/
.top-mainimg-section {
  padding: 115px 0 100px 60px;
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section {
    padding: 80px 20px 30px 20px;
  }
}
.top-mainimg-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section-inner {
    flex-flow: column;
  }
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt {
    transform: translate(0, 40px);
  }
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt {
  margin: 0 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt {
    margin: 0 0 20px 0;
  }
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt h2 {
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1400px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt h2 {
    font-size: 4.2rem;
    margin: 0 0 20px 0;
  }
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt h2 span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1400px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt h2 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt h2 span {
    font-size: 2.2rem;
  }
}
.top-mainimg-section-inner .top-mainimg-section__copy-txt p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-mainimg-section-inner .top-mainimg-section__copy-txt p {
    font-size: 1.6rem;
  }
}
.top-mainimg-section-inner .top-mainimg-section__slide {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .top-mainimg-section-inner .top-mainimg-section__slide {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
}
.top-mainimg-section-inner .top-mainimg-section__slide li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------重要なお知らせ-------------*/
.top-major-news-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .top-major-news-section {
    padding: 0 20px 60px 20px;
  }
}
.top-major-news-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner {
    transform: translate(0, 40px);
  }
}
.top-major-news-section-inner.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-major-news-section-inner .top-major-news-section__heading {
  padding: 40px 20px;
  box-sizing: border-box;
  background: #453922;
  width: 18.17%;
  border-radius: 2rem 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__heading {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    padding: 20px;
  }
}
.top-major-news-section-inner .top-major-news-section__heading h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.top-major-news-section-inner .top-major-news-section__list {
  width: 81.83%;
  padding: 30px 40px 20px 40px;
  box-sizing: border-box;
  border: solid 1px #453922;
  border-radius: 0 2rem 2rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__list {
    width: 100%;
    padding: 20px 20px 10px 20px;
    border-radius: 0 0 1rem 1rem;
  }
}
.top-major-news-section-inner .top-major-news-section__list li {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__list li {
    margin: 0 0 15px 0;
  }
}
.top-major-news-section-inner .top-major-news-section__list li a {
  display: block;
  text-decoration: none;
  padding: 0 0 10px 0;
  border-bottom: dotted 2px #C0BCB4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__list li a {
    padding: 0 0 5px 0;
  }
}
.top-major-news-section-inner .top-major-news-section__list li a .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #C50C1D;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__list li a .time-txt {
    font-size: 1.2rem;
    margin: 0 10px 5px 0;
  }
}
.top-major-news-section-inner .top-major-news-section__list li a h3 {
  color: #453922;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-major-news-section-inner .top-major-news-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.top-major-news-section-inner .top-major-news-section__list li a h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-major-news-section-inner .top-major-news-section__list li a:hover h3 {
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-major-news-section-inner .top-major-news-section__list li a:hover h3 {
    color: #453922;
  }
}
.top-major-news-section-inner .top-major-news-section__list li a:hover h3::after {
  background: url(../../images/icon_btn_r_red.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .top-major-news-section-inner .top-major-news-section__list li a:hover h3::after {
    background: url(../../images/icon_btn_r.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.top-major-news-section-inner .top-major-news-section__list li:last-child {
  margin: 0;
}
.top-major-news-section-inner .top-major-news-section__list li:last-child a {
  padding: 0;
  border-bottom: none;
}

/*-------------商品一覧-------------*/
.top-arrivals-section {
  margin: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section {
    margin: 0 0 60px 0;
  }
}
.top-arrivals-section__heading {
  text-align: center;
}
.top-arrivals-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.top-arrivals-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.top-arrivals-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-arrivals-section__heading {
  margin: 0 0 40px 0;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section__heading {
    transform: translate(0, 40px);
  }
}
.top-arrivals-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-arrivals-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-arrivals-section .top-arrivals-section__list {
  margin: 0;
  padding: 0;
}
.top-arrivals-section .top-arrivals-section__list .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-arrivals-section .top-arrivals-section__list .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.top-arrivals-section .top-arrivals-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .top-arrivals-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.top-arrivals-section .top-arrivals-section__list .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.top-arrivals-section .top-arrivals-section__list .no-txt {
  text-align: center;
  width: 100%;
}
.top-arrivals-section .top-arrivals-section__list .no-txt:last-child {
  margin: 0;
}
.top-arrivals-section .top-arrivals-section__list .slick-track {
  display: flex;
}
.top-arrivals-section .top-arrivals-section__list .slick-slide {
  height: auto !important;
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow:hover {
    opacity: 1;
  }
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow {
  background: #453922;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow {
    width: 30px;
    height: 30px;
  }
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-prev {
    left: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-prev::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-prev::before {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-next {
    right: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-next::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list .slide-arrow.slick-next::before {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
.top-arrivals-section .top-arrivals-section__list li {
  margin: 0 15px 10px 15px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list li {
    margin: 0 10px 10px 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list li a {
  height: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-arrivals-section .top-arrivals-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .top-arrivals-section__list li a:hover {
    opacity: 1;
  }
}
.top-arrivals-section .top-arrivals-section__list li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list li a .new-mark {
    top: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-arrivals-section .top-arrivals-section__list li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.top-arrivals-section .top-arrivals-section__list li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide .no-txt > a:hover {
    opacity: 1;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt {
  width: 100%;
}
.top-arrivals-section .top-arrivals-section__list.not_slide .no-txt:last-child {
  margin: 0;
}
.top-arrivals-section .top-arrivals-section__list.not_slide::before {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide::before {
    width: 48.5%;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide::after {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide::after {
    width: 48.5%;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li {
  width: 23.75%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li a:hover {
    opacity: 1;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li a .new-mark {
    top: 10px;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.top-arrivals-section .top-arrivals-section__list.not_slide li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .top-arrivals-section__list.not_slide li a h3 {
    font-size: 1.5rem;
  }
}
.top-arrivals-section .top-arrivals-section__list.not_slide {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 0 20px;
}
.top-arrivals-section .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-arrivals-section .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .btn-main a {
    font-size: 1.5rem;
  }
}
.top-arrivals-section .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-arrivals-section .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-arrivals-section .btn-main a:hover {
    background: #453922;
  }
}
.top-arrivals-section .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.top-arrivals-section .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-arrivals-section .btn-main.is-animated {
  opacity: 1;
}
.top-arrivals-section .btn-main {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-arrivals-section .btn-main {
    margin: 20px auto 0 auto;
  }
}

/*-------------商品を探す-------------*/
.top-lineup-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .top-lineup-section {
    padding: 0 20px 50px 20px;
  }
}
.top-lineup-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-lineup-section-inner .top-lineup-section__heading {
  text-align: center;
}
.top-lineup-section-inner .top-lineup-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.top-lineup-section-inner .top-lineup-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.top-lineup-section-inner .top-lineup-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .top-lineup-section-inner .top-lineup-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-lineup-section-inner .top-lineup-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__heading {
    transform: translate(0, 40px);
  }
}
.top-lineup-section-inner .top-lineup-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-lineup-section-inner .top-lineup-section__heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-lineup-section-inner .top-lineup-section__list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.top-lineup-section-inner .top-lineup-section__list li {
  width: 18.7%;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
  .top-lineup-section-inner .top-lineup-section__list li:last-child {
    width: 100%;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-lineup-section-inner .top-lineup-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-lineup-section-inner .top-lineup-section__list li a:hover {
    opacity: 1;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li a {
    border-radius: 1rem;
    padding: 20px;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail,
.top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail {
  width: 126px;
  height: 126px;
  background: #fff8ed;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail,
  .top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail img,
.top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail img {
  display: block;
  max-width: 73px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail img,
  .top-lineup-section-inner .top-lineup-section__list li a .commodity-lower-section__lineup-thumbnail img {
    max-width: 40px;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a .btn-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #453922;
  position: relative;
  padding: 0 25px 0 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li a .btn-txt {
    font-size: 1.4rem;
    padding: 0 20px 0 0;
  }
}
.top-lineup-section-inner .top-lineup-section__list li a .btn-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li a .btn-txt::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
}
.top-lineup-section-inner .top-lineup-section__list li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li {
    transform: translate(0, 40px);
  }
}
.top-lineup-section-inner .top-lineup-section__list li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-lineup-section-inner .top-lineup-section__list li {
  transition-delay: 100ms;
}
.top-lineup-section-inner .top-lineup-section__list li:nth-of-type(2) {
  transition-delay: 200ms;
}
.top-lineup-section-inner .top-lineup-section__list li:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li:nth-of-type(3) {
    transition-delay: 100ms;
  }
}
.top-lineup-section-inner .top-lineup-section__list li:nth-of-type(4) {
  transition-delay: 400ms;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li:nth-of-type(4) {
    transition-delay: 200ms;
  }
}
.top-lineup-section-inner .top-lineup-section__list li:nth-of-type(5) {
  transition-delay: 500ms;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .top-lineup-section__list li:nth-of-type(5) {
    transition-delay: 100ms;
  }
}
.top-lineup-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-lineup-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .btn-main a {
    font-size: 1.5rem;
  }
}
.top-lineup-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-lineup-section-inner .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-lineup-section-inner .btn-main a:hover {
    background: #453922;
  }
}
.top-lineup-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.top-lineup-section-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-lineup-section-inner .btn-main.is-animated {
  opacity: 1;
}
.top-lineup-section-inner .btn-main {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-lineup-section-inner .btn-main {
    margin: 10px auto 0 auto;
  }
}

/*-------------インスタグラム-------------*/
.top-cont-section {
  padding: 0 20px 140px 20px;
}
@media screen and (max-width: 768px) {
  .top-cont-section {
    padding: 0 20px 50px 20px;
  }
}
.top-cont-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-cont-section-inner .top-cont-section__img {
  width: 100%;
  height: 375px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__img {
    height: 140px;
  }
}
.top-cont-section-inner .top-cont-section__img::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_maru.svg);
  background-size: 420px;
  width: 420px;
  height: 70px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__img::after {
    background-size: 295px;
    width: 295px;
    height: 48px;
  }
}
.top-cont-section-inner .top-cont-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__img img {
    border-radius: 1rem;
  }
}
.top-cont-section-inner .top-cont-section__heading {
  text-align: center;
}
.top-cont-section-inner .top-cont-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.top-cont-section-inner .top-cont-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.top-cont-section-inner .top-cont-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .top-cont-section-inner .top-cont-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-cont-section-inner .top-cont-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__heading {
    transform: translate(0, 40px);
  }
}
.top-cont-section-inner .top-cont-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-cont-section-inner .top-cont-section__heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-cont-section-inner .top-cont-section__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__txt {
    transform: translate(0, 40px);
  }
}
.top-cont-section-inner .top-cont-section__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-cont-section-inner .top-cont-section__txt {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__txt {
    margin: 0 0 30px 0;
  }
}
.top-cont-section-inner .top-cont-section__txt h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__txt h3 {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
}
.top-cont-section-inner .top-cont-section__txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-cont-section-inner .top-cont-section__txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.top-cont-section-inner .top-cont-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-cont-section-inner .top-cont-section__txt p > a:hover {
    opacity: 1;
  }
}
.top-cont-section-inner .top-cont-section__txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.top-cont-section-inner .top-cont-section__txt p {
  text-align: center;
}
.top-cont-section-inner .top-cont-section__txt p:last-child {
  margin: 0;
}
.top-cont-section-inner .top-cont-section__btn {
  max-width: 1044px;
  margin: 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn {
    display: flex;
    justify-content: space-between;
  }
}
.top-cont-section-inner .top-cont-section__btn-item {
  max-width: 188px;
  width: 100%;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item {
    transform: translate(0, 40px);
  }
}
.top-cont-section-inner .top-cont-section__btn-item.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-cont-section-inner .top-cont-section__btn-item {
  margin: 0 10px 20px 10px;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item {
    max-width: 100%;
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.top-cont-section-inner .top-cont-section__btn-item:nth-of-type(2) {
  transition-delay: 200ms;
}
.top-cont-section-inner .top-cont-section__btn-item:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item:nth-of-type(3) {
    transition-delay: 100ms;
  }
}
.top-cont-section-inner .top-cont-section__btn-item:nth-of-type(4) {
  transition-delay: 400ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item:nth-of-type(4) {
    transition-delay: 200ms;
  }
}
.top-cont-section-inner .top-cont-section__btn-item:nth-of-type(5) {
  transition-delay: 500ms;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item:nth-of-type(5) {
    transition-delay: 100ms;
  }
}
.top-cont-section-inner .top-cont-section__btn-item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-cont-section-inner .top-cont-section__btn-item a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-cont-section-inner .top-cont-section__btn-item a:hover {
    opacity: 1;
  }
}
.top-cont-section-inner .top-cont-section__btn-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.top-cont-section-inner .top-cont-section__btn-item a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn-item a {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
  }
}
.top-cont-section-inner .top-cont-section__btn--recruit li {
  max-width: 284px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .top-cont-section__btn--recruit li {
    max-width: 100%;
  }
  .top-cont-section-inner .top-cont-section__btn--recruit li:nth-of-type(2) {
    transition-delay: 100ms;
  }
}
.top-cont-section-inner .top-cont-section__btn--recruit li a {
  display: flex;
  align-items: center;
}
.top-cont-section-inner .top-cont-section__btn--recruit li .top-cont-section__btn-txt h4 {
  margin: 0;
}
.top-cont-section-inner .top-cont-section__btn--recruit li .top-cont-section__btn-txt p {
  font-size: 1.2rem;
  margin: 5px 0 0 0;
}
.top-cont-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-cont-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .btn-main a {
    font-size: 1.5rem;
  }
}
.top-cont-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-cont-section-inner .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-cont-section-inner .btn-main a:hover {
    background: #453922;
  }
}
.top-cont-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.top-cont-section-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-cont-section-inner .btn-main.is-animated {
  opacity: 1;
}
.top-cont-section-inner .btn-main {
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-cont-section-inner .btn-main {
    margin: 10px auto 0 auto;
  }
}

/*-------------インスタグラム-------------*/
.top-insta-section {
  padding: 160px 20px;
  margin: 0 0 160px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-insta-section {
    padding: 60px 20px;
    margin: 0 0 60px 0;
  }
}
.top-insta-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-insta-section-inner .top-insta-section__heading {
  text-align: center;
}
.top-insta-section-inner .top-insta-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.top-insta-section-inner .top-insta-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-insta-section-inner .top-insta-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.top-insta-section-inner .top-insta-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .top-insta-section-inner .top-insta-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-insta-section-inner .top-insta-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-insta-section-inner .top-insta-section__heading {
    transform: translate(0, 40px);
  }
}
.top-insta-section-inner .top-insta-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-insta-section-inner .top-insta-section__heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-insta-section-inner .top-insta-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-insta-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-insta-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-insta-section-inner .btn-main a {
    font-size: 1.5rem;
  }
}
.top-insta-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-insta-section-inner .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-insta-section-inner .btn-main a:hover {
    background: #453922;
  }
}
.top-insta-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.top-insta-section-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-insta-section-inner .btn-main.is-animated {
  opacity: 1;
}
.top-insta-section-inner .btn-main {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-insta-section-inner .btn-main {
    margin: 10px auto 0 auto;
  }
}

/*-------------お知らせ-------------*/
.top-news-section {
  padding: 160px 20px;
  margin: 0 0 160px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-news-section {
    padding: 60px 20px;
    margin: 0 0 60px 0;
  }
}
.top-news-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-news-section-inner .top-news-section__heading {
  text-align: center;
}
.top-news-section-inner .top-news-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.top-news-section-inner .top-news-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.top-news-section-inner .top-news-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-news-section-inner .top-news-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading {
    transform: translate(0, 40px);
  }
}
.top-news-section-inner .top-news-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-news-section-inner .top-news-section__heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-news-section-inner .top-news-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-news-section-inner .top-news-section__list li:last-child a {
  border-bottom: dotted 2px #C0BCB4;
}
.top-news-section-inner .top-news-section__list li a {
  display: block;
  text-decoration: none;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list li a {
    padding: 15px 0;
  }
}
.top-news-section-inner .top-news-section__list li a .news-section__list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
.top-news-section-inner .top-news-section__list li a .news-section__list-info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #C50C1D;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list li a .news-section__list-info .time-txt {
    font-size: 1.2rem;
    margin: 0 10px 5px 0;
  }
}
.top-news-section-inner .top-news-section__list li a .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-news-section-inner .top-news-section__list li a .news-section__list-info .news-section__list-cat li {
  padding: 3px 15px;
  box-sizing: border-box;
  border: solid 1px #C0BCB4;
  background: #fff8ed;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 5px 10px 0;
  color: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list li a .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
    margin: 0 5px 5px 0;
  }
}
.top-news-section-inner .top-news-section__list li a h3 {
  color: #453922;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.top-news-section-inner .top-news-section__list li a h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-section-inner .top-news-section__list li a:hover .news-section__list-cat li {
  border: solid 1px #C50C1D;
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list li a:hover .news-section__list-cat li {
    border: solid 1px #C0BCB4;
    color: #453922;
  }
}
.top-news-section-inner .top-news-section__list li a:hover h3 {
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__list li a:hover h3 {
    color: #453922;
  }
}
.top-news-section-inner .top-news-section__list li a:hover h3::after {
  background: url(../../images/icon_btn_r_red.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__list li a:hover h3::after {
    background: url(../../images/icon_btn_r.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.top-news-section-inner .top-news-section__list > li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li {
    transform: translate(0, 40px);
  }
}
.top-news-section-inner .top-news-section__list > li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-news-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-news-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main a {
    font-size: 1.5rem;
  }
}
.top-news-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-news-section-inner .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .btn-main a:hover {
    background: #453922;
  }
}
.top-news-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.top-news-section-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-news-section-inner .btn-main.is-animated {
  opacity: 1;
}
.top-news-section-inner .btn-main {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main {
    margin: 10px auto 0 auto;
  }
}

/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------下層見出し-------------*/
.lower-heading {
  margin: 135px 0 160px 0;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .lower-heading {
    margin: 80px 0 30px 0;
  }
}
.lower-heading.no-padding-heading {
  margin: 135px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .lower-heading.no-padding-heading {
    margin: 0 0 30px 0;
  }
}
.lower-heading-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  /*-------------パンくずリスト-------------*/
}
.lower-heading-inner .breadcrumb-menu {
  box-sizing: border-box;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .breadcrumb-menu {
    margin: 0 0 30px 0;
  }
}
.lower-heading-inner .breadcrumb-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #C0BCB4;
}
.lower-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.lower-heading-inner .breadcrumb-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_bread.svg);
  background-size: 4px;
  width: 4px;
  height: 7px;
  position: relative;
}
.lower-heading-inner .breadcrumb-menu span a {
  color: #C0BCB4;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.lower-heading-inner .breadcrumb-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #C0BCB4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.lower-heading-inner .breadcrumb-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .lower-heading-inner .breadcrumb-menu span a:hover::after {
    transform: scale(0, 1);
  }
}
.lower-heading-inner .lower-heading__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt {
    transform: translate(0, 40px);
  }
}
.lower-heading-inner .lower-heading__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.lower-heading-inner .lower-heading__txt .recruit-txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt .recruit-txt {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
  }
}
.lower-heading-inner .lower-heading__txt h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt h2 {
    font-size: 2.6rem;
  }
}

.lower-s-heading {
  margin: 135px 0 90px 0;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .lower-s-heading {
    margin: 80px 0 30px 0;
  }
}
.lower-s-heading-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  /*-------------パンくずリスト-------------*/
}
.lower-s-heading-inner .breadcrumb-menu {
  box-sizing: border-box;
}
.lower-s-heading-inner .breadcrumb-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #C0BCB4;
}
.lower-s-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .lower-s-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.lower-s-heading-inner .breadcrumb-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_bread.svg);
  background-size: 4px;
  width: 4px;
  height: 7px;
  position: relative;
}
.lower-s-heading-inner .breadcrumb-menu span a {
  color: #C0BCB4;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.lower-s-heading-inner .breadcrumb-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #C0BCB4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.lower-s-heading-inner .breadcrumb-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .lower-s-heading-inner .breadcrumb-menu span a:hover::after {
    transform: scale(0, 1);
  }
}

/*-------------商品一覧-------------*/
.commodity-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .commodity-section {
    padding: 0 20px 60px 20px;
  }
}
.commodity-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.commodity-section-inner .commodity-section__category {
  padding: 0;
  margin: 0 0 80px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category {
    margin: 0 0 20px 0;
  }
}
.commodity-section-inner .commodity-section__category::after {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category::after {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__category::before {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
  order: 1;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category::before {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__category li {
  display: flex;
  align-items: center;
  justify-self: end;
  width: 23.6%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.commodity-section-inner .commodity-section__category li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  text-align: center;
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category li a {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
  }
}
.commodity-section-inner .commodity-section__category li a:hover {
  color: #fff;
  background: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__category li a:hover {
    color: #453922;
    background: #fff;
  }
}
.commodity-section-inner .commodity-section__category li.current-cat a {
  color: #fff;
  background: #453922;
}
.commodity-section-inner .commodity-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commodity-section-inner .commodity-section__list .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-section-inner .commodity-section__list .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-section-inner .commodity-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .commodity-section__list .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-section-inner .commodity-section__list .no-txt {
  width: 100%;
}
.commodity-section-inner .commodity-section__list .no-txt:last-child {
  margin: 0;
}
.commodity-section-inner .commodity-section__list::before {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list::before {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list::after {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__list li {
  width: 23.75%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.commodity-section-inner .commodity-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .commodity-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__list li a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .commodity-section__list li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.commodity-section-inner .commodity-section__list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.commodity-section-inner .commodity-section__list li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a .new-mark {
    top: 10px;
  }
}
.commodity-section-inner .commodity-section__list li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-section-inner .commodity-section__list li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.commodity-section-inner .commodity-section__list li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commodity-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
.commodity-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.commodity-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #C0BCB4;
  background: transparent;
  border: solid 2px #C0BCB4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C0BCB4;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #453922;
  border: solid 2px transparent;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #C0BCB4;
    background: transparent;
    border: solid 2px #C0BCB4;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a:hover span {
  color: #fff;
}
.commodity-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #453922;
  color: #fff;
  border: solid 2px transparent;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation {
    margin: 20px 0 0 0;
  }
}

/*-------------商品一覧-------------*/
.commodity-lower-section .commodity-lower-section__desc {
  padding: 0 20px 160px 20px;
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc {
    padding: 0 20px 60px 20px;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex {
    margin: 0 0 30px 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img {
  width: 48%;
  position: relative;
  margin: 0 0 20px 0;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img {
    width: 100%;
    border-radius: 1rem;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img .new-mark {
    top: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt {
    width: 100%;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt h1 {
  margin: 0 0 20px 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt h1 {
    font-size: 2.4rem;
    margin: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p > a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt p {
    margin: 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt .commodity-lower-section__flex-sub-txt {
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #C50C1D;
  margin: 20px 0 0 0;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt .commodity-lower-section__flex-sub-txt {
    border-radius: 1rem;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt .commodity-lower-section__flex-sub-txt h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #C50C1D;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__flex-txt .commodity-lower-section__flex-sub-txt h2 {
    font-size: 1.8rem;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont {
    margin: 0 0 30px 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont:last-child {
  margin: 0;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont h3 {
    font-size: 1.6rem;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt {
  padding: 30px;
  box-sizing: border-box;
  border: solid 1px #453922;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt {
    padding: 20px;
    border-radius: 1rem;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-txt p:last-child {
  margin: 0;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li {
  width: 20%;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li {
    width: 100%;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 25px 10px;
  box-sizing: border-box;
  border: solid 1px #453922;
  border-right: none;
  box-sizing: border-box;
  background: #C50C1D;
  color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li h4 {
    padding: 15px 10px;
    font-size: 1.5rem;
    border-right: solid 1px #453922;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 25px 10px;
  box-sizing: border-box;
  border: solid 1px #453922;
  border-top: none;
  border-right: none;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li p {
    padding: 15px 10px;
    font-size: 1.5rem;
    border-right: solid 1px #453922;
    border-bottom: none;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:first-child h4 {
  border-radius: 2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:first-child h4 {
    border-radius: 1rem 1rem 0 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:first-child p {
  border-radius: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:first-child p {
    border-radius: 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:last-child h4 {
  border-radius: 0 2rem 0 0;
  border-right: solid 1px #453922;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:last-child h4 {
    border-radius: 0;
  }
}
.commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:last-child p {
  border-radius: 0 0 2rem 0;
  border-right: solid 1px #453922;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__desc .commodity-lower-section__cont-list li:last-child p {
    border-radius: 0 0 1rem 1rem;
    border-bottom: solid 1px #453922;
  }
}
.commodity-lower-section .commodity-lower-section__recommend {
  padding: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend {
    padding: 0 0 60px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend-heading {
  text-align: center;
}
.commodity-lower-section .commodity-lower-section__recommend-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.commodity-lower-section .commodity-lower-section__recommend-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.commodity-lower-section .commodity-lower-section__recommend-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend-heading {
    margin: 0 0 30px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list {
  margin: 0;
  padding: 0;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt > a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt {
  text-align: center;
  width: 100%;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .no-txt:last-child {
  margin: 0;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slick-track {
  display: flex;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slick-slide {
  height: auto !important;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow {
  background: #453922;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow {
    width: 30px;
    height: 30px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-prev {
    left: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-prev::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-prev::before {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-next {
    right: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-next::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list .slide-arrow.slick-next::before {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li {
  margin: 0 15px 10px 15px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li {
    margin: 0 10px 10px 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a {
  height: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a .new-mark {
    top: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list li a h3 {
    font-size: 1.5rem;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt > a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt {
  width: 100%;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide .no-txt:last-child {
  margin: 0;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide::before {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide::before {
    width: 48.5%;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide::after {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide::after {
    width: 48.5%;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li {
  width: 23.75%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a .new-mark {
    top: 10px;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide li a h3 {
    font-size: 1.5rem;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .commodity-lower-section__recommend-list.not_slide {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 0 20px;
}
.commodity-lower-section .commodity-lower-section__recommend .btn-main {
  max-width: 200px;
  width: 100%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .btn-main {
    margin: 20px auto 0 auto;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__recommend .btn-main a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__recommend .btn-main a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__recommend .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__recommend .btn-main a {
    font-size: 1.5rem;
  }
}
.commodity-lower-section .commodity-lower-section__lineup {
  padding: 0 20px 160px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup {
    padding: 0 20px 50px 20px;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-heading {
  text-align: center;
}
.commodity-lower-section .commodity-lower-section__lineup-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.commodity-lower-section .commodity-lower-section__lineup-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__lineup-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.commodity-lower-section .commodity-lower-section__lineup-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-heading {
    margin: 0 0 30px 0;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.commodity-lower-section .commodity-lower-section__lineup-list li {
  width: 18.7%;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
  .commodity-lower-section .commodity-lower-section__lineup-list li:last-child {
    width: 100%;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-lower-section .commodity-lower-section__lineup-list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a:hover {
    opacity: 1;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a {
    border-radius: 1rem;
    padding: 20px;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail,
.commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail {
  width: 126px;
  height: 126px;
  background: #fff8ed;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail,
  .commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail img,
.commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail img {
  display: block;
  max-width: 73px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail img,
  .commodity-lower-section .commodity-lower-section__lineup-list li a .commodity-lower-section__lineup-thumbnail img {
    max-width: 40px;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a .btn-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #453922;
  position: relative;
  padding: 0 25px 0 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a .btn-txt {
    font-size: 1.4rem;
    padding: 0 20px 0 0;
  }
}
.commodity-lower-section .commodity-lower-section__lineup-list li a .btn-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .commodity-lower-section .commodity-lower-section__lineup-list li a .btn-txt::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
}

/*-------------商品一覧-------------*/
.commodity-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .commodity-section {
    padding: 0 20px 60px 20px;
  }
}
.commodity-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.commodity-section-inner .commodity-section__category {
  padding: 0;
  margin: 0 0 80px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category {
    margin: 0 0 20px 0;
  }
}
.commodity-section-inner .commodity-section__category::after {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category::after {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__category::before {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
  order: 1;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category::before {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__category li {
  display: flex;
  align-items: center;
  justify-self: end;
  width: 23.6%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.commodity-section-inner .commodity-section__category li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  text-align: center;
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__category li a {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
  }
}
.commodity-section-inner .commodity-section__category li a:hover {
  color: #fff;
  background: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__category li a:hover {
    color: #453922;
    background: #fff;
  }
}
.commodity-section-inner .commodity-section__category li.current-cat a {
  color: #fff;
  background: #453922;
}
.commodity-section-inner .commodity-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commodity-section-inner .commodity-section__list .no-txt {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.commodity-section-inner .commodity-section__list .no-txt > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.commodity-section-inner .commodity-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .commodity-section__list .no-txt span {
  color: #C50C1D;
  font-weight: 600;
}
.commodity-section-inner .commodity-section__list .no-txt {
  width: 100%;
}
.commodity-section-inner .commodity-section__list .no-txt:last-child {
  margin: 0;
}
.commodity-section-inner .commodity-section__list::before {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list::before {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list::after {
    width: 48.5%;
  }
}
.commodity-section-inner .commodity-section__list li {
  width: 23.75%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.commodity-section-inner .commodity-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .commodity-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .commodity-section__list li a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .commodity-section__list li a {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2rem;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a {
    border-radius: 1rem;
    padding: 20px 10px 40px 10px;
  }
}
.commodity-section-inner .commodity-section__list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a::after {
    right: 10px;
    bottom: 10px;
  }
}
.commodity-section-inner .commodity-section__list li a .new-mark {
  position: absolute;
  top: 25px;
  left: 0;
  width: 56px;
  height: 25px;
  background: url(../../images/new_mark.svg);
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a .new-mark {
    top: 10px;
  }
}
.commodity-section-inner .commodity-section__list li a .new-mark span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commodity-section-inner .commodity-section__list li a .commodity-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.commodity-section-inner .commodity-section__list li a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .commodity-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commodity-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__prev a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
.commodity-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.commodity-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #C0BCB4;
  background: transparent;
  border: solid 2px #C0BCB4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C0BCB4;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #453922;
  border: solid 2px transparent;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #C0BCB4;
    background: transparent;
    border: solid 2px #C0BCB4;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li a:hover span {
  color: #fff;
}
.commodity-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #453922;
  color: #fff;
  border: solid 2px transparent;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.5rem;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.commodity-section-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .commodity-section-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.commodity-section-inner .m-pagenation .m-pagenation__next a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .commodity-section-inner .m-pagenation {
    margin: 20px 0 0 0;
  }
}

/*-------------お知らせ一覧-------------*/
.news-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 0 20px 60px 20px;
  }
}
.news-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.news-section-inner .news-section__category {
  padding: 0;
  margin: 0 0 80px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category {
    margin: 0 0 20px 0;
  }
}
.news-section-inner .news-section__category::after {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category::after {
    width: 48.5%;
  }
}
.news-section-inner .news-section__category::before {
  content: "";
  display: block;
  width: 23.6%;
  height: auto;
  order: 1;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category::before {
    width: 48.5%;
  }
}
.news-section-inner .news-section__category li {
  display: flex;
  align-items: center;
  justify-self: end;
  width: 23.6%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.news-section-inner .news-section__category li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  text-align: center;
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li a {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
  }
}
.news-section-inner .news-section__category li a:hover {
  color: #fff;
  background: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__category li a:hover {
    color: #453922;
    background: #fff;
  }
}
.news-section-inner .news-section__category li.current-cat a {
  color: #fff;
  background: #453922;
}
.news-section-inner .news-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-section-inner .news-section__list li:last-child a {
  border-bottom: dotted 2px #C0BCB4;
}
.news-section-inner .news-section__list li a {
  display: block;
  text-decoration: none;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list li a {
    padding: 15px 0;
  }
}
.news-section-inner .news-section__list li a .news-section__list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
.news-section-inner .news-section__list li a .news-section__list-info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #C50C1D;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list li a .news-section__list-info .time-txt {
    font-size: 1.2rem;
    margin: 0 10px 5px 0;
  }
}
.news-section-inner .news-section__list li a .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-section-inner .news-section__list li a .news-section__list-info .news-section__list-cat li {
  padding: 3px 15px;
  box-sizing: border-box;
  border: solid 1px #C0BCB4;
  background: #fff8ed;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 5px 10px 0;
  color: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list li a .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
    margin: 0 5px 5px 0;
  }
}
.news-section-inner .news-section__list li a h3 {
  color: #453922;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list li a h3 {
    font-size: 1.5rem;
  }
}
.news-section-inner .news-section__list li a h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-section-inner .news-section__list li a:hover .news-section__list-cat li {
  border: solid 1px #C50C1D;
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list li a:hover .news-section__list-cat li {
    border: solid 1px #C0BCB4;
    color: #453922;
  }
}
.news-section-inner .news-section__list li a:hover h3 {
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list li a:hover h3 {
    color: #453922;
  }
}
.news-section-inner .news-section__list li a:hover h3::after {
  background: url(../../images/icon_btn_r_red.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list li a:hover h3::after {
    background: url(../../images/icon_btn_r.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.news-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-section-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
.news-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.news-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #C0BCB4;
  background: transparent;
  border: solid 2px #C0BCB4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C0BCB4;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.5rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #453922;
  border: solid 2px transparent;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #C0BCB4;
    background: transparent;
    border: solid 2px #C0BCB4;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a:hover span {
  color: #fff;
}
.news-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #453922;
  color: #fff;
  border: solid 2px transparent;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.5rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-section-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #453922;
}
.news-section-inner .m-pagenation {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation {
    margin: 30px 0 0 0;
  }
}

/*-------------中途採用-------------*/
.entry-section {
  padding: 0 20px 120px 20px;
}
@media screen and (max-width: 768px) {
  .entry-section {
    padding: 0 20px 50px 20px;
  }
}
.entry-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.entry-section-inner .entry-section__cont {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont {
    margin: 0 0 50px 0;
  }
}
.entry-section-inner .entry-section__cont:last-child {
  margin: 0;
}
.entry-section-inner .entry-section__cont .entry-section__heading {
  text-align: center;
}
.entry-section-inner .entry-section__cont .entry-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.entry-section-inner .entry-section__cont .entry-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.entry-section-inner .entry-section__cont .entry-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .entry-section-inner .entry-section__cont .entry-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.entry-section-inner .entry-section__cont .entry-section__heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__heading {
    margin: 0 0 20px 0;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li {
  width: 48.34%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .entry-section-inner .entry-section__cont .entry-section__cont-list li:last-child {
    margin: 0;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li h3 {
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li h3 {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt {
  margin: 0 0 10px 0;
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt:last-child {
  margin: 0;
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a:hover {
    opacity: 1;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a {
    width: 100%;
    padding: 15px 15px 5px 15px;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #453922;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a h4 {
    font-size: 1.4rem;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a .recruiting-txt {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #453922;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a .recruiting-txt {
    font-size: 1.4rem;
    padding: 0 20px 0 0;
  }
}
.entry-section-inner .entry-section__cont .entry-section__cont-list li .link-txt a .recruiting-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window_tya.svg);
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------お知らせ_下層-------------*/
.news-lower-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .news-lower-section {
    padding: 0 20px 60px 20px;
  }
}
.news-lower-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.news-lower-section-inner .news-lower-section__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info {
    margin: 0 0 10px 0;
  }
}
.news-lower-section-inner .news-lower-section__info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #C50C1D;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info .time-txt {
    font-size: 1.2rem;
    margin: 0 10px 5px 0;
  }
}
.news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat li {
  padding: 3px 15px;
  box-sizing: border-box;
  border: solid 1px #C0BCB4;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 5px 10px 0;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat li {
    font-size: 1.2rem;
    margin: 0 5px 5px 0;
  }
}
.news-lower-section-inner h1 {
  margin: 0 0 60px 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner h1 {
    font-size: 2.4rem;
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__thumbnail {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__thumbnail {
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__thumbnail img {
    border-radius: 1rem;
  }
}
.news-lower-section-inner .news-lower-section__txt > h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 60px 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h2 {
    font-size: 2.2rem;
    margin: 40px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0 30px 0;
  padding: 0 0 0 15px;
  border-left: dotted 2px #C0BCB4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h3 {
    font-size: 2rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  color: #C50C1D;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h5 {
    font-size: 1.6rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > p > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > p span {
  color: #C50C1D;
  font-weight: 600;
}
.news-lower-section-inner .news-lower-section__txt > p {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > p {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > figure {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > figure {
    margin: 40px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.news-lower-section-inner .news-lower-section__txt > figure figcaption {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > figure figcaption {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.news-lower-section-inner .news-lower-section__txt > ul li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > ul li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > ul li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul li {
    font-size: 1.5rem;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #C50C1D;
  background-size: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul li::before {
    top: 10px;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__txt > ol {
  margin: 30px 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ol {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.news-lower-section-inner .news-lower-section__txt > ol li::marker {
  color: #C50C1D;
  font-family: "Josefin Sans", sans-serif;
}
.news-lower-section-inner .news-lower-section__txt > ol li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > ol li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ol li {
    font-size: 1.5rem;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn {
    margin: 30px auto 0 auto;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.prev-txt {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.prev-txt {
    margin: 0 15px 0 0;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.next-txt {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.next-txt {
    margin: 0 0 0 15px;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a {
  font-size: 1.6rem;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow a {
    font-size: 1.5rem;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-main {
  max-width: 200px;
  width: 100%;
}
.news-lower-section-inner .news-lower-section__btn .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__btn .btn-main a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__btn .btn-main a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-main a {
    font-size: 1.5rem;
  }
}

/*-------------ベーカリー-------------*/
.bakery-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .bakery-section {
    padding: 0 20px 60px 20px;
  }
}
.bakery-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.bakery-section-inner .bakery-section__desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 90px 0;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__desc {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
  }
}
.bakery-section-inner .bakery-section__map {
  padding: 60px 20px;
  margin: 0 0 90px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__map {
    border-radius: 1rem;
    padding: 30px 20px;
    margin: 0 0 30px 0;
  }
}
.bakery-section-inner .bakery-section__map-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 904px;
  margin: 0 auto;
  width: auto;
}
.bakery-section-inner .bakery-section__map-list::after {
  content: "";
  display: block;
  width: 31.9%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__map-list::after {
    width: 48.5%;
  }
}
.bakery-section-inner .bakery-section__map-list li {
  display: flex;
  align-items: center;
  justify-self: end;
  width: 31.9%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__map-list li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
}
.bakery-section-inner .bakery-section__map-list li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  border: solid 2px #C50C1D;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1rem;
  text-align: center;
  color: #C50C1D;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__map-list li a {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
  }
}
.bakery-section-inner .bakery-section__map-list li a:hover {
  color: #fff;
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-section-inner .bakery-section__map-list li a:hover {
    color: #C50C1D;
    background: #fff;
  }
}
.bakery-section-inner .bakery-section__map-img {
  max-width: 550px;
  margin: 0 auto;
  width: auto;
}
.bakery-section-inner .bakery-section__map-img svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bakery-section-inner .bakery-section__map-img svg #map_img a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bakery-section-inner .bakery-section__cont {
  padding: 60px 20px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__cont {
    border-radius: 1rem;
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }
}
.bakery-section-inner .bakery-section__cont:last-child {
  margin: 0;
}
.bakery-section-inner .bakery-section__cont-inner {
  max-width: 904px;
  margin: 0 auto;
  width: auto;
}
.bakery-section-inner .bakery-section__cont-inner h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__cont-inner h3 {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li:last-child a {
  border-bottom: dotted 2px #C0BCB4;
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a {
  display: block;
  text-decoration: none;
  padding: 30px 0;
  border-top: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a {
    padding: 20px 0;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #453922;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a h4 {
    font-size: 1.6rem;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a .address-txt {
  color: #453922;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a .address-txt {
    font-size: 1.5rem;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a .address-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover h4 {
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover h4 {
    color: #453922;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover .address-txt {
  color: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover .address-txt {
    color: #453922;
  }
}
.bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover .address-txt::after {
  background: url(../../images/icon_btn_r_red.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .bakery-section-inner .bakery-section__cont-inner .bakery-section__list li a:hover .address-txt::after {
    background: url(../../images/icon_btn_r.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

/*-------------お知らせ_下層-------------*/
.bakery-lower-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section {
    padding: 0 20px 60px 20px;
  }
}
.bakery-lower-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.bakery-lower-section-inner h1 {
  margin: 0 0 40px 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner h1 {
    font-size: 2.4rem;
    margin: 0 0 30px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__flex {
    margin: 0 0 30px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__flex-img {
  width: 48.54%;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__flex-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .bakery-lower-section-inner .bakery-lower-section__flex-img:last-child {
    margin: 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__flex-img img {
    border-radius: 1rem;
  }
}
.bakery-lower-section-inner .bakery-lower-section__flex-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1.33;
  border: none;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__flex-img iframe {
    border-radius: 1rem;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr {
  border-top: dotted 2px #C0BCB4;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr:last-child {
  border-bottom: dotted 2px #C0BCB4;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td > a:hover {
    opacity: 1;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td span {
  color: #C50C1D;
  font-weight: 600;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 20%;
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont:first-child {
    margin: 10px 0 15px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt h4 {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p > a:hover {
    opacity: 1;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt p {
    margin: 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  margin: 20px 0 0 0;
  border-radius: 0.5rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-txt img {
    margin: 15px 0 0 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-img {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-img {
    width: 100%;
  }
}
.bakery-lower-section-inner .bakery-lower-section__table tbody tr td .address-cont-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.bakery-lower-section-inner .bakery-lower-section__btn {
  text-align: center;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn {
    margin: 30px 0 0 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #C50C1D;
  margin: 0 0 10px 0;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.bakery-lower-section-inner .bakery-lower-section__btn h5::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_l.svg);
  background-size: 8px;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bakery-lower-section-inner .bakery-lower-section__btn h5::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_r.svg);
  background-size: 8px;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bakery-lower-section-inner .bakery-lower-section__btn .btn-main {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.bakery-lower-section-inner .bakery-lower-section__btn .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.bakery-lower-section-inner .bakery-lower-section__btn .btn-main a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-lower-section-inner .bakery-lower-section__btn .btn-main a:hover {
    opacity: 1;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #C50C1D;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn .btn-main a {
    font-size: 1.5rem;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window.svg);
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.bakery-lower-section-inner .bakery-lower-section__btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back {
    margin: 30px auto 0 auto;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow.prev-txt {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow.prev-txt {
    margin: 0 15px 0 0;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow.next-txt {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow.next-txt {
    margin: 0 0 0 15px;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow a:hover {
    opacity: 1;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow a {
  font-size: 1.6rem;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-arrow a {
    font-size: 1.5rem;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main {
  max-width: 200px;
  width: 100%;
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main a:hover {
    opacity: 1;
  }
}
.bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bakery-lower-section-inner .bakery-lower-section__btn-back .btn-main a {
    font-size: 1.5rem;
  }
}

/*-------------福利厚生・研修制度-------------*/
.benefit-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .benefit-section {
    padding: 0 20px 60px 20px;
  }
}
.benefit-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.benefit-section-inner .benefit-section__heading {
  text-align: center;
}
.benefit-section-inner .benefit-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.benefit-section-inner .benefit-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.benefit-section-inner .benefit-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .benefit-section-inner .benefit-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.benefit-section-inner .benefit-section__heading {
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__heading {
    margin: 0 auto 30px auto;
  }
}
.benefit-section-inner .benefit-section__cont {
  max-width: 1024px;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont {
    margin: 0 auto 60px auto;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2rem;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item {
    padding: 30px 20px;
    border-radius: 1rem;
    flex-flow: column;
    margin: 0 0 20px 0;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item:last-child {
  margin: 0;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item--other {
  align-items: flex-start;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item--other h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item--other h3 {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item--other .benefit-section__sub-item {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: dotted 2px #C0BCB4;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item--other .benefit-section__sub-item:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item--other .benefit-section__sub-item h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item--other .benefit-section__sub-item h4 {
    font-size: 1.8rem;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-img {
  width: 36.55%;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.33;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-img img {
    border-radius: 1rem;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt {
  width: 59.12%;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-txt {
    width: 100%;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-txt h3 {
    font-size: 1.8rem;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .benefit-section-inner .benefit-section__cont .benefit-section__item-txt p > a:hover {
    opacity: 1;
  }
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.benefit-section-inner .benefit-section__cont .benefit-section__item-txt p:last-child {
  margin: 0;
}
.benefit-section-inner .benefit-section__info .benefit-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefit-section-inner .benefit-section__info .benefit-section__list li {
  width: 32.1%;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .benefit-section-inner .benefit-section__info .benefit-section__list li:last-child {
    margin: 0;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a:hover {
    opacity: 1;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a {
  height: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a {
    flex-flow: column;
    align-items: flex-start;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt {
  position: relative;
  padding: 0 25px 0 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt {
    padding: 0 20px 0 0;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt h3 {
  color: #453922;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt h3 {
    font-size: 1.6rem;
  }
}
.benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #453922;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .benefit-section-inner .benefit-section__info .benefit-section__list li a .benefit-section__list-txt p {
    font-size: 1.4rem;
  }
}

.entry-section {
  padding: 160px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4rem;
  margin: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .entry-section {
    border-radius: 2rem;
    padding: 60px 20px;
    margin: 0 0 60px 0;
  }
}
.entry-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.entry-section-inner .entry-section__heading {
  text-align: center;
}
.entry-section-inner .entry-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.entry-section-inner .entry-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.entry-section-inner .entry-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .entry-section-inner .entry-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.entry-section-inner .entry-section__heading {
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__heading {
    margin: 0 auto 30px auto;
  }
}
.entry-section-inner > p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.entry-section-inner > p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.entry-section-inner > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .entry-section-inner > p > a:hover {
    opacity: 1;
  }
}
.entry-section-inner > p span {
  color: #C50C1D;
  font-weight: 600;
}
.entry-section-inner > p {
  text-align: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .entry-section-inner > p {
    margin: 0 auto 30px auto;
    text-align: left;
  }
}
.entry-section-inner .entry-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-section-inner .entry-section__list li {
  width: 32.1%;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__list li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .entry-section-inner .entry-section__list li:last-child {
    margin: 0;
  }
}
.entry-section-inner .entry-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.entry-section-inner .entry-section__list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .entry-section-inner .entry-section__list li a:hover {
    opacity: 1;
  }
}
.entry-section-inner .entry-section__list li a {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #C50C1D;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__list li a {
    padding: 15px;
  }
}
.entry-section-inner .entry-section__list li a h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__list li a h3 {
    font-size: 1.8rem;
  }
}
.entry-section-inner .entry-section__list li a .btn-txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 5px 0 0 0;
  padding: 0 20px 0 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .entry-section-inner .entry-section__list li a .btn-txt {
    font-size: 1.4rem;
  }
}
.entry-section-inner .entry-section__list li a .btn-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------会社概要-------------*/
.company-section__philosophy {
  padding: 160px 20px;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy {
    padding: 30px 20px 60px 20px;
  }
}
.company-section__philosophy-inner {
  max-width: 800px;
  margin: 0 auto;
  width: auto;
}
.company-section__philosophy-inner .company-section__philosophy-heading {
  text-align: center;
}
.company-section__philosophy-inner .company-section__philosophy-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.company-section__philosophy-inner .company-section__philosophy-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.company-section__philosophy-inner .company-section__philosophy-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .company-section__philosophy-inner .company-section__philosophy-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.company-section__philosophy-inner .company-section__philosophy-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-heading {
    margin: 0 0 30px 0;
  }
}
.company-section__philosophy-inner .company-section__philosophy-img {
  margin: 0 0 20px 0;
}
.company-section__philosophy-inner .company-section__philosophy-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.33;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-img img {
    border-radius: 1rem;
  }
}
.company-section__philosophy-inner .company-section__philosophy-txt {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-txt {
    margin: 0 0 20px 0;
  }
}
.company-section__philosophy-inner .company-section__philosophy-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__philosophy-inner .company-section__philosophy-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__philosophy-inner .company-section__philosophy-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__philosophy-inner .company-section__philosophy-txt p > a:hover {
    opacity: 1;
  }
}
.company-section__philosophy-inner .company-section__philosophy-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__philosophy-inner .company-section__philosophy-txt p:last-child {
  margin: 0;
}
.company-section__philosophy-inner .company-section__philosophy-cont h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #C50C1D;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__philosophy-inner .company-section__philosophy-cont h4 {
    font-size: 1.8rem;
    margin: 0 0 15px 0;
  }
}
.company-section__philosophy-inner .company-section__philosophy-cont ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li::marker {
  color: #C50C1D;
  font-family: "Josefin Sans", sans-serif;
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__philosophy-inner .company-section__philosophy-cont ol li > a:hover {
    opacity: 1;
  }
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 830px) {
  .company-section__philosophy-inner .company-section__philosophy-cont ol li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.company-section__philosophy-inner .company-section__philosophy-cont ol li:last-child {
  margin: 0;
}
.company-section__message {
  padding: 160px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-section__message {
    padding: 60px 20px;
  }
}
.company-section__message-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.company-section__message-inner .company-section__message-heading {
  text-align: center;
}
.company-section__message-inner .company-section__message-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.company-section__message-inner .company-section__message-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.company-section__message-inner .company-section__message-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .company-section__message-inner .company-section__message-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.company-section__message-inner .company-section__message-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-heading {
    margin: 0 0 30px 0;
  }
}
.company-section__message-inner .company-section__message-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
}
.company-section__message-inner .company-section__message-flex .company-section__message-img {
  width: 39.1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-flex .company-section__message-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.company-section__message-inner .company-section__message-flex .company-section__message-img .profile-txt {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #C50C1D;
}
.company-section__message-inner .company-section__message-flex .company-section__message-img .profile-txt .title-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 0;
}
.company-section__message-inner .company-section__message-flex .company-section__message-img .profile-txt h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 0;
}
.company-section__message-inner .company-section__message-flex .company-section__message-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/2;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-flex .company-section__message-img img {
    border-radius: 1rem;
  }
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt {
  width: 56.7%;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-flex .company-section__message-txt {
    width: 100%;
  }
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__message-inner .company-section__message-flex .company-section__message-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__message-inner .company-section__message-flex .company-section__message-txt p > a:hover {
    opacity: 1;
  }
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__message-inner .company-section__message-flex .company-section__message-txt p:last-child {
  margin: 0;
}
.company-section__info {
  padding: 160px 20px;
}
@media screen and (max-width: 768px) {
  .company-section__info {
    padding: 60px 20px;
  }
}
.company-section__info-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.company-section__info-inner .company-section__info-heading {
  text-align: center;
}
.company-section__info-inner .company-section__info-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.company-section__info-inner .company-section__info-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.company-section__info-inner .company-section__info-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .company-section__info-inner .company-section__info-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.company-section__info-inner .company-section__info-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-heading {
    margin: 0 0 30px 0;
  }
}
.company-section__info-inner .company-section__info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.company-section__info-inner .company-section__info-table tbody tr {
  border-top: dotted 2px #C0BCB4;
}
.company-section__info-inner .company-section__info-table tbody tr:last-child {
  border-bottom: dotted 2px #C0BCB4;
}
.company-section__info-inner .company-section__info-table tbody tr td {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__info-inner .company-section__info-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__info-inner .company-section__info-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__info-inner .company-section__info-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 20%;
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont:first-child {
    margin: 10px 0 15px 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt h4 {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p > a:hover {
    opacity: 1;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt p {
    margin: 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  margin: 20px 0 0 0;
  border-radius: 0.5rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-txt img {
    margin: 15px 0 0 0;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-img {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .company-section__info-inner .company-section__info-table tbody tr td .address-cont-img {
    width: 100%;
  }
}
.company-section__info-inner .company-section__info-table tbody tr td .address-cont-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.company-section__history {
  padding: 160px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-section__history {
    padding: 60px 20px;
  }
}
.company-section__history-inner {
  max-width: 800px;
  margin: 0 auto;
  width: auto;
}
.company-section__history-inner .company-section__history-heading {
  text-align: center;
}
.company-section__history-inner .company-section__history-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.company-section__history-inner .company-section__history-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.company-section__history-inner .company-section__history-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .company-section__history-inner .company-section__history-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.company-section__history-inner .company-section__history-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-heading {
    margin: 0 0 30px 0;
  }
}
.company-section__history-inner .company-section__history-list {
  padding: 0 0 0 60px;
  margin: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list {
    padding: 0 0 0 20px;
  }
}
.company-section__history-inner .company-section__history-list::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #C50C1D;
  width: 2px;
  height: 100%;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.company-section__history-inner .company-section__history-list li {
  margin: 0 0 90px 0;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #fff8ed;
  border: solid 2px #C50C1D;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li {
    margin: 0 0 20px 0;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #fff8ed;
    border: solid 2px #C50C1D;
    border-radius: 1rem;
  }
}
.company-section__history-inner .company-section__history-list li:last-child {
  margin: 0;
}
.company-section__history-inner .company-section__history-list li::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #C50C1D;
  width: 60px;
  height: 2px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li::after {
    width: 20px;
    left: -20px;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont {
  max-width: 660px;
  margin: 0 auto;
  width: auto;
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont h3 {
    font-size: 1.5rem;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont h3 span {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont h3 span {
    font-size: 3.2rem;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: dotted 2px #C0BCB4;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item .year-txt {
  margin: 0 30px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item .year-txt {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item .year-txt span {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item .year-txt span {
    font-size: 1.8rem;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p > a:hover {
    opacity: 1;
  }
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p {
  flex: 1;
}
.company-section__history-inner .company-section__history-list li .company-section__history-cont .company-section__history-item p:last-child {
  margin: 0;
}
.company-section__csr {
  padding: 160px 20px;
}
@media screen and (max-width: 768px) {
  .company-section__csr {
    padding: 60px 20px;
  }
}
.company-section__csr-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.company-section__csr-inner .company-section__csr-heading {
  text-align: center;
}
.company-section__csr-inner .company-section__csr-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.company-section__csr-inner .company-section__csr-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.company-section__csr-inner .company-section__csr-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .company-section__csr-inner .company-section__csr-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.company-section__csr-inner .company-section__csr-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-heading {
    margin: 0 0 30px 0;
  }
}
.company-section__csr-inner .company-section__csr-cont {
  padding: 40px;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont {
    padding: 20px;
    border-radius: 1rem;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-img {
  width: 47.9%;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-img img {
    border-radius: 1rem;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt {
  width: 47.9%;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt {
    width: 100%;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt h3 {
    font-size: 2rem;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p > a:hover {
    opacity: 1;
  }
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.company-section__csr-inner .company-section__csr-cont .company-section__csr-list .company-section__csr-item .company-section__csr-txt p::last-child {
  margin: 0;
}

/*-------------採用-------------*/
.recruit-section {
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .recruit-section {
    padding: 0 20px 60px 20px;
  }
}
.recruit-section__job {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__job {
    margin: 0 auto 60px auto;
  }
}
.recruit-section__job-heading {
  text-align: center;
}
.recruit-section__job-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.recruit-section__job-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.recruit-section__job-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-section__job-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-heading {
    margin: 0 0 20px 0;
  }
}
.recruit-section__job-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recruit-section__job-list .recruit-section__job-item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item {
    border-radius: 1rem;
    margin: 0 0 10px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item:last-child {
  margin: 0;
}
.recruit-section__job-list .recruit-section__job-item-heading {
  padding: 40px 70px 40px 40px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading {
    padding: 15px 50px 15px 15px;
    border-radius: 1rem;
  }
}
.recruit-section__job-list .recruit-section__job-item-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_bottom.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading::after {
    right: 15px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.recruit-section__job-list .recruit-section__job-item-heading h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading h3 {
    font-size: 1.8rem;
  }
}
.recruit-section__job-list .recruit-section__job-item-heading .sub-txt {
  margin: 5px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading .sub-txt {
    font-size: 1.4rem;
    margin: 0;
  }
}
.recruit-section__job-list .recruit-section__job-item-heading.is-active {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading.is-active {
    border-radius: 1rem 1rem 0 0;
  }
}
.recruit-section__job-list .recruit-section__job-item-heading.is-active::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_top.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item-heading.is-active::after {
    right: 15px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont {
  overflow: hidden;
  line-height: 0;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0 40px;
  transition-duration: 0.7s;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont {
    padding: 0 15px;
    border-radius: 0 0 1rem 1rem;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont.is-open {
  padding: 0 40px 60px 40px;
  line-height: 1.5;
  height: auto;
  opacity: 1;
  transition-duration: 0.7s;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont.is-open {
    padding: 0 15px 30px 15px;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
  border-top: dotted 2px #C0BCB4;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex {
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex:last-child {
  margin: 0;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-img {
  width: 47.89%;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-img img {
    border-radius: 1rem;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt {
  width: 47.89%;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt {
    width: 100%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-flex-txt p:last-child {
  margin: 0;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail {
    margin: 0 0 30px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail:last-child {
  margin: 0;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail h4 {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 30.51%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list::after {
    width: 100%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li {
  width: 30.51%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li:last-child {
    margin: 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img {
  position: relative;
  margin: 0 0 15px 0;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img .number-txt {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #fff;
  border: solid 2px #C50C1D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img .number-txt {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -5px;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img .number-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img .number-txt span {
    font-size: 1.5rem;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-img img {
    border-radius: 0.5rem;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list li .recruit-section__job-list-txt p:last-child {
  margin: 0;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li {
  position: relative;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_red.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(../../images/icon_arrow_bot_red.svg);
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -15px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li:nth-of-type(3n)::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li:nth-of-type(3n)::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(../../images/icon_arrow_bot_red.svg);
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -15px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li:nth-of-type(4)::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_red.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li:nth-of-type(4)::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-list--flow li:last-child::before {
    content: none;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr {
  border-top: dotted 2px #C0BCB4;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr:last-child {
  border-bottom: dotted 2px #C0BCB4;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 20%;
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont:first-child {
    margin: 10px 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt h4 {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt p {
    margin: 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  margin: 20px 0 0 0;
  border-radius: 0.5rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-txt img {
    margin: 15px 0 0 0;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-img {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-img {
    width: 100%;
  }
}
.recruit-section__job-list .recruit-section__job-item .recruit-section__job-cont .recruit-section__job-detail .recruit-section__job-table tbody tr td .address-cont-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.recruit-section__job-list .recruit-section__job-item .btn-main {
  max-width: 300px;
  width: 100%;
}
.recruit-section__job-list .recruit-section__job-item .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-section__job-list .recruit-section__job-item .btn-main a {
    font-size: 1.5rem;
  }
}
.recruit-section__job-list .recruit-section__job-item .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.recruit-section__job-list .recruit-section__job-item .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__job-list .recruit-section__job-item .btn-main a:hover {
    background: #453922;
  }
}
.recruit-section__job-list .recruit-section__job-item .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.recruit-section__job-list .recruit-section__job-item .btn-main {
  margin: 0 auto;
}
.recruit-section__desc {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc {
    margin: 0 auto 60px auto;
  }
}
.recruit-section__desc-heading {
  text-align: center;
}
.recruit-section__desc-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.recruit-section__desc-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.recruit-section__desc-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .recruit-section__desc-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-section__desc-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-heading {
    margin: 0 0 20px 0;
  }
}
.recruit-section__desc-cont {
  padding: 80px 20px;
  background: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont {
    border-radius: 1.5rem;
    padding: 40px 20px;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr {
  border-top: dotted 2px #C0BCB4;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr:last-child {
  border-bottom: dotted 2px #C0BCB4;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 20%;
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont:first-child {
    margin: 10px 0 15px 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt h4 {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt p {
    margin: 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  margin: 20px 0 0 0;
  border-radius: 0.5rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-txt img {
    margin: 15px 0 0 0;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-img {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-img {
    width: 100%;
  }
}
.recruit-section__desc-cont .recruit-section__desc-table tbody tr td .address-cont-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.recruit-section__desc-cont .recruit-section__desc-table {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.recruit-section__flow {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow {
    margin: 0 auto 60px auto;
  }
}
.recruit-section__flow-heading {
  text-align: center;
}
.recruit-section__flow-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.recruit-section__flow-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.recruit-section__flow-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-section__flow-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-heading {
    margin: 0 0 30px 0;
  }
}
.recruit-section__flow-cont {
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont {
    margin: 0 auto 40px auto;
  }
}
.recruit-section__flow-cont:last-child {
  margin: 0 auto;
}
.recruit-section__flow-cont h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont h3 {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
}
.recruit-section__flow-cont p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__flow-cont p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__flow-cont p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-cont p > a:hover {
    opacity: 1;
  }
}
.recruit-section__flow-cont p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__flow-cont p:last-child {
  margin: 0;
}
.recruit-section__flow-cont .recruit-section__flow-contact {
  padding: 80px 20px;
  margin: 40px 0 60px 0;
  background: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact {
    border-radius: 1.5rem;
    padding: 40px 20px;
    margin: 30px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact h4 {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr {
  border-top: dotted 2px #C0BCB4;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr:last-child {
  border-bottom: dotted 2px #C0BCB4;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 20%;
  margin: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont:first-child {
    margin: 10px 0 15px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt h4 {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt p {
    margin: 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
  margin: 20px 0 0 0;
  border-radius: 0.5rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-txt img {
    margin: 15px 0 0 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-img {
  width: 48.84%;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-img {
    width: 100%;
  }
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table tbody tr td .address-cont-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.recruit-section__flow-cont .recruit-section__flow-contact .recruit-section__flow-table {
  max-width: 800px;
  margin: 0 auto;
  width: auto;
}
.recruit-section__flow-cont .recruit-section__flow-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.recruit-section__flow-cont .recruit-section__flow-list::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 40px;
  top: 0;
  background: #C50C1D;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list::after {
    left: 28px;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item {
    margin: 0 0 20px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item:last-child {
  margin: 0;
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number {
  margin: 0 30px 0 0;
  width: 80px;
  height: 80px;
  border: solid 2px #C50C1D;
  background: #fff8ed;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number {
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Josefin Sans", sans-serif;
  color: #C50C1D;
  text-align: center;
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number-inner .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number-inner .en-txt {
    font-size: 1.2rem;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number-inner .number-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-number-inner .number-txt {
    font-size: 1.5rem;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt {
  flex: 1;
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt h4 {
    font-size: 1.6rem;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .recruit-section__flow-list .recruit-section__flow-item .recruit-section__flow-txt p {
    margin: 15px 0 0 0;
  }
}
.recruit-section__flow-cont .btn-entry {
  max-width: 380px;
  width: 100%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .btn-entry {
    margin: 20px auto 0 auto;
  }
}
.recruit-section__flow-cont .btn-entry a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.recruit-section__flow-cont .btn-entry a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__flow-cont .btn-entry a:hover {
    opacity: 1;
  }
}
.recruit-section__flow-cont .btn-entry a {
  padding: 20px 10px;
  box-sizing: border-box;
  background: #C50C1D;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .btn-entry a {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}
.recruit-section__flow-cont .btn-entry a span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit-section__flow-cont .btn-entry a span {
    font-size: 1.4rem;
  }
}
.recruit-section__flow-cont .btn-entry a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_window.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.recruit-section__about {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section__about {
    margin: 0 auto 60px auto;
  }
}
.recruit-section__about-heading {
  text-align: center;
}
.recruit-section__about-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.recruit-section__about-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__about-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.recruit-section__about-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .recruit-section__about-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-section__about-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__about-heading {
    margin: 0 0 20px 0;
  }
}
.recruit-section__about p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__about p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__about p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__about p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__about p > a:hover {
    opacity: 1;
  }
}
.recruit-section__about p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__about p:last-child {
  margin: 0;
}
.recruit-section__btn {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.recruit-section__btn .recruit-section__btn-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item {
  width: 48.4%;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item:last-child {
    margin: 0;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a:hover {
    opacity: 1;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 70px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a {
    border-radius: 1rem;
    padding: 20px 20px 50px 20px;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-img {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-img {
    margin: 0 0 20px 0;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1.33;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-img img {
    border-radius: 1rem;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt {
  color: #453922;
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt h3 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.recruit-section__btn .recruit-section__btn-list .recruit-section__btn-item a .recruit-section__btn-txt p:last-child {
  margin: 0;
}

/*-------------お問い合わせ-------------*/
.contact-section {
  padding: 160px 20px;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 60px 20px;
  }
}
.contact-section__faq {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .contact-section__faq {
    margin: 0 auto 60px auto;
  }
}
.contact-section__faq-heading {
  text-align: center;
}
.contact-section__faq-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.contact-section__faq-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.contact-section__faq-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .contact-section__faq-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-section__faq-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-heading {
    margin: 0 0 20px 0;
  }
}
.contact-section__faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-section__faq-list .contact-section__faq-item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item {
    border-radius: 1rem;
    margin: 0 0 10px 0;
  }
}
.contact-section__faq-list .contact-section__faq-item.is-hidden {
  display: none;
}
.contact-section__faq-list .contact-section__faq-item:last-child {
  margin: 0;
}
.contact-section__faq-list .contact-section__faq-item-heading {
  padding: 30px 50px 30px 30px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading {
    padding: 15px 50px 15px 15px;
    border-radius: 1rem;
  }
}
.contact-section__faq-list .contact-section__faq-item-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_bottom.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading::after {
    right: 15px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.contact-section__faq-list .contact-section__faq-item-heading h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading h3 {
    font-size: 1.6rem;
    padding: 0 0 0 20px;
  }
}
.contact-section__faq-list .contact-section__faq-item-heading h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading h3::before {
    font-size: 1.6rem;
  }
}
.contact-section__faq-list .contact-section__faq-item-heading.is-active {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading.is-active {
    border-radius: 1rem 1rem 0 0;
  }
}
.contact-section__faq-list .contact-section__faq-item-heading.is-active::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_top.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item-heading.is-active::after {
    right: 15px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt {
  overflow: hidden;
  line-height: 0;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0 30px;
  transition-duration: 0.7s;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt {
    padding: 0 15px;
    border-radius: 0 0 1rem 1rem;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt.is-open {
  padding: 0 30px 30px 30px;
  line-height: 1.5;
  height: auto;
  opacity: 1;
  transition-duration: 0.7s;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt.is-open {
    padding: 0 15px 30px 15px;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner {
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner {
    padding: 0 0 0 20px;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner::before {
    font-size: 1.6rem;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p > a:hover {
    opacity: 1;
  }
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p span {
  color: #C50C1D;
  font-weight: 600;
}
.contact-section__faq-list .contact-section__faq-item .contact-section__faq-txt-inner p:last-child {
  margin: 0;
}
.contact-section__faq-btn {
  margin: 20px auto 0 auto;
}
.contact-section__faq-btn #faq-toggle-btn {
  cursor: pointer;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section__faq-btn #faq-toggle-btn:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__faq-btn #faq-toggle-btn:hover {
    opacity: 1;
  }
}
.contact-section__faq-btn #faq-toggle-btn {
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-section__faq-btn #faq-toggle-btn {
    font-size: 1.5rem;
  }
}
.contact-section__form {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.contact-section__form-heading {
  text-align: center;
}
.contact-section__form-heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.contact-section__form-heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-section__form-heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.contact-section__form-heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-section__form-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-heading {
    margin: 0 0 30px 0;
  }
}
.contact-section__form-txt {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px) {
  .contact-section__form-txt {
    margin: 0 auto 30px auto;
  }
}
.contact-section__form-txt h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .contact-section__form-txt h3 {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
}
.contact-section__form-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-section__form-txt ul li {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.contact-section__form-txt ul li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.contact-section__form-txt ul li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-txt ul li > a:hover {
    opacity: 1;
  }
}
.contact-section__form-txt ul li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .contact-section__form-txt ul li {
    font-size: 1.5rem;
  }
}
.contact-section__form-txt ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #C50C1D;
  background-size: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contact-section__form-txt ul li::before {
    top: 10px;
  }
}
.contact-section__form-txt ul li:last-child {
  margin: 0;
}
.contact-section__form-list {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  margin: 0 auto 100px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .contact-section__form-list {
    border-radius: 1rem;
    margin: 0 auto 20px auto;
  }
}
.contact-section__form-list li {
  width: 33.3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section__form-list li {
    width: 100%;
  }
}
.contact-section__form-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: #453922;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact-section__form-list li a {
    font-size: 1.6rem;
  }
}
.contact-section__form-list li a:hover {
  transition: all 0.3s;
  background: #453922;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-list li a:hover {
    color: #453922;
    background: #fff;
  }
}
.contact-section__form-list li:first-child a {
  border-radius: 10rem 0 0 10rem;
  border-right: solid 1px #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-list li:first-child a {
    border-radius: 1rem 1rem 0 0;
    border-right: none;
    border-bottom: solid 1px #453922;
  }
}
.contact-section__form-list li:last-child a {
  border-radius: 0 10rem 10rem 0;
  border-left: solid 1px #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-list li:last-child a {
    border-radius: 0 0 1rem 1rem;
    border-left: none;
    border-top: solid 1px #453922;
  }
}
.contact-section__form-list li.active a {
  background: #453922;
  color: #fff;
}
.contact-section__form-main {
  padding: 80px 20px;
  background: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main {
    border-radius: 1.5rem;
    padding: 40px 20px;
  }
}
.contact-section__form-main-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.contact-section__form-main-inner h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner h3 {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item {
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item {
    flex-flow: column;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item--start {
  align-items: flex-start;
}
.contact-section__form-main-inner .contact-section__form-item--file {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item--file {
    margin: 0 0 10px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item > label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #453922;
  margin: 0 40px 0 0;
  width: 315px;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item > label {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item > label .required {
  color: #fff;
  background: #C50C1D;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0.5rem;
  padding: 2px 10px;
  margin: 0 5px 0 0;
}
.contact-section__form-main-inner .contact-section__form-item > label .any {
  color: #C50C1D;
  border: solid 1px #C50C1D;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0.5rem;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont {
  flex: 1;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #C0BCB4;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 10px 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont input::-moz-placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont input::placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
  color: #C50C1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-cont .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-address {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap {
    max-width: 160px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #C0BCB4;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 10px 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address .wpcf7-form-control-wrap input::placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address button {
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #453922;
  text-decoration: none;
  max-width: 143px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  border-radius: 10rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-address button:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-address button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-address button {
    padding: 14.4px 20px;
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-select {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select {
  overflow: hidden;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select .wpcf7-form-control-wrap {
  position: relative;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select .wpcf7-form-control-wrap::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_bot.svg);
  background-size: 12px;
  width: 12px;
  height: 6.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background-image: none;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #C0BCB4;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-select select {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 10px 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select select::-moz-placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select select::placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-select select {
  max-width: 240px;
  width: 100%;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-file {
  flex: 1;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-file .wpcf7-form-control-wrap {
  font-size: 1.6rem;
  display: block;
  margin: 0 10px 15px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-file .wpcf7-form-control-wrap {
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-file .wpcf7-form-control-wrap::last-child {
  margin: 0;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap {
  display: block;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 0 10px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #C50C1D;
  font-weight: 600;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: 0;
  background: #fff;
  border: solid 2px #C50C1D;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  content: "";
  display: block;
  background: url(../../images/icon_check.svg);
  background-size: 11px;
  width: 11px;
  height: 7.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
    left: 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #C50C1D;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check {
  flex: 1;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 10px 10px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #C0BCB4;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #453922;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 10px 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea::-moz-placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea::placeholder {
  color: #C0BCB4;
}
.contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea {
  height: 300px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item .contact-section__form-textarea textarea {
    height: 200px;
  }
}
.contact-section__form-main-inner .contact-section__form-item .note-txt {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.contact-section__form-main-inner .contact-section__form-note {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-note {
    margin: 40px 0 0 0;
  }
}
.contact-section__form-main-inner .contact-section__form-note h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 2px #C0BCB4;
  text-align: left;
}
.contact-section__form-main-inner .contact-section__form-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-section__form-main-inner .contact-section__form-note ul li {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-note ul li {
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-note ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #C50C1D;
  background-size: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-note ul li::before {
    top: 10px;
  }
}
.contact-section__form-main-inner .contact-section__form-note ul li:last-child {
  margin: 0;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap {
  display: block;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 0 10px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #C50C1D;
  font-weight: 600;
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: 0;
  background: #fff;
  border: solid 2px #C50C1D;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  content: "";
  display: block;
  background: url(../../images/icon_check.svg);
  background-size: 11px;
  width: 11px;
  height: 7.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
    left: 5px;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #C50C1D;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .contact-section__form-item-check {
    margin: 20px 0;
  }
}
.contact-section__form-main-inner .contact-section__form-item-check .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-section__form-main-inner .note-main-txt {
  margin: 40px auto;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #C50C1D;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .note-main-txt {
    margin: 20px 0;
    font-size: 1.5rem;
  }
}
.contact-section__form-main-inner .btn-form .wpcf7-spinner {
  display: none;
}
.contact-section__form-main-inner .btn-form span {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contact-section__form-main-inner .btn-form span input {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section__form-main-inner .btn-form span input:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-main-inner .btn-form span input:hover {
    opacity: 1;
  }
}
.contact-section__form-main-inner .btn-form span input {
  cursor: pointer;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #C50C1D;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 10rem;
  position: relative;
  border: none;
}
@media screen and (max-width: 1100px) {
  .contact-section__form-main-inner .btn-form span input {
    font-size: 1.6rem;
  }
}
.contact-section__form-main-inner .btn-form span::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
  z-index: 1;
}
.contact-section__form-main-inner .btn-form span input[type=submit] {
  -webkit-appearance: none;
  text-decoration: none;
}
.contact-section__form-main-inner .wpcf7-response-output {
  display: block;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #C50C1D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section__form-main-inner .wpcf7-response-output {
    font-size: 1.5rem;
  }
}

/*-------------ページが見つかりせん-------------*/
.not-section {
  padding: 0 20px 160px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .not-section {
    padding: 0 20px 60px 20px;
  }
}
.not-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.not-section-inner p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.not-section-inner p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.not-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner p > a:hover {
    opacity: 1;
  }
}
.not-section-inner p span {
  color: #C50C1D;
  font-weight: 600;
}
.not-section-inner p {
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    margin: 0 0 20px 0;
  }
}
.not-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.not-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  background: #453922;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main a {
    font-size: 1.5rem;
  }
}
.not-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.not-section-inner .btn-main a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .btn-main a:hover {
    background: #453922;
  }
}
.not-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 15px;
}
.not-section-inner .btn-main {
  margin: 0 auto;
}

/*-------------固定ページ-------------*/
.page-section {
  padding: 0 20px 160px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 0 20px 60px 20px;
  }
}
.page-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.page-section-inner h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 60px 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  .page-section-inner h2 {
    font-size: 2.2rem;
    margin: 40px 0 20px 0;
  }
}
.page-section-inner h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-section-inner h3 {
    font-size: 2rem;
    margin: 30px 0 20px 0;
  }
}
.page-section-inner h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-section-inner h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.page-section-inner p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.page-section-inner p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.page-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner p > a:hover {
    opacity: 1;
  }
}
.page-section-inner p span {
  color: #C50C1D;
  font-weight: 600;
}
.page-section-inner p {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner p {
    margin: 20px 0;
  }
}
.page-section-inner ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-section-inner ul {
    margin: 20px 0;
  }
}
.page-section-inner ul li {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.page-section-inner ul li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.page-section-inner ul li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner ul li > a:hover {
    opacity: 1;
  }
}
.page-section-inner ul li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .page-section-inner ul li {
    font-size: 1.5rem;
  }
}
.page-section-inner ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #C50C1D;
  background-size: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page-section-inner ul li::before {
    top: 10px;
  }
}
.page-section-inner ul li:last-child {
  margin: 0;
}
.page-section-inner ol {
  margin: 30px 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page-section-inner ol {
    margin: 20px 0;
  }
}
.page-section-inner ol li {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.page-section-inner ol li::marker {
  color: #C50C1D;
  font-family: "Josefin Sans", sans-serif;
}
.page-section-inner ol li > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.page-section-inner ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner ol li > a:hover {
    opacity: 1;
  }
}
.page-section-inner ol li span {
  font-weight: 600;
  color: #C50C1D;
}
@media screen and (max-width: 768px) {
  .page-section-inner ol li {
    font-size: 1.5rem;
  }
}
.page-section-inner ol li:last-child {
  margin: 0;
}

/*-------------module-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------ヘッダー-------------*/
header .header-wrap {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: solid 1px #C0BCB4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .header-wrap {
    padding: 12px 10px;
    flex-flow: column;
    align-items: flex-start;
  }
}
header .header-wrap h1 {
  margin: 0 20px 0 0;
}
header .header-wrap h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap h1 a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a:hover {
    opacity: 1;
  }
}
header .header-wrap h1 a {
  max-width: 130px;
  width: 100%;
}
header .header-wrap h1 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-wrap__nav {
  display: flex;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav {
    display: none;
    margin: 26px 0 0 0;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header .header-wrap__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list {
    flex-flow: column;
  }
}
header .header-wrap__nav-list li {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1400px) {
  header .header-wrap__nav-list li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
header .header-wrap__nav-list li:last-child {
  margin: 0;
}
header .header-wrap__nav-list li a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4;
  color: #453922;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li a {
    padding: 0 0 15px 0;
    border-bottom: dotted 1px #C0BCB4;
  }
}
header .header-wrap__nav-list li a {
  display: block;
}
header .header-wrap__nav-list li a:hover {
  transition: all 0.3s;
  color: #C50C1D;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li a:hover {
    color: #453922;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item {
  cursor: pointer;
  position: relative;
}
header .header-wrap__nav-list li.header-wrap__nav-item > a {
  display: block;
  text-decoration: none;
  padding: 0 17px 0 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > a {
    padding: 0 25px 15px 0;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item > a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_bottom_tya.svg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > a::after {
    top: 4px;
    transform: none;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item:hover > a {
  color: #C50C1D;
}
header .header-wrap__nav-list li.header-wrap__nav-item:hover > a::after {
  background: url(../../images/icon_btn_bottom_red.svg);
  background-size: 12px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item:hover > a::after {
    background: url(../../images/icon_btn_bottom_tya.svg);
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item:hover > a.is-active {
  color: #C50C1D;
}
header .header-wrap__nav-list li.header-wrap__nav-item:hover > a.is-active::after {
  background: url(../../images/icon_btn_bottom_red.svg);
  background-size: 12px;
}
header .header-wrap__nav-list li.header-wrap__nav-item:hover .sub-menu {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu {
  z-index: 2;
  position: absolute;
  top: 30px;
  width: 280px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: solid 1px #C0BCB4;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 2rem;
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_fukidashi.svg);
  background-size: 14px;
  width: 14px;
  height: 9px;
  position: absolute;
  left: 25px;
  top: -9px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu {
    display: block;
    position: static;
    overflow: hidden;
    width: auto;
    line-height: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    transition-duration: 0.2s;
    visibility: visible;
    padding: 0 15px;
    max-width: 100%;
    border: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu.is-open {
    line-height: 1.5;
    height: auto;
    opacity: 1;
    transition-duration: 0.2s;
    padding: 15px 15px 0 15px;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
  margin: 0 0 15px 0;
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li:last-child {
  margin: 0;
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
  font-size: 1.5rem;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #453922;
  box-sizing: border-box;
  position: relative;
  border-bottom: dotted 2px #C0BCB4;
  padding: 0 25px 15px 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
    border-bottom: dotted 1px #C0BCB4;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_r.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a::after {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
    font-size: 1.5rem;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a:hover {
  color: #C50C1D;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a:hover {
    color: #453922;
  }
}
header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a:hover::after {
  background: url(../../images/icon_btn_r_red.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a:hover::after {
    background: url(../../images/icon_btn_r.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
}
header .header-wrap__nav-sns-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 30px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-sns-list {
    margin: 20px 0;
    justify-content: center;
  }
}
header .header-wrap__nav-sns-list li {
  margin: 0 15px 0 0;
}
header .header-wrap__nav-sns-list li:last-child {
  margin: 0;
}
header .header-wrap__nav-sns-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap__nav-sns-list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-sns-list li a:hover {
    opacity: 1;
  }
}
header .header-wrap__nav-sns-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-wrap__nav-contact a {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background: #453922;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
header .header-wrap__nav-contact a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_mail.svg);
  background-size: 18px;
  width: 18px;
  height: 13px;
  position: relative;
  top: 1px;
}
header .header-wrap__nav-contact a:hover {
  background: #C50C1D;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__nav-contact a:hover {
    background: #453922;
  }
}
header .header-wrap__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__menu {
    display: block;
  }
}
header .header-wrap__menu-icon {
  position: relative;
  background: #C50C1D;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
header .header-wrap__menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background: #fff;
  width: 34%;
}
header .header-wrap__menu-icon span:nth-of-type(1) {
  top: 15px;
}
header .header-wrap__menu-icon span:nth-of-type(2) {
  top: 22px;
}
header .header-wrap__menu-icon span:nth-of-type(3) {
  top: 29px;
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(1) {
  top: 22px;
  transform: rotate(-45deg);
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(2) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(3) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap__menu .en-txt {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*-------------base-------------*/
/*-------------mixin-------------*/
.footer-contact-section {
  padding: 0 20px;
}
.footer-contact-section__cont {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont {
    border-radius: 1rem;
  }
}
.footer-contact-section__cont-inner {
  padding: 90px 20px;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section__cont-inner {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner {
    padding: 40px 20px;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__heading {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section__cont-inner .footer-contact-section__heading {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.footer-contact-section__cont-inner .footer-contact-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner .footer-contact-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section__cont-inner .footer-contact-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt {
  max-width: 495px;
  width: 100%;
  flex: 1;
}
.footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact {
    margin: 0 0 15px 0;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a:hover {
    opacity: 1;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a {
  background: #C50C1D;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a {
    padding: 15px;
    font-size: 1.6rem;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_mail.svg);
  background-size: 25px;
  width: 25px;
  height: 18px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt .btn-contact a::before {
    background-size: 20px;
    width: 20px;
    height: 14px;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.footer-contact-section__cont-inner .footer-contact-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section__cont-inner .footer-contact-section__txt p > a:hover {
    opacity: 1;
  }
}
.footer-contact-section__cont-inner .footer-contact-section__txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.footer-contact-section__cont-inner .footer-contact-section__txt p:last-child {
  margin: 0;
}

.footer-tel-section {
  padding: 0 20px;
}
.footer-tel-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  background: #fff;
  border-radius: 2rem;
  padding: 90px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner {
    border-radius: 1rem;
    padding: 40px 20px;
  }
}
.footer-tel-section-inner .footer-tel-section__cont {
  max-width: 1024px;
  width: auto;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont {
    margin: 0 auto 40px auto;
  }
}
.footer-tel-section-inner .footer-tel-section__cont:last-child {
  margin: 0 auto;
}
.footer-tel-section-inner .footer-tel-section__cont-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner {
    flex-flow: column;
    align-items: center;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1100px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading .en-txt {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  color: #C50C1D;
  margin: 0 0 10px 0;
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading h2 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border.svg);
  background-size: 30px;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__heading h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt {
  max-width: 495px;
  width: 100%;
  flex: 1;
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt {
    text-align: center;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a:hover {
    opacity: 1;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a {
  font-size: 4.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #C50C1D;
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a {
    font-size: 3.2rem;
    padding: 0 0 0 30px;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_tel.svg);
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .number-txt a::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .reception-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #C50C1D;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt .footer-tel-section__tel .reception-txt {
    font-size: 1.5rem;
    text-align: center;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p {
  font-size: 1.6rem;
  color: #453922;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p > a {
  color: #C50C1D;
  transition: all 0.3s;
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p > a:hover {
    opacity: 1;
  }
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p span {
  color: #C50C1D;
  font-weight: 600;
}
.footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p {
  font-size: 1.4rem;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer-tel-section-inner .footer-tel-section__cont-inner .footer-tel-section__txt p {
    margin: 10px 0 0 0;
  }
}

footer .footer-cont {
  padding: 90px 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-cont {
    padding: 40px 20px;
  }
}
footer .footer-cont .page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  footer .footer-cont .page-top {
    right: 10px;
    bottom: 10px;
  }
}
footer .footer-cont .page-top a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-cont .page-top a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-cont .page-top a:hover {
    opacity: 1;
  }
}
footer .footer-cont .page-top a {
  background: #C0BCB4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer-cont .page-top a {
    width: 40px;
    height: 40px;
  }
}
footer .footer-cont .page-top a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer-cont .page-top a img {
    width: 15px;
    height: 15px;
  }
}
footer .footer-cont-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
footer .footer-cont-inner .footer-cont__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-cont-inner .footer-cont__nav-item {
  width: 18.7%;
}
@media screen and (max-width: 768px) {
  footer .footer-cont-inner .footer-cont__nav-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .footer-cont-inner .footer-cont__nav-item:last-child {
    margin: 0;
  }
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  list-style: none;
  border-left: solid 2px #C0BCB4;
}
@media screen and (max-width: 768px) {
  footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list {
    padding: 0 0 0 15px;
  }
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list:last-child {
  margin: 0;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li {
  margin: 0 0 10px 0;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li:last-child {
  margin: 0;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4;
  color: #453922;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li a:hover {
  transition: all 0.3s;
  color: #C50C1D;
}
@media screen and (max-width: 1100px) {
  footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li a:hover {
    color: #453922;
  }
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li .sub-menu {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li .sub-menu li a {
  color: #C0BCB4;
  display: block;
}
footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li .sub-menu li a:hover {
  transition: all 0.3s;
  color: #C50C1D;
}
@media screen and (max-width: 1100px) {
  footer .footer-cont-inner .footer-cont__nav-item .footer-cont__nav-list li .sub-menu li a:hover {
    color: #453922;
  }
}
footer .footer-cont-inner .footer-cont__nav-sns-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-cont-inner .footer-cont__nav-sns-list {
    margin: 30px 0 0 0;
    justify-content: center;
  }
}
footer .footer-cont-inner .footer-cont__nav-sns-list li {
  margin: 0 15px 0 0;
}
footer .footer-cont-inner .footer-cont__nav-sns-list li:last-child {
  margin: 0;
}
footer .footer-cont-inner .footer-cont__nav-sns-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-cont-inner .footer-cont__nav-sns-list li a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-cont-inner .footer-cont__nav-sns-list li a:hover {
    opacity: 1;
  }
}
footer .footer-cont-inner .footer-cont__nav-sns-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 32px;
}
footer .footer-info {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    padding: 20px;
  }
}
footer .footer-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner {
    flex-flow: column;
  }
}
footer .footer-info-inner h1 {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner h1 {
    margin: 0 auto 15px auto;
  }
}
footer .footer-info-inner h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-info-inner h1 a:hover {
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-info-inner h1 a:hover {
    opacity: 1;
  }
}
footer .footer-info-inner h1 a {
  max-width: 185px;
  width: 100%;
}
footer .footer-info-inner h1 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-info-inner .footer-info__txt .link-txt {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner .footer-info__txt .link-txt {
    text-align: center;
    font-size: 1.3rem;
  }
}
footer .footer-info-inner .footer-info__txt .link-txt a {
  color: #453922;
  display: block;
}
footer .footer-info-inner .footer-info__txt .link-txt a:hover {
  transition: all 0.3s;
  color: #C50C1D;
}
@media screen and (max-width: 1100px) {
  footer .footer-info-inner .footer-info__txt .link-txt a:hover {
    color: #453922;
  }
}
footer .footer-info-inner .footer-info__txt .copy-txt {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin: 10px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-info-inner .footer-info__txt .copy-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */