

a:hover img{
	opacity: 1;
}

#breadcrumbNav,
#contentsContainer{
	background: #f5f2eb;
	font-size: 18px;
}
#contentsContainer{
	line-height: 1.8;
}

/* animation */
.fadeIn,
.slideIn{
    visibility: hidden;
}
.slideInDelay {
    visibility: visible !important;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInDelay {
    visibility: visible !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDelay.delay01{
	 -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.fadeInDelay.delay02{
	 -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.fadeInDelay.delay03{
	 -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn .copy img{
   clip-path: inset(0 0 0 100%);
   transition: 1.2s .3s cubic-bezier(0.37, 0, 0.63, 1);
   transition-property: clip-path;
   opacity: 0;
}
.fadeInDelay .copy img{
	clip-path: inset(0);
	opacity: 1;
}
.top_topicArea h3.slideInDelay:after{
	transform: translateX(-50%);
	animation: border_anim_top_topicArea .6s .4s linear forwards;
	left: 50% !important;
}
.top_infoArea h3.slideInDelay:after{
	transform: translateX(-50%);
	animation: border_anim_top_infoArea .6s .4s linear forwards;
	left: 50% !important;
}
@keyframes border_anim_top_topicArea {
	0%{
		width: 0%;
	}
	100%{
		width: 370px;
	}
}
@keyframes border_anim_top_infoArea {
	0%{
		width: 0%;
	}
	100%{
		width: 390px;
	}
}

.pj_box h5.slideInDelay:after {
    transform: translateX(-50%);
    animation: border_anim_pj_box1 .5s .4s linear forwards;
    left: 50% !important;
}
.pj_box.oth h5.slideInDelay:after{
	transform: translateX(-50%);
    animation: border_anim_pj_box2 .7s .4s linear forwards;
    left: 50% !important;
}
@keyframes border_anim_pj_box1 {
	0%{
		width: 0%;
	}
	100%{
		width: 110px;
	}
}
@keyframes border_anim_pj_box2 {
	0%{
		width: 0%;
	}
	100%{
		width: 220px;
	}
}

.circle {
	position : relative;
	color    : #5f87c8;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	.circle {
		font-size: 10px;
	}
}
.circle_line {
	position: relative;
	content: "";
	height: 0px;
	width: 3px;
	background: repeating-linear-gradient(#5f87c8, #5f87c8 5px, #f5f2eb 5px, #f5f2eb 10px);
	position: absolute;
	top: 16px;
	left: calc(50% - 1.5px);
}
.circle_line.line2,
.circle_line.line3{
	margin-top: -84px;
}
.circle_line.active {
    height   : 300px;
    animation: line_ex 2.0s forwards linear;
}
@keyframes line_ex{
    0% {
        height: 0px;
    }
 
    100% {
        height: 300px;
    }
}
.circle_line.line3.active{
	height   : 75px;
    animation: line_ex2 0.5s forwards linear;
}
@keyframes line_ex2{
    0% {
        height: 0px;
    }
 
    100% {
        height: 75px;
    }
}

/* line animation */
.pj_box_wrapper{
	width:100%;
	margin:50px auto;
	position: relative;
}

/* hover animation */
a{
	transition: all 0.2s;
}
a.openModal02.cboxElement:hover{
	opacity: 0.7;
}
a.hover:hover{
	opacity: 0.7;
}
.bnr,.f_bnr,.top_mainVisual li a,.topicBlock a{
  display:block;
  position:relative;
}
.bnr a,.f_bnr a,.top_mainVisual li a,.topicBlock a{
	transition: all 0.2s;
	border: 3px solid transparent;
	border-radius: 10px;
	display: inline-block;
	line-height: 1;
}
.bnr a:hover,.f_bnr a:hover,.top_mainVisual li a:hover,.topicBlock a:hover{
	border-color: #093f86;
}
.bnr img,.f_bnr img{
  display:block;
  width:100%;
}
.top_mainVisual li a figure{
	overflow:hidden;
	position: relative;
}
.topicBlock a figure div{
	width: 150px;
	height: auto;
	border-radius: 4px;
	overflow:hidden;
}
.top_mainVisual li a figure img{
	transition:0.35s all;
}
.topicBlock a figure img{
	transition:0.2s all;
}
.topicBlock a,.topicBlock a:visited{
	transition:0.2s all;
}
.top_mainVisual li a:hover figure img,.topicBlock a:hover figure img{
  transform:scale(1.2, 1.2);
  opacity: 1;
}
.top_mainVisual li a:hover .txtArea p,
.topicBlock a:hover .txtArea p,.topicBlock a:visited:hover .txtArea p{
	text-decoration: underline;
}
.topicBlock a:hover .txtArea p,.topicBlock a:visited:hover .txtArea p,
.topicBlock a:hover figure span,.topicBlock a:visited:hover figure span{
	color: #0a5fbe;
}

.f_bnrArea{
	background: #e1ded8;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.f_bnr_clm3{
	display: flex;
	max-width: 1200px;
	margin: 10px auto;
	gap: 0 16px;
}
.f_bnr.bnr04{
	max-width: 390px;
	margin: 0 auto;
}
p.link{
	font-size: 16px;
	padding-left: 10px;
    padding-right: 10px;
}
p.link span{
	font-size: 14px;
}
p.link a{
	color: #444;
	text-decoration: none;
	padding-left: 10px;
}
p.link a:hover{
	color: #0a5fbe;
	text-decoration: underline;
}
p.link a:before {
    content: "";
    position: absolute;
    margin-top: 0.4em;
    margin-left: -18px;
    width: 8px;
    height: 12px;
    background: url(../image/com_arrow_ic03.png) no-repeat 0 0;
}

h2{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}
h3::after{
	content: '';
	height: 1px;
	display: inline-block;
	border-bottom: 3px solid #5f87c8;
	position: absolute;
	margin-top: 40px;
}

.playIcon .img > span:after {
    content: "[再生]";
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(../image/icon_play.webp) no-repeat 0 0;
    background-size: 60px;
}
#breadcrumbNav {
    /*padding-top: calc(86px + 1.5em);*/
    padding-top: 20px;
}

/* TOP */
.top_mainVisual{
	display: flex;
	padding-top: 56px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.mainVisual{
	display: flex;
	padding-top: 56px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 769px) {
	.top_mainVisual,.mainVisual{
		max-height: 544px;
	}
}
.top_mainVisual h1,.mainVisual h1{
	position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    background-color: rgba(0,0,0,0.5);
    padding: 12px 25px;
    line-height: 1;
    transition: all 0.2s;
}
@media only screen and (max-width: 1100px) {
	.top_mainVisual h1,.mainVisual h1{
		padding: 0.8vw 1.4vw;
		font-size: 1.4em;
	}
}
.top_mainVisual .mv{
	text-align: center;
	position: relative;
	width: 57.1vw;
	z-index: 10;
	overflow: hidden;
}
.top_mainVisual .mv .swiper-kv{
	transition: all 0.2s;
	 width: 115%;
	 height: auto;
    overflow: hidden;
}
@media only screen and (min-width: 1101px) {
	.top_mainVisual .mv .swiper-kv{
		 width: 100%;
	}
}
@media only screen and (min-width: 769px) {
	.top_mainVisual .mv{
		overflow-y: hidden;
		max-height: 490px;
	}
}
@media only screen and (max-width: 768px) {
	.top_mainVisual .mv .swiper-kv{
		 width: 100%;
	}
}
.top_mainVisual .mv .copy{
	position: absolute;
	margin: 3vw auto;
	width: 100%;
	z-index: 10;
}
.top_mainVisual .mv .copy img{
	width: 12vw;
	max-width: 120px;
}
.top_mainVisual .mov_box{
	position: fixed;
	/*background: #fff;*/
	background: url(../image/bg_comment.webp) no-repeat 0 0;
	background-size: cover;
	padding: 10px 10px 0;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	right: 15px;
	/*top: 32vw;*/
	bottom: 15px;
	z-index: 20;
	transition: all 0.2s;
}
@media only screen and (min-width: 981px) {
	.top_mainVisual .mov_box{
		/*top: 310px;*/
	}
}
.top_mainVisual .mov_box figure{
	border: 1px solid #ccc;
	max-width: 200px;
}
.top_mainVisual .mov_box p{
	font-weight: bold;
	font-size: 15px;
    letter-spacing: 0.06em;
    padding: 6px 0;
    line-height: 1.3;
}
.top_mainVisual .mov_box .playIcon .img > span:after {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    background: url(../image/icon_play.webp) no-repeat 0 0;
    background-size: 46px;
}
.top_mainVisual ul{
	padding: 4px 10px;
	width: 42.9vw;
	max-width: 630px;
}
@media only screen and (max-width: 768px) {
	.top_mainVisual ul{
		max-width: 100%;
	}
}
.top_mainVisual li{
	padding: 5px 0;
}
.top_mainVisual li a{
	display: block;
	background: #fff;
	border-radius: 10px;
	display: flex;
	padding: 1vw;
}
@media only screen and (min-width: 1281px) {
	.top_mainVisual li a{
		padding: 11px;
	}
}
.top_mainVisual li a .txtArea{
	/*width: 23vw;
	padding-right: 1.3vw;*/
	width: 43vw;
    padding-right: 0;
	padding-left: 1vw;
}
.top_mainVisual li a .txtArea h4{
	margin: 1vw 0;
	line-height: 1.6;
}
@media only screen and (min-width: 1401px) {
	.top_mainVisual li a .txtArea h4{
		margin: 15px 0;
	}
}
.top_mainVisual li a .txtArea h4 span{
	font-size: 1.15vw;
	color: #000;
}
@media only screen and (min-width: 1401px) {
	.top_mainVisual li a .txtArea h4 span{
		font-size: 16px;
	}
}
.top_mainVisual li a .txtArea h4 img{
	max-height: 26px;
	height: 1.8vw;
	width: auto;
	max-width: 23vw;
}
.top_mainVisual li a .txtArea p{
	font-weight: bold;
	font-size: 1.35vw;
	line-height: 1.5;
	color: #184489;
}
@media only screen and (min-width: 1401px) {
	.top_mainVisual li a .txtArea p{
		font-size: 18px;
	}
}
.top_mainVisual li a figure{
	/*width: 16.7vw;*/
	width: 26vw;
	height: auto;
	text-align: right;
}
@media only screen and (max-width: 980px) {
	.top_mainVisual li a figure{
		/*width: 16vw;*/
		width: 26vw;
	}
}
.top_mainVisual li a figure img {
    max-width: 160px;
    height: auto;
    transform: scale(1.1);
}
@media only screen and (max-width: 980px) {
	.top_mainVisual li a figure img{
		/*width: 16vw;*/
	}
}
@media only screen and (max-width: 768px) {
	.top_mainVisual li a figure img{
		width: 100%;
		margin-left: 3vw;
	}
}
.top_mainVisual li a:hover{
	text-decoration: none;
}
.top_mainVisual li:nth-child(1) a .txtArea,
.top_mainVisual li:nth-child(3) a .txtArea{
	
}
.top_mainVisual li:nth-child(2) a .txtArea h4{
	margin-bottom: 0.8vw;
	margin-top: 0.2vw;
}
@media only screen and (min-width: 1401px) {
	.top_mainVisual li:nth-child(2) a .txtArea h4{
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1100px) {
	.top_mainVisual li:nth-child(2) a .txtArea h4{
		margin-top: 1.5vw;
	}
	.top_mainVisual .mov_box figure {
	    max-width: 17vw;
	}
	.top_mainVisual .mov_box .playIcon .img > span:after{
	    width: 4vw;
	    height: 4vw;
	    background-size: 4vw;
	    margin: -2vw 0 0 -2vw;
	}
	.top_mainVisual .mov_box p {
	    font-size: 1.2rem;
	    padding: 2px 0;
	}
}
@media only screen and (max-width: 980px) {
	.top_mainVisual li a .txtArea h4{
		margin: 1.8vw 0 1.2vw;
		line-height: 1.3;
	}
	.top_mainVisual li:nth-child(1) a .txtArea,
	.top_mainVisual li:nth-child(3) a .txtArea {
	    padding-top: 0.5vw;
	}
	.top_mainVisual li:nth-child(2) a .txtArea h4{
		margin-top: 1.8vw;
		line-height: 1;
	}
	.top_mainVisual .mov_box {
		padding: 7px 7px 0;
	}
}

.top_visionArea{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 80px;
}
.top_visionArea .bnr{
	margin: 70px auto 0;
	max-width: 755px;
}
.top_visionArea .bnr a{
	display: inline-block;
}

.top_visionArea p,
.top_topicArea p{
	text-align: center;
}
.top_topicArea h3::after{
	width: 370px;
	left: calc(50% - 185px);
}
.topicBlock {
	padding: 40px 20px 35px 30px;
}
.topicBlock a,
.topicBlock a:visited{
	display: flex;
	color: #313131;
	text-decoration: none !important;
	background: #fff;
	border-radius: 4px;
	padding-bottom: 3px;
}
.topicBlock a .txtArea{
	width: calc(100% - 150px);
	padding:0 0 0 20px;
}
.tag{
	font-size: 16px;
	color: #444;
	border-radius: 4px;
	text-align: center;
	width: auto;
	width: 180px;
	background: #fff;
	border: 1px solid #074096;
	line-height: 1.6;
}
.tag.w_auto{
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
}
@media only screen and (max-width: 980px) {
	.tag.w_auto{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.topicBlock a .txtArea .tag{
	width: 180px;
}
.topicBlock a .txtArea .tag{
	position: absolute;
	margin-top: -40px;
}
.topicBlock a .txtArea .tag.cat01,.tag.cat01{
	background: #FAEAC9;
	border: 1px solid #F2D28F;
}
.topicBlock a .txtArea .tag.cat02,.tag.cat02{
	background: #FAE4EB;
	border: 1px solid #E682A3;
}
.topicBlock a .txtArea .tag.cat03,.tag.cat03{
	background: #DFEFEF;
	border: 1px solid #BBDFDC;
}
.topicBlock a .txtArea .tag.cat04,.tag.cat04{
	background: #EBF3DE;
	border: 1px solid #A5CA6C;
}
.topicBlock a .txtArea .tag.cat05,.tag.cat05{
	background: #C7C8E4;
	border: 1px solid #8D93C7;
}
.topicBlock a .txtArea .tag.cat06,.tag.cat06{
	background: #D9E4F3;
	border: 1px solid #4A95CF;
}
.topicBlock a .txtArea .tag.cat07,.tag.cat07{
	background: #f7f3cf;
	border: 1px solid #e0cb0b;
}
.topicBlock a .txtArea p{
	font-size: 16px;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 830px) {
	.topicBlock a .txtArea p{
		font-size: 2vw;
	}
}
.topicBlock a figure{
	text-align: center;
	width: 150px;
	position: relative;
	margin-top: -40px;
	margin-left: -30px;
}
.topicBlock a figure img{
	width: 150px;
	height: auto;
}
.topicBlock a figure span{
	font-size: 15px;
	color: #666;
	padding-left: 30px;
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 4px;
}

.top_infoArea h3::after{
	/*width: 390px;
	left: calc(50% - 195px);*/
	display: none;
}
.top_infoArea{
	max-width: 1060px;
	margin: 90px auto 0;
}
.flexArea{
	display: flex;
}
.flexArea .txtArea{
	padding-right: 35px;
}
.flexArea .txtArea p{
	margin-top: 0;
}
/*.flexArea .txtArea p+p{
	margin-top: 10px;
}*/
p.aln_r{
	text-align: right;
	font-size: 90%;
}
.flexArea .txtArea p.link{
	margin-top: 1em;
}
.flexArea .mov{
	min-width: 320px;
}
.flexArea .mov figure{
	border: 1px solid #666;
}

/* swiper */
.top_topicArea .swiper{
	margin-top: 40px;
}
@media only screen and (min-width: 769px) {
	.top_topicArea .swiper{
		margin-left: 25px;
	}
}
.top_topicArea .swiper *{
	transition: all 0.2s;
}
.top_topicArea .swiper--wrapper {
  width: 100%;
}
.top_topicArea .swiper-slide {
  padding-bottom: 30px;
}
.top_topicArea .swiper-scrollbar.swiper-scrollbar-horizontal {
	background-color: #fff;
}
.top_topicArea .swiper-button-prev,
.top_topicArea .swiper-button-next {
  height: 50px;
  width: 50px;
}
.top_topicArea .swiper-button-prev::after,
.top_topicArea .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
.top_topicArea .swiper-button-prev::after {
  background-image: url(../image/icon_prev.webp);
}
.top_topicArea .swiper-button-next::after {
  background-image: url(../image/icon_next.webp);
}
.top_topicArea .swiper-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 769px) {
	.top_topicArea .swiper-arrow {
		margin-left: -10px;
	}
}
.top_topicArea .swiper-scrollbar{
	margin: 0 60px 10px;
}

.modalDetail .swiper-img{
	max-width: 460px;
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.modalDetail .swiper-img{
		width: 100%;
	}
	.modalDetail .tagArea{
		display: flex;
		margin-top: 20px;
	}
	.top_topicArea .swiper-scrollbar{
		margin: 0 70px 10px;
	}
	p.aln_r{
		text-align: right;
		font-size: 1.4rem;
	}
}
.top .modalDetail .swiper-img{
	margin-right: 4%;
}
.top .modalDetail .flexArea.tagArea{
	width: 100%;
	margin-bottom: 20px;
}
.top .modalDetail .flexArea.tagArea .date{
    margin-left: auto;
    color: #666;
}
.top .modalDetail .flexArea .txtArea{
	padding-right: 0;
}
.top .modalDetail .flexArea .txtArea .txtScroll{
	position: relative;
	height: 36vw;
	max-height: 330px;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}
@media only screen and (max-width: 768px) {
	.top .modalDetail .flexArea .txtArea .txtScroll{
		height: 200px;
	}
	.top .modalDetail .flexArea.tagArea .tag,
	.top .modalDetail .flexArea.tagArea{
		font-size: 14px;
	}
}
@media only screen and (max-width: 376px) {
	.top .modalDetail .flexArea .txtArea .txtScroll{
		height: 150px;
	}
}
.top .modalDetail .flexArea .txtArea h3{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.top .modalDetail .flexArea .txtArea h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.top .modalDetail .flexArea .txtArea p{
		font-size: 14px;
	}
}
.top .modalDetail .btmArea{
	position: absolute;
	width: 100%;
	max-width: 1080px;
	bottom: 25px;
	text-align: center;
	margin-left: -36px;
	padding-top: 15px;
}
@media only screen and (max-width: 1280px) {
	.top .modalDetail .btmArea{
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.top .modalDetail .btmArea{
		bottom: 15px;
		width: 300px;
		margin-left: 0;
	}
}
.top .modalDetail a.close{
	display: inline-block;
	border: 2px solid #444;
	border-radius: 4px;
	padding: 7px 25px;
	line-height: 1;
	color: #444;
}
.top .modalDetail .btmArea a.close:hover{
	color: #0a5fbe;
	border-color: #0a5fbe;
}
.top #cboxCurrent{
	display: none !important;
}
.top #cboxContent {
    margin-top: 0;
    background: none;
}
.top #colorbox,#cboxWrapper{
	background: none;
}
.top #cboxLoadedContent{
	max-width: 1080px;
	height: 500px;
	background: none;
	width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1280px) {
	.top #cboxLoadedContent{
		width: 90% !important;
	}
}
@media only screen and (max-width: 768px) {
	.top #cboxContent{
		width: 100vw !important;
	}
	.top #colorbox{
		left: 0 !important;
	}
	.top #cboxContent #cboxClose{
		display:none;
	}
	.top #cboxLoadedContent{
	    overflow: hidden !important;
	    height: 550px;
	    width: 320px !important;
	    /*margin-left: calc(50vw - 160px);*/
	}
}
.top #cboxContent .modalDetail .boxType01{
	max-width: 1080px;
	height: 500px;
	border-radius: 10px;
	border: 1px solid #fff;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.top #cboxContent .modalDetail .boxType01{
		height: 550px;
	}
}
@media only screen and (max-width: 376px) {
	.top #cboxLoadedContent,
	.top #cboxContent .modalDetail .boxType01{
		height: 500px;
	}
}
#cboxPrevious{
	position: absolute;
	display: inline-block;
	font-size: 0;
	width: 45px;
	height: 45px;
	background: url(../image/icon_prev2.webp) no-repeat 50% 50%;
	background-size: 45px;
	z-index: 100;
	margin-top: -275px;
}
#cboxNext{
	position: absolute;
	display: inline-block;
	font-size: 0;
	width: 45px;
	height: 45px;
	background: url(../image/icon_next2.webp) no-repeat 50% 50%;
	background-size: 45px;
	z-index: 100;
	margin-left: calc(100% - 45px);
	margin-top: -275px;
}
@media only screen and (min-width: 1281px) {
	#cboxPrevious{
		margin-left: -55px;
	}
	#cboxNext{
		margin-left: calc(100% + 10px);
	}
}

/* TOP for SP */
@media only screen and (max-width: 768px) {
	#cboxPrevious,#cboxNext{
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	/*#cboxPrevious{
		margin-left: -16px;
	}*/
	#cboxNext{
		margin-left: calc(90% + 8px);
	}

	#contentsContainer{
		overflow-x: hidden;
	}
	#main{
		width: 96%;
		margin: 0 auto;
	}
	h2{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}

	h3{
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
	h3::after{
		margin-top: 24px;
	}
	p,p.link,
	ul.noteType01 > li{
		/*font-size: 1.4rem;*/
		font-size: 1.6rem;
	}
	@keyframes border_anim_top_topicArea {
		0%{
			width: 0%;
		}
		100%{
			width: 260px;
		}
	}
	@keyframes border_anim_top_infoArea {
		0%{
			width: 0%;
		}
		100%{
			width: 280px;
		}
	}
	.playIcon .img > span:after{
	    width: 44px;
	    height: 44px;
	    background-size: 44px;
	    margin: -22px 0 0 -22px;
	}
	.flexArea {
		display: block;
	}
	#contentsContainer{
		padding: 62px 0 0;
	}
	.top_mainVisual,.mainVisual {
	    display: block;
	    padding-top: 0;
	}
	.top_mainVisual h1,.mainVisual h1 {
	    font-size: 2.2rem;
    	padding: 8px 12px;
    	line-height: 1;
	}
	.top_mainVisual .mv {
	    width: 100vw;
	}
	.top_mainVisual .mv .copy img {
	    width: 20vw;
	}
	.top_mainVisual .mov_box {
		padding: 7px 7px 0;
	    left: auto;
	    /*right: 3vw;*/
	    right: 35px;
	    /*top: calc(68vw - 114px);*/
	}
	.top_mainVisual .mov_box figure {
	    max-width: 30vw;
	    min-width: 110px;
	}
	.top_mainVisual .mov_box .playIcon .img > span:after{
	    width: 8vw;
	    height: 8vw;
	    background-size: 8vw;
	    margin: -4vw 0 0 -4vw;
	}
	.top_mainVisual .mov_box p {
	    font-size: 1rem;
	    padding: 2px 0;
	}
	.top_mainVisual ul {
	    width: calc(100% - 10px);
	    padding-right: 0;
	}
	.top_mainVisual li a {
	    padding: 10px;
	    border-radius: 5px;
	}
	.top_mainVisual li a .txtArea {
	    width: 71vw;
	    padding-left: 1vw;
	}
	.top_mainVisual li a:before {
	    border-radius: 5px;
	    margin-top: -10px;
	    margin-left: -10px;
	}
	.top_mainVisual li:nth-child(1) a .txtArea h4,
	.top_mainVisual li:nth-child(2) a .txtArea h4,
	.top_mainVisual li:nth-child(3) a .txtArea h4{
		margin: 1vw 0 1.5vw;
		line-height: 1;
	}
	.top_mainVisual li a .txtArea h4 span{
		font-size: 3.2vw;
	}
	.top_mainVisual li a .txtArea h4 img {
	    max-height: 20px;
	    height: 3.8vw;
	    max-width: 100%;
	}
	.top_mainVisual li a .txtArea h4 br,
	.top_mainVisual li a .txtArea p br{
		display: none;
	}
	.top_mainVisual li a .txtArea p {
	    font-size: 1.3rem;
	    padding-right: 3vw;
	}
	.top_mainVisual li a figure{
		width: 28vw;
	}
	.top_visionArea .bnr {
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top_visionArea{
		margin-bottom: 50px;
	}
	.top_infoArea{
		margin-top: 40px;
	}
	.top_topicArea p{
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top_topicArea .swiper {
	    width: calc(100% + 8px);
	    position: relative;
	    margin-top: 25px;
	}
	.topicBlock {
	    padding: 30px 5px 20px 30px;
	}
	.topicBlock a figure img {
	    width: 30vw;
	    max-width: 140px;
	    height: auto;
	}
	.topicBlock a figure div{
		width: 30vw;
	    max-width: 140px;
	    height: auto;
	}
	.topicBlock a figure {
	    text-align: left;
	    width: 30vw;
	    max-width: 140px;
	    margin-right: 5px;
	    margin-top: -30px;
	    margin-left: -20px;
	}
	.topicBlock a figure span {
	    font-size: 1.3rem;
	}
	.topicBlock a .txtArea .tag{
	    font-size: 1.3rem;
	    width: 140px;
	    margin-top: -30px;
	    margin-left: 0;
	}
	.topicBlock a .txtArea {
	    width: calc(100% - 20px);
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.topicBlock a .txtArea p {
	    font-size: 1.6rem;
	    padding-top: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.flexArea .txtArea,
	.top_infoArea p.link {
		padding-left: 10px;
	    padding-right: 10px;
	}
	.flexArea .mov {
	    max-width: 220px;
	    min-width: auto;
	    margin: 20px auto;
	}
	.f_bnrArea {
	    padding: 20px;
	    position: relative;
	}
	.f_bnr_clm3 {
	    display: block;
	    margin: 10px auto;
	    gap: 0;
	    max-width: 420px;
	}
	.f_bnr_clm3 .f_bnr,
	.f_bnr.bnr04{
		margin-bottom: 0;
		line-height: 1;
	}
	p.link a:before {
	    margin-left: -15px;
	}

}
@media only screen and (max-width: 420px) {
	.top_mainVisual .mov_box {
	    /*top: calc(70vw - 94px);*/
	}
	.topicBlock a .txtArea p {
	    font-size: 3.3vw;
	    padding-top: 13px;
	    padding-left: 0;
	    padding-right: 0;
	}
}

/* Lower */
#globalContents.lower {
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	#globalContents.lower {
	    padding-bottom: 0;
	}
}
#globalContents.lower #main{
	margin-bottom: 0;
	padding-bottom: 0;
}
#globalContents.lower .top_visionArea{
	padding-top: 30px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
	#globalContents.lower .top_visionArea{
		margin-bottom: 10px;
	}
	#globalContents.lower .top_visionArea h2{
		margin-bottom: 15px;
	}
}
.mainVisual .mv{
	transition: all 0.2s;
	text-align: center;
	width: 100%;
	transition: all 0.2s;
	/*background-position: left center,right center;*/
	background-position: -25% center,125% center;
    background-color: #fff;
	background-repeat: no-repeat;
	background-size: 50vw auto;
}
@media only screen and (max-width: 1100px) {
	.mainVisual .mv{
		background-size: 60vw auto;
	}
}
.mainVisual .mv.case01{
	background-image: url(../image/mv_case01_1.webp),url(../image/mv_case01_2.webp);
}
.mainVisual .mv.case02{
	background-image: url(../image/mv_case02_1.webp),url(https://www.itochu.co.jp/ja/about/work_style/case02/img/mv_case02_2.webp);
}
.mainVisual .mv.case03{
	background-image: url(../image/mv_case03_1.webp),url(../image/mv_case03_2.webp);
}
.mainVisual .mv.hist{
	background: #e1ded8;
}
/*.mainVisual .mv.hist{
	background-image: url(../history/img/mv_hist.webp);
	background-size: cover;
	background-position: 50% 80%;
}*/
.workstyle_links{
	transition: all 0.2s;
}
.workstyle_links ul{
	transition: all 0.2s;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	justify-content: space-between;
}
.workstyle_links li{
	display: block;
	font-weight: bold;
	line-height: 1.4;
	width: 20%;
}
.workstyle_links li a{
	color: #093f86;
	text-decoration: none;
	transition: all 0.2s;
}
.workstyle_links li a span{
	font-size: 16px;
}
@media only screen and (max-width: 920px) {
	.workstyle_links li{
		line-height: 1.2;
	}
	.workstyle_links li a{
		font-size: 1.4rem;
	}
	.workstyle_links li a span{
		font-size: 1.2rem;
	}
}
.workstyle_links.fixed{
	display: table;
	background: #fff;
	position: fixed;
	top: 86px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 0;
	width: 100vw;
	z-index: 60;
	border-bottom: 1px solid #ccc;
}
.anchor{
	display: inline-block;
	height: 0;
	position: absolute;
	margin-top: -50px;
}
.history .anchor{
	margin-top: calc(-150px - 2em);
}
.workstyle_links a{
	display: block;
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 769px) {
	.workstyle_links.fixed ul{
		display: table;
		margin-bottom: 0;
	}
	.workstyle_links.fixed ul li{
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
	}
	.workstyle_links.fixed ul li a{
		padding: 7px 0;
		display: inline-block;
	}
}
@media only screen and (max-width: 768px) {
	.anchor{
		display: inline-block;
		height: 0;
		position: absolute;
		margin-top: -80px !important;
	}
	.history .anchor{
		margin-top: calc(-160px - 2em) !important;
	}
	.workstyle_links{
		position: relative;
		left: 0;
		margin: 0;
		width: 100vw;
		z-index: 60;
		margin-top: -28px;
		margin-bottom: 25px;
		margin-left: -2%;
		border-bottom: 1px solid #ccc;
	}
	.workstyle_links.fixed{	
		position: fixed;
		top: 60px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.workstyle_links ul{
		display: table;
		margin: 0;
		background: rgba(255,255,255,0.85);
	}
	.workstyle_links ul li{
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
	}
	.workstyle_links ul li+li{
		border-left: 1px solid #ccc;
	}
	.workstyle_links ul li a{
		display: block;
		padding: 3px 0;
		font-size: 1.1rem;
	}
	.workstyle_links ul li:nth-child(3){
		font-size: 1rem;
	}
	.workstyle_links ul li a span{
		font-size: 0.7rem;
	}
}
.anchor_links ul{
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	border-right: 2px solid #666;
}
.anchor_links li{
	display: block;
	font-weight: bold;
	line-height: 1.2;
	width: 25%;
	border-left: 2px solid #666;
}
.anchor_links li a{
	transition: all 0.2s;
	display: block;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.07em;
	text-decoration: none;
	padding: 0 0 15px;
	background: url(../image/icon_arw_dwn.webp) no-repeat 50% 100%;
	background-size: 14px auto;
}
.workstyle_links li a:hover,
.workstyle_links li.on a,
.anchor_links li a:hover{
	color: #5f87c8;
}
.workstyle_links li{
	transition: all 0.2s;
	border-bottom: 4px solid transparent;
}
.workstyle_links li:hover{
	border-bottom: 4px solid #093f86;
}
.workstyle_links li.on{
	border-bottom: 4px solid #5f87c8;
}
.anchor_links li a span{
	font-size: 16px;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
	.anchor_links ul{
		flex-wrap: wrap;
		width: 80%;
		max-width: 480px;
		border-right: none;
	}
	.anchor_links li{
		width: 50%;
		margin: 15px 0;
		line-height: 1;
	}
	.anchor_links li a{
		font-size: 1.6rem;
		padding: 0 0 10px;
		background: url(../image/icon_arw_dwn.webp) no-repeat 50% 100%;
		background-size: 11px auto;
	}
	.anchor_links li a span{
		font-size: 1.2rem;
	}
	.anchor_links li:nth-child(2),
	.anchor_links li:nth-child(4){
		border-right: 2px solid #666;
	}
}
.ttlArea{
	display: table;
	text-align: center;
	background: #fff;
	max-width: 320px;
	max-height: 280px;
	width: 32vw;
	min-width: 150px;
	min-height: 140px;
	height: 30vw;
	margin: 0 auto;
	transition: all 0.2s;
	line-height: 1;
	padding-top: 25px;
	vertical-align: middle;
}
.ttlArea h2{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
}
.ttlArea h2 div{
	display: table-cell;
	vertical-align: middle;
}
.ttlArea h2 img{
	width: 25vw;
	max-width: 180px;
	transition: all 0.2s;
}
.ttlArea h2.case03 img{
	width: 25vw;
	max-width: 240px;
	transition: all 0.2s;
}
.ttlArea h2.hist img{
	width: 25vw;
	max-width: 250px;
	transition: all 0.2s;
}
.ttlArea a{
	display: table-row;
	padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	background: url(../image/icon_arw_dwn.webp) no-repeat 50% 50%;
	background-size: 20px auto;
	z-index: 20;
	height: 60px;
	transition: all 0.2s;
}

/*@media only screen and (max-width: 1080px) {
	.mainVisual .mv{
		background-size: auto 110%;
	}
}*/
@media only screen and (max-width: 980px) {
	.mainVisual .mv{
		background-size: auto 100%;
	}
	.ttlArea a{
		height: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.ttlArea h2.case01 img{
		width: 22vw;
	}
	.ttlArea h2.case03 img{
		width: 31vw;
	}
	.ttlArea h2.hist img{
		width: 32vw;
	}
	.ttlArea h2{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ttlArea a{
		font-size: 10px;
		background-size: 16px auto;
		margin-bottom: 0;
		padding-bottom: 0;
		height: 35px;
		padding-top: 10px;
		background-position: 50% 60%;
	}
}
.pj_start{
	color: #0a5fbe;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	font-size: 2.6rem;
	letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
	.pj_start{
		font-size: 2.0rem;
	}
}
.pj_start span{
	position: absolute;
	content: "";
	display: inline-block;
	border-radius: 8px;
	width: 8px;
	height: 8px;
	background: #5f87c8;
	margin: 10px auto 0;
	text-align: center;
}
.pj_box{
	margin: 70px auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px 5%;
	position: relative;
	z-index: 20;
}
.pj_box.wrapper{
	padding: 0;
}
.pj_box.wrapper .inner{
	padding: 30px 5%;
}
.pj_box.wrapper .inner_box{
	border-top: 2px solid #093f86;
	background: #f0f2f5;
	padding: 30px 5%;
	border-radius: 0 0 10px 10px;
}
.pj_box .flexArea{
	margin: 40px auto 30px;
}
.pj_box .flexArea .movArea{
	text-align: center;
	margin-left: 5%;
	width: 30%;
}
.movArea .small{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.pj_box .flexArea .img{
	text-align: center;
	width: 35%;
	margin-bottom: 15px;
}
.pj_box .flexArea .img figure{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.pj_box .flexArea .movArea .mov,
.pj_box .flexArea .img img{
	max-width: 100%;
	margin: 0 auto;
}
.pj_box .flexArea .movArea p,
.pj_box .flexArea .img p{
	font-weight: bold;
}
.thum_link{
	padding-top: 50px;
}
@media only screen and (max-width: 768px) {
	.pj_box{
		margin: 50px auto;
		padding: 20px 15px 10px;
	}
	.pj_box.wrapper{
		padding: 0;
	}
	.pj_box.wrapper .inner,
	.pj_box.wrapper .inner_box{
		padding: 20px 15px 10px;
	}
	.pj_box.mt30{
		margin-top: 30px;
	}
	.pj_box .flexArea .movArea,
	.pj_box .flexArea .img{
		margin-left: 0;
		width: 100%;
	}
	.pj_box .flexArea{
		display: block;
	}
	.pj_box .flexArea .movArea .mov
	.pj_box .flexArea .img img{
		max-width: 320px;
	}
	.movArea .small{
		font-size: 1.3rem;
	}
	.thum_link{
		padding-top: 0;
		text-align: center !important;
		padding-bottom: 0;
	}
}
.pj_box .txtComent,
.txtComent{
	background: url(../image/bg_comment.webp) no-repeat 0 0;
	background-size: cover;
	padding: 25px 35px 15px;
	box-shadow: 2px 2px 6px #bbb6ad;
	margin: 40px auto 30px;
}
.pj_box .txtComent h3,
.txtComent h3{
	text-align: left;
	border-bottom: 1px solid #8d898a;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 22px;
}
.pj_box .txtComent h3{
	margin-bottom: 10px;
}
.pj_box .txtComent h3+p{
	margin-top: 20px;
}
.pj_box .txtComent p,
.txtComent p{
	margin-bottom: 10px;
}
.pj_box .txtComent .flexArea,
.txtComent .flexArea{
	margin: 0 auto;
}
.pj_box .txtComent .txtArea,
.txtComent .txtArea{
	width: 62%;
	margin-left: 3%;
	padding-right: 0;
}
.pj_box .txtComent .movArea,
.txtComent .movArea{
	width: 35%;
	margin-left: 0;
}
.pj_box .txtComent .txtArea h4,
.txtComent .txtArea h4{
	font-weight: bold;
}
.pj_box .txtComent .txtArea h4{
	margin-top: 15px;
}
.pj_box .txtComent .icon_p .aln_r,
.txtComent .icon_p .aln_r{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	display: inline-block;
	float: right;
}
/*.pj_box .txtComent .icon_p h3{
	margin-left: 100px;
}*/
@media only screen and (max-width: 768px) {
	.pj_box .txtComent h3{
		margin-bottom: 20px;
	}
	.pj_box .txtComent .icon_p .aln_r,
	.txtComent .icon_p .aln_r{
		background-position: 0 10px;
		padding-left: 70px;
		background-size: 60px;
	}
	.pj_box .txtComent .icon_p .aln_r.s_pt0,
	.txtComent .icon_p .aln_r.s_pt0{
		padding-top: 0;
	}
	/*.pj_box .txtComent .icon_p h3,
	.pj_box .txtComent .icon_p h4{
		margin-left: 0;
    	padding-top: 80px;
	}*/
}
.pj_box .flexArea .txtComent.wfull{
	width: 100%;
	margin-left: 0;
}
.pj_box .flexArea .img{
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.pj_box .txtComent,
	.txtComent{
	margin: 20px auto 40px;
	padding: 15px 20px 10px;
	}
	.pj_box .txtComent h3,
	.txtComent h3{
		font-size: 1.8rem;
	}
	.pj_box .txtComent .movArea,
	.pj_box .txtComent .txtArea,
	.txtComent .movArea,
	.txtComent .txtArea{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
.pj_box .index_box{
	text-align: center;
}
.pj_box .index_box .label{
	background: #5f87c8;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	padding: 5px 30px;
	letter-spacing: 0.07em;
	line-height: 1;
}
.pj_box.ol .index_box .label{
	background-color: #093f86;
}
.pj_box.ol{
	border: 4px solid #093f86;
	margin-top: 5px;
}
.pj_box.oth{
	background: transparent;
	border: 2px solid #093f86;
}
.pj_box.note{
	border-radius: 0;
	background: url(../image/bg_comment.webp) no-repeat 0 0;
    background-size: cover;
    padding: 25px 35px 15px;
    box-shadow: 2px 2px 6px #bbb6ad;
    margin: 40px auto 30px;
}
.pj_box.note h5 {
    text-align: left;
    border-bottom: 1px solid #8d898a;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 22px;
}
.pj_box.note h5:after{
	display: none;
}
@media only screen and (max-width: 768px) {
	.pj_box.ol{
		border: 3px solid #093f86;
	}
	.pj_box.note{
		padding: 15px;
	}
}
.pj_box .index_box h5{
	font-weight: bold;
	margin: 10px auto 15px;
}
.pj_box h3{
	margin-bottom: 20px;
	line-height: 1.6em;
}
.pj_box h4{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
	.pj_box .index_box .label{
		font-size: 2.0rem;
	}
	.pj_box .index_box h5{
		margin-top: 5px;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.pj_box h3{
		font-size: 1.8rem;
	}
	.pj_box h4{
		font-size: 1.6rem;
	}
}
.pj_box p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.pj_box p.small,
.pj_box .small {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.pj_box .mov+.small{
	margin-top: 5px;
}
.pj_box figure{
	width: 30%;
	margin: 40px auto;
	min-width: 400px;
}
.pj_box figure.w200{
	width: 30%;
	margin: 40px auto;
	min-width: 200px;
}
.pj_box figure.img{
	width: 100%;
	max-width: 940px;
	margin: 20px auto;
	min-width: 320px;
}
@media only screen and (max-width: 1080px){
	.pj_box figure.img{
		min-width: 240px;
	}
	.flexArea .mov{
		min-width: auto;
	}
}
.flexArea.txtComent.white .mov {
	    min-width: 320px;
	}
.pj_box figure.fl_l {
	float: left;
	margin: 10px 30px 15px 0;
	width: 30%;
}
.pj_box figure.fl_r {
	float: right;
	margin: 10px 0 15px 30px;
	width: 30%;
}
.pj_box figure.fl_r2 {
	float: right;
	margin: 10px 0 15px 30px;
	width: 15%;
}
@media only screen and (max-width: 768px) {
	.pj_box .flexArea .img{
		display: block;
		width: 100%;
		text-align: center;
		max-width: 320px;
		margin: 0 auto;
	}
	.pj_box .flexArea .img+p{
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.pj_box p.small,
	.pj_box .small {
		font-size: 1.4rem;
	}
	.pj_box figure,
	.pj_box figure.fl_l,
	.pj_box figure.fl_r {
		float: none;
		margin: 0 auto 20px;
		width: 40%;
		min-width: 320px;
	}
	.pj_box figure.w200{
		min-width: 200px;
	}
	.pj_box figure.fl_r2 {
		min-width: 150px;
	}
}
.pj_box figure img {
	max-width: 100%;
}
.pj_box .clearfix+.clearfix{
	margin-top: 20px;
}
.pj_box .clm2 figure.w01.pt{
	padding-top: 15px;
}
.pj_box .clm2{
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.pj_box .clm2 figure.w01{
	width:46%;
	text-align: center;
}
.pj_box .clm2 figure.w01.pt{
	width:45%;
	text-align: center;
	padding-right:5%;
	min-width: auto;
}
.pj_box .clm2 figure.w01.pt{
	padding-top: 60px;
}
.pj_box .clm2 .data{
	margin-top: 20px;
}
.pj_box .clm2 .data p{
	font-weight: bold;
	color: #093f86;
	line-height: 1.3;
	padding: 12px 35px;
	border-radius: 7px;
	margin:0 20px 20px;
	font-size: 20px;
	background: #f0f2f5;
	text-align: center;
}
.pj_box .clm2 .data p .num{
	font-size: 36px;
}
.pj_box .clm2 figure.thum{
	margin-top: 0;
	min-width: auto;
	max-width: 130px;
}
.pj_box .clm2 figure.thum img{
	width: 100%;
}
@media only screen and (max-width: 1080px) {
	.pj_box .clm2 figure.w01{
		margin-right: 4%;
	}
	.pj_box .clm2 figure.w01.pt{
		padding-top: 6vw;
	}
}
.pj_box .clm2 figure.w02{
	width:50%;
	text-align: center;
	min-width: auto;
}
.pj_box .clm2 figure.w01.pt img{
	max-width: 400px;
	width: 100%;
}
@media only screen and (max-width: 1080px) {
	.pj_box .clm2 figure.w01 img{
		max-width: 340px;
		width: 100%;
	}
}
.pj_box .clm2 figure.w02 img{
	max-width: 560px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.pj_box .clm2 figure.w01{
		margin-right: auto;
		padding-top: 0;
	}
	.pj_box .clm2 figure.w01.pt{
		padding-bottom: 20px;
		padding-right:0;
	}
	.pj_box .clm2 figure.w01,
	.pj_box .clm2 figure.w01 img,
	.pj_box .clm2 figure.w02,
	.pj_box .clm2 figure.w02 img{
		max-width: 100%;
		width: 100%;
	}
	.pj_box .clm2 figure.w01.pt,
	.pj_box .clm2 figure.w01.pt img{
		max-width: 320px;
		width: 100%;
	}
	.pj_box .flexArea.clm2 .clm .data p{
		text-align: center;
		font-size: 2.0rem;
	    max-width: 270px;
	    margin: 0 auto 20px;
	}
	.pj_box .clm2 .data p .num{
		font-size: 3.2rem;
	}
}
.pj_box h5::after {
    content: '';
    height: 1px;
    display: inline-block;
    border-bottom: 3px solid #5f87c8;
    position: absolute;
    margin-top: 30px;
}
.pj_box .flexArea.clm3 .clm{
	width: 30%;
}
.pj_box .flexArea.clm3 .clm:nth-child(1){
	margin-right: 5%;
}
.pj_box .flexArea.clm3 .clm:nth-child(3){
	margin-left: 5%;
}
.pj_box .flexArea.data_info.clm2{
	display: flex;
	flex-wrap: wrap;
}
.pj_box .flexArea.clm2 .clm{
	width: 48%;
	margin-bottom: 35px;
}
.pj_box .flexArea.clm2 .clm:nth-child(1),
.pj_box .flexArea.clm2 .clm:nth-child(3),
.pj_box .flexArea.clm2 .clm:nth-child(5){
	margin-right: 4%;
}
@media only screen and (max-width: 768px) {
	.pj_box .flexArea.clm3{
		display: flex;
		flex-wrap: wrap;
	}
	.pj_box .flexArea.clm3 figure,
	.pj_box .flexArea.clm2.data figure{
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}
	.pj_box .flexArea.clm3 figure.img,
	.pj_box .flexArea.clm2.data figure.img{
		margin-top: 0;
	}
	.pj_box .flexArea.clm3 .clm{
		width: 48%;
	}
	.pj_box .flexArea.clm2 .clm,
	.pj_box .flexArea.clm2 .clm p{
		width: 100%;
		max-width: 100%;
	}
	.pj_box .flexArea.clm2 .clm p{
		text-align: left;
	}
	.pj_box .flexArea.clm2 .clm:nth-child(1),
	.pj_box .flexArea.clm2 .clm:nth-child(3),
	.pj_box .flexArea.clm2 .clm:nth-child(5){
		margin-right: 0;
	}
	.pj_box .flexArea.clm3 .clm:nth-child(1),
	.pj_box .flexArea.clm3 .clm:nth-child(3){
		margin-right: 4%;
		margin-left: 0;
	}
	.spScroll {
	    position: relative;
	    margin-left: 0;
	    margin-right: 0;
	    overflow-y: hidden;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.spScroll img {
	    position: relative;
	    width: 800px;
	    min-width: 800px;
	    padding: 10px 0 30px;
	    text-align: center;
	    margin-left: auto;
	    margin-right: 0;
	}
}
.clm2 .ol_box01{
	width: 50%;
}
.ol_box01{
	border: 2px solid #093f86;
	border-radius: 10px;
	margin-bottom: 45px;
}
.ol_box01 h3{
	background: #f0f2f5;
	color: #093f86;
	text-align: left;
	padding: 5px 20px 5px 60px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.ol_box01 h3{
	background-position: 15px 50%;
	background-size: 35px;
	background-repeat: no-repeat;
}
.ol_box01+.ol_box01{
	margin-left: 2%;
}
@media only screen and (max-width: 768px) {
	.clm2 .ol_box01{
		width: 100%;
	}
	.ol_box01+.ol_box01{
		margin-left: 0;
	}
}
.ol_box01 > .flexArea{
	padding: 15px 20px 20px;
	margin: 0;
}
.pj_box .ol_box01 > .flexArea figure{
	margin-bottom: 0;
}
.ol_box01 > .flexArea > .flexArea{
	padding: 0 0;
	margin: 0;
}
.ol_box01 > .flexArea.inner_flex{
	flex-wrap: wrap;
}
.ol_box01 > .flexArea.inner_flex > .flexArea{
	width: 50%;
	padding-bottom: 0;
}
.ol_box01 > .flexArea.inner_flex > .flexArea:nth-child(1){
	width: 49%;
	margin-bottom: 10px;
}
.ol_box01 > .flexArea.inner_flex > .flexArea:nth-child(2){
	width: 49%;
	margin-left: 2%;
	margin-bottom: 10px;
}
.ol_box01 > .flexArea .txtArea{
	margin-right: 0;
	padding-right:0;
}
.ol_box01 > .flexArea .txtArea h5{
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.ol_box01 > .flexArea .txtArea h5:before{
	content: "■";
	color: #093f86;
	position: absolute;
	margin-left: -20px;
}
.ol_box01 > .flexArea .txtArea ul{
	margin-top: 5px;
}
.ol_box01 > .flexArea .txtArea ul li,
.modalDetail .txtArea ul li{
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 16px;
	list-style-type: disc;
	margin-left: 20px;
}
.ol_box01 > .flexArea > figure,
.ol_box01 > .flexArea > .flexArea > figure{
	width: 130px;
	min-width: auto;
	margin-right: 15px;
	margin-top: 5px;
	padding-top: 0;
	margin-left: 0;
}
.modalDetail.ol_txtmodal{
	padding: 35px;
    max-width: 800px;
}
@media only screen and (max-width: 768px) {
	.modalDetail.ol_txtmodal{
		padding: 15px;
	}
	.modalDetail.ol_txtmodal .txtArea ul li{
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 768px) {
	.pj_box .ol_box01 > .flexArea figure {
	   margin-right: 0;
	}
	.ol_box01 > .flexArea{
		display: flex;
		padding: 15px;
	}
	.ol_box01+.ol_box01{
		margin-left: 0;
	}
	.ol_box01 h3{
		font-size: 2.2rem;
	}
	.ol_box01 > .flexArea .txtArea h5{
	    font-size: 1.7rem;
	}
	.ol_box01 > .flexArea .txtArea p{
	    font-size: 1.6rem;
	}
	.ol_box01 > .flexArea.inner_flex > .flexArea{
		display: flex;
		width: 100%;
	}
	.ol_box01 > .flexArea.inner_flex > .flexArea:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.ol_box01 > .flexArea.inner_flex > .flexArea:nth-child(2){
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.ol_box01 > .flexArea > figure,
	.ol_box01 > .flexArea > figure img,
	.ol_box01 > .flexArea.inner_flex > .flexArea > figure,
	.ol_box01 > .flexArea.inner_flex > .flexArea > figure img{
		max-width: 100px;
		width: 100%;
	}
}
.comment{
	display: table;
	border-radius: 7px;
	background: #cfdbee;
	padding: 15px 15px 5px;
	margin-bottom: 15px;
}
.comment .p01,
.comment .p02,
.comment .p03{
	padding-left: 42px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.comment .p01{
	background: url(../image/icon_p01.webp) no-repeat 0 0;
	background-size: 35px;
}
.comment .p02{
	background: url(../image/icon_p02.webp) no-repeat 0 0;
	background-size: 35px;
}
.comment .p03{
	background: url(../image/icon_p03.webp) no-repeat 0 0;
	background-size: 35px;
}

h3.year{
	text-align: center;
	margin-top: -50px;
	position: relative;
}
h3.year span{
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #0a5fbe;
	border-radius: 30px;
	padding: 3px 30px;
	margin: 0 auto;
}
.pj_box .flexArea.indexArea .tag{
	position: relative;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	border-radius: 4px;
	text-align: center;
	width: auto;
	width: 180px;
	background: #fff;
	border: 1px solid #074096;
	line-height: 1.6;
}
.pj_box .flexArea.indexArea .tag.cat01{
	background: #FAEAC9;
	border: 1px solid #F2D28F;
}
.pj_box .flexArea.indexArea .tag.cat02{
	background: #FAE4EB;
	border: 1px solid #E682A3;
}
.pj_box .flexArea.indexArea .tag.cat03{
	background: #DFEFEF;
	border: 1px solid #BBDFDC;
}
.pj_box .flexArea.indexArea .tag.cat04{
	background: #EBF3DE;
	border: 1px solid #A5CA6C;
}
.pj_box .flexArea.indexArea .tag.cat05{
	background: #C7C8E4;
	border: 1px solid #8D93C7;
}
.pj_box .flexArea.indexArea .tag.cat06{
	background: #D9E4F3;
	border: 1px solid #4A95CF;
}
.pj_box .flexArea.indexArea .tag.cat07{
	background: #FCFCBD;
	border: 1px solid #FAF96A;
}
.pj_box .flexArea.indexArea h4{
	background: #fff;
	color: #074096;
	padding: 2px 0 5px;
}
@media only screen and (max-width: 980px) {
	.pj_box .flexArea.indexArea h4{
		font-size: 1.5rem;
		padding: 5px 0;
		line-height: 1.4;
	}
	.pj_box .flexArea.indexArea h4 br{
		display: none;
	}
}
.pj_box .flexArea.indexArea .tag+p{
	margin-bottom: 5px;
	font-size: 16px;
}
.pj_box.year_box > .flexArea{
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
}
.pj_box.year_box > .flexArea > div{
	width: 50%;
}
.pj_box.year_box > .flexArea + .flexArea,
.pj_box.year_box > .w_full + .flexArea{
	margin-top: 60px;
}
.pj_box .flexArea.indexArea{
	position: relative;
	margin-top: -10px;
	height: 120px;
	margin-bottom: 3px;
}
.pj_box.year_box .flexArea{
	display: flex;
}
@media only screen and (max-width: 768px) {
	.pj_box.year_box .flexArea{
		flex-wrap: wrap;
	}
	.flexArea.indexArea .indexTxt{
		width: calc(100% - 65px);
	}
	.flexArea.indexArea .indexTxt h4{
		display: block;
		margin-bottom: 5px;
	}
	.pj_box .flexArea.indexArea .tag{
		font-size: 1.4rem;
		width: 150px;
	}
	.pj_box.year_box > .flexArea + .flexArea,
	.pj_box.year_box > .w_full + .flexArea{
		margin-top: 0;
	}
	.pj_box.year_box > .flexArea{
		display: block;
	}
	.pj_box.year_box > .flexArea > div,
	.pj_box.year_box > .flexArea .w_full{
		width: 100%;
		margin-bottom: 5px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.pj_box .flexArea.indexArea{
		height: auto;
	}
}
.pj_box .flexArea.indexArea figure{
	width: 66px;
	min-width: auto;
	margin: 5px 15px 0 0;
}
.pj_box .clm3 .flexArea.indexArea figure{
	width: 64px;
}
@media only screen and (max-width: 768px) {
	.pj_box .flexArea.indexArea figure,
	.pj_box .clm3 .flexArea.indexArea figure{
		width: 55px;
		margin-right: 10px;
	}
}
.pj_box.year_box .flexArea figure.photo{
	margin-top: 0;
	margin-bottom: 20px;
	min-width: auto;
	width: 44%;
}
.pj_box.year_box .clm3.flexArea figure.photo{
	margin-top: 0;
	margin-bottom: 20px;
	min-width: auto;
	width: 65%;
}
@media only screen and (max-width: 768px) {
	.pj_box.year_box .clm3.flexArea figure.photo{
		margin-bottom: 5px;
	}
}
.pj_box.year_box .flexArea figure.photo.w_full{
	width: 75%;
	display: flex;
}
@media only screen and (max-width: 768px) {
	.pj_box.year_box .flexArea figure.photo.w_full{
		margin-top: 0;
		padding-top: 0;
	}
}
@media only screen and (max-width: 980px) {
	.pj_box.year_box .txt,
	.pj_box.year_box .txt ul,
	.pj_box.year_box p.link a{
		font-size: 1.4rem;
	}
}
.pj_box.year_box > .w_full .txt,
.pj_box.year_box .w_full + .txt ul{
	position: relative;
	margin: -20px 7% 0;
}
.pj_box.year_box > .w_full .photo{
	position: relative;
	width: 85%;
	margin: -20px 7% 30px;
	display: flex;
}
.pj_box.year_box > .w_full .photo img{
	width: calc(100% / 4);
	margin: 0 1px;
}
.pj_box.year_box .flexArea p.txt,
.pj_box.year_box .flexArea p.link{
	margin: 0 10%;
}
@media only screen and (max-width: 768px) {
	.pj_box.year_box .flexArea p.txt,
	.pj_box.year_box .flexArea p.link,
	.pj_box.year_box > .w_full .txt,
	.pj_box.year_box .w_full + .txt ul{
	    margin: 0;
	}
	.pj_box.year_box .photo,
	.pj_box.year_box .flexArea figure.photo,
	.pj_box.year_box > .w_full .photo,
	.pj_box.year_box .clm3.flexArea figure.photo{
		width: 54%;
		min-width: 200px;
		margin-bottom: 15px;
	}
	.pj_box.year_box > .w_full .photo.img_block{
		margin-top: 5px;
		width: 90%;
		padding-left: 10%;
		flex-wrap: wrap;
	}
	.pj_box.year_box > .w_full .photo.img_block img{
		width: 45%;
	}
}
.pj_box.year_box > .w_full .txt ul{
	margin-bottom: 10px;
}
.pj_box.year_box > .w_full .txt ul li:before,
.pj_box.year_box .txt ul li:before{
	content: "・";
	color: #074096;
	position: absolute;
	margin-left: -25px;
}
.pj_box.year_box > .w_full .txt ul li,
.pj_box.year_box .txt ul li{
	padding-left: 20px;
}
.btn{
	text-align: center;
	margin-top: 15px;
}
.btn a{
	color: #000;
	font-weight: bold;
	text-decoration: none !important;
	display: inline-block;
	background: #fff;
	padding: 30px 60px;
	border-radius: 10px;
	transition: all 0.2s;
    border: 3px solid transparent;
    line-height: 1.4;
}
.btn02 a{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
	display: inline-block;
	background: #fff;
	padding: 10px 15px 10px 20px;
	border-radius: 30px;
	transition: all 0.2s;
    border: 3px solid transparent;
    line-height: 1.4;
}
.btn02 a:hover,
.btn a:hover{
	border-color: #093f86;
}
.btnArea{
	position: relative;
	margin-top: -35px;
  	padding-bottom: 20px;
}
.btnArea .btn02{
	text-align: right;
}
.btnArea .btn02+.btn02{
	margin-top: 15px;
	margin-right: 10px;
}
@media only screen and (max-width: 768px) {
	.btn a{
		padding: 20px 30px;
		font-size: 16px;
	}
	p.link a{
		padding-left: 0;
	}
	p.link a:before {
		margin-top: 0.4em;
		margin-left: -0.6em;
	}
	.btnArea .btn02+.btn02{
		margin-right: auto;
	}
}

.selectArea {
	position: absolute;
  overflow: hidden;
  width: 170px;
  margin: -4em auto 1.5em ;
  text-align: center;
  line-height: 1;
}
.selectArea select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
}
.selectArea select::-ms-expand {
  display: none;
}
.selectArea {
  position: relative;
  border-radius: 2px;
  border: 2px solid #0a5fbe;
  border-radius: 50px;
  background: #ffffff;
}
.selectArea::before {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0a5fbe;
  pointer-events: none;
}
.selectArea select {
	line-height: 1;
	position: relative;
	margin-top: -15px;
  padding: 15px 38px 15px 8px;
  color: #0a5fbe;
}
@media only screen and (max-width: 768px) {
	.btnArea{
		position: relative;
		margin-top: 0;
	}
	.btnArea .btn02 {
	    text-align: center;
	}
	.selectArea {
		width: 150px;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	.selectArea select {
		font-size: 16px;
		padding: 10px 35px 10px 8px;
	}
	.selectArea::before {
		top: 18px;
	}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.topics .flexArea.tagArea .date {
    margin-left: auto;
    color: #666;
}
.topics .flexArea.tagArea .tag{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.topics .flexArea.tagArea.tags{
    width: 35%;
    margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
	.topics .flexArea.tagArea.tags{
	    width: 50%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.topics .flexArea.tagArea .date{
		font-size: 1.4rem;
	}
}
.topics #breadcrumbNav{
	padding-top: 80px;
}
.topics .pj_box {
	margin-bottom: 10px;
}
.topics .pj_box.wrapper .inner_box,
.topics .pj_box.ol{
	border-radius: 0;
	border: none;
	background: none;
	padding-top: 0;
}
.topics h2 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 0;
}
.topics figure.fl_c.main{
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	min-width: 500px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.topics h2 {
    	font-size: 20px;
	}
	.topics figure.fl_c.main{
		min-width: auto;
	}
}
.topics #globalContents.lower .top_visionArea {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.topics #globalContents.lower .top_visionArea {
	    margin-bottom: 0;
	}
	.topics .pj_box.wrapper .inner_box {
	    padding: 20px 10px 10px;
	}
	.topics .mainVisual h1{
		margin-top: 52px;
	}
	.topics .workstyle_links{
		margin-bottom: 60px;
	}
.top .modalDetail .flexArea.tagArea .tag.spSmall,
.top .modalDetail .flexArea.tagArea.spSmall {
      font-size: 12px !important;
  }
}

.figureBlock{
	margin: 30px auto 20px;
	text-align: center;
}
.figureBlock table{
	margin: 0 auto;
}
.figureBlock.clm4 .image img{
	height: 220px;
	width: auto;
}
.figureBlock.clm3 .image img,
.figureBlock.clm2 .image img{
	height: 270px;
	width: auto;
}
.figureBlock td.item+td.item{
	padding-left: 2px;
}
@media only screen and (min-width: 769px) {
	.flexArea .txtArea.w55{
		width: 55%;
	}
	.flexArea .comment.w45,
	.flexArea .txtArea.w45{
		width: 45%;
	}
}

@media only screen and (max-width: 1200px) {
	.figureBlock td.item p.image img {
	    object-fit:cover;
	}
}
@media only screen and (max-width: 768px) {
	.figureBlock{
		text-align: center;
		margin: 20px auto 10px;
	}
	.figureBlock table{
		margin: 0 auto;
	}
	.figureBlock.clm4 .image img{
		height: 22vw;
	}
	.figureBlock.clm3 .image img{
		height: 27vw;
	}
	.figureBlock.clm2 .image img{
		height: 35vw;
	}
	.flexArea .txtArea.w55{
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.history #colorbox,
	.history #cboxWrapper,
	.history #cboxContent,
	.history #cboxLoadedContent{
	    height: auto !important;
	}
}
.comment p.link a{
	text-decoration: underline !important;
}
.comment p.link a:hover{
	text-decoration: none !important;
}
@media only screen and (min-width: 981px) {
	.txtComent p.link.mtUp{
	    position: relative;
	    margin-top: -80px;
		padding-bottom:30px;
	}
}
@media only screen and (max-width: 980px)  and (min-width: 769px) {
	.txtComent p.link.mtUp{
    margin-top: -120px;
    padding-bottom:10vw;
    width: 300px;
}
}

.top_visionArea .bnr.clm2{
max-width: 740px;
display: flex;
gap: 30px;
margin: 50px auto;
}

@media only screen and (max-width: 768px){
.top_visionArea .bnr.clm2{
display: block;
margin: 30px auto;
max-width: 75%;
}
_::-webkit-full-page-media, _:future, :root .over_iOS #cboxContent {
	top:-500px;
}
}