@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*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.1}a:not([class]){color:currentColor}img,picture{max-width:100%;display:block}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:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.7;
	position:relative;
	background: #fffaed;
	color: #111;
}
body, html {
    overflow-x: hidden;
}
a:focus,a {
    outline: none;
}

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

h1 {
    font-size: 2em;
    margin: 0;
}

h2{
    font-size: 3.6rem;
    margin: 0;
	line-height: 1.4;
}
h3{
    font-size: 3.2rem;
    margin: 0;
	line-height: 0.9;
}
h3 span{
    font-size: 2rem;
}
h4{
    font-size: 3rem;
    margin: 0;
	line-height: 1.2;
	display: contents;
}
h4 span{
    font-size: 60%;
}

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:#111;
	transition: .2s;
}
a:hover{
}

p{
	margin:20px 0;
	font-weight: 500;
}

.fs08{
	font-size:80%;
}

header{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: transform 0.3s 0.3s;
}
header h1{
	top:50px;
	left: 50px;
	transition: .3s;
	position: absolute;
	z-index: 1;
}
header.hidden {
    transform: translateY(-80px);
}
header h1 img{
	height:74px;
	width: auto;
	transition: .3s;
}
header.is-animation{
    background:#fffaed;
}
header.is-animation h1{
	top: 22px;
	left: 25px;
}
header.is-animation h1 img{
	height:32px;
}

header .pcnav{
	display: flex;
	align-items: center;
	background:#fff;
	padding: 14px 0 14px 35px;
	border-radius: 40px;
	margin:10px;
}
header .pcnav li{
}
header .pcnav li a{
	margin-right: 16px;
	font-weight: bold;
}
header .pcnav li a:hover{
	color: #410dff;
}
header .pcnav .hc_btn{
	background: #410dff;
    color: #fff;
	border:1px solid #410dff;
	font-weight: normal;
    font-size: 1.4rem;
    padding: 6px 32px;
    border-radius: 25px;
	margin-left: 8px;
}
header .pcnav .hc_btn:hover{
	color: #410dff;
	background:none; 
}
@media screen and (max-width:840px){
	h4{
		font-size:2.4rem
	}
}

/*　ハンバーガーボタン　*/
.hamburger {
	display: block;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #111;
  -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: 20px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 40px;
}

.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(10px) rotate(45deg);
}

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


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


nav.globalMenuSp  div{
	height:100%;
	width: 80%;
	margin: 140px auto;
}

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: #fff;
	padding: 1em 0;
	text-decoration :none;
	font-size: 1.8rem;
	text-align:left;
	border-bottom: 1px solid #374555;
}
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 .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;
}

.hamburger{
	display:none;
}
.inner{
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

.marker {
  position: relative;
  display: inline-block;
}

.marker::before {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px; /* 蛍光ペンの太さ */
	background-color: rgb(255 0 0 / 50%); /* 蛍光ペンの色 */
	transform: scaleX(0); /* 初期状態では非表示 */
	transform-origin: left; /* 左から伸びるようにする */
	transition: transform 1s ease; /* アニメーションを追加 */
	border-radius: 10px;
}

.marker.on::before {
  transform: scaleX(1); /* アニメーションでラインを表示 */
}

.pc{display: block}
.sp{display: none}
@media screen and (max-width:840px){
	.pc{display: none}
	.sp{display: block}
	header {
		width: 100%;
		background: none;
		height: 60px;
	}
	header .pcnav{
		display:none;
	}
	header h1{
		top:40px;
		left:40px;
	}
	header h1 img{
		height:60px;
	}
	header.is-animation h1{
		top:15px;
		left: 20px;
	}
	header.is-animation h1 img{
		height:30px;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
	}
}
/*---------------------------------------------------*/

#Mv{
	margin: 300px auto 180px;
}
#Mv .inner{
}
#Mv .mv_message{
	width: 770px;
	height: auto;
	margin-left: 0;
}
#Mv h2{
}
#Mv .mvsec{
	position: relative;
	margin: 205px 0 0 0;
	padding-bottom: 50px;
}
#Mv .mvsec:after{
	content: "";
    position: absolute;
	z-index: -1;
    bottom: 0;
    left: 0;
    background: url(img/mvbg.png) left bottom no-repeat;
    background-size: 100%;
    height: 460px;
    width: 113%;
}
#Mv .mvsec .mvtxt{
	width: 49%;
	max-width: 505px;
}
#Mv .mvsec p{
}

.btn_a{
	background: #410dff;
    color: #fff;
	border: 1px solid #410dff;
    font-weight: normal;
    padding: 15px;
	max-width: 290px;
	display: block;
	text-align: center;
	position: relative;
    border-radius: 40px;
}
.btn_a:after{
	content:"";
	position: absolute;
	top: 23px;
	right: 15px;
	height: 12px;
	width: 12px;
	background: url("img/arrow.svg") center no-repeat;
	background-size: contain;
}
.btn_a:hover{
	background: none;
	border: 1px solid #fff;
}

#News{
}
#News .inner{
}
#News .inner .news_wrap{
	background: #122238;
	color: #fff;
	padding:90px 0;
	border-radius: 16px;
}
#News .inner .news_wrap .news_box{
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap:20px;
}
#News .inner .news_wrap .news_box li{
	width: 100%;
	padding: 0 0 0 75px;
}
#News .inner .news_wrap .news_box li:nth-child(2){
	padding: 0;
}
#News .inner .news_wrap .btn_a{
	margin:0 auto;
}
#News .inner h3{
	margin-bottom:50px;
}
#News .inner .prtimes{
	padding:50px 75px;
}
#News .inner .prtimes li{
	display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #22334b;
}
#News .inner .prtimes li:last-child{
	border:none;
}
#News .inner .prtimes li span{
	width: 120px;
	font-size: 1.5rem;
    opacity: .7;
}
#News .inner .prtimes li .pr_title{
	color: #fff;
	width: calc(100% - 120px);
}
#News .inner .prtimes li .pr_title:hover{
	color:#410dff;
}

@media screen and (max-width:840px){
	#Mv{
		margin:200px 0 50px;
	}
	#Mv .mv_message{
		width:100%;
	}
	#Mv .mvsec{
		margin: 60px 0 0;
	}
	#Mv .mvsec .mvtxt{
		width:100%;
		max-width:100%;
		margin: 40px 0 0;
	}
	#Mv .mvsec:after{
		content: none;
	}
	
	#News .inner .news_wrap{
		padding: 70px 8%;
	}
	#News .inner .news_wrap .news_box li{
		width:100%;
		padding: 0;
	}
	#News .inner .news_wrap .news_box li:nth-child(2){
		width:100%;
		padding: 20px 0 0;
	}
	#News .inner .prtimes{
		padding:50px 0 0;
	}
	#News .inner .prtimes li span{
		width: 100%;
		margin-bottom: 20px;
	}
	#News .inner .prtimes li .pr_title{
		width: 100%;
	}
}


#Product {
	background: #122238;
	border-radius: 26px;
	padding: 60px 20px 20px 20px;
	margin: 120px 0 0 0;
}
#Product h3{
	color: #fff;
	margin: 0 0 0 70px;
}
#Product .product_wrap {
	background: #fff;
	border-radius: 0 14px 14px 14px;
	position: relative;
	margin: 150px 0 0 0;
	padding: 50px 0;
}
#Product .product_wrap .p_index {
	position: absolute;
	left: 0;
	top: -89px;
	background: #fff;
	border-radius: 14px 14px 0 0;
	height: 90px;
	width: 390px;
	display: flex;
	flex-flow: column;
	justify-content:flex-end;
	padding: 0 0 0 70px;
}
#Product .product_wrap .p_index:after{
	content:"";
	position: absolute;
	bottom: 1px;
	right: -14px;
	width: 14px;
	height: 14px;
	background: url("img/r.svg") center no-repeat;
	background-size: contain;
}
#Product .product_wrap .p_content {
}
#Product .product_wrap .p_content .p_hwrap{
	padding:0 20px;
}
#Product .product_wrap .p_content .p_head {
	background: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 450px;
	max-width: 1600px;
	margin: 0 auto;
}
#Product .product_wrap .p_content .p_head li{
	width:50%;
}
#Product .product_wrap .p_content .p_head li:nth-child(1){
	padding:0 0 0 50px;
}
#Product .product_wrap .p_content .p_head li .p_h_txt{
	font-weight: bold;
	max-width: 380px;
}
#Product .product_wrap .p_content .p_head li .prot{
	color:rgba(255,0,0,70%);
	padding: 5px 22px;
	margin: 0;
	border:1px solid;
	border-radius: 6px;
	display: inline-block;
}
#Product .product_wrap .p_content .p_head li .prot span{
	font-size:80%;
}
#Product .product_wrap .p_content .p_head li h5{
}
#Product .product_wrap .p_content .p_head li h5 img{
	max-width: 550px;
	height: auto;
}

#Product .product_wrap .p_content .p_head li .productimg{
	height:450px;
	width: auto;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width:1400px){
	#Product .product_wrap .p_content .p_head{
		height:600px;
	}
	#Product .product_wrap .p_content .p_head li .productimg{
		height:600px;
	}
}
#Product .product_wrap .p_content .inner {
}
#Product .product_wrap .p_content .inner .p_col2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:40px;
	margin:180px 0 180px 0;
}
#Product .product_wrap .p_content .inner .p_col2 li{
	width:calc(50% - 20px);
}
#Product .product_wrap .p_content .inner .p_col2 .h_line,
#Product .product_wrap .p_content .inner .p_box .h_line{
	font-size: 3rem;
	margin: 0;
	line-height: 1.4;
}
/*#Product .product_wrap .p_content .inner .p_col2 .h_line span,
#Product .product_wrap .p_content .inner .p_box .h_line span{
	background: linear-gradient(transparent 70%, rgb(255 0 0 / 50%) 70%);
}*/
#Product .product_wrap .p_content .inner .p_col2 .p_point {
	font-weight: bold;
	border:1px solid ;
	border-radius: 10px;
	padding: 20px 50px 30px;
	font-size: 2rem;
}
#Product .product_wrap .p_content .inner .p_col2 .p_point h7{
	margin: 0 0 5px 0;
	display: block;
}
#Product .product_wrap .p_content .inner .p_col2 .p_point ul{
	margin-left: 25px;
}
#Product .product_wrap .p_content .inner .p_col2 .p_point ul li{
	list-style:disc;
	width: 100%;
}
#Product .product_wrap .p_content .inner .p_box {
}
#Product .product_wrap .p_content .inner .p_box h7{
}
#Product .product_wrap .p_content .inner .p_box .p_wazawrap {
	border: 1px solid ;
	border-radius: 12px;
	margin: 40px 0 10px;
	overflow: hidden;
}
#Product .product_wrap .p_content .inner .p_box .col2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:50px;
}
#Product .product_wrap .p_content .inner .p_box .col2 li{
	width:calc(50% - 25px);
}
#Product .product_wrap .p_content .inner .p_box.asist{
	margin:180px 0;
}
#Product .product_wrap .p_content .inner .p_box .ph7{
	font-size: 2.4rem;
	font-weight: bold;
}
#Product .product_wrap .p_content .inner .p_box .p_kansetsu {
	max-width: 802px;
	margin: 60px auto 0;
}
#Product .product_wrap .p_content .inner .p_box .p_zumen{
	max-width:242px;
	margin: 70px auto;
}
#Product .product_wrap .p_content .inner .p_box .col2 .shiyou {
}
#Product .col2 .shiyou table{
	width: 100%;
}
#Product .col2 .shiyou table th,
#Product .col2 .shiyou table td{
	border-bottom:1px solid ;
}
#Product .col2 .shiyou table th{
	font-weight:normal;
	padding: 3px 10px 3px 0;
	min-width: 107px;
}
#Product .col2 .shiyou table td{
}

#Product .product_wrap .p_poc {
	margin: 180px 0 80px 0;
}
#Product .product_wrap .p_poc .zokuzoku{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
#Product .product_wrap .p_poc .youtube-ratio{
	max-width: 750px;
	margin: 50px auto;
}
#Product .product_wrap .p_poc .youtube-ratio iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
#Product .product_wrap .p_poc .shisetsu{
	width:100%;
	background: #122238;
	color: #fff;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	overflow: hidden;
}
#Product .product_wrap .p_poc .shisetsu td{
	width: 50%;
	padding: 35px 30px;
	vertical-align:top;
	border:1px solid ;
}
#Product .product_wrap .p_poc .shisetsu h7{
	font-size: 1.8rem;
}

#Product .product_wrap .p_poc .comment{
	width:100%;
	background: #122238;
	color: #fff;
	border-radius: 12px;
}
#Product .product_wrap .p_poc .comment li{
	border-bottom: 1px solid #fff;
	padding: 35px 30px;
}
#Product .product_wrap .p_poc .comment li h7{
	font-size: 1.8rem;
}

@media screen and (max-width:840px){
	#Product{
		margin:80px 0;
	}
	#Product h3{
		margin:0 0 0 20px;
	}
	#Product .product_wrap{
		margin:120px 0 0 0;
	}
	#Product .product_wrap .p_index{
		height:70px;
		width:250px;
		padding: 20px 20px 0;
		top: -69px;
	}
	#Product .product_wrap .p_content .p_head {
		height:auto;
	}
	#Product .product_wrap .p_content .p_head li .p_h_txt{
		font-size:1.7rem;
		font-feature-settings: "palt";
	}
	#Product .product_wrap .p_content .p_head li,
	#Product .product_wrap .p_content .p_head li:nth-child(1){
		width:100%;
		padding: 20px 20px 0;
	}
	#Product .product_wrap .p_content .p_head li:nth-child(1){
		margin-top:50px;
	}
	#Product .product_wrap .p_content .inner .p_col2 .h_line,
	#Product .product_wrap .p_content .inner .p_box .h_line{
		font-size:2.5rem;
	}
	#Product .product_wrap .p_content .p_head li .productimg{
		height: auto;
	}
	#Product .product_wrap .p_content .inner .p_col2{
		margin:150px 0;	
	}
	#Product .product_wrap .p_content .inner .p_col2 li{
		width:100%;
	}
	#Product .product_wrap .p_content .inner .p_col2 .p_point{
		padding:20px;
	}
	#Product .product_wrap .p_content .inner .p_col2 .p_point ul li{
		font-size: 1.6rem;
	}
	#Product .product_wrap .p_content .inner .p_box .col2{
		gap:0;
	}
	#Product .product_wrap .p_content .inner .p_box .col2 li{
		width: 100%;
	}
	#Product .product_wrap .p_content .inner .p_box.asist{
		margin:150px 0 150px;
	}
	#Product .product_wrap .p_content .inner .p_box .col2 .shiyou{
		margin: 130px 0 0 0;
	}
	#Product .product_wrap .p_poc .shisetsu td{
		display: block;
		width: 100%;
	}
	#Product .product_wrap .p_poc{
		margin:180px 0 0;
	}
}


#Company{
	margin: 100px 0 150px;
}
#Company .inner{
}
#Company .inner table{
	width:100%;
	max-width:800px;
	margin: 100px auto;
}
#Company .inner table th{
	width:150px;
}
#Company .inner table th,
#Company .inner table td{
	border-bottom: 1px solid ;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
}
#Company .inner table td{
}

@media screen and (max-width:840px){
	#Company{
		margin: 100px 0 140px;
	}
	#Company .inner table{
		margin:50px auto 80px;
	}
	#Company .inner table th{
		width:100px;
	}
}
/*----------------------*/
#Contact {
	padding: 0 20px
}
#Contact h3{
	margin-bottom:40px;
}
#Contact .inner_l {
	background: #122238;
	color: #fff;
	border-radius: 14px;
}
#Contact .inner_l .col2 {
	max-width: 1140px;
    padding: 100px 20px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Contact .inner_l .col2 li{
	width:calc(50% - 20px);
}
.contact_wrap{
	max-width: 650px;
	margin: -50px auto 0;
}
.contacttbl{
}
.contacttbl table{
	text-align:left;
	width:100%;
}
.contacttbl table p{
	margin:0;
}
.contacttbl th{
	margin-top:1rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.contacttbl .hiss{
	background:#fff;
	color:#122238;
	font-size: 1.2rem;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 3px;
}
.contacttbl input{
	width:100%;
	padding:5px 10px;
}
.contacttbl textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
}
.contacttbl input,
.contacttbl textarea{
	background: #f9f9f9;
    border: 1px solid #aaaaaa;
	border-radius: 4px;
}
.contacttbl .submitbutton {
    text-align: center;
    margin-top: 10px;
}
.contacttbl .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	background: #410dff;
    color: #fff;
    border: 1px solid #410dff;
    font-weight: normal;
    padding: 15px;
    max-width: 290px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 40px;
    transition: .3s;
	cursor: pointer;
	margin: 50px 0 0 auto;
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
	border: 1px solid #fff;
}

@media screen and (max-width:840px){
	#Contact .inner_l .col2{
		padding:100px 20px 80px;
	}
	#Contact .inner_l .col2 li{
		width: 100%;
	}
	.contacttbl .submitbutton input[type='submit'],
	.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
		margin:50px auto 0;
	}
}

.bnr{
	margin: 100px auto;
	max-width: 700px;
	padding: 0 20px;
}
.bnr a:hover{
	filter: brightness(1.4)
}

footer{
	padding:0 20px;
	margin-bottom: 20px
}
footer .f_inner {
	width: 100%;
	background: #122238;
	border-radius: 14px;
	color: #fff;
}
footer .f_inner .f_wrap{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 120px 2% 100px 5%;
}
footer .f_inner .f_logowrap{
	font-weight:normal;
}
footer .f_inner .f_logowrap img{
	width: 200px;
	height: auto;
}
footer .pcnav {
	display: flex;
    align-items: center;
    padding: 14px 0 14px 35px;
    border-radius: 40px;
}
footer .pcnav li a{
	margin-right: 16px;
}
footer .pcnav li a:hover {
    color: #410dff;
}
footer .pcnav .hc_btn {
    background: #410dff;
    color: #fff;
    border: 1px solid #410dff;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 6px 32px;
    border-radius: 25px;
}
footer .pcnav .hc_btn:hover{
	color: #410dff;
	background:none; 
}
footer copy{
	text-align: center;
	font-size: 1.2rem;
	color:#eaeef0;
	display: block;
	padding-bottom: 5px
}

@media screen and (max-width:840px){
	footer .f_inner .f_wrap{
		padding: 120px 45px 100px;
	}
	footer .f_inner .f_menuwrap{
		display: none;
	}
}

.grecaptcha-badge{
	display: none!important;
}

/*202504追加分-------------------*/
.page-space{
	margin:210px 0 50px;
}
.news-section {
	margin: 0 0 75px;
}
.news-section .inner h3{
	margin:50px 0;
}
.news-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
/*.news-cards:after{
	content:"";
	display: block;
	width: calc(33.33% - 7px);
}*/
.news-card {
  width: calc(33.33% - 7px);
}
.news-card a{
}
.news-card a:hover{
	color: #410dff;
}
.news-image {
  width: 100%;
  border-radius: 16px;
}
.news-content {
  padding: 20px 15px;
}
.news-date {
	color: #333;
	font-size: 1.4rem;
	margin: 0;
}
.news-title {
	line-height: 1.6;
	margin: 10px 0;
}
.news-button-wrapper {
  text-align: center;
  margin-top: 30px;
}
.news-button {
	margin: 0 auto;
}
.news-button:hover {
	color: #410dff;
    background: none;
	border: 1px solid #410dff;
}

.wp-pagenavi{
	border-top: 1px solid #111;
	margin-top: 50px;
	padding: 80px 0 10px;
	text-align:center;
}
.wp-pagenavi .page-numbers{
	width: 25px;
    height: 25px;
    padding: 0;
    line-height: 2.5rem;
	text-align: center;
    margin: 0 5px;
	border-radius: 50%;
}
.wp-pagenavi a:hover{
	color:#410dff;
}
.wp-pagenavi .page-numbers.current{
	background: #122238;
    display: inline-block;
	color: #fff;
}

.post-single{
	max-width: 1000px;
}
.post-single h1,
.post-single h2{
	font-size:2.2rem;
}
.post-single h3,
.post-single h4{
	font-size:1.8rem;
}
.post-single img{
	border-radius:16px;
	height: auto;
}
.eyecatch{
}
.post-date{
	margin: 40px 0 10px;
}
.post-content{
	margin: 40px 0;
	padding: 20px 0;
	border-top: 1px solid #111;
}
.post-content h2{
	font-size:2rem;
}
.post-content a{
	color:#410dff;
}
.pagenav{
	border-top: 1px solid #111;
}
.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: #410dff;
}

@media screen and (max-width:840px){
	.page-space{
		margin:180px 0 50px;
	}
	.news-cards{
	}
	.news-card{
		width:100%;
	}
}

/*youtubeレスポンシブ*/
.is-type-video {
	width: 100%;
	max-width: 100%;
	margin: 1em 0;
}

.is-type-video .wp-block-embed__wrapper{
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.is-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*投稿内強制的に表示*/
.wp-block-embed iframe {
    visibility: visible !important;
	position:relative !important;
}