@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
/*Reset*/
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.4}a:not([class]){color:currentColor}img,picture{max-width:100%;display:block;height: auto}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}ul{margin: 0;padding: 0}li{list-style:none}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea { font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: .009em;
	font-weight: 600;
	position:relative;
	background: #fff;
	color: #333;
}
a:focus,a {
    outline: none;
}

a:active,
a:hover {
    outline: none;
}

b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#333;
	transition: .2s;
}
a:hover{
}

/*　ハンバーガーボタン　*/
.hamburger {
	display: none;
	position: fixed;
	z-index: 10;
	right: 0px;
	top: 8px;
	width: 48px;
	height: 44px;
	cursor: pointer;
	text-align: center;
	background: #e50012;
	border-radius: 50px 0 0 50px;
}
.hamburger span {
  display : block;
  position: absolute;
  width: 18px;
  height  : 1px;
  left    : 0;
  right:0;
  margin:auto;
  background : #fffaf6;
  -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: 13px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 29px;
}

.hamburger.active{
	color:#fff;
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  background :#fff;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	background:#e50012;
	text-align: center;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
}


nav.globalMenuSp  div{
	height:100%;
	width: 80%;
	margin: 80px auto;
}
nav.globalMenuSp .spnav01{
	width: 100%;
}
nav.globalMenuSp .spnav01 li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp .spnav01 li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp .spnav01 li a {
	display: block;
	color: #fffaf6;
	padding: 12px 0;
	text-decoration :none;
	font-size: 1.8rem;
	text-align:left;
	border-bottom: 1px solid #fffaf6;
}
nav.globalMenuSp .spnav01 li:last-child a{
	border:none;
}
nav.globalMenuSp .spnav01 li{
	opacity: 0;
}
nav.globalMenuSp.active ul li:nth-child(1) {
  animation: tatata 0.5s ease .1s forwards;
}
nav.globalMenuSp.active ul li:nth-child(2) {
  animation: tatata 0.5s ease .2s forwards;
}
nav.globalMenuSp.active ul li:nth-child(3) {
  animation: tatata 0.5s ease .3s forwards;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  animation: tatata 0.5s ease .4s forwards;
}
nav.globalMenuSp.active ul li:nth-child(5) {
  animation: tatata 0.5s ease .5s forwards;
}
nav.globalMenuSp.active ul li:nth-child(6) {
  animation: tatata 0.5s ease .6s forwards;
}
nav.globalMenuSp.active ul li:nth-child(7) {
  animation: tatata 0.5s ease .7s forwards;
}
nav.globalMenuSp.active ul li:nth-child(8) {
  animation: tatata 0.5s ease .8s forwards;
}
nav.globalMenuSp.active ul li:nth-child(9) {
  animation: tatata 0.5s ease .9s forwards;
}
@keyframes tatata {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
	}
}

nav .sns_box{
	margin:24px 0;
	justify-content: flex-end;
}
nav .spm_btn{
	background: #410dff;
	display: block;
	margin: 0 auto;
	padding: 15px 10px;
	color: #fff;
	border-radius: 50px;
	margin-top: 80px;
}
nav.globalMenuSp .spnav02{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
nav.globalMenuSp .spnav02 li{
	width: 100%;
}
nav.globalMenuSp .spnav02 .ct_btn,
nav.globalMenuSp .spnav02 .os_btn{
	border: 1px solid #fff;
    width: 100%;
    justify-content: flex-start;
    padding: 24px;
    margin: 4px 0;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: flex-end;
    z-index: 5;
	transition: background 0.3s ease;
}
.scrolled .pcnav{
	background: rgba(255, 255, 255, .95);
	    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .1));
}

header .head1{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	border-radius: 0 0 12px 0;
	transition: background 0.3s ease;
	z-index: 5;
}
header.scrolled .head1{
	filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .15));
}

header h1 a{
	display:flex;
	align-items:center;
	justify-content:center;
	height: auto;
	width: 180px;
	transition: width 0.3s ease;
}
header.scrolled h1 a{
	width: 110px;
}

header .pcnav{
	display:flex;
	justify-content:center;
	align-items: center;
	height: 100%;
	padding: 5px 5px 5px 24px;
	border-radius: 0 0 0 6px;
	transition: background .3s;
}
header .pcnav li a{
	padding:0 8px;
}
header .pcnav li a:hover{
	color:#e50012;
}
.os_btn{
	font-size: 1.4rem;
	background:#e50012;
	color: #fff;
	display: flex;
	align-items: center;
	margin-left: 8px;
	border-radius: 4px;
	border: 1px solid #e50012;
	position: relative;
	height: 45px;
	width: 170px;
	padding: 0 0 0 24px !important;
}
.os_btn:before{
	content:"";
	position: absolute;
    right: 14px;
    top: 10px;
    width: 22px;
    height: 22px;
	background: url("img/common/icon_cart.svg") center no-repeat;
	background-size: contain;
}

.os_btn:hover,
.ct_btn:hover{
	background: #fff;
	color: #e50012;
}
.os_btn:hover:before{
	background: url("img/common/icon_cart_hov.svg") center no-repeat;
}

.ct_btn{
	font-size: 1.4rem;
	background:#e50012;
	color: #fff;
	display: flex;
	align-items: center;
	margin-left: 15px;
	border-radius: 4px;
	border: 1px solid #e50012;
	position: relative;
	height: 45px;
	width: 170px;
	justify-content: center;
}

nav.globalMenuSp .spcm{
	height: auto;
	flex-flow:column;
	margin:24px 0;
}
nav.globalMenuSp .spcm li{
	height:70px;
	border:none;
	margin:5px auto;
}
nav.globalMenuSp .spcm li a{
	text-align:center;
	color:#fff;
}



@media screen and (max-width:1100px){
	header{
		padding: 14px 16px;
	}
	.scrolled {
	  background:none;
		border:none;
	}
	header h1 a{
		width: 134px;
	}
	header .pcnav{
		display:none;
	}
	header .inner{
		width:100%;
	}
	.hamburger{
		display:block;
	}
}

.top_h3{
    font-size: 4.2rem;
	line-height: 1.4;
	color: #e50012;
}
.top_h3 span{
	font-size: 1.8rem;
	color: #333;
	display: block;
}
.inner{
	max-width: 1640px;
	padding: 0 40px;
	margin: 0 auto;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width:840px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.inner{
		width:100%;
		padding: 0 20px;
	}
	.top_h3{
		font-size:4rem;
	}
}

#Mv{
	position: relative;
    z-index: 0;
    top: 0;
	left: 0;
    width: 100%;
	margin-bottom: 120px;
}
#Mv .slider_mv{
	position:relative;
	overflow: hidden;
	width:100%;
}
#Mv .slider_mv .swiper-container{
}
#Mv .slider_mv .swiper-slide{
	height:95vh;
	overflow:hidden;
}

#Mv .slider_mv .swiper-slide p{
	height:95vh;
	width:100%;
	margin: 0;
	padding: 0;
	background-size:cover !important;
	background-position:center !important;
}
#Mv .swiper-slide-active p,
#Mv .swiper-slide-duplicate-active p,
#Mv .swiper-slide-prev p{
  animation: zoomUp 5.5s linear forwards;  
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.mvtxt{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 28px 60px 22px;
	background: rgba(255,255,255,.2);
	border-radius: 0 6px 0 0;
	backdrop-filter: blur(5px);
}
.mvtxt h2{
	font-size: 3.2rem;
	font-weight: 900;
	color: #e50012;
	line-height: 1.5;
	margin-bottom: 6px;
	font-family: "WDXL Lubrifont JP N", sans-serif;
	letter-spacing: .7rem;
}
.mvtxt p{
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: .1rem;
}

.mv_sns{
	position:absolute;
	right: 20px;
	bottom: -44px;
	z-index: 2;
}
.sns_box{
	display: flex;
	gap:4px;
}
.sns_box li{
	width: 36px;
	height: 36px;
}
.sns_box li a{
	display:block;
}
.sns_box li a:hover{
	filter:brightness(1.1);
	transform: translateY(-8px);
}

@media screen and (max-width:840px){
	#Mv{
		margin-bottom:80px;
	}
	#Mv .slider_mv .swiper-slide,
	#Mv .slider_mv .swiper-slide p{
		height:80vh;
	}
	.mvtxt{
		padding: 16px;
	}
	.mvtxt h2{
		font-size: 2.4rem;
		margin-bottom: 4px;
		line-height: 1.4;
	}
	.mvtxt p{
		font-size:1.6rem;
	}
	.mv_sns{
		right:4px;
	}
}


#Top_news,
#Top_blog{
	padding:40px 0;
	min-height: 280px;
}
#Top_news .inner,
#Top_blog .inner{
	position: relative;
	display: flex;
}
#Top_news .inner h3,
#Top_blog .inner h3{
	width:320px;
}
#Top_news .post_list,
#Top_blog .post_list{
	width:calc(100% - 250px)
}
.post_list{
	display: flex;
	gap: 16px;
	/*justify-content: flex-end;*/
}
.post_list li{
	width: calc(33.33% - 16px);
}
.post_list li a:hover{
	color: #e50012;
}
.post_list li a:hover img{
	filter:brightness(1.1);
}
.post_list li figure{
	aspect-ratio: 3 / 2;
	overflow: hidden;
	width: 100%;
}
.post_list li img{
	border-radius:6px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.post_meta{
	display:flex;
	align-items: center;
	margin: 8px 0;
}
.post_date{
	font-size: 1.4rem;
	color: #888;
	margin-right: 8px;
}
.post_cat{
	font-size:1.2rem;
	color: #fff;
	background: #e50012;
	padding: 0 8px;
	border-radius: 20px;
}
.post_title{
	font-size: 1.6rem;
}
.btn_a{
	position: relative;
	font-size: 1.5rem;
    background: #e50012;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #e50012;
    height: 45px;
    width: 200px;
    justify-content: center;
	transition: background-color 0.2s ease;
}
.btn_a:after{
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn_a:hover {
	background-color: #fff;
	color: #e50012;
}
.btn_a:hover:after{
	border-top: 2px solid #e50012;
	border-right: 2px solid #e50012;
}

#Top_news .btn_a,
#Top_blog .btn_a{
	position: absolute;
	left: 40px;
	top: 120px;
}

@media screen and (max-width:840px){
	#Top_news .inner,
	#Top_blog .inner{
		flex-wrap:wrap;
	}
	#Top_news .inner h3,
	#Top_blog .inner h3{
		width: 100%;
	}
	#Top_news .post_list,
	#Top_blog .post_list{
		width:100%;
		margin: 40px 0 60px;
	}
	#Top_news .btn_a,
	#Top_blog .btn_a{
		position: relative;
        top: 0;
        left: 0;
		margin: 0 auto;
		width: 300px;
	}
	.post_list{
		flex-wrap: wrap;
		width: 100%;
		gap:40px;
	}
	.post_list li{
		width:100%;
	}
	.post_list li img{
		max-width:auto;
		width: 100%;
		height: auto;
	}
}

#About{
	background: #dc0000;
	color: #fff;
	padding: 80px 0;
	margin-top: 80px;
}
#About p{
	margin:24px 0;
}
#About .inner{
}
#About .top_h3,
#About .top_h3 span{
	color: #fff;
}
#About .wrap01{
	margin: 40px 0 40px;
	display: flex;
	gap: 40px;
}
#About .wrap01 .txtbox{
	width: 50%;
}
#About .wrap01 .txtbox h4{
	font-size:3.2rem;
	margin: 40px 0;
}
#About .wrap01 .txtbox .theme{
	font-size:3.2rem;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
#About .wrap01 .txtbox .theme span{
	font-size:1.8rem;
	margin-left: 16px;
}

#About .imgbox {
  position: relative;
  width: 50%;
  min-height: 100vh;
  overflow: hidden;
}

/* 背景用レイヤー */
#About .imgbox::before {
  content: "";
  position: absolute;
  inset: -6%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translate3d(var(--x, 0), 0, 0);
}

/* 個別画像指定 */
#About .wrap01 .imgbox::before {
  background-image: url("img/top/img01.jpg");
}

#About .wrap02 .imgbox::before {
  background-image: url("img/top/img02.jpg");
}

#About .wrap02{
	margin: 80px 0 40px;
	display: flex;
	gap: 40px;
}

#About .wrap02 .txtbox{
	width: 50%;
}
#About .wrap02 .txtbox h4{
	font-size:3.2rem;
	margin: 40px 0;
}
#About .wrap02 .txtbox .prof_photo{
	margin: 40px 0;
}
#About .wrap02 .txtbox .name{
	font-size: 2.4rem;
	margin-right: 12px;
}
#About .wrap02 .txtbox .name_small{
	font-size: 1.4rem;
}

@media screen and (max-width:840px){
	#About .wrap01,
	#About .wrap02{
		flex-wrap: wrap;
		gap: 12px;
		margin: 0;
	}
	#About .wrap01 .txtbox h4,
	#About .wrap02 .txtbox h4{
		font-size:2.2rem;
	}
	#About .wrap01 .imgbox,
	#About .wrap01 .txtbox,
	#About .wrap02 .imgbox,
	#About .wrap02 .txtbox{
		width: 100%;
	}
	#About .wrap01 .imgbox,
	#About .wrap02 .imgbox{
		min-height: auto;
		height: 55vh
	}
	#About .wrap02{
		flex-flow: column-reverse;
	}
}


#Service{
	padding: 80px 0 0 0;
}
#Service p{
	margin:24px 0;
}
#Service .inner{
}
#Service .top_h3{
}
#Service .se_content{
}
#Service .se_wrap{
	display: flex;
	gap:40px;
	margin: 80px 0;
}
#Service .txt{
	width: 50%
}
#Service .txt h4{
	font-size:2.8rem;
	font-weight: 900;
	border-bottom: 1px solid #e50012;
	padding-bottom: 8px;
}
#Service .txt h5{
	margin:4px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
#Service .img{
	height:480px;
}
#Service .se_sns{
	position: relative;
	margin: 40px 0;
}
#Service .se_sns figure{
	position:absolute;
	left: 200px;;
	top: -32px;;
	height: auto;
	width: 180px;
	animation:pikopiko 1s steps(2, end) infinite;
}
@keyframes pikopiko{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(5deg)}
}
#Service .sns_box{
}
#Service .se_example{
}
#Service .se_example ul{
	margin-bottom: 24px;
}
#Service .se_example ul li{
	list-style: disc inside;
}
#Service .img.event_img{
	width: 50%;
	background: url("img/top/img03.jpg") center no-repeat;
	background-size:cover;
}
#Service .os_btn{
	width: 100%;
	max-width: 400px;
	height: 80px;
	margin: 12px 0;
	padding: 0 0 0 11% !important;
	font-size: 1.8rem;
}
#Service .os_btn:before{
	top:28px;
	right: 24px;
}
#Service .img.product_img{
	width: 50%;
	background: url("img/top/img04.jpg") center no-repeat;
	background-size:cover;
}

@media screen and (max-width:840px){
	#Service .se_wrap{
		flex-wrap:wrap;
	}
	#Service .txt,
	#Service .img.event_img,
	#Service .img.product_img{
		width:100%;
	}
	#Service .se_sns figure{
		width: 120px;
		top: -12px;
	}
	#Service .img{
		height: 300px;
	}
	#Service .os_btn{
		justify-content: flex-start;
		right: 0;
		padding: 0 0 0 36px !important;
	}
}

#Company{
	background: #dc0000;
	padding: 80px 0;
}
#Company .inner{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#Company .inner h3,
#Company .inner h3 span{
	color: #fff;
}
#Company .inner h3{
	width:400px;
}
#Company table{
	width: 100%;
    width: calc(100% - 400px);
	color: #fff;
	font-weight: normal;
}
#Company table tr{
}
#Company table th,
#Company table td{
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 24px;
}
#Company table tr:last-child th,
#Company table tr:last-child  td{
	border:none
}
#Company table th{
	font-weight: normal;
	width: 240px;
}
#Company table td{
}
@media screen and (max-width:840px){
	#Company .inner h3{
		margin:0 0 40px 0;
	}
	#Company table{
		width:100%;
	}
	#Company table th{
		width:80px;
		padding: 24px 0;
	}
	#Company table td{
		padding:24px 0;
	}
}

.spacebg {
  position: relative;
  height: 80vh;
  width: 100%;
  background: url("img/top/img-sub.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* 2枚目の画像用 */
.spacebg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/top/img-sub2.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  animation: fadeSlide 8s infinite;
}

@keyframes fadeSlide {
  0%, 45% {
    opacity: 0;
  }
  50%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#Contact{
	padding: 80px 0;
}
#Contact .inner{
	max-width: 800px;
	margin: 0 auto;
}
#Contact .inner h3{
	text-align: center;
	margin-bottom: 80px;
}
#Contact table{
	text-align:left;
	width:100%;
	margin: 40px 0 0;
}
#Contact table p{
	margin:0;
}
#Contact th{
	margin-top:1rem
}
#Contact th,
#Contact td {
    padding: .4rem 0;
    display:block
}
#Contact .hiss{
	background:#e50012;
	color:#fff;
	font-size: 1.2rem;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 3px;
}
#Contact input{
	width:100%;
	padding:5px 10px;
}
#Contact textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
}
#Contact input,
#Contact textarea{
	background: #f6f7f7;
    border: 1px solid #aaaaaa;
	border-radius: 4px;
}
#Contact .submitbutton {
    text-align: center;
    margin-top: 10px;
}
#Contact .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	background: #e50012;
    color: #fff;
    border: 1px solid #e50012;
    padding: 20px 24px;
    max-width: 380px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 8px;
    transition: .3s;
	cursor: pointer;
	margin: 40px auto;
	font-size:1.8rem;
}
#Contact .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
	border: 1px solid #e50012;
	color: #e50012;
}

#Contact .submitbutton{
}
#Contact .policy{
	margin: 60px 0 0 0;
}
#Contact .policy h5{
	font-size:1.5rem;
	margin: 12px;
	text-align: center;
}
#Contact .scrollarea{
	text-align: left;
	max-width: 800px;
    height: 180px;
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid #959595;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

@media screen and (max-width:840px){
	#Contact .inner h3{
		text-align:left;
		margin-bottom: 40px;
	}
	#Contact .policy{
		margin:0;
	}
}

footer {
    background-color: #dc0000;
    color: #ffffff;
    padding: 0 40px;
    font-size: 16px;
}

.f_inner {
    max-width: 1600px;
    margin: 0 auto;
	padding: 80px 0 8px;
}
.f_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f_logo_address {
    flex-shrink: 0;
    width: 400px;
    margin-bottom: 0;
}
.f_logo_link img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.f_address_text {
    line-height: 1.8;
	font-size: 1.4rem;
}
.f_nav_wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.f_pc_nav {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.f_pc_nav li a {
    font-weight: bold;
    white-space: nowrap;
    transition: opacity 0.3s;
}
.f_pc_nav li a:hover {
    opacity: 0.7;
}
.f_buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.f_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 160px;
    box-sizing: border-box;
	background: #fff;
	border: 1px solid #fff;
	color: #e50012;
	font-size: 1.4rem;
	transition: background 0.3s;
}
.f_btn:hover{
	background: none;
	color: #fff;
}

.f_sns_box {
    display: flex;
    gap: 15px;
}
.f_sns_box li img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s;
}
.f_sns_box li img:hover {
    opacity: 0.7;
}
.f_copy {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 80px;
}


@media screen and (max-width: 840px) {
    .f_inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .f_content {
        display: block;
    }
    .f_logo_address,
    .f_buttons,
    .f_sns_box {
        text-align: center;
		margin: 20px auto;
	}
	.f_logo_address{
		width:100%;
	}
    .f_logo_link {
        display: block;
        margin-bottom: 15px;
    }

    .f_logo_link img {
        width: 120px;
		margin: 20px auto;
    }
    .f_pc_nav {
        display: none;
    }
    .f_buttons {
         flex-wrap: wrap;
    }
    .f_btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .f_sns_box {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 0;
    }
    .f_copy {
        text-align: center;
    }
}


.sv_news{
	background: url("img/sv01.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	position: relative;
}
.sv_blog{
	background: url("img/sv02.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	position: relative;	
}
.sv_title{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .2);
	padding: 24px 40px;
	backdrop-filter: blur(5px);
}
.news_wrap .inner{
	max-width: 1500px;
	margin: 80px auto;
}
.news_wrap .post_list{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.news_wrap .post_list li{
	margin-bottom: 24px;
}

.blog_wrap{
}
.blog_wrap .inner{
	max-width: 1500px;
	margin: 80px auto;
	display: flex;
	flex-wrap: wrap;
}
.blog_wrap .post_wrap{
	width: calc(100% - 300px);
}
.blog_wrap .post_list{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.blog_wrap .post_list li{
	width: calc(50% - 16px);
	margin-bottom: 24px;
}
.blog_wrap .side {
    width: 300px;
    line-height: 1.6;
	padding: 0 0 0 24px;
}
.blog_wrap .side .blocktit,
.blog_wrap .side .blocktit_ark{
	padding: 5px 0;
	border-bottom: 1px solid #e50012;
	font-weight: bold;
}
.blog_wrap .side .sideblock{
}
.blog_wrap .side .itemSelect{
	margin:20px 0;
}
.blog_wrap .side .itemSelect select{
	width: 100%;
}
.blog_wrap .side .itemList{
	margin: 16px 0;
}
.blog_wrap .side .itemList li{
}
.blog_wrap .side .itemList li a{
	background: #e8001e;
	border: 1px solid #e8001e;
	color: #fff;
	padding: 2px 16px;
	border-radius: 50px;
	display: inline-block;
	margin: 2px 0;
	font-size: 1.4rem;
}
.blog_wrap .side .itemList li a:hover{
	background: none;
	color: #e8001e;
}

.wp-pagenavi{
	border-top: 1px solid #d3d3d3;
	margin-top: 50px;
	padding: 40px 0;
	text-align:center;
}
.wp-pagenavi ul{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.wp-pagenavi ul li {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 2.5rem;
    text-align: center;
    margin: 0 3px;
    border-radius: 50%;
}
.wp-pagenavi a:hover{
	color:#e50012;
}
.wp-pagenavi ul li .page-numbers{
	display: block;
	border-radius: 50%;
}
.wp-pagenavi ul li .current{
	background: #e50012;
	color: #fff;
}

@media screen and (max-width: 840px) {
	.sv_title{
		padding: 12px 24px;
	}
}

.post_page{
	margin: 140px auto 80px;
}
.post_page h1,
.post_page h2,
.post_page h3,
.post_page h4{
    font-size: 2.2rem;
}
.post_content p,
.post_content figure,
.post_content iframe{
	margin:24px 0;
}
.post_content a{
	color:#e50012;
}
.post_content a:hover{
	opacity:.7;
}
.post_page .inner{
	max-width: 1000px;
}
.post_page .post_title{
	border-bottom: 1px solid #e50012;
	padding-bottom: 8px;
}

@media screen and (max-width: 840px) {
	.blog_wrap .post_wrap,
	.blog_wrap .side,
	.blog_wrap .post_list li{
		width:100%;
	}
	.blog_wrap .side{
		padding: 0;
	}
	.post_page h1,
	.post_page h2,
	.post_page h3,
	.post_page h4{
		font-size: 2rem;
	}
}


.pagenav{
	border-top: 1px solid #d3d3d3;
	margin-top: 80px;
}
.pagenav ul{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pagenav ul li{
	text-align: center;
	width: 33.3%;
}
.pagenav ul li:nth-child(1){
	text-align:left;
}
.pagenav ul li:nth-child(3){
	text-align:right;
}
.pagenav ul li a{
}
.pagenav ul li a:hover{
	color: #e50012;
}

#Four04{
	min-height:calc(100vh - 380px);
	padding: 200px 0;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0!important;
}
.grecaptcha-badge{
	display: none!important;
}
