@charset "UTF-8";
/* CSS Document */
/*======================
 下層ページ共通
======================*/
body{
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #FBFBFB;
}

header{
	background-color: #3C9E00;
}

.sub_page_header_inner{
	align-items: center;
	justify-content: space-between;
	width: 1340px;
	height: 100%;
	margin: 0 auto;
	padding: 64px 0 0 0;
}
footer.footer_main {
  position:relative;
  z-index:1;
}
.sub_page_footer_image {
  position:relative;
  z-index:2;
}
.sub_page_header{
	position: relative;
	width: 100%;
	height: 564px;
	background-image: url("../image/subpage/sub_page_header_bg.webp");
	background-size: cover;
	background-position: left 0 top 64px ;
	background-repeat: no-repeat;
}

.sub_page_header_text{
	position: absolute;
	top: calc(50% + 23px);
	left: 290px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.sub_page_title{
	margin: 0;
	color: #FFFFFF;
	font-size: 66px;
	font-weight: 800;
	line-height: 84px;
}

.sub_page_description{
	margin: 0 0 0 3px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.6px;
}

.sub_page_header_image{
	position: absolute;
    top: calc(50% + 27px);
    right: 289px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sub_page_header_image img{
	width: 100%;
	height: auto;
}

.sub_page_breadcrumb {
  background:#efefef;
}

.sub_page_breadcrumb_list{
	width: 1340px;
	margin: 0 auto;
	padding: 11px 0 7px 0;
	list-style: none;
}

.sub_page_breadcrumb_item{
	position: relative;
	margin-right: 19px;
	padding-right: 22px;
}

.sub_page_breadcrumb_item::after{
	content: url("../image/subpage/breadcrumb_arrow.svg");
	position: absolute;
	top: -1px;
	right: 0px;
}

.sub_page_breadcrumb_item a{
	color: #081400;
	font-size: 15px;
	font-weight: bold;
}

.sub_page_breadcrumb_item a:hover{
	color: #3D9E01;
	text-decoration: none;
}

.sub_page_breadcrumb_item:last-of-type::after{
	display: none;
}

.sub_pabe_container{
	width: 1340px;
	margin: 0 auto;
	padding: 74px 0 55px;
}

.sub_page_inner{
	margin: 72px 0 0 0;
}

.sub_page_heading{
	text-align: center;
}

.sub_page_heading_en{
	display: inline-block;
	width: 158px;
	height: 30px;
	border-radius: 15px;
	background-color: #3C9E00;
	color: #FFFFFF;
	font-size: 20px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
}

.sub_page_heading_main{
	color: #3C9E00;
	margin: 14px 0 0 0;
	font-size: 43px;
	font-weight: 800;
	letter-spacing: 0.05rem;
	line-height: 55px;
}

.sub_page_heading_description{
	color: #333333;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.05rem;
}

.sub_page_footer {
  background:url('../image/register-merit/sub_page_footer_bg.png') no-repeat center center;
  width:100%;
  height:484px;
  position:relative;
	overflow:hidden;
  background-size:cover;
}

.sub_page_footer:after {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:'';
  display:block;
  background:transparent linear-gradient(270deg, rgba(80,20,0,0) 0%, #081400 100%) 0 0 no-repeat;
  z-index:0;
}

.sub_page_footer .sub_page_footer_inner {
  width:100%;
  background-size:cover;
  height:442px;
  position:absolute;
  bottom:0;
  left:calc(50% + 47px);
  transform:translateX(-50%);
  display:flex;
  justify-content:center;
  z-index:1;
}

.sub_page_footer .sub_page_footer_text {
  width:585px;
  height:237px;
  padding-top:65px;
  box-sizing:content-box;
  margin-right:110px;
}

.sub_page_footer .sub_page_footer_text .sub_page_footer_logo {
  font: normal normal bold 92px brandon-grotesque, sans-serif;
  letter-spacing: 0;
  line-height:1.4;
  color:#fff;
}

.sub_page_footer .sub_page_footer_text .sub_page_footer_description {
  font:normal normal bold 24px fot-tsukuardgothic-std, sans-serif;
  letter-spacing:0.1em;
  line-height:0.4;
  color:#fff;
}

.sub_page_footer .sub_page_footer_text .sub_page_footer_botton {
  margin-top:35px;
  width:585px;
  height:65px;
  display:flex;
  justify-content:space-between;
}


.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_left {
  width:260px;
  height:65px;
}


.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_right {
  width:306px;
  height:65px;
}


.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_left a,
.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_right a {
  font-size:16px;
  border-radius:6px;
  display:block;
  width:100%;
  height:100%;
  line-height:65px;
  text-align:center;
  font-family:tbudrgothic-std, sans-serif;
  font-weight:800;
}

.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_left a {
  color:#fff;
  background:transparent linear-gradient(85deg, #E05600 0%, #E07900 100%) 0 0 no-repeat padding-box;
}

.sub_page_footer .sub_page_footer_text .sub_page_footer_botton .sub_page_footer_botton_right a {
  color:#fff;
  border:1px solid #fff;
}

.sub_page_footer .sub_page_footer_image {
  width:769px;
  height:442px;
}



/*======================
 小学校検索
======================*/
.function_image img{
	width: 100%;
}
.sub_page_inner_function h2{
	position: relative;
	margin: 72px 0px 0px;
	padding: 0px 0px 0px 23px;
	font-size: 41px;
	line-height: 44px;
	letter-spacing: 0.03rem;
}

.sub_page_inner_function h2::before{
	content: "";
	position: absolute;
	top: -12px;
	left: 0px;
	width: 8px;
	height: 60px;
	border-radius: 6px;
	background-color: rgb(60, 158, 0);
}

.sub_page_inner_function_item{
	margin: 56px 0 0 0;
}


.sub_page_inner_function h3{
	margin: 0;
	padding: 31px 23px 23px;
	border-radius: 10px;
	background-color: #EFEFEF;
	font-size: 26px;
}

.sub_page_inner_function p{
	margin: 20px 0 0 0;
	font-size: 18px;
	letter-spacing: 0.072rem;
	line-height: 40px;
}
.sub_page_header_text.ttl-text {
  width: 1340px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.sub_page_footer_botton_left a,
.sub_page_footer_botton_right a {
  text-decoration:none;
}

.sub_page_footer_botton_left a:hover,
.sub_page_footer_botton_right a:hover {
  opacity:0.7;
  text-decoration:none;
}
.sub_page_wrapper {
	background:#F7F7EB;
}
.sub_pabe_container {
	width:1340px;
	margin:0 auto;
}
.sec02_list img {
  width:100%;
	border-radius:10px;
}
.sec01_btns {
	width:1015px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.sec01_btn01,
.sec01_btn02 {
	width:485px;
}

.sec01_btn01 a,
.sec01_btn02 a {
  display:flex;
  align-items:center;
  width:485px;
  height:192px;
  font-size:22px;
  text-align:center;
  justify-content:center;
  border-radius:10px;
  font-weight:bold;
	text-decoration:none;
}

.sec01_btn02 {
  position:relative;
}
.sec01_btn02:after {
  content:'';
  width:76px;
  height:76px;
  border-radius:50%;
  background-color:#E07900;
  text-align:center;
  position:absolute;
  top:-38px;
  right:-38px;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.sec01_btn02:before {
  content: '';
  background-image: url(../image/forbuyer/rec_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
	top: -7px;
  right: -26px;
  display: block;
  width: 51px;
  z-index: 10;
  height: 13px;
  position: absolute;
  background-position: center center;
}
.sec01_btn01 a p:nth-of-type(1),
.sec01_btn02 a p:nth-of-type(1) {
  padding-right:35px;
}
.sec01_btn01 p,
.sec01_btn02 p {
  margin-bottom:0;
}
.sec01_btn01 a {
  color:#fff;
  background:transparent linear-gradient(-135deg, #42A500 0%, #2F7500 100%);
  box-shadow:0 7px 0 #2A6900;
  padding-top:10px;
	padding-right:30px;
}
.sec01_btn02 a {
  color:#333;
  background:#EFEFEF;
  box-shadow:0 7px 0 #B7B7B7;
	padding-right:15px;
}
.sec01_btn01 a img {
  width:245px;
}
.sec01_btn01 a:hover,
.sec01_btn02 a:hover {
	text-decoration:none;
	box-shadow:none;
	margin-bottom:-7px;
	margin-top:7px;
}
.sec02 {
	margin-top:100px;
}
.sec02_list {
	padding:0;
}
.sub_page_heading p {
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.sec02_list h3 {
	font-size:26px;
	height:93px;
	background:#EFEFEF;
	border-radius:10px;
	padding-left:23px;
	color:#333;
	line-height:100px;
	margin-top:20px;
	letter-spacing:0.12em;
}
.sec02_img01 {
	margin-top:180px;
}
.sec02_list .bold {
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:216%;
	margin-top:30px;
}
.sec02_list,
.sec02_list li {
	list-style: none;
}
.sec02_list li dl {
	margin-top:45px;
}
.sec02_list li dl dt {
	font-size:18px;
	font-weight:bold;
	color:#333;
	letter-spacing:0.12em;
}
.sec02_list li dl dd {
	font-size:18px;
	font-weight:400;
	color:#333;
	line-height:216%;
	margin-top:8px;
	letter-spacing:0.12em;
}
.sec02_img02,
.sec02_img03,
.sec02_img04,
.sec02_img05,
.sec02_img06{
	margin-top:117px;
}
.sec02_list li:nth-of-type(2) dl:nth-of-type(1),
.sec02_list li:nth-of-type(3) dl:nth-of-type(1),
.sec02_list li:nth-of-type(4) dl:nth-of-type(1),
.sec02_list li:nth-of-type(5) dl:nth-of-type(1),
.sec02_list li:nth-of-type(6) dl:nth-of-type(1),
.sec02_list li:nth-of-type(7) dl:nth-of-type(1)   {
	margin-top:35px;
}
.sec02_list li:nth-of-type(2) dl:nth-of-type(2) {
	margin-top:50px;
}
.sec02_list li:nth-of-type(3) dl {
	border-top:3px solid #42A500;
	border-right:3px solid #42A500;
	display:flex;
	align-items:center;
	margin:0;
	width:1064px;
	box-sizing:content-box;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(1) ,
.sec02_list li:nth-of-type(3) dl:nth-of-type(3) {
  height:94px;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(2) {
	height:184px;
}
.sec02_list li:nth-of-type(3) dl dt {
	width:335px;
	font-size:18px;
	color:#fff;
	text-align:center;
	border-right:1px solid #42A500;
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec02_list li:nth-of-type(3) dl dd {
	width:728px;
	font-size:18px;
	color:#333;
	background:#fff;
	font-weight:bold;
	padding:0 0 0 50px;
	margin:0;
	display:flex;
	align-items:center;
	line-height:172%;
}
.sec02_list li:nth-of-type(3) dl:last-of-type {
	border-bottom:3px solid #42A500;
}
.sec02_list li:nth-of-type(3) .bold {
	margin-bottom:0;
	margin-top:7px;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(1) {
	margin-top:0;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(1) dt,
.sec02_list li:nth-of-type(3) dl:nth-of-type(3) dt  {
	background:#42A500;
	height:95px;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(2) dt {
	background:#4BBA00;
	height:184px;
}

.sec02_list li:nth-of-type(3) dl:nth-of-type(1) dd,
.sec02_list li:nth-of-type(3) dl:nth-of-type(3) dd  {
	background:#fff;
	height:94px;
}
.sec02_list li:nth-of-type(3) dl:nth-of-type(2) dd {
	background:#fff;
	height:183px;
}
.sec02 ul:nth-of-type(1) {
  width:746px;
	margin:85px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	line-height:170%;
	padding:0;
}
.sec02 ul:nth-of-type(1) li {
	text-align:center;
  width:209px;
	height:192px;
	display:flex;
	align-items:center;
	border-radius:10px;
	justify-content:center;
	color:#42A500;
	font-size:22px;
	background:#fff;
	border:4px solid #42A500;
	position:relative;
	font-weight:bold;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(4) {
	background:#E07900;
	color:#fff;
	border:4px solid #EEC48B;
	margin-top:125px;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(5),
.sec02 ul:nth-of-type(1) li:nth-of-type(6)  {
  margin-top:125px;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(1):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position: absolute;
  right: -44px;
  content: '';
  height: 24px;
  width: 28px;
  background-image: url(../image/forbuyer/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(2):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position: absolute;
  right: -44px;
  content: '';
  height: 24px;
  width: 28px;
  background-image: url(../image/forbuyer/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(3):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	transform: rotate(90deg) translateX(-50%);
  position: absolute;
  left: 43%;
	bottom:-85px;
  content: '';
  height: 28px;
  width: 24px;
  background-image: url(../image/forbuyer/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(4):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	transform:rotate(180deg);
	position: absolute;
  right: -44px;
  content: '';
  height: 24px;
  width: 28px;
  background-image: url(../image/forbuyer/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(5):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	transform:rotate(180deg);
	position: absolute;
  right: -44px;
  content: '';
  height: 24px;
  width: 28px;
  background-image: url(../image/forbuyer/tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(6):after {
  position:absolute;
	content:'';
	background-image: url("../image/forbuyer/tri.svg");
}

.sec02 ul:nth-of-type(1) li:nth-of-type(1):before {
  position:absolute;
	content:'1';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#42A500;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(2):before {
  position:absolute;
	content:'2';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#42A500;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(3):before {
  position:absolute;
	content:'3';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#42A500;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(4):before {
  position:absolute;
	content:'6';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#E05800;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(5):before {
  position:absolute;
	content:'5';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#42A500;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
.sec02 ul:nth-of-type(1) li:nth-of-type(6):before {
  position:absolute;
	content:'4';
	width:40px;
	height:40px;
	border-radius:50%;
	background:#42A500;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:22px;
	font-family: brandon-grotesque, sans-serif;
}
