@charset "utf-8";
/*!
Theme Name: splus05
Author: arrows inc.
Author URI: https://arrows-web.net/
Description: This is an original theme created by Arrows Co., Ltd.
Version: 1.0.0
*/

/*=================================================================================================
  CSS reset
=================================================================================================*/
* {margin: 0;padding: 0;box-sizing: border-box;}
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 {font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;border: 0;outline: 0;background: transparent;}
body {line-height: 1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ul,ol {padding-left: 1.5rem;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: none;}
a {font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;background: transparent;}
ins {text-decoration: none;color: #000;background-color: #ff9;}
mark {font-weight: bold;font-style: italic;color: #000;background-color: #ff9;}
del {text-decoration: line-through;}
abbr[title],dfn[title] {cursor: help;border-bottom: 1px dotted;}
table {border-spacing: 0;border-collapse: collapse;}
hr {display: block;height: 1px;margin: 1em 0;padding: 0;border: 0;border-top: 1px solid #ccc;}
nav ul {list-style: none;padding-left: 0;}
p {margin-bottom: 1.5rem;}
img {display: block;}
figure {display: inline-block!important;}
figure.wp-block-gallery.has-nested-images figure.wp-block-image {flex-grow: 0;}
figure.wp-block-gallery img {display: block;width: 100%;height: 300px!important;object-fit: cover;font-family: 'object-fit: cover;';}
/*=================================================================================================
  Write standard CSS for the entire site
=================================================================================================*/
:root {
--both-ends: 13rem;
--both-ends-sp: 3rem;
--font-size: 20;
--font-size-sp: 16;
--font-bld: 700;
--font-nml: 500;
--color-def: #222;
--color-theme: #0E3068;
--color-theme-hover: #2854b4;
--color-bg-gry: #f7f7f7;
--color-bg-bei: #f8f6ed;
--color-red: #e42f50;
--main-mt: 5rem;
--border-color: #ddd;
--header-height: 80px;
}
@media screen and (max-width: 1180px) {
:root {
--header-height: 60px;
}
}
html {font-size: calc( var(--font-size) / 16 * 1rem );}
body {font-family: "Zen Kaku Gothic New","Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;font-feature-settings: "palt";font-weight: var(--font-nml);line-height: 1.79;letter-spacing: 0.1rem;margin: 0;padding: 0;color: var(--color-def);display: flex;flex-direction: column;min-height: 100vh;}
@media (max-width: 1180px) {
  html {font-size: calc( var(--font-size-sp) / 16 * 1rem );}
}
/*=================================================================================================
  Layout
=================================================================================================*/
header {background:#fff;}
header a{color: var(--color-def);}
nav ul {list-style-type: none;padding: 0;}
nav ul li {display: inline;margin-right: 10px;}
main {flex: 1;width: 100%;}
.content-area {width: 100%;}
.sub-content-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;box-sizing:border-box;padding:0 5%;}
.sub-content-area {width: calc(95% - 300px);order: 2;}
#secondary {width: 300px;order: 1;}
footer {color: #fff;margin-top: 0;padding: 0.5rem 0 1rem;width: 100%;background: var(--color-theme);}
.sticky-wrap {position: sticky;top: 200px;}
@media (max-width: 1180px) {
  .sub-content-area {width: calc(95% - 250px);}
  #secondary {width: 250px;}
  .sticky-wrap {position: sticky;top: 170px;}
}
@media (max-width: 834px) {
  .sub-content-area {width: 100%;margin-bottom: 3rem;order: 1;}
  #secondary {width: 100%;order: 2;}
}
@media (max-width: 500px) {
  footer {padding: 2rem 0 4rem;}
}
/*
Loading
-------------------------------------------------------------------------------------------------*/
/********** #loader SlideOut **********/
#loader1,#loader2,#loader3 {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 101;background-color: #fff;}
#loader1 .loading-logo,#loader2 .loading-logo {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 160px;height: 50px;text-align: center;color: #fff;font-size: 30px;}
#loader1 .loading-logo img,#loader2 .loading-logo img {width: 100%;height: auto;}
#loader1 .loading-logo::before {content: "";display: block;width: 100%;height: 110%;background-color: #fff;position: absolute;top: 0;left: 100%;animation: loadLogo 1.5s;}
@keyframes loadLogo {
  0% {left: 0;}50% {left: 0;}100% {left: 100%;}
}
#loader1.open {animation: slideOut forwards 2s 2s;}
@keyframes slideOut {
  0% {transform: translateX(0%);}50% {transform: translateX(0%);}100% {transform: translateX(100%);}
}
/* #loader2 FadeInOut */
#loader2 {overflow: hidden;}
#loader2 .loading-logo {animation: loadLogo2 1s;}
@keyframes loadLogo2 {
  0% {transform: scale(0);}70% {transform: scale(0);}100% {transform: scale(1);}
}
#loader2.open {animation-name: fadeOut;animation-fill-mode: forwards;animation-duration: 2s;animation-delay: 2s;}
@keyframes fadeOut {
  0% {transform: scale(1);}80% {transform: scale(1);}100% {transform: scale(0);}
}
/* #loader3 LOGO UnderFadeIn */
#loader3 {display: flex;align-items: center;justify-content: center;animation: underFadeIn 1.5s 2.5s forwards;}
@keyframes underFadeIn {
  0% {opacity: 1;}100% {opacity: 0;visibility: hidden;}
}
#loader3 .loading-logo {opacity: 0;animation: logo-fadeIn 2s 0.5s forwards;width: 160px;}
@keyframes logo-fadeIn {
  0% {opacity: 0;transform: translateY(20px);}60% {opacity: 1;transform: translateY(0);}100% {opacity: 0;}
}
/********** #loader4 ShutterOpen **********/
#loader4 {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #1e1e1e;z-index: 9999;animation: byeShutter 2.6s forwards;}
#loader4::before {content: '';position: absolute;top: 0;left: 0;bottom: 0;margin: auto;background-color: #f3f3f3;width: 0;height: 1px;animation: shutterOpen 2.6s forwards;}
@keyframes byeShutter {
  70% {opacity: 1;}100% {opacity: 0;display: none;z-index: -1;}
}
@keyframes shutterOpen {
  0% {width: 0;height: 1px;}50% {width: 100%;height: 1px;}90% {width: 100%;height: 100%;}100% {width: 100%;height: 100%;}
}
/*
Inner
-------------------------------------------------------------------------------------------------*/
.wide-inner {box-sizing:border-box;padding:0 var(--both-ends);width:100%;}
.inner {margin:0 auto;width:1280px;}
@media (max-width: 1920px) {
  .wide-inner {padding:0 5%!important;}
}
@media (max-width: 1366px) {
  .inner {width:89.84375%;}
}
@media (max-width: 960px) {
  .inner {box-sizing:border-box;padding:0 5%;width:100%;}
}
/*
Heading @320px to @1200px
-------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: var(--font-bld);color: var(--colo-def);margin-bottom: .5rem;}
h1 {margin-bottom: 0;}
h1 {font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);}/* @30px to @40px */
h2 {font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);}/* @30px to @40px */
h3 {font-size: clamp(1.438rem, 1.21rem + 1.14vw, 2.063rem);}/* @23px to @33px */
h4 {font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);}/* @20px to @28px */
h5 {font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);}/* @18px to @23px */
h6 {font-size: calc( var(--font-size) / 16 * 1rem );}
@media (max-width: 1280px) {
  h1 {margin-top: 10px;}
}
@media (max-width: 1180px) {
  h6 {font-size: calc( var(--font-size-sp) / 16 * 1rem );}
}
/*
Image Icon
-------------------------------------------------------------------------------------------------*/
img {max-width: 100%;height: auto;}
/*
Link
-------------------------------------------------------------------------------------------------*/
.link-area {position: relative;transition: 0.3s;}
.link-area .link {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;}
.link-area:hover {opacity: 0.7;}
/* anchor */
a.anchor {display: block;}
/********** 外部リンクボタン **********/
a.obl-btn {display:inline-block;border: 1px solid #000;margin: .5rem 0;padding: .6rem 1.5rem;color: var(--color-def);text-decoration: none;transition: .3s;}
a.obl-btn[href^="http"]:after,
a.obl-btn[href^="//"]:after {margin: 0 0 0 5px;position: relative;top: 2px;font-family: "Material Icons";content: '\e89e';}
a.obl-btn[href^="http://arrowscms14.xsrv.jp/test"]:after {margin: inherit;font-family: inherit;content: '';font-weight: inherit;}
a:hover.obl-btn {opacity: .6;}
@media (max-width: 500px) {
  a.obl-btn {display:block;text-align: center;}
}
/********** PDFリンクボタン **********/
a.pdf-btn {display: block;width:300px;color: var(--color-def);border: 1px solid var(--color-theme);box-sizing: border-box;padding: .6rem 1.5rem .6rem 3.8rem;text-align: left;text-decoration: none;position: relative;transition-duration: 0.3s;}
a.pdf-btn:hover {  opacity: .7;}
a.pdf-btn:before {display: inline-block;position: absolute;top: 50%;transform: translateY(-50%);left: .7rem;font-family: "Material Icons";content: '\e415';font-size: calc(22 / 16 * 1rem);}
a.pdf-btn:after {content: "";display: inline-block;width: 1px;height: 100%;background-color: var(--color-theme);box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);position: absolute;top: 0;left: 2.8rem;}
@media (max-width: 1180px) {
  a.pdf-btn:before {margin-top: .1rem;}
}
@media (max-width: 500px) {
  a.pdf-btn {width:100%;}
}
/********** Arrowボタン **********/
.btn-arrow{color: #fff;font-weight: var(--mega-w600);letter-spacing: .1em;text-align: center;line-height: 43px;width: 200px;height: 45px;background: var(--color-theme);margin: auto;border:1px solid var(--color-theme);position: relative;display: block;overflow: hidden;transition: 0.5s;border-radius: 100px;text-decoration: none;}
.btn-arrow:after {font-family: "FontAwesome";content: "\f105";  position: absolute;right: 20px;transition: all 0.2s;}
.btn-arrow:hover:after {right: 15px;}
/********** defボタン **********/
.def-btn01{color: #fff;font-weight: 600;letter-spacing: .1em;padding-left: 2rem; line-height: 43px;height: 45px;width: 220px;background: var(--color-theme);border:1px solid var(--color-theme); position: relative;display: block;overflow: hidden;transition: 0.5s;border-radius: 100px;
  text-decoration: none;top:2rem;}
.def-btn01:after {font-family: "FontAwesome"; content: "\f061";position: absolute;right: 20px;}
.def-btn01:hover:after {transform: rotate3d(1,0,0,360deg);transition: 2s;}

.def-btn02_box{display: flex; justify-content: space-between;flex-wrap: wrap}
.def-btn02{color: #fff;letter-spacing: .1em;  text-align: center;line-height: 60px;height: 60px;background: var(--color-theme);border-radius: 100px;
  border:1px solid var(--color-theme);width: 310px;display: block;overflow: hidden;transition: 0.5s;position: relative;text-decoration: none!important;
margin-bottom: 1rem;}
.def-btn02:after {font-family: "FontAwesome";content: "\f105";  position: absolute;right: 20px;transition: all 0.2s;}
.def-btn02:hover,.def-btn02:focus {color: var(--color-theme);box-shadow: inset 310px 0 0 0 #fff;}
@media (max-width: 668px) {
  .def-btn02{margin: 0 auto 1rem;}
}
.def-btn02_box-col2{display: flex; justify-content: space-around;flex-wrap: wrap;}

/* 
Tel-to-link
-------------------------------------------------------------------------------------------------*/
a.tel {color: var(--color-def);text-decoration: none;font-size: 120%;font-weight: var(--font-bld);}
a.tel::before {font-family: "Material Icons";content: "\e0b0";font-size: 85%;margin-right: .3rem;position: relative;top: .1rem;}
/********** 電話番号リンクをスマホのみ有効 **********/
a[href*="tel:"] {color: inherit;text-decoration: none;}
a:hover[href*="tel:"] {opacity: 1;}
@media (min-width: 501px) {
  a[href*="tel:"] {pointer-events: none;}
}
/*
Ul Ol Design
-------------------------------------------------------------------------------------------------*/
/********** maru-lst **********/
ul.maru-lst {list-style: none;margin: 0;padding: 0;}
ul.maru-lst li {position: relative;padding-left: 24px;}
ul.maru-lst li::before {content: '';display: inline-block;position: absolute;top: 10px;left: 0;width: 10px;height: 10px;background-color: var(--color-theme);border-radius: 5px;}
/********** num-lst **********/
ol.num-lst li::marker {font-weight: var(--font-bld);color: var(--color-theme);}
/*
Table
-------------------------------------------------------------------------------------------------*/
table {border-collapse: collapse;border-spacing: 0;width: 100%;margin: 1rem 0;}
table th,table td {border: 1px solid #ddd;padding: 10px;}
table th {background: var(--color-bg-gry);text-align: left;}
/********** Rps-table **********/
@media (max-width: 640px) {
  .rps-table {border: 1px solid #ccc;}
  .rps-table tr {border-bottom: 1px solid #ddd;}
  .rps-table tr:last-child {border-bottom: none;}
  .rps-table th, .rps-table td {display: list-item;list-style-type: none;border: none;}
  .rps-table th {width: 100%;}
}
/********** Cp-table **********/
@media (max-width: 640px) {
  .cp-table {border: 1px solid #ccc;}
  .cp-table thead {display:none;}
  .cp-table tbody tr {border-bottom: 1px solid #ddd;}
  .cp-table tbody th {display:block;width: 100%;border: none;}
  .cp-table tbody td {display:block;border: none;border-bottom:1px dotted #ddd;}
  .cp-table tbody td:last-child {border-bottom: none;}
}
/********** Cp-table **********/
.scroll {overflow: auto;}
.scroll table {table-layout: fixed;margin: 1.5rem 0;}
@media (max-width: 834px){
  .scroll table {width: 1080px;}
}
/*
Box
-------------------------------------------------------------------------------------------------*/
/********** box01 角丸グレー背景 **********/
.box01 {margin: .5rem 0;padding: 1.5rem;background-color: var(--color-bg-gry);border: 1px solid var(--border-color);border-radius: 8px;}
/********** box02 シャドー付き白背景 **********/
.box02 {margin: .5rem 0;padding: 1.5rem;background-color: #fff;border: 1px solid var(--border-color);box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);}
/********** box03 点線枠白背景 **********/
.box03 {margin: .5rem 0;padding: 1.5rem;border: 1px dashed #cdcdcd;background: #fcfcfc;box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);}
/********** box04 色背景 **********/
.box04 {margin: .5rem 0;padding: 1.5rem;background: #FFF2CC;box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);}
.box01 p,.box02 p,.box03 p,.box04 p {margin: 0;padding: 0;}
/*
Font
-------------------------------------------------------------------------------------------------*/
.content-area p,.sub-content-area p {margin-bottom: 0.5rem;}
/********** font-family **********/
.ffG {font-family: "Zen Kaku Gothic New","Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;}
.ffM {font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}
.fwB {font-weight: var(--font-bld);}
.fwN {font-weight: var(--font-nml);}
/********** font-size **********/
.text50 {font-size: 50%!important;}.text60 {font-size: 60%!important;}.text70 {font-size: 70%!important;}.text80 {font-size: 80%!important;}.text90 {font-size: 90%!important;}.text100 {font-size: 100%!important;}.text110 {font-size: 110%!important;}.text120 {font-size: 120%!important;}.text130 {font-size: 130%!important;}.text140 {font-size: 140%!important;}.text150 {font-size: 150%!important;}.text160 {font-size: 160%!important;}.text170 {font-size: 170%!important;}.text180 {font-size: 180%!important;}.text190 {font-size: 190%!important;}.text200 {font-size: 200%!important;}
/********** text-align **********/
.taL {text-align: left!important;}.taC {text-align: center!important;}.taR {text-align: right!important;}
.right {margin: 0 0 0 auto!important;}
/* 
Widget_categories
-------------------------------------------------------------------------------------------------*/
.widget_categories {margin-top: 2rem;border-top: 1px solid var(--border-color);}
.widget_categories h2.widgettitle {display: none;}
.widget_categories ul {list-style-type: none;margin: 0;padding: 0;border-bottom: none;}
.widget_categories ul li {border-bottom: 1px solid var(--border-color);position: relative;}
.widget_categories ul li::after {position: absolute;top: 1.5rem;right: 10px;content: '';width: 7px;height: 7px;border-top: 2px solid var(--color-theme);border-right: 2px solid var(--color-theme);transform: rotate(45deg); transition: all .3s;}
.widget_categories ul li a {display: block;padding: .7rem;color: var(--color-def);text-decoration: none;transition: .3s;}
.widget_categories ul li a:hover {color: var(--color-theme);background: var(--color-bg-gry);}
.widget_categories ul li ul.children li {margin-left: 1rem;}
.widget_categories ul li ul.children li:first-child {border-top: 1px solid var(--border-color);}
.widget_categories ul li ul.children li:last-child {border-bottom: none;}
/* 
Css-scroll-animetion
-------------------------------------------------------------------------------------------------*/
/********** scroll-in ｜ 出現 **********/
.scroll-in {transition: 0.8s ease-in-out;opacity: 0.1;}
.scroll-in.on {opacity: 1.0;}
/********** scroll-up ｜ 下から上へ出現 **********/
.scroll-up {transition: 0.8s ease-in-out;transform: translateY(30px);opacity: 0;}
.scroll-up.on {transform: translateY(0);opacity: 1.0;}
/********** scroll-left ｜ 左から出現 **********/
.scroll-left {transition: 0.8s ease-in-out;transform: translateX(-30px);opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.scroll-left.on {opacity: 1.0;filter: alpha(opacity=100);-moz-opacity: 1.0;transform: translateX(0);}
/********** scroll-right ｜ 右から出現 **********/
.scroll-right {transition: 0.8s ease-in-out;transform: translateX(30px);opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.scroll-right.on {opacity: 1.0;filter: alpha(opacity=100);-moz-opacity: 1.0;transform: translateX(0);}
/********** timing ｜ 時差 **********/
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
/********** text-anime ｜ 1文字ずつ出現 **********/
.txt-anime span {opacity: 0;}
.txt-anime.appeartext span { animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}100% {opacity:1;}
}
/*
Page-top
-------------------------------------------------------------------------------------------------*/
/********** pagetop1 四角 **********/
.pagetop1 {width: 40px;height: 40px;position: fixed;right: 0;bottom: 0;background: var(--color-theme);transition: .3s;}
.pagetop1 a {width: 40px;height: 40px;position: relative;display: block;text-decoration: none;transition: .3s;}
.pagetop1 a::before {content: "";display: block;width: 10px;height: 10px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(-45deg);position: absolute;top: 5px;bottom: 0;right: 0;left: 0;margin: auto;text-align: center;}
.pagetop1:hover {opacity: 0.7;}
/********** pagetop1 四角 **********/
.pagetop2 {width: 40px;height: 40px;position: fixed;right: 0;bottom: 0;border: 1px solid var(--color-theme);background: rgba(255,255,255,.7);}
.pagetop2 a {width: 40px;height: 40px;position: relative;display: block;text-decoration: none;transition: .3s;}
.pagetop2 a::before {content: "";display: block;width: 10px;height: 10px;border-top: 1px solid var(--color-theme);border-right: 1px solid var(--color-theme);transform: rotate(-45deg);position: absolute;top: 10px;bottom: 0;right: 0;left: 0;margin: 0 auto;text-align: center;}
.pagetop2 a::after {content: "上部へ";position: absolute;bottom: 3px;right: 0;left: 0;margin: auto;text-align: center;font-size: 10px;letter-spacing: 0.01rem;font-weight: var(--font-bld);color: var(--color-theme);}
.pagetop2 a:hover {opacity: 0.7;}
/********** pagetop3 上片方矢印PAGETOP **********/
.pagetop3 {position: fixed;right: 1rem;bottom: 0;display: inline-block;width: 2px;height: 44px;margin-right: 10.6px;border-radius: 9999px;background-color: var(--color-theme);cursor: pointer;}
.pagetop3::before {content: "";position: absolute;top: 0;left: calc(50% - 1px);width: 2px;height: 17px;border-radius: 9999px;background-color: var(--color-theme);transform: rotate(-45deg);transform-origin: 50% 1px;}
.pagetop3::after {content: "PAGETOP";writing-mode: vertical-rl;position: absolute;bottom: 0;right: 3px;font-size: calc(8 / 16 * 1rem);letter-spacing: 0.01rem;font-weight: var(--font-bld);}
.pagetop3 a {display: block;width: 100%;height: 100%;transition: .3s;}
.pagetop3:hover {opacity: 0.7;}
/********** pagetop4 上矢印 **********/
.pagetop4 {width: 40px;position: fixed;right: 0;bottom: 0;border-top: 3px solid var(--color-theme);text-align: center;cursor: pointer;transition: .3s;}
.pagetop4::before {display:none;}
.pagetop4::after {content:"";display:inline-block;width: 32.5px;height: 27px;background: var(--color-theme);clip-path: polygon(0 60.2%, 50% 0, 100% 60.2%, 73.1% 60.2%, 73.1% 100%, 26.9% 100%, 26.9% 60.2%);position: relative;top: 5px;}
.pagetop4:hover {opacity: 0.7;}
/*=================================================================================================
# Margin-Padding
=================================================================================================*/
.main-mt {margin-top: var(--main-mt);}
.no-obi-mt {margin-top: 7rem;}
/* 
Margin
-------------------------------------------------------------------------------------------------*/
.m0 {margin: 0!important;}.mt0 {margin-top: 0!important;}.mr0 {margin-right: 0!important;}.mb0 {margin-bottom: 0!important;}.ml0 {margin-left: 0!important;}
.m05rem {margin: 0.5rem!important;}.mt05rem {margin-top: 0.5rem!important;}.mr05rem {margin-right: 0.5rem!important;}.mb05rem {margin-bottom: 0.5rem!important;}.ml05rem {margin-left: 0.5rem!important;}
.m1rem {margin: 1rem!important;}.mt1rem {margin-top: 1rem!important;}.mr1rem {margin-right: 1rem!important;}.mb1rem {margin-bottom: 1rem!important;}.ml1rem {margin-left: 1rem!important;}
.m2rem {margin: 2rem!important;}.mt2rem {margin-top: 2rem!important;}.mr2rem {margin-right: 2rem!important;}.mb2rem {margin-bottom: 2rem!important;}.ml2rem {margin-left: 2rem!important;}
.m3rem {margin: 3rem!important;}.mt3rem {margin-top: 3rem!important;}.mr3rem {margin-right: 3rem!important;}.mb3rem {margin-bottom: 3rem!important;}.ml3rem {margin-left: 3rem!important;}
.m4rem {margin: 4rem!important;}.mt4rem {margin-top: 4rem!important;}.mr4rem {margin-right: 4rem!important;}.mb4rem {margin-bottom: 4rem!important;}.ml4rem {margin-left: 4rem!important;}
.m5rem {margin: 5rem!important;}.mt5rem {margin-top: 5rem!important;}.mr5rem {margin-right: 5rem!important;}.mb5rem {margin-bottom: 5rem!important;}.ml5rem {margin-left: 5rem!important;}
.m6rem {margin: 6rem!important;}.mt6rem {margin-top: 6rem!important;}.mr6rem {margin-right: 6rem!important;}.mb6rem {margin-bottom: 6rem!important;}.ml6rem {margin-left: 6rem!important;}
.m7rem {margin: 7rem!important;}.mt7rem {margin-top: 7rem!important;}.mr7rem {margin-right: 7rem!important;}.mb7rem {margin-bottom: 7rem!important;}.ml7rem {margin-left: 7rem!important;}
.m8rem {margin: 8rem!important;}.mt8rem {margin-top: 8rem!important;}.mr8rem {margin-right: 8rem!important;}.mb8rem {margin-bottom: 8rem!important;}.ml8rem {margin-left: 8rem!important;}
.m9rem {margin: 9rem!important;}.mt9rem {margin-top: 9rem!important;}.mr9rem {margin-right: 9rem!important;}.mb9rem {margin-bottom: 9rem!important;}.ml9rem {margin-left: 9rem!important;}
.m10rem {margin: 10rem!important;}.mt10rem {margin-top: 10rem!important;}.mr10rem {margin-right: 10rem!important;}.mb10rem {margin-bottom: 10rem!important;}.ml10rem {margin-left: 10rem!important;}
/* 
Padding
-------------------------------------------------------------------------------------------------*/
.p0 {padding: 0!important;}.pt0 {padding-top: 0!important;}.pr0 {padding-right: 0!important;}.pb0 {padding-bottom: 0!important;}.pl0 {padding-left: 0!important;}
.p05rem {padding: 0.5rem!important;}.pt05rem {padding-top: 0.5rem!important;}.pr05rem {padding-right: 0.5rem!important;}.pb05rem {padding-bottom: 0.5rem!important;}.pl05rem {padding-left: 0.5rem!important;}
.p1rem {padding: 1rem!important;}.pt1rem {padding-top: 1rem!important;}.pr1rem {padding-right: 1rem!important;}.pb1rem {padding-bottom: 1rem!important;}.pl1rem {padding-left: 1rem!important;}
.p2rem {padding: 2rem!important;}.pt2rem {padding-top: 2rem!important;}.pr2rem {padding-right: 2rem!important;}.pb2rem {padding-bottom: 2rem!important;}.pl2rem {padding-left: 2rem!important;}
.p3rem {padding: 3rem!important;}.pt3rem {padding-top: 3rem!important;}.pr3rem {padding-right: 3rem!important;}.pb3rem {padding-bottom: 3rem!important;}.pl3rem {padding-left: 3rem!important;}
.p4rem {padding: 4rem!important;}.pt4rem {padding-top: 4rem!important;}.pr4rem {padding-right: 4rem!important;}.pb4rem {padding-bottom: 4rem!important;}.pl4rem {padding-left: 4rem!important;}
.p5rem {padding: 5rem!important;}.pt5rem {padding-top: 5rem!important;}.pr5rem {padding-right: 5rem!important;}.pb5rem {padding-bottom: 5rem!important;}.pl5rem {padding-left: 5rem!important;}
.p6rem {padding: 6rem!important;}.pt6rem {padding-top: 6rem!important;}.pr6rem {padding-right: 6rem!important;}.pb6rem {padding-bottom: 6rem!important;}.pl6rem {padding-left: 6rem!important;}
.p7rem {padding: 7rem!important;}.pt7rem {padding-top: 7rem!important;}.pr7rem {padding-right: 7rem!important;}.pb7rem {padding-bottom: 7rem!important;}.pl7rem {padding-left: 7rem!important;}
.p8rem {padding: 8rem!important;}.pt8rem {padding-top: 8rem!important;}.pr8rem {padding-right: 8rem!important;}.pb8rem {padding-bottom: 8rem!important;}.pl8rem {padding-left: 8rem!important;}
.p9rem {padding: 9rem!important;}.pt9rem {padding-top: 9rem!important;}.pr9rem {padding-right: 9rem!important;}.pb9rem {padding-bottom: 9rem!important;}.pl9rem {padding-left: 9rem!important;}
.p10rem {padding: 10rem!important;}.pt10rem {padding-top: 10rem!important;}.pr10rem {padding-right: 10rem!important;}.pb10rem {padding-bottom: 10rem!important;}.pl10rem {padding-left: 10rem!important;}
/*=================================================================================================
  Page - Single Common
=================================================================================================*/
/*
Signage
-------------------------------------------------------------------------------------------------*/
.signage {position: relative;width: 100%;height: 250px;background:linear-gradient(45deg,  #0E3068,#2854b4,#507bd8);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/animation: bggradient 20s ease infinite;margin-top: var(--header-height);}
.signage-content {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 90%;display: table-cell;text-align: center;/*color: #fff;text-shadow: 2px 2px 10px #000;*/vertical-align: middle;}
.signage-title {background: #fff;color: #111;padding: 2rem 2rem 2rem;border-radius: 10px 10px 0 0;font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 834px) {
.signage {height:150px;}
}
@media screen and (max-width: 500px) {
.signage-title {font-size: 2.4rem;}
}
/*
Breadcrumb
-------------------------------------------------------------------------------------------------*/
.breadcrumb-content {padding: .2rem var(--both-ends);font-size: 80%;}
.breadcrumb-content ul {list-style: none;padding: 0;}
.breadcrumb-content ul li {display: inline;}
.breadcrumb-content ul li a {color: inherit;text-decoration: none;}
.breadcrumb-content ul li + li::before {content: ">";margin:.5em;}
@media screen and (max-width: 1920px) {
  .breadcrumb-content {padding: .2rem var(--both-ends-sp);}
}
/*
Prev-next navi
-------------------------------------------------------------------------------------------------*/
#prev-next {display: flex;justify-content: space-between;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);padding: 1rem 0;}
#prev-next a {color: var(--color-def);text-decoration: none;}
#prev-next p {font-size: 90%;margin-bottom: 0;}
#prev-next #prev {margin-right: .8rem;}
#prev-next #prev-title::before,#prev-next #next-title::after {font-family: "Material Icons";content: "\e5c4";margin-right: .5rem;position: relative;top: .1rem;color: var(--color-theme);}
#prev-next #next-title::after {content: "\e5c8";margin-right: 0;margin-left: .5rem;}
/*
Toback-wrap
-------------------------------------------------------------------------------------------------*/
.toback-wrap {text-align: center;margin-top: 2rem;}
.toback {position: relative;display: inline-block;padding: .9em 4em;background-color: var(--color-theme);color: #fff;text-align: center;text-decoration: none;}
.toback::after {position: absolute;top: 50%;right: .8em;content: '';margin-top: -5px;border: 7px solid transparent;border-top-width: 5px;border-bottom-width: 5px;border-left-color: #fff;opacity: 0;}
.toback:hover::after {animation: arrow 1.2s infinite;}
@keyframes arrow {
  50% {right: .2em;opacity: 1;}100% {right: -.4em;opacity: 0;}
}
/*
Pagination
-------------------------------------------------------------------------------------------------*/
.pagination {margin: 4rem 0;text-align: center;}
.pagination ul {font-size: 0;list-style: none;padding: 0;}
.pagination ul li {font-size: 1rem;display: inline-block;margin-right: .75rem;}
.pagination ul li:last-child {margin-right: 0;border: 0;}
.pagination ul li a,.pagination ul li .current {font-weight: 600;line-height: 1;display: block;padding: .75rem .875rem;border: 1px solid #ddd;}
.pagination ul li a {text-decoration: none;color: var(--color-def);}
.pagination ul li .current {color: #fff;background-color: var(--color-theme);}
.pagination ul li .prev,.pagination ul li .next {padding: .75rem .5rem;border: 0;}
.pagination ul li i {font-size: 1rem;color: #1d2d43;}
@media (max-width: 580px) {
  .pagination {margin: 3rem 0;}
  .pagination ul li a {padding: .5rem .675rem;}
}
/*
Side-menu
-------------------------------------------------------------------------------------------------*/
#secondary li::marker {content:'';}
.side-menu {margin:3em 0;}
.side-menu ul {list-style-type: none;margin: 0;padding: 0;}
.side-menu ul.s-navi {border-bottom:none;}                                                                                                                                                 
.side-menu ul.s-navi li {border-bottom: 1px solid var(--border-color);position: relative;}
.side-menu ul.s-navi li::after {position: absolute;top: 45%;right: 10px;content: '';width: 7px;height: 7px;border-top: 2px solid var(--border-color);border-right: 2px solid var(--border-color);transform: rotate(45deg); transition: all .3s;}
.side-menu ul.s-navi li:hover::after {right: 5px;border-top: 2px solid var(--color-theme);border-right: 2px solid var(--color-theme);}
.side-menu ul.s-navi li a {display: block;padding: .7rem;color: var(--color-def);text-decoration: none;transition: .3s;}
.side-menu ul.s-navi li a:hover {color: var(--color-theme);}
/* 現在値 */
.side-menu ul.s-navi li.current_page_item::after {border-top: 2px solid var(--color-theme);border-right: 2px solid var(--color-theme);}
.side-menu ul.s-navi li.current_page_item a {color: var(--color-theme);}
/* 先頭 */
.side-menu ul.s-navi li:first-child::before {position: absolute;content: "\e5df";font-family: "Material Icons";padding: .25rem;color: var(--color-theme);font-size: 140%;}
.side-menu ul.s-navi li:first-child::after {border-top: none;border-right: none;}
.side-menu ul.s-navi li:first-child a {padding: .5rem .7rem .7rem 1.7rem;font-weight: var(--font-bld);}
.side-menu ul.s-navi li:first-child a:hover {padding: .5rem .7rem .7rem 2rem;}
/*=================================================================================================
  Single
=================================================================================================*/
/* 
Cat-ymd-wrap
-------------------------------------------------------------------------------------------------*/
.cat-ymd-wrap {display: flex;justify-content: space-between;font-size: 80%;margin-top: .5rem;}
.cat-ymd-wrap .ymd {display: inline-block;background: var(--color-theme);color: #fff;padding: 0 .5rem .1rem;}
.cat-ymd-wrap .cat a {border: 1px solid var(--border-color);color: var(--color-def);text-decoration: none;padding: .1rem .5rem .2rem;}
.single-signage-title {margin: 1rem 0 3rem;font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);}
@media (max-width: 768px) {
  .cat-ymd-wrap {flex-direction: column;}
  .cat-ymd-wrap .ymd {display: block;margin-bottom: 1rem;}
}
/*=================================================================================================
  Archive
=================================================================================================*/
/* 
Archive-cnt-wrap
-------------------------------------------------------------------------------------------------*/
ul.archive-cnt-wrap {position: relative;display: flex;flex-flow: row wrap;border-bottom: 1px solid var(--border-color);padding: 2rem 0;transition: .3s;}
ul.archive-cnt-wrap:first-of-type {border-top: 1px solid var(--border-color);}
ul.archive-cnt-wrap li {display: block;margin: 0 .5rem;}
ul.archive-cnt-wrap li:first-child {flex-basis: 200px;}
ul.archive-cnt-wrap li:nth-child(2) {background: var(--color-theme);color: #fff;font-size: 70%;padding: .2rem .5rem 0;text-align: center;}
ul.archive-cnt-wrap li:nth-child(3) {flex-basis: auto;}
ul.archive-cnt-wrap::after {position: absolute;top: 50%;transform: translateY(-50%);right: 0;font-family: "Material Icons";content: "\e089";font-size: 120%;}
ul.archive-cnt-wrap .link {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
ul.archive-cnt-wrap:hover {background: var(--color-bg-gry);}
@media (max-width: 1180px) {
  ul.archive-cnt-wrap li:first-child {flex-basis: 150px;}
}
@media (max-width: 950px) {
  ul.archive-cnt-wrap li:nth-child(3) {flex-basis: 100%;margin-top: .5rem;}
}
/*
Archive-eyecatch
-------------------------------------------------------------------------------------------------*/
/********** archive-nav-menu **********/
.archive-nav-menu {width: 100%;margin-bottom: 2rem;position:relative;z-index: 1;}
ul.archive-nav {display: table;list-style: none;padding: 0;}
ul.archive-nav li {display: table-cell;margin-right: 2rem;border: 1px solid var(--border-color);}
ul.archive-nav li a {display: block;color: var(--color-def);text-decoration: none;padding: 1em;transition: all .2s ease-in;}
ul.archive-nav li a:hover {opacity: 0.7;}
ul.archive-nav li:not(:first-child) {border-left: none;}
ul.archive-nav li:hover {color: var(--color-def);background: var(--color-bg-gry);}
ul.archive-nav li:hover ul {max-height: 9999px;opacity: 1;}
ul.archive-nav li ul {transition:all .2s ease-in;max-height: 0;opacity: 0;overflow: hidden;width: 100%;left: 0;position: absolute;background: var(--color-bg-gry);}
ul.archive-nav li ul.children {padding: .3rem var(--both-ends) .1rem;}
ul.archive-nav li ul.children li {display: inline-block;margin: 0 .5rem;border: none;}
ul.archive-nav li ul.children li+ li {border-left: 1px solid var(--border-color);}
@media (max-width: 1920px) {
  ul.archive-nav li ul.children {padding: .3rem var(--both-ends-sp) .1rem;}
}
@media (max-width: 500px) {
  ul.archive-nav li ul.children li {display: block;}
  ul.archive-nav li ul.children li+ li {border-left: none;border-top: 1px solid var(--border-color);}
}
/********** archive-eye-wrap **********/
.archive-eye-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;}
.archive-eye-wrap::before {content: "";display: block;height: 0;order: 1;}
.archive-eye-wrap::after {content: "";display: block;height: 0;}
.archive-eye-wrap::before,.archive-eye-wrap::after,.archive-eye-col {width: 24%;margin-bottom: 2rem;}
.archive-eye-col {background: var(--color-bg-gry);cursor: pointer;}
.archive-eye-col a {color: var(--color-def);text-decoration: none;}
.archive-eye-col img {display: block;width: 100%;height: 300px;object-fit: cover;font-family: 'object-fit: cover;';}
.archive-eye-col-txtarea {padding: 1.5rem;}
.archive-eye-col-txtarea .ymd {font-size: 90%;}
.archive-eye-col-txtarea .ttl {font-weight: var(--font-bld);margin-bottom: .5rem;}
.archive-eye-col-txtarea ul.post-categories {list-style: none;padding-left: 0;font-size: 90%;}
.archive-eye-col-txtarea ul.post-categories li {display: inline-block;border: 1px solid var(--border-color);margin-bottom: .3rem;padding: .1rem .5rem;}
.archive-eye-col-txtarea ul.post-categories li a {display: block;width: 100%;height: 100%;text-decoration: none;color: var(--color-def);}
@media (max-width: 1024px) {
  .archive-eye-wrap::before,.archive-eye-wrap::after,.archive-eye-col {width: 48%;}
}
@media (max-width: 500px) {
  .archive-eye-wrap {flex-direction: column;}
  .archive-eye-wrap::before,.archive-eye-wrap::after,.archive-eye-col {width: 100%;}
  .archive-eye-col img {height: 250px;}
}
/*=================================================================================================
  Search
=================================================================================================*/
/*
Search-form
-------------------------------------------------------------------------------------------------*/
.widget_search label {display: none;}
input.wp-block-search__input,.wp-block-search__button {height: 40px;}
.wp-block-search__button {background: var(--color-theme);padding: 0 .5rem;transition: .3s;}
.wp-block-search__button i {position: relative;top: 40%;left: 50%;transform: translate(-40%,-50%);color: #fff;}
.wp-block-search__button:hover {opacity: 0.7;}
/*
Search-cnt-wrap
-------------------------------------------------------------------------------------------------*/
ul.search-cnt-wrap {position: relative;display: flex;flex-flow: row wrap;border-bottom: 1px solid var(--border-color);padding: 2rem 0;transition: .3s;}
ul.search-cnt-wrap:first-of-type {border-top: 1px solid var(--border-color);}
ul.search-cnt-wrap::after {position: absolute;top: 50%;transform: translateY(-50%);right: 0;font-family: "Material Icons";content: "\e089";font-size: 120%;}
ul.search-cnt-wrap li {display: block;margin: 0 .5rem;padding-right: 1.5rem;}
ul.search-cnt-wrap li:first-child {font-size: 110%;font-weight: var(--font-bld);}
ul.search-cnt-wrap .link {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
ul.search-cnt-wrap:hover {background: var(--color-bg-gry);}
/*=================================================================================================
  404
=================================================================================================*/
/*
404-ttl-area
-------------------------------------------------------------------------------------------------*/
.notfound-ttl-area {background: #e0e0e0;padding: 2rem;margin-bottom: 5rem;}
.notfound-area {margin-top: 2rem;padding-top: 2rem;border-top: 1px solid #ccc;}
a.notfound-btn {display: block;box-sizing: border-box;text-decoration: none;text-align: center;color: var(--color-def);border: 1px solid #666;max-width: 250px;margin: 2rem auto 0;padding: 1rem;transition: .3s;}
a.notfound-btn:hover {background: #fff;}
/*=================================================================================================
  Footer
=================================================================================================*/
/* Footer-col2 */
.footer-area-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footer-area-col{width: 48%;}
.footer-area-col a img{width: 25%;}
@media (max-width: 834px) {
  .footer-area-wrap {flex-direction: column;align-items: stretch;}
  .footer-area-col{width: 100%;}  
}
@media (max-width: 480px) {
.footer-area-col a img{width: 30%;}
}

/* 
Footer-adds-area
-------------------------------------------------------------------------------------------------*/
.footer-adds-area {margin-bottom: 1rem;color: #fff;}
.footer-adds-area p {font-size: calc(14 / 16 * 1rem);color: #fff;}
/* 
Footer-nav-area-wrap
-------------------------------------------------------------------------------------------------*/
.footer-nav-area {margin-bottom: 1rem;font-size: calc(14 / 16 * 1rem);}
.footer-nav-area .footer_menu a {color: #fff;text-decoration: none;}
.footer-nav-area .footer_menu a:hover {opacity: .8;}
.footer-nav-area .footer_menu ul {margin: 0;padding: 0;list-style:none;text-align: right;}
.footer-nav-area .footer_menu ul li {display: inline-block;margin: 0;margin-bottom: 1rem;padding: 0 .7rem 0 .4rem;border-right: 1px solid #ccc;}
.footer-nav-area .footer_menu ul li:first-child {padding: 0 .7rem 0 0;}
.footer-nav-area .footer_menu ul li:last-child {border-right: none;}
@media (max-width: 834px) {
  .footer-nav-area .footer_menu ul {text-align: left;}
}
@media (max-width: 500px) {
  .footer-nav-area .footer_menu ul {column-count: 2;}
  .footer-nav-area .footer_menu ul li {display: block;margin-bottom: .5rem;padding: 0;border-right: none;}
  .footer-nav-area .footer_menu ul li:first-child {padding: 0;}
}
@media (max-width: 430px) {
  .footer-nav-area .footer_menu ul {column-count: 1;}
}
/* 
Footer-social-area
-------------------------------------------------------------------------------------------------*/
.footer-social-area {text-align: right;}
.footer-social-area ul.social {padding: 0;}
.footer-social-area ul.social li {display:inline-block;margin-right:.5rem;}
.footer-social-area ul.social li:last-child {margin-right:0;}
.footer-social-area ul.social li span {display:none;}
.footer-social-area ul.social li a {color: var(--color-def);text-decoration: none;}
.footer-social-area ul.social li a[href*="/feed/"]:before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f09e";}
.footer-social-area ul.social li a[href*="x.com"]:before {font-family: "Font Awesome 5 Brands";font-weight: 900;content: "\e61b";} 
.footer-social-area ul.social li a[href*="facebook.com"]:before {font-family: "Font Awesome 5 Brands";font-weight: 900;content: "\f082";}
.footer-social-area ul.social li a[href*="instagram.com"]:before {font-family: "Font Awesome 5 Brands";font-weight: 900;content: "\f16d";}
@media (max-width: 960px) {
  .footer-social-area ul.social {margin: 0;padding: 0;position: static;bottom: 0;}
}
/* 
Fix-under-menu
-------------------------------------------------------------------------------------------------*/
ul.fix-under-menu {display:none;list-style:none;}
@media (max-width: 500px) {
  ul.fix-under-menu {margin:0 auto;padding: 0;line-height: 50px;width:100%;overflow:hidden;display:table;table-layout:fixed;text-align:center;font-size: calc (var(--font-size-sp) / 16 * 1rem );position:fixed;bottom:0;left:0;background:var(--color-theme-hover);z-index:100;}
  ul.fix-under-menu li {margin:0;padding:0;display:table-cell;vertical-align:middle;list-style-type:none;border-right:1px solid rgba(255,255,255,.2);}
  ul.fix-under-menu li:first-child {background: #af9322;}
  ul.fix-under-menu li:last-child {border-right:none;}
  ul.fix-under-menu li a {border:none;display:block;color:#fff;text-decoration:none;}
  ul.fix-under-menu li a::before {font-family: "Material Icons";content: "\e0b0";margin-right: .2rem;position: relative;top: 2px;}
  ul.fix-under-menu li:nth-child(2) a::before {content: "\e158";}
}
/* 
Copyright
-------------------------------------------------------------------------------------------------*/
.copyright {font-size: calc(12 / 16 * 1rem);text-align: right;color:#fff;}
/*=================================================================================================
  Top-content
=================================================================================================*/
/* 
Header
-------------------------------------------------------------------------------------------------*/
/********** header **********/
.header {position: fixed;transition: color 0.4s ease-out;width: 100%;z-index: 90;}
.header a {color: vare(--colo-def);text-decoration: none;transition: .3s;}
.header ul li {margin:0;}
/* header change-color 
.header.change-color {background-color: #fff;transition: 0.3s;}
.header.change-color a {color: var(--color-def);}
*/
/********** header-inner **********/
.header-inner {position: relative;display: flex;justify-content: space-between;align-items: center;width:100%;height:80px;}
.header-item:first-child {margin-left: var(--both-ends);}
.header-item:nth-child(2) {margin-right: var(--both-ends);}
/*
.header-item:last-child {margin-right: var(--both-ends);}


/* header-logo */
.header-logo {font-size: calc(16 /16 * 1rem);width: 150px;height: auto;margin: 0;position: absolute;z-index: 89;}
.header-logo.headerLogoScroll.-before {display: none;}
.header-logo.-after {display: none;}
.header-logo.headerLogoScroll.-after {display: block;}
/* header-submenu */
.header-submenu {position: absolute;top:0;right: var(--both-ends);padding: 0;margin-bottom:1rem;}
.header-submenu li {display: inline;font-size: calc(14 /16 * 1rem);font-weight: var(--font-bld);}
.header-submenu li:not(:first-child) {margin-left: 1rem;}
.header-submenu li a:hover {opacity: 0.7;}
@media (max-width: 1920px) {
  .header-item:first-child {margin-left: var(--both-ends-sp);}
  .header-item:last-child {margin-right: var(--both-ends-sp);}
  .header-submenu {right: var(--both-ends-sp);}
}
@media (max-width: 1280px) {
  .header-inner {flex-wrap: wrap;height:70px;}
  .header-item:first-child {margin: 0.5rem 0 0 2rem;}
  .header-item:nth-child(2){width: 100%;margin-right: var(--both-ends-sp);}
  .header-logo {margin-top: 7px;}
  /* 
  .header-submenu {display:none;}
   .header-item:last-child{display: none;}
  /* header change-color */
  .header.change-color .header-logo {margin-top: 18px;}/* .header-logo + .menu-container */
}
/********** global-nav **********/
:root {
--li-width: calc(100% / 5);
--li-height: 50px;
--mega-w: 900px;
}
.menu-container {margin-top: 0;font-weight: var(--font-bld);z-index: 88;}
.global-nav ul {position: relative;display: flex;justify-content: center;align-items: center;list-style: none;margin: 0;padding: 0;width: var(--mega-w);}
/** 2階層目 **/
.global-nav ul li {width: var(--li-width);margin: 0;}
.global-nav ul li a {display: block;text-align: center;height: var(--li-height);line-height: var(--li-height);position: relative;cursor: pointer;    font-size: calc(17 /16 * 1rem);color: var(--color-def);}
.global-nav ul li a:hover{color: var(--color-theme-hover);}
.global-nav ul li a::after{position: absolute;bottom: .3em;left: 0;content: '';width: 100%;height: 1px;background-color: #fff;opacity: 0;transition: .3s;}
.global-nav ul li a:hover::after{bottom: 0;opacity: 1;}
/** 3階層目 **/
.global-nav ul ul.sub-menu {display: flex;flex-wrap: wrap;justify-content: flex-start;margin: 0;padding: 0;}
.global-nav ul li ul li {width: calc(100% / 3);}
.global-nav ul li ul li a:hover {background: #fff;}
.global-nav ul li ul li a:hover::after{opacity: 0;}

.global-nav ul li ul li a {padding-left: 1rem;}

/* normal-menu 親にクラスをふる */
.global-nav ul li.normal-menu ul.sub-menu {left: auto;width: var(--li-width);}
.global-nav ul li.normal-menu ul li {width: 100%;}
/* mega-menu 親にクラスをふる　子要素をタイトルとして表示　孫要素*/
.global-nav ul li.mega-menu > ul.sub-menu {position: absolute;left: 50%;transform: translateX(-50%);flex-wrap: wrap;justify-content: space-between;align-items: stretch;width: 100vw;margin-left: calc(-50vw + (var(--mega-w) / 2) + var(--both-ends));padding: 2rem;}
.global-nav ul li.mega-menu ul li.menu-item-has-children {width: 48%;}
.global-nav ul li.mega-menu ul li.menu-item-has-children a {border-bottom: 1px solid red;}
.global-nav ul li.mega-menu ul li.menu-item-has-children ul {width: 100%;}
.global-nav ul li.mega-menu ul li.menu-item-has-children ul li {width: 100%;padding: 0;}
.global-nav ul li.mega-menu ul li.menu-item-has-children ul li a {border-bottom: 1px solid #999;}
/* mega-menu　最初の子要素が左側にタイトルとして表示　残りを2カラムで表示する
.global-nav ul li.mega-menu > ul.sub-menu {position: absolute;left: 50%;transform: translateX(-50%);display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;width: 100vw;margin-left: calc(-50vw + (var(--mega-w) / 2) + var(--both-ends));padding: 2rem;}
.global-nav ul li.mega-menu ul.sub-menu li {width: 32%;}
.global-nav ul li.mega-menu ul.sub-menu li:first-child {font-size: 120%;}
.global-nav ul li.mega-menu ul.sub-menu li:first-child ~ li {border-bottom: 1px solid #999;}
.global-nav ul li.mega-menu ul.sub-menu li:nth-child(2n) {margin-left: 34%;}
.global-nav ul li.mega-menu ul.sub-menu li:nth-child(2) {margin-left: 0;}
.global-nav ul li.mega-menu ul.sub-menu li a {text-align: left;}
 */
@media (min-width: 1281px) {
  /* 下の階層を持っているulの指定 */
  .global-nav > ul > li > ul {position: absolute;visibility: hidden;width: 100%;background: var(--color-theme);opacity: 0;top: 65px;left: 0;transition: all .3s;z-index: 89;}
  .global-nav > ul > li > ul > li a {color: #fff;}

  /* hoverしたら表示 */
  .global-nav li.menu-item-has-children:hover > ul,
  .global-nav li.menu-item-has-children ul li:hover > ul,
  .global-nav li.menu-item-has-children:active > ul,
  .global-nav li.menu-item-has-children ul li:active > ul{visibility: visible;opacity: 1;}
  .global-sp-btn{display: none;}
}
@media (max-width: 1920px) {
  .global-nav > ul > li.mega-menu > ul.sub-menu {margin-left: calc(-50vw + 450px + var(--both-ends-sp));}
}
/********** sp-menu **********/
/** menu-icon toggle **/
#menu-icon {position:fixed;right:0;margin-right:5%;top: 1.2rem;cursor: pointer;z-index: 89;}
#menu-icon span {border:1px solid var(--color-theme);width:30px;margin-bottom:5px;display:block;-webkit-transition:all .5s;transition:all .5s;}
#menu-icon span.second {width:15px;}
#menu-icon span.third {width:23px;}
#menu-icon:after {content: "MENU";display: block;line-height: 1.0;color: var(--color-theme);font-size: calc(12 /16 * 1rem);}
/* active */
#menu-icon.active span.first {transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-top: 10px;}
#menu-icon.active span.second {transform: rotate(135deg);-webkit-transform: rotate(135deg);width:30px;position: relative;top: -7px;}
#menu-icon.active span.third {display: none;}
#menu-icon.active:after {content: "CLOSE";display: block;line-height: 1.0;font-size: calc(11 /16 * 1rem);margin-left: -.25rem;}
/* header change-color */
.header.change-color #menu-icon span {border:1px solid #000;}
.header.change-color #menu-icon:after,.header.change-color #menu-icon.active:after {color: #000;}
@media (min-width: 1281px) {
  #menu-icon {display: none;}
}
@media (max-width: 1280px) {
  .header a {color: #fff;}
  .header-item:last-child {margin-right: 0;}
  .menu-container {background: #fff;margin-top: 0;position: absolute;top: 0;width: 100%;}
  /* global-nav */
  .global-nav {display: none;width: 100%;height: 100vh;overflow-y: scroll;}
  .global-nav ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;width: 100%;padding: 5rem 2rem;}
  .global-nav ul::after,.global-nav > ul > li {width: 100%;}
  .global-nav ul li a {text-align:left;height: 50px;line-height: 50px;border-bottom: 1px solid #999;}
  .global-nav ul li ul li {width: 100%;}
  .global-nav ul li.normal-menu ul.sub-menu {width: 100%;}	
  .global-nav ul li.mega-menu > ul.sub-menu {position: static;left: 0;transform: translateX(0);width: 100%;margin-left: 0;padding: 0;	display: block;line-height: 0;}
  .global-nav ul li.mega-menu ul li.menu-item-has-children {width: 100%;}
  .global-nav ul li.mega-menu ul li.menu-item-has-children a {border-bottom: 1px solid #999;}	
  /* 1180pxから1カラムのアコーディオンにする場合は下記を消す ここから*/
  .global-nav ul::after {content: "";display: block;height: 0;}
  .global-nav ul::after,.global-nav > ul > li {width: 32%;}
  .global-nav > ul > li {margin-bottom: 3rem;}
  .global-nav ul li ul li {padding-left: 1rem;}
  .global-nav .menu-item-has-children > a::before {position: absolute;content: "\e5e1";font-family: "Material Icons";top: .3rem; right: 1rem;color: #000;transform: rotate(90deg);-webkit-transform: rotate(90deg);}
  /* 最初の子要素が左側にタイトルとして表示　残りを2カラムで表示する
  .global-nav ul li.mega-menu ul.sub-menu li:first-child {font-size: calc( var(--font-size-sp) / 16 * 1rem );}
  .global-nav ul li.mega-menu ul.sub-menu li:first-child ~ li {border-bottom: none;}
  .global-nav ul li.mega-menu ul.sub-menu li:nth-child(2n) {margin-left: 0;} */
}
@media (max-width: 640px) {
  .global-nav ul::after,.global-nav > ul > li {width: 100%;}
  .global-nav > ul > li {margin-bottom: 0;}
  .global-nav ul li ul li {padding-left: 0;}/* ここまで*/
  .global-nav {height: calc(100vh - 50px);}
  .global-nav .menu-item-has-children .sub-menu {display: none;}
	.global-nav ul li.mega-menu ul.sub-menu {display: none;}
	/* menu-item-has-children open-btn */
  .global-nav .menu-item-has-children > a::after,
  .global-nav .menu-item-has-children > a::before {display: block;content: "";position: absolute;top: 1.5rem; right: 1rem;margin: auto;width: 10px;height: 1px;background: #000;transition: .3s;}
  .global-nav .menu-item-has-children > a::before {transform: rotate(0deg);-webkit-transform: rotate(0deg);}
  .global-nav .menu-item-has-children > a::after {transform: rotate(90deg);-webkit-transform: rotate(90deg);bottom: auto;left: auto;opacity: 1;}
  .global-nav .menu-item-has-children > a.open::before{transform: rotate(0deg);-webkit-transform: rotate(0deg);}
  .global-nav .menu-item-has-children > a.open::after{background: transparent;}
  .global-nav .menu-item-has-children > a:hover::after{bottom: auto;}
  /* 2階層目のhoverリセット */
  .global-nav .menu-item-has-children > a::after {bottom: auto;left: auto;opacity: 1;}
  .global-nav .menu-item-has-children > a:hover::after{bottom: auto;}
}
/* 
Main-slider
-------------------------------------------------------------------------------------------------*/
.main-img {position: relative;width: 100%;height: calc(100vh - 80px);overflow: hidden;cursor: default;margin-top: 70px;}
.slide-image {position: relative;z-index: 0;}
.slide-image::before {content: '';position: absolute;width: 100%;height: 100%;background: inherit;filter: brightness(70%);z-index: -1;/* 最背面へ */}
.slide-image {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;animation: crossfade 24s linear infinite;}
.slide-image:nth-child(1) {background-image: url(img/slider/main01.jpg);}
.slide-image:nth-child(2) {background-image: url(img/slider/main02.jpg);animation-delay: 8s;}
.slide-image:nth-child(3) {background-image: url(img/slider/main03.jpg);animation-delay: 16s;}
.main-slide-ttl {position: absolute;color: #fff;font-size: 3vw;line-height: 1.5;font-weight: var(--font-bld);text-shadow: 1px 1px 1px #666;top: 50%;transform: translateY(-50%);left: 3%;}
.main-slide-logo {position: absolute;top: 100px;left: 0;height: calc(100vh - 200px);}
.main-slide-logo img {display: block;width: auto;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
/* 48s@6枚*8秒*/
@keyframes crossfade {
0% {opacity: 0;transform: scale(1);}
16.66666% {opacity: 1;}/* 4秒目から、4秒目かけてフェードイン。4*100/24=16.66666% */
33.33333% {opacity: 1;}/* 8秒。8*100/24=33.33333% */
49.99999% {opacity: 0;transform: scale(1.1);}/* 16.66666%（2個目の％）+33.33333%（3個目の％）=37.5% */
100% {opacity: 0;}
}
@media (max-width: 1180px) {
  .main-slide-ttl {font-size: 4vw;}
  .main-slide-logo {position: absolute;top: 50px;left: 0;height: calc(100vh - 200px);}
}
@media (max-width: 900px) {
  .main-img {height: calc(100vh - 130px);}
  .main-slide-logo {height: calc(100vh - 300px);}
}
@media (max-width: 850px) {
  .main-slide-ttl {font-size: 6vw;}
}
@media (max-width: 690px) {
  .main-img {height: calc(100vh - 150px);}
}
@media (max-width: 500px) {
  .main-img {height: calc(100vh - 250px);}
}
@media (max-width: 430px) {
  .main-slide-ttl {font-size: 9vw;}
}
@media (max-width: 320px) {
  .main-slide-ttl {font-size: 7vw;}
}
/* 
Top-eye-news-wrap
-------------------------------------------------------------------------------------------------*/
/********* eye-news-wrap *********/
.eye-news-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.eye-news-col {width: 100%;border-bottom: 1px dotted #333;margin-bottom: 1rem;}
.eye-news-col a {color: var(--color-def);text-decoration: none;}
.eye-news-col .ymd {font-size: 90%;width: 25%;margin-bottom: 0.5rem;}
.eye-news-col .ttl {font-weight: var(--font-bld);margin-bottom: 0.5rem;width: 70%;}
.eye-news-col .cat a {display: inline-block;font-size: 80%;margin-bottom: .5rem;padding: .1rem .5rem;}
.eye-news-col .cat a:first-child {display: none;}

@media (max-width: 1940px) {
  .eye-news-wrap{flex-direction: column;}
  .eye-news-col .ymd , .eye-news-col .ttl {width: 100%;}
}
/********* news-wrap *********/
.news-col-wrap-sub {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}


/********* front-page　サンプル用消すこと！ *********/
.wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;}
.wrap::before {content: "";display: block;height: 0;order: 1;}
.wrap::after {content: "";display: block;height: 0;}
.wrap::before,.wrap::after,.col {width: 23%;margin-bottom: 3rem;}
/* 
Contact form
-------------------------------------------------------------------------------------------------*/
.mw-table input,.mw-table textarea {font-size: calc(14 / 16 *1rem);}
.mwb button, input[type="button"], .mwb input[type="reset"], .mwb input[type="submit"] {background-color:#003d96!important;}
.mwb button:hover, input[type="button"]:hover, .mwb input[type="reset"]:hover, .mwb input[type="submit"]:hover {opacity:0.6!important;}
.mw-table textarea {width:70%;}
.mwform-radio-field-text {font-size: calc(16 / 16 *1rem);font-weight: var(--font-bld);}
.mw-table th {vertical-align: top;width: 290px;}
.mw-table input {padding: 0.5rem;}
@media (max-width: 840px) {
  .mw-table input,.mw-table textarea {font-size: 14px;}
  .mw-table input.mwtel {width: 70px;}/* html設定時に電話番号のところに任意で4クラスを下記のように追加『class="mwtel"』 */
  .mw-table input[type="text"],
  .mw-table input[type="email"],
  .mw-table input[type="tel"],
  .mw-table textarea {padding: 0.5rem;border: 1px solid #ccc!important;}
  .mw-table {border: 1px solid #ccc;width: 100%;max-width: 100%;}
  .mw-table tr {display: block;margin-bottom: 0;}
  .mw-table tr {border-bottom:1px solid #ccc;}
  .mw-table tr:last-child {border: none;}
  .mw-table th, .mw-table td {display: list-item;list-style-type: none;border: none;}
  .mw-table th {width: auto;vertical-align: middle!important;}
  .mw-table td {border:none!important;}
  table.mw-table tr:nth-child(5) input[type=text] {width:calc(100% - 30px);} 
  table.mw-table tr:nth-child(6) input[type=text] {width:calc(100% - 30px);} 
  table.mw-table tr:nth-child(7) input[type=email] {width:calc(100% - 30px);} 
  table.mw-table tr:nth-child(8) input[type=textarea] {width:calc(100% - 30px);} 
  .mw-table textarea {width:calc(100% - 30px); height: calc(1.75em * 5); }

}
.mwb button,input[type="button"],.mwb input[type="reset"],.mwb input[type="submit"] {position: relative;display: block;width: 225px;height: 48px;margin: 30px auto 0;background-color: #333333;cursor: pointer;border: none !important;color: #fff;text-align: center;text-decoration: none;font-size: calc(16 / 16 *1rem);line-height: 1.5;outline: none;-webkit-transition: all .3s;transition: all .3s;letter-spacing:0.1rem;}
.mwb button:hover,.mwb input[type="button"]:hover,.mwb input[type="reset"]:hover,.mwb input[type="submit"]:hover {background-color: #666;}
.mwb button:active, .mwb button:focus,.mwb input[type="button"]:active,.mwb input[type="button"]:focus,.mwb input[type="reset"]:active,.mwb input[type="reset"]:focus,.mwb input[type="submit"]:active,.mwb input[type="submit"]:focus {border-color: #aaa #bbb #bbb;}
/* 必須テキスト */
.required-srt {margin-left: .5rem;padding: 2px 6px 2px 5px;background: #CC0000;font-size: calc(12 / 16 *1rem);color: #fff;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
/* mw-inq-box */
.mw-inq-box {padding: 0.5em 1em;margin: 2em 0;border: solid 2px #ddd;}
.mw-inq-box p {margin: 0;padding: 2rem;}
.mw-inq-box .consent{font-weight:900!important;color:#CC0000;}
@media (max-width: 690px) {
  .mw-inq-box {height: 100px;overflow-y: scroll;}
  .mw-inq-box p {margin: 0;padding: 1rem;}
  .mwform-radio-field-text {font-size: calc(15 / 16 *1rem);font-weight: var(--font-bld);}
}
/*=================================================================================================
  Media
=================================================================================================*/
/* グローバル分岐 */
@media (max-width: 1180px) {
}
/* TB */
@media (max-width: 834px) {
}
/* SP */
@media (max-width: 480px) {
}
@media (max-width: 430px) {
}
@media (max-width: 320px) {
}

/********** 移管の場合、最後に外部リンクボタンのドメイン設定を変更する **********/
/*=================================================================================================
  Top
=================================================================================================*/
/**　arewa01　****/
.top-area01-wrap {display: flex; flex-direction: column;margin-top: 2rem;}
.top-area01-row {display: flex;width: 100%;}
.top-area01-row-01 {justify-content: space-between;}
.top-area01-col1 {flex: 0 0 65%;margin: 2rem 0 0;}
.top-area01-col2 {flex: 0 0 30%;margin: 2rem 0 0;}
.top-area01-row-02 {justify-content: center;}
.top-area01-col3 {flex: 1; /* 幅を 100% に設定 */margin: 1rem 0 2rem;}
.top-area01-col3 img{margin-bottom:2rem;}
@media (max-width: 1024px) {
 .top-area01-col3 img {width:200px;}
}
@media (max-width: 560px) {
  .top-area01-row {display: flex;flex-direction: column;}
  .top-area01-col1 {flex: 0 0 100%;margin: 2rem 0 0;}
  .top-area01-col2 {flex: 0 0 100%;margin-bottom: 1rem;}
  .top-area01-col2 img{height: 300px;}
  .top-area01-col2 img{display: block;width: 100%;height: 250px;object-fit: cover;font-family: 'object-fit: cover;'; object-position: 50% 30%;}

 .top-area01-col3 img {width:150px;}
}
/**　arewa02　****/
.top-area02-bnr-bg {background: var(--color-bg-bei);padding: 3rem 0;margin: 0rem;}
/**　
.top-area02-bnr-inner {box-sizing:border-box;padding:0 var(--both-ends);width:100%;}
.top-area02-bnr-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;}
.top-area02-bnr-col {width: 25%;}
.top-area02-bnr-col {position: relative;background: #000;}
.top-area02-bnr-col img {display: block;opacity: 0.5;transition: .3s;width: 100%;height: 700px;object-fit: cover;font-family: 'object-fit: cover;';}
.top-area02-bnr-txtarea {position: absolute;top: 50%;transform: translateY(-50%);left: 1rem;color: #fff;}
.top-area02-bnr-ttl {margin: 0;}
.top-area02-bnr-ttl {font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;color:#CC9900;}
.top-area02-bnr-col:hover img {opacity: 0.7;}
.top-area02-bnr-wrap .link-area {position: relative;transition: 0.3s;}
.top-area02-bnr-wrap .link-area .link {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;}
.top-area02-bnr-wrap .link-area:hover {opacity: 1;cursor: pointer;color:#fff;}
.top-area02-bnr-txtarea:hover{color:#fff;}
.top-area02-bnr-wrap .link-area:hover .top-area02-bnr-ttl{color:#fff;}
@media (max-width: 1920px) {
 .top-area02-bnr-inner {padding:0;width:100%;}
}
@media (max-width: 1500px) {
 .top-area02-bnr-wrap::after,.top-area02-bnr-col {width: 50%;}
 .top-area02-bnr-col img {height: 500px;}
}
@media (max-width: 960px) {
 .top-area02-bnr-col img {height: 350px;}
}
@media (max-width: 590px) {
  .top-area02-bnr-wrap {flex-direction: column;}
  .top-area02-bnr-wrap::after,.top-area02-bnr-col {width: 100%;}
  .top-area02-bnr-col img {display: block;width: 100%;height: 250px;object-fit: cover;font-family: 'object-fit: cover;';}
  .top-area02-bnr-ttl {font-size:2.5rem;}
}
@media (max-width: 430px) {
 .top-area02-bnr-col img {height: 200px;}
 .top-area02-bnr-ttl {font-size:2rem;}
}
*/

/***** area02　btn *****/
.con-menu {padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;}
.con-menu li {width: 24%;height: 100px;overflow: hidden;display: block; background: #fff;box-shadow: 1px 1px 2px rgba(0,0,0,0.2);margin-bottom: 4px;
  border: 10px double #af9322; transition: all 300ms ease-in-out;}
.con-menu li a {display: flex;align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; color: var(--color-theme);
  text-decoration: none;position: relative; padding: 0 10px;box-sizing: border-box;}
.con-menu-icon {text-shadow: 0px 0px 1px #333;display: flex;align-items: center;justify-content: center;   transition: transform 0.3s ease, opacity 0.3s ease;}
.con-menu-icon img {width: 40px;height: auto;transition: width 0.3s ease;}
.con-menu-content {display: flex; flex-direction: column;justify-content: center; height: 100%; text-align: left; position: static;margin-top: 10px;
   transition: opacity 0.3s ease; }
.con-menu li:hover {border: 10px double #519CBA;}
.con-menu li:hover .con-menu-icon {opacity: 0.2;transform: rotate(20deg);}
.con-menu li:hover .con-menu-icon img {width: 100px;}
.con-menu li:hover .con-menu-main {opacity: 0.8;}
@media screen and (max-width: 1560px){
h5.con-menu-content {font-size: 80%;}
}
@media screen and (max-width: 1360px){
.con-menu li{width: 48.5%;margin-bottom:2rem;}
.con-menu li:hover .con-menu-icon img {width: 80px;}
}
@media screen and (max-width: 1024px){
.con-menu li{height: 80px;}
.con-menu-icon{text-shadow: 0px 0px 1px #333; line-height: 80px;position: absolute;width: 80px; left: 20px;top:15px;}
.con-menu-icon img{width: 35px;}
.con-menu-content{position: absolute;left: 90px; width: 370px; height: 60px; }
}
@media screen and (max-width: 560px){
.con-menu {flex-direction: column;}
.con-menu li {width: 100%;}
.con-menu-icon{top:10px;}
.con-menu-icon img{width: 40px;}
.con-menu-content{left: 100px;}
}

/** area03 ****/
.top-area03-bg {background: #f2f2f2;padding: 2rem 0 5rem;}
.top-area03-pst-bg {position: relative;margin: 0;padding:2rem 0 5rem;overflow: hidden;}
.top-area03-pst-bg ::before {content: "";  position: absolute; top: 0; left: 0;width: 100%;height: 100%;background-image: url('img/top/top-pst-bg.jpg');
background-size: cover;background-repeat: no-repeat;background-position: center; filter: blur(2px); z-index: -1; opacity: 0.5;}
/***** news *****/
.top-nws dl  {margin: 0;margin-top: 0.1rem;padding: .5rem 0;border-bottom: 1px solid #ddd;color:var(--color-def);width: 100%;}
.top-nws dt {float: left;width: 250px;font-size: 90%;}
.top-nws dd {margin: 0;margin-left: 260px;}
.top-nws a dd {text-decoration:none;}
@media screen and (max-width: 1024px) {
.top-nws dt {float: left;width: 170px;font-size: 90%;}
.top-nws dd {margin: 0;margin-left: 175px;}
}
@media screen and (max-width: 580px) {
.top-nws dt {clear: left;width: 100%;padding-bottom: 0.5rem;}
.top-nws dd {margin-left: 0;}
}

/***** top-area03-slide-wrap *****/
.top-area03-slide-wrap {overflow: hidden;display: flex;width: 100%;align-items: center;margin-bottom: 100px;}
ul.content-slider {list-style: none outside none;padding-left: 0;margin: 0;height:100%!important;}
.top-area03-slide-content  {width: 100%;}
.top-area03-slide-content img {display: block;width: 100%;height: 350px;object-fit: cover;font-family:'object-fit:cover;';}
.top-area03-slide-txt {width: 100%;height: 150px;position: relative;background:var(--color-bg-gry);font-size: 90%;;margin-bottom: 1rem;padding: 1rem 1rem;display: inline-block;}
.top-area03-slide-txt .day {display: inline-block;padding: 0 rem .1rem;font-size:90%;margin-bottom:0.5rem;}
.top-area03-slide-txt .title {line-height: 1.6;}
.slide-paused:hover .slideshow {-webkit-animation-play-state: paused;animation-play-state: paused;}
.content-hover {transition: all 0.2s;margin-right: 20px;}
.content-hover:hover {/*transform: translateY(-20px);border-radius: 0 10%;*/box-shadow: 0 22px 20px -20px rgba(0, 0, 0, 0.3);opacity: 0.8;cursor: pointer;}
@media screen and (max-width: 1680px) {
.top-area03-slide-content img {height: 300px;}
.top-area03-slide-txt {height: 120px;padding: 0.51rem;}
}
@media screen and (max-width: 620px){
.top-area03-slide-content img {height: 250px;}
}
@media screen and (max-width: 480px){
.top-area03-slide-content img {height: 200px;}
}
@media screen and (max-width: 428px){
.top-area03-slide-txt {height: 100px;}
}
/* スライダーarrow　
.lSAction > a {background-image: url(img/top/controls.png);z-index: 80;}
.lSSlideOuter .lSPager.lSpg {position: relative;z-index: 80;}
/* 
/***** 250523 top-area03 *****/
ul.area03-pst-lit {list-style: none;display: grid;grid-template-columns: repeat(4, 1fr); /* 4列 */ gap: 1.5rem;margin: 0;padding: 0;}
@media screen and (max-width: 1680px) {
    ul.area03-pst-lit {grid-template-columns: repeat(4, 2fr); }
}
@media screen and (max-width: 1024px) {
    ul.area03-pst-lit {grid-template-columns: repeat(3, 2fr);}
}
@media screen and (max-width: 860px) {
    ul.area03-pst-lit {grid-template-columns: repeat(2, 4fr);}
}
@media screen and (max-width: 428px) {
    ul.area03-pst-lit {grid-template-columns: repeat(1, 8fr);}
}

/*=================================================================================================
  Sub-content
=================================================================================================*/
/***** common*****/
.sub-h3 {position: relative;padding: 1rem 2rem;border: 2px solid var(--color-theme-hover);}
.sub-h3:before {position: absolute;top: 4px;left: 4px;width: calc(100% - 8px);height: calc(100% - 8px); content: '';border: 1px solid var(--color-theme-hover);}

.sub-h5 {padding: 1rem 0 .2rem;margin: 1rem 0;background: linear-gradient(90deg, var(--color-theme-hover) 0% 100%);background-repeat: no-repeat;  background-size: 40px 2px;background-position: left bottom;}
@media screen and (max-width: 834px){
.order1 {order: 1;}
.order2 {order: 2;}
}
.wp-block-list{margin-bottom: 0.5rem;}
/***** kendo*****/
/***** 写真ボタン
.knd-col3-wrap {display: flex;justify-content: space-between;flex-wrap: wrap;gap: 1rem;padding: 0.7rem;margin-bottom: 3rem;}
.knd-col3 {position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;flex-basis: 31%!important;height: 450px;word-wrap: break-word;box-sizing: border-box;background-size: cover;background-repeat: no-repeat;background-position: center;cursor: pointer; z-index: 0;transition: .5s;box-shadow: 0 5px 10px #ccc;}
.knd-col3 {text-decoration: none;}
.card-title {color: white;font-size: 2rem;font-weight: bold;text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}
.card-link {position: absolute;bottom: 2rem;padding: 0.5rem 3rem;color: var(--color-theme);background-color: #fff;text-decoration: none;border: 2px solid #fff; border-radius: 100px;}
.card-link a {color: var(--color-theme)!important;}
.card-link:after {font-family: "FontAwesome";content: "\f105";  position: absolute;right: 30px;transition: all 0.2s;}
.knd-col3:hover .card-link {background-color: rgba(204, 153, 0, 0.8);color: #fff;}
.knd-col3:hover::before {position: absolute; inset: 0;background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(14, 48, 104, .7) 0%, rgba(40, 84, 180, .7) 90%); content: ''; z-index: -1;}
@media screen and (max-width: 1024px) {
.knd-col3 {flex-basis: 48%!important;height: 450px;}
}
@media screen and (max-width: 640px) {
.knd-col3 {flex-basis: 100%!important;height: 350px;}
}
*****/
/***** 役員  *****/
/********** wp-rps-table **********/
.wp-block-columns table {margin-top: 0 ;}
.wp-block-columns table td {border: 1px solid #ccc;}
/********** wp-rps-table **********/
figure .wp-block-table { margin: 0!important;}
.wp-block-table table {border-collapse: collapse;border-spacing: 0;width: 100%;border: 1px solid #ccc;margin: 1em 0 2em;}
.wp-block-table table td {border: 1px solid #ccc;padding: 1em;background: #fff;}
.wp-block-table table tr td:first-child {background: #eee;width: 250px;font-weight: bold;vertical-align: top;}
.wp-block-table table.w250 tr td:first-child {background: #eee;width: 30%;font-weight: bold;vertical-align: top;}

@media screen and (max-width: 640px) {
.wp-rps-table table {border: 1px solid #ccc;}
.wp-block-table table tr {display: block;margin-bottom: 0;}
.wp-block-table table tr {border-bottom:1px solid #ccc;}
.wp-block-table table tr:last-child {border: none;}
.wp-block-table table td {display: list-item;list-style-type: none;border: none;}
.wp-block-table table tr td:first-child {width: 100%!important;vertical-align: center!important;}
.wp-block-table {margin: 0;}
}
/***** 剣友会　事業計画  *****/
.day-style table {border: none;}
.day-style table td {border: none;border-bottom: dotted 1px #ddd;}
.day-style table tr td:first-child  {background: #fff;width: 300px;}
@media screen and (max-width: 1180px) {
.day-style table tr td:first-child {width: 200px;}
}
@media screen and (max-width: 640px) {
.day-style .wp-block-table table tr td:first-child  {border-bottom: none;padding-bottom: 0;width: 100%;}
}
/***** 剣友会 *****/
.kny-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;margin-top: 5rem;}
.kny-col {width: 48%;margin-bottom: 3rem;transition: .3s;}
.kny-col-img {position: relative;margin-bottom: 2rem;}
.kny-col-img img {display: block;width: 100%;height: 300px;object-fit: cover;font-family: 'object-fit: cover;';border-radius: 8px;}
.kny-col-ttl {position: absolute;bottom: 0;width: 80%;background: #fff;border-left:5px solid var(--color-theme);padding: 1.5rem 2rem;font-weight: bold;font-size: 120%;border-radius: 0 10px 0 0;}
.kny-col-ttl::after {content: "\f061";font-family: "Font Awesome 5 Free";font-weight: 900;margin-left: 2rem;color: var(--color-theme);}
.kny-col:hover {opacity: 0.8;}
.kyy-col:hover .jst-col-ttl {color: var(--color-theme);}
@media screen and (max-width:1024px){
.kny-col-img img {height: 250px;}
}
@media screen and (max-width:834px){
.kny-wrap {flex-direction: co;}
.kny-col {width: 100%;margin-bottom: 3rem;}
.kny-col-img img {height: 250px;}
}
@media screen and (max-width:500px){
.kny-col-img img {height: 200px;}
  ul.area03-pst-lit li:nth-child(2n) {
        margin-right: 0;
    }
}

/***** 山内・志澤 ブロック*****/
ul.sub-lst{column-count: 2;list-style-type:none;}
ul.sub-lst li {position: relative;padding: 0.5rem 0 0.5rem 2em;margin: 0;border-bottom: dotted 1px #ddd;}
ul.sub-lst li::before {position: absolute;left: 0;font-family: "Font Awesome 5 Free";font-weight: 900;content: '\f1c1';color: var(--color-theme-hover);
}
.has-vivid-red-color{color:#e42f50!important;}
@media screen and (max-width:580px){
ul.sub-lst{column-count: 1;}
}
/***** history *****/
.his-area {position: relative;margin-top: 15rem;margin-bottom: 1rem;}
.his-area01 {margin-left: 5rem;margin-top: 0;}
.his-area-image {position: relative;}
.his-area-image:before {content: '';position: absolute;display: block;width: 160px;height: 160px;border-radius: 5px 5px 0 0 ;}
.his-area-image01:before {background: var(--color-theme);top: -30px;left: -5rem;}
.his-area-image-img {position: relative;display: block;width: 100%;height: auto;z-index: 1;border-radius: 5px 5px 0 0 ;}
.his-area-box {position: relative;margin-top: -7rem;padding: 3rem;width: 50%;background: #fff;border-radius: 5px;z-index: 2;}
.his-area-box01 {margin-left: -5rem;}
.his-area-ttl {margin: 0;letter-spacing: 0.1em;line-height: 1.4;color: var(--color-theme-hover);}
@media screen and (max-width:1124px) {
.his-area-box {padding: 2rem;width: 70%;}
.his-area-ttl {font-size: 2.2rem;}
}
@media screen and (max-width:960px) {
.his-area-box {margin-top: -6rem;padding: 2rem;width: 80%;}
.his-area-ttl {font-size: 1.82rem;}
}
@media screen and (max-width:620px) {
.his-area{margin-top: 7rem;}
.his-area01{margin-left: 3rem;}
.his-area-image:before {content: '';position: absolute;display: block;width: 100px;height: 100px;}
.his-area-image01:before {top: -20px;left: -3rem;}
.his-area-box {margin-top: 0;padding: 1rem;width: 100%;margin-left: 0;}
}
@media screen and (max-width:390px) {
.his-area01{margin-left: 2rem;}
.his-area-image01:before {left: -2rem;}
.his-area-box {padding: 1rem;}
.his-area-ttl {font-size: 1.5rem;}
}
@media screen and (min-width:620px) {
.his-ttl-br{display: none;}
}
.his-area02-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 3rem;}
.his-area02-col2-img {width: 30%;margin-bottom: 1rem;}
.his-area02-col2-txt {width: 65%;margin-bottom: 1rem;}
.his-area02-col2-img img {width: 100%;height: 100%;object-fit: cover;}
.his-area02-col2-txt p {margin: 0;}
@media screen and (max-width: 1280px){
.his-area02-col2-img {width: 40%;margin-bottom: 2rem;}
.his-area02-col2-txt {width: 55%;margin-bottom: 2rem;}	
}
@media screen and (max-width: 834px){
.his-area02-wrap {flex-direction: column;}
.his-area02-col2-img ,.his-area02-col2-txt{width: 100%;margin-bottom: 2rem;}
.his-area02-col2-img {margin-bottom: 0;}
.his-area02-col2-img img{height: 300px;}
}
@media screen and (max-width: 520px){
.his-area02-col2-img img{height: 200px;}
}
.his-area03-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 3rem;}
.his-area03-col2-img {width: 20%;margin-bottom: 2rem;}
.his-area03-col2-img img {width: 100%;height: 100%;object-fit: cover;}
.his-area03-col2-txt {width: 75%;margin-bottom: 2rem;}
.his-area03-col2-txt p {margin: 0;}
@media screen and (max-width: 1280px){
.his-area03-col2-img {width: 30%;margin-bottom: 2rem;}
.his-area03-col2-txt {width: 65%;margin-bottom: 2rem;}	
}
@media screen and (max-width: 840px){
.his-area03-wrap {flex-direction: column;}
.his-area03-col2-img ,.his-area03-col2-txt{width: 100%;margin-bottom: 2rem;}
}
.wp-block-file__button{padding:0.5rem 1rem;}
