@charset "UTF-8";

/* ----------------------------------------
//
// 接頭辞について
//
---------------------------------------- */

/* pc_ ... PC */

/* sp_ ... SP */

/* pg_ ... 下層ページ */

/* ly_ ... 大まかなレイアウト */

/* a_  ... アンカーリンク */

/* wp_  ... WordPress固有 */

/* js_ ... js制御 */

/* end 接頭辞について */

/* ----------------------------------------
//
// base
//
---------------------------------------- */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	word-wrap: break-word;
	display: flex;
	flex-direction: column;
	/* min-width: 100vw; */
	min-height: 100vh;
	overflow-x: auto;
	background-color: #fff;
	color: #454545;
	font-weight: normal;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: justify;
	line-break: strict;
}

@media (max-width: 767px) {
	body {
		min-width: 100vw;
    	min-height: 100vh;
		overflow-x: hidden;
		font-size: 1.5rem;
	}
}

a {
	text-decoration: underline;
}

em {
	font-style: normal;
}

[href^='tel'] {
	text-decoration: none;
	pointer-events: none;
}

@media (max-width: 767px) {
	[href^='tel'] {
		text-decoration: underline;
		pointer-events: auto;
	}
}

img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 1;
	image-rendering: -webkit-optimize-contrast;
}

dt {
	font-weight: inherit;
}

th,
td {
	vertical-align: middle;
}

hr {
	margin-right: auto;
	margin-left: auto;
	border: none;border-top: 1px solid #ccc;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	width: 100%;
}

form {
	font-size: 1.6rem;
	line-height: 1.75;
}

[type="radio"],
[type="checkbox"],
select,
label {
	cursor: pointer;
}

[type='text'],
[type='password'],
[type='email'],
[type='url'],
[type='date'],
[type='month'],
[type='time'],
[type='datetime'],
[type='datetime-local'],
[type='week'],
[type='number'],
[type='search'],
[type='tel'],
[type='color'],
select,
textarea {
	padding: 0.5625em;
	border: 1px solid #ccc;
	border-radius: 0;
background-color: #fff;}

@media (max-width: 767px) {
	[type='text'],
	[type='password'],
	[type='email'],
	[type='url'],
	[type='date'],
	[type='month'],
	[type='time'],
	[type='datetime'],
	[type='datetime-local'],
	[type='week'],
	[type='number'],
	[type='search'],
	[type='tel'],
	[type='color'],
	select,
	textarea {
		width: 100%;
	}
}

[readonly] {
	background-color: #eee;
}

:-ms-input-placeholder {
	color: #aaa !important;
}
::placeholder {
	color: #aaa;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* end base */

/* ----------------------------------------
//
// layout
//
---------------------------------------- */
.ly_content{
	background: #f5f5f5;
}
.ly_inner {
	box-sizing: content-box;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.page-id-29001 .pg_body > .ly_inner,
.page-id-29002 .pg_body > .ly_inner{
	    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
	.ly_inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* end layout */

/* ----------------------------------------
//
// module
//
---------------------------------------- */


/* ----------------------------------------
// btn
---------------------------------------- */


.btn {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	max-width: 100%;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}

.btn * {
	pointer-events: none;
}

.btn.-tal {
	text-align: left;
}

/* hover */
.btn.-op:focus,
.btn.-op:hover {
	opacity: 0.8;
}


.btn.afterIcon {
	position: relative;
}

.btn.afterIcon:after {
	position: absolute;
	right: 10px;
}
.btn:focus,
.btn:hover {
	opacity: 0.8;
}

/* end btn */

/* ----------------------------------------
// icon
---------------------------------------- */

.beforeIcon::before,
.afterIcon::after {
	font-weight: 900;
	font-family: 'font awesome 5 free';
}

.beforeIcon::before {
	margin-right: 0.5em;
}

.afterIcon::after {
	margin-left: 0.5em;
}

.beforeIcon.-weak::before,
.afterIcon.-weak::after {
	opacity: 0.5;
}

.beforeIcon.-caret::before,
.afterIcon.-caret::after {
	content: '\f0da';
}

.afterIcon.-caret-down::after {
	content: '\f0d7';
}

.beforeIcon.-caret-left::before {
	content: '\f0d9';
}

.beforeIcon.-angle::before,
.afterIcon.-angle::after {
	content: '\f105';
}

.beforeIcon.-angle-left::before {
	content: '\f104';
}

.beforeIcon.-chevron::before,
.afterIcon.-chevron::after {
	content: '\f054';
}

.beforeIcon.-chevron-left::before {
	content: '\f053';
}

.beforeIcon.-chevron-circle::before,
.afterIcon.-chevron-circle::after {
	content: '\f138';
}

.beforeIcon.-chevron-circle-down::before,
.afterIcon.-chevron-circle-down::after {
	content: '\f13a';
}

.beforeIcon.-chevron-circle-left::before {
	content: '\f137';
}

.beforeIcon.-arrow::before,
.afterIcon.-arrow::after {
	content: '\f061';
}

.beforeIcon.-search::before,
.afterIcon.-search::after {
	content: '\f002';
}

.beforeIcon.-clock::before,
.afterIcon.-clock::after {
	content: '\f017';
}

.beforeIcon.-folder-open::before,
.afterIcon.-folder-open::after {
	content: '\f07c';
}

.beforeIcon.-phone::before {
	content: '\f095';
}

.beforeIcon.-phone-alt::before {
	content: '\f879';
}

.beforeIcon.-fax::before {
	content: '\f1ac';
}

.beforeIcon.-envelope::before {
	content: '\f0e0';
}

.beforeIcon.-user::before {
	content: '\f007';
}

.beforeIcon.-sign-in-alt::before,
.afterIcon.-sign-in-alt::after {
	content: '\f2f6';
}

.beforeIcon.-times::before,
.afterIcon.-times::after {
	content: '\f00d';
}

.beforeIcon.-bars::before {
	content: '\f0c9';
}

/* end icon */



/* ------------------------------
// responsive
------------------------------ */

.responsive {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.responsive.-ratio-16-9 {
	aspect-ratio: 16 / 9;
	padding-top: 56.25%;
}

.responsive.-ratio-2-1 {
	aspect-ratio: 2 / 1;
	padding-top: 50%;
}

.responsive > *:only-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------
//
// vertPost
//
---------------------------------------- */

.vertPosts > li {
	border-bottom: 1px dotted #b2b2b2;
}

.vertPosts a {
	display: block;
	text-decoration: none;
	transition: background-color 0.2s ease-out;
}

.vertPosts a:focus,
.vertPosts a:hover {
	background-color: rgba(0,120,210,0.20);
}

.vertPost {
	display: flex;
	align-items: center;
	min-height: 90px;
	padding: 20px 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.vertPost__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-left: 2em;
	overflow: hidden;
	font: inherit;
}

.vertPost__time {
	order: -1;
	font: inherit;
}

@media (max-width: 767px) {
	.vertPost {
        flex-direction: column;
        align-items: flex-start;
        min-height: 66px;
        padding: 0.5em;
        font-size: 1.3rem;
        line-height: 1.69231;
		font-size: 1.4rem;
    }

	.vertPost__title {
        -webkit-line-clamp: 3;
        margin-left: 0;
        line-height: 1.2;
        padding-top: 5px;
    }
	.vertPosts > li {
		margin: 0 10px;
	}
}

/* end vertPost */



/* ----------------------------------------
// display
---------------------------------------- */

.u_db {
	display: block;
}

.u_dib {
	display: inline-block;
}

.u_di {
	display: inline;
}

@media (max-width: 767px) {
	.u_sp_dn {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.u_pc_dn {
		display: none !important;
	}
}

/* end display */

/* ----------------------------------------
// font / text
---------------------------------------- */

.u_ff-serif {
	font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
}

.u_ff-num {
	font-family: 'Century Gothic', Arial, sans-serif;
}

.u_tal {
	text-align: left;
}

.u_tac {
	text-align: center;
}

.u_tar {
	text-align: right;
}

.u_taj {
	text-align: justify;
}

.u_tdu {
	text-decoration: underline;
}

.u_tdn {
	text-decoration: none;
}

/* end font / text */

/* ----------------------------------------
// focus / hover
---------------------------------------- */

.u_hover-op {
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}

.u_hover-op:focus,
.u_hover-op:hover {
	opacity: 0.8;
}

.u_hover-tdu-shown {
	text-decoration: none;
}

.u_hover-tdu-shown:focus,
.u_hover-tdu-shown:hover {
	text-decoration: underline;
}

.u_hover-tdu-hidden {
	text-decoration: underline;
}

.u_hover-tdu-hidden:focus,
.u_hover-tdu-hidden:hover {
	text-decoration: none;
}

/* end focus / hover */


/* ----------------------------------------
//
// header
//
---------------------------------------- */

/*@media (max-width: 767px) {
	.header + * {
		margin-top: 20px;
	}
}*/

/* ----------------------------------------
//
// pc_header
//
---------------------------------------- */

.pc_header {
	padding-right:34px;
	padding-left: 34px;
	width: 100%;
}

.pc_header-logo {
	height: 100px;
	align-content: center;
	display:flex;
	align-items: center;
}

.pc_header-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.pc_header-logo__img {
	width: 100%;
}
#js_pc_header .pc_header-logo__img img {
	height:64px;
}
.pc_header-logo__label {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	color:#0078d2;
	width:200px;
	font-weight: 700;
}
.pc_header-logo__img.u_hover-op {
    width: 360px;
}
.pc_header-logo > .login{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
    right: 0;
	margin-right: 20px;
}
.page-id-29002 > .login{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
    right: 0;
	margin-right: 34px;
}
.login .login-button{
	width: 150px;
	height: 45px;
	background: #fff;
	border: 2px solid #0078d2;
	border-radius: 3px;
	margin-right: 20px;
	box-sizing: border-box;
	color:#0078d2;
	font-weight: bold;
}
.login .login-button a span.login_btn i,
.login .login-button a span.logout_btn i{
    font-size: 18px;
    font-weight: 700;
	color: #0078d2;
}

.login .login-button:hover,
.login .login-button a span:hover{
	background: #0078d2;
	color: #fff;
}

.login .new-button{
	width: 150px;
	height: 45px;
	background: #be1e3e;
	color: #fff;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1;
	border-radius: 3px;
	border: 2px solid #be1e3e;
}
.login .login-button a span,
.login .new-button a span{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2.6;
	margin: 0 auto;
	
}


/* .login .new-button a span::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: -6px;
    font-family: "font awesome 5 free";
    font-size: 22px;
    font-weight: 700;
} */
.rov:hover{
	opacity:0.8;
}
.sp-login{
	display: none;
}
a.login_user {
    margin-right: 20px;	

}
a.login_user:hover {
    color: #be1e3e;	
}
a.login_user::before {
    content: "\f007";
    font-family: "font awesome 5 free";
    font-size: 20px;
	margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	a.login_user {
		margin-right: 20px;	
		max-width: 200px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 42px;
	}
}

@media (min-width: 768px) {
	.sp_header {
		display: none;
	}
	.sp_header-bottom{
		display: none;
	}

}


.pc_header-bottom {
	width: 100%;
	height:200px;
	background: url(/wp/wp-content/themes/vendor/images/common/shd_bg.jpg) no-repeat top 70% left 50%, #4da2e7;
    overflow: hidden;
	background-size: cover;
}

/*フロントページのタイトル*/
.pc_header-bottom .pg_mv__title__frontpage{
	color: #183173;
	font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	margin-top: 50px;
	margin-bottom: 15px;
}
.pc_header-bottom p.site-description {
    font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
    color: #555;
	text-align: center;
	margin-bottom: 50px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*フロントページ以外のタイトル設定*/
.pc_header-bottom .pg_mv__title{
	color: #183173;
	font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
	line-height: 200px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0 -2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}


/* ----------------------------------------
// js制御
---------------------------------------- */

#js_pc_header {
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

#js_pc_header.is_active {
	background-color: rgba(255, 255, 255, 0.9);
	color: #454545;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* chromium colorがinheritされない不具合 */
@supports (-webkit-mask-repeat-x: unset) {
	.pc_header-logo a {
		transition: color 0.2s ease-out;
	}
}

/* end pc_header */

.sp_header-logo__label {
	display: none;
}

/* ----------------------------------------
//
// sp_header
//
---------------------------------------- */

@media (max-width: 767px) {
	.pc_header {
		display: none;
	}
	#sp-header{
		/*position: fixed;*/
	}
	.pc_header-bottom{
		display:none;
	}
	.sp_header {
		display: flex;
        align-items: center;
        justify-content: left;
        background-color: #fff;
        color: #454545;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sp_header-logo a {
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 0;
		height: 65px;
	}

	.sp_header-logo__img {
		width: 180px;
	}

	.sp_header-logo__label {
		display: block;
        padding: 0px 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 11px;
        color: #454545;
        background: #f6f6f6;
        line-height: 2rem;
    }
	}

	.sp-header-login{
		min-width: 44px!important;
		height: 44px;
		background: #0078d2;
		position: relative;
		border-radius:3px;
		text-align: center;
	}
	.sp-header-login a{
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding-top: 26px;
		font-size: 8px;
	}
	.sp-header-login a.login_btn::before {
        content: '\f2f6';
        position: absolute;
        font-family: "font awesome 5 free";
        right: 13px;
        top: 6px;
        font-size: 16px;
        font-weight: 700;
    }
	.sp-header-login a.logout_btn::before {
        content: '\f2f5';
        position: absolute;
        font-family: "font awesome 5 free";
        right: 13px;
        top: 6px;
        font-size: 16px;
        font-weight: 700;
    }
	.sp_header-bottom {
		width: 100%;
        background: url(/wp/wp-content/themes/vendor/images/common/shd_bg.jpg) 43% 67% #4da2e7;
        overflow: hidden;
        background-size: 800px;
}

/*フロントページのタイトル*/
.sp_header-bottom .pg_mv__title__frontpage{
	color: #183173;
	font-size: 2rem;
    font-weight: bold;
    text-align: center;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	margin-top: 20px;
	line-height: 1;
}
.sp_header-bottom p.site-description {
    font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
    color: #555;
	padding: 15px;
	text-align: left;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*フロントページ以外のタイトル設定*/
.sp_header-bottom p {
	color: #183173;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 6;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	/* ----------------------------------------
	// spのユーザーログイン表示
	---------------------------------------- */


	@media (max-width: 767px) {
		.sp_header .login_user_wrap{
			text-align: right;
			display: flex;
			margin-left: auto;
			justify-content: flex-end;
			max-height: 65px;
		}
		.sp_header .login_user {
			text-decoration: none;
			margin: auto 10px;
			font-size: 12px;
			align-content: center;
			text-align: right;
			overflow: hidden;
			display: -webkit-box;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}

		.sp_header .login_user::before {
			font-size: 12px;
			margin-right: 3px;
		}
		}

	/* ----------------------------------------
	// js制御
	---------------------------------------- */

	#js_sp_header {
		transition: background-color, 0.2s ease-out color, 0.2s ease-out;
	}

	#js_sp_header.is_active {
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
	}

	#js_sp_header .sp_header-logo__img img {
		transition: filter 0.2s ease-out 0.1s;
	}
	
	#js_sp_header.is_active .sp_header-logo__img img {
		filter: brightness(0) invert(1);
		transition: filter 0.2s ease-out;
	}

	/* chromium colorがinheritされない不具合 */
	@supports (-webkit-mask-repeat-x: unset) {
		.sp_header-logo a {
			transition: color 0.2s ease-out;
		}
	}
	/* end js制御 */


/* end sp_header */



/* ----------------------------------------
//
// footer
//
---------------------------------------- */

.footer {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	background: #0078d2;
	position: relative;
}

.footer__inner div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;

}

.footer__inner div img{
	width: 320px;
}
address.footer-address {
    align-content: center;
}
.footer-address__name {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.footer-address-list{
	display: flex;
}
.footer-address-list li{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1;
}

.footer__copyright {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	border-top:1px solid rgba(255,255,255,0.5);
	padding-top:20px;
}
#pagetop.fixed {
    pointer-events: auto;
}
#pagetop {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 21px;
    bottom: 21px;
    z-index: 90;
    pointer-events: none;
    transition: opacity 0.4s;
}

#pagetop a {
    width: 50px;
    height: 50px;
    background-color:#1c3370;
    border: 1px solid #fff;
    border-radius: inherit;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}

@media (max-width: 767px) {
.footer {
	padding-top: 20px;
	padding-bottom: 12px;
}
.footer__inner {
	display: block;
}
.footer__inner div {
    flex-direction: column;
}

.footer__inner div img {
    width: 205px;
	display: block;
	margin: 0 auto 20px;
}
address.footer-address {
    margin: 0 auto;
}
.footer-address__name {
    line-height: 1.5;
}
.footer-address-list {
    flex-direction: column;
}
.footer-address-list li{
	font-size: 14px;
	line-height: 1.5;
}
.footer__copyright {
	/*margin-top: 255px;*/
}
.footer-address-list li{
	margin-top: 0;
	}

#pagetop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 90;
}
#pagetop a {
    width: 50px;
    height: 50px;
    background-color: #1c3370;
    border-radius: inherit;
    display: block;
    color: #fff !important;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}
}
@media (min-width: 768px) and (max-width: 1250px){
	.ly_inner{
		width: 100%;
	}
	.footer-address-list {
		flex-flow: column;
	}
	.footer__inner div {
		justify-content: center;
		gap: 40px;
	}
}
/* end footer */
