@charset "utf-8";

/*共通枠*/

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	width: 100%;
}

img {
	border:0;
	vertical-align:bottom;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
	text-decoration: none;
}
.nolink {
	pointer-events: none;
}

/* 共通
======================================================*/

.container_wrap {
	padding: 0 30px;
}

@media screen and (max-width: 359px) {
.container_wrap {
	padding: 0 20px;
}
}
.block1600 { display: none; }
@media screen and (max-width: 1600px) {
.block1600 { display: block; }
}
.block1300 { display: none; }
@media screen and (max-width: 1300px) {
.block1300 { display: block; }
}
.block1200 { display: none; }
@media screen and (max-width: 1200px) {
.block1200 { display: block; }
}
.block1100 { display: none; }
@media screen and (max-width: 1100px) {
.block1100 { display: block; }
}
.block1024 { display: none; }
@media screen and (max-width: 1024px) {
.block1024 { display: block; }
}

.block800 { display: none; }
@media screen and (max-width: 800px) {
.block800 { display: block; }
}

.block768 { display: none; }
@media screen and (max-width: 768px) {
.block768 { display: block; }
}

.block599 { display: none; }
@media screen and (max-width: 599px) {
.block599 { display: block; }
}

.block374 { display: none; }
@media screen and (max-width: 374px) {
.block374 { display: block; }
}

.block359 { display: none; }
@media screen and (max-width: 359px) {
.block359 { display: block; }
}

@media screen and (max-width: 1024px) {
.none1024 { display: none; }
}

@media screen and (max-width: 1200px) {
.none1200 { display: none; }
}

@media screen and (max-width: 800px) {
.none800 { display: none; }
}

@media screen and (max-width: 768px) {
.none768 { display: none; }
}

@media screen and (max-width: 599px) {
.none599 { display: none; }
}

@media screen and (max-width: 374px) {
.none374 { display: none; }
}

.anchor {
	padding-top: 140px;
	margin-top: -140px;
	display: block;
}

@media screen and (max-width: 1024px) {

.anchor {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}

}


/* header
======================================================*/

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
}
.header h1 {
	width: 143px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justifycontent: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	text-align: right;
}
.nav_jp_home {
	width: 236px;
	height: 40px;
	position: fixed;
	top: 0;
	right: 40px;
	z-index: 1000;
}
.nav_jp_home ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav_jp_home ul li:nth-of-type(1) {
	width: 130px;
}
.nav_jp_home ul li:nth-of-type(2) {
	width: 100px;
}
.nav_jp_home ul li a {
	width: 100%;
	height: 28px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	transition: height 0.2s, color 0.2s, background-color 0.2s;
}
.nav_jp_home ul li a:hover,
.nav_jp_home ul li a:focus {
	height: 40px;
	color: #333;
	background-color: #f7bb1f;
}

.nav_access {
	width: 187px;
	height: 54px;
	position: fixed;
	top: 0;
	left: 200px;
	z-index: 1000;
}
.nav_access a {
	width: 100%;
	height: 34px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #eee;
	font-weight: 700;
	font-size: 14px;
	border: solid 1px #333;
	border-top: solid 0px #333;
	color: #333;
	transition: height 0.2s, color 0.2s, background-color 0.2s, border 0.2s;
}
.nav_access a:hover,
.nav_access a:focus {
	height: 54px;
	color: #fff;
	color: #333;
	background-color: #f7bb1f;
	border: solid 1px #f7bb1f;
	border-top: solid 0px #333;
}

/* 親メニュー - Parent nav */

.header nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: calc( 100% - 134px );
}
.header nav > ul {
	list-style: none;
	margin: 0 270px 0 auto;
	width: 492px;
}
.header nav > ul > li {
	display: inline-block;
}
.header nav > ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding: 0 15px;
	line-height: 1;
	height: 47px;
	padding-top: 5px;
	box-sizing: border-box;
}
.header nav > ul > li > a {
	position: relative;
}
.header nav > ul > li.s_link > a::before {
	background: #f7bb1f;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 10px;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	display: block;
}
.header nav > ul > li.s_link > a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
	display: block;
}
.header nav > ul > li.oya:hover,
.header nav > ul > li.oya.focused {
	background: url(../img/oya_list.svg) center bottom no-repeat;
	background-size: 28px auto;
}

/* 子メニュー - .sub-menu */
.sub-menu {
	position: absolute;
	width: 100%;
	background-color: #f1ef7d;
	top: 47px;
	right: 0;
	opacity: 0;
	text-align: right;
	visibility: hidden;
	box-sizing: border-box;
	padding: 6px 40px 4px 40px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	transition: .1s;
	list-style: none;
}

.sub-menu li {
	display: inline-block;
	padding-left: 2px;
	padding-bottom: 2px;
}
.sub-menu li a {
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	color: #333;
	display: inline-block;
	padding: 0 15px;
	border-radius: 4px;
	background-color: #f8f7be;
	transition: background-color 0.2s;
}
.header nav > ul > li.oya .ko li a:hover {
	background-color: #f7bb1f;
}

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.oya:hover ul,
.oya ul.focused {
	opacity: 1;
	visibility: visible;
}
.oya li a:hover,
.oya li a:focus {
	background-color: #f7bb1f;
}

.header .search {
	width: 200px;
	height: 27px;
	position: absolute;
	top: 54px;
	right: 40px;
}
.header .search_inner {
	position: relative;
}
.header .search #s {
	width: 146px;
	padding-left: 6px;
	height: 27px;
	border: solid 1px #333;
	border-right: solid 0px #333;
	font-size: 16px;
	background-color: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-sizing: border-box;
}
.header .search button {
	width: 54px;
	height: 27px;
	background-color: #333333;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
@media screen and (max-width: 1024px) {

.header {
	width: 100%;
	height: 60px;
	background-color: #fff;
}
.header h1 {
	width: 70px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justifycontent: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	text-align: right;
}
.header h1 img {
	width: 54px;
	height: auto;
}

.nav_access {
	width: 163px;
	height: 46px;
	top: 0;
	left: 89px;
}
.nav_access a {
	width: 100%;
	height: 34px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 12px;
}
.nav_access a:hover {
	height: 46px;
}

.nav_jp_home,
.header .search,
.header nav {
	display: none;
}
}

@media screen and (max-width: 599px) {

.nav_access {
	display: none;
}

}


/* header nav SP
======================================================*/

.openbtn-wrap {
	opacity: 0;
	visibility: hidden;
}

.g_nav_wrap {
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1024px) {

/* 3lineSET */
.openbtn-wrap {
	opacity: 1;
	visibility: visible;
	display: -webkit-inline-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	width: 88px;
	height: 60px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
}

.openbtn {
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 28px;
	height: 17px;
}

.openbtn span {
	display: inline-block;
	position: absolute;
	transition: all .2s;
	border-radius: 0px;
	background-color: #000;
  	width: 25px;
	left: 0;
	height: 1px;
}

.openbtn span:nth-of-type(1) { top: 0px; }
.openbtn span:nth-of-type(2) { top: 8px; }
.openbtn span:nth-of-type(3) { bottom: 0px; }

}

/* 3line - active */
.openbtn-wrap.active span:nth-of-type(1) {
    top: 8px;
    left: 1px;
    transform: rotate(-45deg);
}

.openbtn-wrap.active span:nth-of-type(2) { opacity: 0; /*center*/ }

.openbtn-wrap.active span:nth-of-type(3) {
    top: 8px;
    left: 1px;
    transform: rotate(45deg);
}

/* nav */

.g_nav_wrap {
	opacity: 1;
	visibility: visible;
	display: block;
	position: fixed;
	width: 100%;
	max-width: 460px;
	height: 100%;
	background-color: #f7bb1f;
	top: 0px;
	right: -460px;
	box-sizing: border-box;
	transition: right 0.3s;
	z-index: 998;
	padding: 80px 20px 20px 20px;
	overflow: auto;
}

.g_nav_wrap::-webkit-scrollbar {
   width: 2px;
   opacity: 0.5;
}

.g_nav_wrap::-webkit-scrollbar-track {
   background-color: #eee;
}
.g_nav_wrap::-webkit-scrollbar-thumb {
   background-color: #6f5206;
}

.g_nav_wrap.panelactive {
	right: 0;
}

.g_nav {
	background-color: #fef8e9;
	border-radius: 20px;
	padding: 20px;
}

.g_nav ul {
	list-style: none;
}
.g_nav > ul > li:not(:last-child) {
	margin-bottom: 10px;
}

.g_nav > ul > li > a,
.g_nav > ul > li.dd_menu {
	color: #000;
	display: block;
	padding: 10px 0;
	position: relative;
}
.g_nav > ul > li.dd_menu {
	padding: 0px 0;
}

.g_nav > ul > li > a,
.g_nav > ul > li.dd_menu {
	width: 100%;
	display: block;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	transition: color .6s ease;
	color: #333;
}
.g_nav > ul > li > a:hover {
	color: #6f5206;
}

.dd_menu_list {
	display: none;
}
.dd_txt {
	display: block;
	padding: 10px 0;
	color: #333;
	transition: color .6s ease;
}
.dd_txt:hover {
	color: #6f5206;
}
.dd_txt.active {
	color: #6f5206;
}

.dd_txt .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
}
.dd_txt .icon svg {
	fill: #333;
	width: 10px;
	height: auto;
	transition: transform .2s ease, fill .2s ease;
	position: absolute;
	top: 3px;
	right: 0;
	transition: color .2s ease, transform .2s ease;
}
.dd_txt.active .icon svg {
	fill: #0b3c7b;
	transform: rotate(-180deg);
}
.dd_menu div {
	padding: 4px 0 10px 0px;
}
.dd_menu div li:not(:nth-of-type(1)) {
	margin-top: 5px;
}
.dd_menu_list ul {
	list-style: none;
	font-size: 18px;
}
.dd_menu_list ul li a {
	color: #333;
	display: block;
	background-color: #fef8e9;
	padding: 10px 0 10px 20px;
	border-radius: 4px;
	transition: background-color 0.3s;
}
.dd_menu_list ul li a:hover {
	background-color: #f2ef7c;
}

.g_nav_sub {
	background-color: #fef8e9;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
	list-style: none;
}
.g_nav_sub ul {
	list-style: none;
}
.g_nav_sub ul li a {
	width: 100%;
	display: block;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: color .6s ease;
	color: #333;
}
.g_nav_sub ul li:not(:last-child) {
	margin-bottom: 10px;
}

}

@media screen and (max-width: 599px) {

.openbtn-wrap {
	width: 68px;
	height: 60px;
}

.dd_menu_list ul {
	list-style: none;
	font-size: 16px;
}
.dd_menu_list ul li a {
	padding: 10px 0 10px 10px;
	border-radius: 4px;
	transition: background-color 0.3s;
}
}

@media screen and (max-width: 359px) {

.g_nav_wrap {
	padding: 75px 15px 20px 15px;
}
.g_nav {
	background-color: #fef8e9;
	border-radius: 10px;
	padding: 15px;
}

}

/* cc
======================================================*/

.cc {
	position: sticky;
	top: 100px;
	float: left;
	width: 154px;
	padding-bottom: 30px;
}
.cc p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 154px;
	font-weight: 700;
	font-size: 30px;
}
.cc p span {
	display: inline-block;
	background-color: #fff;
	padding: 50px 0 30px 0;
}


@media screen and (max-width: 1024px) {

.cc {
	position: sticky;
	top: 60px;
	float: left;
	width: 70px;
	padding-bottom: 30px;
}
.cc p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 70px;
	font-size: 18px;
}
.cc p span {
	padding: 10px 0 20px 0;
}

}

@media screen and (max-width: 599px) {
.cc {
	position: fixed;
	top: 0px;
	left: 90px;
	float: none;
	width: calc( 100% - 90px );
	height: 60px;
	padding-bottom: 0px;
	z-index: 999;
	box-sizing: border-box;
}
.cc p {
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	line-height: 60px;
	font-size: 14px;
}
.cc p span {
	display: inline;
	background-color: #fff;
	padding: 0px 0 0px 0;
}
}

@media screen and (max-width: 359px) {

.cc p {
	font-size: 12px;
}

}


/* main
======================================================*/

.main_wrap {
	position: relative;
	background: url(../img/side_line.png) left 77px top repeat-y;
}
main {
	width: calc( 100% - 154px );
	padding-top: 100px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {

.main_wrap {
	position: relative;
	background: url(../img/side_line.png) left 34px top repeat-y;
}
main {
	width: calc( 100% - 70px );
	padding-top: 60px;
}

}

@media screen and (max-width: 599px) {

.main_wrap {
	position: relative;
	background: none;
}
main {
	width: 100%;
	padding-top: 60px;
}

}


/* top_h2
======================================================*/

.top_h2 span:nth-of-type(1) {
	font-weight: 500;
	color: #6f5206;
	display: block;
	font-size: 60px;
}
.top_h2 span:nth-of-type(2) {
	font-weight: 400;
	color: #333;
	display: block;
	font-size: 20px;
	position: relative;
	margin-top: 14px;
	padding: 2px 0 2px 46px;
	font-weight: 500;
}
.top_h2 span:nth-of-type(2)::before {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 33px;
	height: 100%;
	background-color: #f7bb1f;
	border-radius: 4px;
}

@media screen and (max-width: 1024px) {

.top_h2 span:nth-of-type(1) {
	font-size: 50px;
}
.top_h2 span:nth-of-type(2) {
	font-size: 18px;
	margin-top: 7px;
	padding: 2px 0 2px 34px;
}
.top_h2 span:nth-of-type(2)::before {
	top: 1px;
	width: 28px;
	height: 100%;
	border-radius: 4px;
}

}

@media screen and (max-width: 599px) {

.top_h2 span:nth-of-type(1) {
	font-size: 42px;
}
.top_h2 span:nth-of-type(2) {
	font-size: 16px;
	margin-top: 7px;
	padding: 2px 0 2px 30px;
}
.top_h2 span:nth-of-type(2)::before {
	width: 24px;
	height: 100%;
	border-radius: 4px;
}

}


/* top_img
======================================================*/

.top_img {

}
.top_img img {
	border-top-left-radius: 160px;
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: right center;
	width: 100%;
	max-height: 800px;
}

@media screen and (max-width: 1024px) {

.top_img img {
	border-top-left-radius: 84px;
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: right center;
	width: 100%;
	max-height: 600px;
}

}

@media screen and (max-width: 599px) {

.top_img img {
	border-top-left-radius: 0px;
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: right center;
	width: 100%;
	max-height: 400px;
}

}


/* top_title
======================================================*/

.top_title {
	margin-top: 50px;
	display: -webkit-inline-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.top_title h1 {
	width: 320px;
}
.top_title p {
	width: clac( 100% - 320px );
	box-sizing: border-box;
	padding-left: 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
}
.top_title .top_cc {
	display: none;
}

@media screen and (max-width: 1024px) {

.top_title {
	margin-top: 38px;
	padding-right: 30px;
}
.top_title h1 {
	width: 183px;
}
.top_title h1 img {
	width: 100%;
	height: auto;
}
.top_title p {
	width: clac( 100% - 183px );
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.6;
}

}

@media screen and (max-width: 768px) {

.top_title {
	display: block;
}
.top_title h1 {
	width: 183px;
	margin: 0 auto;
}
.top_title p {
	text-align: center;
	margin-top: 20px;
}
}

@media screen and (max-width: 599px) {

.top_title {
	margin-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
}

.top_title h1 {
	width: 150px;
}
.top_title p {
	margin-top: 18px;
	padding-left: 0px;
}

.top_title .top_cc {
	display: block;
	font-size: 22px;
}

}

@media screen and (max-width: 359px) {

.top_title .top_cc {
	display: block;
	font-size: 20px;
}


}



/* top_service
======================================================*/

.top_service {
	margin-top: 80px;
}
.top_service_content {
	margin-top: 30px;
	padding: 0 40px 0 0;
}
.top_other .top_service_content {
	padding: 0;
}

.top_service_content ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.top_service_content ul li {
	width: calc(( 100% - 32px ) / 3 );
	margin-bottom: 16px;
	min-height: 84px;
}
.top_service_content ul li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background: url(../img/list01.svg) right 14px center no-repeat;
	background-color: rgba(247,187,31,1);
	background-size: 8px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 6px 36px 6px 27px;
	font-weight: 700;
	font-size: 20px;
	color: #333;
	line-height: 1.4;
	transition: background 0.3s;
}
.top_service_content ul li a .s {
	display: block;
	font-weight: 500;
	font-size: 14px;
	margin-top: 3px;
}

.top_service_content ul li a:hover {
	background: url(../img/list01.svg) right 10px center no-repeat;
	background-color: rgba(247,187,31,0.7);
	background-size: 8px auto;
}

@media screen and (min-width: 1025px) {

.top_service_content ul li:nth-of-type(even) a {
	background: url(../img/list02.svg) right 14px center no-repeat;
	background-color: rgba(242,239,124,1);
	background-size: 8px auto;
}
.top_service_content ul li:nth-of-type(even) a:hover {
	background: url(../img/list02.svg) right 10px center no-repeat;
	background-color: rgba(242,239,124,0.7);
	background-size: 8px auto;
}
}

@media screen and (max-width: 1200px) {

.top_service_content ul li a {
	padding: 0 36px 0 27px;
	font-size: 18px;
}

}

@media screen and (max-width: 1024px) {

.top_service {
	margin-top: 60px;
}
.top_service_content {
	margin-top: 20px;
	padding: 0 30px 0 0;
}
.top_service_content ul li {
	width: calc(( 100% - 10px ) / 2 );
	margin-bottom: 10px;
	min-height: 84px;
}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

.top_service_content ul li:nth-of-type(2) a,
.top_service_content ul li:nth-of-type(3) a,
.top_service_content ul li:nth-of-type(6) a,
.top_service_content ul li:nth-of-type(7) a {
	background: url(../img/list02.svg) right 14px center no-repeat;
	background-color: rgba(242,239,124,1);
	background-size: 8px auto;
}
.top_service_content ul li:nth-of-type(2) a:hover,
.top_service_content ul li:nth-of-type(3) a:hover,
.top_service_content ul li:nth-of-type(6) a:hover,
.top_service_content ul li:nth-of-type(7) a:hover {
	background: url(../img/list02.svg) right 10px center no-repeat;
	background-color: rgba(242,239,124,0.7);
	background-size: 8px auto;
}

}

@media screen and (max-width: 768px) {

.top_service_content ul li a {
	padding: 10px 36px 10px 20px;
	font-size: 16px;
}

}

@media screen and (max-width: 599px) {

.top_service {
	margin-top: 40px;
	padding: 0 30px 0 30px;
}
.top_service_content {
	margin-top: 20px;
	padding: 0 0px 0 0px;
}
.top_service_content ul li {
	width: 100%;
	margin-bottom: 6px;
	min-height: 60px;
}
.top_service_content ul li a {
	padding: 14px 36px 14px 10px;
	font-size: 16px;
}
.top_service_content ul li:nth-of-type(even) a {
	background: url(../img/list02.svg) right 14px center no-repeat;
	background-color: rgba(242,239,124,1);
	background-size: 8px auto;
}
.top_service_content ul li:nth-of-type(even) a:hover {
	background: url(../img/list02.svg) right 10px center no-repeat;
	background-color: rgba(242,239,124,0.7);
	background-size: 8px auto;
}

}

@media screen and (max-width: 359px) {

.top_service {
	padding: 0 20px 0 20px;
}

}


/* top_highlights
======================================================*/

.top_highlights {
	width: 100%;
	padding: 64px 0 0 0;
}

/* スライドの動き等速 */
.top_highlights .swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.top_highlights .swiper-slide img {
	height: auto;
	width: 100%;
}


@media screen and (max-width: 1024px) {

.top_highlights {
	width: 100%;
	padding: 50px 0 0 0;
}

}

@media screen and (max-width: 599px) {

.top_highlights {
	width: 100%;
	padding: 30px 0 0 0;
}

}


/* top　共通
======================================================*/

.top_h2_box {
	width: 260px;
}
.top_content {
	width: calc( 100% - 260px );
}

.txt_link {
	text-align: right;
}
.txt_link a {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	color: #333;
	line-height: 1;
	padding: 0 50px 0 0;
	position: relative;
}
.txt_link a span {
	display: inline-block;
	border-bottom: solid 1px #333;
	padding: 6px 0;
	transition: border 0.3s;
}
.txt_link a::after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 9px auto;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.txt_link a:hover span {
	border-bottom: solid 1px #f7bb1f;
}
.txt_link a:hover::after {
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #f7bb1f;
	background-size: 9px auto;
}

.top_content_wrap {
	position: relative;
	z-index: 2;
	width: calc( 100% - 40px );
	display: -webkit-inline-flex;
	display: flex;
	background-color: #fff;
	border-top-right-radius: 10px;
	padding: 56px 60px 0 0;
	box-sizing: border-box;
}

.btn_link {
	width: 500px;
	height: 110px;
	box-sizing: border-box;
}
.btn_link a {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: solid 1px #333;
	border-radius: 10px;
	background-color: #fff;
	padding-left: 40px;
	font-size: 30px;
	line-height: 1;
	color: #333;
	transition: border 0.3s, background-color 0.3s;
}
.btn_link a::after {
	content:"";
	display: block;
	position: absolute;
	top: calc( 50% - 16px );
	right: 22px;
	width: 32px;
	height: 32px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 9px auto;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.btn_link a:hover,
.btn_link a:focus {
	background-color: #f7bb1f;
	border: solid 1px #f7bb1f;
}


@media screen and (max-width: 1024px) {

.top_h2_box {
	width: 100%;
}
.top_content {
	width: 100%;
}

.top_content_wrap {
	width: calc( 100% - 30px );
	display: block;
	padding: 40px 0px 0 0;
	top: -30px;
}

.btn_link {
	width: 360px;
	height: 90px;
}
.btn_link a {
	padding-left: 30px;
	font-size: 20px;
}

}

@media screen and (max-width: 599px) {

.top_content_wrap {
	padding: 30px 0px 0 0;
	top: -20px;
}

.txt_link a {
	font-size: 16px;
	padding: 0 40px 0 0;
}
.txt_link a span {
	padding: 4px 0;
}
.txt_link a::after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height: 26px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 7px auto;
}

.btn_link {
	width: 100%;
	height: 60px;
}
.btn_link a {
	padding-left: 20px;
	font-size: 20px;
}
.btn_link a::after {
	top: calc( 50% - 13px );
	right: 18px;
	width: 26px;
	height: 26px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 7px auto;
}
}

@media screen and (max-width: 359px) {

.top_content_wrap {
	width: calc( 100% - 20px );
}

}


/* top_news
======================================================*/

.top_news {
	margin-top: 100px;
}
.top_news.single_top_news {
	padding-bottom: 100px;
}

.top_news_wrap {
	display: -webkit-inline-flex;
	display: flex;
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
}

.top_news_content ul {
	list-style: none;
	display: -webkit-inline-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.top_news_content ul li {
	border-bottom: solid 1px #c8c8c8;
	width: calc(( 100% - 20px ) / 2 );
}
.top_news_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding: 30px 6px 10px 6px;
	background-color: #fff;
	transition: background-color 0.3s;
	box-sizing: border-box;
}
.top_news_content ul li a span:nth-of-type(1) {
	display: block;
	font-size: 16px;
	line-height: 1;
}
.top_news_content ul li a span:nth-of-type(2) {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
}
.top_news_content ul li a:hover {
	background-color: #f8f7be;
}

@media screen and (max-width: 1600px) {

.top_news_content ul {
	display: block;
}
.top_news_content ul li {
	border-bottom: solid 1px #c8c8c8;
	width: 100%;
}

}

@media screen and (max-width: 1024px) {

.top_news {
	margin-top: 75px;
}
.top_news_wrap {
	display: block;
	padding-right: 30px;
}
.top_news_content ul {
	margin-bottom: 30px;
	margin-top: 10px;
}
.top_news_content ul li a span:nth-of-type(1) {
	font-size: 14px;
}
.top_news_content ul li a span:nth-of-type(2) {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 0.2em;
}
}

@media screen and (max-width: 599px) {

.top_news {
	margin-top: 50px;
}
.top_news_wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.top_news_wrap.single_top_news_wrap {
	padding-left: 0px;
	padding-right: 0px;
}
op_news_content ul {
	margin-bottom: 20px;
}
.top_news_content ul li a {
	padding: 20px 4px 6px 4px;
}
}

@media screen and (max-width: 359px) {

.top_news_wrap {
	padding-left: 20px;
	padding-right: 20px;
}

}



/* top_recruit
======================================================*/

.top_recruit {
	margin-top: 100px;
	position: relative;
	padding-top: 600px;
}

.top_recruit_img {
	position: absolute;
	top: 0;
	width: 100%;
}
.top_recruit_img img {
	aspect-ratio: 1920 / 1083;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-height: 680px;
}
.top_recruit_img_sp {
	display: none;
}
.top_recruit_content {

}
.top_recruit_cc {
	font-size: 38px;
	line-height: 1.6;
	padding-top: 12px;
}
.top_recruit_btn {
	display: -webkit-inline-flex;
	display: flex;
	-webkit-justifycontent: flex-end;
	justify-content: flex-end;
	margin-top: 60px;
}

@media screen and (max-width: 1024px) {

.top_recruit {
	padding-top: 0px;
}

.top_recruit_img {
	display: none;
}
.top_recruit_img_sp {
	display: block;
}
.top_recruit_img_sp img {
	width: 100%;
	height: auto;
}
.top_recruit_cc {
	font-size: 30px;
	padding-top: 12px;
}
.top_recruit_btn {
	margin-top: 30px;
}
}


@media screen and (max-width: 599px) {


.top_recruit_wrap {
	padding-left: 30px;
}
.top_recruit_cc {
	font-size: 7vw;
	padding-top: 12px;
}
}

@media screen and (max-width: 359px) {

.top_recruit_wrap {
	padding-left: 20px;
}

}


/* top_about
======================================================*/

.top_about {
	margin-top: 100px;
	position: relative;
	padding-top: 600px;
}

.top_about_img {
	position: absolute;
	top: 0;
	width: 100%;
}
.top_about_img img {
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: center top;
	width: 100%;
	max-height: 680px;
}
.top_about_img_sp {
	display: none;
}
.top_about_btn {
	display: -webkit-inline-flex;
	display: flex;
	-webkit-justifycontent: flex-end;
	justify-content: flex-end;
}

@media screen and (max-width: 1024px) {

.top_about {
	margin-top: 70px;
	padding-top: 0px;
}
.top_about_img {
	display: none;
}
.top_about_img_sp {
	display: block;
}
.top_about_img_sp img {
	width: 100%;
	height: auto;
}
.top_about_btn {
	margin-top: 20px;
}
}

@media screen and (max-width: 599px) {

.top_about {
	margin-top: 40px;
}

.top_about_wrap {
	padding-left: 30px;
}
.top_about_btn {
	margin-top: 30px;
}
}

@media screen and (max-width: 359px) {

.top_about_wrap {
	padding-left: 20px;
}

}



/* top_other
======================================================*/

.top_other_wrap {
	display: block;
}
.top_other {
	margin-top: 100px;
	position: relative;
	padding-top: 600px;
	padding-bottom: 100px;
}

.top_other_img {
	position: absolute;
	top: 0;
	width: 100%;
}
.top_other_img img {
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-height: 680px;
}
.top_other_img_sp {
	display: none;
}

@media screen and (max-width: 1024px) {

.top_other {
	margin-top: 70px;
	padding-top: 0px;
	padding-bottom: 80px;
}
.top_other_img {
	display: none;
}
.top_other_img_sp {
	display: block;
}
.top_other_img_sp img {
	width: 100%;
	height: auto;
}
.top_other_content {
	padding-bottom: 0px;
}
.top_other .top_service_content br.block1600 {
	display: none;
}
}

@media screen and (max-width: 599px) {

.top_other {
	margin-top: 40px;
	padding-bottom: 40px;
}
.top_other_wrap {
	padding-left: 30px;
}
.top_other .top_service_content {
	margin-top: 30px;
}
}

@media screen and (max-width: 399px) {

.top_other .top_service_content br.block1600 {
	display: block;
}

}

@media screen and (max-width: 359px) {

.top_other_wrap {
	padding-left: 20px;
}

}



/* footer_supporters
======================================================*/

.footer_supporters {
	padding-top: 900px;
	position: relative;
	background-color: #faf8f6;
}
.footer_supporters_img {
	position: absolute;
	top: 0;
	width: 100%;
}
.footer_supporters_img img {
	aspect-ratio: 1920 / 1080;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-height: 960px;
}
.footer_supporters_img_sp {
	display: none;
}

.footer_supporters_content_wrap {
	padding: 0 40px;
	position: relative;
	z-index: 2;
	top: -20px;
}
.footer_supporters_content {
	background-color: #fff;
	border-radius: 10px;
	padding: 56px 60px 50px 114px;
}
.footer_supporters_content_box {
	margin-top: 30px;
}
.footer_supporters_content_box .btn {
	display: -webkit-inline-flex;
	display: flex;
	-webkit-justifycontent: flex-end;
	justify-content: flex-end;
}

@media screen and (max-width: 1024px) {

.footer_supporters {
	padding-top: 0px;
}

.footer_supporters_img {
	display: none;
}
.footer_supporters_img_sp {
	display: block;
}
.footer_supporters_img_sp img {
	width: 100%;
	height: auto;
}

.footer_supporters_content_wrap {
	padding: 0 30px;
}
.footer_supporters_content {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px 40px 40px;
}
.footer_supporters_content_box {
	margin-top: 20px;
}
}

@media screen and (max-width: 599px) {

.footer_supporters_content {
	padding: 30px 20px 30px 20px;
}
.footer_supporters_content_box {
	margin-top: 30px;
}
}

@media screen and (max-width: 359px) {

.footer_supporters_content_wrap {
	padding: 0 20px;
}

}


/* footer
======================================================*/

.footer {
	background-color: #faf8f6;
	padding: 60px 40px 30px 40px;
}
.footer .bn {
	width: 100%;
	max-width: 770px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	list-style: none;
}
.footer_content_wrap {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 90px;
	box-sizing: border-box;
}
.footer_info {
	width: 510px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_info h1 {
	width: 113px;
}
.footer_info h1 img {
	width: 113px;
	height: auto;
}
.footer_txt {
	width: 360px;
}
.footer_txt h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
.footer_txt p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}
.footer_txt p.f {
	margin-top: 10px;
}
.footer_content_wrap nav {
	width: auto;
}
.footer_content_wrap nav div {
	padding-right: 20px;
	border-right: dotted 1px #333;
}

.footer_content_wrap nav p:not(:first-child) {
	margin-top: 12px;
}
.copy {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin-top: 90px;
}

@media screen and (max-width: 1024px) {

.footer {
	padding: 20px 0px 16px 0px;
}

.footer .bn {
	box-sizing: border-box;
	padding: 0 20px;
}
.footer_content_wrap {
	padding: 0 30px;
	margin-top: 60px;
}

.footer_info {
	width: 400px;
}
.footer_txt {
	width: auto;
}
.copy {
	margin-top: 60px;
}
}


@media screen and (max-width: 768px) {

.footer .bn {
	display: block;
	padding: 0 0px;
	max-width: 234px;
}
.footer .bn li:not(:first-child) {
	margin-top: 7px;
}

.footer_content_wrap {
	display: block;
	padding: 0 30px;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin: 0 auto;
}
.footer_content_wrap nav {
	display: none;
}

}

@media screen and (max-width: 599px) {

.footer_info {
	width: 100%;
	display: block;
	text-align: center;
}
.footer_info h1 {
	width: 113px;
	margin: 0 auto 20px auto;
}
.copy {
	font-size: 10px;
	margin-top: 30px;
}
}


/* started */

.ef_box {
	position: relative;
	opacity: 0;
	top: 100px;
	transition: opacity .6s ease, top .6s ease;
}
.ef_box.started {
	opacity: 1;
	top: 0px;
}



/* page
======================================================*/

.page_wrap {
	padding-top: 40px;
}

.page_ct {
	font-weight: 400;
	color: #333;
	display: block;
	font-size: 20px;
	position: relative;
	margin-top: 14px;
	padding: 2px 0 2px 46px;
	font-weight: 500;
}
.page_ct::before {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 33px;
	height: 100%;
	background-color: #f7bb1f;
	border-radius: 4px;
}

.page_h1 {
	font-size: 46px;
	line-height: 1.4;
	color: #6f5206;
	font-weight: 500;
}
.jigyo_sub {
	font-size: 20px;
	line-height: 1;
	margin-top: 0.2em;
}


@media screen and (max-width: 1024px) {

.page_wrap {
	padding-top: 6px;
	padding-left: 19px;
	padding-right: 20px;
}
.page_ct {
	font-size: 18px;
	margin-top: 7px;
	padding: 2px 0 2px 34px;
}
.page_ct::before {
	top: 1px;
	width: 28px;
	height: 100%;
	border-radius: 4px;
}
.page_h1 {
	font-size: 36px;
}
.jigyo_sub {
	font-size: 16px;
}

}


@media screen and (max-width: 599px) {

.page_wrap {
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
}
.page_ct {
	font-size: 16px;
	margin-top: 7px;
	padding: 2px 0 2px 30px;
}
.page_ct::before {
	width: 24px;
	height: 100%;
	border-radius: 4px;
}
.page_h1 {
	font-size: 24px;
}
.jigyo_sub {
	font-size: 14px;
}
}


/* topic_path
======================================================*/

.topic_path {
	margin-top: 36px;
	border-top: solid 1px #333333;
	background-color: #eeeeee;
	padding: 20px 26px;
}
.topic_path span.bd_list {
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
.topic_path span.bd_list::after {
	content:">";
	display: block;
	position: absolute;
	top: -2px;
	right: 0px;
	width: 1em;
	height: 1em;
	font-weight: 400;
	font-size: 16px;
	color: #666;
}

.topic_path p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #333333;
}
.topic_path p a {
	color: #333333;
	display: inline-block;
	border-bottom: solid 1px #eee;
}
.topic_path p a:hover {
	color: #666666;
	border-bottom: solid 1px #666;
}
.topic_path p span {
	display: inline-block;
}
.topic_path .bd_list:nth-of-type(1) a {
	display: inline-block;
	width: 20px;
	height: 1em;
	background: url(../img/home_icon.svg) center top no-repeat;
	background-size: 16	px auto;
}

.topic_path .bd_list:nth-of-type(1) span {
	display: none;
}

@media screen and (max-width: 1024px) {

.topic_path {
	margin-top: 26px;
	padding: 10px 12px;
}
.topic_path span.bd_list {
	padding-right: 18px;
}
.topic_path p {
	font-size: 14px;
}
.topic_path span.bd_list::after {
	top: -1px;
	font-size: 12px;
}

}


/* sv_header
======================================================*/

.sv_header .sv_head_img {
	margin: 24px 0 0 0;
}
.sv_header .sv_head_img img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


/* page_post
======================================================*/

.page_post {
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 0 60px 200px 0;
}
.page_post.single_post {
	padding: 0 60px 160px 0;
}
.page_post h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.4;
	padding: 9px 0 12px 36px;
	border-left: solid 7px #f7bb1f;
}
.page_post h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	padding: 12px 20px;
	background-color: #f7bb1f;
	margin-top: 80px;
}

.page_post h2 + h3 {
	margin-top: 40px;
}

.page_post h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
	padding: 0 6px 6px 2px;
	border-bottom: solid 2px #f7bb1f;
	margin-top: 60px;
}

.page_post h3 + h4 {
	margin-top: 40px;
}


.page_post h4 {
	display: inline-block;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
	padding: 0 6px 6px 2px;
	border-bottom: dotted 2px #f7bb1f;
	margin-top: 60px;
}

.page_post p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 2em;
}

.page_post p + ul.link_list02 {
	margin-top: 20px;
}

/* page_post ul */

.page_post ul {
	list-style: none;
	margin-top: 30px;
}
.page_post ul li {
	list-style: none;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	padding-left: 1.2em;
}
.page_post ul li:not(:first-child) {
	margin-top: 10px;
}
.page_post ul li::before {
	content:"●";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	color: #f7bb1f;
}

.page_post ul.link_list01 {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 37px 37px;
	margin-top: 50px;
}
.page_post ul.link_list01 li {
	width: calc(( 100% - 37px ) / 2);
	padding-left: 0;
}
.page_post ul.link_list01 li:not(:first-child) {
	margin-top: 0px;
}
.page_post ul.link_list01 li::before {
	display: none;
}
.page_post ul.link_list01 li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 110px;
	font-weight: 500;
	font-size: 26px;
	color: #333;
	line-height: 1.4;
	padding: 0 64px 0 42px;
	position: relative;
	border-radius: 10px;
	border: solid 1px #231815;
	transition: background-color 0.3s, border 0.3s;
}
.page_post ul.link_list01 li a:hover {
	background-color: #f7bb1f;
	border: solid 1px #f7bb1f;
}
.page_post ul.link_list01 li a::after {
	content:"";
	display: block;
	position: absolute;
	top: calc (( 100% - 32px ) / 2 );
	right: 23px;
	width: 32px;
	height: 32px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 9px auto;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.page_post ul.link_list01 li em {
	position: absolute;
	bottom: 14px;
	left: 34px;
	font-style: normal;
	display: block;
	font-size: 16px;
}

.page_post ul.link_list02 {
	list-style: none;
	margin-top: 50px;
}
.page_post ul.link_list02 li {
	width: 100%;
	padding-left: 0;
}
.page_post ul.link_list02 li:not(:first-child) {
	margin-top: 26px;
}
.page_post ul.link_list02 li::before,
.page_post ul.link_list03 li::before,
.page_post ul.page_news_list li::before {
	display: none;
}
.page_post ul.link_list02 li a,
.page_post ul.link_list03 li a {
	display: block;
	height: auto;
	font-weight: 500;
	font-size: 30px;
	color: #333;
	line-height: 1.4;
	padding: 25px 64px 25px 42px;
	position: relative;
	border-radius: 10px;
	border: solid 1px #231815;
	transition: background-color 0.3s, border 0.3s;
	background-color: transparent;
	position: relative;
}
.page_post ul.link_list02 li a:hover,
.page_post ul.link_list03 li a:hover {
	background-color: #f2f07d;
	border: solid 1px #f7bb1f;
}

.page_post ul.link_list02 li a::before,
.page_post ul.link_list03 li a::before {
 	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	background: linear-gradient(to right, #fff, #f2f07d);
	opacity: 1;
	transition: opacity 0.3s;
	top: 0;
	left: 0;
}

.page_post ul.link_list02 li a:after,
.page_post ul.link_list03 li a:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 22px;
	top: calc((100% - 32px ) / 2 );
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 9px auto;
	border-radius: 50%;
}

.page_post ul.link_list02 li em,
.page_post ul.link_list03 li em {
	font-style: normal;
	display: block;
	font-size: 18px;
}

.page_post ul.link_list03 {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 26px 37px;
	margin-top: 50px;
}
.page_post ul.link_list03 li {
	width: calc(( 100% - 37px ) / 2);
	padding-left: 0;
}
.page_post ul.link_list03 li:not(:first-child) {
	margin-top: 0;
}

/* page_post ol */

.page_post ol {
	margin-top: 30px;
}
.page_post ol li {
	list-style-type: decimal
	list-style: none;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	margin-left: 1.2em;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 14px;
}
.page_post ol li:not(:first-child) {
	margin-top: 14px;
}

/* page_post table */

.page_post table {
	border-collapse: collapse;
	border: solid 1px #f7bb1f;
	margin-top: 50px;
}
.page_post table.table_type01 {
	width: auto;
	max-width: 100%;
}
.page_post table.table_type01 th {
	background-color: #f2f07d;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	text-align: left;
	padding: 30px;
	border: solid 1px #f7bb1f;
	white-space: nowrap;
	vertical-align: top;
}
.page_post table.table_type01 td {
	background-color: #fff;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	text-align: left;
	padding: 30px;
	border: solid 1px #f7bb1f;
	line-height: 1.6;
}


/* soshiki_list */

.page_post .soshiki_list {
	display: -webkit-flex;
	display: flex;
	gap: 0 80px;
	width: 100%;
	max-width: 1200px;
	margin-top: 50px;
}
.page_post .soshiki_list dl {
	width: calc(( 100% - 80px ) / 2 );
}
.page_post .soshiki_list dl dt {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
	border-bottom: solid 1px #999;
	padding-bottom: 10px;
}


/* .page_news_list */

.page_post ul.page_news_list {
	list-style: none;
}
.page_post ul.page_news_list li {
	padding-left: 0;
	line-height: 1.6;
	font-size: 18px;
	border-bottom: solid 1px #c8c8c8;
	padding-bottom: 7px;
}
.page_post ul.page_news_list li:not(:first-child) {
	margin-top: 20px;
}
.page_post ul.page_news_list li em {
	font-style: normal;
	font-size: 14px;
}


/* page_post img */

.page_post .wp-block-image {
	margin-top: 30px;
}
.page_post .wp-block-image img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1400px) {

.page_post ul.link_list01 {
	display: block;
}
.page_post ul.link_list01 li:not(:first-child) {
	margin-top: 20px;
}
.page_post ul.link_list01 li {
	width: 100%;
}

.page_post ul.link_list02 li:not(:first-child) {
	margin-top: 20px;
}
.page_post ul.link_list02 li a,
.page_post ul.link_list03 li a {
	display: block;
	height: auto;
	font-weight: 500;
	font-size: 22px;
	color: #333;
	line-height: 1.4;
	position: relative;
	border-radius: 10px;
	border: solid 1px #231815;
	transition: background-color 0.3s, border 0.3s;
	background-color: transparent;
	position: relative;
}
.page_post ul.link_list02 li a:after,
.page_post ul.link_list03 li a:after {
	right: 22px;
}
.page_post ul.link_list02 li em,
.page_post ul.link_list03 li em {
	font-size: 16px;
}

.page_post ul.link_list03 {
	display: block;
}
.page_post ul.link_list03 li {
	width: 100%;
}
.page_post ul.link_list03 li:not(:first-child) {
	margin-top: 20px;
}

.page_post .soshiki_list {
	gap: 0 40px;
}

}

@media screen and (max-width: 1024px) {

.page_post {
	margin-top: 45px;
	padding: 0 0px 120px 0;
}
.page_post.single_post {
	padding: 0 0px 60px 0;
}

.page_post h1 {
	font-size: 24px;
	padding: 3px 0 6px 20px;
}
.page_post h2 {
	font-size: 22px;
	padding: 12px 20px;
	margin-top: 60px;
}
.page_post h3 {
	font-size: 20px;
	padding: 0 6px 6px 2px;
	margin-top: 60px;
}
.page_post h4 {
	font-size: 18px;
	padding: 0 6px 6px 2px;
	margin-top: 60px;
}
.page_post p {
	font-size: 16px;
	margin-top: 2em;
}

.page_post ul li,
.page_post ol li {
	font-size: 16px;
}
.page_post ul.link_list01 li a {
	height: 90px;
	font-size: 20px;
	padding: 0 64px 0 20px;
}
.page_post ul.link_list01 li a::after {
	right: 18px;
	width: 26px;
	height: 26px;
	background-size: 7px auto;
}
.page_post ul.link_list01 li em {
	bottom: 12px;
	left: 14px;
	font-size: 12px;
}

.page_post ul.link_list02 li a,
.page_post ul.link_list03 li a {
	font-size: 20px;
	padding: 25px 64px 25px 20px;
}
.page_post ul.link_list02 li em,
.page_post ul.link_list03 li em {
	font-size: 14px;
}
.page_post ul.link_list02 li a:after,
.page_post ul.link_list03 li a:after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	right: 18px;
	top: calc((100% - 26px ) / 2 );
	background-size: 7px auto;
}

.page_post table.table_type01 th {
	font-size: 16px;
	padding: 20px;
}
.page_post table.table_type01 td {
	font-size: 16px;
	padding: 20px;
}

.page_post .soshiki_list {
	display: block;
	width: 100%;
	margin-top: 45px;
}
.page_post .soshiki_list dl {
	width: 100%;
}
.page_post .soshiki_list dl:not(:first-child) {
	margin-top: 30px;
}
.page_post .soshiki_list dl dt {
	font-size: 20px;
	padding-bottom: 6px;
}
.page_post .soshiki_list dl ul {
	margin-top: 16px;
}

.page_post ul.page_news_list li {
	padding-left: 0;
	line-height: 1.6;
	font-size: 16px;
	border-bottom: solid 1px #c8c8c8;
	padding-bottom: 7px;
}
.page_post ul.page_news_list li:not(:first-child) {
	margin-top: 20px;
}
.page_post ul.page_news_list li em {
	font-style: normal;
	font-size: 14px;
}

}

@media screen and (max-width: 599px) {

.page_post {
	margin-top: 30px;
	padding: 0 0px 100px 0;
}
.page_post.single_post {
	padding: 0 0px 60px 0;
}

.page_post h1 {
	font-size: 20px;
	padding: 3px 0 6px 14px;
}
.page_post h2 {
	font-size: 18px;
	padding: 6px 14px;
	margin-top: 40px;
}

.page_post h2 + h3 {
	margin-top: 20px;
}

.page_post h3 {
	font-size: 18px;
	padding: 0 6px 6px 2px;
	margin-top: 40px;
}

.page_post h4 {
	font-size: 16px;
	padding: 0 6px 6px 2px;
	margin-top: 40px;
}

.page_post p {
	font-size: 14px;
	margin-top: 2em;
}

.page_post ul,
.page_post ol {
	margin-top: 20px;
}

.page_post ul.link_list01 {
	margin-top: 30px;
}
.page_post ul.link_list01 li:not(:first-child) {
	margin-top: 10px;
}
.page_post ul.link_list01 li a {
	height: 80px;
	font-size: 18px;
	padding: 0 64px 0 16px;
}
.page_post ul.link_list01 li a::after {
	right: 14px;
	width: 22px;
	height: 22px;
	background-size: 6px auto;
}
.page_post ul.link_list01 li em {
	bottom: 6px;
	left: auto;
	right: 34px;
	font-size: 12px;
}


.page_post ul.link_list02 {
	margin-top: 30px;
}
.page_post ul.link_list02 li:not(:first-child) {
	margin-top: 10px;
}
.page_post ul.link_list02 li a,
.page_post ul.link_list03 li a {
	font-size: 18px;
	padding: 16px 64px 16px 16px;
}
.page_post ul.link_list02 li a:after,
.page_post ul.link_list03 li a:after {
	width: 22px;
	height: 22px;
	right: 14px;
	top: calc((100% - 22px ) / 2 );
	background-size: 6px auto;
}

.page_post ul.link_list03 li:not(:first-child) {
	margin-top: 10px;
}

.page_post p + ul.link_list02 {
	margin-top: 14px;
}

.page_post table {
	margin-top: 30px;
}
.page_post table.table_type01 th {
	width: 100%;
	display: block;
	font-size: 16px;
	padding: 10px;
	border: none;
	border-top: solid 1px #f7bb1f;
}
.page_post table.table_type01 td {
	width: 100%;
	display: block;
	font-size: 16px;
	padding: 14px 10px 24px 10px;
	border: none;
}

.page_post .soshiki_list {
	margin-top: 30px;
}
.page_post .soshiki_list dl:not(:first-child) {
	margin-top: 26px;
}
.page_post .soshiki_list dl dt {
	font-size: 18px;
	padding-bottom: 4px;
}
}


/* page_ct_nav
======================================================*/

.page_ct_nav {
	margin-top: 80px;
}
.page_ct_nav dl dt {
	font-size: 20px;
	border-bottom: dotted 1px #333;
	padding-bottom: 14px;
}
.page_ct_nav ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 37px 37px;
	margin-top: 50px;
}
.page_ct_nav ul li {
	width: calc(( 100% - 37px ) / 2);
	padding-left: 0;
}
.page_ct_nav ul li:not(:first-child) {
	margin-top: 0px;
}
.page_ct_nav ul li::before {
	display: none;
}
.page_ct_nav ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 110px;
	font-weight: 500;
	font-size: 26px;
	color: #333;
	line-height: 1.4;
	padding: 0 64px 0 42px;
	position: relative;
	border-radius: 10px;
	border: solid 1px #231815;
	transition: background-color 0.3s, border 0.3s;
}
.page_ct_nav ul li a:hover {
	background-color: #f7bb1f;
	border: solid 1px #f7bb1f;
}
.page_ct_nav ul li a::after {
	content:"";
	display: block;
	position: absolute;
	top: calc (( 100% - 32px ) / 2 );
	right: 23px;
	width: 32px;
	height: 32px;
	background: url(../img/list03.svg) center center no-repeat;
	background-color: #333;
	background-size: 9px auto;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.page_ct_nav ul li a em {
	position: absolute;
	bottom: 14px;
	left: 34px;
	font-style: normal;
	display: block;
	font-size: 16px;
}
@media screen and (max-width: 1400px) {

.page_ct_nav ul {
	display: block;
}
.page_ct_nav ul li:not(:first-child) {
	margin-top: 20px;
}
.page_ct_nav ul li {
	width: 100%;
}

}


@media screen and (max-width: 1024px) {

.page_ct_nav {
	margin-top: 70px;
}
.page_ct_nav dl dt {
	font-size: 18px;
	padding-bottom: 12px;
}
.page_ct_nav ul li a {
	height: 90px;
	font-size: 20px;
	padding: 0 64px 0 20px;
}
.page_ct_nav ul li a::after {
	right: 18px;
	width: 26px;
	height: 26px;
	background-size: 7px auto;
}
.page_ct_nav ul li a em {
	bottom: 12px;
	left: 14px;
	font-size: 12px;
}
}

@media screen and (max-width: 599px) {

.page_ct_nav {
	margin-top: 60px;
}
.page_ct_nav dl dt {
	font-size: 16px;
	padding-bottom: 10px;
}
.page_ct_nav ul {
	margin-top: 30px;
}
.page_ct_nav ul li:not(:first-child) {
	margin-top: 10px;
}
.page_ct_nav ul li a {
	height: 80px;
	font-size: 18px;
	padding: 0 64px 0 16px;
}
.page_ct_nav ul li a::after {
	right: 14px;
	width: 22px;
	height: 22px;
	background-size: 6px auto;
}
.page_ct_nav ul li a em {
	bottom: 6px;
	left: auto;
	right: 34px;
	font-size: 12px;
}
}

/* form7
======================================================*/

.wpcf7-form {
	width: 100%;
	max-width: 640px;
	margin: 60px auto 0 auto;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	border: solid 1px #333;
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	padding: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 4px;
}
.wpcf7-form select {
	border: solid 1px #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	padding: 6px;
	border-radius: 6px;
	margin-top: 4px;
}

.wpcf7-form textarea {
	border: solid 1px #333;
	width: 100%;
	height: 200px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
	padding: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 4px;
}
.wpcf7-form .wpcf7-submit {
	background-color: #f8bc20;
	width: 300px;
	height: 60px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	border-radius: 100vh;
	margin: 0 auto;
}
.wpcf7-form p.submit {
	display: block;
	text-align: center;
}
div.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip{
   box-sizing: border-box;
   border-bottom: 1px dotted #CB4A2D;
   color: #CB4A2D;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 6px 6px 6px 40px;
   text-indent: -30px;
   font-size: 16px;
}
.wpcf7-not-valid-tip::before{
   content: "";
   background: url(../img/sankaku.png) no-repeat center/cover;
   display: inline-block;
   margin-right: 10px;
   margin-bottom: 4px;
   vertical-align: middle;
   width: 20px;
   height: 18px;
}

@media screen and (max-width: 1024px) {

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	border: solid 1px #333;
	font-size: 16px;
}
.wpcf7-form select {
	font-size: 16px;
}

.wpcf7-form textarea {
	height: 160px;
	font-size: 16px;
}
.wpcf7-form .wpcf7-submit {
	background-color: #f8bc20;
	width: 260px;
	height: 50px;;
	font-size: 16px;
	line-height: 50px;
}
.wpcf7-not-valid-tip{
   font-size: 14px;
}

}


/* services_list
======================================================*/

.services_list {
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 0 60px 200px 0;
}
.services_list ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 84px 36px;
}
.services_list ul li {
	width: calc(( 100% - 36px ) / 2 );
}
.services_list ul li a {
	display: block;
}
.services_list ul li a .img {
	display: block;
	border-radius: 20px;
	aspect-ratio: 580 / 324;
	transition: background-size 0.3s;
}

.services_list ul li.sv_top01 a .img {
	background: url("../img/sv_top01.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top01 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top02 a .img {
	background: url("../img/sv_top02.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top02 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top03 a .img {
	background: url("../img/sv_top03.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top03 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top04 a .img {
	background: url("../img/sv_top04.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top04 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top05 a .img {
	background: url("../img/sv_top05.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top05 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top06 a .img {
	background: url("../img/sv_top06.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top06 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top07 a .img {
	background: url("../img/sv_top07.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top07 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top08 a .img {
	background: url("../img/sv_top08.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top08 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top09 a .img {
	background: url("../img/sv_top09.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top09 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top10 a .img {
	background: url("../img/sv_top10.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top10 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li.sv_top11 a .img {
	background: url("../img/sv_top11.jpg") center center no-repeat;
	background-size: 100% auto;
}
.services_list ul li.sv_top11 a:hover .img {
	background-size: 110% auto;
}

.services_list ul li a .title {
	color: #6f5206;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	background: url("../img/sv_top_list.svg") top right no-repeat;
	background-size: 32px auto;
	margin-top: 20px;
	padding-right: 50px;
}
.services_list ul li a .sub_title {
	width:calc( 100% - 50px );
	border-top: dotted 1px #666; 
	margin-top: 6px;
	padding-top: 6px;
	color: #6f5206;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}
.services_list ul li a .sv_list_cc {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #f2f07d;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	padding: 14px 30px;
	margin-top: 16px;
}
.services_list ul li a .sv_list_txt {
	display: block;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #faf8f4;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	padding: 14px 30px;
	text-align: justify;
	word-break: break-all;
}

@media screen and (max-width: 1400px) {

.services_list ul {
	gap: 60px 36px;
}
.services_list ul li a .title {
	font-size: 20px;
	line-height: 1.4;
	background: url("../img/sv_top_list.svg") top right no-repeat;
	background-size: 26px auto;
	margin-top: 14px;
	padding-right: 40px;
}
.services_list ul li a .sub_title {
	width:calc( 100% - 40px );
	margin-top: 6px;
	padding-top: 6px;
	font-size: 14px;
}

}

@media screen and (max-width: 1024px) {

.services_list {
	margin-top: 45px;
	padding: 0 0px 120px 0;
}

.services_list ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px 0;
}
.services_list ul li {
	width: 100%;
}

.services_list ul li a .sub_title.none {
	display: none;
}

}


@media screen and (max-width: 599px) {

.services_list {
	margin-top: 30px;
	padding: 0 0px 100px 0;
}
.services_list ul {
	gap: 36px 0px;
}

.services_list ul li a .title {
	font-size: 18px;
	line-height: 1.4;
	background: url("../img/sv_top_list.svg") top 2px right no-repeat;
	background-size: 20px auto;
	margin-top: 10px;
	padding-right: 30px;
}
.services_list ul li a .sub_title {
	width:calc( 100% - 30px );
	margin-top: 4px;
	padding-top: 4px;
	font-size: 14px;
}
.services_list ul li a .sv_list_cc {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	font-size: 14px;
	padding: 14px 20px;
	margin-top: 10px;
}
.services_list ul li a .sv_list_txt {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	font-size: 14px;
	padding: 14px 20px;
}

}


/* clearfix：float対策
======================================================*/

.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.clear:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clear {
	display: block;
}