@charset "UTF-8";
.main__mv {
    background: url(../img/mv.jpg) center;
    background-repeat: no-repeat !important;
    background-size: cover;
    height: 70vh;
    position: relative;
}
.main__mvInner{
    background: url(../img/mv_inner_bg.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 437px;
    height: 227px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.main__mvInner h2{
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: normal;
}
.main__mvInner p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.main__mvInner p.text {
    color: #ffffff;
    background: #000000;
    width: 80%;
    padding: 5px 0;
    margin: 20px auto 0;
}
.main__lead {
    border: 15px solid #eed9da;
    padding: 25px;
    margin-top: 20px;
    display: inline-block;
    text-align: justify;
}
.main__lead h2{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.main__lead h2 span{
    font-size: 12px;
    color: #c39597;
    margin-top: 9px;
    display: inline-block;
}
.main__lead p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #6d6d6d;
    margin-bottom: 13px;
}
.main__leadOrenge{
    border: 15px solid #f7eed7;
}
.main__leadOrenge h3 span{
    color: #e5c981;
}
.main__leadOrenge dl {
    display: table;
    margin-top: 30px;
}
.main__leadOrenge dl dt{
    display: table-cell;
    width: 50%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    background-color: #f4d483;
    vertical-align: middle;
}
.main__leadOrenge dl dd {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 1%;
    width: 44%;
}
.main__leadOrenge dl dd p{
    display: table;
    margin-top: 0;
}
.main__leadOrenge dl dd p a {
    display: table-cell;
    font-size: 31px;
    position: relative;
    padding-left: 34px;
    color: #000000;
    font-weight: bold;
}
.main__leadOrenge dl dd p a::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    background: url(../img/icon_tel.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 12px;
    width: 16px;
    height: 25px;
}
.main__leadOrenge dl dd p span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.main__contentTitle{
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
}

#main__content00{
    padding-top: 40px;
}
.main__content00Title {
    margin: 0 0 30px;
}
.main__content00Title h3::before{
    background: url(../img/icon01.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    width: 39px;
    height: 37px;
}
.main__content00Title h3 {
    width:43%;
    float: left;
    padding: 17px 0;
}
.main__content00Title p{
    width: 50%;
    display: inline-block;
    background-color: #f7eed7;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}
.main__content00Main{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main__content00Main .box {
    width: calc(94% / 3);
    padding: 1%;
    margin-bottom: 15px;
}
.main__content00Main .box img {
    width: 100%;
}
.main__content00Main .box h4 {
    font-size: 13px;
    margin: 15px 0;
    font-weight: normal;
}
.main__content00Main .box p{
    font-size: 10px;
    margin-bottom: 15px;
    color: #6d6d6d;
    text-align: justify;
}
.main__content00Main .box .slick-slide{
    height: auto!important;
}
.main__content00Main .box .slick-slide img{
    margin: 0 auto;
    width: 100%;
}
.main__content00Main .box p.tag span {
    border: 2px solid #d7d7d7;
    padding: 1%;
    margin-top: 1%;
}
.main__content00Main .detail-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    background-color: #f4d483;
    border-bottom: 3px solid #f3c54f;
    margin-top: 10px;
}
.main__content00Main .detail-btn::after {
    position: absolute;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    right: 10px;
}


#main__content01{
    padding-top: 40px;
}
.main__content01Title {
    margin: 0 0 30px;
}
.main__content01Title h3::before{
    background: url(../img/icon01.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    width: 39px;
    height: 37px;
}
.main__content01Title h3 {
    width:43%;
    float: left;
    padding: 17px 0;
}
.main__content01Title p{
    width: 50%;
    display: inline-block;
    background-color: #f7eed7;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}
.main__content01Main{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main__content01Main .box {
    width: calc(94% / 3);
    padding: 1%;
    margin-bottom: 15px;
}
.main__content01Main .box img {
    width: 100%;
}
.main__content01Main .box h4 {
    font-size: 13px;
    margin: 15px 0;
    font-weight: normal;
}
.main__content01Main .box p{
    font-size: 10px;
    margin-bottom: 15px;
    color: #6d6d6d;
    text-align: justify;
}
.main__content01Main .box .slick-slide{
    height: auto!important;
}
.main__content01Main .box .slick-slide img{
    margin: 0 auto;
    width: 100%;
}
.main__content01Main .box p.tag span {
    border: 2px solid #d7d7d7;
    padding: 1%;
    margin-top: 1%;
}
.main__content01Main .detail-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    background-color: #f4d483;
    border-bottom: 3px solid #f3c54f;
    margin-top: 10px;
}
.main__content01Main .detail-btn::after {
    position: absolute;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    right: 10px;
}
#main__content02 {
    padding-top: 40px;
}
.main__content02Title {
    padding: 20px 0;
}
.main__content02Title h3::before{
    background: url(../img/icon02.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    top: 5px;
    width: 39px;
    height: 37px;
}
.main__content02Main, .main__content03Main {
    margin-top: 30px!important;
}
#main__content03 {
    clear: both;
    padding-top: 40px;
}
.main__content03Title{
    padding: 20px 0;
}
.main__content03Title h3::before{
    background: url(../img/icon03.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    width: 34px;
    height: 35px;
}
#main__content04 {
    clear: both;
    padding-top: 40px;
}
.main__content04Title{
    padding: 20px 0;
}
.main__content04Title{
    margin: 0 0 30px;
}
.main__content04Title h3::before{
    background: url(../img/icon04.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    width: 34px;
    height: 35px;
}
.thumbimg {
	height: auto !important;
	width: 100% !important;
}
#main__content05{
    margin-top: 60px;
}
.main__content05Title{
    padding: 20px 0;
}
.main__content05Title h3::before{
    background: url(../img/icon05.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 5px;
    width: 34px;
    height: 35px;
}
.main__content05Main p{
    font-size: 12px;
    margin: 30px 0 20px;
}
.main__content05Main tr{
    text-align: justify;
    background-color: #ededed;
    margin-bottom: 10px;
    display: inline-block;
}
.main__content05Main tr .number {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    width: 10%;
    background-color: #dfd4ff;
}
.main__content05Main tr .title{
    width: 30%;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
}
.main__content05Main tr .text{
    padding: 20px 15px;
    font-size: 12px;
}
.tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start ;
}
.tabs li {
    width: calc(94% / 6);
    float: left;
    height: 45px;
    position: relative;
    display: table;
    text-decoration: none;
    font-size: 10.5px;
    line-height: 1.3;
    color: #272727;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align: center;
    margin: 0 .5% 10px;
}
.tabs01 li{
    background: #add8ee;
    border-bottom: solid 2px #91bfd5;
}
.tabs02 li{
    background: #f3d1d3;
    border-bottom: solid 2px #f3b6ba;
}
.tabs01 li.active{
	background:#81c6e6;
}
.tabs02 li.active{
	background:#fdbbbf;
}
.tabs li a {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
}
.tab_content{
    clear: both;
}
.tab_content h4 {
    margin: 25px 0 0 0;
    padding: 5px 0 5px 15px;
    font-weight: normal;
}
.tab_content01 h4{
    border-left: 6px solid #add8ee;
}
.tab_content02 h4{
    border-left: 6px solid #f3d1d3;
}
 .tab_content .list{
	margin:20px auto ;
}
.tab_content .list li {
    list-style-type: none;
    display: table;
    width: calc(96% / 2);
    position: relative;
    float: left;
    margin: 1%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tab_content01 .list li{
    border: 11px solid #add8ee;
}
.tab_content02 .list li{
    border: 11px solid #f3d1d3;
}
.tab_content .list li a{
    display: table;
}
.tab_content .list li img {
    display: block;
    width: 171px;
    height: 119px;
}
.tab_content .list li .list__boxInner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 5px;
}
.tab_content .list li .list__boxInner::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}
.tab_content .list li p.title {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0;
}
.tab_content .list li p.text {
    font-size: 11px;
    line-height: 1.3;
    padding-right: 21px;
    text-align: justify;
    color: #6d6d6d;
} 
@media screen and (min-width: 600px){
	.main__content04Main .box:nth-child(n + 7) {
		display: none;
}
.main__content05Main .box:nth-child(n + 7) {
    display: none;
}
}
@media screen and (max-width: 1199px){
    .tab_content .list__box{
        display: block;
    }
    .tab_content .list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .tab_content .list li p.title{
        font-size: 13px;
        line-height: 1.2;
    }
    .main__leadOrenge dl {
        display: block;
    }
    .main__leadOrenge dl dt {
        display: block;
        width: 100%;
    }
    .main__leadOrenge dl dd {
        display: block;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
    }
    .main__leadOrenge dl dd p {
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px){
    .main__mv {
        height: 40vh;
    }
    .tab_content h4 {
        margin: 10px 0 0 0;
    }    
    .tabs li {
        width: calc(97% / 3);
    }
    #main__content05 .number{
        width: 15%;
    }
    #main__content05 .title{
        display: none;
    }
    #main__content05 span{
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px){
    .main__lead h2{
        font-size: 14px;
        font-feature-settings: "palt";
        font-weight: bold;
    }
    .main__lead p{
        font-size: 13px;
    }
    #main__content01 {
        padding-top: 59px;
        margin-top: -49px;
    }
    .main__content01Title h2 {
        width: 43%;
    }
    .main__content01Title h2::before {
        width: 29px;
        height: 28px;
        left: 10px;
    }
    .main__content01Main .box {
        width: calc(96% / 2);
    }
    #main__content02 {
        padding-top: 59px;
        margin-top: -49px;
    }
    .main__content02Title h3::before {
        width: 29px;
        height: 27px;
        left: 54px;
    }
    #main__content03 {
        padding-top: 59px;
        margin-top: -49px;
        display: inline-block;
    }
    .main__content03Title h3::before {
        width: 29px;
        height: 30px;
        left: 58px;
    }
    #main__content04 {
        padding-top: 59px;
        margin-top: -49px;
    }
    .main__content04Title h3::before {
        width: 29px;
        height: 30px;
        left: 98px;
    }
    #main__content05 {
        margin-top: 40px;
    }
    .main__content05Title h3::before {
        width: 35px;
        height: 28px;
        left: 53px;
    }
}

@media screen and (max-width: 480px){
    .main__mv {
        background: url(../img/mv_sp.jpg) center;
        background-repeat: no-repeat !important;
        background-size: cover;
        height: 60vh;
        margin-top: 49px;
        position: relative;
    }
    .main__mvInner {
        width: 286px;
        height: 150px;
        top: 9px;
        padding: 0 5px;
    }
    .main__mvInner h2 {
        margin-top: 3%;
        font-size: 18px;
    }
    .main__mvInner p{
        font-size: 10px;
    }
    .main__lead {
        padding: 11px;
        margin-top: 5px;
    }
    .main__leadOrenge dl dd {
        font-size: 12px;
        margin: 15px 0 0;
    }
    .main__leadOrenge dl dd p a {
        font-size: 25px;
        padding-left: 25px;
    }
    .main__leadOrenge dl dd p a::before{
        left: 2px;
    }
    
}