@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,500&display=swap');/*CSSリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
	pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{
	margin:0;
	padding:0;
}
body{
	overflow-x: hidden;
	overflow-y: visible;
}
table{
	border-collapse:collapse;
	border-spacing:1px;
	width: 100%;
}
fieldset,img{
	border:0;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #18233d;
	font-size:16px;
}
.roboto,.pagetop{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h2.roboto{
	letter-spacing: 3px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,form{
	font-weight: 400;
	font-style:normal;
	line-height:160%;
	max-height: 100%;
	font-size: inherit;
	vertical-align: middle;
}
strong,em{
	font-weight: inherit;
	font-style: inherit;
}
ul{
	list-style:none;
}
.alc{
	text-align: center!important;
}
.all{
	text-align: left!important;
}
.alr{
	text-align: right!important;
}
a{
	text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #2681c7;
text-underline-offset: 2px;
}
a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	text-decoration: none!important;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

/*wp*/
.has-text-align-center,.aligncenter{
	text-align: center;
}.has-text-align-right,.alignright{
	text-align: right;
}.has-text-align-left,.alignleft{
	text-align: left;
}
.has-pale-pink-color {
	color: rgb(247, 141, 167)!important;
}
.has-vivid-red-color{
 color: rgb(207, 46, 46)!important;
}
.has-luminous-vivid-orange-color{
	color: rgb(255, 105, 0)!important;
}
.has-luminous-vivid-amber-color{
	color: rgb(252, 185, 0)!important;
}
.has-light-green-cyan-color{
	color: rgb(123, 220, 181)!important;
}
.has-vivid-green-cyan-color{
	color: rgb(0, 208, 132)!important;
}
.has-pale-cyan-blue-color{
	color: rgb(142, 209, 252)!important;
}
.has-vivid-cyan-blue-color{
	color: rgb(6, 147, 227)!important;
}
.has-vivid-purple-color{
	color: rgb(155, 81, 224)!important;
}
.has-very-light-gray-color{
	color: rgb(238, 238, 238)!important;
}
.has-cyan-bluish-gray-color{
	color: rgb(171, 184, 195)!important;
}
.has-very-dark-gray-color{
	color: rgb(49, 49, 49)!important;
}

/*背景色*/

.has-pale-pink-background-color{
	background-color: rgb(247, 141, 167)!important;
}
.has-vivid-red-background-color{
	background-color: rgb(207, 46, 46)!important;
}
.has-luminous-vivid-orange-background-color{
		background-color: rgb(255, 105, 0)!important;
}
.has-luminous-vivid-amber-background-color{
	background-color: rgb(252, 185, 0)!important;
}
.has-light-green-cyan-background-color{
	background-color: rgb(123, 220, 181)!important;
}
.has-vivid-green-cyan-background-color{
	background-color: rgb(0, 208, 132)!important;
}
.has-pale-cyan-blue-background-color{
	background-color: rgb(142, 209, 252)!important;
}
.has-vivid-cyan-blue-background-color{
	background-color: rgb(6, 147, 227)!important;
}
.has-vivid-purple-background-color{
	background-color: rgb(155, 81, 224)!important;
}
.has-very-light-gray-background-color{
	background-color: rgb(238, 238, 238)!important;
}
.has-cyan-bluish-gray-background-color{
	background-color: rgb(171, 184, 195)!important;
}
.has-very-dark-gray-background-color{
	background-color: rgb(49, 49, 49)!important;
}
.has-extra-small-font-size{font-size: 0.8em!important;}
.has-small-font-size{font-size: 0.9em!important;}
.has-medium-font-size{font-size: 1.125em!important;}
.has-large-font-size{font-size: 1.5em!important;}
.has-extra-large-font-size{font-size: 2em!important;}
.has-huge-font-size{font-size: 3em!important;}
.has-gigantic-font-size{font-size: 5em!important;}
.is-style-rounded img{border-radius: 21px!important;}

.is-vertically-aligned-center{
	align-items: center;
}


.wp-pagenavi{
	text-align: center;
	margin-top: 80px;
}
.wp-pagenavi a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

.wp-pagenavi span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	background: #FCA401;
	border: 2px solid #000000;
	border-radius: 100px;
	font-weight: bold;
	line-height: 30px;
}


select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DDDDDD;
	background: #eee;
	padding-right: 30px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #fff 0%,#efefef 100%);
	cursor: pointer;
}
span.select{
	position: relative;
	cursor: pointer;
	display: block;
}
span.select:before{
	content: "";
	display: flex;
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	align-items: center;
	text-align: center;
	border-top: 14px solid #666;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

/*スクロールアニメーション*/
.e {
  transform: translateY(30px);
  transition: transform .5s, opacity .5s, visibility .5s;
}
.e.anm {
  transform: translateX(0);
  opacity: 1!important;
  visibility: visible!important;
}
.e.s{
	transform: scale(0);
	transition: transform .5s, opacity .5s, visibility .5s;
}
.e.s.anm {
  transform: scale(1);
  opacity: 1!important;
  visibility: visible!important;
}

.e {
  transform: translateY(30px);
  transition: transform .5s, opacity .5s, visibility .5s;
}
.e.anm {
  transform: translateX(0);
  opacity: 1!important;
  visibility: visible!important;
}
.j2 .e:nth-child(2n){
	transition-delay: .2s;	
}
.j3 .e:nth-child(3n+2){
	transition-delay: .2s;	
}
.j3 .e:nth-child(3n){
	transition-delay: .4s;
}
.eas>*>.e:nth-child(3n+2){
	transition-delay: .2s;	
}
.eas>*>.e:nth-child(3n){
	transition-delay: .4s;
}
.j4 .e:nth-child(4n+2){
	transition-delay: .2s;	
}
.j4 .e:nth-child(4n+3){
	transition-delay: .4s;	
}
.j4 .e:nth-child(4n){
	transition-delay: .6s;
}

.j5 .e:nth-child(5n+2){
	transition-delay: .2s;	
}
.j5 .e:nth-child(5n+3){
	transition-delay: .4s;	
}
.j5 .e:nth-child(5n+4){
	transition-delay: .6s;	
}
.j5 .e:nth-child(5n){
	transition-delay: .8s;
}

sup{

}
form table input.error, form table textarea.error, form table select.error,label.error:before  {
    background: #FFE7F3!important;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
