@charset "utf-8";
/*
Template: jstorkse
Theme Name: STORK SE Child
Theme URI: https://open-cage.com/stork-se/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/*共通*/

a{
	text-decoration:none;
}
a[href^="tel:"]{
	color:unset;
}

h2{
	font-size: 27px;
}

h3{
	font-size:22px;
}











.stk_header a.nav_btn{
	display:none;
}
.ul__g_nav > .menu-item > a{
	padding-top:0;
	padding-bottom: 1.5em;
}

#header-top{
	background:none;
}

.inner-header{
	max-width:100%;
	padding-right:520px;
}
.site_description{
	max-width:100%;
}
.page #main {
        max-width: 1200px;
    }

.fixhead-active .stk_header{
	background:#fff;
	box-shadow:none;
}

/*ヘッダーボタン*/
.header-button-area{
	position:fixed;
    z-index: 10000;
	right:70px;
    top: 23px;
    display: flex;
    align-items: center;
}
.header-button-area a{
	margin-right:25px;
}



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 15000;
  right : 33px;
  top   : 23px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	background:#000;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	background:#000;
}

nav.globalMenuSp {
	height:100vh;
	display:block;
  position: fixed;
  z-index : -10000;
  top  : 0;
  left : 0;
  color: #000;
  background: none;
  text-align: center;
	pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
  width: 100%;
	margin-top:0;
	background:rgba(255,255,255,.9);
	background-size:cover;
}

nav.globalMenuSp ul {

    margin: 0 auto;
    padding: 0;
    width: 100%;
	padding-top:44px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
	
}


nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
    transition: 0.6s;
    font-size: 14px;
    font-weight: normal;
}

	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	z-index:10000;
	pointer-events: auto;
  opacity: 1;
}



/*ハンバーガー　コンテンツ*/
nav.globalMenuSp{
    display: flex;
    width: 100%;
	justify-content:center;
	align-items:center;
}

nav.globalMenuSp .o-footer-menu{
	max-width: 1000px;
	margin-bottom: 0;
	width: 100%;
	padding: 0 15px;
}

nav.globalMenuSp .o-footer-menu h3{
	text-align: left;
	color:#69a84e;
	    font-weight: bold;
}

nav.globalMenuSp .o-footer-menu ul{
	text-align: left;
	padding-top:0;
	height:fit-content;
	padding-left:23px;
}

nav.globalMenuSp .o-footer-menu ul li{
	border-bottom:none;
	list-style:disc;
	    color: #000;
}

nav.globalMenuSp .o-footer-menu ul li a{
	padding:4px;
}




/*トップページ*/

#o-inner-content{
	max-width:100%;
}

#o-inner-content p{
	margin-bottom:0;
}


.wrap1200{
	max-width:1200px;
	margin:0 auto;
	padding:100px 15px;
}
	

.sec-button1{
	font-size: 17px;
    display: inline-block;
    padding: 12px 60px;
    min-width:200;
    text-align: center;
    color: #69a84e!important;
    border-radius: 10px;
    margin-top: 35px;
    background: #fff;
    height: fit-content;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
	border:1px solid #69a84e;
}


.sec-button1:hover {
  color: #fff!important;
	 background:#7aaf63;

}



.sec-button2{
	font-size: 17px;
    display: inline-block;
    padding: 12px 60px;
    min-width:200px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 35px;
    background: #006837;
    height: fit-content;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
	border:1px solid #006837;
}


.sec-button2:hover {
  color: #006837;
	 background:#fff;

}






.mv-area{
	    height: 800px;
    background: url(/wp-content/uploads/2025/12/mv2.webp);
    background-size: cover;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color:#fff;
	position:relative;
}

.mv-area-in{
    display: flex;
    align-items: center;
    height: 100%;
	padding:0 15px;
}

.mv-en{
	position:absolute;
	top:15px;;
	right:5px;
}


.mv-area h2{
	font-size: 35px;
    font-weight: normal;
    text-shadow: 0 0 10px #333;
	margin: 0 0 90px;
	display:inline-block;
}

h2.sec-title{
	font-size:27px;
	position:relative;
	padding-bottom:16px;
	display:flex;
	align-items:center;
}

h2.sec-title span{
	font-size: 15px;
    color: #8cc63f;
    margin-left: 35px;
    font-weight: normal;
    display: inline-block;
}

h2.sec-title:after{
	content:"";
	position:absolute;
	left:4px;
	bottom:0;
	width:80px;
	height:5px;
	border-radius:10px;
	background:#8cc63f;
}



.sec1-in ul li{
	display: flex;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #b3b3b3;
}

.sec1-in ul li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.sec1-image{
	width:25%;
	margin-right:4%;
}

.sec1-text{
	width:71%;
}

.sec1-text h3{
	margin:0 0 10px;
	color:#69a84e;
	font-size:22px;
}


.sec1-text p{
	margin-bottom:25px;
}

.sec1-text .sec-button2,
.sec1-text .sec-button1{
	margin-top:0;
}

.sec1-button{
	float:right;
	margin-top:30px;
}


.sec2{
    background: url(/wp-content/uploads/2025/12/sec2-back.webp);
    background-size: cover;
    background-position: top right;
}

.sec2-in{
	display:flex;
}

.sec2-first{
	margin-right:8%;
	width:46%;
	color:#fff;
	font-size:14px;
}

.sec2-first img{
	margin-bottom:30px;
}

.sec2-ft{
    background: #fff;
    padding: 35px;
	color:#000;
	margin-bottom:45px;
	border-radius:15px;
}

.sec2-first table{
	width:100%;
}

.sec2-first table th{
	font-weight: normal;
    text-align: left;
    padding: 7px 15px 7px 0;
    width: 20%;
    background: none;
}
.sec2-first table td{
	width:80%;
}

.sec2-first table th,
.sec2-first table td{
border-bottom: 1px solid #83a84e;
}


.sec2-second{
	width:46%;
}

.sec2-second .sec2-button{
	text-align:center;
}

.news-list-area ul li{
	border-bottom: 1px solid #cccccc;
}

.news-list-area ul li a{
    padding: 8px 0;
    display: block;
}

.news-list-area a{
	color:#000;
	font-size:16px;
}

.news-list-area .topics-list-text{
	    display: flex;
    align-items: center;
    line-height: 100%;
}

.news-list-area .topics-list-text h3{
	font-size:16px;
	font-weight:normal;
}

.news-list-area .topics-meta{
	margin-right:50px;
	color:#69a84e;
}

.sec1-bottom-link{
	float:right;
}

.sec4{
	background:url(/wp-content/uploads/2025/12/sec3-back.webp);
	background-size:cover;
	background-position:top;
}

.sec4-box{
	display: flex;
    flex-direction: row-reverse;
}

.sec4-text{
	width:71%;
}

.sec4-image{
	width:25%;
	margin-left:4%;
}


.sec5{
	color:#fff;
}

.sec5 h2.sec-title{
	    margin-bottom: 60px;
}

.sec5 h2.sec-title span{
	color:#fff;
}

.sec5 h2.sec-title:after{
	content:"";
	background:#fff;
}

.sec5-top{
	margin-bottom:45px;
}

.sec5-1-out{
	background:url(/wp-content/uploads/2025/12/sec5-1back.webp);
	background-size:cover;
	background-position:left;
}

.sec5-top ul{
	display:flex;
	justify-content: space-between;
}

.sec5-top ul h3{
    width: 49%;
    margin: 0;
    letter-spacing: 2.3px;
}

.sec5-top ul p{
	display:block;
	width:49%;
}

.sec5-1bottom ul{
	display:flex;
	flex-wrap:wrap;
}

.sec5-1bottom ul li{
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	text-align:center;
	border:1px solid #fff;
	padding:35px 15px;
}

.sec5-1bottom ul li:nth-child(even){
	margin-right:0;
}

.sec5-1bottom ul li h3{
	margin:0 0 5px;
}
.sec5-1bottom ul li p{
	font-size:14px;
}



.sec5-1bottom ul li:nth-child(1){
	background:url(/wp-content/uploads/2025/12/sec5-1-1.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(2){
	background:url(/wp-content/uploads/2025/12/sec5-1-2.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(3){
	background:url(/wp-content/uploads/2025/12/sec5-1-3.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(4){
	background:url(/wp-content/uploads/2025/12/sec5-1-4.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(5){
	background:url(/wp-content/uploads/2025/12/sec5-1-5.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(6){
	background:url(/wp-content/uploads/2025/12/sec5-1-6.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(7){
	background:url(/wp-content/uploads/2025/12/sec5-1-7.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(8){
	background:url(/wp-content/uploads/2025/12/sec5-1-8.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(9){
	background:url(/wp-content/uploads/2025/12/sec5-1-9.webp);
	background-size:cover;
	background-position:center;
}

.sec5-1bottom ul li:nth-child(10){
	background:url(/wp-content/uploads/2025/12/sec5-1-10.webp);
	background-size:cover;
	background-position:center;
}


.sec5-2-out{
	background:url(/wp-content/uploads/2025/12/sec5-2back.webp);
	background-size:cover;
	background-position:left;	
}


.sec5-2bottom h3{
	text-align:center;
}

.sec5-2bottom ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.sec5-2bottom ul li{
	width: 32.5%;
    margin-right: 1.25%;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    padding: 12px 12px;
    margin-right: 1.25%;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.25%;
	font-size:18px;
}
.sec5-2bottom ul li:nth-child(3n) {
	margin-right:0;
	}


.sec5-3-out{
	background:url(/wp-content/uploads/2025/12/sec5-3back.webp);
	background-size:cover;
	background-position:left;	
}

.sec6{
	background:url(/wp-content/uploads/2025/12/sec6-back.webp);
	background-size:cover;
	background-position:center;
}


.sec6-in ul{
	margin-top:40px;
	display:flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.sec6-in ul li{
	width:48%;
	background:#f2f2f2;
	margin-bottom: 1.5%;
	padding: 25px 30px;
}

.sec6-in ul li:nth-child(even){
	margin-right:0;
}

.sec6-in ul li h3{
    position: relative;
    text-align: center;
    margin: 0 0 10px;
    padding-bottom: 15px;
}

.sec6-in ul li h3:after{
    content: "";
    width: 53px;
    height: 8px;
    background: url(/wp-content/uploads/2025/12/sec6-title-dec.webp);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.sec7{
	background:url(/wp-content/uploads/2025/12/sec7-back-scaled.webp);
	background-size:cover;
	background-position:center;
	color:#fff;
}

.sec7 h2.sec-title span{
	color:#fff;
}

.sec7 h2.sec-title:after{
	content:"";
	background:#fff;
}

.sec7 ul{
	margin-top:60px;
	display:flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

.sec7 ul li{
position: relative;
    background: #fff;
    color: #000;
    padding: 40px 50px;
    border-radius: 27px;
    width: 48%;
    text-align: center;
	margin-bottom:2%;;
}

.sec7 ul li img{
	margin-bottom: 15px;
}

.sec7 ul li h3{
	text-align:left;
	margin-bottom:5px;
}
.sec7 ul li p{
	text-align:left;
}
.sec6-no{
position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    font-size: 60px;
    line-height: 100%;
    font-weight: bold;
    color: #ccc;
}



/*よくあるご質問*/

.sec8{
	background:url(/wp-content/uploads/2025/12/sec8-back.webp);
	background-size:cover;
	background-position:center;
}



/* アコーディオン */
/* アコーディオン */
.o-accordion{
  margin-top:50px;
	    text-align: left;
}
.acc{
  border:1px solid #b3b3b3;
  margin-bottom:30px;
  font-size:18px;
}

.accordion-content {
  display: none;
}



.accordion-header {
  background-color: #FFF;
  padding:20px 30px;
  margin: 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#69a84e;
}

.accordion-header.active::before,
.accordion-header.active::after{
background:#fff;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 30px;
	font-size:18px;
	font-weight:normal;

}

.accordion-header span,
.accordion-content span{
    padding-left: 75px;
  position: relative;
	display:inline-block;
	line-height:160%;
	font-family:"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.accordion-header span::before{
position: absolute;
    content: "Q";
    top: -1px;
    left: 0;
    font-size: 36px;
    color: #69a84e;
    font-weight: bold;
}


.accordion-content span::before{
    position: absolute;
  content:"A";
top: 0;
    left: 3px;
    font-size: 38px;
	color:#69a84e;
	font-weight:bold;
}

/* hover 
.accordion-header:hover {
  background-color: #F2F2F2;
}*/

.accordion-header.active{
  background:#69a84e;
  color:#fff;
}

.accordion-header.active span::before{
  color:#fff;
}


/*アコーディオンここまで*/

/*アコーディオンここまで*/



/*トップページ記事一覧*/

.blog-page .news-list ul{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.blog-page .news-list ul li{
	    display: inline-block;
    width: 33.3%;
	padding:1.5%;
	margin:15px 0 30px;
	transition: all 0.3s;
	 will-change: transform; 
}
.blog-page .news-list ul li:hover{
	background:#f3f3f3;
	}

.blog-page .news-list ul li a{
	color:#000;
	text-decoration:none;
}

.blog-page .news-list ul li a:hover{
	color:#000;
}
.blog-page .news-list ul li a:hover img{
	 transform: scale(1.1);
}

.topics-thum{
	overflow:hidden;
	width:100%;
	height:150px;
}

.blog-page .news-list ul li img{
	width: 100%;
	height:100%;
    object-fit: cover;
	transition: all 0.3s;
	 will-change: transform; 
}


.blog-page .news-list ul li .topics-list-text{
	width:100%;
}

.blog-page .news-list ul li .topics-list-text h3{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 19px;
}

.blog-page .news-list ul li .topics-list-text p{
	font-size:12px;
}

.blog-page .news-list ul li .topics-list-text .topics-catname{
	background:#83a84e;
	color:#fff;
	font-size:12px;
	padding:3px 6px;
	margin-left:10px;
	border-radius: 3px;
}




.blog-page .pagination {
    padding: 0 0 80px 0;
    margin: 0;
    clear: none;
    text-align: center;
    display: block;
    width: 100%;
}


.blog-page ul.page-numbers{
	display: flex;
    text-align: center;
    margin: 0 auto;
    border: none;
}


.blog-page .page-numbers li{
    border-radius: 8px;
}

.blog-page .page-numbers li .next,
.blog-page .page-numbers li .prev{
	border:none;
}


.sec9 .sec-button2{
display: block;
    width: fit-content;
    margin: 0 auto;
}

.sec10{
	background:url(/wp-content/uploads/2025/12/sec10-back.webp);
	background-size:cover;
	background-position:center;
}

.sec10-in{
	padding:130px 15px;
}

.sec10 h2.sec-title{
    display: block;
    margin: 0;
    padding-bottom: 5px;
}
.sec10 h2.sec-title span{
	display:block;
	margin-left:0;
	
}
.sec10 h2.sec-title:after{
	display:none;
}


.sec11-in{
    max-width: 100%;
    padding: 0;
}




/*フッター画像スライダー*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
	
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	  margin-bottom:0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: calc(100vw / 1.1);
    margin: 0;
}
.scroll-infinity__item>img {
  width:100%;
}








.sp-dis{
	display:none;
}

.pc-dis{
	display:block;
}


/*フッター*/

#footer{
	background:#69a84e;
}
#inner-footer{
	max-width:1200px;
	padding:100px 15px 0;
}

.o-footer-box{
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.o-footer-box .sec2-ft {
    background: none;
    padding: 0;
	color: #fff;
	margin-bottom: 26px;
}

.o-footer-box .sec2-first table th,
.o-footer-box .sec2-first table td {
    border-bottom: 1px solid #fff;
}

.o-footer-box .sec2-fb{
	display:flex;
	align-items: center;
}

.o-footer-box .sec2-fb a img{
	margin-bottom:0;
}

.footer-tel{
	display:block;
	width:60%;
	margin-right:4%;
}

.footer-button{
	display:block;
	width:36%;
}


.o-footer-menu{
	display:flex;
	margin-bottom:40px;
}

.o-footer-menu-box{
	width:32.5%;
	flex: 1;
}
.o-footer-menu-box h3{
	color:#fff;
	font-weight:normal;
}

.o-footer-menu-box ul{
	padding-left:23px;
}

.o-footer-menu-box ul li{
	list-style: disc;
	color:#fff;
}

.copyright{
	color:#fff;
}




















@media only screen and (max-width: 767px) {
	
	.sp-dis{
	display:block;
}

.pc-dis{
	display:none;
}
	
	.wrap1200 {
    padding: 60px 15px;
}
	
	
	h2.sec-title {
    font-size: 27px;
    position: relative;
    padding-bottom: 16px;
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
    justify-content: start;
}
	
	h2.sec-title span {
    margin-left: 0;
	}
	
	h3 {
    font-size: 18px;
}
	
	.sec-button2, .sec-button1 {
    margin-top: 0;
    width: 276px;
	display:block;
		margin:0 auto;
}
	
	.inner-header{
		padding-right:15px;
	}
	
	.site__logo{
		max-width:200px;
	}
	
	.hamburger {
    right: 10px;
    top: 10px;
	}
	
	nav.globalMenuSp {
		overflow: auto;
        display: block;
	}
	
	.o-footer-menu {
    display: block;
	}
	.o-footer-menu-box {
    width: 100%;
	}
	
	o-footer-menu .o-footer-menu-right{
		padding-bottom:50px;
	}
	
	
	.header-button-area{
		display:none;
	}
	
	
	.mv-area {
    height: 84vh;
    background-position: bottom right;
    background: url(/wp-content/uploads/2025/12/mv2.webp);
    background-size: cover;
	}
	
	.mv-area h2 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 70px;
	}
	
	
	
	
	.sec1-image {
    width: 100%;
    margin-right: 0;
}
.sec1-in ul li {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: none;
    overflow: hidden;
}
	
	.sec1-text {
    width: 100%;
    margin-top: 20px;
}
	
	.sec1-button {
    float: none;
	text-align: center;
	}
	.sec1-text .sec-button2, .sec1-text .sec-button1 {
    margin-top: 0;
    width: 276px;
}
	
	.sec1-text .sec-button1 {
		margin-top:25px;
	}
	
	
	.sec2 {
    background: url(/wp-content/uploads/2025/12/sec2-back.webp);
    background-size: cover;
    background-position: top;
}
	
	.sec2-in {
    display: block;
}
	
	.sec2-first {
    margin-right: 0;
    width: 100%;
		    margin-bottom: 40px;
	}
	.sec2-second {
    width: 100%;
}
	
	.sec2-second .sec-button1,
	.sec2-second .sec-button2{
		margin-top:25px;
	}
	
	.news-list-area .topics-list-text {
    display: block;
	}
	.news-list-area .topics-list-text{
		display:block;
	}
	.news-list-area .topics-list-text h3 {
    margin: 7px 0;
	}
	
	.news-list-area ul li a {
    padding: 18px 0 8px;
	}
	
	
	.sec4-box {
    display: block;
	}
	
	.sec4-image {
    width: 100%;
    margin-left: 0;
		margin-bottom:25px;
}
	
	.sec4-text {
    width: 100%;
}
	.sec4-text p{
		display:block;
		margin-bottom:40px!important;
	}
	
	.sec5-top ul {
    display: block;
	}
	
	.sec5-top ul h3 {
    width: 100%;
    margin: 0 0 25px;
    letter-spacing: 0.3px;
}
	.sec5-top ul p {
    display: block;
    width: 100%;
}
	
	.sec5-1bottom ul {
    display: block;
	}
	
	.sec5-1bottom ul li {
    width: 100%;
    margin-right: 0;
	}
	
	.sec5-2bottom ul {
    display: block;
	}
	
	.sec5-2bottom ul li {
    width: 100%;
		padding: 7px;
	    font-size: 16px;
	}
	
	.sec6-in ul {
    margin-top: 40px;
    display: block;
	}
	
	
	.sec6-in ul li {
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 4.5%;
    padding: 15px;
}
	
	.sec7 ul {
    margin-top: 60px;
    display: block;
	}
	
	.sec7 ul li {
    width: 100%;
		padding: 30px 15px;
		    margin-bottom: 6%;
	}
	
	.sec6-no {
    left: 15px;
    top: 15px;
    font-size: 35px;
	}
	
	.sec7 ul li img {
    margin-bottom: 15px;
    width: 80px;
}
	
	 
	

	
	
	
	
	
	
	
	
	
	

  /*アコーディオン　スマホ*/
.accordion {
    margin-top: 40px;
}

.acc {
    margin-bottom: 12px;
    font-size: 15px;
}

.accordion-header {
    padding: 20px;
}

.accordion-content {
    background-color: #FFF;
    padding: 20px;
    font-size: 16px;
}

 .accordion-header span::before {
        position: absolute;
        content: "Q";
        top: 12px;
        left: -4px;
        font-size: 26px;
    }
.accordion-content span::before {
    position: absolute;
    content: "A";
    top: 0;
    left: -4px;
    font-size: 26px;
}

.accordion-header span, .accordion-content span {
padding-left: 33px;
}
	
		.accordion-header::before, .accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #69a84e;
}

  /*アコーディオン　スマホ　ここまで*/
	
	/*トップページ　記事一覧　スマホ*/
	
	.blog-page .news-list ul{
		display:block;
	}
	.blog-page .news-list ul li {
    width: 100%;
    padding: 5px;
	}
	.blog-page ul.page-numbers {
    margin: 0;
	}
	
	/*フッター画像スライダー*/
	.scroll-infinity__item {
    width: calc(100vw / 0.4);
	}
	
	
	.sec10{
		    background: url(/wp-content/uploads/2025/12/sec10-back-sp.webp);
    background-size: cover;
    background-position: right;
    text-align: center;
	}
	
	.sec10 .sec-button1{
		margin-top:30px;
	}
	
	
	#inner-footer {
    max-width: 1200px;
    padding: 60px 15px 0;
}
	
	.o-footer-box {
    display: block;
	}
	
	
	
	.sec2-first table th {
    width: 23%;
	}
	
	.o-footer-menu-box h3 {
    color: #fff;
    font-weight: bold;
}
	.o-footer-menu-center ul{
		margin-bottom:0;
	}
	
	
	
	
	
	
	
	
	
	
		
	
	
}