/* 追加フォント */
@font-face {
  font-family: "SF Viper Squadron";
  src: url("../fonts/SFViperSquadron.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF Viper Squadron";
  src: url("../fonts/SFViperSquadron-Italic.ttf") format("truetype");
  font-style: italic;
}

a {
  color: #9F8248;
  text-decoration: none;
}

/* カラー変更 */
:root {
  --content-width: 1200px;
  --main-color: #005799;
  --sub-color: #EDF5FC;
  --pale-color: #EDF5FC;
}

/* コンテンツレイアウト */
body {
  margin: 0;
  position: relative;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
}

main {
  position: relative;
  margin-top: 119px;
}

/* tablet */
@media screen and (max-width: 1200px) {
  main {
    margin-top: 109px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  main {
    margin-top: 71px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: initial;
  line-height: 2.0em;
}

/*.home section {
  padding: 0;
}

section {
  padding: 60px 0;
}

section:last-of-type {
  padding-bottom: 120px;
}*/

.t-blue {
	color: #1e7fe6;
}

.t-pink {
	color: #E61E7D;
}

}
p {
  line-height: 0;
  margin: 0;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }

  .home section {
    padding: 24px 0;
  }
}

.container {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

@media (min-width: 767px) {
  .container {
    margin: 0 auto;
    max-width: var(--content-width);
  }

  :first-child {
    margin-top: 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: calc(-1 * 30px / 2);
  margin-left: calc(-1 * 30px / 2);
}

@media (max-width: 767px) {
  .row {
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row.sp-2row {
    display: flex;
  }
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1);
}

.row .span_2 {
  width: calc(100% / 12 * 2);
}

.row .span_3 {
  width: calc(100% / 12 * 3);
}

.row .span_4 {
  width: calc(100% / 12 * 4);
}

.row .span_5 {
  width: calc(100% / 12 * 5);
}

.row .span_6 {
  width: calc(100% / 12 * 6);
}

.row .span_7 {
  width: calc(100% / 12 * 7);
}

.row .span_8 {
  width: calc(100% / 12 * 8);
}

.row .span_9 {
  width: calc(100% / 12 * 9);
}

.row .span_10 {
  width: calc(100% / 12 * 10);
}

.row .span_11 {
  width: calc(100% / 12 * 11);
}

.row .span_12 {
  width: 100%;
}

.row>.col {
  margin-top: 30px;
  margin-left: 0;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}


@media (max-width: 767px) {
  .row>.col {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    width: 100%;
  }

  .row.sp-2row>.col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .row .span_1 {
    width: auto;
  }

  .row>.col:not(:first-child) {
    margin-top: 20px;
  }
}

/* ぱんくず */
.bread_wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.bread {
  overflow: hidden;
  margin: 0;
  justify-content: end;
}

.bread ul {
  float: none;
}

@media (max-width: 767px) {
  .bread ul {
    padding: 15px 0;
  }
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: calc(20px + 9px);
}

@media (max-width: 767px) {
  .bread ul li {
    margin-right: 15px;
    padding-right: calc(15px + 9px);
  }
}

.bread ul li a {
  padding: 0;
  text-decoration: none;
  color: #1b1b1b;
}


.bread ul li a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

/* 画像のフィックス */

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure img {
  width: inherit;
}

/* トップお知らせ */
.topics-list {
  background-color: #F3F3F3;
  padding: 30px 20px;
  list-style: none;
}

.topics-list li {
  padding: 10px 30px;
  border-bottom: solid 1px #C7C7C7;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.topics-list li a {
  color: #222;
  text-decoration: none;
}

@media (max-width: 767px) {
  .topics-list li {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}

/* 投稿 */
.article_list {
  padding: 30px;
  border: 1px solid #9F8248;
  position: relative;
  overflow: hidden;
}

.article_list:last-of-type {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .article_list {
    padding: 20px;
  }
}

.article_list:first-child {
  margin-top: 0;
}

.article_list:nth-child(n+2) {
  margin-top: 30px;
}

.article_detail {
    background: #fff;
    padding: 4%;
    margin-bottom: 4%;
    font-size: 1.2rem;
    border: 1px solid #9F8248;
    margin-top: 4%;
}

.article_detail img {
  width: auto;
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_button {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .article_button {
    margin-top: 20px;
  }
}

.article_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}

.article_tag {
  display: inline-block;
  padding: 4px 10px;
  background: #9F8248;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more.btn_ss a,
.more.btn_ss span {
  padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a,
.more.btn_s span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a,
.more.btn_m span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a,
.more span {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.3em 1.3em 0.3em 1em;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 1.2rem;
    background: #000;
    font-weight: 700;
}

.more a:after,
.more span:after {
  border-color: #fff;
}

.more a:hover,
.more span:hover {
  color: #000;
  border-color: #9F8248;
  background: #9F8248;
}

.more a:hover:after,
.more span:hover:after {
  border-color: #000;
}

.more a.add_arrow,
.more span.add_arrow {
  padding-right: 1.9em;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_arrow:hover:after {
  right: 3%;
  border-color: #fff;
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more a {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.3em 1.3em 0.3em 1em;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 1.2rem;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.pager .pager_prev a:before,
.pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.pager .pager_next a:before,
.pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

.top-notice {
  padding-bottom: 60px;
  background-color: var(--main-color);
}

@media (max-width: 767px) {
  .top-notice {
    padding-bottom: 30px;
  }
}

.top-notice .heading-2 {
  background-color: var(--main-color);
}

/* .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
  border: 1px solid var(--main-color);
  border-radius: 15px;
  background: #fff;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .news-item {
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 1.625;
  }
}

.news-item:nth-child(n+2) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news-item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.news-item time {
  width: 110px;
}


.news-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--main-color);
}

.news-item a:hover {
  text-decoration: underline;
  opacity: .7;
} */


/* コンタクトフォーム */
.inquiry {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .inquiry {
    width: auto;
  }
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
}

.submit {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

.button,
.inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #f18200;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
}

.button:hover,
.inquiry .wpcf7-submit:hover {
  background: #ced4d2;
  color: #383637;
}

.wpcf7-spinner {
  display: none;
}

.required {
  color: #c00;
}


/* Slider */
.mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

@media (max-width: 480px) {
  .mv {
    height: auto;
  }
}

.mv .slick-next,
.slick-arrow {
  display: none;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
  z-index: -1;
}

.full-screen.slider {
  max-width: 100%;
  margin: 0 auto;
}


/* キャッチフェード */
.catch .txt {
  position: fixed;
  font-size: 3.5vw;
  font-weight: 600;
  width: 100%;
  top: 50%;
  left: 20px;
  transition: all 1s;
  opacity: 0;
  z-index: -1;
}

.catch .txt p {
  line-height: 1.2;
}

.catch .txt span {
  display: block;
  font-size: 2.5vw;
}

@media (max-width: 960px) {
  .catch .txt {
    font-size: 3.5vw;
  }
}

.catch .txt.active {
  color: #FFF;
  text-shadow: 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333;
  opacity: 1;
}

@media(max-width:767px) {
  .mv .catch .txt {
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: -0.05em;
    top: 30%;
    z-index: -1;
  }

  .catch .txt span {
    display: block;
    font-size: 5vw;
  }
}

@media (max-height: 768px) {
  .catch .txt {
    top: 40%;
  }
}

/* 見出し */

h2.heading-1 {
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  padding-top: 0;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

h2.heading-1 a {
    text-decoration: none;
    color: #9F8248;
}


@media (max-width: 768px) {
  h2.heading-1 {
    font-size: 1.7rem;
  }
}

h2.heading-2 {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}

h2.heading-2 span:first-of-type {
  display: inline-block;
  margin: 0 auto;
  font-size: 1rem;
  padding-right: 3px;
}

h2.heading-2 span {
  display: table;
  margin: 0 0 0.5em;
  position: relative;
  padding-top: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 4.4rem;
  padding-bottom: 0.6em;
  letter-spacing: 3px;
  text-align: left;
  line-height: 1em;
  background: linear-gradient(270deg, #3982B9 0%, #005799 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  h2.heading-2 {
    font-size: 1rem;
  }

  h2.heading-2 span {
    font-size: 3rem;
  }
}

h2.heading-3 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto 0%;
  background: linear-gradient(270deg, #3982B9 0%, #005799 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.heading-2.white {
  color: #fff;
}

h2.heading-2.white span {
  background: #fff;
  -webkit-background-clip: text;
}


@media (max-width: 768px) {
  h2.heading-3 {
    font-size: 2.4rem;
  }
}

h3.heading-1 {
  padding: 0 0.5em;
  color: var(--main-color);
  border-left: solid 6px var(--main-color);
  font-size: 1.6rem;
}

h3.heading-3 {
  margin: 0.2em 0 0.5em;
  color: var(--main-color);
  font-weight: normal;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.5em;
}

h3.heading-3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
}

h3.heading-3.white {
  color: #fff;
}

h3.heading-3.white:after {
  background: #fff;
}

h4.heading-4 {
  margin: 0 0 0.5em;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.2rem;
  position: relative;
  color: var(--main-color);
  background-color: #f2f2f2;
  font-weight: normal;
  line-height: 1.5em;
}

h4.heading-4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  background: var(--main-color);
}

h4.heading-4.white {
  color: #fff;
}

h4.heading-4.white:after {
  background: #fff;
}

h4.heading-5 {
  margin: 0.2em 0 0.5em;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.2rem;
  position: relative;
  color: var(--main-color);
  border-bottom: 1px solid;
  font-weight: normal;
  line-height: 1.5em;
}

h4.heading-5:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  background: var(--main-color);
}

h4.heading-5.white {
  color: #fff;
}

h4.heading-5.white:after {
  background: #fff;
}

#pagetitle {
  position: relative;
  color: #000;
  padding: 100px;
  background: linear-gradient(90deg, #FEFCF3, #D6C347);
  overflow: hidden;
}

#pagetitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 200px;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/salene-theme/assets/img/under-title-bg.png) no-repeat center center / contain;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

#pagetitle span {
  position: relative;
  z-index: 2;
}

#pagetitle::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -20px;
  width: 500px;
  height: 300px;
  background-image: url("/wp-content/uploads/bg-logo.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

#pagetitle span {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #pagetitle {
    padding: 50px;
  }
	
  #pagetitle::before {
    width: 100px;
  }

  #pagetitle::after {
    right: -30px;
    bottom: -10px;
    width: 200px;
    height: 100px;
  }

  #pagetitle span {
    font-size: 2.4rem;
  }

  h3.heading-3 {
    font-size: 1.4rem;
  }
}



/* ボタン */
.center {
  display: flex;
  justify-content: center;
  height: -webkit-fill-available;
  align-items: center;
}

.left {
  display: flex;
  justify-content: flex-start;
}

.right {
  display: flex;
  justify-content: flex-end;
}

.btn-1 {
  cursor: pointer;
  display: inline-block;
  padding: 15px 45px;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #005799 10%, #3982B9 90%);
  border-image-slice: 1;
  background: linear-gradient(45deg, #005799 10%, #3982B9 90%);
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
}

.btn-1:hover {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  animation: 0.5s backgroundAnime;
}

@keyframes backgroundAnime {
  from {
    background-size: 0% 100%;
  }

  to {
    background-size: 100% 100%;
  }
}

.btn-2 {
  display: inline-block;
  padding: 30px;
  border: none;
  background: #EDF5FC;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .btn-2 {
    padding: 15px;
    font-size: 1em;
  }
}

.btn-2 span {
  display: block;
  font-size: 0.7em;
}

.btn-3 {
  cursor: pointer;
  display: inline-block;
  padding: 30px;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #005799 10%, #3982B9 90%);
  border-image-slice: 1;
  background: linear-gradient(45deg, #005799 10%, #3982B9 90%);
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .btn-3 {
    padding: 15px;
    font-size: 1em;
  }
}

.btn-3 span {
  display: block;
  font-size: 0.7em;
}

.btn-3:hover {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  animation: 0.5s backgroundAnime;
}

.btn-4 {
  border: 1px solid #fff;
  padding: 45px;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

/* テーブル */

.table-schedule {
  width: 100%;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid var(--sub-color);
  padding: 0.7em;
  text-align: center;
}

@media (max-width: 480px) {

  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: var(--main-color);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-default {
  width: 100%;
}

.table-default td,
.table-default th {
  padding: 0.7em 1em;
  border: 1px solid var(--sub-color);
  vertical-align: middle;
}

.table-default th {
  background: var(--main-color);
  color: #fff;
}

/* 流れ */

.bg {
  background: #e8f6fb;
  padding: 10px 15px;
  display: block;
  border: 1px solid #fff;
  box-shadow: 0 3px 3px #ebeae8;
  border-radius: 13px 0;
  margin-right: 10px;
}

span.bg {
  background: var(--main-color);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  display: block;
}

.indent {
  margin-left: 2em;
  text-indent: -2em;
}

.indent span.bg {
  display: inline;
}

.frame {
  border: 1px solid var(--main-color);
  border-radius: 6px;
  padding: 1em 0;
  position: relative;
  display: flex;
}

.frame>.col {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.span_6 .frame,
.span_4 .frame {
  margin-top: 30px;
}

@media (max-width: 767px) {

  .span_6 .frame,
  .span_4 .frame {
    margin-top: 20px;
  }

  .frame {
    display: block;
  }

  .frame .span_2,
  .frame .span_3,
  .frame .span_4,
  .frame .span_5,
  .frame .span_6,
  .frame .span_7,
  .frame .span_8,
  .frame .span_9,
  .frame .span_10 {
    width: 100% !important;
  }
}

.frame.arrow:after {
  border-color: transparent transparent transparent var(--main-color);
  border-style: solid;
  border-width: 26px 0 26px 18px;
  content: '';
  margin-top: -11px;
  position: absolute;
  right: 50%;
  bottom: -36px;
  transform: rotate(90deg);
}

.frame.arrow.end:after {
  display: none;
}


/* リスト */
.dl-wrap-1 {
  border-top: 1px solid #fff;
}

.dl-wrap-2 {
  background-color: var(--sub-color);
  padding: 30px;
}

dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
}

@media (max-width: 767px) {
  dl {
    flex-direction: column;
    gap: 10px;
  }

  .company-info dt,
  .company-info dd {
    width: 100%;
  }

}

dl.has-border {
  border-bottom: 1px solid #fff;
}

dl dt {
  font-weight: bold;
  width: 140px;
}

dl dd {
  width: calc(100% - 160px);
  margin: 0;
}

.company-info dt {
  background: var(--main-color);
  color: #fff;
  text-align: center;
}


/* ページトップ */
.pagetop {
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  background: #6a8dc5;
}

@media (max-width: 767px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
}

/*.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}*/


/* ヘッダー */

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header-wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  text-align: center;
  display: flex;
  background: linear-gradient(90deg, #FEFCF3 0%, #D6C347 100%);
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 15px 120px;
}

.header-head {
  text-align: left;
}

.header-head a {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 0;
}

.header-head img {
  width: 300px;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

header nav ul {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  list-style: none;
  flex-wrap: nowrap;
  flex-direction: row;
}

header nav ul li {
  position: relative;
}

header nav ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0;
  width: 135px;
  height: 100%;
  text-decoration: none;
  transition: background 0.3s ease;
  line-height: 1;
}

header nav ul li a span.en {
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
}

header nav ul li a:hover {
  color: #fff;
  background: #9F8248;
  border-radius: 6px;
}

.line-btn {
  position: relative;
  min-width: 260px;
}

.line-btn a {
  display: block;
  color: #fff;
  background: #06C755;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px 20px 70px;
  width: 100%;
  height: 100%;
}

.line-btn a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/LINE_icon.png) center / cover, no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

@media (max-width: 767px) {
  .line-btn a {
    color: #fff;
    background: #06C755;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%;
    height: 100%;
  }

  .line-btn a::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/uploads/LINE_icon.png) center / cover, no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
  }
}

/*
.header_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  list-style: none;
}

@media (max-width: 1023px) {
  .header_nav ul {
    display: none;
  }
}

.header_nav ul li {
  position: relative;
}

.nav-icon-01 a {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
}

.nav-icon-01 a:hover {
  color: #fff;
  background: linear-gradient(135deg, #005799, #3982B9);
}

.header-btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 80px;
  z-index: 999999999;
}

@media (min-width: 1023px) {
  .header-btn {
    display: none;
  }
}

.header-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background: #005799;
  width: 45%;
}

.header-btn span:nth-of-type(1) {
  top: 24px;
}

.header-btn span:nth-of-type(2) {
  top: 32px;
}

.header-btn span:nth-of-type(3) {
  top: 40px;
}

.header-btn span:nth-of-type(4) {
  top: 48px;
  background: none;
  font-size: 8px;
  color: #005799;
}
  */

/* フッター */

.footer {
  background-color: #CEC0A3;
  width: 100%;
}

/* .footer {
  background-image: url(/wp-content/uploads/footer_bg.png);
  background-color: transparent;
  background-repeat: round;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
} */

.footer-wrap {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer__copy {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.reservation_area {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 1;
  width: 100%;
}

.reservation_area ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
}

.reservation_area ul li {
  width: 100%;
  writing-mode: horizontal-tb;
  text-align: center;
}

/* 汎用クラス */

.bg-red {
  background-color: #fe266d !important;
}

.bg-green {
  background-color: #5fcf32 !important;
}

.bg-orange {
  background-color: #ffa204 !important;
}

.text-red {
  color: #db2d2d !important;
}

.text-blue {
  color: #2420db !important;
}

.text-green {
  color: #6ddb20 !important;
}

.text-orange {
  color: #db9620 !important;
}

.text-pink {
  color: #db20b2 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}


.text-xlarge {
  font-size: 1.6rem !important;
}

.text-large {
  font-size: 1.4rem !important;
}

.text-white {
  color: #fff;
}


@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .text-xlarge {
    font-size: 2.0rem;
  }

  .text-large {
    font-size: 1.6rem;
  }

  .sp-only {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}


a.link-opacity:hover {
  opacity: 0.7;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-image: linear-gradient(90deg, #005799, #3982B9);
  color: #fff;
}

.bg-img {
  background-image: linear-gradient(90deg, #005799, #3982B9);
  color: #fff;
  padding-bottom: 100px;
  position: relative;
}

.bg-img::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 620px;
  height: 300px;
  background-image: url(/wp-content/uploads/bg-logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media (max-width: 768px) {
  .bg-img::after {
    width: 260px;
  }
}

.bg-recruit {
  background: url(/wp-content/uploads/bg-recruit.jpg) no-repeat center / cover;
}

@media (max-width: 768px) {
  .bg-recruit {
    padding-bottom: 300px;
  }
}

.anchor-text {
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .anchor-text {
    font-size: 1.2rem;
  }
}

.message {
  line-height: 1.5;
}

@media (min-width: 767px) {
  .text-container {
    margin: 0 auto;
    max-width: 800px;
  }
}

/* ======================================
   Header
====================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition:
    background-color 0.35s ease,
    height 0.35s ease,
    box-shadow 0.35s ease,
    padding 0.35s ease;
}

.site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    min-height 0.35s ease,
    padding 0.35s ease;
}

.site-header__logo {
  flex-shrink: 0;
  margin: 0;
}

.site-header__logo-link-wrap {
  margin: 0;
  line-height: 1;
}

.site-header__logo-link {
  display: inline-block;
  text-decoration: none;
}

.site-header__logo-img {
  display: block;
  width: 100%;
  height: auto;
  transition: width 0.35s ease, max-width 0.35s ease;
}

/* ======================================
   PC nav
====================================== */
.pc-nav {
  margin-left: auto;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__nav-item {
  margin: 0;
}

.site-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.site-header__nav-link:hover {
  opacity: 0.7;
}

.site-header__nav-en {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-header__nav-ja {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ======================================
   PC nav dropdown
====================================== */
/*.site-header__nav-list > li {
  position: relative;
  margin: 0;
  padding: 0 20px;
}*/

.site-header__nav-list > li > a {
  display: relative;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  line-height: 0;
  transition: opacity 0.3s ease;
}

/* 子メニューを持つ親 */
.site-header__nav-list > li.menu-item-has-children > a {
  cursor: default;
}

/* 親の # はクリックさせない */
.site-header__nav-list > li.menu-item-has-children > a[href="#"] {
  pointer-events: none;
}

/* ドロップダウン本体 */
.site-header__nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /*min-width: 140px;*/
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(159, 130, 72, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 100;
}

/* ホバーで表示 */
.site-header__nav-list > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* 子メニュー項目 */
.site-header__nav-list .sub-menu li {
  margin: 0;
  padding: 0;
}

.site-header__nav-list .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-header__nav-list .sub-menu a:hover {
  background: rgba(159, 130, 72, 0.12);
  color: #9F8248;
}

/* バーガー内アコーディオン */
/*.menu-item-has-children ul{
display:none;
}

.menu-item-has-children.open ul{
display:block;
}*/

.menu-item-has-children ul{
padding-left:20px;
margin-top:10px;
}

.menu-item-has-children li{
font-size:14px;
margin:8px 0;
}

@media screen and (max-width: 767px) {
  .sp-global-menu__nav .sub-menu {
    display: none;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }

  .sp-global-menu__nav .menu-item-has-children.open > .sub-menu {
    display: block;
  }

  .sp-global-menu__nav .sub-menu li {
    margin: 6px 0 0;
    padding: 0;
  }

  .sp-global-menu__nav .sub-menu a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .site-header__nav-list > li.menu-item-has-children > a[href="#"] {
    pointer-events: none;
  }
}

/* ======================================
   PC top before
====================================== */
.site-header.is-front {
  background: transparent;
}

.site-header.is-front .site-header__inner {
  min-height: 250px;
  padding: 24px 120px 20px;
}

.site-header.is-front .site-header__logo-img {
  max-width: 198px;
}

.site-header.is-front .site-header__nav-list {
  gap: 0;
}

.site-header.is-front .site-header__nav-en {
  font-size: 18px;
}

.site-header.is-front .site-header__nav-ja {
  font-size: 12px;
}

/* ======================================
   PC top after scroll / sub page
====================================== */
.site-header.is-front.is-scrolled,
.site-header.is-sub {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.site-header.is-sub > .header-wrap {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.site-header.is-front.is-scrolled .header-wrap {
  background: #fff;
}

.site-header.is-front.is-scrolled .site-header__inner,
.site-header.is-sub .site-header__inner {
  min-height: 110px;
  padding: 10px 120px;
}

.site-header.is-front.is-scrolled .site-header__logo-img,
.site-header.is-sub .site-header__logo-img {
  max-width: 72px;
}

/*.site-header.is-front.is-scrolled .site-header__nav-list,
.site-header.is-sub .site-header__nav-list {
  gap: 44px;
}

.site-header.is-front.is-scrolled .site-header__nav-en,
.site-header.is-sub .site-header__nav-en {
  font-size: 15px;
}

.site-header.is-front.is-scrolled .site-header__nav-ja,
.site-header.is-sub .site-header__nav-ja {
  font-size: 11px;
}*/

/* ======================================
   SP menu button
====================================== */
.sp-menu-button {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.site-header__menu-button-line {
  position: absolute;
  left: 8px;
  width: 30px;
  height: 3px;
  background: #a98a49;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header__menu-button-line:nth-child(1) {
  top: 14px;
}

.site-header__menu-button-line:nth-child(2) {
  top: 24px;
}

.site-header__menu-button-line:nth-child(3) {
  top: 34px;
}

/* ======================================
   SP full screen menu
====================================== */
.sp-global-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  background: #9F8248;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sp-global-menu.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sp-global-menu__inner {
  position: relative;
  width: 100%;
  height: 100dvh;
  padding: 88px 24px 32px;
  overflow-y: auto;
}

.sp-global-menu__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.sp-global-menu__close::before,
.sp-global-menu__close::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 4px;
  width: 32px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.sp-global-menu__close::before {
  transform: rotate(45deg);
}

.sp-global-menu__close::after {
  transform: rotate(-45deg);
}

.sp-global-menu__nav {
  position: relative;
  z-index: 2;
}

.sp-global-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-global-menu__item {
  margin: 0;
}

.sp-global-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.sp-global-menu__en {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.sp-global-menu__ja {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.sp-global-menu__logo {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(78%, 300px);
  opacity: 0.3;
}

.sp-global-menu__logo img {
  display: block;
  width: 100%;
  height: auto;
}

body.is-menu-open {
  overflow: hidden;
}

/* ======================================
   Tablet
====================================== */
@media screen and (max-width: 1200px) {
  .site-header.is-front .site-header__inner {
    padding: 20px 10px;
  }
	
  .header-main {
    margin: 10px 40px;
  }

  .site-header.is-front.is-scrolled .site-header__inner,
  .site-header.is-sub .site-header__inner {
    padding: 20px 10px;
  }

  .site-header__nav-list {
    gap: 0;
  }

  .site-header.is-front .site-header__logo-img {
    max-width: 100px;
  }
}

/* ======================================
   SP
====================================== */
@media screen and (max-width: 767px) {
  .site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .site-header__inner {
    min-height: 60px;
    padding: 16px 5px;
  }

  .site-header__logo-img {
    max-width: 45px;
  }

  .pc-nav {
    display: none;
  }

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

  .site-header.is-front,
  .site-header.is-front.is-scrolled,
  .site-header.is-sub {
    background: #fff;
  }
	
  .header-main {
    margin: 6px 16px;
  }

  .site-header.is-front .site-header__inner,
  .site-header.is-front.is-scrolled .site-header__inner,
  .site-header.is-sub .site-header__inner {
    min-height: 60px;
    padding: 8px 12px 8px 14px;
  }

  .site-header.is-front .site-header__logo-img,
  .site-header.is-front.is-scrolled .site-header__logo-img,
  .site-header.is-sub .site-header__logo-img {
    max-width: 45px;
  }

  .sp-global-menu__inner {
    padding: 92px 20px 26px;
  }

  .sp-global-menu__list {
    gap: 0;
	text-align: center;
	line-height: 1;
  }
	
  .sp-global-menu__list li {
	line-height: 1;
	padding: 5px;
  }
	
  .sp-global-menu__list a {
    text-decoration: none;
    color: #fff;
	line-height: 1;
  }

  .en {
    font-size: 18px;
	font-weight: 700;
	line-height: 1;
  }
	
  .ja {
    font-size: 14px;
	font-weight: 400;
  }

  .sp-global-menu__ja {
    font-size: 14px;
  }

  .sp-global-menu__logo {
    width: min(72%, 280px);
    bottom: 34px;
  }
}



/* */
.sp-global-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.nav__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sp-global-menu__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100dvh;
  margin-left: auto;
}

.sp-global-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* =========================
   footer
========================= */
.footer {
  position: relative;
  background: #CEC0A3;
  color: #fff;
}

.footer-wrap {
  position: relative;
  padding: 40px;
  overflow: hidden;
}

.footer-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ロゴ */
.footer-logo {
  width: 200px;
  margin: 0 auto 60px;
  pointer-events: none;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ナビ */
.footer__nav {
  margin-bottom: 46px;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-list li {
  margin: 0;
  padding: 0;
}

.footer__nav-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.footer__nav-list a:hover {
  color: #9F8248;
}

.footer__nav-list a .en {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
}

.footer__nav-list a .ja {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
}

/* SNS */
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.footer-sns__item {
  width: 100%;
  max-width: 360px;
  padding: 28px 20px 26px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #9F8248;
}

.footer-sns__title {
  margin: 0 0 20px !important;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-sns__links {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.footer-sns__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.footer-sns__links a:hover {
  background: #9F8248;
}

.footer-sns__links img {
  display: block;
  /*max-width: 64px;
  max-height: 64px;*/
  width: auto;
  height: auto;
}

/* フッターナビ 2階層対応 */
/*.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-list > li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.footer__nav-list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.footer__nav-list > li > a:hover {
  opacity: 0.7;
}

.footer__nav-list > li > a .en {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.footer__nav-list > li > a .ja {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}*/

.footer__nav-list > li.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}

/* 2階層目 */
.footer__nav-list .sub-menu {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.footer__nav-list .sub-menu li {
  margin: 0;
  padding: 0;
}

.footer__nav-list .sub-menu a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.footer__nav-list .sub-menu a:hover {
  color: #9F8248;
}

/* pagetop */
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 10px;
  margin: 0;
}

.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f3ecdd;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.pagetop a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 11px solid #aa8b49;
}

.pagetop a span {
  display: block;
  margin-top: 18px;
  font-size: 11px;
  font-weight: 500;
}

/* コピーライト */
.footer__copy {
  margin: 0;
  padding: 13px 20px 14px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

/* =========================
   tablet
========================= */
@media screen and (max-width: 1024px) {
  .footer-wrap {
    padding: 64px 24px 42px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .footer__nav-list {
    gap: 30px;
  }

  .footer-sns {
    gap: 18px;
  }

  .footer-sns__item {
    padding: 24px 14px 22px;
  }

  .footer-sns__links a {
    width: 84px;
    height: 84px;
  }
}

/* =========================
   sp
========================= */
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 42px 18px 34px;
  }

  .footer-logo {
    width: 180px;
    margin-bottom: 28px;
  }

  .footer__nav {
    display: none;
  }

  .footer-sns {
    flex-direction: column;
    gap: 26px;
  }

  .footer-sns__item {
    max-width: none;
    padding: 22px 16px 24px;
  }

  .footer-sns__title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .footer-sns__links {
    gap: 20px;
  }

  .footer-sns__links a {
    width: 96px;
    height: 96px;
    border-radius: 10px;
  }

  .pagetop {
    right: 16px;
    bottom: 16px;
  }

  .pagetop a {
    width: 46px;
    height: 46px;
  }

  .pagetop a::before {
    top: 8px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 10px;
  }

  .pagetop a span {
    margin-top: 12px;
    font-size: 10px;
  }

  .footer__copy {
    font-size: 16px;
    padding: 11px 16px 12px;
  }
}

/* =========================
MV
========================= */
section.hero {
	padding: 200px 0 0;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
キャッチコピー
========================= */

.hero-text {
  position: absolute;
  left: 60px;
  bottom: 10%;

  background: rgba(159, 130, 72,0.95);
  color: #fff;

  padding: 28px 40px;

  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* =========================
募集ボタン
========================= */

.hero-recruit {
  position: absolute;
  right: 40px;
  bottom: -130px;
  z-index: 10;

  width: 300px;
  display: block;
}

.hero-recruit img {
  width: 100%;
  display: block;
}

/* hover切替 */

.hero-recruit img{
transition:opacity .3s;
}

.hero-recruit:hover img{
content:url("/wp-content/themes/salene-theme/assets/img/btn-recruit-on.png");
}


/* =========================
SP
========================= */

@media screen and (max-width: 767px) {
	
  section.hero {
	padding: 52px 0 0;
  }

  .hero-text {
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 18px 20px;
	bottom: 45%;
  }

  /*.hero-recruit {
    width: 180px;
    right: 16px;
    bottom: 20px;
  }*/

  .hero-recruit {
    position: absolute;
    left: 38px;
    right: 38px;
    width: auto;
    bottom: -130px;
  }
}

/* =========================
   concept
========================= */
.concept {
  background-color: #9F8248;
  background-image: url("/wp-content/themes/salene-theme/assets/img/logo-bg.png");
  background-repeat: no-repeat;
  background-position: right 70px center;
  background-size: 30%;
  overflow: hidden;
  position: relative;
  padding: 72px 0 78px;
  z-index: 1;
}

.concept .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.concept-inner {
  position: relative;
}

.concept-body {
  width: 100%;
  position: relative;
  z-index: 2;
}

.concept-logo {
  margin: 0 0 48px;
  color: rgba(243, 236, 221, 0.55);
  font-family: "SF Viper Squadron", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-style: italic;
}

.concept-title {
  margin: 0 0 52px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.concept-lead {
  margin: 0 0 38px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.concept-text p {
  margin: 0 0 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.concept-text p:last-child {
  margin-bottom: 0;
}

/* =========================
   tablet
========================= */
@media screen and (max-width: 1200px) {
  .concept {
    padding: 64px 0 70px;
    background-position: right 30px center;
    background-size: 44%;
  }

  .concept .container {
    padding: 0 28px;
  }

  .concept-body {
    width: 60%;
  }

  .concept-logo {
    margin-bottom: 36px;
    font-size: 64px;
  }

  .concept-title {
    margin-bottom: 38px;
    font-size: 42px;
  }

  .concept-lead {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .concept-text p {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* =========================
   sp
========================= */
@media screen and (max-width: 767px) {
  .concept {
    padding: 140px 0 75px !important;
    background-position: center bottom 56px;
    background-size: 92%;
  }

  .concept .container {
    padding: 0 17px;
  }

  .concept-body {
    width: 100%;
  }

  .concept-logo {
    margin-bottom: 34px;
    font-size: 52px;
    line-height: 1;
  }

  .concept-title {
    margin-bottom: 26px;
    color: #000;
    font-size: 32px;
    line-height: 1.4;
  }

  .concept-lead {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.45;
  }

  .concept-text p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.75;
  }
}

/* =========================
   team
========================= */
.team {
  background: #fff;
  padding: 60px 0;
}

.team .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.team-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.team-card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  max-width: 384px;
  padding: 18px 16px;
  background: #000;
  box-sizing: border-box;
}

.team-category {
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.team-head {
  padding: 8px;
  background: #9F8248;
  text-align: center;
}

.team-title-en {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}

.team-title-ja {
  margin: 3px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.team-image {
  margin-bottom: 11px;
}

.team-image img {
  display: block;
  width: 100%;
  height: 181px;
  object-fit: cover;
}

.team-body {
  flex: 1;
}

.team-text {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.team-btn {
  display: block;
  margin-top: auto;
  padding: 12px 10px 13px;
  background: #aa8b49;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.3s ease;
  position: relative;
}

.team-btn::before {
  content: "▶";
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  vertical-align: 1px;
}

.team-btn:hover {
  opacity: 0.8;
}

/* =========================
   tablet
========================= */
@media screen and (max-width: 1100px) {
  .team .container {
    padding: 0 24px;
  }

  .team-list {
    gap: 16px;
  }

  .team-card {
    width: calc((100% - 32px) / 3);
    padding: 12px 10px 10px;
  }

  .team-title-en {
    font-size: 32px;
  }

  .team-image img {
    height: 160px;
  }

  .team-text {
    font-size: 16px;
  }

  .team-btn {
    font-size: 18px;
  }
}

/* =========================
   sp
========================= */
@media screen and (max-width: 768px) {
  .team section {
    padding: 24px 0;
  }

  .team .container {
    padding: 0 13px;
  }

  .team-list {
    display: block;
	font-size: 24px;
  }

  .team-card {
    width: 100%;
    max-width: none;
    padding: 14px;
  }

  .team-card + .team-card {
    margin-top: 13px;
  }

  .team-category {
    margin-bottom: 9px;
  }

  .team-head {
    padding: 6px;
  }

  .team-title-en {
    font-size: 32px;
    line-height: 1.15;
  }

  .team-title-ja {
    margin-top: 2px;
    font-size: 20px;
  }

  .team-image {
    margin-bottom: 9px;
  }

  .team-image img {
    height: auto;
    aspect-ratio: 300 / 171;
  }

  .team-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .team-btn {
    padding: 10px 8px 11px;
    font-size: 18px;
  }

  .team-btn::before {
    margin-right: 5px;
    font-size: 16px;
  }
}

/* =========================
   sns
========================= */
.sns {
  padding: 160px 0 70px;
  background: linear-gradient(90deg, #FEFCF3 0%, #D6C347 100%);
  overflow: hidden;
}

.sns .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.sns-head {
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.title-bg {
  position: absolute;
  top: -90px;
  left: 0;
  margin: 0;
  color: rgba(170, 139, 73, 0.28);
  font-family: "SF Viper Squadron", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-style: italic;
}

.lead-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 3px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #dd0000;
  z-index: 1;
}

/* 赤い斜め帯 */
.lead-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    width: 107px;
    height: 60px;
    background: #dd0000;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
    z-index: 1;
    pointer-events: none;
}

/* 白文字複製を同じ形で切る */
.lead-title::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    clip-path: polygon(0 0, 40px 0, 90px 100%, 0 100%);
}

.sns-status {
  margin: 8px 0 0;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.sns-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.sns-item {
  width: calc((100% - 48px) / 3);
  max-width: 360px;
  min-height: 196px;
  padding: 28px 20px 26px;
  border: 1px solid #9F8248;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  box-sizing: border-box;
}

.sns-item-title {
  margin: 0 0 26px !important;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.sns-item-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #f8f8f8;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.sns-link:hover {
  background: #9F8248;
}

.sns-link img {
  display: block;
  /*width: 54px;
  height: 54px;*/
  object-fit: contain;
}

/* =========================
   tablet
========================= */
@media screen and (max-width: 1100px) {
  .sns .container {
    padding: 0 24px;
  }

  .title-bg {
    font-size: 72px;
  }

  .sns-lead,
  .sns-status {
    font-size: 24px;
  }
	
  .sns-lead::before {
    left: -8px;
    top: 2px;
    width: 102px;
    height: 33px;
    clip-path: polygon(0 0, 52% 0, 65% 100%, 0 100%);
  }
	
  .sns-lead::after {
    font-size: 24px;
    clip-path: polygon(0 0, 45px 0, 58px 100%, 0 100%);
  }

  .sns-list {
    gap: 18px;
  }

  .sns-item {
    width: calc((100% - 36px) / 3);
    padding: 24px 14px 22px;
  }

  .sns-link {
    width: 84px;
    height: 84px;
  }

  .sns-link img {
    width: 48px;
    height: 48px;
  }
}

/* =========================
   sp
========================= */
@media screen and (max-width: 767px) {
  .sns {
    padding: 92px 0 60px !important;
  }

  .sns .container {
    padding: 0 16px;
  }

  .sns-head {
    text-align: center;
    margin-bottom: 34px;
  }

  .title-bg {
    top: -50px;
    left: 0;
    font-size: 50px;
  }

  .sns-lead {
    font-size: 24px;
    line-height: 1.45;
  }

  .sns-status {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.4;
  }

  .sns-list {
    display: block;
  }

  .sns-item {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 25px 14px 26px;
  }

  .sns-item + .sns-item {
    margin-top: 24px;
  }

  .sns-item-title {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .sns-item-links {
    gap: 20px;
  }

  .sns-link {
    width: 96px;
    height: 96px;
  }

  .sns-link img {
    width: 52px;
    height: 52px;
  }
	
  .lead-title {
    font-size: 24px;
    line-height: 1.36;
	border: none;
  }

/* 赤い斜め帯 */
  .lead-title::before {
    /*left: -3px;
    top: 0px;
    width: 63px;
    height: 34px;*/
	display: none;
  }

/* 白文字複製を同じ形で切る */
  .lead-title::after {
    /*left: 0;
    top: 0;
    font-size: 24px;
    clip-path: polygon(0 0, 34px 0, 49px 100%, 0 100%);*/
	display: none;
  }
}

/* =========================
   contact
========================= */
.contact {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 160px 0 70px;
}

.contact::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom: 35%;

  width:496px;
  height:396px;

  background:url("/wp-content/themes/salene-theme/assets/img/contact-bg.png") no-repeat center / contain;

  /* opacity:0.35;*/
  pointer-events:none;
}

.contact .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.contact-inner {
  position: relative;
}

.contact-head {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
}

.contact-subtitle {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #dd0000;
  z-index: 1;
}

.contact-subtitle::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 86px;
  height: 42px;
  background: #dd0000;
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.contact-subtitle::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 0, 50px 0, 76px 100%, 0 100%);
}

.contact-body {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

.contact-text {
  margin-bottom: 34px;
  color: #000;
  font-size: 24px;
  line-height: 1.75;
}

.contact-text p {
  margin: 30px 0 !important;
  line-height: 1.3;
}

.contact-note {
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
}

/* =========================
   CF7
========================= */
.contact-form-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 背景枠部分だけ */
.cf7-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #9F8248;
  background: #F6F3ED;
  box-sizing: border-box;
}

.cf7-table {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cf7-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.cf7-head {
  width: 130px;
  padding-top: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
}

.cf7-data {
  flex: 1;
  min-width: 0;
}

.cf7-data input[type="text"],
.cf7-data input[type="email"],
.cf7-data input[type="tel"],
.cf7-data textarea {
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #bca97d;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}

.cf7-data textarea {
  height: 120px;
  resize: vertical;
}

/* -------------------------
   Radio
------------------------- */
.cf7-radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.cf7-radio .wpcf7-list-item {
  margin: 0 20px 0 0;
}

.cf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
}

.cf7-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #9F8248;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.cf7-radio input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #9F8248;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------
   Telephone
------------------------- */
.cf7-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.cf7-tel-col {
  flex: 1 1 0;
  min-width: 0;
}

.cf7-tel-col .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cf7-tel-col input[type="tel"],
.cf7-tel-col .cf7-tel-input {
  display: block;
  width: 100% !important;
  min-width: 0;
}

.cf7-tel-sep {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  font-size: 16px;
  line-height: 1;
}

.cf7-tel .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

/* -------------------------
   Submit
------------------------- */
.cf7-submit {
  margin-top: 24px;
  text-align: center;
}

.cf7-submit .wpcf7-submit {
  min-width: 180px;
  padding: 16px 75px;
  border: none;
  background: #aa8b49;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.cf7-submit .wpcf7-submit:hover {
  color: #9F8248;
  background: #000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px 12px;
  font-size: 13px;
}

/* -------------------------
   Confirm
------------------------- */
.cf7-confirm-box .cf7-data {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.cf7-submit-confirm {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.cf7-submit-confirm input[type="submit"],
.cf7-submit-confirm input[type="button"] {
  min-width: 180px;
}

/* =========================
   cf7 tablet
========================= */
@media screen and (max-width: 1024px) {
  .contact .container {
    padding: 0 24px;
  }

  .cf7-head {
    width: 110px;
  }

  .cf7-radio .wpcf7-list-item label {
    font-size: 18px;
  }
}

/* =========================
   cf7 sp
========================= */
@media screen and (max-width: 767px) {
  .contact {
    padding: 108px 0 60px !important;
  }

  .contact::after {
    bottom: 72%;
    width: 255px;
    height: 204px;
  }

  .contact .container {
    padding: 0 16px;
  }

  .contact-head {
    margin-bottom: 28px;
  }

  .contact-subtitle {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .contact-subtitle::before {
    left: -6px;
    top: 4px;
    width: 68px;
    height: 34px;
  }

  .contact-subtitle::after {
    font-size: 22px;
    clip-path: polygon(0 0, 40px 0, 62px 100%, 0 100%);
  }

  .contact-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .contact-note {
    font-size: 14px;
  }

  .contact-form-wrap {
    padding: 18px 12px 20px;
  }

  .cf7-box {
    padding: 16px;
  }

  .cf7-row {
    display: block;
  }

  .cf7-head {
    width: auto;
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .cf7-table {
    gap: 16px;
  }

  .cf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 6px 0;
  }

  .cf7-radio .wpcf7-list-item label {
    font-size: 16px;
  }

  .cf7-data input[type="text"],
  .cf7-data input[type="email"],
  .cf7-data input[type="tel"],
  .cf7-data textarea {
    font-size: 16px;
  }

  .cf7-tel {
    gap: 6px;
  }

  .cf7-tel-col {
    flex: 1 1 0;
    min-width: 0;
  }

  .cf7-tel-col .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }

  .cf7-tel-col input[type="tel"],
  .cf7-tel-col .cf7-tel-input {
    width: 100% !important;
    min-width: 0;
  }

  .cf7-tel-sep {
    width: 10px;
    font-size: 14px;
  }

  .cf7-submit .wpcf7-submit {
    width: 100%;
    min-width: 0;
    padding: 14px 20px;
    font-size: 18px;
  }
}

/* =========================
NEWS
========================= */

.news{
  padding:160px 0 70px;
  background:linear-gradient(90deg,#f7f5ee 0%,#e6d98a 100%);
  position:relative;
  overflow:hidden;
}

.news .container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* 見出し */

.news-head{
  position:relative;
  margin-bottom:50px;
  text-align:center;
}

.news-title{
  position:relative;
  display:inline-block;
  font-size:26px;
  font-weight:700;
  padding-bottom:8px;
  border-bottom:2px solid #dd0000;
}

.news-title::before{
  content:"";
  position:absolute;
  left:-10px;
  top:4px;
  width:70px;
  height:36px;
  background:#dd0000;
  clip-path:polygon(0 0,80% 0,100% 100%,0% 100%);
  z-index:-1;
}

.news-title::after{
  content:attr(data-text);
  position:absolute;
  left:0;
  top:0;
  color:#fff;
}

/* =========================
ニュースカード
========================= */

.news-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.news-list a {
  text-decoration: none;
  color: #000;
}

.news-card{
  background:#fff;
  border-radius:10px;
  padding:16px;
  /*box-shadow:0 3px 10px rgba(0,0,0,.05);*/
  display:flex;
  flex-direction:column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.news-card:hover{
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.news-date{
  font-size: 16px;
  margin: 8px 0 24px;
  font-weight: 400;
}

.news-category{
  background: #9F8248;
  color:#fff;
  font-size:16px;
  font-weight: 700;
  padding:20px;
  display:inline-block;
  margin-bottom:12px;
  text-align:center;
}

.news-card-title{
  font-weight:700;
  margin: 8px 0 20px;
  font-size: 18px;
}

.news-text{
  font-size: 16px;
  line-height:1.4;
  margin-bottom:16px;
  flex:1;
}

/* 続きを読む */

.news-link{
  display: block;
  background: #000;
  color: #fff;
  text-align :center;
  padding: 8px;
  font-size:16px;
  text-decoration:none;
}

.news-link::before{
  content:"▶";
  font-size:16px;
  margin-right:6px;
}

/* 一覧ボタン */

.btn-news {
  display: block;
  width: 250px;
  margin: 60px auto 0;
  text-align: center;
  background: #000;
  color: #aa8b49;
  padding: 16px 0;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}

.btn-news:hover {
  background: #9F8248CC;
  color: #fff;
}

/* =========================
tablet
========================= */

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

.news-list{
grid-template-columns:repeat(2,1fr);
}

}

/* =========================
SP
========================= */

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

  .news{
    padding: 130px 0 60px !important;
  }

.news-list{
grid-template-columns:1fr;
gap:18px;
}

.news-card{
padding:14px;
}

.btn-news{
width:180px;
}

}

/* =========================
下層ページ
========================= */

body:not(.home):not(.front-page) p {
  line-height: 1.4;
  margin: 0;
}

/* ======================================
   下層ページ共通
====================================== */

.team-mv,
.team-seeking,
.team-class,
.team-schedule,
.team-sns,
.team-member,
.team-contact {
  color: #000;
}

.team-seeking,
.team-class,
.team-schedule,
.team-sns,
.team-member,
.team-contact {
  padding: 100px 0;
}

/* ======================================
   共通セクション英字見出し
====================================== */

.section-en {
  font-family: "SF Viper Squadron", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(159,130,72,0.3); /* #9F82484D */
  text-align: left;
  margin: 0 0 40px;
  pointer-events: none;
}

/* SP */
@media screen and (max-width: 767px) {
  .section-en {
    font-size: 50px;
    margin-bottom: 28px;
  }
}

.team-mv + .team-seeking,
.team-seeking + .team-class,
.team-class + .team-schedule,
.team-schedule + .team-sns,
.team-sns + .team-member,
.team-member + .team-contact {
  margin-top: 0;
}


/* ======================================
   下層ページ MV（ページタイトル）
====================================== */

.team-mv {
  position: relative;
  padding: 80px 20px 64px;
  background: linear-gradient(90deg, #FEFCF3 0%, #D6C347 100%);
  text-align: center;
  overflow: hidden;
}

.team-mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 200px;
  transform: translate(-50%, -50%);
  /*background: url("/wp-content/themes/salene-theme/assets/img/logo-undertitle.png") no-repeat center center / contain;*/
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

/* table-tennis */
.team-mv--tb::before {
  background: url("/wp-content/themes/salene-theme/assets/img/tb-title-bg.png") no-repeat center center / contain;
}

/* volleyball */
.team-mv--vb::before {
  background: url("/wp-content/themes/salene-theme/assets/img/vb-title-bg.png") no-repeat center center / contain;
}

.team-mv-inner {
  position: relative;
  z-index: 2;
}

.team-mv-en {
  margin: 0;
  font-family: "SF Viper Squadron", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #9F8248;
}

.team-mv-ja {
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}

/* SP */
@media screen and (max-width: 767px) {
  .team-mv {
    padding: 34px 16px 30px;
  }

  .team-mv::before {
    width: 84px;
    height: 110px;
  }

  .team-mv-en {
    font-size: 40px;
  }

  .team-mv-ja {
    margin-top: 8px;
    font-size: 28px;
  }
}

/* ======================================
   SEEKING
====================================== */

.team-seeking {
  background: #9F8248;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.team-seeking .section-en{
  margin-bottom: 0;
}

.section-en.white {
  color: rgba(255,255,255,0.3);
}

/* 活動場所 */

.team-seeking-sub {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.6;
}

/* 募集タイトル */

.team-seeking-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  line-height: 1.6;
}

/* 説明文 */

.team-seeking-text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

/* ボタン */

.team-seeking-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.team-seeking-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  background: #000;
  color: #9F8248;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.team-seeking-btn a:hover {
  background: #ffffff;
}


/* ======================================
   SEEKING SP
====================================== */

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

.team-seeking{
  padding: 80px 20px;
}

/* 活動場所 */

.team-seeking-sub{
  font-size: 18px;
}

/* 募集タイトル */

.team-seeking-title{
  font-size: 32px;
}

/* 説明 */

.team-seeking-text{
  font-size: 16px;
}

}

/* ======================================
   CLASS
====================================== */

.team-class {
  position: relative;
  padding: 95px 20px 110px;
  background: #fff;
  overflow: hidden;
  color: #000;
}

.team-class .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

/* 背景シルエット */
.team-class::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42vw, 520px);
  height: min(46vw, 560px);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.team-class--tabletennis::after {
  background-image: url("/wp-content/themes/salene-theme/assets/img/takkyu-bg.png");
}

.team-class--volleyball::after {
  background-image: url("/wp-content/themes/salene-theme/assets/img/vb-bg.png");
}

/* 背景英字 */
.team-class .section-en {
  position: relative;
  z-index: 0;
  margin: 0 0 8px;
}

/* 見出し */
.team-class-head {
  text-align: center;
  margin: 0 0 24px;
  position: relative;
  z-index: 3;
}

/* lead-title 共通調整 */
.team-class .lead-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 3px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 1;
  border-bottom: 1px solid #dd0000;
}

.team-class .lead-title::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 107px;
  height: 60px;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
  background: #dd0000;
}

.team-class .lead-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 0, 40px 0, 90px 100%, 0 100%);
}

/* 卓球色 */
.team-class--tabletennis .lead-title {
  border-bottom-color: #DD0000;
}
.team-class--tabletennis .lead-title::before {
  background: #DD0000;
}

/* バレー色 */
.team-class--volleyball .lead-title {
  border-bottom-color: #E61E7D;
}
.team-class--volleyball .lead-title::before {
  background: #E61E7D;
}

/* ボックス */
.team-class-box {
  position: relative;
  z-index: 3;
  max-width: 842px;
  margin: 60px auto 0;
  padding: 60px 140px;
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}

/* リスト */
.team-class-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-class-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0 18px;
  align-items: start;
  margin: 0 0 18px;
}

.team-class-list li:last-child {
  margin-bottom: 0;
}

/* 左ラベル */
.team-class-list .label {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #9F8248;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

/* 縦長装飾 */
.team-class-list .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 20px;
  background: #DD0000;
}

/* 卓球：赤 */
.team-class--tabletennis .team-class-list .label::before {
  background: #DD0000;
}

/* バレー：ピンク */
.team-class--volleyball .team-class-list .label::before {
  background: #E61E7D;
}

.team-class-list .text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.team-class-note {
  margin: 24px 0 0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.team-class-list li > br{
  display:none;
}

/* ======================================
   CLASS SP
====================================== */

@media screen and (max-width: 767px) {
  .team-class {
    padding: 70px 12px 78px;
  }

  .team-class::after {
    right: 0;
    bottom: 18px;
    width: 52vw;
    height: 58vw;
    opacity: 0.85;
  }

  .team-class .section-en {
    margin-bottom: 6px;
  }

  .team-class-head {
    margin-bottom: 16px;
  }

  .team-class .lead-title {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 2px;
  }

  .team-class .lead-title::before {
    left: -10px;
    top: 0;
    width: 68px;
    height: 38px;
  }

  .team-class .lead-title::after {
    font-size: 26px;
    clip-path: polygon(0 0, 28px 0, 60px 100%, 0 100%);
  }

  .team-class-box {
    padding: 24px;
	margin: 32px auto 0;
  }

  .team-class-list li {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 10px;
    align-items: start;
    margin-bottom: 12px;
  }

  .team-class-list .label {
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.6;
  }

  .team-class-list .label::before {
    width: 6px;
    height: 16px;
    top: 3px;
  }

  .team-class-list .text {
    font-size: 16px;
    line-height: 1.65;
    word-break: break-word;
  }

  .team-class-note {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.65;
  }
}


/* ======================================
   SCHEDULE
====================================== */

.team-schedule {
  padding: 95px 20px 110px;
  background: linear-gradient(180deg, rgba(252, 230, 239, 0.7) 0%, rgba(236, 138, 181, 0.7) 100%);
  color: #000;
}

.team-schedule .container {
  max-width: 1200px;
}

.team-schedule .section-en {
  margin: 0 0 8px;
}

.team-schedule-head {
  text-align: center;
  margin: 0 0 28px;
}

/* lead-title流用（ピンク） */
.team-schedule .lead-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 3px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #E61E7D;
  z-index: 1;
}

.team-schedule .lead-title::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 107px;
  height: 60px;
  background: #E61E7D;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.team-schedule .lead-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 0, 40px 0, 90px 100%, 0 100%);
}

/* 外枠 */
.team-schedule-box {
  max-width: 842px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}

/* 2カラム */
.team-schedule-layout {
  display: grid;
  grid-template-columns: 1fr 314px;
  gap: 48px;
  align-items: stretch;
}

/* テーブル */
.team-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.team-schedule-table th,
.team-schedule-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #E61E7D;
  font-size: 20px;
  line-height: 1.35;
  color: #000;
  text-align: left;
  vertical-align: middle;
}

.team-schedule-table th {
  color: #E61E7D;
  font-weight: 400;
  padding-top: 0;
}

.team-schedule-table td:first-child,
.team-schedule-table th:first-child {
  width: 56px;
  text-align: center;
}

.team-schedule-table td:last-child,
.team-schedule-table th:last-child {
  width: auto;
}

/* 場所 */
.team-schedule-place {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-schedule-place-title {
  margin: 0 0 12px !important;
  color: #E61E7D;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.team-schedule-place-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  color: #000;
}

/* 注記 */
.team-schedule-note {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

/* ======================================
   SCHEDULE SP
====================================== */

@media screen and (max-width: 767px) {
  .team-schedule {
    padding: 70px 12px 78px;
  }

  .team-schedule .section-en {
    margin-bottom: 6px;
  }

  .team-schedule-head {
    margin-bottom: 18px;
  }

  .team-schedule .lead-title {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 2px;
  }

  .team-schedule .lead-title::before {
    left: -10px;
    top: 0;
    width: 68px;
    height: 38px;
  }

  .team-schedule .lead-title::after {
    font-size: 26px;
    clip-path: polygon(0 0, 28px 0, 60px 100%, 0 100%);
  }

  .team-schedule-box {
    padding: 14px 14px 16px;
  }

  .team-schedule-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .team-schedule-table th,
  .team-schedule-table td {
    font-size: 15px;
    line-height: 1.45;
    padding: 10px 6px;
  }

  .team-schedule-table td:first-child,
  .team-schedule-table th:first-child {
    width: 44px;
  }

  .team-schedule-place-title {
    margin-bottom: 8px !important;
    font-size: 15px;
  }

  .team-schedule-place-text {
    flex: none;
    display: block;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
  }

  .team-schedule-note {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
  }
}

/* ======================================
   SNS（下層ページ）
====================================== */



/* ======================================
   MEMBER
====================================== */

.team-member {
  position: relative;
  padding: 95px 20px 110px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.team-member::before {
  content: "";
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background-image: url("/wp-content/themes/salene-theme/assets/img/SELENE-2.svg");
  background-repeat: repeat;
  background-size: 700px auto;
  transform: rotate(-15deg);
  transform-origin: center;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

.team-member .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* 背景色切り替え */
.team-member--tabletennis {
  background: #000000;
}

.team-member--volleyball {
  background: #ED89B8;
}

/* 英字 */
.team-member .section-en {
  margin: 0 0 12px;
}

/* 日本語見出し */
.member-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.member-title + .member-grid,
.member-title + .member-feature {
  margin-top: 0;
}

.member-title:not(:first-of-type) {
  margin-top: 78px;
}

/* 一覧 */
.member-grid {
  display: grid;
  gap: 20px;
}

.member-grid--tabletennis {
  grid-template-columns: repeat(3, 1fr);
}

.member-grid--tabletennis-staff {
  grid-template-columns: repeat(2, 180px);
  justify-content: center;
  gap: 14px;
}

.member-grid--volleyball-staff {
  grid-template-columns: repeat(3, 1fr);
}

/* 1枚・2枚の時に中央寄せしたい場合用 */
.member-grid-1 {
  display: flex;
  justify-content: center;
}

.member-grid-2 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* カード */
.member-card {
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
}

/* 1枚・2枚表示時もカード幅が崩れないようにする */
.member-grid-1 .member-card,
.member-grid-2 .member-card {
  width: 100%;
  max-width: 376px;
}

/* 卓球カード */
.team-member--tabletennis .member-card {
  border: 1px solid #DD0000;
  background: #000;
}

/* バレーカード */
.team-member--volleyball .member-card {
  border: 1px solid rgba(255,255,255,0.9);
  background: #EC6AA7;
}

.member-card-image {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: #d9d9d9;
  overflow: hidden;
}

.member-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-role {
  margin: 12px 0 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  min-height: 1.4em;
}

.staff-role {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  min-height: 1.4em;
}

.member-name {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/* バレーの大きい選手画像 */
.member-feature {
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.9);
  background: #EC6AA7;
  box-sizing: border-box;
}

.member-feature-image {
  width: 100%;
  aspect-ratio: 692 / 408;
  background: #d9d9d9;
  overflow: hidden;
}

.member-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member--tabletennis .member-grid--tabletennis-staff .member-card-image {
  max-width: 160px;
}

.t-comment {
	margin-top : 40px;
}

.member-comment {
	line-height: 1.8!important;
}

/* ======================================
   SP
====================================== */

@media screen and (max-width: 767px) {
  .team-member {
    padding: 70px 6px 78px;
  }

  .team-member::before {
    width: 200%;
    height: 100%;
  }

  .team-member .section-en {
    margin-bottom: 6px;
  }

  .member-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .member-title:not(:first-of-type) {
    margin-top: 40px;
  }

  .member-grid--tabletennis,
  .member-grid--tabletennis-staff,
  .member-grid--volleyball-staff {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 12px;
  }

  .member-card {
    padding: 10px 10px 8px;
  }

  .member-grid {
    grid-template-columns: 1fr;
  }

  .member-card {
    max-width: none;
    width: 100%;
  }

  .team-member--tabletennis .member-card {
    padding: 30px;
    margin: 0 auto;
  }

  .team-member--volleyball .member-card {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
  }

  .team-member--tabletennis .member-grid--tabletennis-staff .member-card-image {
    max-width: 120px;
  }

  .member-role {
    margin-top: 8px;
    font-size: 16px;
  }

  .member-name {
    font-size: 18px;
  }

  .member-feature {
    padding: 30px;
  }

  .member-feature-image {
    aspect-ratio: 1 / 0.72;
  }

  /* SPでは1枚・2枚用も縦積みに戻す */
  .member-grid-1,
  .member-grid-2 {
    display: block;
  }

  .member-grid-1 .member-card,
  .member-grid-2 .member-card {
    max-width: 340px;
    margin: 0 auto;
  }

  .member-grid-2 .member-card + .member-card {
    margin-top: 12px;
  }
}

/* ======================================
   SP
====================================== */

@media screen and (max-width: 767px) {
  .team-member {
    padding: 70px 6px 78px;
  }

  .team-member::before {
    width: 200%;
    height: 100%;
  }

  .team-member .section-en {
    margin-bottom: 6px;
  }

  .member-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .member-title:not(:first-of-type) {
    margin-top: 40px;
  }

  .member-grid--tabletennis,
  .member-grid--tabletennis-staff,
  .member-grid--volleyball-staff {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 12px;
  }

  .member-card {
    padding: 10px 10px 8px;
  }
	
	  .member-grid {
    grid-template-columns: 1fr;
  }

  .member-card {
    max-width: none;
    width: 100%;
  }

  .team-member--tabletennis .member-card {
	padding: 30px;
    margin: 0 auto;
  }

  .team-member--volleyball .member-card {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
	padding: 30px;
  }

  .team-member--tabletennis .member-grid--tabletennis-staff .member-card-image {
    max-width: 120px;
  }

  .member-role {
    margin-top: 8px;
    font-size: 16px;
  }

  .member-name {
    font-size: 18px;
  }

  .member-feature {
    padding: 30px;
  }

  .member-feature-image {
    aspect-ratio: 1 / 0.72;
  }
}

/* ======================================
   下層ページ　お問い合わせフォーム
====================================== */

section.under-contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.wpcf7-list-item-label {
    font-size: 20px;
    margin-left: 5px;
}
