@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }
/* a:hover  { text-decoration: none; color: #006922; }
a:active { text-decoration: none; color: #006922; } */

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

#container {
	min-width: 1200px;
	position: relative;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	/* overflow: hidden; */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.noscroll {
	overflow: hidden;
}

/* テキスト調整 
------------------------------------ */
.roboto {
	font-family: 'Roboto', sans-serif;
}

.textBold {
	font-weight: 700!important;
}

/* インナー 
------------------------------------ */
.inner {
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ボタン
------------------------------------ */
.btn1 {
	padding: 0.8em 3.5em 0.8em 1.5em;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
	background-color: #f4f22a;
	background-repeat: no-repeat;
	background-image: url(img/common/icon1.png), linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,141,0,0.5) 100%);
	background-size: 1.72em, cover;
	background-position: right 0.7em center, center;
	color: #333333;
}

.btn1:hover { 
	opacity: 0.7;
}

.btn2 {
	padding: 0.6em 2.5em 0.6em 2em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	background: #FFF url(img/common/icon2.png) no-repeat right 0.6em center;
	border: 1px solid #1c8108;
	color: #1c8108;
}

.btn2:hover { 
	color: #fff;
	background-color: #1c8108;
	background-image: url(img/common/icon2_hover.png);
}

.btn2.member {
	border-radius: 4px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #26b20a;
	background-image: url(img/common/icon_lock.png);
	background-size: 10px;
}

.btn2.member:hover {
	color: #26b20a;
	background-color: #fff;
	background-image: url(img/common/icon_lock_hover.png);
}

.btn3 {
	padding: 1em 2em;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
	background-color: #328d20;
}

.btn3.pdf {
	padding-left: 4em;
	background: #328d20 url(img/common/icon_pdf.png) no-repeat left 2em center / 1.25em;
}

.btn3:hover { 
	opacity: 0.7;
}

.btn4 {
	padding: 1em 4em;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	background: #cd1939 url(img/common/icon5.png) no-repeat right 1.25em center;
	color: #FFF;
}

.btn4:hover { 
	opacity: 0.7;
}

.btn5 {
	padding: 1em 3.5em;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
	background: #cd1939 url(img/common/icon4.png) no-repeat right 18px center / 1.3em ;
}

.btn5:hover { 
	opacity: 0.7;
}

/* 見出し
------------------------------------ */
.tit1 {
	margin-bottom: 40px;
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #1c8108;
}

.tit2 {
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 28px;
	font-size: 4.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	background-color: #fff;
	color: #34bb1a;
	border-top: 1px solid #34bb1a;
	border-bottom: 1px solid #34bb1a;
}

.tit2::after {
	content: attr(data-en);
	width: fit-content;
	min-width: 277px;
	margin: 1em auto 0;
	padding: 0.5em 0.5em 0.5em 1.4em;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.925em;
	background-color: #eef8eb;
}

.tit3 {
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	color: #1c8108;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #1c8108;
}

/* テーブル
------------------------------------ */
.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.table th,
.table td {
	padding: 24px 0;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	border-top: 1px solid #b3b1b1;
	border-bottom: 1px solid #b3b1b1;
	vertical-align: middle;
}

.table th {
	width: 235px;
	padding-left: 25px;
	font-weight: 500;
	text-align: left;
}

.table th .textSm {
	font-size: 0.875em;
}

.table td {
	padding-right: 45px;
	line-height: 1.75;
}

/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	display: flex;
}

.menu {
	flex-grow: 1;
}

.menu:nth-child(2) {
	margin-left: 25px;
}

.menu li {
	/* padding-left: 1em; */
	position: relative;
}

.menuItem a {
	margin-bottom: 2.2em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem a:hover {
	opacity: 0.7;
}

.menu li.menuItemHome {
	padding-left: 0;
}
.menu li.menuItemHome::before {
	content: none;
}

.subMenu li {
	padding-left: 1em;
}

.subMenu li::before {
	content: "";
	width: 6px;
	height: 1px;
	background: #1c8108;
	position: absolute;
	top: 12px;
	left: 0;
}

/* 外部リンクのアイコン */
.menuItem a[target="_blank"]::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	margin-left: 0.5em;
	background: url(./img/common/icon_target.svg) no-repeat center center / contain;
}

/* 専用ページのアイコン */
.menuItem a.forMember::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
	background: url(./img/common/icon_lock.svg) no-repeat center center / contain;
}

.bannerWrap {
	display: flex;
}

#menuBannerWrap {
	gap: 25px;
}

.banner {
	background: #fff;
	height: fit-content;
}

.banner a {
	display: block;
	transition: 0.3s ease-in-out;
}

.banner a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 100px;
	min-width: 1080px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#headerInner {
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #26b20a;
}

/* 追従ナビ */
/* ------------------------------------ */
#linkAreaBtnWrap {
	margin-bottom: 5px;
	display: flex;
	gap: 8px;
}


.linkAreaBtn {
	background: #000;
	border-radius: 5px;
	overflow: hidden;
}

.linkAreaBtn .btn1 {
	padding: 0.3em 5.8em;
	display: flex;
	align-items: center;
	background-position: right 8px center, center center;
	background-size: 1.375em, cover;
}

.linkAreaBtn .close {
	opacity: 0.7;
}

.linkAreaBtn .close:hover {
	opacity: 0.7!important;
}

.linkAreaBtn .btn1 span:nth-of-type(1) {
	margin-right: 10px;
	padding: 2px 4px;
	font-size: 1.2rem;
	color: #c4051d;
	background-color: #fff;
}

.linkAreaBtn .btn1 span:nth-of-type(2) {
	font-size: 1.7rem;
}

.linkAreaBtn .btn2 {
	padding: 0.5em 0.8em 0.5em 2em;
	font-size: 1.4rem;
	color: #fff;
	background-color: #f4762a;
	background-repeat: no-repeat;
	background-image: url(img/common/icon_mypage.png), linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(223,130,1,0.5) 100%);
	background-position: left 10px center, center;
	border: none;
}

/* .linkAreaBtn .btn2:hover {
	opacity: 0.7;
} */

#linkAreaList {
	display: flex;
	gap: 8px;
}

.linkAreaListItem {
	flex: 1;
}

.linkAreaListItem .btn2 {
	width: 100%;
	font-size: 1.3rem;
	padding: 0.35em 2em 0.35em 1em;
}

.linkAreaListItem .btn2:not(.member) {
	color: #333333;
	border-color: transparent;
	background-position: right 6px center;
}

.linkAreaListItem .btn2:not(.member):hover {
	color: #fff;
}

/* ポップアップメニュー */
#menuBtn {
	width: 70px;
	height: 70px;
	/* position: fixed;
	top: 15px;
	left: calc(50% + 298px); */
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	z-index: 21;
}

#menuIcon {
	width: 36px;
	height: 36px;
	position: relative;
}

.menuIconBar {
	width: 25px;
	height: 2px;
	display: block;
	position: absolute;
	left: 5px;
	background-color: #1c8108;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: 0px;
}
.menuIconBar:nth-of-type(2) {
	top: 8px;
}
.menuIconBar:nth-of-type(3) {
	top: 16px;
}

#menuIcon:after {
	content: "メニュー";
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	text-align: center;
	color: #1c8108;
	white-space: nowrap;
}

/* メニュー開いた時 */
#menuBtn.open .menuIconBar:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
}
#menuBtn.open .menuIconBar:nth-of-type(2) {
	opacity: 0;
}
#menuBtn.open .menuIconBar:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
}
#menuBtn.open #menuIcon::after {
	content: "閉じる";
}

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100vh;
	padding: 120px 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(40, 39, 39, 0.93);
	z-index: 20;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	max-width: 880px;
	margin: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#popupMenu .menuWrap {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

#popupMenu .menuItem a {
	font-size: 1.7rem;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	background-color: #e8f2e6;
	z-index: 1;
}

#footer::before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #343233;
	z-index: -1;
}

.footerInner {
	display: flex;
}

#footerLeft {
	width: 410px;
}

.footerLogo {
	margin-bottom: 20px;
}

.footerLogo2 {
	margin-bottom: 20px;
	text-align: center;
}

.footerInfo {
	width: fit-content;
	margin-bottom: 30px;
	position: relative;
}

.footerInfoAccessLink {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}

.footerInfoAccessLink:hover {
	opacity: 0.7;
}

.footerContact {
	margin-bottom: 40px;
	padding: 20px 30px 30px;
	background-color: #fff;
	border: 1px solid #e60012;
}

.footerContactText1 {
	margin-bottom: 10px;
	letter-spacing: 0.06em;
	line-height: 1.5714;
}

.footerContactText2 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
}

.footerContactTel {
	margin-bottom: 10px;
	text-align: center;
}

.footerContactHour {
	margin-bottom: 10px;
	text-align: center;
}

.footerContactMail {
	margin-bottom: 20px;
	text-align: center;
}

.footerContactLink {
	text-align: center;
}

.footerContactLink .btn4 {
	width: 326px;
	padding: 15px 50px;
}

.footerCopyright {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	text-align: center;
}

#footerRight {
	width: 50%;
	margin-left: auto;
	padding-left: 40px;
}

#footerRight .menuWrap {
	margin-bottom: 40px;
}

#footerBannerWrap {
	column-gap: 10px;
}

/* ページトップ */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 11;
}

#pagetop a {
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* 追従ナビ */
/* ------------------------------------ */


/* ------------------------------------ */
/* 下層ページ */
/* ------------------------------------ */
/* ページタイトル
------------------------------------ */
#pageHead {
	margin-top: 100px;
	position: relative;
	background: url(./img/common/page_head.jpg) no-repeat center center / cover;
}

.pageTitleWrap {
	height: 320px;
	padding-right: 6.5%;
	padding-left: 6.5%;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
}

.pageTitle {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #1c8108;
}

/* パンくず */
.bc {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.5);
}

.bcWrap {
	height: inherit;
	padding-right: 6.5%;
	padding-left: 6.5%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bcWrap li {
	font-size: 1.2rem;
	font-feature-settings: normal;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #ffffff;
}

.bcWrap li:first-child img {
	width: 14px;
	vertical-align: middle;
}

.bcWrap li:not(:last-child)::after {
	content: ">";
	margin: 0 0.8em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.bcWrap li a {
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.bcWrap li a:hover {
	opacity: 0.7;
}

/* ページ内容 
------------------------------------ */
.pageContent {
	padding-top: 100px;
	padding-bottom: 180px;
}


/* 追従サイドナビゲーション
------------------------------------ */
.sideNavWrap {
	position: relative;
}

.sideNav {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	pointer-events: none;
}

.sideNavList {
	padding-top: 30px;
	padding-bottom: 100px;
	position: sticky;
	top: 120px;
}

.sideNavItem + .sideNavItem {
	margin-top: 8px;
}

.sideNavLink {
	width: 190px;
	height: 36px;
	margin-left: auto;
	padding-left: 20px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: rgba(235, 235, 235, 0.7);
	color: rgba(51, 51, 51, 0.5);
	border: 1px solid transparent;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	border-right: none;
	transition: width 0.3s;
	pointer-events: auto;
}

.sideNavLink.current {
	width: 210px;
	position: relative;
	color: #1c8108;
	background-color: #fff;
	border-color: #26b20a;
	opacity: 1;
}
