@charset "utf-8";

@keyframes scroll_bar {
  0% {
	  width: 0px;
      opacity: 0;
  }
  30% {
	  width: 150px;
      opacity: 1;
  }
  100% {
	  transform: translateX(150px);
	  opacity: 0;
	  width: 10px;
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bullet-anime {
  0% {
	  width: 0px;
  }
  100% {
	  width: 100%;
  }
}


#loading {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999999;
}
.cube-loader-preview {
    width: 50px; height: 50px;
    position: relative;
    perspective: 200px;
}
.cube-loader-preview .cube {
    width: 100%; height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: cube-rotate-animation 4s infinite linear;
}
.cube-loader-preview .cube-face {
    position: absolute;
    width: 50px; height: 50px;
    background-color: var(--main-color);
    opacity: 0.8;
    border: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
}
.cube-loader-preview .front  { transform: translateZ(25px); }
.cube-loader-preview .back   { transform: rotateY(180deg) translateZ(25px); }
.cube-loader-preview .right  { transform: rotateY(90deg) translateZ(25px); }
.cube-loader-preview .left   { transform: rotateY(-90deg) translateZ(25px); }
.cube-loader-preview .top    { transform: rotateX(90deg) translateZ(25px); }
.cube-loader-preview .bottom { transform: rotateX(-90deg) translateZ(25px); }

@keyframes cube-rotate-animation {
    0% { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg); }
}

/* -----------------
main-fv
-----------------------*/
#main-fv {
    display: flex;
    flex-direction: row-reverse;
	position: relative;
}
.main-fv-slide {
    width: calc(100% - 36px);
}
.main-fv-slide .swiper-slide {
    height: calc(100vh - 78px);
	min-height: 790px;
}
.main-fv-slide .swiper-slide .slide-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fv-slide01 .slide-img {
	background-image: url("../img/home/slide01.webp");
}
.fv-slide02 .slide-img {
	background-image: url("../img/home/slide02.webp");
}
.fv-slide03 .slide-img {
	background-image: url("../img/home/slide03.webp");
}
.fv-slide04 .slide-img {
	background-image: url("../img/home/slide04.webp");
}

#main-fv .swiper-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: -14px;
}
#main-fv .swiper-pagination-bullet {
    width: 24.8%;
    height: 12px;
    border-radius: 0;
    background: var(--sub-color2);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	position: relative;
}
#main-fv .swiper-pagination-bullet:after {
	content: '';
	width: 0;
	height: 100%;
	background: var(--main-color);
	position: absolute;
    top: 0;
    left: 0;
}
#main-fv .swiper-pagination-bullet-active:after {
    animation: bullet-anime 6s linear 0s 1 normal both; 
}

.fv-slide-catch {
    color: #fff;
    font-size: 110px;
    font-family: var(--font-mincho);
    writing-mode: vertical-rl;
    line-height: 1.2;
    position: absolute;
    top: 50px;
    left: 50px;
}
.fv-slide-text {
	color: #fff;
	font-size: 16px;
    max-width: calc(100% - 500px);
	line-height: 2;
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 1;
}
.fv-slide-info {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 1;
}
.fv-slide-info .title-en {
    display: flex;
    justify-content: end;
    color: #fff;
    font-family: var(--font-en2);
    padding-right: 30px;
    margin-right: 50px;
    margin-bottom: 10px;
    position: relative;
	line-height: 1;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: translateX(500px);
	opacity: 0;
}
.fv-slide-info .title-en .en {
    width: 30px;
    white-space: nowrap;
    position: relative;
}
.fv-slide-info .title-en .num {
	font-size: 147px;
}
.fv-slide-info .title-en .en {
	width: 30px;
	white-space: nowrap;
	position:relative;
}
.fv-slide-info .title-en .en span {
	display: block;
    font-size: 28px;
    letter-spacing: 0.1em;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
	bottom: 5px;
    left: 35px;
}
.fv-slide-info .title-ja {
	transform: translateX(500px);
	opacity: 0;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: .2s;
}
.fv-slide-info .title-ja a {
	display: block;
	width: 400px;
	line-height: 60px;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	position: relative;
	opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	transition-delay: .5s;
}
.fv-slide-info .title-ja a i {
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
    top: calc(50% - 4px);
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fv-slide-info .title-ja a i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: -5px;
    top: -5px;
}
.fv-slide-info .title-ja a:after{
	content: '';
    width: 100%;
    border-bottom: 60px solid var(--main-color);
    border-left: 60px solid transparent;
    position: absolute;
    right: -30px;
    z-index: -1;
}
.fv-slide-info .title-ja a:hover i {
	right: 25px;
}
.fv-slide02 .fv-slide-catch {
	color: var(--base-color);
	left: auto;
	right: 80px;
}
.fv-slide02 .fv-slide-text {
	color: #000;
}
.fv-slide04 .fv-slide-catch {
	color: var(--base-color);
}
.fv-slide04 .fv-slide-text {
	color: #000;
}

.main-fv-slide .swiper-slide-active .slide-img,
.main-fv-slide .swiper-slide-duplicate-active .slide-img,
.main-fv-slide .swiper-slide-prev .slide-img{
  animation: zoom-in 8s linear 0s 1 normal both;  
}
.main-fv-slide .swiper-slide-active .fv-slide-info .title-ja,
.main-fv-slide .swiper-slide-active .fv-slide-info .title-en,
.main-fv-slide .swiper-slide-active .fv-slide-info .title-ja a{
	transform: translateX(0);
	opacity: 1;
}

.fv-scroll {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 36px;
    background: var(--main-color);
}
.fv-scroll a {
    font-size: 16px;
    font-family: var(--font-en2);
    color: #fff;
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 200px;
}
.fv-scroll a i {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 60px;
    top: 11px;
	animation: scroll_bar 2s infinite;
}



@media (max-width: 815px) {

	.main-fv-slide {
		width: 100%;
	}
	.main-fv-slide .swiper-slide {
		height: calc(100vh - 60px);
		min-height: 100%;
	}
	.fv-slide01 .slide-img {
		background-image: url("../img/home/slide01_sp.webp");
	}
	.fv-slide02 .slide-img {
		background-image: url("../img/home/slide02_sp.webp");
	}
	.fv-slide03 .slide-img {
		background-image: url("../img/home/slide03_sp.webp");
	}
	.fv-slide04 .slide-img {
		background-image: url("../img/home/slide04_sp.webp");
	}
	.fv-slide-catch {
		font-size: 64px;
		left: 10px;
	}
	.fv-slide02 .fv-slide-catch {
		right: 20px;
	}
	.fv-slide03 .fv-slide-catch {
		color: var(--base-color);
	}
	.fv-slide04 .fv-slide-catch {
		color: #fff;
	}
	.fv-slide-info .title-en .num {
		font-size: 100px;
	}
	.fv-slide-info .title-en {
		margin-right: 0;
	}
	.fv-slide-info .title-en .en span {
		font-size: 18px;
	}
	.fv-slide-info .title-ja a {
		width: 250px;
		font-size: 18px;
		line-height: 45px;
	}
	.fv-slide-info .title-ja a:after {
		border-bottom: 45px solid var(--main-color);
	}
	.fv-slide03 .fv-slide-info .title-ja a {
		width: 330px;
	}
	.fv-slide-info .title-ja a:after {
		right: -20px;
		border-left: 45px solid transparent;
	}
	
	.fv-scroll {
	    background: none;
		position: absolute;
		left: 0;
		z-index: 1;
		bottom: 0;
	}
	.fv-scroll a {
		margin-bottom: 130px;
	}
}


/* ----------------
news
--------------------------*/
.home-search-wrap {
    max-width: 1070px;
    margin: 90px auto 0;
	position: relative;
}
.home-search__list {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: var(--sub-color2);
    border-radius: 100000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-search__list >li {
    width: 32%;
    height: 0;
    padding-top: 32%;
    position: relative;
}
.home-search__list .in-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--main-color);
    border-radius: 10000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.home-search__list .icon  {
	height: 100px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-search01 .icon  {
    background-image: url("../img/cmn/icon_search_01_w.webp");
}
.home-search02 .icon  {
    background-image: url("../img/cmn/icon_search_02_w.webp");
}
.home-search03 .icon  {
    background-image: url("../img/cmn/icon_search_03_w.webp");
}

.home-search__list >li:hover .in-wrap  {
	color: var(--main-color);
	background: #fff;
}
.home-search__list .home-search01 {
	z-index: 1;
}
.home-search__list .home-search02:hover .icon  {
    background-image: url("../img/cmn/icon_search_02.webp");
}
.home-search__list .home-search03:hover .icon  {
    background-image: url("../img/cmn/icon_search_03.webp");
}
.home-search-wrap .hover1-out {
    display: flex;
    align-items: center;
    justify-content: center;
	visibility: hidden;
	opacity: 0;
    color: #fff;
    background: var(--main-color);
    position: absolute;
    top: -45px;
    left: -45px;
    z-index: -1;
    width: 100vw;
    max-width: 1070px;
    height: 100%;
    min-height: 410px;
    border-radius: 1000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-search-wrap .hover1-out-in {
	width: 100%;
}
.home-search-wrap .hover1-out h3 {
    font-size: 46px;
    font-weight: 400;
    text-align: center;
}
.home-search-wrap .hover1-out h3 i {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
    background: url("../img/cmn/icon_search_01_w.webp") no-repeat center;
	background-size: contain;
    vertical-align: -10px;
    margin-right: 20px;
}
.home-search-sub__list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.home-search-sub__list >li {
	font-size: 30px;
	margin: 0 2%;
}
.home-search-sub__list >li a {
	color: #fff;
	border-bottom: solid 1px transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-search-sub__list >li a:hover {
	border-color: #fff;
}
.home-search01:hover .hover1-out {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}



@media (max-width: 815px) {

	#home-search .cmn-title-line {
		width: calc(100% - 18em);
		margin: 0 10px;
	}
	.home-search-wrap {
		margin-top: 40px;
	}
	.home-search__list {
		padding: 15px;
	}
	.home-search__list .icon {
		height: 40px;
		margin-bottom: 2px;
	}
	.home-search__list .in-wrap p {
		font-size: 13px;
        line-height: 1.2;
    }
	
	.home-search-wrap .hover1-out {
		max-width: calc(100vw - 30px);
		left: -15px;
		top: -15px;
		min-height: calc(100% + 30px);
	}
	.home-search-wrap .hover1-out h3 {
		font-size: 18px;
	}
	.home-search-wrap .hover1-out h3 i {
		width: 33px;
		height: 33px;
	}
	.home-search-sub__list {
		margin-top: 15px;
	}
	.home-search-sub__list >li {
		font-size: 13px;
	}

}



/* ----------------
news
--------------------------*/
#news .cmn-title-line {
    width: calc(100% - 17em);
}
.news__list {
	margin-top: 110px;
}

@media (max-width: 815px) {

	#news .cmn-title-line {
		width: calc(100% - 13em);
	}
	.news__list {
		margin-top: 50px;
	}

}


/* ----------------
top-movie
--------------------------*/
.top-movie {
	text-align: center;
	padding: 100px 20px 40px;
    margin-bottom: 80px;
	background: url("../img/home/movie_bg.webp") no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.top-movie:before,
.top-movie:after {
    content: '';
    width: 25%;
	max-width: 300px;
    height: 100%;
    background: var(--main-color);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
}
.top-movie:before {
    left: 0;
	transform: rotate(-180deg);
}
.top-movie:after {
    right: 0;
}
.top-movie h2 {
	color: #fff;
	font-size: 70px;
    font-weight: 100;
    font-family: var(--font-mincho);
	line-height: 1;
    letter-spacing: 0.1em;
	text-shadow: 0 0 10px #666;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {

	.top-movie:before,
	.top-movie:after {
		width: 70px;
		height: 70px;
	}
	.top-movie:after {
		top: auto;
		bottom: 0;
	}

}

@media (max-width: 815px) {

	.top-movie {
		padding: 70px 20px 20px;
	}
	.top-movie h2 {
		font-size: 32px;
		margin-bottom: 0;
	}
	.top-movie .cmn-btn {
		margin-top: 30px;
	}

}

/* ----------------
business
--------------------------*/
.business-box-wrap {
	margin-top: 80px;
}
.business-box {
    display: flex;
	height: 690px;
	margin-bottom: 100px;
    position: relative;
	z-index: 1;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.business-box:last-of-type {
	margin-bottom: 0;
}
.business-box:after {
	content: '';
	width: 200vw;
	height: 100%;
    background: var(--sub-color2);
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: -1;
}
.business-box-left,
.business-box-right {
    width: 80vw;
    height: 490px;
    transform: skewX(-45deg);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.business-box-left {
    right: 41.6%;
}
.business-box-right {
    left: 41.6%;
	bottom: 0;
}
.business-box .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.business-box .more a {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: calc(100% - 490px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.business-box .more a p {
	display: none;
    color: var(--main-color);
    font-size: 25px;
    font-family: var(--font-en2);
    margin-right: 20px;
}

.business-box .info {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    height: calc(100% - 490px);
    position: absolute;
    top: 0;
    right: 0;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.business-box .info h3 {
	font-size: 25px;
	font-weight: 500;
}
.business-box .info h4 {
	color: var(--main-color);
	font-size: 17px;
	font-family: var(--font-en2);
	font-weight: 400;
}
.business-box-left .bg,
.business-box-right .bg {
    transform: skewX(45deg);
}
.business-box-left .bg {
    top: 0;
    right: -27%;
}
.business-box-right .bg{
    left: -27%;
    bottom: 0;
}

.business-hidden {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 490px;
	visibility: hidden;
    opacity: 0;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
}
.business-hidden:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: rgba(0, 58, 140, 0.69);
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}
.business-hidden__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.business-hidden__list >li {
    font-size: 22px;
    width: 45%;
    margin: 5% 0 5% 10%;
}
.business-hidden__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.business-hidden__list.list-3 >li {
    width: 30%;
    margin: 5% 0 5% 5%;
}
.business-hidden__list.list-3 >li:nth-child(2n+1) {
    margin: 5% 0 5% 5%;
}
.business-hidden__list.list-3 >li:nth-child(3n+1) {
    margin-left: 0;
}
.business-hidden__list >li a {
    color: #fff;
    display: block;
    border-bottom: solid 1px;
	position: relative;
}
.business-hidden__list >li a i {
    position: absolute;
    right: 0;
    color: #fff;
}




@media (max-width: 815px) {

	.business-box {
		padding: 80px 0;
		margin-bottom: 80px;
		height: auto;
		min-height: 420px;
	}
	.business-box-left,
	.business-box-right {
		width: 90vw;
		height: 210px;
	}	
	.business-box-left {
		right: 43%;
	}
	.business-box-left .bg {
		right: -34%;
	}
	.business-box-right {
		left: 42.5%;
		top: 130px;
		bottom: auto;
	}
	.business-box-right .bg {
		left: -31%;
	}
	.business-box .more a,
	.business-box .info {
		height: 80px;
	}
	.business-box .more a {
		bottom: auto;
		top: 0;
		justify-content: right;
	}

	.business-box .more a i.arrow {
		width: 53px;
		height: 43px;
	}
	.business-box .more a i.arrow:after {
		width: 27px;
		height: 27px;
		right: 7px;
		top: 8px;
	}
	.business-box .info {
		bottom: auto;
		top: 0;
		text-align: center;
		justify-content: center;
	}
	.business-box .info h3 {
		font-size: 20px;
	}
	.business-box .info h4 {
		font-size: 15px;
	}
	#business-box02 .info {
		justify-content: left;
	}
	#business-box02 .info h3 {
        font-size: 18px;
    }
/*
	#business-box02 .more {
		width: 100%;
		position: absolute;
		top: 340px;
	}
	#business-box02 .more a {
	    justify-content: center;
	}	
*/

	.business-hidden {
		display: block;
		height: auto;
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: auto;
		left: 0;
		z-index: 1;
		margin-top: 250px;
	}
	.business-hidden:after {
		display: none;
	}
	.business-hidden__list {
		display: block;
	}
	.business-hidden__list >li,
	.business-hidden__list.list-3 >li,
	.business-hidden__list.list-3 >li:nth-child(2n+1) {
		font-size: 18px;
		width: 100%;
		margin: 0;
	}
	.business-hidden__list >li a {
		color: var(--base-color);
		border-bottom: solid 1px #ccc;
		padding: 15px 0;
	}
	.business-hidden__list >li:last-child a {
		border-bottom: none;
	}
	.business-hidden__list >li a i {
		color: var(--base-color);
	}
	.business-hidden-open {
		width: 100%;
		height: 80px;
		position: absolute;
		top: 340px;
	}
	.business-hidden-open:before,
	.business-hidden-open:after {
		content: '';
		background: var(--main-color);
		position: absolute;
	    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.business-hidden-open:before {
		width: 47px;
		height: 1px;
		top: 50%;
		left: calc(50% - 23px);
	}
	.business-hidden-open:after {
		width: 1px;
		height: 46px;
		top: calc(50% - 23px);
		left: 50%;
	}
	.business-box.active {
		padding-bottom: 0;
	}
	.business-box.active .business-hidden-open:after {
		height: 0;
	}
	.business-box.active .business-hidden {
		margin-top: 360px;
		visibility: visible;
		opacity: 1;
		max-height: 10000px;
	}
}

/* PC挙動 */
@media (min-width: 816px) {

	.business-box:hover {
		padding: 100px 0;
	}
	.business-box:hover .business-box-right {
		bottom: 100px;
	}
	.business-box:hover .more a,
	.business-box:hover .info {
		height: 100px;
	}
	.business-box:hover .more p {
		display: block;
	}
	.business-box:hover .info h3 {
		font-size: 20px;
	}
	.business-box:hover .info h4 {
		font-size: 13px;
	}

	.business-box .more a i.arrow {
		display: inline-block;
		width: 127px;
		height: 104px;
	}
	.business-box .more a i.arrow:before {
		right: -1px;
	}
	.business-box .more a i.arrow:after {
		width: 60px;
		height: 60px;
		top: 22px;
	}
	.business-box:hover .more a i.arrow {
		width: 67px;
		height: 57px;
	}
	.business-box:hover .more a i.arrow:before {
		right: 0;
	}
	.business-box:hover .more a i.arrow:after {
		width: 40px;
		height: 40px;
		top: 9px;
	}

	.business-box:hover .business-hidden {
		visibility: visible;
		opacity: 1;
	}

}

/* ----------------
company
--------------------------*/
#company {
	display: flex;
    align-items: center;
	color: #fff;
	background: url("../img/home/contents04.webp") no-repeat center;
	background-size: cover;
    min-height: 560px;
    padding-top: 226px;
}
#company .cmn-title:after {
	border-bottom: 135px solid rgba(3, 3, 3, 0.39);
}
#company .cmn-title-line {
    background: #fff;
}
#company .cmn-btn {
	margin-top: 70px;
}
#company .cmn-btn a {
	background: #fff;
}

@media (max-width: 815px) {

    #company {
        min-height: 330px;
        padding-top: 100px;
        padding-bottom: 0;
    }
	#company .cmn-title:after {
		border-bottom: 70px solid rgba(3, 3, 3, 0.39);
	}
	#company .cmn-btn {
		margin-top: 50px;
	}

}


/* ----------------
column
--------------------------*/
#column .cmn-title-line {
    width: calc(100% - 26em);
}
.column__list {
    display: flex;
    margin-top: 150px;
}
.column__list >li {
	width: 32%;
	margin: 0 0 2% 2%;
}
.column__list >li:nth-child(3n+1) {
	margin-left: 0;
}
.column__list >li a {
	color: var(--base-color);
	padding: 40px;
	display: block;
	background: var(--sub-color2);
	position: relative;
}
.column__list >li a .icon-new {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-family: var(--font-en2);
    width: 76px;
    height: 76px;
    border-radius: 1000px;
    background: var(--sub-color1);
    box-shadow: 1px 1px 10px -4px #000;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 1;
}
.column-thumb {
	text-align: center;
	margin-bottom: 10px;
}
.column-info-date {
	color: var(--sub-color1);
	font-size: 20px;
	font-family: var(--font-en2);
}
.column-info-title {
}
.column-info-category {
	margin: 10px 0 0 -5px;
}
.column-info-category span {
    display: inline-block;
    font-size: 10px;
    color: var(--main-color);
    border: solid 1px;
    border-radius: 1000px;
    line-height: 1;
    padding: 5px 15px;
    margin: 5px 0 0 5px;
}
.column-info-more {
    color: var(--main-color);
    font-size: 20px;
    font-family: var(--font-en2);
    text-align: right;
    margin-top: 5px;
}



@media (max-width: 815px) {


}

