@charset "utf-8";

/*
Theme Name: iwaki-koshien
Version: 1.0.1
Template: wp-base
*/

/* ------------------------------ */
/* カスタムプロパティ */
/* ------------------------------ */

/* root */
:root {
	--font-size-base: 16px;
   
   --color-main: #009845;
   --color-base: #000000;
   --color-white: #fff;
   --color-gray: #808080;
   --color-darkgray: #666;
   --color-lightgray: #e2e2e2;
   --color-pink: #f58c92;
   --color-green: #009845;
   --color-orange: #f9bd01;
   --color-yelow: #ffe700;
   --color-blue: #93addc;
   --color-bg-white: #fff;
   --color-bg-lightgray: #f8f8f8;
   --color-bg-lightsand: #f4f3f1;
   --color-bg-lightgreen: #e3eee8;
   --color-bg-lightgreen02: #f4faf7;
   --color-bg-sand: #e7e3d8;
   --color-bg-dark: #1e1e1e;

   --width-content: 1264px;
   --width-content-narrow: 980px;
   --width-content-wide: 1600px;

   --header-height: 96px;
   --header-height-sm: 80px;
}

/* *****************************************************************
*	アンカーリンクのターゲット位置
* ***************************************************************** */
/*
:root {
   scroll-padding: calc(var(--header-height) + 20px);
   scroll-behavior: smooth;
   overflow-y: scroll;
}
@media (max-width: 767px) {
   :root {
      scroll-padding: calc(var(--header-height-sm) + 20px);
   }
}
*/
/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
*,
*:before,
*:after {
   box-sizing: inherit;
}

html {
   box-sizing: border-box;
}

body {
   font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
   font-size: var(--font-size-base);
   color: var(--color-base);
   line-height: 1.6;
   letter-spacing: .04em;
   word-break: break-all;
   overflow-wrap: break-word;
}

/* Remove default margin padding
---------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
}
iframe {
   vertical-align: bottom;
}

/* 見出し
---------------------------------------------------- */
h1 {
   font-size: 30px;
}

h2 {
   font-size: 28px;
}

h3 {
   font-size: 24px;
}

h4 {
   font-size: 20px;
}

h5 {
   font-size: 18px;
}

h6 {
   font-size: 16px;
}
@media ( max-width: 767px){
   h1 {
      font-size: 21px;
   }
   
   h2 {
      font-size: 21px;
   }
   
   h3 {
      font-size: 19px;
   }
   
   h4 {
      font-size: 17px;
   }
}
/* リンク
---------------------------------------------------- */

a {
   color: var(--color-base);
   text-decoration: none;
   transition: 0.3s ease;
}

a:hover {
   color: var(--color-main);
   opacity: 0.7;
   text-decoration: underline;
}

a:visited {
   color: inherit;
}

a:active,
a:focus {
   outline: 0;
}

/* リスト
---------------------------------------------------- */
ul,
ol {
   list-style: none;
}

/* 画像
---------------------------------------------------- */
img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
}

/* etc
---------------------------------------------------- */
hr {
   margin: 48px 0;
   border: none;
   height: 1px;
   background-color: var(--color-gray);
}
.brsp {
   display: none;
}
@media ( max-width: 767px){
   .brsp {
      display: block;
   }
   .brpc {
      display: none;
   }
}

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

.mt-8 {
	margin-top: 8px !important;
}

.mt-16 {
	margin-top: 16px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-32 {
	margin-top: 32px !important;
}

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

.mt-48 {
	margin-top: 48px !important;
}

.mt-56 {
	margin-top: 56px !important;
}

.mt-64 {
	margin-top: 64px !important;
}

.mt-72 {
	margin-top: 72px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-96 {
	margin-top: 96px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

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

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

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

.mb-48 {
	margin-bottom: 48px !important;
}

.mb-56 {
	margin-bottom: 56px !important;
}

.mb-64 {
	margin-bottom: 64px !important;
}

.mb-72 {
	margin-bottom: 72px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-96 {
	margin-bottom: 96px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}
.pt-0 {
	padding-top: 0px !important;
}

.pt-8 {
	padding-top: 8px !important;
}

.pt-16 {
	padding-top: 16px !important;
}

.pt-24 {
	padding-top: 24px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

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

.pt-48 {
	padding-top: 48px !important;
}

.pt-56 {
	padding-top: 56px !important;
}

.pt-64 {
	padding-top: 64px !important;
}

.pt-72 {
	padding-top: 72px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-96 {
	padding-top: 96px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-8 {
	padding-bottom: 8px !important;
}

.pb-16 {
	padding-bottom: 16px !important;
}

.pb-24 {
	padding-bottom: 24px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

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

.pb-48 {
	padding-bottom: 48px !important;
}

.pb-56 {
	padding-bottom: 56px !important;
}

.pb-64 {
	padding-bottom: 64px !important;
}

.pb-72 {
	padding-bottom: 72px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-96 {
	padding-bottom: 96px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}
.text-italic { font-style: italic; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.fs-10 {font-size:10px;}
.fs-12 {font-size:12px;}
.fs-14 {font-size:14px;}
.fs-16 {font-size:16px;}
.fs-18 {font-size:18px;}
.fs-20 {font-size:20px;}
.fs-22 {font-size:22px;}
.fs-24 {font-size:24px;}
.fs-26 {font-size:26px;}
.fs-28 {font-size:28px;}
.fs-30 {font-size:30px;}
.fs-32 {font-size:32px;}
.fs-34 {font-size:34px;}
.fs-36 {font-size:36px;}
.fs-38 {font-size:38px;}
.fs-40 {font-size:40px;}

/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */
.header {
   position: sticky;
   top: 0;
   z-index: 999;
   width: 100%;
   background-color: rgba(255, 255, 255, 1);
   transition: .3s ease;
}
.site-header {
   max-width: var(--width-content);
   margin-inline: auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   height: var(--header-height);
   padding-left: 32px;
   padding-right: 32px;
}

/*.home .site-header {
   background-color: rgba(255, 255, 255, 0);
   box-shadow: none;
} */

.header-logo {
   padding-top: 8px;
   padding-bottom: 8px;
   width: fit-content;
}
.header-logo a:hover{
   opacity: unset;
}
.header-logo img{
   width: auto;
   max-height: 80px;
   object-fit: cover;
   transition: .3s ease;
}
.header-title-sp {
   display: none;
}
.main-navigation {
   width: auto;

}
.main-navigation .menu {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 24px;
}
.sitenav{
   display: flex;
   align-items: center;
}
.main-navigation .menu-item a {
   color: var(--color-base);
   font-size: 15px;
   font-weight: 500;
   line-height: 1.2;
   letter-spacing: 0.02em;
}
.main-navigation .menu-item a:hover{
   color: var(--color-main);
   text-decoration: none;
   opacity: 1;
}

.home .main-navigation .menu-item a {
   color: var(--color-base);
}


.main-navigation .menu-item a:hover{
   color: var(--color-main);
   opacity: 1;
}
.nav-logo {
   display: none;
}

/* ヘッダーアニメーション */
.header.is-animation {
   background-color: rgba(255, 255, 255, 1);
   box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 961px) and (max-width: 1279px) {

   .main-navigation .menu {
      gap: 16px;
   }
   .main-navigation .menu-item a {
      font-size: 14px;
   }
}
@media screen and (max-width: 960px) {
   .site-header {
      height: var(--header-height-sm);
   }
   .header-logo img{
      max-height: 52px;
   }
   .main-navigation {
      width: 100%;
   }
   .nav-logo {
      display: block;
      width: 100px;
      margin-inline: auto;
   }
   /*SPメニュー*/
   #site-navigation {
      visibility: hidden;
      position: fixed;
      opacity: 0;
      top: 0;
      left: 0;
      max-width: 100%;
      height: 100vh;
      background: #fefefe;
      transition: .3s ease;
   }

   /*アクティブクラスがついたら透過なしにして最前面へ*/
   #site-navigation.panelactive {
      visibility: inherit;
      opacity: 1;
      z-index: 999;
   }

   /*スクロールさせない*/
   .noscroll {
      overflow: hidden;
   }

   /*ナビゲーションの縦スクロール*/
   #site-navigation.panelactive #site-navigation-list {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
   }
   .sitenav {
      display: none;
      position: absolute;
      max-width: 100%;
      z-index: 999;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%);
   }
   #site-navigation.panelactive .sitenav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   #site-navigation.panelactive .sitenav ul{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top:24px;
      gap: 0;
      max-width: 100%;
   }
   #site-navigation.panelactive .sitenav ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      margin: 10px 0;
      color: var(--color-base);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: 600;
   }

   /*リストのレイアウト設定*/
   #site-navigation ul li {
      text-align: center;
   }

   /*Toggle Button*/
   .navBtn {
      position: absolute;
      z-index: 9999;
      right: 10px;
      cursor: pointer;
      width: 60px;
      height: 50px;
   }

   .navBtn span {
      display: inline-block;
      transition: all .4s ease;
      position: absolute;
      left: 15px;
      height: 2px;
      border-radius: 2px;
      background-color: #111;
      width: 50%;
   }

   .navBtn span:nth-of-type(1) {
      top: 15px;
   }

   .navBtn span:nth-of-type(2) {
      top: 23px;
   }

   .navBtn span:nth-of-type(3) {
      top: 31px;
   }

   .navBtn.active span:nth-of-type(1) {
      top: 18px;
      left: 15px;
      transform: translateY(6px) rotate(-45deg);
      width: 50%;
   }

   .navBtn.active span:nth-of-type(2) {
      opacity: 0;
   }

   .navBtn.active span:nth-of-type(3) {
      top: 30px;
      left: 15px;
      transform: translateY(-6px) rotate(45deg);
      width: 50%;
   }
}
@media screen and (max-width: 767px) {
   .site-header {
      padding-left: 24px;
      padding-right: 24px;
   }
   .header-logo {
      display: flex;
      align-items: center;
      gap:8px;
   }
   .header-title-sp {
      display: inline-block;
      font-size: 14px;
   }
}
/*ヘッダーコンタクトボタン*/
.header-contact-btn {
   margin-left: 22px;
}
.header-contact-btn i{
   margin-right: 4px;
}
.header-contact-btn a {
   position: relative;
   margin: 0 auto;
   padding: .5em 1em;
   color: var(--color-white);
   font-size: 14px;
   font-weight: 600;
   background-color: var(--color-main);
   border: 2px solid var(--color-bg-main);
   border-radius: 50vh;
   transition: 0.3s ease-in-out;
}
.header-contact-btn a:hover {
   color: var(--color-main);
   background-color: var(--color-white);
   border: 2px solid var(--color-bg-main);
   text-decoration: none;
   opacity: inherit;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
   .header-contact-btn {
      margin-left: 14px;
   }
   .header-contact-btn a {
      padding: .5em 1em;
      font-size: 13px;
   }
}
@media screen and (max-width: 960px) {
   .header-contact-btn {
      margin-top: 24px;
      margin-left: 0;
   }
   .header-contact-btn a {
      padding: .5em 1.2em;
      font-size: 15px;
   }
}
/*ヘッダーSNSボタン*/
@media screen and (min-width: 961px) {
   .header-sns-link {
      display: none;
   }
}
@media screen and (max-width: 960px) {
   .header-sns-link {
      display: flex;
   }
   a.header-sns-item {
      display: flex;
      align-items: center;
      gap:10px;
      margin-top: 32px;
   }
   .header-sns-link .header-sns-icon{
      display: flex;
      align-items: center;
      width: 24px;
   }
   .header-sns-link .header-sns-text{
      font-size: 12px;
      font-weight: 500;
   }
}

/* *****************************************************************
*	メインビジュアル(スライドなし)
* ***************************************************************** */
.home-mv {
   position: relative;
   margin: 0;
   height: calc(100vh - 100px);
   /*ヘッダーの高さをマイナス。必要なければheight:100vhに。*/
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   background-image: url(./images/mv/mv_001.jpg);
}

.home-mv-inner {
   position: relative;
   display: flex;
   width: 100%;
   height: 100%;
   margin: 0 auto;
}

.home-mv-text {
	position: absolute;
   display: flex;
   flex-direction: column;
	top: 85%;
	left: 50%;
   width: 86%;
	transform: translate(-50%, -100%);
}

.home-mv-lead {
   display: inline-block;
   max-width: 100%;
   font-family: "Oswald", sans-serif;
   font-size: clamp(80px, 8vw, 148px);
   font-weight: 700;
   letter-spacing: 0;
   color: var(--color-white);
   line-height: 1;
   text-shadow: 0 0 16px rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px) {
   .home-mv {
      height: calc(50vh - 80px);
   }
   .home-mv-text {
      top: 90%;
      row-gap: 8px;
   }
   .home-mv-lead {
      font-size: clamp(24px, 12vw, 48px);
   }
}
/* *****************************************************************
*	メインビジュアル(swiper)
* ***************************************************************** */
.mv-wrap {
   margin-top: 100px;
	max-width: 100vw;
   height: calc(100vh - 100px);
	position: relative;
	overflow: hidden;
}

.swiper-slide {
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
   -webkit-animation: zoomUp 10s linear 0s;
   animation: zoomUp 10s linear 0s;
   /* 10秒かけて拡大 */
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.slide-img {
   background-size: cover;
   background-position: center center;
   height: 100vh;
}
.slide-img::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .1);
}
/* Swiper-zoom */
@-webkit-keyframes zoomUp {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
   }
}

@keyframes zoomUp {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
   }
}
.slide-text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
   padding-left: .5em;
	color: #fff;
	font-size: 42px;
	text-align: center;
	text-shadow: 0px 1px 3px #333;
	line-height: 1.8;
	transform: translate(-50%, -100%);
   z-index: 99;
}
.slide-text-lead {
   display: block;
}
@media screen and (min-width: 768x) and (max-width: 960px) {
   .mv-wrap {
      margin-top: 100px;
   }
}
@media only screen and (max-width: 767px) {
   .mv-wrap {
      margin-top: 70px;
      height: 40vh;
   }
   .slide-img {
      height: 40vh;
   }
   .slide-text {
      font-size: 24px;
      transform: translate(-50%, -50%);
   }
}

/* *****************************************************************
*	layout
* ***************************************************************** */
.site {
   display: grid;
   grid-template-rows: auto 1fr auto;
   grid-template-columns: 100%;
   min-height: 100vh;
}
.wrapper {
   display: block;
   margin: 0;
}

.l-container {
   margin: 0 auto 0;
   padding: 64px 32px 80px;
   max-width: var(--width-content);
}
._narrow {
   max-width: var(--width-content-narrow);
}
.l-container .widget-area {
   margin-top: 120px;
}

.l-container-2columns {
   display: flex;
   justify-content: space-between;
   margin: 0 auto 0;
   padding: 64px 32px 80px;
   max-width: var(--width-content);
}

.l-container-2columns .site-main {
   width: calc(100% - 364px);
}

.l-container-2columns .widget-area {
   width: 300px;
}

@media screen and (max-width: 767px) {
   .l-container {
      padding: 48px 24px 64px;

   }
   .l-container-2columns {
      display: block;
      width: 100%;
      padding: 48px 24px 64px;
   }

   .l-container-2columns .site-main {
      width: 100%;
   }

   .l-container-2columns .widget-area {
      margin-top: 80px;
      width: 100%;
   }
}

/* *****************************************************************
*	#primary
* ***************************************************************** */
#primary .wp-block-heading {
   margin: 40px 0;
}

/* *****************************************************************
*	#secondary
* ***************************************************************** */
#secondary .wp-block-heading {
   margin: 0 0 10px;
   padding: 0 0 10px;
   font-size: 16px;
   border-bottom: 1px solid var(--color-lightgray);
}

#secondary .widget ul li {
   padding: .8em 0;
   font-size: 14px;
   border-bottom: 1px dotted var(--color-lightgray);
}

.widget-typeA#secondary .wp-block-heading {
   margin: 0 0 16px;
   padding: 3px 0 3px 12px;
   font-size: 16px;
   border-left: 3px solid var(--color-main);
   border-bottom: none;
}
.widget-typeA#secondary .widget ul {
   margin: 0 0 0 32px;
}
.widget-typeA#secondary .widget ul li {
   margin: 0;
   padding: 4px 0;
   font-size: 14px;
   border-bottom:none;
   list-style: circle;
}

/* *****************************************************************
*	.widget
* ***************************************************************** */
.widget {
   margin: 40px 0 0;
}
.widget:first-child {
   margin-top: 0;
}
.wp-block-latest-posts__post-date {
   color: var(--color-gray);
}

/* *****************************************************************
*	#footer
* ***************************************************************** */
.site-footer {
   padding-top: 64px;
   padding-bottom: 40px;
   background-color: var(--color-bg-dark);
}

.site-footer-container {
   width: 100%;
   max-width: var(--width-content);
   margin: 0 auto;
   padding-left: 32px;
   padding-right: 32px;
}

.site-footer-column {
   display: flex;
   justify-content: space-between;
}
.footer-info {
   display: flex;
   width: 50%;
   gap: 24px;
   color: var(--color-white);
}
.footer-info a {
   color: var(--color-white);
}
.footer-logo{
   max-width: 160px;
}
.footer-inner{
   flex: 1;
}
.footer-inner .title {
   margin-top: 8px;
   font-size: 16px;
   font-weight: 500;
}

.footer-inner .address {
   margin-top: 16px;
   font-size: 14px;
}
.footer-inner .tel {
   font-size: 14px;
}

.footer-nav {
   width: 50%;
   display: flex;
   justify-content: flex-end;
   gap:12%;
}
.footer-nav-sp {
   display: none;
}
.footer-nav-list li {
   margin: .5em 0;
}
.footer-nav-list li a {
   font-size: 14px;
   color: var(--color-white);
}

.copy {
   margin-top: 64px;
   margin-left: 10px;
   padding-top: 32px;
   color: var(--color-gray);
   font-size: 11px;
   border-top: 1px solid #282828;
}

@media screen and (max-width: 960px) {
   .site-footer-column {
      display: block;
   }
   .footer-info {
      flex-direction: column;
      width: initial;
   }
   .footer-logo {
      margin-inline: auto;
      width: 100px;
   }
   .footer-inner {
      text-align: center;
   }
   .footer-info .address {
      font-size: 13px;
   }
   .footer-info .title{
      margin-top: 0;
   }
   .footer-info .title span{
      display: block;
   }
   .footer-info .address span{
      display: block;
   }
   .site-info .tel {
      font-size: 13px;
   }
   .footer-nav {
      display: none;
   }
   .footer-nav-sp {
      display: block;
   }
   .footer-nav-sp .footer-nav-list {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap:16px;
   }
   .footer-nav-sp .footer-nav-list li{
      font-size: 12px;
   }
   .copy {
      margin-top: 48px;
      margin-left: 0px;
      padding-top: 32px;
      text-align: center;
   }
}
/* *****************************************************************
*	.pagination
* ***************************************************************** */
.pagination-wrap {
   margin-top: 64px;
}
.nav-links ul {
   list-style: none;
   display: flex;
   justify-content: center;
   gap: 8px;
}

.nav-links li>* {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   height: 35px;
}

.nav-links li>*:not(.dots) {
   width: 35px;
   border-radius: 50%;
   color: var(--color-base);
   background: #efefef;
   transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-links li>.current,
.nav-links li>a:hover {
   color:var(--color-white);
   background: var(--color-main);
   text-decoration: none;
}

/* *****************************************************************
*	button
* ***************************************************************** */
/*.button a {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 auto;
   padding: 1em 2em;
   width: 300px;
   color: #333;
   font-size: 18px;
   font-weight: 700;
   background-color: #cccccc;
   border-radius: 50vh;
}
.button a:after {
   content: '';
   width: 8px;
   height: 8px;
   border-top: 2px solid #333333;
   border-right: 2px solid #333333;
   transform: rotate(45deg);
}
.button a:hover {
   text-decoration: none;
   background-color: #bbbbbb;
}*/

.btn a{
   position: relative;
   display: flex;
   align-items: center;
   margin: 0 auto;
   padding: 1em 1.2em;
   width: auto;
   color: var(--color-white);
   font-size: 16px;
   font-weight: 500;
   line-height: 1.4;
   text-decoration: none !important;
   background-color: var(--color-main);
   border: 1px solid var(--color-main);
   border-radius: 8px;
   transition: 0.3s ease;
}
.btn a:after {
   content: '';
   width: 8px;
   height: 8px;
   border-top: 2px solid var(--color-white);
   border-right: 2px solid var(--color-white);
   transform: rotate(45deg);
   position: absolute;
   top: 50%;
   right: 16px;
   transform: translateY(-50%) rotate(45deg);
}
.btn a:visited,.botan:active{
   color: var(--color-white);
}
.btn a:hover {
   color: var(--color-main);
   background-color: var(--color-white);
   border: 1px solid var(--color-main);
   text-decoration: none;
   opacity: inherit;
}
.btn a:hover:after {
   border-top: 2px solid var(--color-main);
   border-right: 2px solid var(--color-main);
}

@media (max-width: 767px) {
   .btn a{
      padding: 1em 1.2em;
      font-size: 14px;
   }
}
/* *****************************************************************
*	table
* ***************************************************************** */
.base-table {
   width: 100%;
   border-collapse: collapse;
   table-layout: fixed;
}
.base-table th,
.base-table td {
   padding: 24px;
   border: 1px solid var(--color-gray);
}
@media only screen and (max-width: 767px) {
   .base-table table {
      border-bottom: 1px solid #DDD;
   }
   .base-table th,
   .base-table td {
      display: block;
      width: auto;
      text-align: left;
      border-bottom: none;
   }
}
/* *****************************************************************
*	カード型
* ***************************************************************** */
._card-wrap {
   padding-top: 48px;
   margin-inline: auto;
}
._card-list {
   display: flex;
   flex-wrap: wrap;
   gap: 68px 24px;
}
._card-item {
   width: calc(100% / 4 - 24px * 3 / 4);
   background-color: #fff;
   padding: 0;
}
._3col {
   width: calc(100% / 3 - 24px * 2 / 3);
}
@media (max-width: 960px) {
   ._card-item {
      width: calc(100% / 2 - 24px * 1 / 2);
   }
   ._3col {
      width: calc(100% / 2 - 24px * 1 / 2);
   }
}
@media (max-width: 767px) {
   ._card-item,._3col {
      width: 100%;
   }
}
._card-pic {
   position: relative;
   aspect-ratio: 3 / 2;
   overflow: hidden; 
}
._card-pic img {
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
._card-body {
   display: flex;
   flex-direction: column;
   padding: 16px 0 0;
}
._card-ttl {
   font-size: 16px;
   font-weight: 600;
   line-height: 1.6;
   flex-grow: 1;
}

/* *****************************************************************
*	archive
* ***************************************************************** */

/* テキストリスト表示 */
.list-wrap {
   display: block;
}
.list-item {
   border-bottom: 1px solid var(--color-lightgray);
   padding: 24px 24px;
}
.list-item:first-of-type {
   border-top: 1px solid var(--color-lightgray);
}
.list-body {
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
}
.list-meta{
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
}
.list-body .date {
   min-width: 120px;
   margin: 0;
   font-size: 15px;
   color: var(--color-gray);
}

.list-body .cat {
   min-width: 110px;
   margin-right: 32px;
   background: var(--color-pink);
   color: #fff;
   text-align: center;
   display: inline-block;
   padding: 3px 10px;
   font-size: 12px;
   border-radius: 50vh;
}

.list-body .ttl {
   flex: 1;
   font-size: 16px;
   font-weight: 400;
}
@media (max-width: 767px) {
   .list-item {
      padding: 24px 8px;
   }
   .list-body {
      display: flex;
      flex-direction: column;
      align-items: start;
   }
   .list-body .date {
      min-width: 90px;
      margin: 0;
      font-size: 13px;
      color: var(--color-gray);
   }

   .list-body .cat {
      min-width: 80px;
      padding: 0 6px;
      margin-right: 0;
      font-size: 11px;
   }
   .list-body .ttl {
      margin-top: 12px;
      font-weight: 400;
   }
}

/* カラム表示 */
.cardlist-wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 68px 24px;
}
.card-item {
   width: calc(100% / 3 - 24px * 2 / 3);
}
.card-item a:hover{
      text-decoration: none;
}
.card-pic {
   position: relative;
   aspect-ratio: 3 / 2;
   overflow: hidden;
}
.card-pic img {
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: .3s ease;
}
.card-item a:hover .card-pic img {
   transform: scale(1.1);
}
.card-body {
   display: flex;
   flex-direction: column;
   padding: 20px 0 0;
}
.card-meta {
   display: flex;
   align-items: center;
   gap:16px;
   line-height: 1.2;
}
.card-meta .date {
   font-size: 13px;
   font-weight: 500;
   color: var(--color-gray);
}
.card-meta .cate {
   padding: 2px 6px 3px;
   font-size: 12px;
   color: var(--color-white);
   background-color: var(--color-main);
   border-radius: 999px;
}
.card-ttl {
   margin-top: .5em;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.6;
}
@media (max-width: 960px) {

   .card-item {
      width: calc(100% / 2 - 24px * 1 / 2);
   }
   .card-body {
      padding-top: 16px;
   }
   .card-meta {
      font-size: 12px;
   }
   .card-meta .date:after {
      margin: 0 6px;
   }
   .card-ttl {
      margin-top: .3em;
      font-size: 15px;
   }
}
@media (max-width: 767px) {
   .cardlist-wrap {
      display: flex;
      flex-direction: column;
      gap: 48px 24px;
   }
   .card-item {
      width: 100%;
   }
}

/* *****************************************************************
*	POST,PAGE
* ***************************************************************** */
.post,
.page {
   margin: 0;
}

.page-head {
   position: relative;
   width: 100%;
   padding: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
   background-blend-mode: overlay;
   background-color: rgba(0,0,0,0.35);
}
.page-head::before{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   content: '';
   backdrop-filter: blur(3px);
}
.page-head-noimg {
   width: 100%;
   padding: 0;
   background: #fafafa;
}
.page-head-inner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   max-width: var(--width-content);
   height: 320px;
   margin: 0 auto;
   padding: 0;
}
.page-head-ttlblock {
   position: absolute;
   margin: 0;
   padding: 0 32px;
}
.page-head-ttl {
   font-size: 28px;
   letter-spacing: .08em;
   font-weight: 600;
   color: var(--color-white);
   text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.page-head-noimg .page-head-ttl {
   color: var(--color-base);
   text-shadow:none;
}
.single-post .page-head-ttl {
   color: var(--color-white);
}

.archive-description {
   font-size: 16px;
   color: var(--color-white);
   letter-spacing: .08em;
}

@media (max-width: 767px) {
   .page-head-inner {
      height: 180px;
   }
   .page-head-ttl {
      font-size: 20px;
   }
   .archive-description {
      font-size: 14px;
   }
}

.entry-content,
.entry-summary {
   margin: 64px 0 0;
}
.page-content {
   margin: 0;
}
.entry-content a,
.page-content a{
   color: #077137;
}


.search .page-content {
   margin-top: 80px;
}

.entry-header {
   display: flex;
   flex-direction: column;
}
.entry-title {
   line-height: 1.4;
   font-size: 16px;
}

.single-post .entry-title {
   line-height: 1.4;
   font-size: 28px;
   font-weight: 500;
}

.entry-meta {
   margin-top: 32px;
   display: flex;
   align-items: center;
   color: var(--color-gray);
   line-height: 1.4;
   gap: 16px;
}
.entry-meta .date {
   font-size: 14px;
   font-weight: 600;
   color: var(--color-darkgray);
   letter-spacing: .05em;
}
.entry-meta .cate {
   padding: 2px 16px 3px;
   font-size: 12px;
   color: var(--color-white);
   background-color: var(--color-main);
   border-radius: 999px;
   letter-spacing: .05em;
}

.post-thumbnail {
   margin: 40px 0 0;
}

.entry-footer {
   padding-top: 40px;
   padding-bottom: 40px;
}
.content-Tags {
   padding-top: 40px;
   padding-bottom: 40px;
   font-size: 12px;
}

.content-Tags li {
   display: inline-block;
}

.content-Tags li::after {
   content: '/';
   margin: 0 .3em;
}

.single-post .nav-links {
   display: flex;
   justify-content: center;
   font-size: 13px;
   gap: 48px;
}
.single-post .nav-previous {
   text-align: right;
}
.single-post .nav-next {
   text-align: left;
}
@media screen and (max-width: 767px) {
   .entry-content,
   .entry-summary {
      margin: 48px 0 0;
   }
   .entry-meta {
      font-size: 12px;
   }
   .entry-meta .cat {
      font-size: 11px;
   }
   .single-post .entry-title {
      font-size: 20px;
   }
}

/* *****************************************************************
*	記事用
* ***************************************************************** */
.post-main .entry-content p {
   margin-top: 24px;
   margin-bottom: 24px;
   line-height: 2.0;
}
.post-main .entry-content .wp-block-list {
   margin:  40px 0 40px 24px;
   list-style: disc;
}
.post-main .entry-content ol.wp-block-list {
   list-style: decimal;
}
.post-main .entry-content .wp-block-image {
   margin-top: 40px;
   margin-bottom: 40px;
}
/* *****************************************************************
*	固定ページ用
* ***************************************************************** */
.page-content p {
   margin-top: 24px;
   margin-bottom: 24px;
   line-height: 2.0;
}
.page-content ul:not([class]) {
   margin: 24px 0 24px 24px;
   list-style: disc;
   line-height: 1.8;
}

.page-content ol:not([class]) {
   margin: 24px 0 24px 24px;
   list-style: decimal;
   line-height: 1.8;
}

.page-content ul:not([class]) li, .page-content ol:not([class]) li{
   margin: .8em 0;
}


/* *****************************************************************
*	パンくず
* ***************************************************************** */
.page-head .breadcrumbs {
   margin: 96px 0 0;
   font-size: 12px;
   text-align: center;
}
.breadcrumbs {
   max-width: var(--width-content);
   width: 100%;
   margin-inline: auto;
   padding: 16px 32px 0;
   font-size: 12px;
   color: var(--color-gray);
}
.breadcrumbs span{
   padding: 0 .2em;
}
.breadcrumbs span:first-of-type{
   padding-left: 0;
}
.breadcrumbs span[property="name"] {
   display: inline-block;
   padding: 0;
   margin-top: -3px;
   vertical-align: middle;
   max-width: 200px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.breadcrumbs a:hover{
   color: var(--color-main);
}
@media screen and (max-width: 767px) {
   .breadcrumbs {
      display: none;
   }
}

/* *****************************************************************
*	汎用
* ***************************************************************** */
.bg-white {
   background-color: var(--color-bg-white);
}
.bg-lightgray {
   background-color: var(--color-bg-lightgray);
}
.bg-lightsand {
   background-color: var(--color-bg-lightsand);
}
.bg-dark {
   background-color: var(--color-bg-dark);
}
.bg-main {
   background-color: var(--color-main);
}
.is-center {
   margin-inline: auto;
   text-align: center;
}
.is-shadow {
   box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
   transition: .3s ease;
}
.is-underline{
   padding-bottom: 12px;
   border-bottom: 1px solid var(--color-lightgray);
}
.is-marker {
   background: linear-gradient(transparent 60%, #FFFE03 60%);
}

/* *****************************************************************
*	home
* ***************************************************************** */
.home-section {
   padding-top: 120px;
   padding-bottom: 120px;
}

.home-section-inner {
   margin: 0 auto;
   max-width: var(--width-content);
   padding-left: 32px;
   padding-right: 32px;
}

.home-section-inner-full {
   margin: 0 auto;
   padding-left: 32px;
   padding-left: 32px;
}

.home-content {
   overflow: hidden;
}

.home-title {
   font-size: 16px;
   color: var(--color-main);
}
.home-title-en {
   display: block;
   margin-bottom: 8px;
   font-size: 88px;
   font-weight: 800;
   color: var(--color-base);
   line-height: 1;
   letter-spacing: 0;
}
.home-title-en span {
   display: block;
}
.home-lead {
   font-size: 16px;
}
@media (max-width: 767px) {
   .home-section {
      padding-top: 64px;
      padding-bottom: 72px;
   }
   .home-section-inner {
      padding-left: 24px;
      padding-right: 24px;
   }
   .home-title {
      font-size: 14px;
   }
   .home-title-en {
      font-size: 40px;
   }
}

/* about */
.home-about-wrap {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
}
.home-about-col {
   width: 40%;
}
.home-about-col-right{
   width: 55%;
}

.home-about-slide {
   box-shadow: 40px -40px 0 var(--color-bg-lightgreen);
}

.home-about-slide .swiper-pagination-bullet-active {
   background-color: var(--color-main);
}
.home-about-slide {
   position: relative;
   aspect-ratio: 4 / 3;
   overflow: hidden;
   box-shadow: 40px -40px 0 var(--color-bg-lightgreen);
}
.home-about-slide img {
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home-about-col .section-title{
   text-align: left;
}
.home-about-lead {
   margin-top: 24px;
   font-size: 26px;
   font-weight: 500;
   line-height: 1.4;
}
.home-about-text {
   margin-top: 24px;
   font-size: 16px;
   line-height: 1.8;
}
.home-about-btn {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 24px;
   margin-top: 40px;
}
.home-about-btn .btn{
   max-width: 300px;
   margin: 0;
}

@media (max-width: 960px) {
   .home-about-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: 0;
   }
   .home-about-col {
      width: 100%;
      order: 2;
   }
   .home-about-col-right{
      width: 100%;
      margin: 0 auto 40px;
      order: 1;
   }
   .home-about-btn {
      max-width: 460px;
   }
}
@media (max-width: 767px) {
   .home-about-ttl {
      font-size: 26px;
   }
   .home-about-lead {
      font-size: 22px;
   }
   .home-about-text {
      font-size: 16px;
   }
   .home-about-pic {
      box-shadow: 30px -30px 0 var(--color-bg-lightgreen);
   }
   .home-about-btn{
      margin-inline: auto;
   }
   .home-about-btn .btn{
      width: 280px;
      margin: 0 auto;
   }
}
@media (max-width: 480px) {
   .home-about-btn {
      grid-template-columns: 1fr;
      gap: 16px;
   }
}

/* movie */
.bg-movie {
   background-color: var(--color-bg-dark);
}
.home-movie-wrap {
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
}
.home-movie-header {
   width: 160px;
   display: flex;
   flex-direction: row-reverse;
}
.home-movie-header .home-title, .home-movie-header .home-title-en{
   writing-mode: vertical-rl;
}
.home-movie-contents {
   display: flex;
   flex: 1;
   margin-left: 160px;
}
.home-movie-header .home-title-en {
   color: var(--color-white);
}
.home-movie-contents .youtube{
   width: 100%;
   aspect-ratio: 16 / 9;
}
.home-movie-contents .youtube iframe {
   width: 100%;
   height: 100%;
}
@media (max-width: 960px) {
   .home-movie-header {
      width: 120px;
   }
   .home-movie-contents {
      margin-left: 120px;
   }
}
@media (max-width: 767px) {
   .home-movie-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
   }
   .home-movie-header {
      width: 100%;
      flex-direction: column;
   }
   .home-movie-header .home-title, .home-movie-header .home-title-en {
      writing-mode: horizontal-tb;
   }
   .home-movie-contents {
      width: 100%;
      margin: 40px auto 0;
   }
}

/* home-news */
.home-news-wrap {
   display: flex;
   justify-content: space-between;
   gap: 8%;
}
.home-news-header {
   display: block;
}

.home-news-container {
   flex: 1;
}
.home-news-list {
   display: flex;
   flex-direction: column;
}
.home-news-item {
   display: flex;
   border-bottom: 1px solid var(--color-lightgray);
   padding: 20px 0;
   gap: 24px;
}
.home-news-item a{
   display: flex;
   gap: 24px;
   width: 100%;
   position: relative;
   padding-right: 40px;
}
.home-news-item a:hover{
   opacity: 1;
   text-decoration: none;
}

.home-news-item-thumbnail {
   min-width: 140px;
   width: 24%;
}
.home-news-item-image {
   aspect-ratio: 3/2;
   overflow: hidden; 
}
.home-news-item-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: .3s ease;
}
.home-news-item a:hover .home-news-item-image img {
   transform: scale(1.1);
}
.home-news-item-body {
   flex: 1;
}
.home-news-item-meta {
   display: flex;
   align-items: center;
   gap:16px;
   line-height: 1.2;
}
.home-news-item-date {
   font-size: 13px;
   font-weight: 500;
   color: var(--color-gray);
}
.home-news-item-cate {
   padding: 2px 8px 3px;
   font-size: 12px;
   color: var(--color-white);
   background-color: var(--color-main);
   border-radius: 999px;
}
.home-news-item-ttl {
   margin-top: 12px;
   font-size: 16px;
}
/* アイコンのスタイル */
.link-arrow {
   position: relative;
}
.link-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 1px solid var(--color-main);
	border-radius: 50%;
   transition: 0.3s ease;
}
.link-arrow::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right:11px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: var(--color-main) var(--color-main) transparent transparent;
   transition: 0.3s ease;
}
a:hover.link-arrow::before {
   background-color: var(--color-main);
}
a:hover.link-arrow::after {
	border-color: var(--color-white) var(--color-white) transparent transparent;
}

.home-news-btn {
   margin-top: 40px;
}
.home-news-btn a {
   position: relative;
   display: flex;
   align-items: center;
   padding: .5em 1.5em;
   width: 200px;
   color: var(--color-white);
   font-size: 14px;
   font-weight: 400;
   background-color: var(--color-main);
   border: 1px solid var(--color-main);
   border-radius: 8px;
   transition: 0.3s ease;
}
.home-news-btn a:after {
   content: '';
   width: 8px;
   height: 8px;
   border-top: 2px solid var(--color-white);
   border-right: 2px solid var(--color-white);
   transform: rotate(45deg);
   position: absolute;
   top: 50%;
   right: 16px;
   transform: translateY(-50%) rotate(45deg);
}
.home-news-btn a:hover {
   color: var(--color-main);
   background-color: var(--color-white);
   border: 1px solid var(--color-main);
   text-decoration: none;
   opacity: inherit;
}
.home-news-btn a:hover:after {
   border-top: 2px solid var(--color-main);
   border-right: 2px solid var(--color-main);
}
.home-news-btn._sp {
   display: none;
}
@media (max-width: 960px) {
   .home-news-wrap {
      display: flex;
      flex-direction: column;
      gap: 0;
   }
   .home-news-header {
      position: relative;
      width: 100%;
   }
   .home-news-btn {
      position: absolute;
      top: 126px;
      right: 0;
      margin: 0;
   }
   .home-news-container {
      margin-top: 40px;
   }
}
@media (max-width: 767px) {
   .home-news-btn {
      display: none;
   }
   .home-news-btn._sp {
      display: flex;
      justify-content: center;
      margin-top: 32px;
      position:inherit;
   }
   .home-news-btn a {
      position: relative;
      display: flex;
      align-items: center;
      padding: .6em 1em;
      width: 160px;
      color: var(--color-white);
      font-size: 13px;
   }
   .home-news-btn a:after {
      right: 10px;
   }
   .home-news-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: 40px;
   }
   .home-news-item {
      width: 48%;
      padding: 0;
      border: none;
   }
   .home-news-item a{
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-right: 0;
      gap: 16px;
   }
   .link-arrow::after,.link-arrow::before {
      display: none
   }
   .home-news-item-thumbnail {
      width: 100%;
   }
   .home-news-item-meta {
      gap:8px;
   }
   .home-news-item-date {
      font-size: 11px;
   }
   .home-news-item-cate {
      font-size: 10px;
   }
   .home-news-item-ttl {
      margin-top: 8px;
      font-size: 14px;
      line-height: 1.4;
   }
}

/* scrolling */
.scrolling-wrap{
   position: relative;
   margin: 64px auto 0;
   z-index: -100;
   overflow: hidden;
}
.swiper-wrapper {
   transition-timing-function: linear;
   overflow: visible;
}
.slide01,.slide02 {
   font-family: "Oswald", sans-serif;
   font-size: clamp(34px, 9.7vw, 200px);
   font-weight: 700;
   letter-spacing: 0;
   line-height: 1;
   white-space: nowrap;
}
.slide01 {
   color: var(--color-lightgray);
}
.slide02 {
   color: transparent;
   -webkit-text-stroke: 2px var(--color-lightgray); /* ベンダープレフィックス */
   text-stroke: 2px var(--color-lightgray);
}
@media (max-width:757px ){
   .scrolling-wrap{
      margin-top: 32px;
   }
}

/* home-info */
#home-info.home-section {
   padding-top: 80px;
}
.home-info-list {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 2px;
}
.home-info-item {
   width: 100%;
   position: relative;
}
.home-info-item a{
   display: block;
}
.home-info-item a:hover{
   opacity: 1;
}
.home-info-pic {
   width: 100%;
   overflow: hidden; 
}
.home-info-pic img {
   transition: .3s ease;
}
.home-info-item a:hover .home-info-pic img {
   transform: scale(1.1);
}
.home-info-body {
   position: absolute;
   bottom:0;
   left: 0;
   width: 100%;
}
.home-info-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding: 30px 32px;
}
.home-info-header {
   flex: 1;
   color: var(--color-white);
}
.home-info-en {
   font-size: 48px;
   font-weight: 800;
   line-height: 1;
}
.home-info-ttl {
   font-size: 20px;
   font-weight: 600;
}
.home-info-arrow {
   width: 40px;
   position: relative;
}
.home-info-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 2px solid var(--color-bg-white);
	border-radius: 50%;
   transition: 0.3s ease;
}
.home-info-arrow::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right:20px;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: var(--color-white) var(--color-white) transparent transparent;
   transition: 0.3s ease;
}
.home-info-item a:hover .home-info-arrow::before {
   background-color: var(--color-main);
}
.home-info-item a:hover .home-info-arrow::after {
	border-color: var(--color-white) var(--color-white) transparent transparent;
}
@media (max-width: 960px) {
   .home-info-inner {
      padding: 20px 24px;
   }
   .home-info-en {
      font-size: 34px;
   }
   .home-info-ttl {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   #home-info.home-section {
      padding-top: 40px;
   }
   .home-info-list {
      grid-template-columns: 1fr;
      gap: 16px;
   }
}

/* Sponsorship */
.home-sponsorship-header {
   display: flex;
   flex-direction: column;
   align-items: center
}
.home-sponsorship-header .home-title {
   font-size: 16px;
   color: var(--color-white);
}
.home-sponsorship-header .home-title-en {
   display: block;
   margin-bottom: 8px;
   font-size: 48px;
   font-weight: 800;
   color: var(--color-white);
   line-height: 1;
   letter-spacing: 0;
}
.home-lead {
   font-size: 16px;
}

.home-sponsorship-container {
   margin-inline: auto;
   padding: 60px 48px 64px;
   background-image: url(./images/sponsorship_bg.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:cover;
   border-radius: 8px;
}
.home-sponsorship-wrap {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-inline: auto;
   margin-top: 40px;
   gap: 40px;
}
.home-sponsorship-item {
   width: 100%;
}
.home-sponsorship-btn a {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 16px;
   margin: 0;
   padding: 24px 24px;
   width: 100%;
   color: var(--color-main);
   font-size: 18px;
   font-weight: 500;
   background-color: var(--color-white);
   border: 1px solid var(--color-white);
   border-radius: 8px;
   transition: 0.3s ease;
   line-height: 1.4;
   box-shadow: 0 0px 15px 3px rgba(0,0,0,0.3);
}
.home-sponsorship-btn a:hover {
   text-decoration: none;
   opacity: inherit;
   border: 1px solid var(--color-main);
   box-shadow: 0 0px 15px 3px rgba(0,0,0,0.8);
}
.home-sponsorship-arrow {
   width: 32px;
   position: relative;
}
.home-sponsorship-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-color: var(--color-white);
	border: 1.5px solid var(--color-main);
	border-radius: 50%;
   transition: 0.3s ease;
}
.home-sponsorship-arrow::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right:14px;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: var(--color-main) var(--color-main) transparent transparent;
   transition: 0.3s ease;
}
.home-sponsorship-item a:hover .home-sponsorship-arrow::before {
   background-color: var(--color-main);
}
.home-sponsorship-item a:hover .home-sponsorship-arrow::after {
	border-color: var(--color-white) var(--color-white) transparent transparent;
}
@media (max-width: 960px) {
   .home-sponsorship-wrap {
      gap: 16px;
   }
   .home-sponsorship-btn a {
      padding: 16px 16px 16px 16px;
   }
}
@media (max-width: 767px) {
   .home-sponsorship-container {
      padding: 40px 24px 48px;
   }
   .home-sponsorship-header .home-title {
      font-size: 14px;
   }
   .home-sponsorship-header .home-title-en {
      font-size:34px;
   }
   .home-sponsorship-wrap {
      display: flex;
      flex-direction: column;
      gap: 32px;
   }
   .home-sponsorship-btn a {
      padding: 16px;
      font-size: 16px;
   }
}

/* contentsMenu */
.home-contentsMenu-container {
   margin-inline: auto;
}
.home-contentsMenu-list {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
}
.home-contentsMenu-item a{
   display: flex;
   align-items: center;
   gap: 24px;
   background-color: #fff;
   box-shadow: 0 0px 12px 0px rgba(0,0,0,0.2);
   border-radius: 8px;
   overflow: hidden;
   transition: 0.3s ease;
}
.home-contentsMenu-item a:hover {
   text-decoration: none;
   opacity: 1;
   box-shadow: 0 0px 20px 0px rgba(0,0,0,0.6);
}
.home-contentsMenu-item-image{
   width: 38%;
   aspect-ratio: 3/2;
   overflow: hidden; 
}
.home-contentsMenu-item-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: .3s ease;
}
.home-contentsMenu-item .title{
   flex: 1;
   color: var(--color-main);
   font-size: 18px;
   font-weight: 500;
}
.home-contentsMenu-arrow {
   width: 24px;
   position: relative;
   right: 10px;
}
.home-contentsMenu-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-color: var(--color-white);
	border: 1.5px solid var(--color-main);
	border-radius: 50%;
   transition: 0.3s ease;
}
.home-contentsMenu-arrow::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right:12px;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: var(--color-main) var(--color-main) transparent transparent;
   transition: 0.3s ease;
}
.home-contentsMenu-item a:hover .home-contentsMenu-item-image img {
   transform: scale(1.1);
}
.home-contentsMenu-item a:hover .home-contentsMenu-item .title {
   text-decoration: none;
}
.home-contentsMenu-item a:hover .home-contentsMenu-arrow::before {
   background-color: var(--color-main);
}
.home-contentsMenu-item a:hover .home-contentsMenu-arrow::after {
	border-color: var(--color-white) var(--color-white) transparent transparent;
}
@media (max-width: 767px) {
.home-contentsMenu-list {
   grid-template-columns: 1fr;
   gap: 24px;
}
.home-contentsMenu-item a{
   display: flex;
   flex-wrap: wrap;
   gap: 0;
   padding: 0;
}
.home-contentsMenu-item-image{
   width: 100%; 
   aspect-ratio: 16/9;
}
.home-contentsMenu-item .title{
   padding: 16px;
   font-size: 15px;
}
}

/* link */
#home-link.home-section {
   padding-top: 80px;
   padding-bottom: 80px;
}
.home-link-col {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-inline: auto;
   gap: 40px;
}
.home-link-item {
   max-width: 300px;
   width: 100%;
}
.home-link-item img{
   vertical-align: text-top;
   border: 1px solid #ddd;
}
@media (max-width: 767px) {
   #home-link.home-section {
      padding-top: 40px;
      padding-bottom: 40px;
   }
   .home-link-col {
      gap: 24px;
   }
}


/* *****************************************************************
*	コンテンツ
* ***************************************************************** */
.c-section {
   margin-top: 0px;
}
.c-section + .c-section{
   margin-top: 120px;
}
.c-container {
   margin-inline: auto;
}
.c-container + .c-container{
   margin-top: 80px;
}
.c-container h2:not([class]){
   margin-top: 54px;
   margin-bottom: 54px;
   line-height: 1.4;
}
.c-container h3:not([class]){
   margin-top: 54px;
   margin-bottom: 54px;
   line-height: 1.4;
}
.c-container h4:not([class]){
   margin-top: 24px;
   margin-bottom: 24px;
   line-height: 1.4;
}
.c-container a:not([class]){
   text-decoration: underline;
}
.c-container figure:not([class]){
   margin-inline: auto;
   margin: 24px 0;
}
.c-heading {
   margin: 0 auto 64px;
}
.c-heading-title {
   font-size: 32px;
   font-weight: 700;
   line-height: 1.4;
}
.c-heading-title-sub {
   display: block;
   margin-bottom: 1em;
   font-size: 14px;
   font-weight: 700;
   color: var(--color-main);
}
.c-title {
   margin-top: 64px;
   font-size: 24px;
}
.is-style-left-bar {
   position: relative;
   padding: .6em .2em .6em 1.6em;
   background-color: var(--color-bg-lightgray);
   border-radius: 6px;
}
.is-style-left-bar::before {
      position: absolute;
      content: "";
      background-color: var(--color-main);
      left: .8em;
      top: calc(50% + 1px);
      width: 4px;
      height: calc(100% - 1.4em);
      transform: translateY(-50%);
      border-left: none;
      border-radius: 50vh;
}
.is-reverse {
   flex-direction: row-reverse;
}
.is-link {
   text-decoration: underline;
}
.is-link::after {
   font-family: "Font Awesome 6 Free";
   content: "\f08e";
   font-size: .8em;
   font-weight: 900;
   margin: 0 0.25rem;
}
.is-link-file {
   padding-left: 8px;
   text-decoration: none;
}
.is-link-file::before {
   font-family: "Font Awesome 6 Free";
   content: "\f15c";
   font-size: 1em;
   margin-right: .5em;
}

.is-link-file-list {
   margin: 24px 0 24px 8px;
   line-height: 1.6;
}
.is-link-file-list li{
   display: flex;
   margin: .8em 0;
}

.is-link-file-list li::before {
   font-family: "Font Awesome 6 Free";
   content: "\f15c";
   font-size: 1em;
   margin-right: .5em;
}
.is-link-file-list li a:link{
   text-decoration: none;
}
.is-link-file-list li a:hover{
   text-decoration: underline;
}

@media (max-width: 767px) {
   .c-section + .c-section{
      margin-top: 80px;
   }
   .c-container + .c-container{
      margin-top: 64px;
   }
   .c-heading {
      margin: 0 auto 40px;
   }
   .c-heading-title {
      font-size: 22px;
   }
   .c-heading-title-sub {
      margin-bottom: .6em;
      font-size: 14px;
   }
   .c-title {
      margin-top: 56px;
      font-size: 18px;
   }
}

/* donation */
.donation-flow-item{
   margin-top: 40px;
}
.donation-flow-item + .donation-flow-item{
   margin-top: 54px;
}
.donation-flow-wrap{
   counter-reset: number 0;
}
.donation-flow-item{
   counter-increment: number;
}
.donation-flow-title {
   position: relative;
   padding-left: 1.5em;
}
.donation-flow-title::before{
   content: counter(number) ".";
   position: absolute;
   left: 0;
   font-weight: 500;
}
.donation-table {
   margin-top: 40px;
   width: 100%;
   font-size: 15px;
   border-collapse: collapse;
   table-layout: fixed;
   border-top: 1px solid var(--color-lightgray);
}
.donation-table th,
.donation-table td {
   padding: 1.2em 1em;
   border-bottom: 1px solid var(--color-lightgray);
}
.donation-table th{
   width: 30%;
   text-align: left;
   background-color: var(--color-bg-lightgray);
}
.donation-flow-item .note {
   margin-top: 24px;
   font-size: .85em;
}
.donation-btn {
   margin-inline: auto;
   margin-top: 40px;
   max-width: 300px;
   text-align: center;
}
@media (max-width: 767px) {
   .donation-table {
      margin-top: 40px;
      font-size: 14px;
   }
   .donation-table th,
   .donation-table td {
      letter-spacing: normal;
   }
   .donation-table th{
      width: 30%;
   }
}

/* project */
.project-issue-table {
   margin-top: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.project-issue-table th,
.project-issue-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
}
.project-issue-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.project-issue-table ul{
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}
.project-issue-flow {
   display: flex;
   align-items: center;
   flex-direction: column;
   margin-top: 40px;
}
.project-issue-flow {
   display: flex;
   align-items: center;
   flex-direction: column;
   margin-top: 24px;
   gap: 20px;
}
.project-issue-flow .text{
   max-width: 500px;
   width: 100%;
   margin: 0;
   padding: 16px 20px;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   background-color: var(--color-bg-lightgreen);
   border-radius: 6px;
}
.project-issue-flow .note{
   margin: 0;
   color: var(--color-main);
   font-weight: 600;
}
.triangle-down {
   display: inline-block;
   vertical-align: middle;
   color: var(--color-main);
   line-height: 1;
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent;
   border-width: 20px 24px;
   border-top-color: currentColor;
   border-bottom: 0;
}
.project-shift-img {
	max-width: 860px;
   margin: 24px auto 0;
}
.project-shift-note{
   text-align: center;
   color: var(--color-main);
   font-weight: 600;
}

.project-policy-title {
	display: flex;
   align-items: center;
   gap: 16px;
   padding: 0 0 8px;
   color: var(--color-main);
	font-size: 22px;
   line-height: 1.3;
   border-bottom: 2px dotted var(--color-gray);
}

.project-policy-title::before {
	content: attr(data-number);
	display: inline-block;
   min-width: 32px;
	color: var(--color-main);
	font-size: 32px;
   line-height: 1.2;
   vertical-align: middle;
}
.project-policy-img {
	max-width: 500px;
   margin: 56px auto 0;
   padding: 0 40px;
}
.project-policy-note{
   text-align: center;
   color: var(--color-main);
   font-weight: 600;
}
.project-goal-list li {
   font-size: 18px;
}
.project-goal-img {
   position: relative;
	max-width: 860px;
   margin: -80px auto 0;
   z-index: -1;
}
.project-goal-note{
   text-align: center;
   color: var(--color-main);
   font-weight: 600;
}
.project-futuregoals-img {
   margin: 32px auto 0;
}
.project-futuregoals-title {
   margin-top: 40px;
   padding-bottom: 16px;
	font-size: 18px;
   font-weight: 500;
   border-bottom: 1px solid var(--color-gray);
}
.project-futuregoals-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   margin-top: 32px;
}
.project-futuregoals-grid .text{
   margin-top: 8px;
   text-align: center;
}

.project-businessplan-title {
   margin-top: 40px;
   padding-bottom: 16px;
	font-size: 18px;
   font-weight: 500;
   border-bottom: 1px solid var(--color-gray);
}
.project-businessplan-table {
   margin-top: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.project-businessplan-table th,
.project-businessplan-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
}
.project-businessplan-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.project-businessplan-table.r07 .th01{
   width: 16%;
}
.project-businessplan-table.r07 .th03{
   width: 20%;
}
.project-businessplan-table.r07 .month{
   text-align: center;
}
.project-businessplan-table.r07 td:last-child{
   text-align: center;
}
.project-businessplan-table.r08 td{
   text-align: center;
}

.project-yosan-title {
   display: flex;
   align-items: end;
   justify-content: space-between;
   margin-top: 40px;
   padding-bottom: 16px;
	font-size: 18px;
   font-weight: 500;
   border-bottom: 1px solid var(--color-gray);
}
.project-yosan-title .note{
   font-size: 12px;
}
.project-yosan-table {
   margin-top: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.project-yosan-table th,
.project-yosan-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
}
.project-yosan-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.project-yosan-table.yosan-t01 th:nth-child(1){
   width: 65%;
}
.project-yosan-table.yosan-t01 th:nth-child(2){
   width: 15%;
}
.project-yosan-table.yosan-t01 th:nth-child(3){
   width: 20%;
}
.project-yosan-table.yosan-t02 th:nth-child(1){
   width: 65%;
}
.project-yosan-table.yosan-t02 th:nth-child(2){
   width: 15%;
}
.project-yosan-table.yosan-t02 th:nth-child(3){
   width: 20%;
}

.project-yosan-table .price{
   text-align: right;
}

.project-regulations-title {
   margin-top: 16px;
	font-size: 16px;
   font-weight: 600;
}
.project-regulations-title:first-of-type {
   margin-top: 24px;
}
.project-regulations-block {
   margin-top: 16px;
}
.project-regulations-block dt{
   float: left;
   width: 75px;
   padding: 2px 0;
   font-weight: 400;
}
.project-regulations-block dd{
   margin-left: 80px;
   padding: 2px 0;
}
.project-regulations-block dd ol{
   margin-top: 8px;
   margin-bottom: 8px;
}
.project-regulations-block dd ol li{
   padding: 3px 0;
}
.project-regulations-table {
   margin-top: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.project-regulations-table th,
.project-regulations-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
}
.project-regulations-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.project-regulations-table th:nth-child(1){
   width: 10%;
}
.project-regulations-table th:nth-child(2){
   width: 70%;
}
.project-regulations-table th:nth-child(3){
   width: 20%;
}
.project-regulations-table td:nth-child(1){
   text-align: center;
}
.project-regulations-table td:nth-child(2){
   text-align: left;
}
.project-regulations-table td:nth-child(3){
   text-align: center;
}
.project-refer-list li{
   padding: 3px 0;
}

.project-expenses-block {
   display: flex;
   justify-content: space-between;
   margin-top: 40px;
}
.project-expenses-num{
   width: 24px;
   line-height: 2.0;
   font-weight: 600;
}
.project-expenses-contents{
   flex: 1;  
}
.project-expenses-contents p{
   margin: 0;  
}
.project-expenses-table {
   margin-top: 32px;
   margin-bottom: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.project-expenses-table th,
.project-expenses-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
   text-align: center;
}
.project-expenses-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.project-expenses-table.case th:nth-child(4){
   width: 35%;
}

@media (max-width: 767px) {
   .project-issue-table {
      font-size: 14px;
   }
   .project-issue-table th,
   .project-issue-table td {
      padding: 1.2em 8px;
   }
   .project-issue-table ul {
      margin-left: 16px !important;
   }
   .project-issue-flow .text{
      font-size: 16px;
      margin: 0;
      padding: 16px 16px;
   }
   .project-policy-title {
      font-size: 18px;
   }
   .project-policy-title::before {
      min-width: 24px;
      font-size: 24px;
   }
   .project-policy-img {
      margin-top: 24px;
   }
   .project-goal-list li {
      font-size: 16px;
   }
   .project-goal-img {
      margin-top: -20px;
   }
   .project-futuregoals-grid {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
   }
   .project-futuregoals-grid .text{
      font-size: 14px;
   }
   .project-businessplan-table {
      font-size: 14px;
   }
   .project-businessplan-table th,
   .project-businessplan-table td {
      padding: 1.2em .6em;
   }
   .project-yosan-table {
      font-size: 14px;
   }
   .project-yosan-table th,
   .project-yosan-table td {
      padding: 1.2em .6em;
   }
   .project-yosan-table.yosan-t01 th:nth-child(1),.project-yosan-table.yosan-t02 th:nth-child(1){
   width: 50%;
   }
   .project-yosan-table.yosan-t01 th:nth-child(2),.project-yosan-table.yosan-t02 th:nth-child(2){
      width: 25%;
   }
   .project-yosan-table.yosan-t01 th:nth-child(3),.project-yosan-table.yosan-t02 th:nth-child(3){
      width: 25%;
   }
   .project-regulations-block dt{
      width: 66px;
      padding: 2px 0;
   }
   .project-regulations-block dd{
      margin-left: 66px;
   }
   .project-regulations-table {
      font-size: 14px;
   }
   .project-regulations-table th,
   .project-regulations-table td {
      padding: 1.2em .6em;
   }
   .project-regulations-table th:nth-child(1){
      width: 15%;
   }
   .project-regulations-table th:nth-child(2){
      width: 60%;
   }
   .project-regulations-table th:nth-child(3){
      width: 25%;
   }
   .project-expenses-table {
      font-size: 14px;
   }
   .project-expenses-table th,
   .project-expenses-table td {
      padding: 1.2em .6em;
   }
}

/* group */
.group-list-table {
   margin-top: 32px;
   width: 100%;
   font-size: 15px;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.group-list-table th,
.group-list-table td {
   padding: 1.2em 1.2em;
   border: 1px solid var(--color-lightgray);
   text-align: center;
}
.group-list-table th{
   text-align: center;
   background-color: var(--color-bg-lightsand);
}
.group-list-table th:nth-child(1){
   width: 13%;
}
.group-list-table th:nth-child(2){
   width: 50%;
}
.group-list-table td:nth-child(2){
   text-align: left;
}
.group-list-img {
	max-width: 800px;
   margin: 56px auto 0;
   padding: 0 10px;
}
.ambassador-wrap,.observer-wrap {
   display: flex;
   margin-top: 40px;
   gap: 64px;
}
.ambassador-pic,.observer-pic {
   width: 40%;
}
.ambassador-contents,.observer-contents{
   flex: 1;
}
.ambassador-contents .name,.observer-contents .name{
   font-size: 26px;
}
.ambassador-contents .name span,.observer-contents .name span{
   font-size: 14px;
}
.ambassador-contents .career{
   font-weight: 500;
}

.ambassador-history-title {
   margin-top: 54px;
   padding-bottom: 16px;
	font-size: 22px;
   font-weight: 600;
   color: var(--color-main);
   border-bottom: 1px solid var(--color-main);
}

.ambassador-history-wrap {
   display: flex;
   margin-top: 40px;
   gap: 40px;
}
.ambassador-history-wrap + .ambassador-history-wrap{
   padding-top:40px;
   border-top: 1px dotted #cacaca;
}
.ambassador-history-pic{
   width: 30%;
}
.ambassador-history-contents{
   flex: 1;
}
.ambassador-history-date {
   font-weight: 500;
}
.ambassador-history-date::before {
   content: '●';
   font-size: 10px;
   margin-right: .8em;
   vertical-align: middle;
}
.no-mark .ambassador-history-date {
   display: none;
}
.no-mark .ambassador-history-date::before {
   content: none;
}
.ambassador-history-date {
   margin-top: 0;
}
.ambassador-history-text {
   margin-top: 16px;
   line-height: 2.0;
}
.no-mark .ambassador-history-text {
   margin-top: 0;
   line-height: 2.0;
}
.observer-profile-table {
   margin-top: 24px;
   width: 100%;
   font-size: 15px;
   border-collapse: collapse;
   border-spacing: 0;
}
.observer-profile-table th,
.observer-profile-table td {
   padding: 1.2em 0;
   border-bottom: 1px solid var(--color-lightgray);
}
.observer-profile-table th{
   width: 20%;
   text-align: left;
}
.observer-contents ul li {
   font-size: 15px;
}
@media (max-width: 767px) {
   .group-list-table {
      font-size: 14px;
   }
   .group-list-table th,
   .group-list-table td {
      padding: 1.2em .6em;
   }
   .group-list-table th:nth-child(2){
      width: 40%;
   }
   .group-list-table th:nth-child(3){
      width: 20%;
   }
   .ambassador-wrap,.observer-wrap {
      display: flex;
      flex-direction: column;
      margin-top: 40px;
      gap: 24px;
   }
   .ambassador-pic,.observer-pic{
      width: 100%;
   }
   .ambassador-contents,.observer-contents{
      width: 100%;
   }
   .ambassador-contents .name,.observer-contents .name{
      font-size: 22px;
   }
   .ambassador-contents .name span.observer-contents .name span{
      font-size: 13px;
   }
   
   .ambassador-history-wrap {
   display: flex;
   flex-direction: column;
   margin-top: 32px;
   gap: 24px;
   }
   .ambassador-history-wrap + .ambassador-history-wrap{
      padding-top:24px;
   }
   .ambassador-history-title {
      margin-top: 40px;
      padding-bottom: 8px;
      font-size: 20px;
   }
   .ambassador-history-pic{
      width: 100%;
   }
   .ambassador-history-contents{
      width: 100%;
   }
   .ambassador-history-text {
      margin-top: 8px;
      font-size: 14px;
   }
   .observer-profile-table {
      margin-top: 8px;
   }
   .observer-profile-table th,
   .observer-profile-table td {
      padding: 1.2em 0;
   }
   .observer-profile-table th{
      width: 25%;
   }
}

/* history */
.timeline-heading {
   margin-top: 120px;
}
#history-joubantankou .timeline-heading:first-of-type  {
   margin-top: 0px;
}
.timeline-heading-title {
   margin-bottom: 40px;
   padding: 24px 8px;
	font-size: 24px;
   font-weight: 600;
   color: #fff;
   text-align: center;
   background-color: var(--color-main);
   border-radius: 6px;
}
.joubantankou-heading-grid {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 56px;
   margin-bottom: 56px;
}
.joubantankou-heading-pic{
   width: 48%;
}
.joubantankou-heading-contents{
   width: 48%;
   text-align: center;
}
.joubantankou-heading-contents .lead{
   font-size: 38px;
   font-weight: 600;
   color: var(--color-main);
}
.timeline-Block {
   margin-top: 40px;
}
.timeline-Block + .timeline-Block {
   margin-top: 80px;
}
.timeline-lead {
	font-size: 20px;
   text-align: center;
   font-weight: 500;
}
.timeline-title {
   margin-bottom: 40px;
   padding: 0 0 16px;
	font-size: 24px;
   font-weight: 600;
   text-align: center;
   color: var(--color-main);
   border-bottom: 1px solid var(--color-main);
}
.timeline-pic {
   margin: 40px auto;
   text-align: center;
}
.joubantankou-graph {
   max-width: 900px;
   width: 98%;
}
.timeline-list {
   margin:  24px 0 24px 24px;
   list-style: disc;
   line-height: 1.8;
}
.timeline-list li{
   padding: .4em 0;
}
.timeline-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   margin-top: 40px;
}
.grid-3 {
   grid-template-columns: 1fr 1fr 1fr;
}
.timeline-grid-item .text{
   margin-top: 16px;
   text-align: center;
}
@media (max-width: 767px) {
   .timeline-heading {
      margin-top: 80px;
   }
   .timeline-heading-title {
      padding: 16px;
      font-size: 20px;
   }
   .joubantankou-heading-grid {
      flex-direction: column;
      align-items: center;
      margin-top: 40px;
      margin-bottom: 40px;
      gap: 24px;
   }
   .joubantankou-heading-pic{
      width: 100%;
   }
   .joubantankou-heading-contents{
      width: 100%;
      text-align: center;
   }
   .joubantankou-heading-contents .lead{
      font-size: 26px;
   }
   .timeline-Block + .timeline-Block {
      margin-top: 56px;
   }
   .timeline-lead {
      font-size: 16px;
   }
   .timeline-title {
      margin-bottom: 24px;
      padding: 0 0 16px;
      font-size: 20px;
   }
   .timeline-pic {
      margin: 24px auto;
   }
   .timeline-list {
      font-size: 14px;
   }
   .timeline-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px 16px;
      margin-top: 24px;
   }
   .timeline-grid-item .text{
      margin-top: 8px;
      font-size: 14px;
   }
}

/* stadium */
.stadium-Block {
   margin-inline: auto;
   margin-top: 40px;
   max-width: 980px;
}
.stadium-Block + .stadium-Block {
   margin-top: 120px;
}

.stadium-nav{
   margin: 0 auto 80px;
   background-color: var(--color-bg-white);
}
.stadium-nav-list{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   place-content: center;
   margin: 0 auto;
   gap: 16px;
}
.stadium-nav-list .item{
   list-style: none;
}
.stadium-nav-list .item a{
   position: relative;
   display: block;
   padding: 16px 2px;
   color: var(--color-base);
   font-size: 16px;
   font-weight: 500;
   background-color: var(--color-white);
   text-decoration: none;
   letter-spacing: 0;
   border-bottom: 1px solid var(--color-main);
}
.stadium-nav-list .item a::after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   right: 2px;
   width: 8px;
   height: 8px;
   margin: auto;
   border-top: 2px solid var(--color-main);
   border-right: 2px solid var(--color-main);
   transform: translateY(-2px) rotate(135deg);
   box-sizing: border-box;
   transition: .5s;
}
.stadium-nav-list .item a:hover{
   color: var(--color-main);
   opacity: 1;
}
.stadium-nav-list .item a:hover::after{
   bottom: -6px;
}
.stadium-container {
   position: relative;
   padding: 48px 48px 56px;
   border-radius: 6px;
   box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.stadium-heading-title{
   margin: -48px -48px 48px;
   padding: 24px 8px;
	font-size: 24px;
   font-weight: 600;
   color: #fff;
   text-align: center;
   background-color: #2a2a2a;
   border-radius: 6px 6px 0px 0px;
}
.stadium-box {
   margin-top: 56px;
}
.stadium-box:first-of-type {
   margin-top: 40px;
}
.stadium-title {
   margin-bottom: 40px;
   padding: 0 0 16px;
	font-size: 24px;
   font-weight: 600;
   color: var(--color-main);
   border-bottom: 1px solid var(--color-main);
}
.stadium-overview-table {
   margin-top: 40px;
   width: 100%;
   font-size: 15px;
   border-collapse: collapse;
   table-layout: fixed;
   border-top: 1px solid var(--color-lightgray);
}
.stadium-overview-table th,
.stadium-overview-table td {
   padding: 1.2em 1.2em;
   border-bottom: 1px solid var(--color-lightgray);
}
.stadium-overview-table th{
   width: 25%;
   text-align: left;
   background-color: var(--color-bg-lightsand);
}
.stadium-map .googlemap {
   min-height: 450px;
}
@media (max-width: 1080px) {
   .stadium-nav-list .item a{
      font-size: 16px;
   }
}
@media (max-width: 960px) {
   .stadium-nav-list{
      grid-template-columns: 1fr 1fr;
      gap: 0 24px;
   }
}
@media (max-width: 767px) {
   .stadium-Block + .stadium-Block {
      margin-top: 80px;
   }
   .stadium-nav{
      margin-bottom: 40px;
   }
   .stadium-nav-list{
      grid-template-columns: 1fr;
   }
   .stadium-container {
      position: relative;
      padding: 16px 16px 32px;
   }

   .stadium-heading-title{
      margin: -16px -16px 32px;
      padding: 24px 8px;
      font-size: 20px;
   }
   .stadium-box {
      margin-top: 32px;
   }
   .stadium-box:first-of-type {
      margin-top: 32px;
   }
   .stadium-title {
      margin-bottom: 32px;
      padding: 0 0 8px;
      font-size: 18px;
   }
   .stadium-overview-table {
      margin-top: 24px;
      font-size: 14px;
   }
   .stadium-overview-table th,
   .stadium-overview-table td {
      padding: 1.2em 10px;
      letter-spacing: 0;
   }
   .stadium-overview-table th{
      width: 28%;
   }
   .stadium-map .googlemap {
      min-height: 260px;
   }
}

/* stadium-swiper */
.slider-thumbnail .swiper-slide {
   display: block;
   opacity: .5;
   transition: opacity .5s;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
   opacity: 1;
}
.stadium-slider .swiper {
   max-width: 100%;
   overflow: hidden;
}
.stadium-slider .swiper-slide img {
   display: inline-block;
   width: 100%;
   height: auto;
   aspect-ratio: 3 / 2;
   object-fit: cover;
   vertical-align: top;
}
.stadium-slider .slider-thumbnail {
   margin-top: 8px;
}

/* furusato */
.furusato-wrap {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 64px;
   margin: 64px auto 40px;
}
.furusato-wrap-item {
   width: 100%;
   display: flex;
   align-items: center;
}

.furusato-wrap-item a {
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   min-height: 400px;
   padding: 8px;
   color: #fff;
   background-color: var(--color-main);
   gap:16px;
   text-decoration: none;
   border: 3px solid var(--color-white);
   border-radius: 16px;
   box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
   transition: .3s;
}
.furusato-wrap-item a::after {
   position: absolute;
   font-family: "Font Awesome 6 Free";
   content: "\f08e";
   font-size: 14px;
   font-weight: 900;
   top: 12px;
   right: 12px;
}
.furusato-wrap-item a:hover {
   color: #fff;
   text-decoration: none;
   transform: translateY(-6px);
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
   opacity: .85;
}
.furusato-icon{
   width: 30%;
}
.furusato-wrap-item a:link .furusato-text { 
   text-align: center;
   font-size: 22px;
   font-weight: 500;
}
.furusato-wrap-item a:link .furusato-text span { 
   display: block;
}
@media (max-width: 960px) {
   .furusato-wrap {
      margin-top: 40px;
      gap: 24px;
   }
   .furusato-wrap-item a {
      min-height: 300px;
   }
}
@media (max-width: 767px) {
   .furusato-wrap {
      gap: 16px;
   }
   .furusato-wrap-item a {
      min-height: 220px;
   }
   .furusato-icon{
      width: 42%;
   }
   .furusato-wrap-item a:link .furusato-text { 
      font-size: 16px;
   }
}

/* sponsorship */
.sponsorship-list-wrap {
   margin-top: 40px;
}
.sponsorship-list {
   display: grid;
   grid-template-columns: repeat( auto-fill, minmax(300px,1fr) );
   gap: 40px;
}
.sponsorship-list .item a {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   padding: 24px;
   color: var(--color-base);
   border: 1px solid #eee;
   border-radius: 6px;
   box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.sponsorship-list .item a:hover {
   text-decoration: none;
   box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
   opacity: .85;
}
.sponsorship-list .image {
   margin-bottom: 20px;
   padding-bottom: 16px;
   border-bottom: 1px solid #eee;
}
.sponsorship-list .title {
   font-size: 15px;
   margin: 0;
}


@media (max-width: 767px) {
   .sponsorship-list {
      grid-template-columns: repeat( auto-fill, minmax(240px,1fr) );
      gap: 24px;
   }
}


.grid {
   display: grid;
   grid-template-columns: 1fr;
   gap: 24px;
}
.grid_2{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 24px;
}
.grid_3{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 24px;
}
.grid_4{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 24px;
}
.grid_5{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   gap: 24px;
}
.grid_6{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   gap: 24px;
}
@media (max-width: 767px) {
.grid_2,.grid_3,.grid_4,.grid_5,.grid_6{
   grid-template-columns: 1fr;
}
}

/* *****************************************************************
*	contact form
* ***************************************************************** */
.cf7-wrap {
   margin-top: 40px;
   margin-inline: auto;
   padding: 6%;
   background-color: #f7f7f7;
}
.cf7-kakunin {
   font-size: 13px;
   margin-inline: auto;
   text-align: center;
}
.cf7__list {
   display: flex;
   flex-wrap: wrap;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
   margin-top: 30px;
}

.cf7__list dt {
   display: flex;
   align-items: center;
   width: 30%;
}

.cf7__list dd {
   width: 70%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
   margin-left: 8px;
   padding: 1px 4px;
   color: #fff;
   font-size: 10px;
   font-weight: 400;
   vertical-align: 1px;
   border-radius: 3px;
}

.cf7__required {
   background: #e53935;
}

.cf7__optional {
   background: #aaa;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
   width: 100%;
   padding: 15px 20px;
   background: #fff;
   border: 1px solid #ccc;
   outline:none;
   font-size: 16px;
}

/* ドロップダウンメニュー */
.cf7__select {
   position: relative;
}

.cf7__select:before {
   position: absolute;
   top: 50%;
   right: 20px;
   z-index: 10;
   transform: translateY(-50%);
   width: 0;
   height: 0;
   border-top: 8px solid #000;
   border-right: 6px solid transparent;
   border-left: 6px solid transparent;
   pointer-events: none;
   content: '';
}

.cf7__select select {
   width: 100%;
   padding: 19px 20px;
   background: #fff;
   color: #a5a5a5;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
   display: block;
   padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
   display: block;
   margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
   margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
   cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
   position: relative;
   width: 18px;
   height: 18px;
   margin-right: 8px;
   background-color: #fff;
   border: 1px solid #bcbcbc;
   vertical-align: -3px;
   cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
   border: 1px solid #000;
   background: #000;
}

input[type="checkbox"]:checked:before {
   position: absolute;
   top: 2px;
   left: 5px;
   transform: rotate(50deg);
   width: 6px;
   height: 10px;
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   content: '';
}

/* ラジオボタン */
input[type="radio"] {
   border-radius: 50%;
}

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

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
   color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
   color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
   color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
   margin-top: 40px;
   padding-left: 72px;
   text-align: center;
}

input[type="submit"] {
   width: 260px;
   height: 60px;
   background: var(--color-main);
   color: var(--color-white);
   border-radius: 50vh;
   border: none;
   transition: opacity .6s;
}

input[type="submit"]:hover {
   opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
   vertical-align: middle;
}

@media screen and (max-width: 767px) {
   .cf7__list dt {
      width: 100%;
      margin-bottom: 15px;
      padding-top: 0;
   }

   .cf7__list dd {
      width: 100%;
   }

   .cf7__list dd:nth-of-type(n + 2) {
      margin-top: 0;
   }

   .cf7__list dd .wpcf7-checkbox,
   .cf7__list dd .wpcf7-radio {
      padding: 15px 0 0;
   }
   .cf7__button {
      padding: 0;
      text-align: center;
   }

   input[type="submit"] {
      margin: 0 auto;
      width: 180px;
      height: 56px;
   }
   .form-kakunin {
      text-align: left;
   }
   .cf7__button .wpcf7-spinner{
      display: block;
      margin-inline: auto;
   }
}

/* youtube */
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/* googlemap */
.googlemap {
   position: relative;
   width: 100%;
   height: 0;
   padding-top: 56.25%;
}
.googlemap iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

@media screen and (min-width: 769px) {
	.brsp{ display: none; }
}

a.wp-block-file__button, a:visited.wp-block-file__button {
	color: #fff;
}