:root {
--base: #D23372;
--base-sub:#FDE4EE;
--headline: #FFFC9E;
--content_bg:#FFEEF5;
--fw-black: 900;
--fw-bold: 700;
--fc-gray:#505050;
}

.sp-only{
    display: block;
}

.pc-only{
    display: none;
}

.tab-only{
  display: none; 
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
}

h1,h2,h3{
    font-weight: var(--fw-bold);    
}

b{
    font-weight: var(--fw-bold);
}

main{
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
}

.header {
    background:var(--base);
    height: 100px;
}

.open .header {
    height: 60px;
}

.header-inner {
    height: 60px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background:var(--base) ;
    z-index: 100;
}

h1.logo {
    height: 35px;
}

.logo img {width: 100px;}

.open header{
  z-index: 90;
  position: fixed;
  width: 100%;
}

/* ハンバーガー共通スタイル */
#nav-toggle {
  position: absolute;
  top: 10px;
  right: 5%;
  cursor: pointer;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-toggle > div {
  position: relative;
  width: 23px;
  height: 21px;
}
#nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: url(../images/border.png) center no-repeat;
  background-size: contain;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) { top: 0; }
#nav-toggle span:nth-child(2) {top: 9px;}
#nav-toggle span:nth-child(3) {bottom: 0;}

.open #nav-toggle span {
  background: url(../images/border.png) center no-repeat;
}
.open #nav-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.header_nav {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: calc(100vh - 60px);
  padding: 0 40px 0;
}

.header_nav::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px; /* シャドウの高さ */
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.header_nav nav{
  margin-top: 50px;
}


.header_nav.open {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.header_nav ul li{
  border-top: 1px solid #D3D3D3;
}

.header_nav ul li a{
  padding: 16px 0 16px 10px;
  width: 100%;
  display: block;
}

.header_nav ul li.dropdown .d-arrow{
    width: 15px;
    position: relative;
    top: 3px;
    left: 5px;
}

.header_nav ul li.dropdown li{
    padding-left: 0.5em;
}

.headline{
    background: var(--headline);
    height: 40px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fw-bold);
    font-size: 3.0vw;
    position: relative;
    top: 60px;
}

.headline i{
    width: 13px;
    display: block;
    margin-left: 0.25rem;
    height: 13px;
}

.headline i img{
    object-fit: contain;
}

.headline a{
    color: var(--base);
}

.open .headline{
    display: none;
}

h1.section-title{
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-size: 1.42rem;
}

.main-title{
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-size: 1.42rem;
    margin-bottom: 0.85em;  
    font-weight: var(--fw-bold);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.06em;
}


h2.section-title{
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-size: 1.42rem;
    margin-bottom: 0.85em;
}

.main-visual{
    height: auto;
}

.main-visual-content{
    height: 100%;
}


.main-visual-content img{
    width: 100%;
    height: calc(100% - 1em);
    max-width: 100%;
    margin: 0 auto 1em;
    display: block;
}

.main-visual-slider{
    position: relative;
    margin-bottom: 4rem;
    padding: 0;
}

.main-visual-slider img.bg {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.main-visual-slider img.bg.left {left: -60px;}
.main-visual-slider img.bg.right {right: -60px;}

.swiper {
    width: 100%;
    max-width: 100%;
}

.main-visual-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    }

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    }

.main-visual-slider .swiper-slide,
.swiper-slide {
    width: auto; /* または消す */
    flex: 0 0 auto;
}


.thumb {
    aspect-ratio: 160/105;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.section-title {
    text-align: center;
    font-size: 2.25em;
}

.best-action-section{margin-bottom: 2rem;}

.best-action-section .container {
    background: var(--content_bg);
    padding: 40px 5%;
    position: relative;
}

.best-action-section .text-content {
    flex: 1;
    font-size: 0.85rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.best-action-section .image-content {
    flex: 1;
    text-align: center;
}

.best-action-section .image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.best-action-section figure {
  text-align: center;
  margin: 0.625rem 0 2.5rem;
}

.best-action-section figcaption {
  font-size: 0.75rem;
  color: var(--fc-gray);
  margin-top: 0.5em;
}

.best-action-section .flower{
    position: absolute;
    right: 0;
    bottom: -5%;
    width: 25%;
}

.best-action-about{
background: url(../images/best-action-about_bg.png) center bottom repeat-x;
}

.best-action-about h1{
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.best-action-about h2{
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.best-action-about h1 span{
    color:var(--base);
}

.best-action-about h2 span{
    color:var(--base);
}

.about-bestaction-img{
    margin-bottom: 1.875rem;
}

.best-action-about .container {
    padding: 40px 5%;
}

.best-action-about .about {
    font-size: 0.85rem;
    line-height: 1.8;
    margin-bottom: 3.75rem;
}

.best-action-about .pillar-item {
    text-align: center;
}

.best-action-about .plus-icon {
    font-size: 2em;
    color: #aaa;
}

.best-action-about .action-item {
    text-align: center;
}

.partners-section {
    background: #FBFBFB;
    padding: 40px 5%;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

#item {
  width: 100%;
  padding: 0;
  background: 
    linear-gradient(
      to right,
      transparent 0%,
      transparent 10%, /* 左10%透明 */
      #fff 10%,        /* 中央白開始 */
      #fff 90%,        /* 中央白終わり */
      transparent 90%, /* 右10%透明 */
      transparent 100%
    );
  padding: 0 5%;
}

#item .swiper-slide{
  opacity: 0.5;
  transition: opacity 0.3s;
}

#item .swiper-slide-active {
  opacity: 1;
}

#item .swiper-slide-next {
  opacity: 1;
}


#item .swiper-button-prev,
#item .swiper-button-next {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

#item .swiper-button-next {
  background-image: url('../images/item-arrow-next.png');
  right: 3px;
}

#item .swiper-button-prev {
  background-image: url('../images/item-arrow-prev.png');
  position: absolute;
  left: 3px;
}

.partners-section .container {
    width: 100%;
    overflow: visible;
    padding: 20px 0;
}

.partners-section .container:after{
    display: block;
}

.partners-section h2{
  
}
.partners-section .partner-item {
    background: #fff;
    width: 100%;
    padding: 1.0rem;
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    color: var(--fc-gray);
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
    border-radius: 14px;
    border: 1px solid #e9e9e9;
}

.partners-section .pr_img{
    width: 30%;
}

.partners-section .pr_text{
    width: 100%;
    line-height: 1.6;
    font-size: 0.85rem;
}
.partners-section .pr_text h3{
    font-size: 1.2rem;
    margin-bottom: 0.875rem;
    line-height: 1.4;
    text-align: center;
}

.offer-group{
    border-top: #E2E2E2;
    border-bottom: #E2E2E2;
    padding: 40px 0;
}

.offer-group .container{
    padding: 0 5%;
}

.offer-group .group-inner{
    margin: 0 auto;
    width: 100%;
    padding-bottom: 6.25rem;
}

.offer-group h2.section-title{margin-bottom: 3rem;}

.offer-group h2.section-title span{
    font-size: 1rem;
}

.offer-group .logo-section {
    text-align: center;
    margin-bottom: 3.75rem
}

.offer-group .main-logo {
    width: 45%;
    height: auto;
}

.offer-group h2.group-title{
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align: center;
    font-family: "Shippori Mincho", serif;
}

.offer-group .group-section {
    margin: 40px auto;
    color: var(--fc-gray);
}

.offer-group .group-text{
    font-size: 0.85rem;
    margin-bottom: 3.75rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.offer-group .member-section {
    max-width: 100%;
    margin: 3.75rem auto;
    padding: 1.5rem;
    background-color: #FBFBFB;
    border-radius: 20px;
}

.offer-group .member-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}

.offer-group .member-image-container {
    flex-shrink: 0;
    width: 50%;
    margin: auto;
}

.offer-group .member-photo {
    width: 100%;
    height: auto;
}

.offer-group .member-info {
    color: var(--fc-gray);
}

.offer-group .member-role {
    display: flex;
    align-items: baseline;
    line-height: 1;
    font-weight: var(--fw-bold);
    margin-bottom: 1rem;
}

.offer-group .member-role .post{
    border-radius: 4px;
    background: #ecebeb;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    padding: 4px 0;
    align-self: center;
    margin-right: 10px;
    font-size: 0.7rem;
}

.offer-group .member-name {
    font-size: 1.2em;
}

.offer-group .member-ruby {
    font-size: 0.75rem;
}

.offer-group .san{
    font-size: 1.0rem;
}

.offer-group .member-bio{
    font-size: 0.85rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 0.625rem;
}

.offer-group .member-link {
    font-size: 0.625rem;
    color: var(--base);
    font-weight: var(--fw-bold);
    display: flex;
    align-items: center;
}

.offer-group .member-link span {
}

.offer-group .member-link i{
    width: 12px;
    display: flex;
    align-items: center;
    margin-left: 0.25rem;
}

.offer-group .instagram-title-section {
    text-align: center;
    margin-bottom: 3.75rem;
}

.offer-group .instagram-title {
    text-align: center;
    font-size: 1.2rem;
    font-family: "Shippori Mincho", serif;
}

.sb_instagram_header{
    display: none;
}

#sb_instagram #sbi_load{
    display: none;   
}

.support-section{
    padding: 40px 0;
    background: #FBFBFB;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.support-section h2{
    text-align: center;
    font-size: 1.42rem;
    margin-bottom: 1.75rem;
}

.support-buttons{
    max-width: 100%;
    margin: auto;
    font-size: 1.2rem;
    font-weight: var(--fw-bold);
    padding: 0 5%;
}

.support-buttons a{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0.8rem 0.2rem;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2
}

.support-buttons .media{
    width: 110px;
    height: auto;
    margin-right: 0.8rem;
}
.support-buttons .arrow{
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.news-media-section{
    padding: 40px 5%;
    border-bottom: 1px solid #E2E2E2;
}

.news-list-container {padding: 0;}

.news-list {
    margin-bottom: 3.75rem;
}

.news-item {
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
}

.news-item:first-child {
    border-top: 1px solid #E2E2E2;
}

.news-item a {
    display: flex;
    align-items: center;
    padding: 1.25rem 0.5rem;
    text-decoration: none;
    flex-wrap: wrap;
}

.news-content-wrap{
    width: calc(100% - 24px);
}


.news-info {
    width: 100%;
    margin-bottom: 0.625rem;
}

.news-date {
    font-size: 0.75rem;
    color: var(--fc-gray);
    margin-right: 0.5rem;
    font-weight: var(--fw-bold);
}

.news-tag {
    font-size: 0.75rem;
    color:var(--base);
    background: var(--base-sub);
    padding: 2px 10px;
    border-radius: 4px;
}

.news-text{
    width: 100%;
    display: flex;
    align-items: center;
}

.news-headline {
    font-size: 0.85rem;
    line-height: 1.4;
    font-weight: var(--fw-bold);
    letter-spacing: 0.06em;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.news-icon{
    margin-left: auto;
}

.news-icon img {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.img-list{
    display: flex;
    gap: 15px 4%;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.img-list .img-news{
    width: 48%;
    background: #f1f1f1;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 0px 0px #CFCFCF;
}

.img-list .img-news a{
    padding: 0.7rem 0.7rem;
    display: block;
}

.img-list .img-news img{
    width: 100%;
    height: 100%;
    aspect-ratio: 13 / 16;
    object-fit: cover;
    border-radius: 8px;
}

.img-list .img-news figure{

}

.img-list .img-news figure figcaption{
    color: var(--fc-gray);
    text-align: center;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}

.img-list .img-news figure figcaption span{
    max-width: calc(100% - 18px);
}

.img-list .img-news figure figcaption i{
    width: 16px;
    margin-left: 2px;
    display: block;
}

.img-list .img-news figure figcaption i img{
    object-fit: contain;
}

p.img-news-explanatory{
    text-align: center;
    margin-bottom: 3.75rem;
}

.news-list-container .news-btn{
    width: 265px;
    margin: auto;
}

.news-list-container .news-btn a{
}

.message-section{
    padding: 40px 5%;
}

.message-section h2{
    font-size: 5.1vw;
    color: var(--base);
}

.message-section .message-container{
    text-align: center;
    padding: 0;
}

.sns{
    width: 195px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 11;
}

.sns .title{
    width: 100%;
    height: 35px;
}

.sns .title img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns .share{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 7px;
    background: #f4f4f4;
    padding: 13px 0;
}

.sns .share a{
    width: 36px;
    height: 36px;
}

.sns.hide {
  opacity: 0;
  pointer-events: none;
}

/* フッター */
footer {
    background: #F2F2F2;
    color:var(--fc-gray);
    padding: 40px 0;
}

footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    flex-direction: column;
}

.footer-logo img {
    width: 75%;
    margin: auto;
    display: block;
}

.footer-company-data{
    text-align: right;
    letter-spacing: 0.04em;
    margin-top: 3rem;
}

.footer-company-data .company{
    font-weight: var(--fw-bold);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
}

.footer-company-data .company span{
    font-weight: 400;
    font-size: 0.625rem;
}

.footer-company-data .tel{
    font-size: 1.2rem;
    font-weight: var(--fw-bold);
    margin-bottom: 0.5rem;
}

.footer-company-data .tel span{
    font-size: 1.0rem;
    font-weight: 400;
}

.footer-company-data .copyright{
    font-size: 0.7rem;
}


.wp-pagenavi {
	clear: both;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.0rem;
	margin-top: 60px;
	gap: 16px;
    flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #484848;
	background-color: transparent;
	padding: 0;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.wp-pagenavi a{
    margin: 0;
    background: #dedede;
}

.wp-pagenavi a:hover{
  color: #fff;
  opacity: 0.8;
  background: var(--base);
}
.wp-pagenavi span.current{
	color: #FFF;
	background: var(--base);
	width: 36px;
	height: 36px;
	display: inline-flex;
}

span.next{
    position: relative;
}

a.previouspostslink, a.nextpostslink{
    background: transparent;
}

span.next:after{
    position: absolute;
    background: url(../images/news_next.svg) center center no-repeat;
    content: "";
    display: inline-block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
}

.info-list-nav span.next:after{
  background: url(../images/information-list-next.svg) center center no-repeat;
}

span.prev{
    position: relative;
}

span.prev a{
    background: transparent;
}

span.prev:after{
    position: absolute;
    background: url(../images/news_prev.svg) center center no-repeat;
    content: "";
    display: inline-block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
}

.info-list-nav span.prev:after{
  background: url(../images/information-list-prev.svg) center center no-repeat;
}


span.prev:hover, span.next:hover{
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
