header {
/*    background-image: url(../img/index/kv.webp);*/
    background-size: cover;
    background-position: center;
    height:500px;
    position:relative;
}
header .inner {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 100;
        background: transparent;
}
header .fix_header .inner {
        background-color:#967d64;
	position: static;
}
header .slide_body {
    height: 100%;
}
header .slide_item {
    width: 100%;
    height: 100%;
}
header .slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .box_logo_bl {
    position: absolute;
    bottom: 20px;
    right: 5%;
    padding: 5px 5px 0 5px;
    background-color: #fff;
    width: 14%
}
.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
}

h3 {
    font-size: 1.56rem;
    font-weight: 400;
    text-align: center;
    color: #cd5609;
    margin:0 0 1em;
}

section.howto_search {
    padding: 40px calc((100% - 1100px) / 2) 60px;
}
section.howto_search ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    justify-content: center;
}
section.howto_search ul li{
	max-width:300px;
	width:30%;
	    margin: 0 4%;
}
section.howto_search ul li a {
    color: #cd5609;
    font-weight: 500;
    text-decoration: none;
}
section.howto_search ul li .box_thumb {
    position: relative;
}
section.howto_search ul li .box_thumb:before {
    content: "";
    width: 100%;
    padding-top: 60%;
    display: block;
}
section.howto_search ul li .box_thumb .thumb_inner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.howto_search ul li .box_thumb > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.howto_search ul li .box_txt {
    background-color: #fff;
    padding: .8em .8em 3.5em;
    text-align: center;
    font-size: .8rem;
    color: #967d64;
    letter-spacing: 0;
    position:relative;
}
section.howto_search ul li .box_txt:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #cd5609;
    border-radius: 100px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 50%);
}
section.howto_search ul li.from_theme .box_txt:before{
	background-color:rgb(0 70 154);
}
section.howto_search ul li.from_part .box_txt:before{
	background-color:rgb(34 138 56);
}
section.howto_search ul li .box_txt:after {
    content: "";
    display: block;
    width: 24px;
    height: 10px;
    background-image: url(../img/arrow_wh.svg);
    background-size: contain;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 50%);
    background-repeat: no-repeat;
    background-position: center;
}
section.howto_search ul li .box_txt span.txt_s {
    font-size: 1.3rem;
    color: #cd5609;
}
section.howto_search ul li .box_txt span.txt_l {
    font-size: 2.2rem;
    color: #cd5609;
    line-height: 1.1em;
}
section.howto_search ul li.from_theme .box_txt span.txt_l,section.howto_search ul li.from_theme .box_txt span.txt_s {
    color: rgb(0 70 154);
}
section.howto_search ul li.from_part .box_txt span.txt_l,section.howto_search ul li.from_part .box_txt span.txt_s {
    color: rgb(34 138 56);
}
section.howto_search .lead{
	color: #967d64;
    /* text-align: center; */
    font-weight: 500;
    line-height: 1.8em;
    margin: 0 auto 3em;
    max-width: 620px;
}

section.reform100 {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
}
section.reform100 .wrap_inner {
    display: flex;
    justify-content: space-between;
}
section.reform100 .wrap_inner .col.txt {
    width: 50%;
}
section.reform100 .wrap_inner .col.txt p {
    font-size:.94rem;
    line-height:1.8em;
    font-weight: 500;
}
section.reform100 .wrap_inner .col.txt h2 {
    color: #967d64;
    border-top: 2px solid #967d64;
    border-bottom: 2px solid #967d64;
    margin:0 0 40px;
    padding:20px 0;
    font-size:2.22rem;
    position:relative;
}
section.reform100 .wrap_inner .col.txt h2:before {
    content: "";
    width: 40px;
    height: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0, 100%);
}
section.reform100 .wrap_inner .col.txt h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #967d64;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0, 100%) rotate(30deg);
    transform-origin: left top;
}
section.reform100 .wrap_inner .col.fig {
    width: 47%;
}
.reform100 .wrap_fig {
    position: relative;
}
.reform100 .wrap_fig {
    position: relative;
}
.reform100 .wrap_fig img {
    display: block;
}
.reform100 .wrap_fig a {
    position: absolute;
    display: block;
    height: 33%;
}
.reform100 .wrap_fig a.life {
    width: 70%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.reform100 .wrap_fig a.health {
    left: 0;
    width: 30%;
    top: 0;
}
.reform100 .wrap_fig a.raku {
    bottom: 0;
    width: 40%;
    left: 3%;
}
.reform100 .wrap_fig a.safe {
    width: 51%;
    right: 3%;
    bottom: 0;
}
.reform100 .wrap_fig a.confort {
    width: 30%;
    right: 0;
    top: 0;
}
section.outline {
    padding-left: calc((100% - 900px) / 2);
    padding-right: calc((100% - 900px) / 2);
}
section.outline .lead {
    line-height: 1.8em;
}
section.outline h3 {
    font-size: 1.56rem;
    font-weight: 400;
    text-align: center;
    color: #cd5609;
}
section.outline .menu {
    display: flex;
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
    justify-content: flex-start;
}
section.outline .menu.search {
    gap: 40px 24px;
}
section.outline .menu li {
    padding: 1em .5em;
    width: 49%;
    border: 1px solid #967d64;
    border-radius: 5px;
    border: 1px solid #967d64;
    border-radius: 5px;
    background-color: #ddd;
    background-image: repeating-linear-gradient(-45deg, #fff, #FFF 5px, transparent 0, transparent 6px);
    box-sizing: border-box;
}
section.outline .menu li:nth-child(2n){
	margin-right:0 !important;
}
section.outline .menu li a {
    color: #1e1e1e;
    text-decoration: none;
}
section.outline .menu li .sub {
    text-align: center;
    font-size: .89rem;
}
section.outline .menu li .main {
    text-align: center;
    font-size: 1.44rem;
}
section.outline .menu.useful {
    flex-wrap: wrap;
}
section.outline .menu.useful li {
    width: calc((100% - 24px) / 2);
    text-align: center;
    margin: 0 24px 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orgs ul {
    display: grid;
    padding: 2%;
    margin: 0;
    list-style: none;
    background-color: #fff;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 20px;
}
.orgs ul li {
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orgs ul li img {
    display: block;
}

section.info {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
}
section.info dl {
    margin: 0;
    padding-bottom: 1.5em;
}
section.info dl dd {
    padding: 0 0 .5em;
    margin: 0 0 .5em;
    border-bottom: 1px solid #ccc;
}
section.info dl dd a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-right: 3em;
}
section.info dl dd a:after {
    content: "\25BC";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    color: #cd5609;
    font-size: .85rem;
}
section.info .more_info {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}


@media screen and (max-width:1130px){
	section.howto_search {
    padding: 40px 15px 20px;
}
section.howto_search ul li {
    width: 31%;
}
}

@media screen and (max-width:900px){
header{
	height:400px;
}
section.howto_search ul li .box_txt {
/*    padding: .8em .4em;
    font-size: 1.4rem;*/
}
section.howto_search ul li .box_txt span.txt_l {
    font-size: 1.8rem;
}
section.howto_search ul li .box_txt span.txt_s {
    font-size: 1.1rem;
}
section.reform100{
	padding:5%;
}
section.reform100 .wrap_inner .col.txt h2 {
    text-align: center;
}
section.outline {
    padding: 40px 15px;
}
section.outline .menu li .sub {
    font-size: .7rem;
}
section.outline .menu li .main {
    font-size: 1.2rem;
}

}

@media screen and (max-width:600px){
    header {
        height: 340px;
    }
	section.howto_search ul {
		display: block;
	}
	section.howto_search ul li {
    width: 80%;
    max-width: unset;
    margin: 0 auto 34px;
}
section.reform100 .wrap_inner {
    display: block;
}
section.reform100 .wrap_inner .col.txt {
    width: 100%;
    padding-bottom: 3em;
}
section.reform100 .wrap_inner .col.fig {
    width: 100%;
    margin: 0 auto;
}

section.outline .menu.search {
    display: block;
}
section.outline .menu.search {
    display: block;
}
section.outline .menu li {
    width: 100%;
    margin-bottom: 24px;
}
section.outline .menu.useful {
/*    gap: 14px 4%;*/
	display:block;
}
section.outline .menu.useful li {
    width:100%;
    margin-right:0;
}
section.outline .menu li:nth-child(2n),section.outline .menu li:nth-child(4n){
	margin-right:0 !important;
}

section.info {
    padding: 10% 5%;
}
.orgs ul {
    grid-template-columns: repeat(3, 1fr);
}
}