/*
Theme Name: Divi Child
Version: 1.6
Template: Divi
*/
/****************************
共通
****************************/

html {
  font-size: 55%;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.4rem;
	  font-family:'Noto Sans JP', "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
*{
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
ul {
    list-style-type: none!important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.logo_container a{
	display:inline-block;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}
.common-mv{
	max-width:100%;
	width:100%;
	padding-bottom: 4.875rem;
    padding-top: 4.875rem;
/* 		border-bottom:1px solid #222; */
	margin:60px auto 0px;
}
@media screen and (min-width:560px) {
	.common-mv{
		margin:48px auto 0px;
	}
}
.news-content{
	padding:10rem 0px;
}
.wrap{
	max-width:1132px;
	padding:0px 16px;
	width:100%;
	margin:0 auto;
}
.p-common__2colums{
	margin-bottom:60px;
}
@media screen and (min-width: 560px) {
	.p-common__inner{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
.p-common__2colums{
	flex:0 0 48.25%;
	max-width:48.25%;
}
}
.p-common__link{
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	padding:40px 0px;
	border-bottom:1px solid #efefef;
	position:relative;
	transition:.3s;
}
.p-common__image{
	flex:0 0 28%;
	max-width:28%;
	object-fit: cover;
	overflow:hidden;
}
.p-common__image img{
	    object-fit: cover;
    width: 100%;
    height: 180px;
	border-radius:4px;
	transition:.3s;
}
.p-common__link:hover .p-common__image img{
	transform: scale(1.05);
}
.p-common__block{
	flex:0 0 69%;
	max-width:69%;
}
.p-result__icons{
	    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
	right: 2.75vw;
	top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 48px;
    border: 1px solid #222;
	z-index: 10;
	transition:.3s;
}
.p-common__link:hover .p-result__icons{
	background:#F73B8C;
	border:1px solid #F73B8C;
	right: 2.45vw;
}
.p-result__icons::before{
	content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 1px;
	transition:.3s;
	background:#222;
}
.p-result__icons::after{
	    content: '';
    position: absolute;
    top: 22px;
    right: 9px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
	background:#222;
	transition:.3s;
}
.p-common__link:hover .p-result__icons::before,
.p-common__link:hover .p-result__icons::after{
	background:#fff
}
.p-common__headline{
	margin-top:15px;
	transition:.3s;
	font-weight:bold;
}
.p-common__link:hover .p-common__headline{
	color:#F73B8C;
}
.p-common__date{
	color:#666;
	font-size:13px;
}
.wp-block-image{
	margin:20px 0px;
}
.p-news__headline{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:2px solid #333;
}
.back-btn{
	position:relative;
	transition:.3s;
	text-align:center;
	overflow: hidden;
	background: #000;
	max-width:500px;
	margin:60px auto 0px;
	padding:15px 10px;
	color:#fff;
	font-weight:bold;
}
.back-btn span{
	position: relative;
}
.back-btn::before{
	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s ease-in-out;
  transform: translateX(96%);
  background: #0063b2;
}
.back-btn:hover::before{
	transform: translateX(0%);
}
.p-sp__inner{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-wrapper {
  max-width: 1200px;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}
#tab_menu {
	margin: 0 0 4rem;
	padding:0px;
}
#tab_menu li{
  flex: 0 0 31.25%;
  max-width: 31.25%;
	padding: 16px 0px;
	text-align: center;
	cursor: pointer;
  border-radius: 8px;
	background: #fff;
  border:1px solid #F4F5F7;
  transition: .3s;
}
#tab_menu li h3{
	 font-size: 13px;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #F4F5F7;
  color:#8B98A9;
  font-weight: 900;
}
#tab_menu li:hover {
	background: #F4F5F7;
  color:#8B98A9;
  font-weight: 900;
}

@media screen and (min-width: 560px) {
  .tab_panel{
    gap: 40px;
    display: flex;
  justify-content: center;
  }
}

.p-flow__content .p-common__3colums,
.p-flow__content .p-common__4colums {
  position: relative;
  padding-bottom: 80px;
  /* display: flex;
  justify-content: space-between; */
}

.p-flow__content .p-common__4colums {
  margin-bottom: 4rem;
}

@media screen and (min-width: 560px) {
	.p-common__3colums{
		flex: 0 0 31.25%;
    max-width: 31.25%;
	}
  .p-flow__content .p-common__3colums,
  .p-flow__content .p-common__4colums {
    display: block;
    padding-bottom: 0rem;
  }

  .p-flow__content .p-common__4colums {
    margin-bottom: 0px;
  }
}
.c-columns__headline{
  color:#005A73;
  text-align: center;
  font-size: 18px;
	padding:28px 0px 8px;
  font-weight: 900;
}
.p-icon__images{
	text-align:center;
}
.p-flow__content-list:not(:last-child)::after{
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  color: #999999;
  right: 0%;
  left: 0;
  top: auto;
  bottom: 5%;
  text-align: center;
  font-size: 3rem;
}

@media screen and (min-width: 560px) {

  .p-flow__content-list:not(:last-child)::after{
    content: '\f054';
    right: -8%;
    top: 23%;
    left: auto;
    bottom: auto;
    text-align: left;
    transform: translateY(-50%);
  }
}

.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	margin-bottom:50px;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
	transition:.2s;
	transition-delay:.25s;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*== 背景が流れる（上から下） */
.bgtop:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top:0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:  #333;/*背景色*/
 	width: 100%;
	height: 0;
    /*アニメーション*/
 	transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgtop:hover:before{
	 height: 100%;	
 	 background-color: #333;
}
/*== 背景が流れる（下から上） */
.bgbottom:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	bottom:0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:  #333;/*背景色*/
 	width: 100%;
	height: 0;
    /*アニメーション*/
 	transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgbottom:hover:before{
	 height: 100%;	
 	 background-color: #333;
}
.rittai{
	box-shadow: 0 5px 0 #aaaaaa;
	background-color: #cccccc;
}
.rittai:hover{
	transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border: 1px solid #555;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5:hover{
	background:#333;
	color:#fff;
}

/*矢印と下線の形状*/
.btnarrow5::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-26px;
    /*下線の形状*/
	width:40px;
	height:1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 20%;
    right: -21px;
    /*矢印の形状*/
	width:1px;
	height:12px;
	background:#333;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
	right:-30px;
}

.btnarrow5:hover::after{
	right:-25px;
}
.borderleft:hover {
	color:#ccc;
	border-color: transparent;
    /*色の変化を遅らせる*/
	transition-delay: .6s;
}

/*線の設定*/
.borderleft span{
    display: block;
    z-index: 2;
}

/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    width:0;
    height:1px;
    /*線の形状*/
    background: #333;
    /*アニメーションの設定*/
	transition: all .3s;
}

/*左上線*/
.borderleft span::before {
    left:0;
    top:0;
}

/*左下線*/
.borderleft span::after {
    left:0;
    bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
    width: 100%;
}

/*背景の設定*/
.borderleft::before{
	content: '';
    /*絶対配置で線の位置を決める*/
	position: absolute;
	left: 0;
    bottom:0;
	z-index: -1;
    /*背景の形状*/
	height: 100%;
	width: 0;
	background:#333;
    /*アニメーションの設定*/
	transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
	width: 100%;
    /*0.4秒遅れてアニメーション*/
	transition-delay: .4s;
}

.btn-55 {
  display: block;
  box-sizing: border-box;
  padding: 30px 90px;
  border-radius: 999px;

  position: relative;
  overflow: hidden;

  font-weight: 900;
  text-transform: uppercase;

  color: black;
  background: linear-gradient(to right, blue, red);
}

.btn-55 span {
  position: absolute;
  inset: 5px;
  display: grid;
  place-items: center;

  border-radius: 999px;

  color: white;
  background: rgb(30 41 59);
  transition: background 0.3s;
}
.btn-55:hover span {
  background: none;
}

.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    padding: 18px 60px;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	margin-bottom:50px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}
.btn02 a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
	border-radius: 35px;
	height: 60px;
	line-height:60px;
}

.btn02 a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.btn02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}
.btn08{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #ceb849;
	border: 1px solid transparent;
	margin-bottom:50px;
}
.btn08::before{
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(-45deg, #BAB38C, #BAB38C 3px, transparent 0, transparent 6px);
	z-index: -1;
	transition:.3s;
}
.btn08:hover::before{
	bottom: 0px;
	right: 0px;
}
.btn08::after{
	background-color: #B99b00;
	border: 1px solid #333;
}
.textlink01{
	position:relative;
	margin-bottom:50px;
	text-align:center;
}
.textlink01::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ceb849;
	transform: scaleX(0);
	transition: transform 0.3s;
}

.textlink01:hover::after {
	transform: scaleX(1);
}

.textlink02{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}
.textlink02::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ceb849;
	transition: width 0.3s;
}
.textlink02:hover::after{
	width: 100%;
}
/**************************/
/*header
/**************************/
#g-nav{
	position:fixed;
	right: 0px;
    top: 0px;
}
@media screen and (max-width: 959px) {
#g-nav{
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
	right:auto;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
      background: #fff;
    /*動き*/
  transition: all 0.6s;
}
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
@media screen and (max-width: 959px) {
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}
/*リストのレイアウト設定*/
.openbtn1.active span{
	background-color:#fff;
}
@media screen and (min-width: 960px) {
#g-nav ul{
	display:flex;
/* 	gap:6px; */
}
}
#g-nav li{
    text-align: center; 
	padding:15px 0px;
}
@media screen and (min-width: 960px) {
	#g-nav li{
	padding:0px 0px;
}
}
#g-nav li a{
	text-decoration: none;
  display: block;
  font-weight: normal;
	font-size:15px;
	transition: .3s;
	transform-origin: left;
	display: block;
/* 	transition-delay:.3s; */
	opacity:1;
	position:relative;
/* 	color:#000; */
}
.l-gnav__link{
	padding: 27px 24px;
}
@media screen and (max-width: 959px) {
	#g-nav li a{
		font-size:20px;
/* 		font-weight: bold; */
	}
	.l-gnav__link{
		padding:10px;
	}
}
#g-nav li a.smoothTextAppear{
	opacity:1;
}
.l-gnav__link i{
	color: #fff;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
	margin-right:6px
}
.u-contact__link span{
	position:relative;
	z-index:2;
}
@media screen and (min-width: 960px) {
.u-contact__link{
	background:#000;
	color:#fff;
	padding:27px 40px;
	position:relative;
}
	.l-gnav__link:hover{
		background:#efefef;
	}
	.l-gnav__link::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 4px;
		background-color: #333;
		transition: .3s;
	}
	#g-nav li a:hover::after{
		width: 100%;
	}
	.u-contact__link::after{
		content:'';
		height:100%!important;
		background-color:#333;
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		transition: .3s;
	}
	.u-contact__link:hover::after{
		width:100%;
	}
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #000;
	display:block;
}
@media screen and (min-width: 960px) {
	.openbtn1{
		display:none;
	}
}
header{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
	margin-bottom:32px;
/*     background: #fff;	 */
}
@media screen and (min-width: 960px) {
	header{
		padding:15px;
		margin-bottom:20px;
/* 		margin-bottom:48px; */
	}
}
.header__logo{
padding-left:16px;
	padding-top:10px;
position: fixed;
	top:0px;
}
@media screen and (min-width: 560px) {
	.header__logo{
		padding-top:16px;
	}
}
.header__logo a:hover{
	opacity:0.6;
}
.header__logo img{
	max-width:180px;
	width:100%;
}
@media screen and (min-width: 560px) {
.header__logo img{
	max-width:200px;
	width:100%;
}
}
@media screen and (min-width: 960px) {
	.header__logo img{
	max-width:260px;
	width:100%;
}
}
/*×に変化*/  
.openbtn1 span{
display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 2px;
    background-color: #fff;
    width: 45%;
    right: 0px;
    margin: 0 auto;
  }

.openbtn1 span:nth-of-type(1) {
  top:18px; 
}

.openbtn1 span:nth-of-type(2) {
  top:30px;
}

.openbtn1 span:nth-of-type(3) {
  top:42px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 22px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

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

.openbtn1.active span:nth-of-type(3){
    top: 35px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0px;
}
.p-english__text{
	font-size:12px;
	font-weight:normal;
	display:block;
	padding-top:8px;
}
.murakami-link{
	position: relative;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	color: #1f1f1f;
	letter-spacing: 1.2px;
	font-size: 14px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  display: inline-block;
	  padding: 15px 1.5rem;
	  font-weight: 300;
	  line-height: 1.5;
	  text-align: center;
	  vertical-align: middle;
	  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	  user-select: none;
}
.murakami-link::before{
	  position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: scaleY(0);
		transform-origin: top left;
		background-color: #1f1f1f;
		content: "";
		transition: all .3s cubic-bezier(.19,1,.22,1);
		transition-property: all;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-property: transform;
		transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.murakami-link span{
	z-index: 2;
	position: relative;
}
.murakami-link:hover{
	color: #fff;
}
.murakmi-link:hover::before{
	transform: scaleY(1);
	transform-origin: bottom left;
}
.p-curten__link{
	margin: 80px 0 0;
  padding: 100px 0;
	text-align: center;
  font-size: 36px;
  font-weight: 700;
  background: #ec2020;
	position:relative;
	display:block;
}
.p-curten__link::before{
	 position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  display: block;
	  width: 100%;
	  height: 100%;
	  transform: translateZ(0) scaleX(0);
	  transform-origin: right top;
	  transition: 0.8s transform cubic-bezier(0.65, 0.05, 0.35, 1);
	  background: #fd2020;
}
.p-curten__link:hover::before{
	transform: translateZ(0) scaleX(1);
  transform-origin: left top;
}
.p-curten__link p{
	position:relative;
	z-index:2;
	color:#fff;
}
.btn09{
	background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;
}
.btn09:hover{
	transform: translateY(-5px);
}
.btn10{
	position: relative;
  z-index: 1;
  padding: 0 10px;
display: block;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;
	    color: #ff701e;
    font-size: 22px;
}
.btn10::before{
	background: #ff701e;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
.btn10:hover{
	color: #fff;
}
.btn10:hover::before{
	transform-origin: left top;
  transform: scale(1, 1);
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #f8d92f;
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  transition: 0.5s;
  background: rgba(248, 217, 47, 0.5);
}
.c-loop__inner{
	position:relative;
	z-index:-1;
	    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
	overflow:hidden;
	margin-bottom:100px;
}
.text-loop{
	animation: animate-banner 80s linear infinite;
	color:#efefef;
	font-size:32px;
	font-weight:bold;
	white-space : nowrap;
	display : inline-block;
		padding:20px 0px;
}
.text-loop-02{
	animation: animate-banner-02 200s linear infinite;
	color:#efefef;
	font-size:80px;
	font-weight:bold;
	white-space : nowrap;
	display : inline-block;
	padding:40px 0px;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate-banner-02{
	0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slider {
  height: 53vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 80vw;
}
.slick-img img {
  width: 100%;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 5s 0s forwards;
}
/*========= スクロールダウン ===============*/
.scrolldown3{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:10px;
  right:50%;
    /*マウスの動き1.6秒かけて動く永遠にループ*/
  animation:mousemove 1.6s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove{
      0%{bottom:10px;}
      50%{bottom:5px;}
     100%{bottom:10px;}
 }

/*Scrollテキストの描写*/
.scrolldown3 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  bottom:45px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown3 span::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top:10px;
  left:17px;
    /*線の形状*/
  width: 1px;
  height: 15px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: mousepathmove 1.4s linear infinite;
  opacity:0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove{
  0%{
    height:0;
    top:10px;
    opacity: 0;
  }
  50%{
    height:15px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}

/*マウスの描写 */
.scrolldown3:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-10px;
    /*マウスの形状*/
  width:25px;
  height:37px;
  border-radius: 10px;
  border:1px solid #eee;
}


/*マウスの中の丸の描写*/
.scrolldown3:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:26px;
  left:0%;
    /*丸の形状*/
  width:5px;
  height: 5px;
  border-radius: 50%;
  border:1px solid #eee;
}
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:30px;
  left:15%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#eee;
}

.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #999;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #999;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
.p-works__list{
	flex: 0 0 100%;
	list-style-type: none;
	max-width:100%;
}
.p-blog__link,
.et_pb_text_inner a{
	color:#333;
	display:block;
}
.p-blog__link{
	border-bottom:1px solid #f1f4f6;
	padding:10px;
	position:relative;
}
.p-blog__link::before{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #f1f4f6;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}
.p-blog__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-works__list:last-child .p-blog__link{
	border-bottom:0px;
}
.p-blog__date{
	color:#999;
	padding-bottom:0px;
}
.et_pb_text_inner a{
	display:inline-block;
	transition:.3s;
}
.et_pb_text_inner a:hover{
color: #b19774!important;
}

/****************************
ニュース/お知らせ/CMS全般
****************************/
.archive,
.post-template-default{
  background-color: #fff;
}
@media screen and (max-width:959px) {
.archive main{
  overflow:visible;
  flex: initial;
}
}
.news-archive{
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (min-width:560px) {
  .news-archive{
    margin-top: 5rem;
    margin-bottom: 14rem;
  }
}
.c-archive__headline{
  border-top:1px solid #343434;
  margin-bottom: 3.4rem;
  border-bottom:1px solid #DDE3E9;
  height:42px;
  line-height: 42px;
}
@media screen and (min-width:560px) {
  .c-archive__headline{
    height:52px;
    line-height: 52px;
  }
}
.c-archive__headline span{
  background-color: #1D64B7;
  color:#fff;
  font-size:2rem;
  font-weight: bold;
  position: relative;
  height: 42px;
  display: inline-block;
  padding: 0 25px;
}
@media screen and (min-width:560px) {
  .c-archive__headline span{
    height: 52px;
    font-size:2.4rem;
  }
}
.c-archive__headline span::before{
  content:'';
  position: absolute;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 28px 0 0;
  border-color: #1D64B7 transparent transparent transparent;
}
@media screen and (min-width:560px) {
  .c-archive__headline span::before{
    border-width: 52px 38px 0 0;
    right: -38px;
  }
}
/****************************
ニュースの上のカテゴリー
****************************/
.c-archive__category{
  border-bottom:4px solid #1D64B7;
  margin-bottom:5.8rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width:559px) {
  .c-news__list{
    flex:0 0 31.25%;
    max-width: 31.25%;
  }
}

.c-news__list a {
  color:#7E7F80;
  font-size:1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:559px) {
  .c-news__list a {
    padding:5px 0px;
    font-size:1.4rem;
  }
}
.c-news__list .current {
  color: #1D64B7;
}

.news-content__article h5 {
  color: #2E3642;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.news-content__article figcaption {
  font-size: 1.2rem;
}

.news-content__article figure {
	margin:1rem 0px;
/*   width: 100% !important; */
}
.news-content__article p a{
  color: #064BB4;
    text-decoration: underline;
}
.news-content__article p a:hover{
  opacity: 0.7;
  text-decoration: none;
}
article ul{
	max-width: 95%;
    margin: 15px auto;
	list-style-type: unset;
}
.u-top__news {
    margin-bottom: 42px;
}
@media screen and (max-width:559px) {
	.u-top__news{
		margin-top: 30px;
	}
}
.view {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.view::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.view:hover::after {
  transform: scale(1, 1);
}

.contact-content{
	margin-bottom:100px;
}
.stepBar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 4rem auto;
  text-align: center;
}

.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}

.stepBar li:after {
  background: #ACB1B9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #ACB1B9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.stepBar .visited:after {
  background: #2E3642;
}

.stepBar .visited span {
  background: #2E3642;
}

.contact-ttl {
  font-size: 3rem;
  color: #2E3642;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: bold;
}

.contact-inner .common-link,
.contact-done .common-link {
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
}

.contact-table {
  width: 100%;
  margin: 0 auto 6.8rem;
}

.contact-form__inner {
  margin-bottom: 3rem;
  border-bottom: 1px solid #D8DDE4;
}

.contact-form__01 {
  border-bottom: 1px solid #D8DDE4;
}

.contact-form__01,
.contact-form__02 {
  display: block;
}

@media screen and (min-width: 560px) {

  .contact-form__01,
  .contact-form__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact-form__name {
  margin-right: 1rem;
  max-width: 244px;
  width: 100%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  padding: 16px 0;
  display: block;
}

@media screen and (min-width: 560px) {
  .contact-form__name {
    display: inline;
    padding: 32px 0;
    flex: 0 0 22.4%;
  }
}

.contact-form__required {
  display: inline-block;
  background-color: #333;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 12px;
  line-height: 2;
  margin-left: 16px;
}

.contact-table td {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 816px;
  width: 100%;
  display: block;
  padding: 0px 0 32px;
}

@media screen and (min-width: 560px) {
  .contact-table td {
    padding: 32px 0;
    flex: 0 0 75%;
  }
}

.contact-table input,
.contact-table textarea {
  width: 100%;
  background-color: #F1F2F3;
  border: none;
  padding: 14px 10px;
  border-radius: 4px;
}

.contact-common__body {
  color: #6C737E;
}

/* .contact-table input::placeholder,.contact-table textarea{
  color: #ACB1B9;
} */
.contact-table textarea {
  min-height: 208px;
}

/* IE */
input:-ms-input-placeholder {
  color: #ACB1B9;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ACB1B9;
}

.contact-agreement h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

.contact-agreement__inner {
  padding: 14px 0 32px;
}

@media screen and (min-width: 560px) {
  .contact-agreement__inner {
    padding: 14px 0 60px;
    display: flex;
  }
}

.contact-privacy {
  text-decoration: underline;
  color: #333;
  display: inline;
}

@media screen and (min-width: 560px) {
  .contact-privacy {
    margin-left: 20px;
  }
  .contact-privacy:hover {
    opacity: 0.6;
  }
}

.mwform-checkbox-field input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -.8px;
  transition: all .15s ease-out 0s;
  color: #3C3D3C;
  cursor: pointer;
  display: inline-block;
  margin: .4px;
  outline: none;
  background-color: #ECECEC;
  border: 1px solid #D8DDE4;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  position: absolute;
  content: "";
  background: #3C3D3C;
  transition: all .2s ease-in-out;
}

input[type=checkbox]::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox]::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}

input[type=checkbox]:checked::before {
  left: 2px;
  top: 11px;
  width: 6px;
  height: 2px;
}

input[type=checkbox]:checked::after {
  right: 6px;
  bottom: 2px;
  width: 2px;
  height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

input[type=checkbox]:indeterminate:after {
  right: 6px;
  bottom: 2px;
}

input[type=submit] {
  cursor: pointer;
  outline: none;
}

.mw_wp_form .common-link {
  pointer-events: auto;
  color: #fff;
	background-color:#000;
  margin: 0 auto;
  height: 60px;
  line-height: 56px;
  display: block;
}

/* .mw_wp_form .common-link:hover {
  color: #fff;
} */

.contact-conversion__btn {
  margin: 0 auto;
  display: flex;
  max-width: 800px;
}

.check-content table th {
  background-color: #F1F2F3;
  padding: 23px 20px;
  border: none;
}

.check-content .contact-table td {
  padding: 23px 20px;
  font-size: 16px;
}

.check-content .contact-agreement {
  display: none;
}

.mw_wp_form .back-btn {
  pointer-events: auto;
  color: #fff;
  border: 1px solid #6C737E;
  background-color: #6C737E;
  margin: 0 auto;
/*   height: 60px;
  line-height: 56px; */
  display: block;
/*   background-size: 200% 100%; */
  font-size: 16px;
  text-align: center;
  max-width: 384px;
  width: 100%;
  position: relative;
  overflow: hidden;
/*   background-image: linear-gradient(to right, rgba(108, 115, 126, 1) 50%, transparent 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease; */
/*   transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease; */
	transition:.3s;
  border-radius: 30px;
	font-weight:normal;
}

.mw_wp_form .back-btn:hover {
	opacity:0.5;
/*   color: #6C737E;
  background-color: #fff;
  background-position: -100% 100%; */
}

.check-content {
  margin-top: 32px;
}

.check-content .common-link {
  background-image: linear-gradient(to right, rgba(90,107,95,1) 50%, transparent 50%);
  color: #fff;
}

.check-content .common-link:hover {
  color: #333;
  background-position: -100% 100%;
}

.check-content .contact-form__02 {
  border-bottom: 1px solid #D8DDE4;
}

.check-content tr:first-child {
  border-top: 1px solid #D8DDE4;
}

.check-content tr:nth-child(5) {
  display: none;
}
/********link********/
.common-link {
	display:block;
	font-size:16px;
  text-align: center;
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #333;
  position: relative;
  overflow: hidden;
  height: 44px;
  line-height: 40px;
/*   background-size: 200% 100%; */
  background-color: #fff;
/*   background-image: linear-gradient(to right, transparent 50%, rgba(90,107,95,1) 50%); */
/*   transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease; */
	transition:.3s;
  border-radius: 30px;
}

.common-link:hover {
	opacity:0.5;
}

.common-link span {
  color: #333;
  position: relative;
  font-weight: 400;
  transition: .3s;
}

.common-link:hover span {
  color: #fff;
}
.entry-content{
	margin-bottom : 100px;
}


.entry-content tr td{
       border-top: 0px solid #eee!important;
   padding: 30px 0px 30px 0px;
}

.entry-content table:not(.variations) {
    border: 0px solid #eee!important;
}



.entry-content thead th, .entry-content tr th{
padding: 30px 0px 0px 0px;
font-size: 14px;
font-weight: 400;
}

.contact-agreement{
	margin-top:40px;
	
}

.mwform-checkbox-field input[type="checkbox"] {
	top:4px;
}



div.whatsnew  {
    padding: 19px 0;
    display: block;
    text-decoration: none;
    box-shadow: none;
    color: #333;
}


div.whatsnew a {
    padding: 19px 0;
    display: block;
    text-decoration: none;
    box-shadow: none;
    color: #333;
}

div.whatsnew dt {
    margin: 0 0 0 0.3em;
    padding: 0;
    border: none;
    color: #333;
 font-family: oswald,Arial,sans-serif;
    font-weight: 500;
    white-space: nowrap;
}


.box {
	margin: 0;
	font-family: 'Noto Sans JP';
  font-weight:300;
  font-size:14px;
  color:#000000;
}
.box ul {
	margin: 0;
	list-style: none;
}
.box ul li {
	padding: 2em 0;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.box ul li a {
	text-decoration: none;
	display: block;
}
.box-left {
	display: inline-block;
	width: 20%;
	margin-left: 1%;
	margin-right: 5%;
	vertical-align: middle;
}
.box-right {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
}
footer{
	background-color:#efefef;
	padding:100px 0px;
	margin-top:80px;
}
@media screen and (min-width: 560px) {
.p-footer__logo{
	flex: 0 0 30%;
	max-width:30%;
}
}
.p-footer__link{
	text-decoration:underline;
	margin-top:30px;
}
@media screen and (min-width: 560px) {
.p-footer__link{
	margin-top:0px;
/* 	flex:0 0 40%;
	max-width:40%; */
}
}
.p-footer__logo-img{
	max-width:200px;
	margin-bottom:20px;
}
copyright{
	background-color:#333;
	color:#fff;
	display:block;
	text-align:center;
	padding:15px 0px;
}
.contact-thanks{
	padding:100px 0px;
}
.thanks-ttl{
	font-size:3.2rem;
	text-align:center;
	font-weight:bold;
	margin-bottom:40px;
}

.list-common__link{
position: relative;
    padding: 15px 0;
    border-top: 1px solid #D8DDE4;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (min-width:560px) {
	.list-common__link{
		padding:20px 0px;
		flex-wrap: nowrap;
	}
}
@keyframes mouseon-underline {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@keyframes mouseout-underline {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
  }
}
.list-common__link::before {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background:#5a6b5f;
    animation: mouseout-underline .3s ease-in-out forwards;
    content: "";
}
.list-common__link::after {
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    right: 0px;
    position: absolute;
 color: #6C737E;
    font-size: 20px;
}
.list-common__link:hover::before {
    -webkit-animation: mouseon-underline .3s ease-in-out forwards;
    animation: mouseon-underline .3s ease-in-out forwards;
    height: 1px;
}
.list-common__date {
    color: #6C737E;
    font-weight: 400;
    font-family: 'Crossten Light';
    max-width: 96px;
    width: 100%;
	padding-bottom: 0px;
}
.list-common__category {
    max-width: 100px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: #fff;
    margin: 0 18rem 0 0rem;
    text-align: center;
    font-size: 12px!important;
background-color: #000;
}
@media screen and (min-width:560px) {
	.list-common__category {
    max-width: 110px;
    margin: 0 2rem;
    height: 29px;
    line-height: 29px;
}
}
@media screen and (min-width:960px) {
	.list-common__category {
    max-width: 136px;
}
}
.list-common__ttl{
margin-top: 1.25rem;
    max-width: 90%;	
color: #6C737E;
}
@media screen and (min-width:560px) {
.list-common__ttl {
    margin-top: 0rem;
    max-width: 60%;
}	
}
@media screen and (min-width:960px) {
.list-common__ttl {
    max-width: 72%;
}
}
.common-mv{
	background-repeat: no-repeat;
	padding:50px 15px;
	    height: 260px;
    max-height: 261px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.common-ttl{
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #FFFFFF!important;
}
.common-ttl span{
	display:block;
	font-size:14px;
}
.news-mv{
    background-image: url("/wp-content/uploads/2022/07/news-mv.jpg")!important;
	    position: relative;
	background-size:cover;
    background-color: #fff;
    background-position: 50%;
}
.news-content__list .list-common__category{
	font-size:13px;
}
.c-common__button{
	    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase!important;
    background-color: #333;
	border:1px solid #333;
	margin:0 auto 100px;
	display:block;
	max-width:500px;
	height:60px;
	line-height:60px;
	text-align:center;
	transition:.3s;
}
.c-common__button:hover{
	background-color:#fff;
	color:#333;
}
.p-columns__date{
    margin: 4rem auto 30px;
    position: relative;
    text-align: right;
}
@media screen and (min-width:560px) {
	.p-columns__date{
		margin: 10rem auto 2rem;
	}
}
.single #main-content h2{
	position:relative;
	margin-bottom:30px;
}
.single #main-content h3,
.single #main-content h4{
	margin-bottom:30px;
	margin-top:50px;
	position:relative;
}
.single #main-content h2{
	font-size:20px;
	padding: 1rem 1rem;
  border-bottom: 3px solid #000;
  background: #f4f4f4;
}
@media screen and (min-width:560px) {
	.single #main-content h2{
		font-size:24px;
	}
}
.single #main-content h3{
	padding: 1rem 1rem;
  border-left: 4px solid #000;
	font-size:20px;
}
@media screen and (min-width:560px) {
	.single #main-content h3{
		font-size:24px;
	}
}
.single #main-content h4{
	padding: 1rem 1rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
	font-size:18px;
}
@media screen and (min-width:560px) {
	.single #main-content h4{
		font-size:20px;
	}
}
#main-content .container:before{
	display:none;
}
/****************************
ニュース/お知らせのページネーション
****************************/
.wp-pagenavi a,
.wp-pagenavi span{
	color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 6px 15px;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333;
	border-color: #333;
	font-weight: bold;
    }
.et_pb_blog_0 .wp-pagenavi a, .et_pb_blog_0 .wp-pagenavi span, .et_pb_blog_0 .et_pb_post .entry-title a, .et_pb_blog_0 .not-found-title {
    font-family: 'Noto Sans JP',Helvetica,Arial,Lucida,sans-serif!important;
}
.news-content__list {
  margin-bottom: 3rem;
}
@media screen and (min-width:560px) {
  .news-content__list {
    margin-bottom: 0rem;
  }
}
.list-common__block{
  display: flex;
  align-items: center;
  max-width: 253px;
  width: 100%;
}
.wp-pagenavi {
  max-width: 336px;
  width: 100%;
  margin: 4.8rem auto 4rem;
  text-align: center;
  gap: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a {
    font-size: 16px;
    line-height: 38px;
    height: 38px;
}


.wp-pagenavi a:hover {
  color: #fff;
	background-color:#333;
  font-weight: bold;
}
.anime_wrap{
	position:relative;
	overflow:hidden;
}
.arrow-btn a {
  background-color: #DDE3E9;
  color: #6C737E;
  height: 38px;
  line-height: 38px;
  border-radius: 8px;
  width: 38px;
  text-align: center;
}
.pattern6::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: .5s;
}
.pattern6.show::before{
    transform: translateX(100%);
}
.pattern6{
    opacity: 0;
    transition: .5s;
}
.pattern6.show{
    opacity: 1;
}
.p-image__animation{
	opacity:0;
	position:relative;
	animation:fade;
	animation-delay:1.9s;
	animation-duration:1s;
	animation-fill-mode: forwards; 
}
@keyframes fade {
0% {
  opacity: 0;
}
 100% {
  opacity: 1;
} 
}