/*

追加用CSS　PC表示

main 淡い青：#a5cfda
accent 濃い青：#1450af
sub 薄い黄色：#fbf8e4
テキスト 黒：#2b2f30

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

.center {
	text-align: center;
}

.spnone770 {
	display: block;
}

.pcnone770 {
	display: none;
}

.pcnone600 {
	display: none !important;
}

br.pc {
	display: block;
}

br.sp {
	display: none;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	margin-top: 123px !important;
}

a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span {
	color: #2b2f30;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 {
	margin-bottom: 0;
}

h3 {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

p,
a,
li {
	color: #2b2f30;
	font-size: 18px;
	line-height: 1.75em;
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
	color: #a5cfda;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title h2 {
	font-weight: bold;
	color: #2b2f30;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 0 20px;
	letter-spacing: 0;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

.background-page .title h2 {
	display: none;
}

.border {
	border-bottom: dotted 10px #a5cfda;
}

.o-hover:hover {
	opacity: 0.7;
}

.o-hover img:hover {
	opacity: 0.7;
}

.state-title01 {
	max-width: 400px;
	margin: 0 auto 40px auto;
}

.state-title02 {
	text-align: center;
	font-size: 24px;
	padding: 15px;
	background-color: #1450af;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.parts-head01 {
	padding-left: 35px;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 3px solid #a5cfd9;
	margin-bottom: 20px;
	font-weight: bold;
	background-image: url(/wp-content/uploads/2021/12/leaf-icon.png);
	background-size: 32px auto;
	background-position: left 0 top 4px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 0.1em;
	line-height: 1.75em;
}

.parts-head02 {
	padding-left: 35px;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 3px solid #a5cfd9;
	margin-bottom: 20px;
	font-weight: bold;
	background-image: url(/wp-content/uploads/2021/12/flag-icon.png);
	background-size: 32px auto;
	background-position: left 0 top 4px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 0.1em;
	line-height: 1.75em;
}

.fa,
.far,
.fas {
	margin-right: 5px;
}

.f-bold {
	font-weight: bold;
}

.y-marker {
	background: -o-linear-gradient(transparent 80%, #ff6 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff6));
	background: linear-gradient(transparent 80%, #ff6 80%);
}

.mb0 {
	margin-bottom: 0;
}

.underline:hover {
	text-decoration: underline;
}

img {
	display: block;
}

.red-txt {
	color: #d63636;
}

.background-page .border {
	display: none;
}

.half {
	width: 48%;
}

.left70 {
	width: 68%;
}

.right30 {
	width: 30%;
}

.left30 {
	width: 30%;
}

.right70 {
	width: 68%;
}

a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #2b2f30;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	color: #2b2f30;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
	margin: 0 auto;
	max-width: 350px;
}

a.btn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #2b2f30;
	position: absolute;
	top: 50%;
	left: 6%;
	margin-top: -7px;
}

a.btn:hover {
	background: #1550af;
	border: 1px solid #1550af;
}

a.btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

a.btn:hover span {
	color: #fff;
}

/*------------------------------------------
 * ローディング
 * ---------------------------------------*/

#splash {
	background: #effcff;
}

#splash_logo {
	max-width: 450px;
}

/*------------------------------------------
 * パララックス
 * ---------------------------------------*/

section.parallax {
	height: 400px;
}

/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
.tablepress {
	border-left: solid 1px #c1bb96;
	border-top: solid 1px #c1bb96;
	background: #FFF;
	font-size: 18px;
}

.tablepress tbody td {
	border-right: solid 1px #c1bb96;
	border-bottom: solid 1px #c1bb96;
	padding: 15px;
	font-size: 18px;
}

.table-wrap01 .tablepress td.column-1 {
	background-color: #faf8e4;
	width: 25%;
	text-align: center;
}

.table-wrap01 .tablepress td.column-2 {
	width: 75%;
	font-size: 16px;
	background-color: #fff;
}

.table-wrap02 .tablepress td {
	width: calc(100% / 7);
	text-align: center;
}

.tablepress th,
table.defTable01 td {
	vertical-align: middle;
	padding: 10px 20px;
	border-bottom: 1px solid #c1bb96;
	border-right: 1px solid #c1bb96;
	border-left: 1px solid #c1bb96;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #fdf5d6;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #2b2f30;
}

.tablepress a {
	font-size: 18px;
	color: #cc4b48;
}

.tablepress a:hover {
	text-decoration: underline;
}

.o-table table {
	border: 1px solid #c1bb96;
	width: 100%;
}

.o-table tr td {
	font-size: 18px;
	border-bottom: 1px solid #c1bb96;
	border-right: 1px solid #c1bb96;
	padding: 15px;
}

.o-table tr td:first-of-type {
	width: 25%;
	background-color: #fdf5d6;
}

.o-table tr td:last-of-type {
	width: 75%;
	border-right: none;
}

/*--------------------------------------------
 * nav
 * -----------------------------------------*/

nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

nav.row2 .logo-box {
	padding: 10px 0;
}

nav.row2 .logo .logo-img {
	width: 350px;
}

nav.row2 .logo .logo-img img {
	max-width: 350px;
	width: 100%;
}

.logo img:hover {
	opacity: 0.7;
}

nav.row2 .logo .logo-contact {
	width: calc(100% - 370px);
}

nav.row2 .logo .logo-contact .locon.flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
	width: 300px;
}

.locon_item {
	margin-right: 15px;
}

.locon_item02 {
	max-width: 50px;
}

.desktop.navigation {
	background-color: #c8edf7;
	padding-top: 0px;
}

.desktop.navigation .nav-content a {
	color: #2b2f30;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: .9;
	filter: alpha(opacity=90);
	margin-top: 2px;
	line-height: 2.5em;
	font-family: 'Noto Sans JP', sans-serif;
}


.desktop.navigation .nav-content a:hover,
.desktop.navigation .nav-content a.active {
	color: #1550af;
}

.navigation.desktop ul.nav li a:after {
	content: "";
	height: 22px;
	vertical-align: middle;
	display: inline-block;
	border-right: dotted 2px #1550af;
	padding-left: 20px;
	margin-bottom: 5px;
}

.navigation.desktop ul.nav li:last-of-type a:after {
	content: none !important;
}

.desktop.navigation .nav-content li {
	margin-right: 20px;
	line-height: 40px;
}

/*--------------------------------------------
 * mobilenav
 * -----------------------------------------*/

.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 5px;
	margin-top: 5px;
	background: #2b2f30;
}

.mobile.navigation .nav-content a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2b2f30;
}

.mobile.navigation .nav-content li {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #2b2f30;
}

.mobile.navigation .nav-content li:first-of-type {
	margin-top: 0;
}

.mobile.navigation {
	display: none;
	width: 100%;
	margin: 0;
	background: #a5cfda;
	float: left;
	border-bottom: none;
}

/*--------------------------------------------
 * sub-header
 * -----------------------------------------*/

.sub-header {
	background-position: center !important;
}

.sub-header {
	width: 100%;
	background-size: cover !important;
	height: 250px;
}

.sub-header h2 {
	color: #2b2f30;
	font-family: 'Noto Sans JP', sans-serif;
}

/*------------------------------------------
 * news-archive single
 * ---------------------------------------*/

.sidebar h3 {
	background: #a5cfda;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.post-title a:hover {
	color: #1450af !important;
}

.blog-content {
	padding: 30px 15px;
}

.content.padded.blog {
	padding-top: 80px;
}

.blog-content .post {
	border-bottom: 1px solid #a5a5a5;
	margin-top: 0px;
	padding: 40px 0;
}

.blog-content .post:first-of-type {
	padding-top: 0;
}

.post:last-of-type {
	border-bottom: none;
}

.post-title h2,
.post-title h2 a {
	font-size: 28px;
	color: #2b2f30 !important;
}

.post-title h2 a:hover {
	color: #1450af !important;
}

.post-meta h6,
.post-meta a {
	font-size: 16px;
	color: #2b2f30 !important;
}

.post:first-of-type {
	margin-top: 0px;
}

.cat-item a,
.recentcomments a {
	color: #2b2f30 !important;
}

h2.block-h2 {
	font-size: 30px;
	border-top: solid 3px #1450af;
	border-bottom: solid 3px #1450af;
}

h3.block-h3 {
	padding: 15px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.75em;
	background: #ffffff;
	border-left: solid 5px #1450af;
	margin-bottom: 40px;
}

h4.block-h4:before {
	color: #1450af;
}

#accordion dt:after {
	color: #1450af;
}

#accordion dd {
	background: #c8edf7;
}

.table-feeld th {
	background: #c8edf7;
}

.cat-item {
	border-bottom: 1px solid #714c24;
}

.cat-item a:hover {
	color: #1450af !important;
}

.pager li a:hover {
	color: #1450af;
}

/*--------------------------------------------
 * contact
 * -----------------------------------------*/

table.defTable01 input[type=email] {
	border: 1px solid #c1bb96;
	padding: 1rem;
}

table.defTable01 input[type=text],
table.defTable01 textarea {
	border: 1px solid #c1bb96;
}

table.defTable01 th,
table.defTable01 td {
	vertical-align: middle;
	padding: 24px 20px;
	border-bottom: 1px solid #c1bb96;
	border-right: 1px solid #c1bb96;
	border-left: 1px solid #c1bb96;
	background: #fff;
}

table.defTable01 th {
	width: 28%;
	background: #fdf5d6;
	color: #2b2f30;
	font-weight: bold;
	font-size: 16px;
}

table.defTable01 th a {
	color: #2b2f30;
	font-weight: bold;
	font-size: 16px;
}

table.defTable01 th a:hover {
	text-decoration: underline;
}

table.defTable01 td label {
	display: inline-block;
	margin: 4px 0;
	font-size: 16px;
}

table.defTable01 th span {
	font-size: 0.75rem;
	background: #993322;
	padding: 0.1rem 0.6rem;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
}

table.defTable01 td.tel_area input {
	width: 30%;
}

table.defTable01 td.cen.last {
	background: none;
}

table.defTable01 .privacyBox h4 {
	margin: 20px 0 10px;
	padding: 0 0 0 0.35rem;
	border-left: 4px solid #1450af;
	border-bottom: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
}

table.defTable01 .privacyBox p,
table.defTable01 .privacyBox li {
	font-size: 16px;
}

table.defTable01 td.cen input {
	padding: 1.25rem 2rem;
	color: #fff;
	width: 300px;
	max-width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.035rem;
	background: #1450af;
	cursor: pointer;
	border: 2px solid #1450af;
	border-radius: 6px;
	margin-top: 30px;
	-webkit-appearance: none;
}

table.defTable01 td.cen input.wpcf7-confirm,
table.defTable01 td.cen input.wpcf7-submit {
	margin-right: -70px;
}

.wpcf7c-conf {
	background-color: #e3f6ff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #1450af;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
}

.more {
	position: relative;
	z-index: 1;
}

.more a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

#thanks {
	padding-top: 0;
}

#thanks .width1200 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.75em;
}

#thanks p {
	font-size: 18px;
	line-height: 1.75em;
	text-align: center;
}

.select-box.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

table.defTable01 td select {
	min-width: none;
	border: none;
	padding: 10px;
	border: 1px solid #c1bb96;
	font-size: 16px;
	display: block;
	width: 100px;
}

.select-box.flex select.day,
.select-box.flex select.age-month {
	margin-left: 20px;
	margin-bottom: 20px;
}

.wpcf7-list-item.first {
	margin-left: 0;
}

/*--------------------------------------------
 * footer
 * -----------------------------------------*/


footer#footer .content {
	width: 80%;
	margin: 0 auto;
	padding-top: 0;
}

.footer-nav {
	background: #fbf8e4;
}

.footer-nav .nav li a {
	color: #2b2f30;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.footer-nav .nav li img {
	display: none;
}

.footer-nav .nav li a:hover {
	color: #1550af;
}

.footer-nav .nav li:after {
	content: "|";
	margin: 10px;
	color: #2b2f30;
}

.f-logo {
	margin: 2em auto;
}

.f-logo img {
	margin: 0 auto;
	width: 500px;
}

.footer_box {
	margin: 2em 0 0;
}

.footer_address {
	margin-bottom: 50px;
}

.footer_address p i {
	font-size: 16px;
}

.footer_address a {
	color: #2b2f30 !important;
}

.footer_address a:hover {
	text-decoration: underline;
}

.fa-map-marked-alt:before {
	content: "\f5a0";
	color: #1550af;
}

.fa-phone-alt:before {
	content: "\f879";
	color: #1550af;
}

.copyright {
	background: #a5cfda;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 16px;
}

.copyright a {
	color: #2b2f30;
	font-size: 16px;
}

.copyright h6 {
	font-size: 16px;
	color: #2b2f30;
}

/*------------------------------------------
 * pagetop
 * ---------------------------------------*/

.lb-back-to-top {
	right: 2em;
	border: none;
	z-index: 100;
	color: #a5cfd9;
	font-weight: bold;
	border: 1px solid #a5cfd9;
	background-color: #fff;
	font-size: 14px;
	padding: 15px 15px;
}

.lb-back-to-top:hover {
	background-color: #a5cfd9;
	color: #fff;
}

/*------------------------------------------
 * お知らせ
 * ---------------------------------------*/

#news {
	background-image: url(/wp-content/uploads/2021/12/news-bg.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

dl.topics dd time {
	color: #2b2f30;
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

dl.topics.clearfix {
	width: 100%;
	padding: 20px;
	border: 1px solid #a5cfd9;
	background-color: #f6fdff;
	margin-bottom: 40px;
}

dl.topics dd a {
	color: #2b2f30;
	display: inline-block;
}

dl.topics dd a:hover {
	text-decoration: underline;
}

dl.topics dd {
	margin-left: 0;
	padding: 10px 5px;
	margin-bottom: 0px;
	border-bottom: dashed 1px #2b2f30;
}

dl.topics dd:last-of-type {
	border-bottom: none;
	margin-bottom: 0px;
}

dl.topics dd span {
	background: #1550af !important;
	border-radius: 5px !important;
	padding: 3px 7px !important;
	display: inline-block;
	margin-bottom: 5px !important;
	margin-right: 5px;
}

dl.topics dd span a {
	color: #fff;
	font-size: 14px !important;
	font-weight: bold !important;
}

.alignright {
	display: none;
}

/*------------------------------------------
 * 法人紹介
 * ---------------------------------------*/

#corporation {
	background-color: #f5fdff;
	padding-bottom: 60px;
}

.greeting-img img {
	display: block;
	margin: 0 auto 15px;
	max-width: 240px;
	width: 100%;
}

.sign {
	display: block;
	text-align: right;
	margin-top: 5px;
}

.c-box {
	margin-bottom: 40px;
}

.origin-img img {
	display: block;
	margin: 0 auto 77px;
	max-width: 240px;
	width: 100%;
}
/*↑元の値：margin: 0 auto 15px;*/


/*------------------------------------------
 * 事業紹介
 * ---------------------------------------*/

.single-business-post .title {
	margin-bottom: 40px;
}

.business-head {
	text-align: center;
	color: #993322;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 40px;
}

.business-head02 {
	text-align: center;
}

.business-head03 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.75em;
}

.business-head03 span {
	color: #993322;
}

.business-block01 {
	margin-bottom: 60px;
}

.business-sub {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.business-block04 {
	padding: 20px;
	border-radius: 15px;
	background-color: #faf8e4;
	margin-bottom: 40px;
}

.business-block05 {
	margin-bottom: 40px;
}

.business-block06 {
	margin-bottom: 40px;
}

.business-block07 {
	margin-bottom: 40px;
}

.b-link-txt {
	margin-bottom: 20px;
}

.b-link-list li {
	width: 47%;
	margin-bottom: 40px;
}

.other-wrap li {
	margin-bottom: 25px;
}

.other-title {
	font-size: 22px;
	font-weight: bold;
}

.head-txt01 {
	text-align: center;
	margin-bottom: 40px;
}

.b-box {
	margin-bottom: 40px;
}

.b-post-single {
	padding: 60px 0;
}

.sub_title {
	text-align: center;
	font-size: 24px;
	padding: 15px;
	background-color: #1450af;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.free_box.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

li.week {
	background: #faf8e4;
	font-weight: bold;
}

li.symbol {
	background: #fff;
}

.free_box02.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.free_box_item02 {
	width: 14%;
	border: solid 1px #c1bb96;
	border-right: none;
	font-size: 16px;
}

ul.free_box_item02:last-of-type {
	border-right: solid 1px #c1bb96;
}

ul.free_box_item02 li {
	padding: 5px;
}

ul.free_box_item02 li.week {
	background: #faf8e4;
	margin: 0;
	text-align: center;
}

ul.free_box_item02 li:before {
	content: none;
}

ul.free_box_item02 li.symbol {
	margin: 1px !important;
	text-align: center;
}

.flex.staff-flex {
	justify-content: center;
}

.staff_box {
	width: 30%;
	margin: 0 1.5%;
}

.single-staff-img {
	width: 75%;
	margin: 0 auto 15px;
}

.service-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 10px;
}

h4.staff_title,
.service-title {
	font-size: 20px;
	font-weight: bold;
	color: #3c873d;
	text-align: center;
	line-height: 1.5em;
}

h4.staff_title span {
	display: inline-block;
}

.gallery-list.flex {
	justify-content: center;
}

.gallery-list li {
	width: 23%;
	margin: 0 1% 20px;
}

.gallery-list li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.g-caption {
	text-align: center;
	margin: 5px 0 0;
}

.p-bottom {
	padding-bottom: 60px;
}

.service-list li {
	width: 30%;
}

.b-link-img {
	margin-bottom: 20px;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*------------------------------------------
 * 寄付について
 * ---------------------------------------*/

#donation {
	background-color: #fffae6;
}

.donation-catch {
	background-color: #fde2dd;
	border-radius: 10px;
	padding: 20px;
}

.donation-catch img {
	max-width: 300px;
	margin: 0 auto;
}

.donation-txt01 {
	text-align: center;
	margin-bottom: 40px;
}

.donation-txt02 {
	text-align: center;
	color: #993322;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.wood-bg {
	background-image: url(/wp-content/uploads/2021/12/wood-bg.png);
	background-size: cover;
	border-radius: 5px;
	padding: 20px;
}

.w-bg {
	background-color: #fff;
	padding: 40px;
	position: relative;
}

.pin {
	position: absolute;
	width: 20px;
	height: 20px;
}

.pin01 {
	top: 15px;
	left: 15px;
}

.pin02 {
	top: 15px;
	right: 15px;
}

.pin03 {
	bottom: 15px;
	left: 15px;
}

.pin04 {
	bottom: 15px;
	right: 15px;
}

.alert-head {
	text-align: center;
	color: #993322;
	font-weight: bold;
	font-size: 36px;
}

.alert-head02 {
	text-align: center;
	color: #993322;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 40px;
}

.alert-txt01 {
	text-align: center;
}

.alert-txt02 {
	text-align: center;
}

.donation-how-to-btn {
	max-width: 400px;
	background-color: #1450af;
	text-align: center;
	font-size: 28px;
	padding: 15px 20px 8px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	margin: 25px auto 0;
	cursor: pointer;
	line-height: 1.1em;
}

.donation-how-to-btn span {
	font-size: 14px;
	display: block;
	text-align: center;
	color: #fff;
}

.donation-how-to-btn:hover {
	opacity: 0.7;
}

.donation-how-to-box {
	background-color: #ffffff;
	margin-top: 25px;
	padding: 60px;
}

.how-to-head01 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.how-to-head02 {
	background-color: #993322;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
	margin-top: 40px;
}

.donation-how-to-box {
	transition-duration: 0.4s;
	display: none;
}

.donation-how-to-box.is-open {
	display: block;
}

.link-txt01,
.link-txt01:visited {
	color: #993322;
}

.link-txt01:hover {
	text-decoration: underline;
}

.how-to-last {
	text-align: center;
	color: #993322;
	font-weight: bold;
	font-size: 24px;
	margin: 40px 0 0;
}

/*------------------------------------------
 * 求人情報
 * ---------------------------------------*/


.tab-group {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tab {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 10px 10px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 45%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	background: #f4fdff;
	border-radius: 10px;
	border: none;
	letter-spacing: 2px;
	color: #1450af;
	position: relative;
	margin-bottom: 20px;
}

.tab.is-active,
.tab:hover {
	background: #1450af;
	color: #FFF;
}

.tab.is-active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: calc(50% - 7px);
	border-style: solid;
	border-width: 10px 7px 0;
	border-color: #1450af transparent transparent;
}

.blue-bg {
	padding: 60px 0 20px;
	background: #f4fdff;
	margin-bottom: 60px;
}

.recruit-message {
	text-align: center;
}

.recruit-block01 {
	margin-bottom: 60px;
}

.recruit-block02 {
	margin-bottom: 60px;
}

.staff-img {
	width: 25%;
}

.staff-interview {
	width: 72%;
}

.staff-list li {
	margin-bottom: 40px;
}

.staff-list li:last-of-type {
	margin-bottom: 0px;
}

.staff-list li:nth-of-type(2n).flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.staff-list img {
	width: 100%;
}

.faq-list {
	margin-bottom: 15px;
}

.faq-list i {
	color: #1450af;
}

.faq-list dt {
	padding: 15px 20px;
	background-color: #faf8e4;
	color: #2b2f30;
	font-weight: bold;
	font-size: 18px;
	border-radius: 10px;
	cursor: pointer;
}

.faq-list dt:hover {
	opacity: 0.7;
}

.faq-list dd {
	display: none;
	padding: 15px 20px;
	background-color: #fff;
	color: #2b2f30;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 10px;
}

dl.recruit-box.category01 {
	width: 30%;
	margin: 10px 15px 20px;
	padding: 20px;
	border-radius: 10px;
	border: none;
	background: #f4fdff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

dl.recruit-box.category02 {
	width: 30%;
	margin: 10px 15px 20px;
	padding: 20px;
	border-radius: 0;
	border: none;
	background: #f4fdff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
}

dl.recruit-box dt p {
	color: #2b2f30;
	font-weight: bold;
}

dl.recruit-box dt span {
	background: #1450af;
	padding: 7px 10px;
	border-radius: 0;
	color: #fff;
}

dl.recruit-box dt span.cat {
	display: none;
}

dl.recruit-box dd.custum-feeld span {
	background: #1450af;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 5px;
	color: #fff;
}

/*--------------------------------------------
 * recruitsingle
 * -----------------------------------------*/

section#recruit-single {
	padding-top: 60px;
}

section#recruit-single .title.grid-full {
	margin: 0 auto;
}

section#recruit-single h3 {
	font-size: 30px;
	font-weight: bold !important;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 5px;
	background: none;
	padding: 5px 5px 0 5px;
	color: #2b2f30;
	margin-bottom: 20px;
}

.job-table tr th,
.job-table tr td {
	display: table-cell;
}

.job-table tr th {
	background: #fdf5d6;
	color: #2b2f30;
	text-align: center;
	margin-top: 15px;
	border-radius: 0;
	font-size: 16px;
	width: 25% !important;
}

.job-table tr td {
	background: #FFF;
	line-height: 1.7;
	font-size: 16px;
	border-radius: 0;
	vertical-align: middle;
	word-break: break-all;
	padding: 20px;
}

.job-table td p {
	font-size: 16px;
	word-break: break-all;
}

.job-table td p:last-of-type {
	margin-bottom: 0;
}

.job-table tr,
.job-table td {
	border: 1px solid #c1bb96;
}

section#recruit-single dl.recruit-box.category01 {
	width: 29%;
}

.more {
	display: inline-block;
	width: 280px;
	text-align: center;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 48px;
	border: 2px dotted #1450af;
	border-radius: 30px;
	color: #1450af !important;
	text-decoration: none;
	font-weight: bold !important;
	-webkit-box-shadow: 0px 0px 0px 3px #ffffff;
	box-shadow: 0px 0px 0px 3px #ffffff;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
}

.more a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.more:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: #fff2f7;
	-webkit-box-shadow: 0px 0px 0px 3px #fff2f7;
	box-shadow: 0px 0px 0px 3px #fff2f7;
	color: #1450af !important;
}

.recruit-list p.title {
	margin-top: 2em;
	border-top: 2px solid #1450af;
	border-bottom: 2px solid #1450af;
}

.entry-btn a {
	border-color: #1450af;
	background: #1450af;
	color: #ffffff !important;
	display: block;
	padding: 25px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-weight: 900;
	font-size: 22px;
}

.entry-btn a:hover {
	background: #ffffff;
	color: #1450af !important;
	border-bottom: none;
	-webkit-box-shadow: 0px 0px 0px 10px #1450af;
	box-shadow: 0px 0px 0px 10px #1450af;
}

.single-recruit .custum-feeld {
	margin-bottom: 0px;
}

/*------------------------------------------
 * いわきユニバーサル観光ガイド
 * ---------------------------------------*/

#guide {
	background-color: #f5fdff;
	padding-bottom: 60px;
}

ul.file-box.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.file-box.flex li {
	width: 31%;
	text-align: center;
}

.file_box {
	background: #1450af;
	border: solid 1px #ffffff;
	padding: 1.2em;
	margin: 0 1.5% 25px;
}

.file_box:hover {
	opacity: 0.7;
}

h4.d_bar {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0;
}

/*------------------------------------------
 * お問い合わせ
 * ---------------------------------------*/

#contact {
	background: url(/wp-content/uploads/2021/10/line01.png);
	background-repeat: repeat-x;
	background-size: auto 25px;
	background-position: bottom;
	padding: 100px 0;
}

/*------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------*/

.privacyBox {
	padding: 80px 0;
}

.privacyBox section {
	text-align: left;
	padding: 60px 0 60px;
}


.privacyBox p {
	line-height: 180%;
}

.privacyBox ul.ullist01 {
	margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
	margin: 0px 0px 0px 1.5em;
	line-height: 200%;
	list-style: disc;
}

.privacyBox .ttl-01 {
	margin: 60px 0 20px;
	padding: 10px 0 10px 0;
	color: #6e4720;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px solid #ffffff;
	line-height: 180%;
	position: relative;
	letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #a5cfda;
	bottom: -4px;
	width: 10%;
	display: block;
	left: 0;
}

.privacyBox .ttl-01 span {
	color: #1450af;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-left: 10px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
	margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
	text-align: center;
	line-height: 150%;
}

.privacyBox .wc_h3_01 span {
	text-transform: uppercase;
	letter-spacing: 0;
}

/*------------------------------------------
 * 規定 20250331追加
 * ---------------------------------------*/

 #regulation {
	background-color: #f5fdff;
	padding-bottom: 60px;
}
