@charset "UTF-8";

html{
	font-size: 15px;
}

body {
	color: #606060;
	font-family: "Exo", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴPro W3", "ＭＳ ゴシック", sans-serif;
	background-size: 13%;
	margin: 0;
	transition: background-color 300ms 0s ease;
	width: 100vw;
}

body.home::before{
	content: " ";
	display: block;
	height: 100%;
	width: 58.3333333333%;
	position: fixed;
	background-size: cover;
	right: 0;
	z-index: -1
}

@media only screen and (max-width: 600px){
	body.home::before{
		width: 100%;
	}
	.top_left{
		background-color: #1d1d1e;
	}
}

.back_black{
	background-color: #1d1d1e !important;
	color: #ffffff;
}
.back_gray{
	background-color:#f7f7f7;
}

.back_black .logo_flex_color{
	fill: #ffffff;
}

a {
	text-decoration: none;
	transition: color 200ms 0s ease;
}

.home {
	height: 100vh;
	overflow-y: scroll;
	width: 100%
}

img, svg{
	max-width: 100%;
	max-height: 100%;
}

#openMask{
	height: 100vh;
	width: 100vw;
	display: flex;
	position: fixed;
	background-color: #1d1d1e;
	z-index: 9999;
	text-align: center;
	vertical-align: middle;
}

#openMask div{
	position: relative;
	width: 100%;
}

#openMask span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#site-header{
	height: 40px;
	padding: 8px;
	display: flex;
	position: fixed;
	width: calc(100% - 16px);
	z-index: 100;
	background-color: rgb(255 255 255 / 100%);
	transition: background-color 200ms 0s ease;
}

.back_black #site-header{
	background-color: rgb(0 0 0 / 0%);
}

@media only screen and (min-width: 993px){
	#site-header ul{
		opacity: 1;
		transition: opacity 200ms 0s ease;
	}

	.back_black #site-header ul{
		opacity: 0;
	}
}

#site-logo svg{
	max-width: 158px;
}

header nav{
	height : 100%;
	width: 100%;
}

header .header_menu{
	display: list-item;
	float: right;
	list-style-type: none;
}

header .has-children-a::after{
	content: "▼";
	font-size: 0.3em;
	padding-left: 1em;
}

header .menu-item-has-children .dropdown-content{
	position: absolute;
	right: 0;
	padding-left: 0;
	background: #ffffff;
	padding-top: 1em;
	display: none;
}

header .menu-item-has-children .dropdown-content.nav-view{
	display: block;
}

header .menu-item-has-children .dropdown-content li{
	float: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}

@media only screen and (max-width: 992px){
	header .header_menu{
		display: none;
	}
}

header nav ul{
	display: list-item;
	float: right;
}

header nav ul li {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	float: left;
	padding: 0;
	padding-left: 1em;
}

header nav a{
	color: #606060;
}

header nav a:hover{
	color: #8db6c0;
}

nav .sidenav-trigger {
	float: left;
	position: relative;
	z-index: 1;
	height: 56px;
	margin: 0 18px;
}

nav .sidenav-trigger::before{
	content : " ";
	display: block;
	height: 100%;
	width: 57px;
	z-index: 1;
	position: absolute;
	top:0;
	left: -18px;
}

nav .sidenav-trigger i{
	z-index: 2;
}

@media only screen and (max-width: 992px){
	header nav div.menu {
		display: none !important;
	}
	
	header h1, header p{
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#site-logo svg {
		width: 100%;
		max-width: 100% !important;
	}
	.sidenav-trigger {
		position: absolute !important;
		left: 0;
		top: 0;
		vertical-align: middle;
	}
	.sidenav-trigger i {
		height: 56px;
		line-height: 45px;
		font-size: 24px;
	}
}

@media only screen and (min-width: 993px){
	.sidenav-trigger {
		display: none !important;
	}
}

header h1, header p{
	display: inline;
}

.under_red {
	fill: red;
}

.under_blue {
	fill: blue;
}

.sidenav {
	position: fixed;
	width: 300px;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	height: calc(100% + 60px);
	height: -moz-calc(100%);
	padding-bottom: 60px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	transition: transform 300ms 0s ease;
}

.sidenav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 120vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 997;
	display: none;
	transition: opacity 300ms 0s ease;
}

.center{
	text-align: center;
}

.home #top{
	height: 100%;
	position: relative;
	font-family: "Gill Sans";
}

.top_left{
	height: 100%;
	position: relative;
}

.top_right{
	height: 100%;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.s-trad_copy{
	position: absolute;
	display: block;
	z-index: 1;
	font-size: 3em;
}

.top_right .s-trad_copy{
	color: #000000;
}

.top_right::after{
	position: absolute;
	content: " ";
	height: 100%;
	width: 100%;
	background-color: rgb(153 153 163 / 50%);
	top: 0;
}

.top_left .s-trad_copy{
	text-align: right;
	width: 100%;
}

.top-page-section{
	line-height: 2rem;
	position: relative;
}

@media only screen and (min-width: 601px){
	.top-page-section{
		height: 100vh;
	}
}

.top-page-section::after{
	content: " ";
	background: #eeeeee;
	position: absolute;
	display:block;
	height: 100vh;
	width: 10vw;
	top: 0;
	bottom: 0;
	z-index: -100;
}


@media only screen and (max-width: 600px){
	.top-page-section::after{
		display: none;
	}
}

.top-page-section.sec-odd::after{
	transform: skewX(-15deg);
}

.top-page-section.sec-even::after{
	transform: skewX(15deg);
}

.background_controller{
	background-color: #ffffff;
	transition: background-color 300ms 0s ease;
}

main{
	background: #ffffff;
	padding: 10px;
}

main, aside{
	margin-bottom: 3em;
}

@media only screen and (min-width: 601px){
	main{
		padding: 1em;
	}
	aside{
		padding: 1em 1em 0;
		margin-bottom: 0em;
	}
}

#main{
	opacity: 0;
	position: relative;
}

.content-sentence, .content-pic{
	position: relative;
	padding-left: 1rem;
}
.content-pic{
	filter: drop-shadow(30px 20px 0 blue);
}

.svg-back-blue{
	position: absolute;
}

.y-center{
	top: 0;
	right: 0%;
	bottom: 0;
	left: 0%;
	margin: auto;
	width: 100%;
}

@media only screen and (min-width: 601px){
	.y-center{
		position: absolute;
	}
}

.top-title{
	margin: 0 1rem 0 0;
	padding-bottom: 3rem;
}

.y-center p, .y-center ul{
	margin: 0 1rem 0 0;
}

.y-center span{
	font-size: 1rem !important;
}

iframe {
	max-width: 100%;
}

main.container{
	padding-top: 60px;
}

.home main.container {
	padding-top: 0px;
}

.more-link{
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media only screen and (max-width: 992px){
	.home main.container{
		width: 80%;
	}
	.arrow_parts::before {
		left: 108%;
	}
}


@media only screen and (max-width: 600px){
	.home main.container{
		padding-top: 50vh;
	}
}

.single h1, .page h1{
	font-size: 1.9rem;
}

.single h2, .page h2{
	font-size: 1.6rem;
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.single h3, .page h3{
	font-size: 1.5rem;
}

.single h4, .page h4{
	font-size: 1.4rem;
}

.single h5, .page h5{
	font-size: 1.3rem;
}

.single h6, .page h6{
	font-size: 1.2rem;
}

.single h7, .page h7{
	font-size: 1.1rem;
}

#breadcrumb-wrap{
	margin-top: 70px;
	margin-bottom:2rem;
}

.sns-links{
	float: right;
}

.sns-links li {
	float: left;
}

.sns-links li a {
	display: inline-block;
	padding: 0.2rem 1rem;
	margin: 0.1rem;
	color: #ffffff;
}

.fa-hatebu:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
}

ul{
	list-style-type: none;
}

ul:not(.browser-default)>li {
	list-style-type: none;
}

.footer-01 {
	background: #5f76ff;
	border-top: 1px #5f76ff;
	font-size: 13px;
	color: #ffffff;
}

.footer-01 ul{
	padding-left: 0;
}
.footer-01 ul li{
	padding-left: 1rem;
}

.footer-01 a{
	color: #ffffff;
}

.footer-02 {
background: #2e56ff;
color: #ffffff;
height:50px;
}

.topPagePosts {
  border-top: 2px solid #ccc; /* 掛け線のスタイル（最上部のみ） */
  margin-bottom: 10px;
}

.topPagePosts__item_1 {
  border-top: 2px solid #ccc; /* 掛け線のスタイル */
  padding: 8px;
  position: relative;
  margin-top:2rem !important;
}

.topPagePosts__item_1:before {
	position: absolute;
	border-top: 2px solid #1a73e8;
	display: block;
	content: " ";
	padding: 8px;
	top: -2px;
	width: 17%;
}

.topPagePosts__item_2 {
  border-top: 2px solid #ccc;
  padding: 8px;
  position: relative;
  width:95%;
}

.topPagePosts__title {
  padding-top:2%;
  width: 80%;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 3 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 3;
	bottom: 25px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow_parts::before{
	left: 113%;
	width: 30px;
	height: 3px;
	background: #1a73e8;
}

.arrow_parts::after{
	left: 115%;
	width: 0px;
	border-color: #1a73e8;
	border-style: solid;
	border-width: 10px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}

@media only screen and (max-width: 992px){
	.arrow_parts::before{
		left: 103%;
	}
	.arrow_parts::after{
		left: 109.5%;
	}
}

article img, article svg {
	width: 100%;
	height: 100%;
}

.entry-list .entry-content{
	margin-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
	.top_left, .top_right {
		height: 50%;
	}
	
	.top_left .s-trad_copy{
		text-align: left;
	}
	.top_right .s-trad_copy{
		text-align: right;
		width: 100%;
	}
}

@media only screen and (min-width: 601px) {
	.content-sentence, .content-pic {
		height: 100%;
	}
}

.loader {
	color: #ffffff;
	font-size: 3rem;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.widget_area {
	margin-top: 2.5rem;
}

.widget_area h2{
	margin-bottom: 0;
}

.s-trad-archive-widget{
	margin-top: 0;
	padding: 0;
}

.s-trad-archive-widget li{
	margin-bottom: 0.5rem;
}

.s-trad-archive-widget time{
	display: block;
}

.archive-link{
	text-align: right;
}

p span, p input{
	max-width: 100%;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
	background:#fafafa; 
	border:1px solid #ddd; 
	padding:0px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 0 30px 0;
}
div.wpcf7 p { 
	padding:20px 20px 0; 
	margin:0; 
	font-size:14px;
}
div.wpcf7 input, .wpcf7 textarea { 
	border:1px solid #ccc;
	padding:8px; font-size:14px;
}
div.wpcf7 textarea { 
	width:97.5%;
	height:300px; 
}
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff;
	font-weight:bold;
	font-size:14px;
	width:200px;
	height:45px;
	margin:0 auto;
	display:block;
   -moz-border-radius:5px; 
	-khtml-border-radius:5px
		; -webkit-border-radius:5px;
	border-radius:5px;
   background:#333;
	box-shadow:
		0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
	border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { 
	background:#006080; 
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
	border:1px solid #006080;
}
.wpcf7 input.wpcf7-submit:active {
	box-shadow:none;
	bottom:-2px; 
	position:relative;
}
.wpcf7 input:focus, .wpcf7 textarea:focus { 
	border:1px solid #009de1; 
}
.wpcf7-captchac {
	border:1px solid #ccc; 
}
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1; 
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok 
{color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;
}
 
/* 必須赤色表示 */
.wpcf7 .required {
	color: #f00;
}
/* 任意緑色表示 */
.wpcf7 .any{
	color: #080;
}

/* ラジオボタン縦表示 */
.wpcf7-list-item {
	display: block;
}

@-webkit-keyframes load6 {
	0% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
	box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
	box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@-webkit-keyframes round {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
@keyframes round {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
