@charset "utf-8";
/*
Theme Name: eva-creative THEME 2025
Author: RUSH DESIGN
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900?family=Cabin:wght@400;500;600&display=swap&family=Allura&family=Noto+Serif+JP:wght@400;500&display=swap);
/******************************************************
font読み込み
******************************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src:
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "alternategotno3dregular";
  src: url("library/font/alternategotno3d_regular-webfont.eot");
  src:
    url("library/font/alternategotno3d_regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("library/font/alternategotno3d_regular-webfont.woff2") format("woff2"),
    url("library/font/alternategotno3d_regular-webfont.woff") format("woff"),
    url("library/font/alternategotno3d_regular-webfont.ttf") format("truetype"),
    url("library/font/alternategotno3d_regular-webfont.svg#alternategotno3dregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: normal;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #333;
	font-size: 100%;
  font-weight: normal;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 14px;
	font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  font-family: 'Cabin', "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span, time {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
アニメーション
******************************************************/
/* フェードイン */
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after,
.box:after,
.s_box:after,
.float:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none!important;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner, .s_inner, .l_inner {
    margin: 0 1.5rem;
  }
  .sp {display: block!important;}
  .sp-left {text-align:left!important;}
  .sp-right {text-align:right!important;}
  .sp-center {text-align:center!important;}
  .sp-none {display: none!important;}
}
@media screen and (min-width: 768px) {
  .inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .l_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .s_inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  #breadcrumb .inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .pc {display: block!important;}
  .pc-left {text-align:left!important;}
  .pc-right {text-align:right!important;}
  .pc-center {text-align:center!important;}
}
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    transition: all .35s ease-out;
  }
  a:hover {
    opacity: .7;
  }
}
/******************************************************
基本フォント
******************************************************/
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.sans {font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
.serif {font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;}
.bold {font-weight: 500;}
.color-red {color: #f6b483;}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
#breadcrumb ul {
  list-style: none;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
}
#breadcrumb li a {
  color: #f6b483;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
#breadcrumb li a:hover {
  color: #333;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#pagination li {
  margin: 0 .3rem;
  font-size: 1.2rem;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  background: #eee;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
#pagination li a:hover {
  background: #c0c0c0;
}
#pagination li span.current {
  background: #707070;
}
#pagination li span.dots {
  color: #707070;
  background: none;
}
/******************************************************
slickカスタマイズ
******************************************************/
@media screen and (min-width:1025px) {
  .slick-prev,
  .slick-next {
    z-index: 1;
  }
  .slick-prev {
    left: -50px;
  }
  .slick-prev:before{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  
  .slick-next {
    right: -50px;
  }
  .slick-next:before{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }    
  .slick-dots {
    bottom: -60px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    background: #707070;
    border-radius: 50%;
    margin: 0 6px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #707070;
    border-radius: 6px;
  }  
  .slick-dots li.slick-active button:before {
    background: #000;
  }
}
@media screen and (max-width:1024px) {
  .slick-prev,
  .slick-next {
    z-index: 1;
  }
  .slick-prev {
    left: -5px;
  }
  .slick-prev:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  
  .slick-next {
    right: -23px;
  }
  .slick-next:before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }    
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*     background: #fff; */
    border-radius: 4px;
  }  
  .slick-dots li.slick-active button:before {
    background: #000;
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1300px) {
  #header {
    height: 9rem;
    position: relative;
    z-index: 999;
  }
  #header ul {
    list-style: none;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_cover.fixed {
    box-shadow: 0 0 6px 0 rgb(0,0,0,.1);
  }
  #h_logo a {
    display: block;
    padding: 3rem;
    height: 3rem;
    line-height: 1;
    font-size: 0;
  }
  #h_logo span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
  }
  #h_logo .sdgs:after {
    display: inline-block;
    content: "";
    margin: 0 1rem;
    width: 1px;
    height: 30px;
    background: #ccc;
    vertical-align: top;
  }
  #h_logo img {
    width: auto;
    height: 3rem;
    vertical-align: middle;
  }
  #h_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 3rem;
  }
  #h_menu_list.first-nav {
    display: flex;
  }
  #h_menu_list .first {
    position: relative;
    font-weight: 600;
  }
  #h_menu_list .first:nth-child(n+2) {
    margin-left: 2rem;
  }
  #h_menu_list .second-nav {
    position: absolute;
    top: calc(100% + 3.1rem);
    min-width: 300px;
    /* background: rgba(246,180,131,.9); */
    background: #c0c0c0;
  }
  #h_menu_list li.second a {
    position: relative;
    display: block;
    padding: 1em;
    color: #fff;
  }
  #h_menu_list li.second a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }    
  #h_menu_list li.second:nth-child(n+2) a {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  #h_menu_sns {
    display: flex;
    margin-left: 3rem;
  }
  #h_menu_sns .sns:nth-child(n+2) {
    margin-left: 2rem;
  }
  #h_menu_sns .sns a {
    display: block;
    color: #999;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #h_menu_sns .sns span {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    margin-bottom: .4rem;
    border-radius: 2rem;
    box-sizing: border-box;
    background: #f2f2f2;    
  }
  #h_menu_sns .sns span img {
    width: 1.6rem;
    height: 1.6rem;
    padding: 1rem;
  }
  #h_menu_member {
    margin-left: 3rem;
  }
  #h_menu_member a {
    position: relative;
    display: block;
    padding: .9rem 1.6rem;
    padding-left: 4.6rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6rem;
    background: #c0c0c0;
  }
  #h_menu_member a:before {
    position: absolute;
    top: 50%;
    left: 1.2rem;
    margin-top: -1.2rem;
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(/wp-content/uploads/images2023/icon_member.png) center center no-repeat;
    background-size: contain;
  }
  #h_menu_member a span {
    display: block;
    font-size: 1.6rem;
  }
  #h_nav,
  #h_toggle_btn,
  #h_nav_modal {
    display: none;
  }
}
@media screen and (max-width:1299px) {
  #header {
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    box-sizing: border-box;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_cover.fixed {
    box-shadow: 0 0 6px 0 rgb(0,0,0,.1);
  }
  #h_logo a {
    display: inline-block;
    padding: 2rem;
    line-height: 1;
    font-size: 0;
  }
  #h_logo span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
  }
  #h_logo .sdgs:after {
    display: inline-block;
    content: "";
    margin: 0 1rem;
    width: 1px;
    height: 20px;
    background: #ccc;
    vertical-align: top;
  }
  #h_logo img {
    width: auto;
    height: 2rem;
    vertical-align: middle;
  }
  #h_menu {
    display: none;
  }
  #h_menu_list {
    display: flex;
  }
  #h_menu_list .list {
    font-weight: 600;
  }
  #h_menu_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  #h_menu_sns {
    display: flex;
    margin-left: 3rem;
  }
  #h_menu_sns .sns:nth-child(n+2) {
    margin-left: 2rem;
  }
  #h_menu_sns .sns a {
    display: block;
    color: #999;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #h_menu_sns .sns span {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    margin-bottom: .4rem;
    border-radius: 2rem;
    box-sizing: border-box;
    background: #f2f2f2;    
  }
  #h_menu_sns .sns span img {
    width: 1.6rem;
    height: 1.6rem;
    padding: 1rem;
  }
  #h_menu_member {
    margin-left: 3rem;
  }
  #h_menu_member a {
    position: relative;
    display: block;
    padding: .9rem 1.6rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6rem;
    background: #f6b483;
  }
  #h_menu_member a span {
    display: block;
    font-size: 1.6rem;
  }
  
  /* ハンバーガー */
  #h_toggle_btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 5;
    color: #c0c0c0;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 3rem;
    height: 2px;
    background: #c0c0c0;
    position: absolute;
    right: 1.5rem;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 20px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 40px;
  }
  #h_toggle_btn.open {
    position: fixed;
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  
  #h_nav_modal {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .1;
    position: fixed;
    top: 0;
    z-index: 1001;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #h_nav_modal.on {
    opacity: 1;
    webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: #fff;
    display: block;
    width: 80%;
    max-width: 280px;
    height: 100%;
    padding: 3rem 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }  
  
  #h_nav ul {
    list-style: none;
  }
  #h_nav li {
    border-bottom: 1px solid #eee;
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1rem;
  }
  #h_nav li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }  
  
  #h_nav #sp_nav {}
  #h_nav #sp_btn {
    margin-bottom: 3rem;
  }
  #h_nav #sp_btn .btn:nth-child(n+2) {
    margin-top: 1rem;
  }
  #h_nav #sp_btn a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background: #000;
  }
  
  #h_nav #sp_sns {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
  #h_nav #sp_sns .sns:nth-child(n+2) {
    margin-left: 2rem;
  }
  #h_nav #sp_sns .sns a {
    display: block;
    color: #999;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  #h_nav #sp_sns .sns span {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 2rem;
    box-sizing: border-box;
    background: #f2f2f2;    
  }
  #h_nav #sp_sns .sns span img {
    width: 2rem;
    height: 2rem;
    padding: 1rem;
  }  
  
  
  
  
  
  
  
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1025px) {
  #f_follow {
    margin-bottom: 8rem;
  }
  #f_follow .follow_box {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #f_follow .follow_box .title {
    text-align: center;
    font-weight: 500;
  }
  #f_follow .follow_box .title span {
    font-size: 3.6rem;
  }
  #f_follow .follow_box .sns_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10rem;
  }
  #f_follow .follow_box .sns_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  #f_follow .follow_box .sns_list .list a {
    display: block;
    color: #999;
    line-height: 1;
    text-align: center;
  }
  #f_follow .follow_box .sns_list .list span {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    box-sizing: border-box;
    background: #f2f2f2;    
  }
  #f_follow .follow_box .sns_list .list span img {
    width: 4rem;
    height: 4rem;
    padding: 2.5rem;
  } 
  #footer .banner_list .list {
    margin: 0 10px;
  }
  #footer .banner_list .list img {
    width: 320px;
    height: auto;
  }  
  #footer ul {
    list-style: none;
  }
  .f_inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;    
  }
  #f_top {
    padding: 6rem 0;
    color: #fff;
    background: #c0c0c0;
  }
  #f_top a {
    color: #fff;
  }
  #f_information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
    padding-top: 8rem;
    border-top: 1px solid #999;
  }
  #f_nav {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
  }
  #f_nav ul {
    width: calc(100% / 3);
  }
  #f_nav ul li:nth-child(n+2) {
    margin-top: 1em;
  }
  #f_btn {
    width: 300px;
  }
  #f_btn a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 6rem;
    background: #000;
  }
  #f_btn a:nth-child(n+2) {
    margin-top: 2rem;
  }
  #f_sub_nav_list {
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    background: #333;
  }
  #f_sub_nav_list a {
    color: #fff;
  }
  #f_sub_nav_list .list {
    display: inline-block;
  }
  #f_sub_nav_list .list:nth-child(n+2):before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1em;
    margin: 0 2em;
    background: #fff;
  }  
  #f_bottom {
    padding: 6rem 0;
  }
  #f_bottom #f_bottom_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  #f_bottom #f_bottom_flex .flex {
    width: calc(100% / 3);
  }
  #f_bottom #f_logo img {
    width: auto;
    height: 30px;
  }
  #f_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #f_sns .sns {
    margin-left: 1em;
  }
  #copyright {
    text-align: right;
  }
}
@media screen and (max-width:1024px) {
  #f_follow {
    margin-bottom: 5rem;
  }
  #f_follow .follow_box {
    padding: 3rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #f_follow .follow_box .title {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 500;
  }
  #f_follow .follow_box .title span {
    font-size: 2.4rem;
  }
  #f_follow .follow_box .sns_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #f_follow .follow_box .sns_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  #f_follow .follow_box .sns_list .list a {
    display: block;
    color: #999;
    line-height: 1;
    text-align: center;
  }
  #f_follow .follow_box .sns_list .list span {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    box-sizing: border-box;
    background: #f2f2f2;    
  }
  #f_follow .follow_box .sns_list .list span img {
    width: 3rem;
    height: 3rem;
    padding: 2rem;
  } 
  #footer .banner_list {
  }
  #footer .banner_list .list {
    padding: 0 1.5rem;
  }
  #footer .banner_list .list img {
    width: 100%;
    height: auto;
  }
  #footer ul {
    list-style: none;
  }
  .f_inner {
    padding: 0;
    box-sizing: border-box;    
  }
  #f_top {
    padding: 5rem 0;
    color: #fff;
    background: #c0c0c0;
  }
  #f_top a {
    color: #fff;
  }
  #f_information {
    margin-top: 6rem;
    padding: 0 1.5rem;
    padding-top: 3rem;
    border-top: 1px solid #999;
  }
  #f_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #f_nav ul {
    width: 50%;
  }
  #f_nav ul li {
    margin-bottom: .5em;
  }
  #f_btn {
    padding: 0 1.5rem;
  }
  #f_btn a {
    display: block;
    width: 280px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 5rem;
    background: #000;
  }
  #f_btn a:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #f_sub_nav_list {
    padding: 1.5rem 0;
    color: #fff;
    text-align: center;
    background: #333;
  }
  #f_sub_nav_list a {
    color: #fff;
  }
  #f_sub_nav_list .list {
    display: inline-block;
    font-size: 1.2rem;
  }
  #f_sub_nav_list .list:nth-child(n+2):before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1em;
    margin: 0 1em;
    background: #fff;
  }  
  #f_bottom {
    padding: 3rem 0;
  }
  #f_bottom #f_bottom_flex {
    margin-bottom: 3rem;
  }
  #f_bottom #f_bottom_flex .flex {}
  #f_bottom #f_logo {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_bottom #f_logo img {
    width: auto;
    height: 30px;
  }
  #f_bottom #f_address {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_sns .sns:nth-child(n+2) {
    margin-left: 1em;
  }
  #copyright {
    text-align: center;
  }
}
/******************************************************
トップページ
******************************************************/
@media screen and (min-width:1025px) {
  .eng_title {
    /* margin-bottom: 5rem; */
    font-size: 1.8rem;
    color: #c0c0c0;
    text-align: center;
    font-weight: bold;
  }
  #top_main {
    position: relative;
  }
  #top_main .copy_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 0rem);    
  }
  #top_main .copy {
    margin-bottom: 1em;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  #top_main .copy .image {
    padding: 0 5rem;
  }
  #top_main .copy span {
    font-size: 8rem;
  }
  #top_main .copy h1 {
    font-size: 5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
  }
  #top_main .copy h1 strong {
    font-size: 2.4rem;
  }
  #top_main .eyecatch {
    width: 100%;
    height: calc(100vh - 9rem);
  }
  #top_main .eyecatch .image {
    width: 100%;
    height: calc(100vh - 9rem);
    background: url(/wp-content/uploads/2025/12/membership_img001-scaled.jpg) center center no-repeat;
    background-size: cover;
  }
  #top_main .scroll {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  #top_main .scroll a {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  #top_main .scroll a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 2rem;
    margin-left: -.5px;
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    transition: all .35s ease-out;    
    z-index: 1;
  }
  #top_main .scroll:hover a:after {
    margin-top: 3rem;
  }  
  #top_pickup {
    padding: 8rem 0;
    background: #fff;
  }
  #top_pickup .pickup_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #000;
  }

  #top_pickup .pickup_list .list {
    margin: 0 10px;
  }
  #top_pickup .pickup_list .list img {
    width: 320px;
    height: auto;
  }
  #top_pickup .first_box {
    margin-bottom: 8rem;
  }
  #top_pickup .newyear {
    width: 100%;
    margin-top: 80px;
  }
  #top_pickup .newyear h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  #top_pickup .newyear video {
    width: 100%;
    height: 610px !important;
    margin-bottom: 40px;
  }
  #top_theme {
    position: relative;
    padding: 8rem 0;
    text-align: center;
    background: url(/wp-content/uploads/images2023/bg_top001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_theme:before {
    position: absolute;
    display: block;
    content: "";
    top: -40px;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -.5px;
    background: #666;
  }
  #top_theme .theme_box h3 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;    
  }
  #top_theme .theme_box h3 span {
    font-size: 4.8rem;
  }
  #top_theme .theme_box .comment {
    margin-bottom: 3rem;
  }
  #top_theme .theme_box .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_theme .theme_box .btn {
    text-align: center;
  }
  #top_theme .theme_box .btn a {
    display: inline-block;
    width: 360px;
    color: #fff;
    font-size: 2rem;
    line-height: 7rem;
    background: #c0c0c0;
  }
  #top_activities {
    padding: 8rem 0;
    border-bottom: 5rem solid #c0c0c0;
  }
  #top_activities .insta_title {
    margin-bottom: 4rem;
    text-align: center;
  }
  #top_activities .insta_title span {
    display: inline-block;
  }
  #top_activities .insta_title span.eng {
    position: relative;
    color: #c0c0c0;
    font-size: 2.8rem;
    font-weight: 600;
  }
  #top_activities .insta_title span.eng:before {
    position: absolute;
    display: block;
    top: 50%;
    left: -4rem;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-top: -15px;
    background: url(/wp-content/uploads/images2023/icon_instagram.png) center center no-repeat;
    background-size: contain;
  }
  #top_activities .insta_title span.jap:before {
    content: "―";
    margin-right: 1rem;
  }
  #top_activities .insta_title span.jap:after {
    content: "―";
    margin-left: 1rem;
  }
  #top_activities .instagram_list {
    margin-bottom: 5rem;
  }
  #top_activities #sb_instagram {
    padding: 0!important;
  }
  #top_activities #sbi_images {
    padding: 0!important;
  }
  #top_activities .btn {
    text-align: center;
  }
  #top_activities .btn a {
    display: inline-block;
    width: 370px;
    font-size: 2rem;
    color: #fff;
    line-height: 7rem;
    box-sizing: border-box;
    background: #c0c0c0;
    margin-top: 34px;
  }  
  #top_about {
    padding: 8rem 0;
    border-bottom: 5rem solid #c0c0c0;    
  }
  #top_about h3 {
    margin-bottom: 6rem;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
  }
  #top_about .about_box {
    position: relative;
    padding-left: 240px;
    padding-bottom: 8rem;
  }
  #top_about .about_box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    height: 320px;
    color: #fff;
    text-align: center;
    background: #c0c0c0;
  }
  #top_about .about_box .title .eng {
    margin-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
  }
  #top_about .about_box .title .jap {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }
  #top_about .about_box .title .btn {
    text-align: center;
  }
  #top_about .about_box .title .btn a {
    position: relative;
    display: inline-block;
    width: 240px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_about .about_box2 {
    padding-left: 400px;
  }
  #top_about .about_box2 .comment {
    margin-bottom: 3rem;
  }
  #top_about .about_box2 .link_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_about .about_box2 .link_list .list {
    position: relative;
    width: 50%;
    padding-left: 2em;
    font-size: 1.6rem;
    font-weight: 500;
    box-sizing: border-box;
  }
  #top_about .about_box2 .link_list .list:nth-child(n+3) {
    margin-top: 1em;
  }
  #top_about .about_box2 .link_list .list:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -1px;
    width: 1em;
    height: 2px;
    background: #333;
  }
  #top_about .message_cover {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;    
    box-sizing: border-box;    
  }
  #top_about .message {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8rem;
    color: #fff;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
  }
  #top_about .message .image {
    width: 240px;
    height: 240px;
  }
  #top_about .message .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  #top_about .message .comment {
    width: calc(100% - 240px);
    padding: 0 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  #top_about .message .comment .title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    font-weight: 500;
    color: #f7f7f7;
  }
  #top_about .message .comment .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top_about .message .comment .profile .name {
    font-size: 2.8rem;
    font-weight: 500;
  }
  #top_information {
    padding: 8rem 0;    
  }
  #top_information .information_cover .information {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top_information .information_cover .facebook {
    width: 360px;
  }
  #top_information .info_title {
    margin-bottom: 4rem;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_information .info_title span {
    display: block;
  }
  #top_information .info_title span.eng {
    position: relative;
    color: #000;
    font-size: 2.8rem;
    font-weight: 600;
  }
  #top_information .info_title span.jap {
    margin-left: 1em;
  }
  #top_information .info_title span.jap:before {
    content: "―";
    margin-right: 1rem;
  }
  #top_information .info_title span.jap:after {
    content: "―";
    margin-left: 1rem;
  }
  #top_information .information_list {
    margin-bottom: 4rem;
    border: 1px solid #000;
    padding: 0 8%;
    width: 840px;
    max-width: 100%;
  }
  #top_information .information_list .list a {
    display: flex;
/*     flex-wrap: wrap; */
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .list a time {
    width: 85px;
    margin-right: 10px;
    color: #999;
    font-weight: 500;
  }
  #top_information .information_list .list a .cat {
    width: 80px;
    margin-right: 10px;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_information .information_list .list a h3 {
    width: calc(100% - 180px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
  }
  #top_information .information .btn {}
  #top_information .information .btn a {
    display: inline-block;
    width: 300px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 6rem;
    color: #fff;
    background: #c0c0c0;
    box-sizing: border-box;
  }  
}
@media screen and (max-width:1024px) {
  .eng_title {
    /* margin-bottom: 3rem; */
    font-size: 1.6rem;
    text-align: center;
    color: #c0c0c0;
  }
  #top_main {
    position: relative;
  }
  #top_main .copy_cover {
    position: absolute;
    top: 20%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 66.666666vw;  
  }
  #top_main .copy {
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  #top_main .copy h1 {
    font-size: 1.8rem;
  }
  #top_main .copy h1 strong {
    font-size: 1.2rem;
  }
  #top_main .copy .image {
    padding: 0 1.5rem;
  }
  #top_main .copy span {
    font-size: 4.2rem;
  }
  #top_main .eyecatch {
    width: 100%;
    height: 66.666666vw;
  }
  #top_main .eyecatch .image {
    width: 100%;
    height: 66.666666vw;
    background: url(/wp-content/uploads/2025/12/membership_img001-scaled.jpg) center center no-repeat;
    background-size: cover;
  }
  #top_main .scroll {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  #top_main .scroll a {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  #top_main .scroll a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 2rem;
    margin-left: -.5px;
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;   
    z-index: 1;
  }
  #top_pickup {
    padding: 5rem 0 7rem;
    background: #fff;
  }
  #top_pickup .pickup_title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #000;
  }
  #top_pickup .newyear {
    margin-top: 60px;
  }
  #top_pickup .newyear h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  #top_pickup .pickup_list .list {}
  #top_theme {
    position: relative;
    padding: 5rem 0;
    text-align: center;
    background: url(/wp-content/uploads/images2023/bg_top001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_pickup .first_box {
    margin-bottom: 8rem;
  }  
  #top_theme:before {
    position: absolute;
    display: block;
    content: "";
    top: -40px;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -.5px;
    background: #666;
  }
  #top_theme .theme_box h3 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: -1px;
  }
  #top_theme .theme_box h3 span {
    font-size: 2.4rem;
  }
  #top_theme .theme_box .comment {
    margin-bottom: 3rem;
  }
  #top_theme .theme_box .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_theme .theme_box .comment p {
    margin-bottom: 24px;
  }
  #top_theme .theme_box .comment p:nth-last-child {
    margin-bottom: 0;
  }
  #top_theme .theme_box .comment p br {
    display: none;
  }
  #top_theme .theme_box .btn {
    text-align: center;
  }
  #top_theme .theme_box .btn a {
    display: inline-block;
    width: 280px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
    background: #c0c0c0;
  }
  #top_theme .theme_box .btn a:hover {
    background: #f6b483;
  }
  #top_activities {
    padding: 5rem 0;
    border-bottom: 2rem solid #c0c0c0;
  }
  #top_activities .insta_title {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_activities .insta_title span {
    display: inline-block;
  }
  #top_activities .insta_title span.eng {
    position: relative;
    /* color: #f6b483; */
    color: #c0c0c0;
    font-size: 2.4rem;
    font-weight: 600;
  }
  #top_activities .insta_title span.eng:before {
    position: absolute;
    display: block;
    top: 50%;
    left: -4rem;
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    margin-top: -13px;
    background: url(/wp-content/uploads/images2023/icon_instagram.png) center center no-repeat;
    background-size: contain;
  }
  #top_activities .insta_title span.jap:before {
    content: "―";
    margin-right: 1rem;
  }
  #top_activities .insta_title span.jap:after {
    content: "―";
    margin-left: 1rem;
  }
  #top_activities .instagram_list {
    margin-bottom: 5rem;
  }
  #top_activities #sb_instagram {
    padding: 0!important;
  }
  #top_activities #sbi_images {
    padding: 0!important;
  }
  #top_activities .btn {
    text-align: center;
  }
  #top_activities .btn a {
    display: inline-block;
    width: 280px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 5rem;
    background: #c0c0c0;
    box-sizing: border-box;
    margin-top: 34px;
  }
	#sb_instagram #sbi_images .sbi_item:nth-child(n+10) {
		display: none!important;
	}
  #top_about {
    padding: 5rem 0;
    border-bottom: 2rem solid #c0c0c0;    
  }
  #top_about h3 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
  }
  #top_about .about_box {
    position: relative;
    margin-bottom: 3rem;
  }
  #top_about .about_box .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
    background: #c0c0c0;
  }
  #top_about .about_box .title .eng {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  #top_about .about_box .title .jap {
    margin-bottom: 2rem;
    font-weight: 500;
  }
  #top_about .about_box .title .btn {
    text-align: center;
  }
  #top_about .about_box .title .btn a {
    position: relative;
    display: inline-block;
    width: 280px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_about .about_box2 {}
  #top_about .about_box2 .comment {
    margin-bottom: 3rem;
  }
  #top_about .about_box2 .link_list {}
  #top_about .about_box2 .link_list .list {
    position: relative;
    padding-left: 2em;
    font-size: 1.6rem;
    font-weight: 500;
    box-sizing: border-box;
  }
  #top_about .about_box2 .link_list .list:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -1px;
    width: 1em;
    height: 2px;
    background: #333;
  }
  #top_about .message_cover {}
  #top_about .message {
    display: block;
    margin-top: 3rem;
    color: #fff;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
  }
  #top_about .message .image {
    width: 100%;
    height: calc(100vw - 3rem);
    background: url(/wp-content/uploads/2026/01/top_img002-scaled.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_about .message .comment {
    padding: 1.5rem;
  }
  #top_about .message .comment .title {
    font-size: 2.4rem;
    font-weight: 500;
  }
  #top_about .message .comment .profile {}
  #top_about .message .comment .profile .name {
    font-size: 2rem;
    font-weight: 500;
    text-align: right;
  }
  #top_information {
    padding: 5rem 0;    
  }
  #top_information .information_cover {}
  #top_information .information_cover .information {
    margin-bottom: 3rem;
  }
  #top_information .information_cover .facebook {
    width: 100%;
  }
  #top_information .info_title {
    margin-bottom: 2rem;
    text-align: center;
  }
  #top_information .info_title span {
    display: inline-block;
  }
  #top_information .info_title span.eng {
    position: relative;
    color: #000;
    font-size: 2.4rem;
    font-weight: 600;
  }
  #top_information .info_title span.jap {
    display: block;
  }
  #top_information .info_title span.jap:before {
    content: "―";
    margin-right: 1rem;
  }
  #top_information .info_title span.jap:after {
    content: "―";
    margin-left: 1rem;
  }
  #top_information .information_list {
    margin-bottom: 3rem;
  }
  #top_information .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .list a time {
    margin-right: 10px;
    color: #999;
    font-weight: 500;
  }
  #top_information .information_list .list a .cat {
    padding: .5rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_information .information_list .list a h3 {
    width: 100%;
    margin-top: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
  }
  #top_information .information .btn {
    text-align: center;
  }
  #top_information .information .btn a {
    display: inline-block;
    width: 280px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    background: #c0c0c0;
    box-sizing: border-box;
  }  
}
/* 行事 **/
@media screen and (min-width:1025px) {
  #top_event {
    padding-bottom: 12rem;
    border-bottom: 1px solid #ccc;
  }
  #top_event .event_title {
    position: relative;
    margin-bottom: 12rem;
    color: #fff;
    font-size: 6rem;
    text-align: center;
    line-height: 15rem;
    font-family: 'Noto Serif JP', serif;    
    background: #f6b483;
  }
  #top_event .event_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    border-top: 60px solid #f6b483;
    border-right: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid transparent;
  }
  #top_event .event_list .list {
    margin: 0 10px;
  }
  #top_event .event_list .list img {
    width: 320px;
    height: auto;
  }  
}
@media screen and (max-width:1024px) {
  #top_event {
    padding-bottom: 5rem;
    border-bottom: 1px solid #ccc;
  }
  #top_event .event_title {
    position: relative;
    margin-bottom: 5rem;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 8rem;
    font-family: 'Noto Serif JP', serif;    
    background: #f6b483;
  }
  #top_event .event_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-top: 30px solid #f6b483;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  #top_pickup .newyear video {
    width: 100%;
    margin-bottom: 30px;
  }
}
/******************************************************
下層ページ　共通
******************************************************/
@media screen and (min-width: 1025px) {
  #contents .cover {
    padding: 10rem 0;
  }
  #page_title {
    padding: 16rem 0;
    background: url(/wp-content/uploads/images/2026/bg_page001.jpg) top center fixed;
    background-size: cover;
    position: relative;
  }
  #page_title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
  #page_title h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    z-index: 2;
  }
  #page_title h1 span.m_title {
    display: block;
    font-size: 3rem;
    color: #000;
    font-weight: bold;
  }
  #page_title h1 span.s_title {
    display: block;
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #contents .cover {
    padding: 5rem 0;
  }
  #page_title {
    padding: 6rem 0;
    background: url(/wp-content/uploads/images/2026/bg_page001.jpg) top center fixed;
    background-size: cover;
  }
  #page_title h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
  }
  #page_title h1 span.s_title {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  #page_title h1 span.m_title {
    display: block;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
  }
}
/******************************************************
固定ページ　共通
******************************************************/
@media screen and (min-width:1025px) {
  /* テキスト */
  #page .page_title_a {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
  }
  #page .page_title_a:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0c0c0;
  }
  #page .page_title_a:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
  }
  #page .page_title_b {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1.5em;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  #page .page_title_b:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #c0c0c0;
    content: "■";
  }
  #page .page_title_c {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  #page .page_title_c:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #c0c0c0;
    content: "－";
  }
  #page .page_title_d {
    margin-bottom: 3rem;
    padding: 1em;
    color: #fff;
    line-height: 1;
    background: #c0c0c0;
  }
  #page .page_title_e {
    position: relative;
    margin-bottom: 3rem;
    color: #333;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
  }
  #page .page_title_e:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    z-index: 0;
  }
  #page .page_title_e span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    z-index: 1;
  }
  #page p {
    margin-bottom: 1em;
  }
  #page p a {
    opacity: 1;
    color: #f6b483;
    text-decoration: underline;
  }
  #page p a:hover {
    opacity: 1;
    text-decoration: none;
  }
  /* 強調文 */
  #page .message {
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  #page .message span {
    font-size: 3.6rem;
  }
  #page .message_2 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  /* 中央文 */
  #page .center_comment {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.5;
  }
  /* 領域 */
  #page .box {
    margin-bottom: 10rem;
  }
  #page .s_box {
    margin-bottom: 6rem;
  }
  #page .s_box .newyear-photo {
    display: block;
    width: 35%;
    margin: 0 auto;
  }
  #page .left {
    float: left;
    width: 49%;
    margin-bottom: 1em;
  }
  #page .right {
    float: right;
    width: 49%;
    margin-bottom: 1em;
  }
  /* テーブル */
  #page table {
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page th,
  #page td {
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page th {
    width: 35%;
    background: #f2f2f2;
  }
  /* ボタン */
  #page .btn {
    text-align: center;
  }
  #page .btn a {
    position: relative;
    display: inline-block;
    width: 360px;
    line-height: 6rem;
    color: #f6b483;
    font-weight: 500;
    background: #fff;
    text-decoration: none;
    border: 2px solid #f6b483;
  }
  #page .btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  /* フォーム */
  #page .contact_form table {
    margin-bottom: 3rem;
  }
  #page .contact_form table input[type=text],
  #page .contact_form table input[type=email],
  #page .contact_form table textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  #page .contact_form table input[type=tel] {
    width: 25%;
    margin-bottom: 1em;
    padding: 1rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  #page .contact_form .submit_btn {
    text-align: center;
  }
  #page .contact_form .submit_btn button {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 5rem;
    margin: 0 1em;
    color: #fff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    background: #000;
  }
  /* マップ */
  #page .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .chart .s_box .image img {
    scale: 1.14;
  }
  /* 入会案内 */
  #page .photo-area1 img {
    width: 100%;
    height: 368px;
    object-fit: cover;
  }
  #page .photo-area2 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  #page .photo-area3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  /* 理事長写真 */
  #page .photo {
    margin-bottom: 1em;
    text-align: center;
  }
  #page .photo img {
    width: 35%;
  }
  /* よくある質問 */
  #page dl.faq dt {
    position: relative;
    margin-bottom: .5em;
    padding-left: 1.5em;
    font-weight: 500;
  }
  #page dl.faq dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #333;
  }
  #page dl.faq dt:nth-child(n+2) {
    margin-top: 2em;
  }
  #page dl.faq dd {
    position: relative;
    padding: 1.5em 3em;
    background: #f2f2f2;
  }
  #page dl.faq dd:before {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    content: "A";
    color: #333;
    font-weight: 500;
  }
  /* メンバー専用カレンダー */
  #page .schedule {
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
  }
  #page .schedule iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /* アジェンダリスト */
  #page ul.agenda_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  #page ul.agenda_list li {
    width: 32%;
    margin-right: 2%;
  }
  #page ul.agenda_list li:nth-child(3n) {
    margin-right: 0;
  }
  #page ul.agenda_list li:nth-child(n+4) {
    margin-top: 2rem;
  }
  #page ul.agenda_list li a {
    position: relative;
    display: block;
    padding: 1em;
    color: #c0c0c0;
    font-weight: 500;
    text-align: center;
    border: 1px solid #c0c0c0;
    background: #fff;
    text-decoration: none;
  }
  #page ul.agenda_list li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  /* リンクリスト */
  #page .col_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page ul.link_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #page ul.link_list li {
    margin: 0;
    padding: 0;
  }
  /* PDFリスト */
  #page .pdf_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .pdf_list .list {
    width: 32%;
  }
  #page .pdf_list .list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    text-align: center;
  }
  #page .pdf_list .list a .title {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    color: #fff;
    line-height: 1.5;
    background: #f6b483;
    justify-content: center;
  }
  #page .pdf_list .list a .title:after {
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px;
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6b483;
  }
  #page .pdf_list .list a .image {
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
    background: #fafafa;
  }
  #page dt {
    margin-bottom: 1em;
    font-weight: 500;
  }
  #page dd {
    margin-bottom: 1em;
  }
  #page .image_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  #page .image_col_2 {
    width: 49%;
  }
  #page .image_col_3 {
    width: 32%;
  }
  #page .image_col .image {
    margin-bottom: 1em;
  }
  #page .step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .step_list .list {
    width: 33.333333%;
    padding: 0 1em;
    text-align: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
  }
  #page .step_list .list:nth-child(1) {
    border-left: 1px solid #eee;
  }
  #page .step_list .step {
    text-align: center;
  }
  #page .step_list .step span {
    display: inline-block;
    width: 180px;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    padding: 0 1em;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #c0c0c0;
  }
  #page .step_list .title {
    margin-bottom: 1rem;
    color: #c0c0c0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  #page .step_list .contact_btn {
    text-align: center;
  }
  #page .step_list .contact_btn a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #c0c0c0;
    font-weight: 500;
    line-height: 4rem;
    border-radius: 2rem;
    border: 1px solid #c0c0c0;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    transition: all .35s ease-out;
  }
  #page .step_list .contact_btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  #page .step_list .contact_btn a:hover {
    color: #fff;
    background: #f6b483;
  }
  #page .committee_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .committee_list .s_box {
    width: calc((100% / 2) - 20px);
    margin-right: 40px;
  }
  #page .committee_list .s_box:nth-child(2n) {
    margin-right: 0;
  }
  #page .committee_list .s_box:nth-child(n+3) {
    margin-top: 40px;
  }  
  #page .committee_title {
    margin-bottom: 2rem;
    color: #f6b483;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  #page .committee_flex {
  }
  #page .committee_flex .image {

    margin: 3rem 0;
    text-align: center;
  }
  #page .committee_flex .image .img {
    margin-bottom: 1rem;
  }
  #page .committee_flex .image .img img {
    width: 100%;
    height: 850px;
    object-fit: contain;
  }
  #page .committee_flex .image .name {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #page .committee_flex .comment {
  }
  #page .challenge_title {
    width: 80%;
    margin: 0 auto 5rem;
  }
  #page .challenge_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #055c99;
  }
  #page .challenge_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  
  #page .challenge_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #page .challenge_list .list:nth-child(odd):after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: calc(100% - 100px);
    height: 1px;
    background: #055c99;
  }
  #page .challenge_list .list:nth-child(even):after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: calc(100% - 100px);
    height: 1px;
    background: #055c99;
  }
  #page .challenge_list .list .image {
    width: 200px;
  }  
  #page .challenge_list .list .comment {
    width: calc(100% - 240px);
  }
  #page .challenge_list .list .comment .title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #page .challenge_list .list .comment p {
    font-size: 1.6rem;
  }
  #page .challenge_list .list .comment .name {
    text-align: right;
  }
  #page .challenge_list_2 .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
  }
  #page .challenge_list_2 .list:nth-child(n+4) {
    align-items: center;
  }
  #page .challenge_list_2 .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  
  #page .challenge_list_2 .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #page .challenge_list_2 .list:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #055c99;
  }
  #page .challenge_list_2 .list:nth-child(1):after {background:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2):after {background:#edb517;}
  #page .challenge_list_2 .list:nth-child(3):after {background:#00963b;}
  #page .challenge_list_2 .list:nth-child(4):after {background:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5):after {background:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6):after {background:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7):after {background:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8):after {background:#93278f;}
  #page .challenge_list_2 .list:nth-child(9):after {background:#00963b;}
  #page .challenge_list_2 .list .image {
    width: 200px;
  }  
  #page .challenge_list_2 .list .comment {
    width: calc(100% - 240px);
  }
  #page .challenge_list_2 .list:nth-child(n+7) .comment {
    text-align: center;
  }
  #page .challenge_list_2 .list .comment .title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #page .challenge_list_2 .list:nth-child(1) .comment .title {color:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2) .comment .title {color:#edb517;}
  #page .challenge_list_2 .list:nth-child(3) .comment .title {color:#00963b;}
  #page .challenge_list_2 .list:nth-child(4) .comment .title {color:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5) .comment .title {color:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6) .comment .title {color:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7) .comment .title {color:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8) .comment .title {color:#93278f;}
  #page .challenge_list_2 .list:nth-child(9) .comment .title {color:#00963b;}
  #page .challenge_list_2 .list .comment p {
    font-size: 1.6rem;
  }
  #page .challenge_list_2 .list .comment p span {
    font-weight: bold;
  }
  #page .challenge_list_2 .list:nth-child(1) .comment p span {color:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2) .comment p span {color:#edb517;}
  #page .challenge_list_2 .list:nth-child(3) .comment p span {color:#00963b;}
  #page .challenge_list_2 .list:nth-child(4) .comment p span {color:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5) .comment p span {color:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6) .comment p span {color:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7) .comment p span {color:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8) .comment p span {color:#93278f;}
  #page .challenge_list_2 .list:nth-child(9) .comment p span {color:#00963b;}
  #page .challenge_list_2 .list .comment .name {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  /* テキスト */
  #page .page_title_a {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
  }
  #page .page_title_a:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0c0c0;
  }
  #page .page_title_a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
  }
  #page .page_title_b {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  #page .page_title_b:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #c0c0c0;
    content: "■";
  }
  #page .page_title_c {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
  #page .page_title_c:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #f6b483;
    content: "－";
  }
  #page .page_title_d {
    margin-bottom: 3rem;
    padding: 1em;
    color: #fff;
    line-height: 1;
    background: #c0c0c0;
  }
  #page .page_title_e {
    position: relative;
    margin-bottom: 3rem;
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  #page .page_title_e:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    z-index: 0;
  }
  #page .page_title_e span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    z-index: 1;
  }
  #page p {
    margin-bottom: 1em;
  }
  #page p a {
    opacity: 1;
    color: #f6b483;
    text-decoration: underline;
  }
  #page p a:hover {
    opacity: 1;
    text-decoration: none;
  }
  /* 強調文 */
  #page .message {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  #page .message span {
    font-size: 2rem;
  }
  #page .message_2 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  /* 中央文 */
  #page .center_comment {
    font-size: 1.6rem;
    text-align: left;
  }
  #page .center_comment br {
    display: none;
  }
  /* 領域 */
  #page .box {
    margin-bottom: 5rem;
  }
  #page .s_box {
    margin-bottom: 3rem;
  }
  #page .left,
  #page .right {
    margin-bottom: 1em;
  }
  /* テーブル */
  #page table {
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page th,
  #page td {
    display: block;
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page th {
    background: #f2f2f2;
  }
  /* ボタン */
  #page .btn {
    text-align: center;
  }
  #page .btn a {
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 5rem;
    color: #f6b483;
    font-weight: 500;
    background: #fff;
    text-decoration: none;
    border: 2px solid #f6b483;
  }
  #page .btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  /* フォーム */
  #page .contact_form table {
    margin-bottom: 2.5rem;
  }
  #page .contact_form table input[type=text],
  #page .contact_form table input[type=email],
  #page .contact_form table textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  #page .contact_form table input[type=tel] {
    width: 50%;
    margin-bottom: 1em;
    padding: 1rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  #page .contact_form .submit_btn {
    text-align: center;
  }
  #page .contact_form .submit_btn button {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 5rem;
    margin: 0 1em;
    color: #fff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    background: #000;
  }
  /* マップ */
  #page .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
    /* 入会案内 */
  #page .photo-area1 img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  #page .photo-area2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  /* 理事長写真 */
  #page .photo {
    margin-bottom: 1em;
    text-align: center;
  }
  #page .photo img {
    width: 80%;
  }
  /* よくあるご質問 */
  #page dl.faq dt {
    position: relative;
    margin-bottom: .5em;
    padding-left: 1.5em;
    font-weight: 500;
  }
  #page dl.faq dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #333;
  }
  #page dl.faq dt:nth-child(n+2) {
    margin-top: 2em;
  }
  #page dl.faq dd {
    position: relative;
    padding: 1.5em 3em;
    background: #f2f2f2;
  }
  #page dl.faq dd:before {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    content: "A";
    color: #333;
    font-weight: 500;
  }
  /* メンバー専用カレンダー */
  #page .schedule {
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
  }
  #page .schedule iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /* アジェンダリスト */
  #page ul.agenda_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  #page ul.agenda_list li {
    width: 100%;
  }
  #page ul.agenda_list li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #page ul.agenda_list li a {
    position: relative;
    display: block;
    padding: 1em;
    color: #c0c0c0;
    font-weight: 500;
    text-align: center;
    border: 1px solid #c0c0c0;
    background: #fff;
  }
  #page ul.agenda_list li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  /* リンクリスト */
  #page .col_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page ul.link_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #page ul.link_list li {
    margin: 0;
    padding: 0;
  }
  /* PDFリスト */
  #page .pdf_list {}
  #page .pdf_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .pdf_list .list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    text-align: center;
  }
  #page .pdf_list .list a .title {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    color: #fff;
    line-height: 1.5;
    background: #f6b483;
    justify-content: center;
  }
  #page .pdf_list .list a .title:after {
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px;
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6b483;
  }
  #page .pdf_list .list a .image {
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  #page .image_col {
    margin-bottom: 1em;
  }
  #page .image_col_2 {
    width: 100%;
  }
  #page .image_col_3 {
    width: 100%;
  }
  #page .image_col_3:nth-child(n+2) {
    margin-top: 1em;
  }
  #page .image_col .image {
    margin-bottom: 1em;
  }
  #page .step_list {
  }
  #page .step_list .list {
    text-align: center;
    box-sizing: border-box;
  }
  #page .step_list .list:nth-child(n+2) {
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #eee;
  }
  #page .step_list .step {
    text-align: center;
  }
  #page .step_list .step span {
    display: inline-block;
    width: 180px;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    padding: 0 1em;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #c0c0c0;
  }
  #page .step_list .title {
    margin-bottom: 1rem;
    color: #c0c0c0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  #page .step_list .contact_btn {
    text-align: center;
  }
  #page .step_list .contact_btn a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #c0c0c0;
    font-weight: 500;
    line-height: 4rem;
    border-radius: 2rem;
    border: 1px solid #c0c0c0;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    transition: all .35s ease-out;
  }
  #page .step_list .contact_btn a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  #page .step_list .contact_btn a:hover {
    color: #fff;
    background: #f6b483;
  }
  #page .committee_list {}
  #page .committee_list .s_box:nth-child(n+2) {
    border-top: 1px solid #ccc;
    margin-top: 3rem;
    padding-top: 3rem;
  }
  #page .committee_title {
    margin-bottom: 2rem;
    color: #f6b483;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #page .committee_flex {
  }
  #page .committee_flex .image {
    margin-bottom: 1rem;
    text-align: center;
  }
  #page .committee_flex .image .img {
    width: 60%;
    margin: 0 auto 1rem;
  }
  #page .committee_flex .image .name {
    font-weight: bold;
  }
  #page .committee_flex .comment {}
  #page .challenge_title {
    width: 80%;
    margin: 0 auto 3rem;
  }
  #page .challenge_list .list {
    color: #055c99;
    padding-bottom: 3rem;
    border-bottom: 1px solid #055c99;
  }
  #page .challenge_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }

  #page .challenge_list .list .image {
    width: 50%;
    margin: 0 auto;
  }  
  #page .challenge_list .list .comment {
  }
  #page .challenge_list .list .comment .title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #page .challenge_list .list .comment p {}
  #page .challenge_list .list .comment .name {
    text-align: right;
  }
  #page .challenge_list_2 .list {
    padding-bottom: 3rem;
    border-bottom: 1px solid #055c99;
  }
  #page .challenge_list_2 .list:nth-child(n+2) {
    margin-top: 3rem;
  }

  #page .challenge_list_2 .list .image {
    width: 50%;
    margin: 0 auto;
  }  
  #page .challenge_list_2 .list:nth-child(n+7) .comment {
    text-align: center;
  }
  #page .challenge_list_2 .list .comment .title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
  }
  #page .challenge_list_2 .list .comment p {}
  #page .challenge_list_2 .list .comment .name {
    text-align: right;
  }
  #page .challenge_list_2 .list:nth-child(1):after {background:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2):after {background:#edb517;}
  #page .challenge_list_2 .list:nth-child(3):after {background:#00963b;}
  #page .challenge_list_2 .list:nth-child(4):after {background:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5):after {background:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6):after {background:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7):after {background:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8):after {background:#93278f;}
  #page .challenge_list_2 .list:nth-child(9):after {background:#00963b;}

  #page .challenge_list_2 .list:nth-child(1) .comment .title {color:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2) .comment .title {color:#edb517;}
  #page .challenge_list_2 .list:nth-child(3) .comment .title {color:#00963b;}
  #page .challenge_list_2 .list:nth-child(4) .comment .title {color:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5) .comment .title {color:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6) .comment .title {color:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7) .comment .title {color:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8) .comment .title {color:#93278f;}
  #page .challenge_list_2 .list:nth-child(9) .comment .title {color:#00963b;}
  #page .challenge_list_2 .list .comment p span {
    font-weight: bold;
  }
  #page .challenge_list_2 .list:nth-child(1) .comment p span {color:#318cdd;}
  #page .challenge_list_2 .list:nth-child(2) .comment p span {color:#edb517;}
  #page .challenge_list_2 .list:nth-child(3) .comment p span {color:#00963b;}
  #page .challenge_list_2 .list:nth-child(4) .comment p span {color:#e4007f;}
  #page .challenge_list_2 .list:nth-child(5) .comment p span {color:#d93a1c;}
  #page .challenge_list_2 .list:nth-child(6) .comment p span {color:#2e3192;}
  #page .challenge_list_2 .list:nth-child(7) .comment p span {color:#f7931e;}
  #page .challenge_list_2 .list:nth-child(8) .comment p span {color:#93278f;}
  #page .challenge_list_2 .list:nth-child(9) .comment p span {color:#00963b;}
  #page .challenge_list_2 .list .comment .name {
    text-align: right;
  }  
}
/******************************************************
アーカイブ
******************************************************/
@media screen and (min-width: 1025px) {
  #archive ul {
    list-style: none;
  }
  #archive .magazine_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #archive .magazine_list .list {
    width: calc(25% - 3px);
    margin-right: 4px;
    text-align: center;
  }
  #archive .magazine_list .list:nth-child(4n) {
    margin-right: 0;
  }
  #archive .magazine_list .list:nth-child(n+5) {
    margin-top: 5rem;
  }
  #archive .magazine_list .list .image {
    margin-bottom: 1rem;
  }
  #archive .magazine_list .list .title {
    font-family: 'Noto Serif JP', serif;
  }
  #archive .activities_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #archive .activities_list a {
    display: flex;
    flex-direction: column;
    width: 23.5%;
    margin-right: 2%;
    padding: 2rem;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #archive .activities_list a:nth-child(4n) {
    margin-right: 0;
  }
  #archive .activities_list a:nth-child(n+5) {
    margin-top: 2rem;
  }
  #archive .activities_list a .image {
    margin-bottom: 1rem;
  }
  #archive .activities_list a .data {
    flex-grow: 1;
  }
  #archive .activities_list a h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #archive .activities_list a p {
    line-height: 1.8;
  }
  #archive .activities_list a time {
    display: block;
    font-size: 20px;
    text-align: right;
    font-family: "alternategotno3dregular";
  }
  #archive .news_list {
    margin-bottom: 5rem;
    border-top: 1px solid #eee;
  }
  #archive .news_list .list {
    border-bottom: 1px solid #eee;
  }
  #archive .news_list .list a {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
  }
  #archive .news_list .list time {
    width: 100px;
    color: #c0c0c0;
    font-weight: 500;
  }
  #archive .news_list .list .title {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  #archive ul {
    list-style: none;
  }
  #archive .magazine_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #archive .magazine_list .list {
    width: calc(50% - 2px);
    margin-right: 4px;
    text-align: center;
  }
  #archive .magazine_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #archive .magazine_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #archive .magazine_list .list .image {
    margin-bottom: 1rem;
  }
  #archive .magazine_list .list .title {
    font-family: 'Noto Serif JP', serif;
  }  
  #archive .activities_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #archive .activities_list a.list {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
    padding: 1rem;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #archive .activities_list a.list:nth-child(2n) {
    margin-right: 0;
  }
  #archive .activities_list a.list:nth-child(n+3) {
    margin-top: 1rem;
  }
  #archive .activities_list .image {
    margin-bottom: 1rem;
  }
  #archive .activities_list .data {
    flex-grow: 1;
  }
  #archive .activities_list h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #archive .activities_list p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #archive .activities_list time {
    display: block;
    font-size: 1.4rem;
    text-align: right;
    font-family: "alternategotno3dregular";
  }
  #archive .news_list {
    margin-bottom: 3rem;
    border-top: 1px solid #eee;
  }
  #archive .news_list .list {
    border-bottom: 1px solid #eee;
  }
  #archive .news_list .list a {
    display: block;
    padding: 1em 0;
  }
  #archive .news_list .list time {
    display: block;
    color: #c0c0c0;
    font-weight: 500;
  }
  #archive .news_list .list .title {
  }
}
/******************************************************
投稿
******************************************************/
@media screen and (min-width: 1025px) {
  #post .bg_area {
    padding: 6rem;
    border: 1px solid #eee;
  }
  #post .post_data {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #707070;
  }
  #post .post_data h1.post_title {
    font-size: 2.4rem;
    font-weight: 500;
  }
  #post .post_data time {
    display: block;
    color: #c0c0c0;
    font-family: 'Poppins', sans-serif;
  }
  #post .post_contents h1,
  #post .post_contents h2,
  #post .post_contents h3,
  #post .post_contents h4 {
    font-weight: 500;
    margin: 1em 0;
  }
  #post .post_contents h1 {
    font-size: 2.4rem;
  }
  #post .post_contents h2 {
    font-size: 2rem;
  }
  #post .post_contents h3 {
    font-size: 1.8rem;
  }
  #post .post_contents h4 {
    font-size: 1.6rem;
  }
  #post .post_contents p {
    margin-bottom: 1em;
  }
  #post .post_contents ul,
  #post .post_contents ol {
    margin-bottom: 1em;
    padding-left: 2rem;
  }
  #post .post_contents li:nth-child(n+2) {
    margin-top: 1em;
  }
  #post .post_contents table {
    margin-bottom: 1em;
    padding: 1rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #post .post_contents th,
  #post .post_contents td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #post .post_contents blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
  }
  #post .post_contents blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
  }
  #post .post_contents blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  #post .post_contents blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  #post .post_contents a {
    color: #f6b483;
    text-decoration: underline;
  }
  #post .post_contents a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  #post .bg_area {
    padding: 3rem 1.5rem;
    border: 1px solid #eee;
  }
  #post .post_data {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #707070;
  }
  #post .post_data h1.post_title {
    font-size: 2rem;
    font-weight: 500;
  }
  #post .post_data time {
    display: block;
    color: #c0c0c0;
    font-family: 'Poppins', sans-serif;
  }
  #post .post_contents h1,
  #post .post_contents h2,
  #post .post_contents h3,
  #post .post_contents h4 {
    font-weight: 500;
    margin: 1em 0;
  }
  #post .post_contents h1 {
    font-size: 2rem;
  }
  #post .post_contents h2 {
    font-size: 1.6rem;
  }
  #post .post_contents h3 {
    font-size: 1.6rem;
  }
  #post .post_contents h4 {
    font-size: 1.4rem;
  }
  #post .post_contents p {
    margin-bottom: 1em;
  }
  #post .post_contents ul,
  #post .post_contents ol {
    margin-bottom: 1em;
    padding-left: 2rem;
  }
  #post .post_contents li:nth-child(n+2) {
    margin-top: 1em;
  }
  #post .post_contents table {
    margin-bottom: 1em;
    padding: 1rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #post .post_contents th,
  #post .post_contents td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #post .post_contents blockquote {
    position: relative;
    padding: 10px 15px 10px 30px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
  }
  #post .post_contents blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
  }
  #post .post_contents blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  #post .post_contents blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  #post .post_contents a {
    color: #f6b483;
    text-decoration: underline;
  }
  #post .post_contents a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1025px) {
  .banryoku_flex {}
  .banryoku_image {
    width: 100%;
    margin-bottom: 5rem;
  }
  .banryoku_data {
    width: 100%;
  }
  .banryoku_title {
    margin-bottom: 3rem;
    color: #f6b483;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  .banryoku_list {
    margin-bottom: 5rem;
  }
  .banryoku_list .list .question {
    position: relative;
    padding-left: 2em;    
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .banryoku_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  .banryoku_list .list:nth-child(1) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q1.";
    color: #f6b483;
  }
  .banryoku_list .list:nth-child(2) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q2.";
    color: #f6b483;
  }
  .banryoku_list .list:nth-child(3) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q3.";
    color: #f6b483;
  }
  .banryoku_list .list .answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .banryoku_list .list:nth-child(even) .answer {
    flex-direction: row-reverse;
  }
  .banryoku_list .list .answer .photo {
    width: 200px;
    margin: 0!important;
  }
  .banryoku_list .list .answer .photo img {
    width: 100%!important;
    border-radius: 50%;
    border: 1px solid #ccc;
  }
  .banryoku_list .list .answer .comment {
    position: relative;
    width: calc(100% - 240px);
    padding: 3rem;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 1rem;
    box-sizing: border-box;
    background: #f6b483;
  }
  .banryoku_list .list:nth-child(odd) .answer .comment:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f6b483;
  }
  .banryoku_list .list:nth-child(even) .answer .comment:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f6b483;
  }
  .banryoku_profile {
    font-size: 1.8rem;
  }
  .banryoku_profile span {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .banryoku_flex {}
  .banryoku_image {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .banryoku_data {}
  .banryoku_title {
    color: #f6b483;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .banryoku_list {
    margin-bottom: 5rem;
  }
  .banryoku_list .list .question {
    position: relative;
    padding-left: 2em;    
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .banryoku_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .banryoku_list .list:nth-child(1) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q1.";
    color: #f6b483;
  }
  .banryoku_list .list:nth-child(2) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q2.";
    color: #f6b483;
  }
  .banryoku_list .list:nth-child(3) .question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q3.";
    color: #f6b483;
  }
  .banryoku_list .list .answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banryoku_list .list:nth-child(even) .answer {
    flex-direction: row-reverse;
  }
  .banryoku_list .list .answer .photo {
    width: 60px;
    margin: 0!important;
  }
  .banryoku_list .list .answer .photo img {
    width: 100%!important;
    border-radius: 50%;
    border: 1px solid #ccc;
  }
  .banryoku_list .list .answer .comment {
    position: relative;
    width: calc(100% - 80px);
    padding: 1.5rem;
    color: #fff;
    border-radius: .5rem;
    box-sizing: border-box;
    background: #f6b483;
  }
  .banryoku_list .list:nth-child(odd) .answer .comment:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f6b483;
  }
  .banryoku_list .list:nth-child(even) .answer .comment:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 100%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f6b483;
  }
  .banryoku_profile {}
  .banryoku_profile span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}