@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.crimson-text {
  font-family: "Crimson Text", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/******************************/
/* 見出し　 */
/******************************/
.wide_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wide_ttl.type01 .en_ttl {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .wide_ttl.type01 .en_ttl {
    font-size: 22px;
  }
}
.wide_ttl .en_ttl {
  font-size: 44px;
}
@media (max-width: 1024px) {
  .wide_ttl .en_ttl {
    font-size: 28px;
  }
}
.wide_ttl .jp_ttl {
  border-left: solid 1px #333;
  margin-left: 15px;
  padding-left: 15px;
}

.cnt_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt_ttl.type_gold {
  color: #684C04;
}
.cnt_ttl.type_gold .num {
  border-right: solid 2px #684C04;
}
.cnt_ttl .num {
  font-family: "Cardo", serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  border-right: solid 2px #070707;
  padding-right: 20px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cnt_ttl .num .txt01 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .cnt_ttl .num .txt01 {
    font-size: 10px;
  }
}
.cnt_ttl .num .txt02 {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cnt_ttl .num .txt02 {
    font-size: 30px;
  }
}
.cnt_ttl .ttl_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Zen Old Mincho", serif;
}

.sb_ttl {
  border-left: 4px solid #1f9681;
  color: #1f9681;
  padding-left: 10px;
  font-size: 18px;
}

.ttl00 {
  font-size: 70px;
}
.ttl00.eng {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .ttl00 {
    font-size: 50px;
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ttl01 {
    text-align: center;
  }
}
.ttl01 .jp_txt {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-weight: normal;
  margin-bottom: 10px;
}
.ttl01 .eng_txt {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
}

.ttl02 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .ttl02 {
    margin-bottom: 40px;
  }
}
.ttl02.c_line {
  margin-bottom: 140px;
}
.ttl02.c_line:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #fff;
}
.ttl02 .jp_txt {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  font-weight: normal;
  margin-bottom: 10px;
}
.ttl02 .eng_txt {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
}

.ttl03 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-left: solid 4px #F89246;
  margin-bottom: 20px;
  padding: 0 10px 0;
}
@media (max-width: 767px) {
  .ttl03 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.ttl03::before {
  content: "";
  position: absolute;
  width: 100%;
  left: -4px;
  bottom: -10px;
  height: 2px;
  border-bottom: dotted 2px #F89246;
}
.ttl03.non_border:before {
  display: none;
}

.ttl04 {
  position: relative;
  text-align: center;
}
.ttl04 .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
}
.ttl04 .en_ttl {
  font-family: "Crimson Text", serif;
  line-height: 1;
  font-size: 100px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .ttl04 .en_ttl {
    font-size: 48px;
  }
}

.ttl05 {
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.ttl05.type01 {
  border-bottom: solid 1px #8A8A8A;
}
.ttl05.type02 {
  border-bottom: solid 1px #9B8D81;
}
.ttl05.type03 {
  border-bottom: solid 1px #612D00;
}
.ttl05.type04 {
  border-bottom: dotted 2px #8A8A8A;
  margin-bottom: 25px;
}

.ttl06 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ttl06 {
    font-size: 20px;
  }
}
.ttl06::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: dotted 2px #F89246;
}

.ttl07 {
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 4px #F89246;
  background-color: #fff;
  width: 80%;
  padding: 5px 0;
}
.ttl07 .eng_ttl {
  font-family: "Outfit", sans-serif;
  -webkit-text-stroke: 2px #F89246;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ttl07 .eng_ttl {
    font-size: 24px;
  }
}
.ttl07 .jp_ttl {
  font-size: 20px;
  margin-left: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ttl07 .jp_ttl {
    font-size: 14px;
    margin-left: 15px;
  }
}

.ttl08 {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}
.ttl08:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100px;
  background-color: #F89246;
}

.ttl09 {
  position: relative;
}
.ttl09.type_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
}
.ttl09.type_logo .line {
  border-left: solid 1px #fff;
  width: 1px;
  height: 70px;
  margin: 20px auto;
}

.ttl10 {
  border-left: 5px solid #DEA471;
  padding-left: 15px;
}

.ttl11 .jp_ttl {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ttl11 .jp_ttl {
    font-size: 16px;
  }
}
.ttl11 .eng_ttl {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .ttl11 .eng_ttl {
    font-size: 10px;
  }
}

/******************************/
/* ボタン */
/******************************/
@media (max-width: 1024px) {
  .btn01 {
    text-align: center;
  }
}
.btn01.type01 a,
.btn01.type01 .dummy_btn {
  display: block;
  background-color: #EFE6DF;
  color: #1E1310;
  width: 100%;
  max-width: inherit;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}
.btn01.type01 a:after,
.btn01.type01 .dummy_btn:after {
  content: "\f0a9";
  color: #612D00;
}
.btn01.type01 a:before,
.btn01.type01 .dummy_btn:before {
  background-color: #612D00;
}
.btn01.type01 a:hover,
.btn01.type01 .dummy_btn:hover {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.btn01.type01 a:hover:after,
.btn01.type01 .dummy_btn:hover:after {
  color: #fff;
}
.btn01.type01 .dummy_btn:hover {
  opacity: 1;
  color: #612D00;
  font-weight: 600;
}
.btn01.type01 .dummy_btn:hover:after {
  color: #612D00;
}
.btn01.type02 a {
  max-width: 90%;
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  padding: 20px;
}
.btn01 a,
.btn01 .dummy_btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .btn01 a,
  .btn01 .dummy_btn {
    max-width: inherit;
  }
}
.btn01 a:hover,
.btn01 .dummy_btn:hover {
  opacity: 1;
  color: #1E1310;
  font-weight: 600;
}
.btn01 a:hover:before,
.btn01 .dummy_btn:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn01 a:before,
.btn01 .dummy_btn:before {
  background: #fff;
  color: #1E1310;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn01 a:after,
.btn01 .dummy_btn:after {
  content: "\f061";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.btn02 a {
  display: inline-block;
  width: 200px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  border-bottom: 1px solid #1a1515;
  text-align: left;
  padding-bottom: 7px;
  margin: 26px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn02 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1a1515;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.btn02 a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #1a1515;
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 700;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn02 a i.txt2 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
.btn02 a:hover {
  opacity: 0.7;
}
.btn02 a:hover:before {
  right: 0;
}
.btn02 a:hover i {
  background-color: #1a1515;
  color: #fff;
}

@media (max-width: 767px) {
  .btn03 {
    text-align: center;
  }
}
.btn03 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #FFFFFF;
  border: solid 2px #1E1310;
  overflow: hidden;
  color: #1E1310;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 35px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn03 a:before {
  background: #1E1310;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn03 a:after {
  content: "\f0a9";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.btn03 a:hover {
  color: #fff;
  border: solid 2px #fff;
}
.btn03 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn03 a:hover:after {
  right: 8px;
  color: #fff;
}

.btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #ffa500;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
  -webkit-box-shadow: 0 6px 0 #5f3f25;
          box-shadow: 0 6px 0 #5f3f25;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}
.btn04 a:after {
  content: "\f0a9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ffa500;
  border-radius: 50%;
}
.btn04:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn05 {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .btn05 {
    text-align: center;
  }
}
.btn05 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: solid 1px #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn05 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.btn05 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(100, 100);
          transform: translate(-50%, -50%) scale(100, 100);
  z-index: -1;
}
.btn05 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #cccccc;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn06 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*max-width: 280px;*/
  background-color: #00173a;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}
.btn06 a:before {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn06 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow_right01.svg);
  width: 28px;
  height: 9px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn06 a:hover:after {
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn07 a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: none;
  width: 5em;
  height: 5em;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 0 0 2px #666;
          box-shadow: inset 0 0 0 2px #666;
  color: #ff0000;
  font-size: inherit;
  font-weight: 700;
}
.btn07 a::before, .btn07 a::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn07 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn07 a.circle {
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn07 a.circle::before, .btn07 a.circle::after {
  border-radius: 100%;
}
.btn07 a.spin {
  width: 5em;
  height: 5em;
  padding: 0;
}
.btn07 a.spin:hover {
  color: #000;
}
.btn07 a.spin::before, .btn07 a.spin::after {
  top: 0;
  left: 0;
}
.btn07 a.spin::before {
  border: 2px solid #fff;
}
.btn07 a.spin:hover::before {
  border-top-color: #000;
  border-right-color: #000;
  border-bottom-color: #000;
  border-left-color: transparent;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.btn07 a.spin::after {
  border: 0 solid transparent;
}
.btn07 a.spin:hover::after {
  border-top: 2px solid #000;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.btn08 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  background-color: transparent;
  border: solid 2px #FFFFFF;
  overflow: hidden;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  border-radius: 10px;
  font-weight: 400;
  font-size: 24px;
  padding: 20px 35px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .btn08 a {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.btn08 a:before {
  background: #1E1310;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn08 a:after {
  content: "\f0a9";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.btn08 a:hover {
  color: #fff;
}
.btn08 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn08 a:hover:after {
  right: 8px;
  color: #fff;
}

/******************************/
/* テキストリンク */
/******************************/
a.tel_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
}
a.tel_link.type01 {
  font-family: "Crimson Text", serif;
  color: #612D00;
  font-weight: 400;
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  line-height: 1;
}
a.tel_link.type01:before {
  display: none;
}
a.tel_link::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

a.mail_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
}
a.mail_link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}
.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}
@media (max-width: 767px) {
  .text_link01 a:after {
    width: 15.6px;
    height: 10.8px;
  }
}
.text_link01 a span {
  font-family: "Outfit", sans-serif;
}
.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

.text_link02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}
.text_link02 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.text_link02 a:after {
  content: "";
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}
@media (max-width: 767px) {
  .text_link02 a:after {
    width: 15.6px;
    height: 10.8px;
  }
}
.text_link02 a span {
  font-family: "Outfit", sans-serif;
}

.text_link03 {
  margin-bottom: 8px;
}
.text_link03 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  /* 下線の初期位置 */
  background-size: 0 1px;
  /* 下線のサイズ（横幅、高さ） */
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.text_link03 a:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  display: inline-block;
  margin-right: 8px;
}
.text_link03 a:hover {
  background-position: bottom left;
  /* 下線のホバー時位置 */
  background-size: 100% 1px;
  /* 下線の横幅を100%にする */
}

/******************************/
/* 開閉　 */
/******************************/
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.readmore label:before {
  content: "続きを見る";
}
.readmore input[type=checkbox]:checked ~ label::before {
  content: "元に戻す";
}
.readmore input[type=checkbox] {
  display: none;
}
.readmore .readmore-content {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}

/******************************/
/* レイアウト　 */
/******************************/
.arrival-slider_area {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.arrival-slider_area .arrival-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.arrival-slider_area .swiper-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.arrival-slider_area .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.arrival-slider_area .swiper-slide > * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.arrival-slider_area img {
  max-width: 100%;
  height: auto;
  display: block;
}
.arrival-slider_area .swiper-button-prev,
.arrival-slider_area .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.arrival-slider_area .swiper-button-prev {
  left: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .arrival-slider_area .swiper-button-prev {
    left: 10px;
  }
}
.arrival-slider_area .swiper-button-next {
  right: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .arrival-slider_area .swiper-button-next {
    right: 10px;
  }
}
.arrival-slider_area .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.arrival-slider_area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #999;
  opacity: 1;
  margin: 0;
}
.arrival-slider_area .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 767px) {
  .arrival-slider_area .swiper-button-prev,
  .arrival-slider_area .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.itexflex01 {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itexflex01 figure,
.itexflex01 a {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itexflex01 figure {
  margin: 0;
}
.itexflex01 .item_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .itexflex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .itexflex01 figure,
  .itexflex01 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-right: 10px;
  }
  .itexflex01 .item_info {
    width: 50%;
    min-width: 0;
  }
}

.staffbox01 {
  color: #612D00;
  background-color: #faf8e2;
  padding: 40px 50px;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .staffbox01 {
    padding: 30px 20px;
  }
}
.staffbox01 .faq_box.type01 dt {
  color: #612D00;
  font-weight: 600;
}
.staffbox01 .faq_box.type01 dd {
  background: none;
  color: inherit;
}

@media (max-width: 767px) {
  .itexflex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .itexflex01 figure,
  .itexflex01 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
  .itexflex01 .item_info {
    width: 50%;
  }
}

.review_box {
  background-color: #fff;
  color: #070707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  font-family: "Zen Old Mincho", serif;
}
.review_box .layout_b .imgbox {
  width: 25%;
}

.shop_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.shop_sns_list li {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .shop_sns_list li {
    width: 100%;
  }
}
.shop_sns_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  background-color: #EFE6DF;
  border: solid 1px #92776A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  color: #92776A;
}
.shop_sns_list li a .sns_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.infobox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  border: solid 2px #FFFFFF;
  padding: 15px 20px;
}

.infobox02 {
  border: solid 2px #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
}
.infobox02 .num {
  font-size: 60px;
  line-height: 1;
  font-style: italic;
  font-family: "Crimson Text", serif;
}

.event_box01 {
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  font-size: 13px;
  box-sizing: border-box;
  max-width: 320px;
}
.event_box01 hr {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: solid 1px #fff;
}
.event_box01 .event_txt .txt_y {
  letter-spacing: 1.2px;
}
.event_box01 .event_txt .num {
  font-weight: 500;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
}

.teleco_ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teleco_ul .li .imgbox {
  width: 40%;
}
.teleco_ul .li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teleco_ul .li:nth-child(odd) .txtbox {
  margin-left: 40px;
}
.teleco_ul .li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.teleco_ul .li:nth-child(even) .txtbox {
  margin-right: 40px;
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}
@media (max-width: 1024px) {
  .layout_a.type01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
  }
}
.layout_a.type01 .imgbox {
  width: 30%;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .layout_a.type01 .imgbox {
    width: 35%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.layout_a.type01 .imgbox img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.layout_a .imgbox {
  width: 50%;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.layout_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}
.layout_b .imgbox {
  width: 50%;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.layout_c li .phone_txt {
  font-size: 16px;
  color: #1f9681;
}
.layout_c li .phone_txt a {
  color: #1f9681;
}
.layout_c li .phone_txt span {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  margin-left: 5px;
  font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
/* layout_d 画像（枠外）+テキスト */
.layout_d .lf_box {
  margin-right: auto;
  width: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .layout_d .lf_box {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.layout_d .lf_box .imgbox {
  width: 57%;
}
@media (max-width: 1280px) {
  .layout_d .lf_box .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.layout_d .lf_box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/700;
  max-width: 960px;
}
.layout_d .lf_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 80px;
}
@media (max-width: 1280px) {
  .layout_d .lf_box .txtbox {
    padding-left: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e .lf_box {
  width: 86.5%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .layout_e .lf_box {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.layout_e .lf_box .imgbox {
  width: 57%;
}
@media (max-width: 1280px) {
  .layout_e .lf_box .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.layout_e .lf_box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/700;
  max-width: 960px;
}
.layout_e .lf_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 80px;
}
@media (max-width: 1280px) {
  .layout_e .lf_box .txtbox {
    padding-right: 0;
  }
}

.layout_f {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
.layout_f.cul2 .li {
  width: calc(50% - 20px);
}
.layout_f.cul2:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.interview_wrap .layout_g:last-child {
  border-bottom: solid 2px #684C04;
}

.layout_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 2px #684C04;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .layout_g {
    display: block;
  }
}
.layout_g:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layout_g:nth-child(even) .ttlbox {
  margin-left: 50px;
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .layout_g:nth-child(even) .ttlbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.layout_g .ttlbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .layout_g .ttlbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.layout_g .bodybox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lybox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lybox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lybox01 .i_box {
  width: 35%;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .lybox01 .i_box {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
}
.lybox01 .t_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
}
@media (max-width: 767px) {
  .sub_images_ul {
    display: block;
  }
  .sub_images_ul .li {
    margin-bottom: 20px;
  }
  .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}
.sub_images_ul.cul2 {
  gap: 35px 40px;
}
.sub_images_ul.cul2 .li {
  width: calc(50% - 20px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sub_images_ul.cul2 .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 .li:last-child {
    margin-bottom: 0;
  }
}
.sub_images_ul.cul4 {
  gap: 35px 40px;
}
@media (max-width: 767px) {
  .sub_images_ul.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 20px;
  }
}
.sub_images_ul.cul4 .li {
  width: calc(25% - 36px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sub_images_ul.cul4 .li {
    width: calc(50% - 10px);
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .sub_images_ul.cul5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sub_images_ul.cul5 .li {
  width: calc(20% - 16px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sub_images_ul.cul5 .li {
    width: calc(50% - 20px);
    line-height: 1.6;
  }
}
.sub_images_ul .li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 767px) {
  .sub_images_ul .li {
    width: 100%;
  }
  .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}
.sub_images_ul .li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.sub_images_ul .li img.contain {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

/** レイアウト　サイド付き　スクロールレイアウト(JSあり) **/
.contents_2cul {
  /*margin-top: 85px;*/
  position: relative;
}
@media (max-width: 1024px) {
  .contents_2cul {
    padding-left: 260px;
  }
}
@media (max-width: 767px) {
  .contents_2cul {
    padding-left: 0;
  }
}
.contents_2cul ._sidenav_wrapper {
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contents_2cul ._sidenav_wrapper {
    display: none;
  }
}
.contents_2cul .side_company {
  width: 100%;
  padding-left: 0;
  position: sticky;
  top: 140px;
}
.contents_2cul .side_company .side_nav li:nth-child(n+2) {
  margin-top: 15px;
}
.contents_2cul .side_company .side_nav li a {
  position: relative;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_2cul .side_company .side_nav li a.current {
  color: #DEA471;
}
.contents_2cul .side_company .side_nav li a.current:before {
  content: "\f0a9";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #DEA471;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
}
.contents_2cul .main_company {
  margin-left: 250px;
}
@media (max-width: 1024px) {
  .contents_2cul .main_company {
    margin-left: 0;
  }
}
.contents_2cul .main_company section {
  border-bottom: solid 1px #8A8A8A;
}
.contents_2cul .main_company .layout_b {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contents_2cul .main_company .layout_b {
    margin-bottom: 30px;
  }
}
.contents_2cul .main_company .layout_b .imgbox {
  width: 47%;
}
@media (max-width: 1024px) {
  .contents_2cul .main_company .layout_b .imgbox {
    width: 100%;
  }
}
.contents_2cul .main_company .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 53/41;
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  margin: 20px 0;
}

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #1f9681;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  width: 26.6666666667%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px 0.5em 15px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
  }
}
.tab-label span {
  display: block;
  font-size: 14px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #1f9681 !important;
  color: #fff !important;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  border-top: dotted 3px #1f9681;
}

.tab-switch {
  display: none !important;
}

.tab-switch:checked + .tab-label {
  background: #fff;
  position: relative;
}

/*******************/
/*　FAQ　開閉なし*/
/*******************/
.faq_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faq_box:first-child {
  margin-top: 0;
}
.faq_box.type01 {
  max-width: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
.faq_box.type01:last-child {
  margin-bottom: 0;
}
.faq_box.type01 dt {
  border-radius: 0;
  background: none;
  padding: 0 0 8px;
  margin-bottom: 15px;
  color: #DEA471;
  font-weight: 500;
  border-bottom: solid 1px #DEA471;
}
.faq_box.type01 dt:before {
  content: "Q.";
  left: 0;
  background: none;
  width: auto;
  height: auto;
  position: static;
  margin-right: 0.25em;
}
.faq_box.type01 dd {
  border: none;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
}
.faq_box.type01 dd:before {
  display: none;
}
.faq_box dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #3A322F;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 50px 20px 5em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .faq_box dt {
    padding: 10px 10px 10px 3.5em;
    font-size: 16px;
  }
}
.faq_box dt:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}
@media (max-width: 1024px) {
  .faq_box dt:before {
    left: 15px;
  }
}
.faq_box dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px 20px 5.5em;
  border: solid 2px #3A322F;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .faq_box dd {
    padding: 10px 20px 10px 4em;
  }
}
.faq_box dd:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}
@media (max-width: 1024px) {
  .faq_box dd:before {
    left: 15px;
  }
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_contents .accordion_one {
  margin: 0 auto 20px;
}
.faq_contents .accordion_one .accordion_header {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  border: solid 1px #13674d;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 20px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i:before, .faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #e88356;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}
.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: "";
}
.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px 50px;
  margin-top: 30px;
  /*border-left: 2px solid #b4b4b4;
     border-right: 2px solid #b4b4b4;
     border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}
.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 0;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 30px 15px 35px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 0px 30px 15px 50px;
  }
}
/*******************/
/*　FAQ　アコーディオン02*/
/*******************/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.accordion-area.type01 {
  width: 100%;
}
.accordion-area.type01 .full_li .open {
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .accordion-area.type01 .full_li .open {
    padding: 15px 5%;
    text-align: center;
  }
}
.accordion-area.type01 .faq_title {
  border: none;
  padding: 0;
  font-size: 15px;
  border-radius: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .accordion-area.type01 .faq_title {
    font-size: 15px;
  }
}
.accordion-area.type01 .faq_title.close:after {
  -webkit-transform: none;
          transform: none;
}
.accordion-area.type01 .faq_title span:after {
  content: "\f061";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: none;
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .accordion-area.type01 .faq_title span:after {
    display: none;
  }
}
.accordion-area.type01 .faq_title:before, .accordion-area.type01 .faq_title:after {
  display: none;
}
.accordion-area.type01 .faq_title span:before {
  display: none;
}
.accordion-area.type01 .inbox {
  padding: 10px 0 18px;
  font-size: 13px;
}
.accordion-area.type01 .inbox:before {
  display: none;
}
.accordion-area.type02 {
  width: 100%;
  max-width: inherit;
}
.accordion-area.type02 .full_li .open {
  border-top: solid 1px #DEA471;
  border-bottom: solid 1px #DEA471;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.accordion-area.type02 .faq_title {
  border: none;
  padding: 0;
  font-size: clamp(16px, 0.83rem + 0.73vw, 22px);
  border-radius: 0;
  position: relative;
  text-align: center;
  font-weight: normal;
}
.accordion-area.type02 .faq_title.btn01 {
  font-family: inherit;
  text-align: left !important;
}
@media (max-width: 1024px) {
  .accordion-area.type02 .faq_title.btn01 {
    text-align: center !important;
  }
}
.accordion-area.type02 .faq_title.close:after {
  -webkit-transform: none;
          transform: none;
}
.accordion-area.type02 .faq_title span {
  position: relative;
}
.accordion-area.type02 .faq_title span:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/clock01_ch01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 24px;
  margin-right: 10px;
  left: -20px;
  top: 15%;
}
.accordion-area.type02 .faq_title span:after {
  content: "\f0ab";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
.accordion-area.type02 .faq_title:before, .accordion-area.type02 .faq_title:after {
  display: none;
}
.accordion-area.type02 .inbox {
  padding: 10px 0 18px;
  font-size: 13px;
}
.accordion-area.type02 .inbox:before {
  display: none;
}
.accordion-area.type03 {
  width: 100%;
}
.accordion-area.type03 li {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  border-bottom: none !important;
}
.accordion-area.type03 li .open {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.accordion-area.type03 .faq_title {
  border: none;
  padding: 0;
  border-radius: 0;
  position: relative;
  color: #DEA471;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
}
.accordion-area.type03 .faq_title.close:after {
  -webkit-transform: none;
          transform: none;
}
.accordion-area.type03 .faq_title span:after {
  content: "\f13a";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.5em;
  background: none;
  width: auto;
  height: auto;
}
.accordion-area.type03 .faq_title:before, .accordion-area.type03 .faq_title:after {
  display: none;
}
.accordion-area.type03 .faq_title span:before {
  display: none;
}
.accordion-area.type03 .inbox {
  padding: 5px 0 5px;
  font-size: 13px;
}
.accordion-area.type03 .inbox:before {
  display: none;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area {
  /*アコーディオンタイトル*/
}
.accordion-area .faq_title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 15px 3% 15px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: solid 1px #0A787D;
  border-radius: 6px;
  font-family: "Noto Serif", serif;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 600;
}
.accordion-area .faq_title:before, .accordion-area .faq_title:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #8AA8AB;
}
.accordion-area .faq_title:before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-area .faq_title:after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area .faq_title span:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 26%;
  left: 12px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.accordion-area .faq_title {
  /*　closeというクラスがついたら形状変化　*/
}
.accordion-area .faq_title.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-area .faq_title.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-area .inbox {
  position: relative;
  display: none;
  /*はじめは非表示*/
  padding: 18px 3% 18px 40px;
}
.accordion-area .inbox:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 20px;
  left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pager {
    padding-bottom: 30px;
  }
}
.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.post-btn .prev {
  border-right: solid 1px #fff;
  padding-right: 15px;
}
.post-btn .next {
  border-left: solid 1px #fff;
  padding-left: 15px;
}
.post-btn .prev a,
.post-btn .next a {
  /*border: solid 1px #333;*/
  color: #fff;
  /*border-radius: 50%;*/
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.post-btn .link_btn {
  /*border: solid 1px #333;*/
  /*border-radius: 50px;*/
  line-height: 30px;
}
.post-btn .link_btn a {
  color: #fff;
}

/******************************/
/* レイアウト　リスト （UL）*/
/******************************/
.list01 li {
  line-height: 1.8;
}

.dot-list01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dot-list01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 複数行でも先頭に揃う */
  gap: 0.6em;
}
.dot-list01 > li:before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* ドットは縮まない */
  line-height: 1.6;
}
.dot-list01 > li span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* 本文側が折り返す */
  min-width: 0;
  /* 折り返しを安定させる（重要） */
  line-height: 1.6;
}

/******************************/
/* GLID 出力　レイアウト*/
/******************************/
/*nノーマルグリッド*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.gallery_ul li {
  width: calc(25% - 4.5px);
}
@media (max-width: 1024px) {
  .gallery_ul li {
    width: calc(50% - 4.5px);
  }
}
.gallery_ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 334/224;
}

/*カレッジ*/
.gallery_college {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  /*段組みの数*/
  padding: 0 15px;
  /*ギャラリー左右に余白をつける*/
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .gallery_college {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (max-width: 767px) {
  .gallery_college {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.gallery_college li {
  margin-bottom: 20px;
  /*各画像下に余白をつける*/
  list-style: none;
}
.gallery_college li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.num_flex01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .num_flex01 li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.num_flex01 li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}
.num_flex01 li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .num_flex01 li .numarea span {
    font-size: 30px;
  }
}
.num_flex01 li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .num_flex01 li .txtarea {
    margin-left: 20px;
  }
  .num_flex01 li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.num_flex01 li:last-child {
  margin-bottom: 0;
}
.num_flex01 li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.num_flex01 li:nth-child(even) .numarea {
  width: 35%;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}
.num_flex01 li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .num_flex01 li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}
.num_flex01 li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .num_flex01 li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .num_flex01 li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}
.num_flex01 li:nth-child(3n) .numarea {
  background-color: #979797;
}
.num_flex01 li:nth-child(3n) .numarea span {
  color: #fff;
}

/*Check　リスト*/
.chk_list {
  list-style-type: none;
}
.chk_list.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}
.chk_list.cul02 li {
  width: calc(50% - 20px);
  margin: 0;
}
.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.chk_list li:first-child {
  margin-top: 0;
}
.chk_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/chk_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.chk_list02 {
  list-style-type: none;
}
.chk_list02.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}
.chk_list02.cul02 li {
  width: calc(50% - 20px);
  margin: 0;
}
.chk_list02 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.chk_list02 li:first-child {
  margin-top: 0;
}
.chk_list02 li::before {
  content: "\f4fc";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.chk_list03 {
  list-style-type: none;
  content: "✓";
}
.chk_list03.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}
.chk_list03.cul02 li {
  width: calc(50% - 20px);
  margin: 0;
}
.chk_list03 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.chk_list03 li:first-child {
  margin-top: 0;
}
.chk_list03 li::before {
  content: "✓";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-right: 10px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}
.doted li:first-child {
  margin-top: 0;
}

.tbl_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.tbl_list01 li:last-child {
  margin-bottom: 0;
}
.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #f3f7f8;
  border: solid 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}
.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02.type01 li {
  border-bottom: solid 1px #9B8D81;
}
.tbl_list02.type01 li:before {
  background-color: #9B8D81;
}
.tbl_list02.type01 li .list_ttl {
  color: #612D00;
  font-weight: 500;
}
.tbl_list02 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.tbl_list02 li:last-child {
  margin-bottom: 0;
}
.tbl_list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 25%;
  background-color: #ccc;
}
.tbl_list02 li .list_ttl {
  width: 25%;
  line-height: 1.8;
  font-weight: bold;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}
@media (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}
.price_list01 li:last-child {
  margin-bottom: 0;
}
.price_list01 li .list_ttl {
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efd9d9;
  border-right: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.price_list01 li .list_body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}
.price_list01 li .list_body .b_text {
  font-size: 20px;
}
.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

/*フローリスト*/
.flow_list {
  max-width: 1000px;
  margin: 0 auto;
}
.flow_list li {
  padding: 30px 50px;
  position: relative;
  border-radius: 10px;
  background-color: #EFE6DF;
  margin-bottom: 70px;
  color: #1E1310;
}
@media (max-width: 767px) {
  .flow_list li {
    padding: 30px 25px;
    margin-bottom: 50px;
  }
}
.flow_list li:last-child {
  margin-bottom: 0;
}
.flow_list li:last-child:before {
  display: none;
}
.flow_list li:before {
  border-top: 30px solid #9B8D81;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -80px;
}
@media (max-width: 767px) {
  .flow_list li:before {
    border-top: 30px solid #9B8D81;
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}
.flow_list li .num {
  font-family: "Outfit", sans-serif;
  color: #767a41;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.flow_list li p {
  line-height: 1.5;
}
.flow_list li.flow_in_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex {
    display: block;
  }
}
.flow_list li.flow_in_flex .imgbox {
  width: 170px;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: inherit;
  }
}
.flow_list li.flow_in_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.flow_box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #9DB6C9;
  padding: 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_box .num_ttl {
  width: 200px;
}
.flow_box .num_ttl .num {
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
  color: #75C1D1;
}
.flow_box .num_ttl .b_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
.flow_box .num_ttl .s_ttl {
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 20px;
}
.flow_box .box_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/******************************/
/* レイアウト　リスト （DL）*/
/******************************/
.shop_abc_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop_abc_order dt {
  position: relative;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  height: 70px;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .shop_abc_order dt {
    margin-right: 45px;
    width: 40px;
    height: 40px;
  }
}
.shop_abc_order dt span {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
}
@media (max-width: 1024px) {
  .shop_abc_order dt span {
    font-size: 24px;
  }
}
.shop_abc_order dt:after {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
}
.shop_abc_order dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dl_basic01 {
  margin-bottom: 15px;
}
.dl_basic01:last-child {
  margin-bottom: 0;
}
.dl_basic01 dt {
  color: #DEA471;
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  font-weight: 500;
  margin-bottom: 5px;
}
.dl_basic01 dt:before {
  content: "〇";
  display: inline-block;
  margin-right: 8px;
}
.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_tbl01 dt {
  width: 200px;
  border-bottom: solid 2px #ccc;
  color: #17489c;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}
.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}
.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1f9681;
}
.tbl_list01_dl dt {
  width: 120px;
  max-width: 120px;
  padding: 5px 0;
}
.tbl_list01_dl dd {
  width: calc(100% - 120px);
  padding: 5px 0;
}

.tbl_list02_dl {
  font-weight: 400;
  border-bottom: dashed 1px #8A8A8A;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: clamp(13px, 0.801rem + 0.18vw, 15px);
}
.tbl_list02_dl dt {
  color: #DEA471;
}
/******************************/
/* レイアウト　テーブル （TABLE）*/
/******************************/
.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .tbl_price {
    width: 600px !important;
  }
}
.tbl_price .wd40p {
  width: 40%;
}
.tbl_price .wd10p {
  width: 10%;
}
.tbl_price thead th {
  color: #fff;
  background-color: #3A322F;
  text-align: left;
}
.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}
.tbl_price th {
  color: #ffffff;
  background-color: #000;
}

/******************************/
/* アイテム　スライダー*/
/******************************/
.item-photo {
  margin-inline: auto;
  max-width: 1200px;
  /* =========================
     Swiper共通（このブロック内だけ）
   ========================= */
}
.item-photo .swiper-container {
  position: relative;
}
.item-photo {
  /* =========================
     MAIN（上の大きいスライダー）
   ========================= */
}
.item-photo .gallery-slider {
  position: relative;
  overflow: hidden;
}
.item-photo .gallery-slider .swiper-slide p {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.item-photo .gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-photo .gallery-slider {
  /* -------- ナビボタン（メイン） -------- */
}
.item-photo .gallery-slider .swiper-button-prev,
.item-photo .gallery-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  color: #333;
  background: #fff;
  border-radius: 999px;
  width: 40px;
  height: 40px;
}
.item-photo .gallery-slider .swiper-button-prev::after,
.item-photo .gallery-slider .swiper-button-next::after {
  font-size: 22px;
}
@media (max-width: 767px) {
  .item-photo .gallery-slider .swiper-button-prev,
  .item-photo .gallery-slider .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .item-photo .gallery-slider .swiper-button-prev::after,
  .item-photo .gallery-slider .swiper-button-next::after {
    font-size: 12px;
  }
}
.item-photo .gallery-slider .swiper-button-prev {
  left: 12px;
}
@media (max-width: 767px) {
  .item-photo .gallery-slider .swiper-button-prev {
    left: 2%;
  }
}
.item-photo .gallery-slider .swiper-button-next {
  right: 12px;
}
@media (max-width: 767px) {
  .item-photo .gallery-slider .swiper-button-next {
    right: 2%;
  }
}
.item-photo {
  /* =========================
     THUMBS（下のサムネ）
   ========================= */
}
.item-photo .gallery-thumbs {
  margin: 30px 0;
  padding: 0;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
}
.item-photo .gallery-thumbs .swiper-container {
  overflow: visible;
}
.item-photo .gallery-thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.item-photo .gallery-thumbs .swiper-slide {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}
.item-photo .gallery-thumbs .swiper-slide p {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.item-photo .gallery-thumbs .swiper-slide p::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.item-photo .gallery-thumbs .swiper-slide span {
  position: absolute;
  inset: 0;
}
.item-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .item-photo .gallery-thumbs {
    margin: 20px 0;
    padding: 0 35px;
  }
  .item-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/******************************/
/* ギャラリー　スライダー*/
/******************************/
.gallery-photo .swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}
/******************************/
/* 投稿一覧出力　レイアウト*/
/******************************/
/*サムネイル　縦*/
.thum_list {
  /* max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
}
@media (max-width: 767px) {
  .thum_list {
    display: block;
  }
}
.thum_list.type01 {
  display: block;
}
.thum_list.type01 li {
  width: 100% !important;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.thum_list.type01 li figure {
  display: none;
}
@media (max-width: 767px) {
  .thum_list.cul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.thum_list.cul2 li {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .thum_list.cul2 li {
    width: calc(50% - 10px);
  }
}
.thum_list.cul4 li {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .thum_list.cul4 li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .thum_list.cul4.type_sp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
  }
  .thum_list.cul4.type_sp2 li {
    width: calc(50% - 10px);
  }
}
.thum_list.cul5 li {
  width: calc(20% - 16px);
}
@media (max-width: 767px) {
  .thum_list.cul5 li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .thum_list.cul5 li.type_sp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
  }
  .thum_list.cul5 li.type_sp2 li {
    width: calc(50% - 10px);
  }
}
.thum_list li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 767px) {
  .thum_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .thum_list li:last-child {
    margin-bottom: 0;
  }
}
.thum_list li .date {
  margin-bottom: 5px;
  font-size: 13px;
}
.thum_list li .price {
  margin-top: 10px;
}
.thum_list li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
.thum_list li .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  border: solid 1px #FFFFFF;
  background-color: transparent;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}
.thum_list li figure {
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.thum_list li figure img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.thum_list li:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.thum_list li .limit_text_2 {
  font-size: 17px;
}
@media (max-width: 767px) {
  .thum_list li .limit_text_2 {
    font-size: 14px;
  }
}

/*サムネイル　横*/
.thum_list02.type01 li .imgbox {
  max-width: 120px;
}
.thum_list02.type01 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: inherit;
}
.thum_list02.cul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .thum_list02.cul2 {
    display: block;
  }
}
.thum_list02.cul2 li {
  width: calc(50% - 5px);
}
@media (max-width: 1024px) {
  .thum_list02.cul2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.thum_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #8A8A8A;
}
.thum_list02 li .imgbox {
  width: 25%;
}
@media (max-width: 1024px) {
  .thum_list02 li .imgbox {
    width: 40%;
  }
}
.thum_list02 li .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.thum_list02 li .txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .thum_list02 li .txtbox {
    margin-left: 10px;
    padding-right: 0;
  }
}
.thum_list02 li .txtbox .date_area {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;*/
  display: block;
  gap: 0 20px;
}
.thum_list02 li .txtbox .single_link {
  position: relative;
  display: block;
}
.thum_list02 li .txtbox .single_link:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.thum_list02 li .txtbox .category_c a {
  color: #DEA471;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
}
.thum_list02 li .txtbox .category_c a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .thum_list02 li .txtbox .category_c a p {
    font-size: 12px;
  }
}

/*サムネイルなし*/
.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .non_thum_list li {
    display: block;
  }
}
.non_thum_list li:hover {
  background-color: #F8F6F2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.non_thum_list li:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.non_thum_list li .non_thum_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.non_thum_list li .category_c {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.non_thum_list li .category_c a {
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  /*max-width: 140px;*/
  width: 105px;
  padding: 3px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .non_thum_list li .category_c a {
    width: auto;
  }
}
/*# sourceMappingURL=css_map/template.css.map */
