@charset "UTF-8";
/*
    font-family: 'Zen Maru Gothic', sans-serif;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
*/

* {
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	word-break: break-all;
}

html, body {
  overflow-y: auto;
}
p {
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul li {
	list-style-type: none;
}

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

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);

}

.shadow img{
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}


/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.08em;
}

/******************/


.fw_b{
	font-weight: 600;
}


.c_01{
	color: #E83517;
	font-weight: 600;
}


/**************/

.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.f23 {
	font-size: 23px !important;
}

.f24 {
	font-size: 24px !important;
}

.f25 {
	font-size: 25px !important;
}

.f26 {
	font-size: 26px !important;
}

.f27 {
	font-size: 27px !important;
}


/******************/
.tag_a{
	font-size: 18px;
	line-height: 1.4em;
	display: flex;
	align-items: center;
}
.tag_a span{
	background-color: #F0F8FF;
	display: inline-block;
	margin-right: 10px;
	color: #0F6BA2;
	font-weight: 600;
	padding: 10px;
	font-size: 20px;
	line-height: 1.3em;
}








/******************/



.furi_b{
  transform-origin: center bottom;
  animation: furi_b 2s infinite;
}
@keyframes furi_b {
  0% {
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
  100%{
      transform: rotate(3deg);
  }
}

/**************/

.pt10{
    padding-top: 10px !important;
}
.pt20{
    padding-top: 20px !important;
}
.pb0{
    padding-bottom: 0 !important;
}

.pb10{
    padding-bottom: 10px !important;
}
.pb20{
    padding-bottom: 20px !important;
}
.mt_10{
	margin-top: -10px !important;
}
.mt_20{
	margin-top: -20px !important;
}

.mt_30{
	margin-top: -30px !important;
}
.mt_40{
	margin-top: -40px !important;
}

.mt_50{
	margin-top: -50px !important;
}

.mb_40{
	margin-bottom: -40px !important; 
}
.mt0{
	margin-top: 0 !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}

.mb0{
	margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
/**************/
.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.txt_l {
    text-align: left !important;
}

/**************/

.float_sb {
	display: flex;
	justify-content: space-between;
}

.float_sa {
	display: flex;
	justify-content: space-around;
}

.float_ce {
	display: flex;
	justify-content: center;
}

.float_ft {
	display: flex;
	justify-content: flex-start;
}

.float_en {
	display: flex;
	justify-content: flex-end;
}


.type_01,
.type_02 {
	display: flex;
	justify-content: space-between;

}

.type_01 .l_box {
	max-width: 520px;
	width: 48%;
}

.type_01 .r_box {
	max-width: 520px;
	width: 48%;
}

.type_02 .l_box {
	max-width: 520px;
	width: 48%;
	order: 2;
}

.type_02 .r_box {
	max-width: 520px;
	width: 48%;
	order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
	max-width: 520px;
	width: 100%;
}




.type_01_a,
.type_02_a {
	display: flex;
	justify-content: space-between;

}

.type_01_a .l_box {
	max-width: 420px;
	width: 48%;
}

.type_01_a .r_box {
	max-width: 420px;
	width: 48%;
}

.type_02_a .l_box {
	max-width: 420px;
	width: 48%;
	order: 2;
}

.type_02_a .r_box {
	max-width: 420px;
	width: 48%;
	order: 1;
}

.type_01_a .r_box img,
.type_01_a .l_box img,
.type_02_a .r_box img,
.type_02_a .l_box img {
	max-width: 420px;
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	height: auto;
}




.type_01_b,
.type_02_b {
	display: flex;
	justify-content: space-between;

}

.type_01_b .l_box {
	max-width: 420px;
	width: 48%;
}

.type_01_b .r_box {
	max-width: 420px;
	width: 48%;
}

.type_02_b .l_box {
	max-width: 420px;
	width: 48%;
	order: 2;
}

.type_02_b .r_box {
	max-width: 420px;
	width: 48%;
	order: 1;
}

.type_01_b .r_box img,
.type_01_b .l_box img,
.type_02_b .r_box img,
.type_02_b .l_box img {
	max-width: 420px;
	width: 100%;
}



.type_01_c,
.type_02_c {
	display: flex;
	justify-content: space-between;

}

.type_01_c .l_box {
	max-width: 490px;
	width: 48%;
}

.type_01_c .r_box {
	max-width: 490px;
	width: 48%;
}

.type_02_c .l_box {
	max-width: 490px;
	width: 48%;
	order: 2;
}

.type_02_c .r_box {
	max-width: 490px;
	width: 48%;
	order: 1;
}

.type_01_c .r_box img,
.type_01_c .l_box img,
.type_02_c .r_box img,
.type_02_c .l_box img {
	max-width: 490px;
	width: 100%;
}





.type_03{
    display: flex;
    justify-content: space-between;
}

.type_03 .r_box{
    max-width: 850px; 
    width: 72%;
}

.type_03 .l_box{
    max-width: 250px;
    width: 23%;
}



.type_04{
    display: flex;
    justify-content: space-between;
}

.type_04 .r_box{
    max-width: 680px; 
    width: 67%;
}

.type_04 .l_box{
    max-width: 300px;
    width: 30%;
}

.type_04 img{
	max-width: 100%;
	width: 100%;
}

.type_05{
    display: flex;
    justify-content: space-between;
}

.type_05 .r_box{
    max-width: 390px; 
    width: 48%;
}

.type_05 .l_box{
    max-width: 390px;
    width: 48%;
}

.type_05 .r_box img,
.type_05 .l_box img{
	max-width: 100%;
	width: 100%;
}


.type_05_a{
    display: flex;
    justify-content: space-between;
}

.type_05_a .r_box{
	order: 1;
    max-width: 390px; 
    width: 48%;
}

.type_05_a .l_box{
    max-width: 390px;
    width: 48%;
	order: 2;
}

.type_05_a .r_box img,
.type_05_a .l_box img{
	max-width: 100%;
	width: 100%;
}


.type_06 {
	display: flex;
	justify-content: space-between;
}

.type_06 .r_box {
	max-width: 340px;
	width: 33%;
}

.type_06 .l_box {
	max-width: 640px;
	width: 62%;
}

.type_06 .l_box img {
	max-width: 640px;
	width: 100%;
}

.type_06 .r_box img {
	max-width: 340px;
	width: 100%;
}




.type_07{
    display: flex;
    justify-content: space-between;
}

.type_07 .r_box{
    max-width: 770px; 
    width: 70%;
}

.type_07 .l_box{
    max-width: 300px;
    width: 28%;
}

.type_07 img{
	max-width: 100%;
	width: 100%;
}



.type_07_a{
    display: flex;
    justify-content: space-between;
}

.type_07_a .r_box{
    max-width: 770px; 
    width: 70%;
	order: 1;
}

.type_07_a .l_box{
    max-width: 300px;
    width: 28%;
	order: 2;
}

.type_07_a img{
	max-width: 100%;
	width: 100%;
}



.type_08{
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.type_08 .r_box{
    max-width: 580px; 
    width: 70%;
}

.type_08 .l_box{
    max-width: 200px;
    width: 28%;
}

.type_08 img{
	max-width: 200px;
	width: 100%;
}




.bnr_up_link{
	max-width: 700px;
	margin: auto;
	background-color: #fff;
}

.bnr_up_link a{
	position: relative;
	display: block;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);


}
.bnr_up_link a:after{
	content: "";
	position: absolute;
	background-color: #007AC5;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
}
.bnr_up_link a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	background-image :url("../images/common/icon_dot_l.png");
	background-size: 100%;
	width: 16px;
	height: 24px;
	z-index: 10;
}
.bnr_up_link .inner{
	padding: 20px;
	display: flex;
	align-items: center;
}


.bnr_up_link .up_img{
	width: 34%;
	margin-right: 20px;
}
.bnr_up_link .r_box{
	width: 59%;
}

.bnr_up_link .up_img img{
	max-width: 220px;
	width: 100%;
}

.bnr_up_link .ctg_a{
	margin-bottom: 5px;
}
/**************/

article{
	background-color: #fff;
	padding: 60px 0 0;
}


.frame {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.w900 {
    max-width: 900px;
    margin: auto;
}



.bg_01{
	background-image: radial-gradient(circle, rgba(0, 157, 222, 1) 30%, rgba(0, 110, 191, 1) 80%);
	padding: 100px 0 100px;
}

.bg_02{
	position: relative;
	background-color: #F0F8FF;
}

.bg_02:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rt.png");
	width: 20px;
	height: 20px;
	background-size: 100%;
	right: 0;
	top: 0;
}
.bg_02:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lt.png");
	width: 20px;
	height: 20px;
	background-size: 100%;
	left: 0;
	top: 0;
}

.bg_02 .inner{
	position: relative;
	padding: 40px;	
}

.bg_02 .inner:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rb.png");
	width: 20px;
	height: 20px;
	background-size: 100%;
	right: 0;
	bottom: 0;
}
.bg_02 .inner:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lb.png");
	width: 20px;
	height: 20px;
	background-size: 100%;
	left: 0;
	bottom: 0;
}


.bg_03{
	background-color: #F4F8FC;
}



.bg_04{
	border: 2px dotted #4395E8;
	padding: 40px 38px;
	background-color: #fff;
}




.bg_05{
	border: 2px solid #C6C6C6;
	padding: 37px;
}



.bg_06{
	
}




.bg_06{
	background-color: #F0F8FF;
	position: relative;
	padding: 40px 0 0 ;
}
.bg_06:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lt.png");
	background-size: 100%;
	background-position: left top;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	
}
.bg_06:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rt.png");
	background-size: 100%;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
.bg_06 .inner{
	position: relative;
	padding: 0 40px 40px;
}

.bg_06 .inner:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lb.png");
	background-size: 100%;
	background-position: left top;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
}
.bg_06 .inner:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rb.png");
	background-size: 100%;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;	
}















.img_200 img{
	max-width: 200px;
	width: 100%;
	margin: auto;	
}

.img_290 img{
	max-width: 290px;
	width: 100%;
	margin: auto;	
}

.img_300 img{
	max-width: 300px;
	width: 100%;	
}
.img_380 img{
	max-width: 380px;
	width: 100%;
	margin: auto;	
}
.img_800 img{
	max-width: 800px;
	width: 100%;
	margin: auto;
	display: block;
}
.img_700 img{
	max-width: 700px;
	width: 100%;
	margin: auto;
	display: block;
}
.img_600 img{
	max-width: 600px;
	width: 100%;
	margin: auto;	
	display: block;
}
.img_600_l img{
	max-width: 600px;
	width: 100%;
}

.img_680 img{
	max-width: 680px;
	width: 100%;
	margin: auto;	
	display: block;
}
.img_440 img{
	max-width: 440px !important;
	width: 100%;
	margin: auto;
	display: block;
}
.img_470 img{
	max-width: 470px;
	width: 100%;
	margin: auto;
	display: block;
}
.img_470_a a{
	max-width: 470px;
	padding-bottom: 5px;
	display: block;
	margin: auto;
}
.img_470_a img{
	max-width: 470px;
	width: 100%;
	margin: auto;
	display: block;
}
.img_520 img{
	max-width: 520px;
	width: 100%;
	margin: auto;
	display: block;
}
.img_900 img,
.img_900_a img{
	max-width: 900px;
	width: 100%;
	margin: auto;
	display: block;
}

.mw_100 img{
	max-width: 100%;
	width: 100%;
}


/**************/

















/**************/

.ttl_01{
	font-size: 28px;
	line-height: 1.5em;
	color: #333333;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.ttl_01:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	width: 30px;
	height: 6px;
	border-top: 6px solid #007AC5;
}

.ttl_02 {
	margin-bottom: 37px;
	font-size: 28px;
	line-height: 1.5em;
	text-align: center;
}
.ttl_02 span{
	background-image: url("../images/common/ttl_02.png");
	background-size: 12px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 5px 17px;
	display: inline-block;
	letter-spacing: 0.04em;
}



.ttl_03{
	color: #0F6BA2;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 27px;
	text-align: center;
}


.ttl_04{
	font-size: 24px;	
	margin-bottom: 28px;
}

.ttl_04 small{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.4em;
}


.ttl_05{
	background-image: url("../images/common/ttl_01.png");
	background-repeat: repeat-y;
	background-position: top left;
	background-size: 11px;
	font-size: 22px;
	line-height: 1.6em;
	text-align: left;
	padding-left: 27px;
	margin-bottom: 25px;
	letter-spacing: 0.06em;
}

.ttl_06{
	font-size: 20px;
	margin-bottom: 15px;
	background-image: url("../images/common/icon_04.png");
	padding-left: 20px;
	background-position: left 5px;
	background-size: 16px;
}


.ttl_07{
	background-color: #0F6BA2;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	padding: 15px;
}

.ttl_08{
	background-image: url("../images/common/ttl_03.png");
	background-size: 80px;
	background-position: right bottom;
	background-color: #F8F8F8;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding: 20px 20px;
	letter-spacing: 0.06em;
}


.ttl_09{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.ttl_09_l{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.ttl_09_b{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #0F6BA2;
	margin-bottom: 18px
}


.ttl_10{
	background-image: url("../images/common/ttl_a_01.png");
	background-position: top center;
	background-size: 90px;
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}


.ttl_10 span{
	background-color: #F8D700;
	border: 4px solid #333333;
	padding: 17px 50px;
	font-size: 34px;
	line-height: 1.3em;
	text-align: center;
	border-radius: 50px;
	position: relative;
	display: inline-block;
}


.ttl_10 span:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/ttl_a_01_l.png");
	background-size: 100%;
	width: 385px;
	height: 16px;
	bottom: 0;
	top: 0;
	margin: auto;
	left: -407px;
}
.ttl_10 span:after{
	content: "";
	position: absolute;	
	background-image: url("../images/common/ttl_a_01_r.png");
	background-size: 100%;
	width: 385px;
	height: 16px;
	bottom: 0;
	top: 0;
	margin: auto;
	right: -407px;
}







.btn_01_l{
    text-align: left;
    margin-top: 35px;
}

.btn_01 {
    text-align: center;
    margin-top: 35px;
}

.btn_01 a,
.btn_01_l a{
    min-width: 270px;
    font-size: 18px;
    font-weight: bold;
    color: #007AC5;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #007AC5;
    display: inline-block;
    padding: 8px 40px 8px 25px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    box-shadow: 0 4px 0px #007AC5;
	letter-spacing: 0.05em;
}




.btn_01 a:after,
.btn_01_l a:after{
    position: absolute;
    content: "";
    right: 16px;
    top: 15px;
	background-size: 100%;
    font-weight: bold;
    background-image: url("../images/common/icon_02.png");
    width: 10px;
    height: 16px;

}



.btn_01 a:hover,
.btn_01_l a:hover{
    opacity: 1;
    border: 1px solid #007AC5;
    transform: translateY(0.1875em);
    box-shadow: none;
    color: #fff;
    background-color: #007AC5;

}

.btn_01 a:hover:after,
.btn_01_l a:hover:after {
    background-image: url("../images/common/icon_02_hover.png");
}








.link_01 a{
	color: #007AC5;
	font-size: 22px;
	position: relative;
	border: 2px solid #007AC5;
	display: block;
	padding: 7px 15px;
	font-weight: 600;
}
.link_01 a:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/icon_03.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 20px;
	top: 17px;
}


.link_02{
	line-height: 2.3em;
}

.link_02 a{
	position: relative;
	text-decoration: underline;
	color: #007AC5;
	font-size: 18px;
	font-weight: 600;
	padding-left: 13px;
	margin-right: 35px;
	display: inline-block;
}

.link_02 a:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/icon_03.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	left: 0;
	top: 15px;
}


.txt_link a{
	color: #007AC5;
	font-weight: 600;
	text-decoration: underline;
}


/********************/


.list_01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.list_01::after,
.list_01::before {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}

.list_01::before {
	order: 1;
}

.list_01 > li {
	width: 22.73%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.list_01 > li .up_img {

}

.list_01 > li .up_img img {
	aspect-ratio: 250 / 167;
	width: 100%;
	object-fit: cover;
	height: auto;

}



.list_01 .inner{
	padding: 20px;
	margin-bottom: 0 !important;
}

.up_day{
	color: #B5B5B5;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.up_ttl_a{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.4em;
}



.ctg_a span{
	color: #0F6BA2;
	font-size: 12px;
	border: 1px solid #D5E6F0;
	padding: 3px 8px;
	display: inline-block;
	line-height: 1.4em;
	margin-right: 8px;
	margin-bottom: 5px;
}






.list_01_a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_01_a > li {
	width: 47.5%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	margin-bottom: 40px;
}

.list_01_a > li .up_img {

}

.list_01_a > li .up_img img {
	aspect-ratio: 370 / 247;
	width: 100%;
	object-fit: cover;
	height: auto;

}



.list_01_a .inner{
	padding: 20px;
}




.list_01_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.list_01_b::after,
.list_01_b::before {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}

.list_01_b::before {
	order: 1;
}

.list_01_b > li {
	width: 22.73%;
	margin-bottom: 45px;
}

.list_01_b > li .up_img {
	max-width: 250px;
	width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	margin-bottom: 20px;
}

.list_01_b > li .up_img img {
	aspect-ratio: 250 / 167;
	width: 100%;
	object-fit: cover;
	height: auto;

}

.list_01_b > li p{
	font-size: 14px;
	margin-bottom: 10px;
}

.icon_mark{
	display: flex;
	flex-wrap: wrap;
}

.icon_mark img{
	max-width: 46px;
	width: 100%;
	margin-right: 4px;
	margin-bottom: 4px;
}





.list_02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.list_02::after,
.list_02::before {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}

.list_02::before {
	order: 1;
}

.list_02 > li {
	width: 23%;

}

.list_02 > li .up_img {
	margin-bottom: 20px;
}

.list_02 > li .up_img img {
	aspect-ratio: 250 / 167;
	width: 100%;
	object-fit: cover;
	height: auto;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.up_ttl_b{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #fff;
}







.list_03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_03::after,
.list_03::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}
.list_03::before {
    order: 1;
}

.list_03 > li {
	width: 23%;
	
}
.list_03 > li img{
	max-width: 250px;
	width: 100%;
}




.list_04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list_04 > li {
	width: 47.3%;
	margin-bottom: 60px;
	
}
.list_04 > li img{
	max-width: 520px;
	width: 100%;
}



.list_04_a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list_04_a > li {
	width: 47.3%;
	margin-bottom: 40px;
	
}
.list_04_a > li img{
	max-width: 520px;
	width: 100%;
}



.list_05{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list_05:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}


.list_05 > li {
	width: 31%;
	margin-bottom: 45px;
	
}
.list_05 > li img{
	max-width: 340px;
	width: 100%;
}

.list_05 > li:nth-child(n+9){
	margin-bottom: 0;
}



.list_06{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

.list_06 > li {
	width: 48%;
	
}
.list_06 > li img{
	max-width: 520px;
	width: 100%;
}

.list_07 li{
	margin-bottom: 6px;
}
.list_07 span{
	display: inline-block;
	background-color: #4395E8;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	line-height: 1.4em;
	margin-right: 8px;
}

.list_07.txt_link a{
	font-weight: 400;
	font-size: 14px;
}




.list_08{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_08 li{
	max-width: 520px;
	width: 48%;
	background-color: #F0F8FF;
	position: relative;
	padding: 40px 0 0 ;
	margin-bottom: 50px;
}
.list_08 li:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lt.png");
	background-size: 100%;
	background-position: left top;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	
}
.list_08 li:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rt.png");
	background-size: 100%;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
.list_08 li .inner{
	position: relative;
	padding: 0 40px 40px;
}

.list_08 li .inner:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_lb.png");
	background-size: 100%;
	background-position: left top;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
}
.list_08 li .inner:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_02_rb.png");
	background-size: 100%;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;	
}

.list_08 li div img{
	max-width: 220px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}




.list_09{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.list_09 li{
	max-width: 520px;
	width: 48%;	
	border: 2px dotted #4395E8;
	padding: 40px;
	margin-bottom: 40px;
}

.list_09 li p{
	line-height: 1.5em;
}

.list_09 li img{
	max-width: 440px;
	width: 100%;
}












.link_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.link_list li{
	margin: 0 10px 10px;
	
}
.link_list a{
	border: 2px solid #E3F0FD;
	background-color: #fff;
	color: #007AC5;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	padding: 5px 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.link_list a span{
	background-image: url("../images/common/icon_06.png");
	background-size: 12px;
	background-position: right 8px;
	padding-right: 20px;
}


.link_list a:hover{
	background-color: #E3F0FD;
}


.list_a > li {
    margin-bottom: 8px;
}

.list_a > li p {
    text-indent: -1.4em;
    padding-left: 24px;
    line-height: 1.6em;
    font-size: 16px;
	margin-bottom: 0 !important;
}

.list_a > li span {
    color: #007AC5;
    font-size: 16px;
    font-weight: 600;
}








.list_b p {
    background-image: url("../images/common/icon_07.png");
    padding-left: 20px;
    background-position: left top;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 16px;
    background-size: 16px;
}


.list_b p:last-child {
    margin-bottom: 0;
}




.list_c > li {
    margin-bottom: 15px;
	border-bottom: 1px dashed #707070;
	padding-bottom: 13px;
	position: relative;
}
.list_c > div{
	display: flex;
	justify-content: flex-start;
}
.list_c > li p {
    padding-left: 27px;
    line-height: 1.4em;
    font-size: 20px;
	margin-bottom: 0 !important;
	font-weight: 600;
}

.list_c > li span {
	position: absolute;
	top: 4px;
	left: 0;
    color: #fff;
    font-size: 14px;
	line-height: 1.4em;
    font-weight: 600;
	background-color: #4395E8;
	min-width: 20px;
	padding: 1px 5px 0px 7px;
	height: 21px;
}




.list_d p {
    background-image: url("../images/common/icon_11.png");
    padding-left: 25px;
    background-position: left 5px;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    background-size: 20px;
	border-bottom: 1px dashed #707070;
	padding-bottom: 17px;
}


.list_d p:last-child {
    margin-bottom: 0;
}











.no_ttl{
	position: relative;
	display: flex;
	justify-content: flex-start;
    padding-left: 24px;
    line-height: 1.3em;
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 8px;
	border-bottom: 1px dashed #707070;
	padding-bottom: 13px;
	letter-spacing: 0;
}

.no_ttl span{
	position: absolute;
	top: 4px;
	left: 0;
    color: #fff;
    font-size: 14px;
	line-height: 1.4em;
    font-weight: 600;
	background-color: #4395E8;
	min-width: 20px;
	padding: 1px 5px 0px 7px;
	height: 21px;
}
.no_ttl p{
    padding-left: 5px;
    line-height: 1.4em;
    font-size: 20px;
	margin-bottom: 0 !important;
	font-weight: 600;
}
/********************/


.table_01 {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #DEE6EF;
}

.table_01 th {
    background-color: #007AC5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 13px 15px;
    border-top: 1px solid #fff;
    width: 180px;
}

.table_01 td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 18px;
    background-color: #fff;
    border-top: 1px solid #DEE6EF;
    line-height: 1.6em;
}

.table_01 td a {
    color: #007AC5;
    font-weight: 600;
    text-decoration: underline;
}

.table_01 td p{
	line-height: 1.6em;
}


.table_02{
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #DEE6EF;
}
.table_02 th {
    background-color: #007AC5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 13px 10px;
    border-top: 1px solid #fff;
    width: 180px;
    letter-spacing: 0.05em;
    border-left: 1px solid #DEE6EF;
	line-height: 1.5em;
}


.table_02 td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 10px;
    background-color: #fff;
    border-top: 1px solid #DEE6EF;
    border-left: 1px solid #DEE6EF;
    line-height: 1.6em;
}

.table_02 .w_001{
	width: 10% !important;
}

.table_02 .w_002{
	width: 13% !important;	
}
.table_02 .w_003{
	width: 23% !important;	
}
.table_02 .w_004{
	width: 11% !important;
}
.table_02 .w_005{
	width: 15% !important;
}
.table_02 .w_006{
	width: 20% !important;
}
/********************/

.page_list_link{
	padding-top: 110px;
	background-image: url("../images/common/page_list_img.png");
	background-position: top center;
	background-size: 200px;
	
}

.page_list_link .inner{
	border: 4px solid #0F6BA2;
	padding: 38px 30px;
}


.page_list_link .link_02 a:last-child{
	margin-right: 0;
}
/********************/

.line_dot{
	background-image: url("../images/common/dot_line.jpg");
	background-position: bottom left;
	background-size: 20px;
	padding-bottom: 100px;
	background-repeat: repeat-x;
}



/********************/

.item_menu_btn{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000000;
	cursor: pointer;
}
.item_menu_btn img{
	max-width: 130px;
	width: 100%;
}





/**************/
.pan_list {
	width: 100%;
	padding: 0 0px;
	background-color: #fff;
}

.pan_list ul {
	padding: 5px 10px 10px 70px;
	margin: 0 auto;
	line-height: 1.4em;
}


.pan_list ul li {
	display: inline;
	color: #333;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	padding-left: 15px;
	margin-left: 8px;
}


.pan_list ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.pan_list ul li:last-child a {
	margin-right: 0;
	color: #333;
	font-weight: 600;
}

.pan_list ul li a {
	position: relative;
	display: inline;
	color: #007AC5;
	font-size: 11px;
	font-weight: 600;
}

.pan_list ul li:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../images/common/icon_pan.png");
	width: 6px;
	height: 11px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.pan_list ul li:first-child:after {
	content: "";
	right: 0;
	background-image: none;
}


/**************/


body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.item_menu_area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #F6FBFF;
	z-index: 9999;
	overflow: auto;
	border: 20px solid #007AC5;
	border-right: 20px solid #007AC5;
	padding: 50px;
	scrollbar-width: none; 
	-ms-overflow-style: none;
}
.item_menu_area::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}

.item_menu_nav{
	max-width: 950px;
	width: 100%;
	margin: auto;
}

.item_menu_nav>li{
	display: flex;
	margin-bottom: 30px;
}

.item_menu_nav .item_img img{
	max-width: 100px;
	min-width: 100px;
	width: 100%;
	margin-right: 30px;
}


.item_menu_nav .menu_box01{
	margin-bottom: 15px;
}
.item_menu_nav .menu_box01 p{
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}
.item_menu_nav .menu_box01 p span{
	color: #fff;
	background-color: #4395E8;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
}


.item_menu_nav .menu_ctg{
	display: flex;
	flex-wrap: wrap;
	
}
.item_menu_nav .menu_ctg>li{
	margin-bottom: 10px;
}
.item_menu_nav .menu_ctg a{
	color: #007AC5;
	font-size: 14px;
	line-height: 1.4em;
	background-image: url("../images/common/icon_03.png");
	background-position: left 5px;
	background-size: 8px;
	padding-left: 15px;
	margin-right: 30px;
	text-decoration: underline;
	font-weight: 600;
}







/**************/


main{
	background-color: #007AC5;
	padding: 20px 20px 0 20px;
}





.loading {
	background-color: #fff;
	background-repeat: repeat;
	background-size: 250px 250px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000000;

}

html.loading_test {
	scrollbar-color: transparent transparent !important;
    position: fixed;
    width: 100%;
    height: 100%;
}


@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.loading_logo {
	position: absolute;
	max-width: 937px;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease;
	padding: 30px;
}

.loading_01 img {
	max-width: 937px;
	width: 100%;
}
.loading_01 img {
	max-width: 758px;
	width: 100%;
}
@keyframes logo_fade {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	60% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
	}
}


/********************/

.head_box{
	margin-top: 160px;
}


/********************/





#top_head {
    position: fixed;
    background-color: #fff;
	border: 20px solid #007AC5;
	border-bottom: 0;
    top: 0;
	left: 0;
    z-index: 100;
	width: 100%;

}

#top_head:after {
    content: "";
    display: block;
}


#top_head .head_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 140px 20px 20px;
	max-width: 1420px;
	margin: auto;
	width: 100%;
	height: 160px;
}
#top_head .h_img_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
}
#top_head .h_img_box div{
	margin-left: 2%;
}




#top_head a,
#top_head {
    text-decoration: none;
}

#top_head img{
	width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;	
}
#top_head h1{
	width: 20%;
}
#top_head h1 img {
    max-width: 270px;

}

#top_head .h_img_01 img{
    max-width: 270px;
}
#top_head .h_img_02 img{
    max-width: 186px;
}
#top_head .h_img_03 img{
    max-width: 140px;
}
#top_head .h_img_04 img{
    max-width: 240px;
}












/**************/

.nav_area{
	width: 80%;
	max-width: 962px;
}


.pc_nav>ul{
	display: flex;
	justify-content: flex-end;
}
.pc_nav>ul>li{
	line-height: 1.2em;
	white-space: nowrap;
}
.pc_nav>ul>li a{
	padding-left: 25px;
	display: block;
	font-weight: 600;
}

.pc_nav>ul>li a small{
	color: #0F6BA2;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2em;
}

.pc_nav>ul>li a span{
	color: #333333;
	font-size: 16px;
	padding: 5px 0 5px 35px;
	display: block;
	background-image: url("../images/common/nav_img_01.png");
	background-size: 30px;
	background-position: left 2px;
	line-height: 1.4em;
	margin-top: 5px;
}

.pc_nav>ul>li:nth-child(2) a span{
	background-image: url("../images/common/nav_img_02.png");	
}

.pc_nav>ul>li:nth-child(3) a span{
	background-image: url("../images/common/nav_img_03.png");	
}
.pc_nav>ul>li:nth-child(4) a span{
	background-image: url("../images/common/nav_img_04.png");
}
.pc_nav>ul>li:nth-child(5) a span{
	background-image: url("../images/common/nav_img_05.png");
}
.pc_nav>ul>li:nth-child(6) a span{
	background-image: url("../images/common/nav_img_06.png");
}





/**************/



#top_head.fixed .head_inner,
#top_head.fixed h1 img,
#top_head.fixed h1,
#top_head.fixed .head_inner img,
#top_head.fixed .pc_nav>ul>li a span,
#top_head.fixed .h_img_box .h_img_03,
#top_head.fixed .h_img_box .h_img_04{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#top_head.fixed h1{
	width: 10%;
}

#top_head.fixed {
    z-index: 100;
}

#top_head.fixed .head_inner {
    padding: 10px 125px 0 15px;
}

#top_head.fixed h1 img {
    width: 100%;
    max-width: 250px;
}


#top_head.fixed .head_inner{
	height: auto;
}
#top_head.fixed .head_inner .h_tel_a img {
    max-width: 186px;
}

#top_head.fixed .head_inner .h_tel_b img {
    max-width: 186px;
}

#top_head.fixed .head_inner .h_mail img {
    max-width: 142px;
}



#top_head.fixed .pc_nav>ul>li a span {
    font-size: 14px;
}
#top_head.fixed .pc_nav>ul>li a span{
	background-size: 20px;
	padding: 5px 0 5px 25px;
	background-position: left 5px;
}

#top_head.fixed .nav_area > nav > ul > li > a{
    padding: 0 5px 5px 12px;
}

#top_head.fixed  .h_img_box{
	margin-bottom: 2px;
}
#top_head.fixed .pc_nav>ul>li{
	line-height: 1.2em;
}
#top_head.fixed .pc_nav>ul>li a small{
	display: none;
}
#top_head.fixed .h_img_01,
#top_head.fixed .h_img_02{
	display: none;
}
#top_head.fixed .h_img_box .h_img_03{
	width: 10%;
	text-align: right;
}
#top_head.fixed .h_img_box .h_img_04{
	width: 18%;
	text-align: right;
}
#top_head.fixed .h_img_03 img,
#top_head.fixed .h_img_04 img{
	width: 100%;
}
#top_head.fixed .h_img_box div{
	margin-left: 1%;
}

#top_head.fixed:after {
    width: 100%;

}

#top_head.fixed .pc_nav>ul>li a span{
	
}








	


/*******************/

#navToggle {
	position: fixed;
	right: 8px;
	top: 8px;
	width: 45px;
	height: 40px;
	cursor: pointer;
	z-index: 5002;
	display: none;
	background-color: #fff;
}

#navToggle span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
}

#navToggle span:nth-of-type(1),
#navToggle span:nth-of-type(3) {
	height: 2px;
	background: #007AC5;
	width: 62%;
	left: 9px;
}

#navToggle span:nth-of-type(1) {
	top: 6px;
}

#navToggle span:nth-of-type(2) {
	top: 6px;
	left: 9px;
	font-size: 0.6rem;
	text-transform: uppercase;
	color: #007AC5;
	font-weight: 600;
	letter-spacing: 0;
}

#navToggle span:nth-of-type(3) {
	top: 31px;
}



.openNav #navToggle span:nth-of-type(2) {
	opacity: 0;

}

.openNav #navToggle span:nth-of-type(1),
.openNav #navToggle span:nth-of-type(3) {
	background-color: #007AC5;
}

.openNav #navToggle span:nth-of-type(1) {
	top: 14px;
	left: 11px;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}

.openNav #navToggle span:nth-of-type(3) {
	top: 26px;
	left: 11px;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}





.sp_head {
	height: 55px;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.sp_nav.on {
	height: calc(100dvh - 55px);
}


.sp_nav {
	overflow-y: scroll;
	position: fixed;
	height: auto;
	left: 0;
	z-index: 1000;
	background-color: #007AC5;
	top: 55px;
	width: 100%;
}

.sp_nav > ul {
	display: none;
	background-color: #007AC5;
	padding: 0 20px 200px 20px;
}

.sp_nav > ul > li {
	border-bottom: 2px solid #007AC5;
	padding: 0 15px;
	background-color: #fff;
}

.sp_nav .sp_btn_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0 10px;
	max-width: 300px;
	margin: auto;
}
.sp_nav .sp_btn_01 a{
	width: 32%;
	margin-bottom: 15px;
	text-align: center;
}
.sp_nav .sp_btn_01 img{
	max-width: 94px;
	width: 100%;
}
.sp_nav .sp_btn_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0 10px;
	max-width: 300px;
	margin: auto;
}
.sp_nav .sp_btn_02 a{
	width: 48%;
	margin-bottom: 15px;
	text-align: center;
}
.sp_nav .sp_btn_02 img{
	max-width: 145px;
	width: 100%;
}


.sp_nav > ul > li:first-child{
	border-top: 20px solid #007AC5;
	border-bottom: 0;
	
}

.sp_nav > ul > li > a {
	color: #007AC5;
	padding: 15px 15px 15px 15px;
	display: block;
	line-height: 1.4em;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	background-image: url("../images/common/icon_02.png");
	background-size: 6px 10px;
	background-position: left center;
}



.sp_nav > ul > li.sp_nav_youtube img,
.sp_nav > ul > li.common_sns_bnr img {
	max-width: 260px;
	width: 100%;
	margin: auto;
	display: block;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.sp_nav > ul > li.common_sns_bnr_a img {
	max-width: 230px;
}

.sp_nav > ul > li.sp_nav_youtube > a,
.sp_nav > ul > li.common_sns_bnr > a {
	background-image: none;
}

.s_logo {
	position: fixed;
	left: 15px;
	top: 13px;
	margin: auto;
	z-index: 1000;
	height: 40px
}

.s_logo img{
	max-width: 150px;
}

.s_sns {
	display: flex;
	position: fixed;
	top: 13px;
	right: 46px;
}

.s_sns li {
	width: 30px;
	margin-right: 10px;
}

.s_sns li img {
	width: 30px;
}



.sub_nav_list {
	display: none;
	padding-left: 33px;
	margin-top: -5px;
}

.sub_nav_list > li{
	background-image: url("../images/common/icon_10.jpg");
	background-size: 6px;
	background-position: left 14px;
	padding-left: 13px;
}


.sub_nav_list > li a {
	color: #333333;
	padding: 0 5px 3px 0;
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.sub_nav_list > li:last-child {
	margin-bottom: 10px;
}

.sub_nav {
	position: relative;
}

.sub_nav > span {
	display: block;
	color: #007AC5;
	padding: 15px 30px 15px 18px;
	background-image: url("../images/common/icon_02.png");
	background-size: 6px 10px;
	background-position: left center;
	font-size: 18px;
}

.sub_nav > span a {
	color: #007AC5;
	font-weight: 600;

}

.sub_nav > span:before {
	content: "";
	background-image: url("../images/common/sp_nav_on.png");
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 24px;
	background-size: 100%;
}

.sub_nav .s_nav_open:before {
	content: "";
	background-image: url("../images/common/sp_nav_off.png");
	width: 14px;
	height: 2px;
	position: absolute;
	right: 10px;
	top: 30px;
	background-size: 100%;
}



/**********************/
.no_news{
	margin-top: 160px;
}

.page_ttl_area,
.page_ttl_area_a{
	position: relative;
	background-position: center;
	background-size: cover;
}

.page_ttl_area .page_inner{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	border-radius: 0 30px 0 0 / 0 30px 0 0;
	padding: 20px 20px 20px 20px;
}
.page_ttl_area .page_inner .page_ttl{
	color: #007AC5;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left;
	padding-left: 50px;
}
.page_ttl_area .page_inner .page_ttl span{
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 5px;
}






.page_ttl_area .mv_img_pc img{
	width: 100%;
}



.page_ttl_area_a{
	background-image: url("../images/common/mv_bg_a.jpg");
	background-position: center;
	background-size: cover;
	padding: 0 20px;
}


.page_ttl_area_a .mv_img_pc img{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	display: block;
}


.page_ttl_area_b{
	background-image: url("../images/common/mv_bg_b.jpg");
	background-position: center;
	background-size: cover;
	padding: 50px 20px;
}


.page_ttl_area_b .mv_img_pc img{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	display: block;
}

/********************/


.mv_area img{
	width: 100%;
}




/********************/

.info_area{
	border-top: 6px solid #EB4132;
	padding: 8px 0;
	border-bottom: 6px solid #EB4132;
	background-color: #fff;
}
.info_area .inner{
	display: flex;
	align-items: center;
}

.info_area div{
	font-size: 12px;
	line-height: 1.4em;
	color: #EB4132;
}
.info_area div span{
	padding-right: 20px;
}
.info_area div p{
	line-height: 1.4em;
}
.info_area div p a{
	font-size: 16px;
	color: #EB4132;

}
/********************/

.top .ttl_img_01 img{
	max-width: 1100px;
	width: 100%;
	margin-bottom: 40px;
}

.top .box01{
	margin-bottom: 100px;
	background-image: url("../images/top/imf_01_bg.jpg");
	background-size: 1380px;
	background-position: center 150px;
}


.top .box01 .l_box{
	position: relative;
}

.top .box01 .anime_02{
	position: absolute;
	right: 3%;
	bottom: 245px;
}
.top .box01 .anime_02 img{
	max-width: 159px;
	width: 100%;
}

.top .box02,
.top .box03{
	margin-bottom: 100px;
}
.top .box04{
	margin-bottom: 50px;
}


.top .box02 .bg_img_a{
	background-image: url("../images/top/img_02_bg_01.png");
	background-size: 1100px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 200px;
	margin-top: -200px;
}

.top .box02 .bg_img_b{
	position: relative;
}
.top .box02 .bg_img_b:before{
	content: "";
	position: absolute;
	left: -110px;
	top: 0;
	background-image: url("../images/top/img_02_bg_02.png");
	width: 110px;
	height: 280px;
	background-size: 100%;
}
.top .box03{
	padding-top: 50px;
}
.top .box03 .frame{
	background-image: url("../images/top/bg_01.png");
	background-position: top center;
	background-size: 1100px;
	padding-top: 50px;
}


.top .box03 .list_03{
	margin-top: 30px;
}
.top .box03 .update_box{
	margin-bottom: 60px;
	
}

.top .box03 .update_box .ttl_img_01 img{
	max-width: 700px;
	margin: auto;
	display: block;
}

.top .box03 .update_box .up_number{
	width: 375px;
	margin: auto;
	text-align: right;
	font-size: 65px;
	line-height: 1em;
	font-weight: 600;
	color: #EB4132;
	margin-top: -86px;
}


.top .box05 .list_05{
	margin-top: 40px;
}


/********************/
.staff .box01{
	background-image: url("../images/staff/bg_01.jpg");
	background-repeat: repeat-y;
	background-size: 2140px;
	background-position: bottom center;
}



.staff_area {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 430px 80px 80px;
	margin-top: -400px;
}

.staff_btn {
    overflow: hidden;
    display: inline-block;
    position: relative;
	border-radius: 20px;
}

.staff_area img{
	display: block;
}

.staff_area .staff_inner img{
	max-width: 200px;
	width: 100%;
}


.person {
    cursor: pointer;
    width: 100%;
    height: auto;
    transition: transform 0.2s ease;
    display: block;
}
.person:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

.staff_box{
	position: relative;
	margin: 0 0.5% 0.9%;
	width: 15%;
	aspect-ratio: 1 / 1;
    cursor: pointer;
	
}
.person.clicked {
    transform: scale(1) !important;
}

.person.clicked:hover {
    transform: scale(1) !important;
}
.staff_inner{
	display: none;
	position: absolute;
	padding: 20px;
	left: 0;
	top: 100%;
	width: 330px;
	z-index: 1000;
	background-color: #F0F8FF;
	border: 2px solid #007AC5;
}
.staff_inner:before{
	content: "";
	position: absolute;
	background-size: 100%;
	width: 30px;
	height: 15px;
	background-image: url("../images/staff/icon_01.png");
	top: -15px;
	left: 15px;
}


.staff_box_a .staff_inner:before{
	content: "";
	position: absolute;
	background-size: 100%;
	width: 30px;
	height: 15px;
	background-image: url("../images/staff/icon_01.png");
	top: -15px;
	right: 15px;
	left: auto;
}

.staff_box_a .staff_inner{
	right: 0;
	left: auto;
}


.staff_box_c .staff_inner:before{
	content: "";
	position: absolute;
	background-size: 100%;
	width: 30px;
	height: 15px;
	background-image: url("../images/staff/icon_01.png");
	top: -15px;
	right: 15px;
	left: auto;
}

.staff_box_c .staff_inner{
	right: 0;
	left: auto;
}


.staff_box .staff_inner .ttl_post{
	margin-bottom: 5px;
}

.staff_box .staff_inner .ttl_post_a{
	margin-bottom: 5px;
}
.staff_box .staff_inner p{
	margin-bottom: 10px;
	line-height: 1.4em;
}











button.close_btn{
	color: #fff;
	font-size: 16px;
	background-color: #0F6BA2;
	width: 200px;
	padding: 5px 5px;
	cursor: pointer;
	margin: 20px auto 10px;
	display: block;
}
button.close_btn:hover{
	opacity: 0.7;
}


/*******

  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;


******/
/********************/

.faq .box01{
	margin-bottom: 60px;
}


.faq section {
    margin-bottom: 100px;
}
.faq section:last-child{
	margin-bottom: 0;
}
.faq_box dt {
    padding: 20px 50px 20px 75px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin-top: 30px;
    color: #333333;
	background-color: #F8F8F8;
    font-weight: bold;
    background-image: url("../images/faq/icon_q.png");
    background-repeat: no-repeat;
    background-position: 20px 14px;
    background-size: 40px 40px;
}



.faq_box dt:after {
    position: absolute;
    content: "";
    background-image: url("../images/faq/on_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 22px;
    right: 20px;
}


.faq_box dd {
    padding: 20px 20px 1px;
    position: relative;
    display: none;
    background-color: #F0F6FC;
    font-size: 16px;

}

.faq_box dd {
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
}

.faq_box dd p {
    margin-bottom: 20px;
}

.faq_box dt:first-child {
    margin-top: 0;
}




.faq_box .btn_off:after {
    position: absolute;
    content: "";
    background-image: url("../images/faq/off_btn.png");
    background-repeat: no-repeat;
    top: 30px;
    right: 20px;
    width: 20px;
    height: 4px;
}


/********************/
.sitemap{
	padding-bottom: 20px;
}
.sitemap .inner{
	margin-bottom: 100px;
}
.sitemap .inner:last-child,
.sitemap .link_02:last-child{
	margin-bottom: 0;
}

.sitemap .link_01{
	margin-bottom: 50px;
}

.sitemap .link_02{
	margin-bottom: 25px;
	line-height: 2.5em;
}

.sitemap .inner_b .link_02{
	margin-bottom: 40px;
}


.sitemap .link_02 a{
	margin-right: 40px;
}




/********************/

.outline .box01{
	margin-bottom: 100px;
}
.outline .box01 .w900{
	margin-bottom: 60px;
}



/********************/



.about .box01,
.about .box02,
.about .box03,
.about .box04,
.about .box05{
	margin-bottom: 110px;
}
.about .box06{
	padding-bottom: 60px;
}
.about .box02 .list_06{
	margin-bottom: 45px;
}
.about .box07{
	padding: 100px 0 0;
}
.about .box07 h2.img_700{
	text-align: center;
	margin-bottom: 40px;
}




/********************/



.story .box01{
	padding: 100px 0;
	background-image: url("../images/story/bg_img.jpg");
	background-size: 2240px;
	background-position: top center;
}

.story .box01 .img_470{
	text-align: center;
	margin-bottom: 40px;
}

.story .box01 p.txt_c{
	margin-bottom: 50px;
}


.story .box01 .list_03{
	margin-bottom: 80px;
}

.story .box01 .w900 .bg_02{
	margin-bottom: 40px;
}

.story .box01 .w900 .bg_02:last-child{
	margin-bottom: 0;
}

.story .box01 .w900 .bg_02 .r_box p{
	margin-bottom: 15px;
}



/********************/
.chapter section.box01{
	margin-bottom: 100px;
}
.chapter section{
	margin-bottom: 70px;
}
.chapter section:last-child{
	margin-bottom: 0;
}

.chapter section p{
	margin-bottom: 25px;
}
.chapter section .r_box p:last-child{
	margin-bottom: 0;
}
.chapter section .l_box p{
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
}
.chapter .next_box{
	margin-bottom: 100px;
}

.chapter .type_01,
.chapter .type_02{
	align-items: flex-start;
}

.chapter .img_700{
	text-align: center;
}

.chapter .img_700 p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.chapter.chap_04 .box06{
	margin-bottom: 100px;
}

/********************/

.history .box01{
	margin-bottom: 50px;
}
.history .box01 .link_box{
	display: flex;
	justify-content: center;
}
.history .box01 .link_box>div{
	width: 40%;
	text-align: center;
	margin: 0 30px;
}
.history .box01 .link_box img{
	max-width: 420px;
	width: 100%;
}


.history .img_470{
	text-align: center;
	margin-bottom: 40px;
}


.history .box02{
	background-image: url("../images/history/bg_01.png");
	background-position: center 50px;
	background-size: 2240px;
	padding: 150px 0 100px;
	background-color: #F4F8FC;
}

.history .box03{
	background-image: url("../images/history/bg_02.jpg");
	background-position: top center;
	background-size: 2240px;
	padding: 100px 0 0;
	margin-bottom: 40px;
}

.history .box03 .w900{
	margin-bottom: 60px;
}

.history .table_01 td p{
	margin-bottom: 15px;
}


.history .table_01 td p.txt_c{
	margin-bottom: 0;
	margin-top: 10px;
}




/********************/

.philosophy .box01{
	background-image: url("../images/philosophy/bg_01.jpg");
	background-size: 1380px;
	background-position: center;
	margin-bottom: 100px;
}


.philosophy .box01 .type_01{
	margin-bottom: 50px;
}

.philosophy .txt_r{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.philosophy .box02{
	margin-bottom: 100px;
}
.philosophy .img_700{
	margin-bottom: 25px;
}
/********************/

.privacy{
	padding-bottom: 50px;
}
.privacy .inner{
	padding-bottom: 50px;
}




.not_found{
	text-align: center;
	padding-bottom: 100px;
}
.not_found .img_470{
	margin-bottom: 30px;
}
/********************/

.access .box01{
	margin-bottom: 50px;
}

.access .g_map{
	padding: 15px;
	border: 5px solid #D8E2EB;
	margin-bottom: 15px;
	
}
.access .g_map iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 174 / 97;
	vertical-align: top;
}
.access .box02 .bg_02 .type_04,
.access .box03 .bg_02 .type_04{
	align-items: center;
}
.access .box02 .bg_02{
	margin-bottom: 60px;
}


.access .box02 .mw_100{
	margin-bottom: 60px;
}




.access .box03{
	padding: 100px 0;
}

.access .box03 .w900{
	margin-bottom: 50px;
}
/********************/
.page_type_a{

}
.page_type_a .box01{
	margin-bottom: 40px;
}
.page_type_a .box02{
	margin-bottom: 40px;	
}

.page_type_a .box03,
.page_type_a .box04,
.page_type_a .box05,
.page_type_a .box06,
.page_type_a .box07,
.page_type_a .box08{
	margin-bottom: 100px;
}













.page_type_a .bg_03{
	padding: 100px 0;
}

.page_type_a .type_a_list,
.sdgs .type_a_list{
	padding: 100px 0 100px;
}


.csr.page_type_a .box01{
	margin-bottom: 40px;
}
.csr.type_a_list{
	padding-top: 0;
}
.csr.page_type_a .box05{
	margin-bottom: 30px;
}
.csr.page_type_a .box02{

}



/********************/


.sdgs .box01{
	margin-bottom: 100px;
}
.sdgs .box02,
.sdgs .box03,
.sdgs .box04{
	margin-bottom: 70px;
}
.sdgs .list_05 > li img,
.sdgs .list_04 > li img{
	margin-bottom: 20px;
}





.sdgs .type_a_list{
	padding-top: 0;
}

/********************/
.health .box01{
	margin-bottom: 100px;
}
.health .box01 .w900 .inner{
	margin-bottom: 40px;
}
.health .box01 .w900 .inner:last-child{
	margin-bottom: 0;
}
.health .box02{
	margin-bottom: 100px;
}
.health .box03 .inner{
	margin-bottom: 90px;
}
.health .box03 .inner:last-child{
	margin-bottom: 0;
}
.health .box03 img{
	max-width: 1020px;
	width: 100%;
}

.health .box04{
	padding-top: 100px;
	margin-bottom: 100px;
}

/********************/

.bright500 .box01{
	margin-bottom: 100px;
}

.bright500 .box01 .type_04{
	align-items: center;
}

.bright500 .box02{
	margin-bottom: 60px;
}

.bright500 .box03{
	background-image: url("../images/bright500/bg_01.png");
	background-size: 1500px;
	background-position: center 350px;
	padding: 100px 0;
}

.bright500 .box03 .bg_04{
	margin-top: 50px;
}


.bright500 .box04{
	padding-top: 100px;
	margin-bottom: 100px;
}



/********************/

.products{
	margin-bottom: -50px;
}

.products .box01{
	margin-bottom: 100px;
}
.products .box01 .list_05 .link_02{
	margin-top: 15px;
}

.products .box01 .list_05 .link_02 div{
	margin-bottom: 6px;
}
.products .box01 .link_02 a{
	letter-spacing: -0.05em;
}

.products .box02 .inner{
	margin-bottom: 50px;
}

.products .box02 .img_700{
	margin-bottom: 60px;
	text-align: center;
}
.products .box02 .img_700 a{
	display: inline-block;
}

.products .list_04 > li{
	margin-bottom: 40px;
}

/********************/

.prod_list .box03,
.prod_list .box04,
.prod_list .box05,
.prod_list .box06{
	padding: 100px 0;
}

.prod_list .box02 .img_600{
	margin-top: 40px;
}


.prod_list h2.img_470{
	margin-bottom: 30px;
}
.prod_list .ttl_08{
	margin-top: 60px;
}
.prod_list .ttl_08 small{
	font-size: 18px;
	display: block;
}

.prod_list .youtube_box{
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0;
}
.prod_list .youtube_box iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 140 / 79;
}
.prod_list .type_01{
	margin-bottom: 55px;
}

.prod_list .img_600_l,
.prod_list .img_600,
.prod_list .img_700{
	margin-top: 30px;
}

.prod_list .img_900{
	margin-top: 100px;
}

.prod_list .list_05 p{
	margin-top: 10px;
}

.prod_list .box01{
	margin-bottom: 90px;
}

.prod_list .box02 .img_700{
	margin-bottom: 60px;
}
.prod_list .box03 .bg_02{
	margin-bottom: 50px;
}
.prod_list .box03 .bg_02:last-child{
	margin-bottom: 0;
}









.prod_list .box_a{
	padding-bottom: 50px;
}


.prod_list .box_a .type_01{
	
}
.prod_list .box_a .type_01>div{
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

.prod_list .box_a .type_01>div img{
	max-width: 420px;
	width: 100%;
}
.prod_list .box_a .type_01 .l_box{
	background-image: url("../images/products/prod_list/foot_bnr_01_bg.jpg");
	background-position: center;
}
.prod_list .box_a .type_01 .l_box a{
	padding: 21px 10px 16px;
	display: block;
}
.prod_list .box_a .type_01 .r_box{
	background-image: url("../images/products/prod_list/foot_bnr_02_bg.jpg");
	background-position: center;
}
.prod_list .box_a .type_01 .r_box a{
	display: inline-block;
}
.prod_list .box_a .type_01 .r_box{
	padding: 15px 10px;
}
.prod_list .box_b{
	padding-top: 50px;
}
.prod_list .box_b .ttl_img_01 img{
	max-width: 1100px;
	width: 100%;
}

.prod_list .box_b .btn_01{
	margin-top: 17px;
}

.prod_list .box_c{
	padding-top: 100px;
	margin-bottom: -45px;
}


.prod_list .list_09 .youtube_box{
	margin-bottom: 10px;
}




.prod_list .list_05 > li:nth-child(n+9){
	margin-bottom: 45px;
}




.prod_list .box_b.bg_01 .frame{
	background-image: url("../images/top/bg_01.png");
	background-position: top center;
	background-size: 1100px;
	padding-top: 50px;	
}


.prod_list .table_02 th{
	text-align: center;
}
.prod_list .table_02 .w01{
	width: 23%;
}
.prod_list .table_02 .w02{
	width: 8%;
}
.prod_list .table_02 .w03{
	width: 13%;
}

.prod_list .list_03 p{
	text-align: left;
}


.prod_bnr{
	margin-top: 100px;
}

.normal_product{
	margin-bottom: 100px;
}
.normal_product .prod_bnr{
	margin-top: 70px;
}

.normal_product.line_dot{
	margin-bottom: 0;
}

/*****/
.picker_1.prod_list .normal_product{
	margin-bottom: 0;
}

.picker_1.prod_list .box04{
	padding-bottom: 50px;
}

.picker_1.prod_list .box05{
	padding-top: 0;
}
.picker_1.prod_list video,
.picker_2.prod_list video,
.picker_k.prod_list video{
	width: 100%;
	height: 100%;
	aspect-ratio: 15 / 14;
}

.picker_k.prod_list .box03{

}
.pallet.prod_list .box02 .list_05 > li{
	margin-bottom: 30px;
}

.pallet.prod_list .box03 .bg_02{
	margin-bottom: 50px;
}
.seines.prod_list .box03 .list_03 li,
.gyakunes.prod_list .box03 .list_03 li,
.postpalette.prod_list .box04 .list_03 li{
	margin-bottom: 40px;
}
.seines.prod_list .box03 .ttl_08{

}
.seines.prod_list .box03 .youtube_box,
.gyakunes.prod_list .box03 .youtube_box{
	margin-top: 0;
}

.quickstock.prod_list .box04 .list_04_a{
	margin-top: -30px;
}
.quickstock.prod_list .youtube_box{
	margin-bottom: 8px;
}
.quickstock.prod_list .box02 .link_02{
	text-align: center;
}

.quickstock.prod_list .box02 .list_03 p{
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}


.gsh3000.prod_list .box02 .type_01{
	margin-bottom: 0;
}


.gsh3000.prod_list .box04 .list_04_a p{
	margin-top: 10px;
}



.kanagata.prod_list .box02,
.gasket.prod_list .box02,
.caster.prod_list .box02,
.roll.prod_list .box02,
.gshlight.prod_list .box02{
	margin-bottom: 100px;
}

.panel.prod_list .box03{
	padding-top: 20px;
}


.notimerack.prod_list .box03{
	padding-bottom: 30px;
}




.roofrack.prod_list .box03{
	padding-bottom: 60px;
}

.prod_list.hand .box05{
	padding-bottom: 0;
}


.kago.prod_list .box02 .list_05 .ttl_06{
	font-size: 19px;
	letter-spacing: 0;
}
.kago.prod_list .box02.line_dot{
	padding-bottom: 50px;
}


.arearuspace.prod_list .table_02 th,
.arearuspace.prod_list .table_02 td{
	text-align: center;
}
.arearuspace.prod_list .box03{
	padding-bottom: 0;
}

.sekisou.prod_list .box03 .list_04_a{
	margin-top: -35px;
}

.sekisou.prod_list .img_900_a.shadow.spi_img.prod_bnr{
	margin-top: -20px;
}


.quickstock.prod_list .prod_bnr,
.postpalette.prod_list .prod_bnr,
.kago.prod_list .prod_bnr{
	margin-top: 60px;
}


.cargo.prod_list .box05 .list_03 > li,
.sky.prod_list .box05 .list_03 > li{
	margin-bottom: 50px;
}


.gogofan.prod_list .list_09 .youtube_box{
	margin-bottom: 0;
}




/********************/
.voice .box01{
	margin-bottom: 50px;
}

.voice .box02,
.voice .box03{
	margin-bottom: 100px;
}
.voice .box01 .list_03{
	margin-top: 50px;
}

.voice h2.mw_100{
	margin-bottom: 50px;
}

.voice .box02 .type_01{
	align-items: center;
}



.voice .type_01,
.voice .type_02{
	margin-bottom: 40px;
	align-items: center;
}


































/********************/

.topics .box01{
	margin-bottom: 50px;
}
.topics .box02 {
	margin-bottom: 100px;
}
.topics .box02 .link_list{
	margin-bottom: 100px;
}

.topics .box04,
.topics .box05,
.topics .box06,
.topics .box07 {
	padding-top: 100px;
}

.topics .box07 .ttl_img_01 img{
	max-width: 1100px;
	width: 100%;
	margin-bottom: 40px;
}


.topics .box07 .list_05{
	margin-top: 40px;
}




/********************/


.points .box01{
	margin-bottom: 30px;
}

.points .box02{
	padding: 0 0 100px;
}

.points .box02 .btn_01{
	margin-top: 0;
}
.points .box02 .list_05 > li{
	margin-bottom: 30px;
}
.points .box03{
	padding: 50px 0 10px;
}

.points .box03 .list_03{
	margin-bottom: 70px;
}
.points .box03 .inner{
	margin-bottom: 70px;
}
.points .box03 .inner .mw_100{
	margin-bottom: 40px;
}

.points .box03 .inner .type_07_a{
	margin-bottom: 50px;

}

.points .box03 .w900 .type_01_b{
	margin-top: 50px;
}

.points .box03 .inner .img_700{
	margin-bottom: 50px;
}

.points .box_b.bg_01{
	padding-top: 50px
}

.points .box03 .inner_a .w900{
	margin: auto;
	
}


.points .box_b.bg_01 .frame{
	background-image: url("../images/top/bg_01.png");
	background-position: top center;
	background-size: 1100px;
	padding-top: 50px;
}

/********************/
.ordermade .box01{
	margin-bottom: 100px;
}
.ordermade .box01 .list_05{
	margin-top: 50px;
	margin-bottom: 30px;
}
.ordermade .box01 .list_05 p{
	margin-top: 10px;
	text-align: center;
}
.ordermade .box02 .list_05 p{
	margin-top: 20px;
}

.ordermade .box02 .ttl_06{
	margin-bottom: 20px;
}

.ordermade .box02.line_dot{
	padding-bottom: 60px;
}
.ordermade .box03{
	padding: 100px 0;
}
.ordermade .box03 h2.mw_100{
	margin-bottom: 80px;
}
.ordermade .box03 .inner{
	margin-bottom: 70px;
}



.ordermade .box03 .list_d{
	margin: 30px 0 25px;
}
.ordermade .box04{
	padding: 100px 0 0;
}
.ordermade .box04 p.txt_c{
	margin-bottom: 40px;
}
.ordermade .box04 .list_03 li{
	margin-bottom: 40px
}
.ordermade .box04 .list_03 p{
	margin-top: 10px;
	line-height: 1.5em;
	text-align: center;
}


.ordermade .box04 .list_03{
	margin-bottom: 60px;
}








/********************/
.recruit .img_800{
	margin-bottom: 40px;
}

.recruit .no_bnr_area {
	margin-bottom: 40px;
}
.recruit .no_bnr_area p{
	background-color: #FF0000;
	color: #fff;
	font-size: 19px;
	text-align: center;
	padding: 10px;
	font-weight: 600;
}

.recruit .box01{
	margin-bottom: 100px;
}

.recruit .box01 .txt_c{
	margin-bottom: 30px;
}

.recruit .box02{
	padding-bottom: 40px;
}
.recruit .box02 .type_02{
	margin-bottom: 120px;
}
.recruit .box03{
	padding: 100px 0;
}



.recruit .box03 .type_01,
.recruit .box03 .type_02{
	align-items: center;
	padding-bottom: 40px;
}


.recruit .box03 .frame{
	background-image: url("../images/recruit/bg_img01.png");
	background-position: center;
	background-size: 816px;
}







.recruit .box04{
	padding: 100px 0;

}

.recruit .box04 .inner_bg{
	background-image: url("../images/recruit/bg_01.jpg");
	background-position: center;
	background-size: 1380px;
}

.recruit .box04 .type_02{
	margin-bottom: 50px;
}

.recruit .box05{
	padding: 100px 0;
}




/********************/
.tours .box01{
	margin-bottom: 100px;
}
.tours .box01 .mw_100{
	margin-bottom: 50px;
}

.tours .box02,
.tours .box03,
.tours .box04{
	padding: 100px 0;
}

.tours .box02 .bg_04{
	margin-bottom: 70px;
}
.tours .box02 .inner{
	margin-bottom: 70px;
}


.tours .box05{
	padding: 100px 0 0;
}

.tours .box06{
	padding-top: 100px;	
}



.tours .ttl_02 span{
	letter-spacing: -0.03em;
}












/********************/

.casestudy{
	
}

.casestudy .box02{
	padding: 100px 0 0;
}


.casestudy_category .box01{
	margin-bottom: 50px;
}

.casestudy_category .box01 .bg_04 p{
	font-size: 14px;
}
.casestudy_category .box02{
	margin-bottom: 50px;
}
/*
.casestudy_category .open_box .open_area{
	display: block;
}

.casestudy_category .open_box .click_btn:after{
	display: none;
}

*/

.casestudy_single .box00{
	margin-bottom: 100px;
}
.casestudy_single .box01{
	margin-bottom: 60px;
}
.casestudy_single .box01 .icon_mark{
	margin-bottom: 25px;
}
.casestudy_single .box01 .float_ft{
	margin-bottom: 40px;
}
.casestudy_single .box01 .float_ft .tag_a{
	margin-right: 50px;
}
.casestudy_single .box01 .type_01_a{
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.casestudy_single .box01 .type_01_a>div{
	margin-bottom: 30px;
}
.casestudy_single .box02 .img_200{
	margin: 20px 0 20px;
}

.casestudy_single .box02{
	margin-bottom: 100px;
}

.casestudy_single .box03{
	padding: 50px 0;
}


.casestudy_single .box04{
	padding: 100px 0 0;
}


.casestudy .box03{
	margin-top: 80px;
}















.open_box {}

.open_box .click_btn {
	text-align: center;
    padding: 12px 50px 12px 20px;
    position: relative;
    background-color: #F0F8FF;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    font-size: 20px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.open_box .open_area {
	border: 4px solid #F0F8FF;
    padding: 40px 30px 40px 30px;
    position: relative;
    display: none;
    background-color: #fff;
    line-height: 1.7em;

    font-size: 16px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.open_box .click_btn:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/open_on_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
}




.open_box .btn_off:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/open_off_btn.png");
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 4px;
    width: 18px;
}

.open_box .open_area .inner {
    margin-bottom: 50px;
}

.open_box .open_area .inner:last-child {
    margin-bottom: 0;
}

.open_box .open_area input[type=text]{
    padding: 15px 10px;
    width: 100%;
    background-color: #fff;
	border: 1px solid #007AC5;
    font-size: 14px;
    color: #333;
}





#sbtn_01 {
    min-width: 250px;
    font-size: 18px;
    font-weight: bold;
    color: #007AC5;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #007AC5;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    box-shadow: 0 4px 0px #007AC5;
}

#sbtn_01:hover {
	opacity: 0.6;
}


.casestudy p.check.check_img,
.casestudy_category p.check.check_img{
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.check_img img{
	max-width: 320px;
	width: 100%;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	
}
.casestudy .check_area,
.casestudy_category .check_area{
	margin-bottom: 17px;
}
.casestudy .check_area .check_img label span,
.casestudy_category .check_area .check_img label span{
	margin-right: 0;
	padding-left: 0;
	margin-bottom: 13px;
}

.check_area .check_img label .checkbtn[type="checkbox"] + span::before,
.check_area .check_img label .checkbtn[type="checkbox"],
.check_area .check_img label .checkbtn[type="checkbox"] + span::after{
	display: none;
}
.check_area .check_img .check span,
.check_area .check_img label{
	width: 32.5%;
}

.check_img label input[type="checkbox"] {
    display: none;
}

.check_img label span {
    display: inline-block;
    border: 4px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s;
}

.check_img label input[type="checkbox"]:checked + span {
    border-color: #4395E8; 
}



.list_no_img{
	width: 32.5%;
}
.list_no_img img{
	box-shadow: none;
	max-width: 320px;
	width: 100%;
}










/****************/
.welfare .flow_inner {
	margin-top: 70px;
}
.welfare .flow_inner .type_01 .l_box .inner{
	margin-left: 17px;
}
.welfare .flow_inner .type_01 .l_box p {
	border-left: 1px solid #088045;
	padding-left: 15px;
}





/****************/

















.whatsnew .float_ft{
	align-items: center;
	margin-bottom: 20px;
}

.whatsnew .float_ft .up_day{
	margin-bottom: 0;
	margin-right: 20px;
}


/********************/
.wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 0;
}

.wrapper .main_area {
    max-width: 780px;
    width: 71%;
	order: 2;
}


.wrapper .area_side {
    max-width: 250px;
    width: 23%;
	order: 1;
}
.wrapper .area_side ul{
	background-color: #F2F4F5;
	margin-top: 10px;
}
.wrapper .area_side ul>li{
	border-bottom: 2px solid #fff;

}

.wrapper .area_side ul > li a {
	padding: 15px 15px 15px 25px;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
	color: #007AC5;
	text-decoration: underline;
	background-image: url("../images/common/icon_08.png");
	background-size: 6px;
	background-position: 15px 20px;
}

.wrapper .area_side .side_01{
	margin-bottom: 60px;
}




/*******************/

.editor {
    padding: 0;
    word-break: break-all;
    margin-bottom: 50px;
}

.editor img {
    height: auto;
    margin: 0px auto 15px;
    max-width: 500px;
    width: 100%;
    display: block;
}

.editor a {
    color: #007AC7;
    text-decoration: underline;
}

.editor .btn_02 a {
    color: #fff !important;
    text-decoration: none;
}

.editor p {
    margin-bottom: 20px;
}

.editor p:last-child {
    margin-bottom: 0;
}


.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}
.editor h1{
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
	border-bottom: 3px dotted #4395E8;
	padding-bottom: 10px;
}
.editor h2 {
    background-color: #76B4F2;
    padding: 10px;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
	color: #fff;
}

.editor h3 {
    color: #333;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #4395E8;
}

.editor h4 {
    color: #333;
    font-size: 16px;
    line-height: 1.4em;
    border-left: 10px solid #76B4F2;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.editor h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #4395E8;
    color: #333;
}
.editor h6 {
	background-image: url("../images/common/icon_09.png");
	background-size: 13px;
	font-size: 14px;
	padding-left: 20px;
	background-position: left 8px;
    margin-bottom: 15px;
}





.editor .wp-block-table thead {
    border: none;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #DEE6EF;
    margin-bottom: 40px;
}

.editor table th {
    background-color: #007AC5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #DEE6EF;
    width: 200px;
    letter-spacing: 0.05em;
    font-size: 16px;
}

.editor table td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 15px 13px 25px;
    background-color: #fff;
    border: 1px solid #DEE6EF;
    line-height: 1.6em;
}

.editor strong {
    /*    color: #007AC7;*/
    font-weight: bold;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 20px;
    margin-left: 20px;
    position: relative;
    list-style: none;
}

.editor ul li:before {
    content: '・';
    color: #007AC7;
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
}

.editor ol {
    counter-reset: editor_number;
}
.editor ol li{
    margin-left: 10px;
    padding: 0 30px 0 28px;
}
.editor ol li:before {
    counter-increment: editor_number;
    content: counter(editor_number)".";
    color: #007AC7;
    position: absolute;
    left: 0;
    width: 24px;
    text-align: right;
}

.editor blockquote {
    background-color: #F4F4F4;
    padding: 50px;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.editor blockquote:before {
    content: url("../images/common/icon_bq_b.png");
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}

.editor blockquote:after {
    content: url("../images/common/icon_bq_a.png");
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.editor blockquote cite {
    text-align: right;
    font-style: normal;
    display: block;
    font-size: 14px;
}

.editor blockquote p{
    font-size: 16px;
}
.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.editor .wp-block-embed iframe{
    width: 100%;
}

/******************/


.catalog{
	
}

/******************/


.inquiry .box01{
	margin-bottom: 100px;
}

.inquiry .box02{
	margin-bottom: 100px;
}






/******************/

.cont_form {
    border-collapse: collapse;
    width: 100%;
	border-top: 2px solid #EBEBEB;
}



.cont_form th {
    padding: 30px 29px 30px 0;
    text-align: left;
    font-size: 18px;
    min-width: 220px;
    line-height: 1.4em;
    position: relative;
    vertical-align: top;
	color: #007AC5;
	border-bottom: 2px solid #EBEBEB;
}

.cont_form th small{
	color: #333333;
	font-weight: 400;
}
.cont_form td {
    padding: 18px 0 18px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
	border-bottom: 2px solid #EBEBEB;
}



.cont_form th span {
    position: absolute;
    width: 42px;
    background-color: #F8D700;
    color: #333333;
    line-height: 1em;
    padding: 4px 3px 0;
    height: 22px;
    right: 0;
    top: 32px;
    margin: auto 0;
    text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
}


.cont_form input,
.cont_form textarea {
    padding: 15px 10px;
    width: 100%;
    background-color: #F0F8FF;
    font-size: 16px;
    color: #333;

    line-height: 1.6em;

}

.cont_form input[type="file"] {
    background-color: #fff;
	padding-top: 0;
	padding-left: 0;
}

.cont_form input[type="radio"],
.cont_form input[type="checkbox"] {
    width: auto;
}

.cont_form .type1_a{
    width: 45%;
}
.cont_form .type1 {
    width: 45%;
}

.cont_form .type2 {
    width: 13%;
	min-width: 60px;
	margin-left: 10px;
}


.cont_form .w_type02{
	width: 23%;
}
.cont_form .w_type04{
	width: 28%;
}
.cont_form .w_type03{
	width: 26%;
}



.cont_form2 .check_btn_a{
	display: flex;
	flex-direction: column;
}



.cont_form .float_ft{
	align-items: center;
	margin-bottom: 15px;
}
.cont_form .float_ft:last-child{
	margin-bottom: 0;
}
.cont_form .float_ft div{
	min-width: 100px;
	font-weight: 600;
	
}
input::placeholder,
textarea::placeholder {
	color: #9FA0A0;
	font-size: 6
	opacity: 1; /* Safari対策 */
    }
    

.cont_form_btn {
    width: 260px;
    margin: 30px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    min-width: 260px;
    font-size: 18px;
    font-weight: bold;
    color: #007AC5;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #007AC5;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    box-shadow: 0 4px 0px #007AC5;
}




.cont_form_btn input[type="submit"]:hover {
    opacity: 0.7;
}



.cont_form td .file{
	position: relative;
	display: inline-block;
}
.cont_form td .file .mwform-file-delete{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.mwform-checkbox-field label, 
.mwform-radio-field label,
.mw_wp_form input[type="file"]{
	cursor: pointer;
}
/******/

.check_btn {
    text-align: left;
    padding-top: 2px;
}

.check_btn input[type=radio] {
    display: none;
}

.check_btn .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 10px 5px 21px;
    position: relative;
    width: auto;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
	display: inline-block;
}




.check_btn .radio01::before {
    background: #fff;
    border: 1px solid #4395E8;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px;
}

.check_btn .radio01::after {
    background: #4395E8;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 11px;
    width: 10px;
}

.check_btn input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

.form_area .check_btn > span {
    margin-left: 0 !important;
    line-height: 1em;
    margin-top: 6px;
}


/*******************/
.cont_form .cp_ipselect {
    width: 50%;
    text-align: center;
}

.cont_form .cp_ipselect select {
    padding: 15px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cont_form .cp_ipselect select::-ms-expand {
    display: none;
}

.cont_form .cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #555555;
    background: #fff;
    text-align: left;
}


.cont_form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    padding: 0;
    content: "";
    background-image: url("../images/common/select.png");
    background-size: 100%;
    width: 9px;
    height: 14px;
    pointer-events: none;
    font-weight: bold;
}

.cont_form .cp_ipselect.cp_sl01 select {
    padding: 15px 38px 15px 8px;
    color: #7C7C7C;
    font-weight: normal;
    font-size: 14px;
}

/*******************/

.check_area .check {
    position: relative;
    padding-left: 22px;
	line-height: 1.8em;
}

.check_area .check span {
    position: relative;
}

.check_area label {
    cursor: pointer;

}

.check_mb label{
	display: block;
	margin-bottom: 10px;
}
.check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	width: 0;
}

.check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
    margin-right: 35px;
    position: relative;
	line-height: 1.6em;
}

.check_area label .checkbtn[type="checkbox"] + span::before,
.check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 6px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #4395E8 solid;
    border-radius: 3px;
    background-color: #fff;
}

.check_area label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    width: 6px;
    height: 8px;
    margin: 2px 4px;
}

.check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #4395E8;
}

.check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*******************/







/******************/
.wp-pagenavi {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.wp-pagenavi a {
    background-color: #fff;
    border: 1px solid #007AC5;
    color: #007AC5;
    font-weight: normal;
    padding: 1px 10px;
    margin: 7px 5px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
}

.wp-pagenavi span {
    padding: 9px 0px;
    margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    padding: 1px 10px;
    border: 1px solid #007AC5;
    background-color: #007AC5;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    display: inline-block;
    margin: 7px 5px;
}















/*******************/

.estimate span.fw_b{
	margin-left: 10px;
}
.estimate span.fw_b_l{
	font-weight: 600;
}
.estimate span.fw_b_r{
	margin-left: 10px;
	font-weight: 600;
}
/*
.unit_group{
	display: inline-block;
	align-items: center;
	margin-right: 10px;
	font-weight: bold;
	white-space: nowrap;
	width: 29%;
	margin-bottom: 20px;
}

.estimate .cont_form .float_a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
*/

.estimate .cont_form .float_a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}



.estimate .cont_form .float_a div{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
	white-space: nowrap;
}


.check_area_img {
    display: flex;
    flex-wrap: wrap;
}

.check_area_img label.option_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    width: 100%;
	max-width: 140px;
}
.check_area_img_a label.option_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
    }


.check_area_img_a {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
	margin-left: 10px;
	margin-top: 10px;
}
/*
.check_area_img_a label{
	max-width: 300px;
	width: 45%;
}
*/
.check_area_img label img {
    width: 100%;
    max-width: 140px;

}
.check_area_img_a label img{
	max-width: 340px;
	width: 100%;
}


.check_area_img label {
    position: relative;
}

.check_area_img label .checkbtn[type="checkbox"] {
    display: none;
}

.check_area_img label .checkbtn[type="checkbox"] + span::before{
	top: 6px;
	position: absolute;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}



.check_area_img label .checkbtn[type="checkbox"] + span {
    position: relative;
    padding-left: 23px; 
}


.check_area_img label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.check_area_img label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #4395E8 solid;
    border-radius: 3px;
    background-color: #fff;
}

.check_area_img label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    width: 6px;
    height: 8px;
    margin: 2px 4px;
}


.check_area_img label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #4395E8;
}

.check_area_img label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.check_area_img .check_top {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}


.check_area_img label span {
    display: inline-block;
    font-weight: bold;
    padding-left: auto;
    margin-right: auto;
    position: relative;
}




.check_area_img .check{
	padding-left: 0;
}

.check_area .check .mwform-checkbox-field{
	margin-right: 20px;
	margin-bottom: 10px;
}

.check_area.check_area_img_a .check .mwform-checkbox-field{
	width: 45%;
}

/********************/






.common_bnr_01 {
	padding: 100px 0;
	width: 100%;
	background-color: #fff;
}

.common_bnr_01 .common_bnr_bg {
	background-image: url("../images/common/foot_bnr_img.jpg");
	background-size: 100%;
	background-position: center;
	padding: 12.5% 3.5% 3.7%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

.common_bnr_01 .inner {
	width: 48%;
	margin-left: auto;
}

.common_bnr_01 img {
	max-width: 490px;
	width: 100%;
}
.common_bnr_01 .bnr_01_tel,
.common_bnr_01 .bnr_01_mail{
	text-align: center;
	border-radius: 10px;
}
.common_bnr_01 .bnr_01_tel a,
.common_bnr_01 .bnr_01_mail a{
	display: block;
}
.common_bnr_01 .bnr_01_tel a{
	padding: 3.7% 3.5% 2.7%;
}
.common_bnr_01 .bnr_01_tel{

	margin-bottom: 3.5%;
	background-image: url("../images/common/foot_bnr_tel.png");
	background-size: cover;
}

.common_bnr_01 .bnr_01_mail{
	background-image: url("../images/common/foot_bnr_mail.png");
	background-size: cover;
	padding: 3.7% 3.5% 2.7%;
}

.common_bnr_01 .bnr_01_tel img,
.common_bnr_01 .bnr_01_mail img{
	max-width: 420px;
}
.common_bnr_01 .bnr_01_mail img.foot_bnr_contact{
	margin-bottom: 5px;
}


/********************/


footer{
	background-image: radial-gradient(circle, rgba(0, 157, 222, 1) 30%, rgba(0, 110, 191, 1) 80%);
	padding: 60px 0 10px;
}
footer .inner h3{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
footer .f_logo{
	margin-right: 40px;
}
footer .f_logo img{
	max-width: 150px;
	width: 100%;
}

footer .inner{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

footer .inner .f_logo{
	max-width: 150px;
	width: 15%;
}


footer .inner .l_box{
	width: 80%;
	max-width: 830px;
	color: #fff;
}
footer .inner .l_box p,
footer .inner .l_box p a{
	font-size: 14px;
	line-height: 1.8em;
	color: #fff
}
footer .inner .l_box p a{
	text-decoration: underline;
}





.foot_menu {
	display: flex;
	justify-content: space-between;
}

.foot_menu ul {
	max-width: 200px;
	width: 18%;
}

.foot_menu ul li {
	line-height: 1.3em;
	padding-left: 11px;
	padding-bottom: 5px;
}

.foot_menu ul li.nav_icon {
	margin-top: 7px;
	background-image: url("../images/common/f_nav_icon_01.png");
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	color: #fff;
	background-size: 6px;
	background-position: left 8px;
	padding-left: 12px;

}

.foot_menu ul li.nav_icon_a{
	background-image: url("../images/common/f_nav_icon_02.png");
	color: #fff;
	background-size: 6px;
	background-position: 10px 10px;
	padding-left: 21px;
}



.foot_menu ul li.nav_icon a {
	line-height: 1.4em;
	font-weight: 600;
	font-size: 14px !important;
}

.foot_menu ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 600;
}





/*********/






#page_top {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 100;
}

#page_top img {
    max-width: 60px;
    width: 100%;
}



.copy{
	color: #fff;
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

/********************/



.side_area{
	position: fixed;
	right: 0;
	bottom: 9%;
	padding-right: 40px;
	z-index: 100;
}
.side_area li{
	text-align: right;
	margin-bottom: 13px;
}
.side_area li:nth-child(-n+4) img{
	max-width: 70px;
	width: 100%;

}


.side_area li:last-child img{
	max-width: 136px;
	width: 100%;
}




#faq_link_01,
#faq_link_02,
#faq_link_03,
#faq_link_04,
#faq_link_05,
#faq_link_06,
#prod_link_09,
#prod_link_08,
#prod_link_07,
#prod_link_06,
#prod_link_05,
#prod_link_04,
#prod_link_03,
#prod_link_02,
#prod_link_01,
#abt_link_01,
#abt_link_02,
#abt_link_03,
#inq_link_01,
#prod_01,
#chap_01_1,
#chap_01_2,
#chap_01_4,
#chap_01_3,
#chap_02_1,
#chap_02_2,
#chap_02_4,
#chap_02_3,
#chap_02_5,
#chap_02_6,
#chap_03_1,
#chap_03_2,
#chap_03_4,
#chap_03_3,
#chap_03_5,
#chap_03_6,
#chap_03_7,
#chap_04_1,
#chap_04_2,
#chap_04_4,
#chap_04_3,
#story_1,
#story_2,
#story_4,
#story_3,
#hist_01,
#hist_01,
#sdgs_link_04,
#sdgs_link_03,
#sdgs_link_02,
#sdgs_link_01,
#commit_01,
#commit_02,
#commit_03,
#point_04,
#point_02,
#point_01,
#point_03,
#point_05,
#point_06,
#point_07,
#search_area,
#csr_01,
#csr_02,
#csr_03,
#proje_01,
#proje_02,
#proje_03,
#proje_04,
#proje_05,
#proje_06,
#topic_05,
#topic_04,
#topic_03,
#topic_02,
#topic_01,
#voic_06,
#voic_05,
#voic_04,
#voic_03,
#voic_02,
#voic_01{
    margin-top: -100px;
    padding-top: 100px;
}



#prod_05,
#prod_04,
#prod_03,
#prod_02,
#commit_04
{
    margin-top: -50px;
    padding-top: 50px;	
}








/*************/


.sdgs .box05{
	padding-bottom: 70px;
}

.sdgs .box05,
.committee_system .box06,
.project_system .box09,
.csr.page_type_a .box05,
.health .box03{
	margin-bottom: 100px;
}


.sdgs .type_a_list,
.committee_system .type_a_list,
.project_system .type_a_list,
.csr.page_type_a .type_a_list,
.health .box04{
	padding-top: 0;
}


/************/

.check_area .check{
	display: flex;
	flex-wrap: wrap;
}
.mw_wp_form .vertical-item + .vertical-item{
	margin-top: 0 !important;
}

/*******************/

.mw_wp_form_input .confirm_on {
    display: none;
}

/***入力画面****************/

.mw_wp_form_input .confirm_on{
    display: none;
}

/***確認画面****************/

.mw_wp_form_confirm{
	padding-top: 100px;
	margin-top: -100px;
}
.mw_wp_form_confirm .off_box,
.mw_wp_form_confirm .no_txt{
    display: none;
}

.mw_wp_form_confirm .confirm_on{
    display: block;
}


.mw_wp_form_confirm .confirm_on .cont_form_btn{
    margin: 40px 10px 0;
}

.mw_wp_form_confirm .form_area .cp_ipselect.cp_sl01{
	background-color: transparent;
}

.mw_wp_form_confirm .form_area .cp_ipselect.cp_sl01::before{
	display: none;
}

.mw_wp_form_confirm .form_txt{
	display: none;
}

#link_box_top{
	margin-top: -100px;
	padding-top: 100px;
}
.mw_wp_form_confirm .cont_form td{
	line-height: 1.6em;
}


.estimate .cont_form .float_00 div{
	margin-bottom: 0;
}

/***エラー表示****************/
.mw_wp_form .error{
    margin-top: 5px;
    font-size: 85% !important;
}




/***完了画面****************/

.thank_txt{
    text-align: center;
    margin: 70px 0 10px;
}



.cont_form .check_btn .radio01 + span {
padding: 5px 15px 5px 26px;
position: relative;
font-weight: normal;
font-weight: 600;
display: inline-block;
}

.cont_form .check_btn .radio01 + span::after,
.cont_form .check_btn .radio01 + span::before {
content: '';
display: block;
position: absolute;
border: 1px solid #4395E8;
border-radius: 50%;
width: 16px;
height: 16px;
top: 6px;
left: 0;
}


.cont_form .check_btn .radio01 + span::after {
opacity: 0;
width: 10px;
height: 10px;
top: 9px;
left: 3px;
border: none;
background: #4395E8;
}

.cont_form .check_btn .radio01:checked + span {
color: #4395E8;
}

.cont_form .check_btn .radio01:checked + span::after {
opacity: 1;
}






.mw_wp_form .check_btn_a .horizontal-item + .horizontal-item{
	margin-left: 0;
}

.mw_wp_form .check_btn .horizontal-item + .horizontal-item{
	margin-left: 0;
}



.inquiry,
.catalog,
.estimate_picker,
.estimate_pallet,
.estimate_post,
.estimate_nesrack,
.tours{
	padding-bottom: 10px;
}



/*-------------------------------
media
--------------------------------*/
.space {
    width: 15px;
    display: inline-block;
}

.sp_on,
.scroll_txt{
	display: none;
}
@media (max-height: 800px) {
	.item_menu_btn img{
		max-width: 100px;
	}
}

@media (max-height: 740px) {

	.side_area li:nth-child(-n+4) img{
		max-width: 50px;
	}
	.side_area li:last-child img{
		max-width: 100px;
	}
	.side_area li{
		margin-bottom: 10px;
	}
	.side_area{
		bottom: 7%;
	}
	#page_top img{
		max-width: 40px;
	}
}




@media (max-width: 1420px) {

	#top_head .head_inner{
		padding: 20px 125px 20px 20px;
	}
	#top_head h1{
		width: 13%;
	}
	.nav_area{
		width: 87%;
	}
	.pc_nav>ul>li a{
		padding-left: 12px;
	}
	.pc_nav>ul>li a span{
		font-size: 14px;
		background-size: 17px;
		padding-left: 20px;
		background-position: left 6px;
	}
	.pc_nav>ul>li a small{
		font-size: 12px;
	}
}


@media (max-width: 1300px) {
	.side_area{
		display: none;
	}
}
@media (max-width: 1100px) {
	.item_menu_btn,
	.item_menu_area{
		display: none !important;
	}
	
	#top_head .head_inner{
		padding: 20px 20px 20px 20px;
	}
	
	#top_head.fixed .head_inner{
		padding: 15px 15px 0 15px;
	}
	
	
	.staff_area{
		padding: 230px 40px 40px;
		margin-top: -200px;
	}
	
	.staff_area{
		justify-content: space-around;
	}
	.staff_box{
		margin: 0 0.5% 0.5%;
	}
	.staff_btn{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	
	
	
	.common_bnr_01 .common_bnr_bg {
		background-image: url("../images/common/foot_bnr_img.jpg");
		background-size: 100%;
		background-position: center;
		padding: 12% 3.5% 2.2%;
		box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
	}
	
	
	
	.page_ttl_area .page_inner{
		max-width: 450px;
		padding: 15px 20px 10px 20px;
	}
	.page_ttl_area .page_inner .page_ttl{
		padding-left: 10px;
		font-size: 28px;
		letter-spacing: 0;
	}
	.page_ttl_area .page_inner .page_ttl span{
		font-size: 18px;
	}
	
	.pan_list ul{
		padding: 7px 10px 10px 20px;
	}
}









@media (min-width: 971px) {
	.sp_nav {
		display: none !important;
	}
}


@media (max-width: 970px) {
	#top_head{
		display: none;
	}
	
	
	.head_box{
		margin-top: 55px;
	}

	.sp_head,
	.sp_nav {
		display: block;
	}

	#navToggle {
		display: block;
	}

	
	
	.info_area{
		padding: 10px 0 8px;
	}
	.info_area .inner{
		display: block;
	}
	.info_area div p{
		margin-top: 5px;
	}
	

	
	.no_news{
		margin-top: 55px;
	}
	
	

	.prod_list .table_01 th,
	.prod_list .table_01 td{
        display: block;
        width: 100%;
	}



    .prod_list .table_01 td,
	.prod_list .table_01 th{
        border-top: 0;
		padding: 10px 15px;
    }
	
	
	.prod_list .img_470 img{
		max-width: 280px;
	}
	
	
	
	
	
	
	
	
	
	
	
	.common_bnr_01 .bnr_01_mail img.foot_bnr_contact{
		margin-bottom: 2px;
	}
	
	
	

	
	
	.estimate .cont_form .float_a{
		display: block;
	}
	.estimate .cont_form .float_a div{
		width: 100%;
		margin-bottom: 10px;
	}
	.cont_form .type2{
		width: 50%;
	}
	
}





@media (max-width: 767px) {
	body {
		min-width: 100%;
		font-size: 15px;
	}



	p {
		line-height: 1.7em;
		font-size: 15px;
	}
	
	/*
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
*/
	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}
	
	
	.spi_img img{
		max-width: 400px !important;
		width: 100%;
		margin: auto;
		display: block;
	}
	
	
	
	
	.side_area{
		display: none;
	}

	.float_sb,
	.float_sa,
	.float_ce,
	.float_en,
	.float_ft,
	.type_03,
	.type_02,
	.type_04,
	.type_01,
	.type_07,
	.type_07_a,
	.type_05,
	.type_05_a,
	.type_02_c,
	.type_01_c{
		display: block;
	}
	
	main{
		padding: 15px 15px 0 15px;	
	}

    .space {
        width: 0;
        display: block;
    }
	
	.no_news{
		margin-top: 35px;
	}

	.type_00 .r_box,
	.type_01 .r_box,
	.type_02 .r_box,
	.type_01_c .r_box, 
	.type_02_c .r_box{
		width: 100%;
		max-width: 100%;
	}

	.type_01 .r_box img,
	.type_01 .l_box img,
	.type_02 .r_box img,
	.type_02 .l_box img {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}

	.type_01 .l_box,
	.type_02 .l_box,
	.type_01_c .l_box, 
	.type_02_c .r_box{
		width: 100%;
		max-width: 100%;
	}

	.type_02 .l_box {
		margin-bottom: 30px;
	}

	
	.type_02_c .l_box{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.type_04 .l_box {
		width: 100%;
		margin: 0 auto 20px;
		
	}

	.type_04 .l_box img {
		max-width: 500px;
		margin: auto;
		display: block;
	}

	.type_04 .r_box {
		width: 100%;
		max-width: 100%;
	}

	.type_04 .r_box img {
		margin: auto;
		display: block;
	}
	
	.type_05 .l_box,
	.type_05_a .l_box{
		width: 100%;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.type_05 .r_box img, .type_05 .l_box img{
		max-width: 350px;
		display: block;
		margin: auto;
	}
	.type_05 .r_box,
	.type_05_a .r_box{
		max-width: 100%;
		width: 100%;
	}
	
	.type_07 .l_box,
	.type_07_a .l_box{
		width: 100%;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.type_07 .l_box img,
	.type_07_a .l_box img{
		max-width: 500px;
		margin: auto;
		display: block;
	}

	.type_07 .r_box,
	.type_07_a .r_box{
		width: 100%;
		max-width: 100%;
	}

	.type_07 .r_box img,
	.type_07_a .r_box img{
		margin: auto;
		display: block;
	}
	
	
	.type_08{
		display: block;
	}
	.type_08 .l_box{
		margin-bottom: 30px;
		width: 100%;
		max-width: 100%;
	}
	.type_08 .l_box img{
		display: block;
		margin: auto;
	}
	.type_08 .r_box{
		width: 100%;
	}
	
	
	
	

	.btn_01 a, .btn_01_l a{
		min-width: 240px;
		font-size: 16px;
	}
	
	
	.bnr_up_link .inner{
		display: block;
		padding: 20px 40px 20px 20px;
	}
	
	.bnr_up_link .up_img{
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.bnr_up_link .r_box{
		width: 100%;
	}

	
	
	

	
	.list_01_a .inner{
		padding: 10px;
	}

	.up_ttl_a{
		font-size: 15px;
	}
	
	
	.list_01 > li{
		width: 48%;
		margin-bottom: 20px;
	}
	.list_01 .inner{
		padding: 15px 13px;
	}
	.list_01_b{
		
	}
	
	.list_01_b > li{
		width: 48%;
		margin-bottom: 20px;
	}
	.list_01_b > li .up_img{
		max-width: 100%;
	}
	
	.icon_mark img{
		max-width: 27px;
	}
	
	
	.list_02 > li{
		width: 48%;
		margin-bottom: 20px;	
	}
	
	
	.list_03::after,
	.list_03::before{
		display: none;
	}
	.list_03 > li{
		width: 48%;
		margin-bottom: 20px;
	}
	.list_03 > li img{
		max-width: 100%;
	}
	
	
	.sp_list_03 li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	
	
	
	.list_04 > li,
	.list_04_a>li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	
	
	.list_05 > li{
		width: 48%;
		margin-bottom: 20px;
	}

	.list_06 > li{

	}
	
	
	.list_08{
		display: block;
	}
	
	.list_08 li{
		max-width: 100%;
		width: 100%;
		padding: 30px 0 0;
	}
	.list_08 li .inner{
		padding: 0 30px 30px;
	}
	
	.list_09{
		display: block;
	}
	.list_09 li{
		max-width: 400px;
		margin: 0 auto 30px;
		width: 100%;
		padding: 30px 20px;
	}
	
	
	.list_c > li p{
		font-size: 17px;
	}
	
	
	.list_d p{
		font-size: 17px;
	}
	
	
	
	
	.link_list li{
		margin: 0 5px 10px;
	}
	
	.link_list a{
		font-size: 14px;
		min-width: 120px;
		padding: 5px 5px;
	}
	.link_list a span{
		background-position: right 5px;
	}
	
	
	.link_01 a{
		font-size: 18px;
		padding: 7px 28px 7px 15px;
	}
	.link_01 a:after{
		right: 13px;
	}
	
	.link_02 a{
		font-size: 16px;
	}
	.link_02 a:after{

		top: 15px;
	}
	
	.page_list_link .inner{
		padding: 20px;
	}
	
	

	.tag_a{
		font-size: 16px;
	}
	
	
	
	
	.ttl_01{
		font-size: 23px;
	}
	.ttl_02{
		font-size: 22px;
	}
	.ttl_03{
		font-size: 20px;
	}
	
	.ttl_05{
		font-size: 18px;
	}
	
	
	.ttl_07{
		font-size: 22px;
	}
	.ttl_08,
	.ttl_06{
		font-size: 17px;
	}
	
	
	.ttl_10{
		background-size: 75px;
		padding-top: 40px;
	}
	.ttl_10 span{
		font-size: 20px;
		padding: 10px 25px;
		border: 3px solid #333333;
		letter-spacing: 0;
	}
	
	.ttl_10 span:before,
	.ttl_10 span:after{
		display: none;
	}
	
	
	
	
	
	
	
	.no_ttl{
		font-size: 18px;
	}
	
	
	
	
    .table_01 th,
    .table_01 td {
        display: block;
        width: 100%;
    }

    .table_01 th,
	.table_01 td{
        border-top: 0;
		padding: 10px 15px;
    }
	
	
	.scroll_txt {
		display: block;
		color: #CC0000;
		font-size: 12px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	table.table_02 th,
	table.table_02 td {
		white-space: nowrap;
	}
	
	.scroll-table {
		overflow-x: auto;
		width: 100%;
	}
	.scroll-table::-webkit-scrollbar {
		height: 5px;
	}
	.scroll-table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		background: #888;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.editor table th {
		padding: 10px 10px;
		width: 100px;
		font-size: 15px;
	}
	.editor table td{
		font-size: 15px;
	}
	
	
	
	
	
	.bg_02{

	}
	.bg_02 .inner{
		padding: 25px;
	}
	
	
	
	
	
	
	.bg_04{
		padding: 20px;
	}
	.bg_05{
		padding: 20px;
	}

	
	.bg_06{
		padding: 30px 0 0;
	}
	.bg_06 .inner{
		padding: 0 30px 30px;
	}
	
	.sp_mb_40{
		margin-bottom: 40px;
	}
	
	

	
	.page_ttl_area{
		height: 400px;
	}
	.page_ttl_area .mv_img_pc,
	.page_ttl_area_a .mv_img_pc,
	.page_ttl_area_b .mv_img_pc{
		display: none;
	}
	.page_ttl_area .page_inner{
		max-width: 90%;
	}
	.page_ttl_area .page_inner .page_ttl{
		padding-left: 0;
		font-size: 24px;
	}
	.page_ttl_area .page_inner .page_ttl span{
		font-size: 16px;
	}
	

	.page_ttl_area.page_01 {
		background-image: url("../images/common/sp_page_ttl_01.jpg");
	}

	.page_ttl_area.page_02 {
		background-image: url("../images/common/sp_page_ttl_02.jpg");
	}

	.page_ttl_area.page_03 {
		background-image: url("../images/common/sp_page_ttl_03.jpg");
	}

	.page_ttl_area.page_04 {
		background-image: url("../images/common/sp_page_ttl_04.jpg");
	}

	.page_ttl_area.page_05 {
		background-image: url("../images/common/sp_page_ttl_05.jpg");
	}

	.page_ttl_area.page_06 {
		background-image: url("../images/common/sp_page_ttl_06.jpg");
	}

	.page_ttl_area.page_07 {
		background-image: url("../images/common/sp_page_ttl_07.jpg");
	}

	.page_ttl_area.page_08 {
		background-image: url("../images/common/sp_page_ttl_08.jpg");
	}

	.page_ttl_area.page_09 {
		background-image: url("../images/common/sp_page_ttl_09.jpg");
	}
	.page_ttl_area.page_10 {
		background-image: url("../images/common/sp_page_ttl_10.jpg");
	}
	.page_ttl_area.page_11 {
		background-image: url("../images/common/sp_page_ttl_11.jpg");
	}
	.page_ttl_area.page_12 {
		background-image: url("../images/common/sp_page_ttl_12.jpg");
	}
	.page_ttl_area.page_13 {
		background-image: url("../images/common/sp_page_ttl_13.jpg");
	}
	.page_ttl_area.page_14 {
		background-image: url("../images/common/sp_page_ttl_14.jpg");
	}
	.page_ttl_area.page_15 {
		background-image: url("../images/common/sp_page_ttl_15.jpg");
	}
	.page_ttl_area.page_16 {
		background-image: url("../images/common/sp_page_ttl_16.jpg");
	}
	.page_ttl_area.page_17 {
		background-image: url("../images/common/sp_page_ttl_17.jpg");
	}
	.page_ttl_area.page_18 {
		background-image: url("../images/common/sp_page_ttl_18.jpg");
	}
	.page_ttl_area.page_19 {
		background-image: url("../images/common/sp_page_ttl_19.jpg");
	}
	.page_ttl_area.page_20 {
		background-image: url("../images/common/sp_page_ttl_20.jpg");
	}
	.page_ttl_area.page_21 {
		background-image: url("../images/common/sp_page_ttl_21.jpg");
	}
	.page_ttl_area.page_22 {
		background-image: url("../images/common/sp_page_ttl_22.jpg");
	}
	.page_ttl_area.page_23 {
		background-image: url("../images/common/sp_page_ttl_23.jpg");
	}
	.page_ttl_area.page_24 {
		background-image: url("../images/common/sp_page_ttl_24.jpg");
	}
	.page_ttl_area.page_25 {
		background-image: url("../images/common/sp_page_ttl_25.jpg");
	}
	.page_ttl_area.page_26 {
		background-image: url("../images/common/sp_page_ttl_26.jpg");
	}
	.page_ttl_area.page_27 {
		background-image: url("../images/common/sp_page_ttl_27.jpg");
	}
	.page_ttl_area.page_28 {
		background-image: url("../images/common/sp_page_ttl_28.jpg");
	}
	.page_ttl_area.page_29 {
		background-image: url("../images/common/sp_page_ttl_29.jpg");
	}

	.page_ttl_area_a,
	.page_ttl_area_b{
		height: 560px;
		background-position: center bottom;
	}

	
	
	.page_ttl_area_a.page_30{
		background-image: url("../images/common/sp_page_ttl_30.jpg");
	}
	.page_ttl_area_b.page_31{
		background-image: url("../images/common/sp_page_ttl_31.jpg");
	}
	.page_ttl_area_b.page_32{
		background-image: url("../images/common/sp_page_ttl_32.jpg");
	}
	.page_ttl_area_b.page_33{
		background-image: url("../images/common/sp_page_ttl_33.jpg");
	}
	.page_ttl_area_b.page_34{
		background-image: url("../images/common/sp_page_ttl_34.jpg");
	}
	.page_ttl_area_b.page_35{
		background-image: url("../images/common/sp_page_ttl_35.jpg");
	}
	.page_ttl_area_b.page_36{
		background-image: url("../images/common/sp_page_ttl_36.jpg");
	}
	.page_ttl_area_b.page_37{
		background-image: url("../images/common/sp_page_ttl_37.jpg");
	}
	.page_ttl_area_b.page_38{
		background-image: url("../images/common/sp_page_ttl_38.jpg");
	}
	.page_ttl_area_b.page_39{
		background-image: url("../images/common/sp_page_ttl_39.jpg");
	}
	.page_ttl_area_b.page_40{
		background-image: url("../images/common/sp_page_ttl_40.jpg");
	}
	.page_ttl_area_b.page_41{
		background-image: url("../images/common/sp_page_ttl_41.jpg");
	}
	.page_ttl_area_b.page_42{
		background-image: url("../images/common/sp_page_ttl_42.jpg");
	}
	.page_ttl_area_b.page_43{
		background-image: url("../images/common/sp_page_ttl_43.jpg");
	}
	.page_ttl_area_b.page_44{
		background-image: url("../images/common/sp_page_ttl_44.jpg");
	}
	.page_ttl_area_b.page_45{
		background-image: url("../images/common/sp_page_ttl_45.jpg");
	}
	.page_ttl_area_b.page_46{
		background-image: url("../images/common/sp_page_ttl_46.jpg");
	}
	.page_ttl_area_b.page_47{
		background-image: url("../images/common/sp_page_ttl_47.jpg");
	}
	.page_ttl_area_b.page_48{
		background-image: url("../images/common/sp_page_ttl_48.jpg");
	}
	.page_ttl_area_b.page_49{
		background-image: url("../images/common/sp_page_ttl_49.jpg");
	}
	.page_ttl_area_b.page_50{
		background-image: url("../images/common/sp_page_ttl_50.jpg");
	}
	.page_ttl_area_b.page_51{
		background-image: url("../images/common/sp_page_ttl_51.jpg");
	}
	.page_ttl_area_b.page_52{
		background-image: url("../images/common/sp_page_ttl_52.jpg");
	}
	.page_ttl_area_b.page_53{
		background-image: url("../images/common/sp_page_ttl_53.jpg");
	}
	.page_ttl_area_b.page_54{
		background-image: url("../images/common/sp_page_ttl_54.jpg");
	}
	.page_ttl_area_b.page_55{
		background-image: url("../images/common/sp_page_ttl_55.jpg");
	}
	.page_ttl_area_b.page_56{
		background-image: url("../images/common/sp_page_ttl_56.jpg");
	}
	.page_ttl_area_b.page_57{
		background-image: url("../images/common/sp_page_ttl_57.jpg");
	}
	.page_ttl_area_b.page_58{
		background-image: url("../images/common/sp_page_ttl_58.jpg");
	}
	.page_ttl_area_b.page_59{
		background-image: url("../images/common/sp_page_ttl_59.jpg");
	}
	.page_ttl_area_b.page_60{
		background-image: url("../images/common/sp_page_ttl_60.jpg");
	}
	.page_ttl_area_b.page_61{
		background-image: url("../images/common/sp_page_ttl_61.jpg");
	}
	.page_ttl_area_b.page_62{
		background-image: url("../images/common/sp_page_ttl_62.jpg");
	}
	.page_ttl_area_b.page_63{
		background-image: url("../images/common/sp_page_ttl_63.jpg");
	}
	.page_ttl_area_b.page_64{
		background-image: url("../images/common/sp_page_ttl_64.jpg");
	}
	.page_ttl_area_b.page_65{
		background-image: url("../images/common/sp_page_ttl_65.jpg");
	}
	
	
	
	
	.top .box03 .frame,
	.points .box_b.bg_01 .frame,
	.prod_list .box_b.bg_01 .frame{
	background-image: url("../images/top/sp_bg_01.png");
	background-position: top center;
	background-size: 767px;
	padding-top: 50px;
	}
	
	
	
	
	.top .box01 .anime_02{
		bottom: 45%;
	}
	
	
	
	
	.top .box02 .bg_img_b:before{
		display: none;
	}

	
	.top .box03 .update_box .up_number{
		font-size: 36px;
		width: 200px;
		margin-top: -57px;
	}
	.top .box03 .update_box .ttl_img_01 img{
		max-width: 350px !important;
	}
	

	.about .box02 .list_06{
		margin-bottom: 20px;
	}

	
	
	
	.staff_area{
		padding: 130px 0 30px;
		margin-top: -100px;
	}

	.staff_area::after,
	.staff_area::before {
		content: "";
		display: block;
		width: 23%;
		height: 0;
	}
	.staff_area::before {
		order: 1;
	}

	

	
	.staff_inner{
		padding: 10px;
		width: 180px;
		
	}
	
	.staff_box{
		width: 31%;
		margin: 0 0.7% 0.3%;
	}


	.staff_box_b .staff_inner:before{
		content: "";
		position: absolute;
		background-size: 100%;
		width: 30px;
		height: 15px;
		background-image: url("../images/staff/icon_01.png");
		top: -15px;
		right: 15px;
		left: auto;
	}

	.staff_box_b .staff_inner{
		right: 0;
		left: auto;
	}

	.staff_box_c .staff_inner:before{
		content: "";
		position: absolute;
		background-size: 100%;
		width: 30px;
		height: 15px;
		background-image: url("../images/staff/icon_01.png");
		top: -15px;
		right: auto;
		left: 15px;
	}

	.staff_box_c .staff_inner{
		left: 0;
		right: auto;
	}
	
	
	
	.access .box02 .type_04 .l_box{
		margin: 0 auto 20px;
	}
	.access .g_map{
		padding: 5px;
	}
	
	
	
	
	.casestudy_single .box01 .float_ft{
		
	}
	
	.casestudy_single .box01 .float_ft .tag_a{
		margin-bottom: 15px;
		margin-right: 0;
	}
	
	
	
	.recruit .box03 .frame{
		background-image: none;
	}
	.recruit .faq_box dt{
		font-size: 18px;
		background-size: 30px;
		padding: 20px 40px 20px 50px;
		background-position: 14px 19px;	
	}
	
	
	
	.products .box02 .img_700{
		margin-bottom: 20px;
	}
	.products .list_05{
		display: block;
		max-width: 340px;
		margin: auto;
	}
	.products .list_05 > li{
		width: 100%;
	}
	
	.products .list_04 > li{
		margin-bottom: 20px;
	}

	
	.welfare .type_01 .l_box{
		margin-bottom: 30px;
	}

	
	

	.ordermade .list_05{
		display: block;
	}
	.ordermade .list_05 > li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.ordermade .list_05 > li img{
		max-width: 100%;
	}
	
	
	

	
	.bright500 .box02 .list_05 > li{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.bright500 .box02 .list_05:after{
		display: none;
	}
	
	
	
	.prod_list .ttl_08 small{
		font-size: 16px;
	}
	
	.prod_list .youtube_box{
		margin: 40px auto 0;
	}
	
	
	.prod_list .box_a .type_01>div{
		max-width: 400px;
		margin: auto;
	}
	.prod_list .box_a .type_01>div.l_box{
		margin-bottom: 20px;
	}
	.prod_list .box_a .type_01>div img{
		margin-bottom: 0;
	}
	
	.prod_list .box_a .type_01>div .mb10{
		margin-bottom: 0 !important;
	}
	
	.prod_list .list_03 .ttl_06{
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.4em;
		background-position: left 2px;
	}

	.prod_list .list_03 li{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.prod_list .list_03 li:last-child{
		margin-bottom: 0;
	}
	
	.prod_list.picker_1 .box04 .type_01{
		margin-bottom: 20px !important;
	}
	
	
	.prod_list .type_01 .r_box img{
		margin-top: 20px;
	}
	
	
	.prod_list .box_a{
		padding-bottom: 30px;
	}	
	.prod_list .box_a .r_box img{
		margin-top: 0;
	}
	.prod_list .type_01 .l_box,
	.prod_list .type_02 .l_box{
		margin-bottom: 30px;
	}
	
	.prod_list .box_a .mw_100.mb40 img{
		max-width: 400px;
		margin: auto;
		display: block;
	}

	
	
	.kago.prod_list .list_05{
		display: block;
	}
	.kago.prod_list .list_05 > li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.kago.prod_list .list_05 > li img{
		max-width: 100%;
	}
	.kago.prod_list .box02 .list_05 .ttl_06{
		font-size: 17px;
	}

	.meshpalette.prod_list .box03 .list_05,
	.sky.prod_list .box03 .list_05,
	.sky.prod_list .box05 .list_03{
		display: block;
	}
	.meshpalette.prod_list .box03 .list_05 > li,
	.sky.prod_list .box03 .list_05 > li,
	.sky.prod_list .box05 .list_03 > li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.meshpalette.prod_list .box03 .list_05 > li img,
	.sky.prod_list .box03 .list_05 > li img,
	.sky.prod_list .box05 .list_03 > li img{
		max-width: 400px;
	}

	.sheet.prod_list .box02 .list_05.type_a li{
		width: 100%;
	}
	.sheet.prod_list .box02 .list_05.type_a{
		margin-bottom: 40px;
	}
	.sheet.prod_list .box02 .list_05.type_a > li img{
		max-width: 200px;
		margin: 0 auto;
	}

	
	.cargo.prod_list .box03 .list_05 > li{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.prod_list .list_05 > li{
		width: 100%;
		margin-bottom: 40px;	
	}
	.prod_list .list_05 > li img{
		max-width: 400px;
		margin: auto;
		display: block;
	}
	
	.prod_list .list_05 > li:last-child{
		margin-bottom: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.sdgs .list_05{
		display: block;
	}
	
	.sdgs .list_05 > li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.sdgs .list_05 > li img{
		max-width: 100%;
	}
	
	
	
	
	button.close_btn{
		width: 150px;
	}
	
	
	
	.history .box01 .link_box{
		display: block;
	}
	.history .box01 .link_box>div{
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
		max-width: 430px;
	}
	
	.faq_box dt:after{
		right: 15px;
	}
	.faq .faq_box dt{
		font-size: 18px;
		background-size: 30px;
		padding: 20px 40px 20px 50px;
		background-position: 14px 19px;
	}
	
	
	
	
	
	
	
	.open_box .open_area{
		padding: 30px 20px 30px;
	}
	
	.check_area .check_img .check span, .check_area .check_img label{
		width: 48%;
	}
	
	
	.open_box .open_area .inner:last-child{
		margin-bottom: 0;
	}
	
	.list_no_img{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.wrapper{
		display: block;
	}
	.wrapper .main_area{
		width: 100%;
		max-width: 100%;
		margin-bottom: 70px;
	}
	.wrapper .area_side{
		max-width: 350px;
		width: 100%;
		margin: auto;
	}
	
	
	.wrapper .area_side .mw_100 img{
		max-width: 250px;
	}
	
	
	
	
	.cont_form th,
	.cont_form td{
		min-width: 100%;
		display: block;
		width: 100%;
		padding: 15px 0 15px;
		font-size: 16px;
	}
	.cont_form th{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.cont_form th span{
		top: 16px;
	}
	.cont_form td{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.cont_form .float_ft div{
		margin-bottom: 10px;
	}
	
	
	.cont_form .type1{
		width: 100%;
	}
	.cont_form .type1_a{
		width: 75%;
	}
	.cont_form .fw_b{
		font-size: 14px;
	}
	
	.cont_form input[type="file"]{
		padding-top: 10px;
	}
	
	.estimate .cont_form .float_a.pb0{
		padding-bottom: 10px !important;
	}
	

	
	
	.check_area_img_a label{
		width: 46%;
	}
	.check_area_img label span{
		font-size: 13px;
	}
	
	.check_area_img_a{
		margin-left: 0;
		gap: 20px;
		justify-content: space-between;
	}
	
	.estimate_pallet .check_area .check{
		display: block;
	}
	.estimate_pallet .check_area .check .mwform-checkbox-field{
		width: 100%;
		margin-right: 0;
	}
	.estimate_pallet .check_area label span{
		margin-right: 0;
	}
	
	
	
	
	.common_bnr_01{
		margin: auto;
	}
	.common_bnr_01 .frame{
		max-width: 450px;
	}
	.common_bnr_01 .common_bnr_bg{
		background-size: cover;
		background-image: url("../images/common/sp_foot_bnr_img.jpg");
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.common_bnr_01{
		padding-top: 80px;
	}
	
	.common_bnr_01 .inner{
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	
	.common_bnr_01 .bnr_01_tel{
		margin-bottom: 10px;
	}
	
	.common_bnr_01 .sp_on{
		margin-bottom: 20px;
	}
	
	footer .inner .l_box{
		width: 100%;
	}
	
	
	footer .inner{
		display: block;
	}
	
	.foot_menu{
		display: none;
	}

	#topic_05,
	#topic_04,
	#topic_03{
		margin-top: -20px;
		padding-top: 20px;
	}

	
	#topic_01,
	#topic_02,
	#prod_link_09,
	#prod_link_08,
	#prod_link_07,
	#prod_link_06,
	#prod_link_05,
	#prod_link_04,
	#prod_link_03,
	#prod_link_02,
	#prod_link_01{
		margin-top: -60px;
		padding-top: 60px;
	}	
	
}


@media (max-width: 620px) {

	.check_area .check_img .check span, .check_area .check_img label{
		width: 100%;
	}
	.casestudy p.check.check_img,
	.casestudy_category p.check.check_img{
		max-width: 320px;
		margin: 10px auto 0;
	}
	.check_area.check_area_img_a .check .mwform-checkbox-field{
		width: 40%;
	}
}

@media (max-width: 430px) {
	.list_01 > li{
		width: 100%;
	}
	.list_01_a > li{
		width: 100%;
	}
	.list_02 > li{
		width: 100%;
	}
	
	
	.top .box01 .anime_02{
		bottom: 40%;
	}
	
	.top .box01 .anime_02 img{
		max-width: 100px;
	}
	.check_area .check .mwform-checkbox-field{
		width: 40%;
	}

}


@media (max-width: 380px) {
	.top .box03 .update_box .ttl_img_01 img{
		max-width: 300px !important;
	}
	.top .box03 .update_box .up_number{
		margin-top: -55px;
		width: 180px;
	}

	
}

@media (max-width: 360px) {
	.top .box03 .update_box .up_number{
		width: 170px;
	}
	.cont_form_btn {
		width: 220px;
	}

	.cont_form_btn input[type="submit"] {
		min-width: 220px;
		font-size: 16px;
	}
	.top .box03 .update_box .up_number{
		font-size: 28px;
		margin-top: -45px;
		width: 160px;
	}

	
}









