@charset "UTF-8";
/* CSS Document */

section{
	padding: 5rem 0;
}
section img{
	width: auto;
	margin: 0 auto;
}
section p{
	font-size: 0.875rem;
}
section video {
	display: block;
	width: 72%;
	margin: 0 auto;
}
.FRcolumnTop{
	padding-top: 7rem;
	padding-bottom: 2rem;
}
.FRcolumnTop h2{
	width: 30%;
	font-size: 2.25rem;
	font-weight: bold;
}
.FRcolumnTop h2 span{
	display: inline-block;
	font-weight: normal;
	font-size: 1.625rem;
	line-height: 1.5;
	border-bottom: 1px solid #202020;
	margin-bottom: 2rem;
}
.FRcolumntopVisual .mainTitle{
	font-size: 2.775rem;
	text-align: center;
	line-height: 4.125rem;
	margin-bottom: 0;
}
.FRcolumntopVisual-br{
	display: none;
}
.FRcolumnlist{
    display: flex;
    padding: 0;
	margin: 0 0 8em 0;
    list-style: none;
	border-top: 1px solid #333;
	flex-wrap: wrap;
}
.FRcolumnlist li{
    /*display: flex;*/
    width: 19.9em;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
	display: block;
}
.FRcolumnlist li:nth-child(3n) {
    border-right: none;
}
.FRcolumnlist li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
	flex-wrap: wrap;
}
.FRcolumnlist-box {
    display:flex;
    flex-flow: column;
    padding: .9em;
	vertical-align:top;
}
.FRcolumnlist-txtbox{
	text-align: left;
	padding: 0 0 0 1.5em;
	margin: 1em 0 0 0;
	border-left: solid 6px #727272;
}
.FRcolumnlist-txt{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0 0;
}
.FRcolumnmain{
	position: relative;
	padding: 0 0 3rem 0;
}
.FRcolumnmain-title{
	position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 1.2rem 0 0;
}
.FRcolumnmain-head{
	font-size: 1.85rem;
    font-weight: 600;
}
.FRcolumnmain-date{
    text-align: right;
}

.FRcolumntxt{
    text-align: justify;
    line-height: 2.2rem;
	padding: 0 10% 4rem;
}
.FRcolumnindex{
    width: 80%;
    margin: 0 auto 6rem;
	border: 1px solid;
	border-color: #8e8e8e;
}
.FRcolumnindex-icon{
	float: left;
    margin-right: 0.5rem;
}
.FRcolumnindex-icon img{
	width: 38px;
}
.FRcolumnindex-title{
	background: #8e8e8e;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}
.FRcolumnindex-box{
	padding: .5rem 1.5rem;
}
.FRcolumnindex-item{
	border: 1px solid;
    color: #727272;
    margin-bottom: 1.25rem;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    border-width: 0 0 1px 4px;
}
.FRcolumnindex-item a{
	color: #727272;
}
.FRcolumnitem{
	padding: 80px 10% 0;
    margin-top: -80px;
}
.FRcolumnitem-head{
	border: 1px solid;
    border-color: #727272;
    margin-bottom: 1.25rem;
    padding: 0.4rem 0.75rem;
    font-size: 1.6rem;
    border-width: 0 0 2px 8px;
}
.FRcolumnitem-sub{
	padding: 0 10% 1rem;
    font-weight: 600;
}
.FRcolumnimg{
	padding-bottom: 4rem;
}
@media screen and (max-width:767.98px) {
	.FRcolumnlist li{
        width: 100%;
		border-right: none;
	}
	.FRcolumnlist li:nth-child(3n) {
        border-right: 1px solid #333;
	}
	.FRcolumnlist li:nth-child(2n) {
		border-right: none;
	}
	.FRcolumnmain-title {
    	position: initial;
	}
	.FRcolumnlist-box {
    	width: 100%;
	}
}
@media screen and (max-width:889px) {
	.FRcolumnlist li{
        width: 100%;
		border-right: none;
	}
	.FRcolumnlist li:nth-child(3n) {
        border-right: 1px solid #333;
	}
	.FRcolumnlist li:nth-child(2n) {
		border-right: none;
	}

	.FRcolumnlist-box {
    	width: 100%;
	}

	.FRcolumnList-br{
		display: block;
	}
}

@media (max-width: 889px) {

	.FRcolumnlist li{
        width: 100%;
		border-right: none;
	}
	.FRcolumnlist li:nth-child(3n) {
        border-right: 1px solid #333;
	}
	.FRcolumnlist li:nth-child(2n) {
		border-right: none;
	}

	.FRcolumnlist-box {
    	width: 100%;
	}
}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	.FRcolumnlist li{
        width: 100%;
		border-right: none;
	}
	.FRcolumnlist li:nth-child(3n) {
        border-right: none;
	}
	.FRcolumnlist li:nth-child(2n) {
		border-right: none;
	}

	.FRcolumnlist-box {
    	width: 100%;
	}

	section {
    	padding: 2.5rem 0;
	}
	section h3{
		font-size: 1.25rem;
		line-height: 2.25rem;
		margin-bottom: 1rem;
	}
	section img{
		width: 100%;
	}
	section video {
		width: 100%;
	}
	.contentTitle,
	.contentText{
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.FRcolumnList-btn a{
		height: 312px;
	}
    .FRcolumntxt{
        padding: 0 0 4rem;
    }
    .FRcolumnitem{
	padding: 80px 0 0;
    }
    .FRcolumnitem-sub{
	padding: 0 0 1rem;
    }
}

/*========= タブレット縦===============*/
@media (min-width: 768px) and (max-width: 980px) {
.FRcolumnlist li:nth-child(3n) {
        border-right: 1px solid #333;
	}
	.FRcolumnlist li:nth-child(2n) {
		border-right: none;
	}

}