﻿@charset "utf-8";
/*---------------header画像---------------*/
#topImage{
	background-image: url("../img/project/top.jpg");
	background-position: center center; 
	background-size:cover;
}
/*---------------project---------------*/
.project a{
	text-decoration: none;
}
.breadCrum-inner{
	width: 1140px;
	margin: 0 auto;
}
.project h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	border-bottom: solid 3px #0c3d7f;
	font-size:28px;
	font-weight:bold;
	padding-left:2%;
	margin-bottom: 40px;
}
.project h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	border-bottom: solid 0px #dfdfdf;
	position: relative;
}
.project p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size:16px;	
	font-weight: bold;
}
.project img{
	width:100%;
}
.proDetail_L{
	width:46%;
	float:left;
	padding:24px 2%;
}
.proDetail_R{
	width:50%;
}
.proDetail_C{
	width:96%;
	padding:24px 2% 16px 2%;
}
.proBox{
	padding:0px 2%;
}
.proDetail_SL{
	width:32%;
	float:left;
	padding:0px 2% 24px 0px;
}
.proDetail_SL2{
	width:32%;
	float:left;
	padding:0px 2% 24px 0px;
}
.proDetail_SM{
	width:32%;
	float:left;
	padding:0px 2% 24px 0px;
}
.proDetail_SR{
	width:32%;
	float:left;
	padding:0px 0px 24px 0px;
}
.projectBox{
    padding-top:64px;
}
.projectBox:first-child{
    padding-top:0px;
}
.content-area {
    display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.relatedContent-area{
	display: flex;
	justify-content: space-between;
}
.relatedContent{
}
.relatedContent img {
    width: 100%;
	height: 150px;
	display: block;
	object-fit: cover;
}
.relatedContent h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    color: #fff;
    background-color: #000E28;
    line-height: 1.5;
    margin: 0;
    border: none;
	height: 70px;
}
.relatedContent_L{
    width: 100%;
    position: relative;
}
.relatedContent_R{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #2580BF;
    color: #fff;
    text-align: right;
}
.category-box{
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #585858;
    color: #fff;
    padding: 5px 15px;
	
}
.relatedContent_btn{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-size: 14px;
	text-align: center;
    background-color: #2580BF;
    color: #fff;
	width: 205px;
	margin-top: 40px;
}
.relatedContent_btn a{
	display: block;
	padding: 10px 15px;
	color: #fff;
}
/*---------------project---------------*/
/*.project img{
	float:left;
	width:42%;
	margin-right:3%;
	border:1px solid #dfdfdf;
}
.projectDetail{
	box-sizing:border-box;
	margin-bottom:32px;
}
.projectText th{
	background-color:#fffce6;
}
.projectText th, .projectText td{
	border:1px solid #000;
	padding:6px 16px;
}
.small{
	font-size:16px;
}*/

/*--------------
 Swiper設定
---------------*/
.gallery02{
	padding: 0 2% 32px;
}
.gallery02 .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 524px;
}
.gallery02 .l-section .l-inner {
    padding-bottom: 8rem;
}

.gallery02 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 16px;
}

/*
.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}
*/

.gallery02 .slider {
  height: auto;
  width: 100%;
}

.gallery02 .slider-thumbnail {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery02 .slider-thumbnail .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}
.gallery02 .slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery02 .slider2 {
  height: auto;
  width: 100%;
}
.gallery02 .slider-thumbnail2 {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery02 .slider-thumbnail2 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}
.gallery02 .slider-thumbnail2 .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 32px!important;
    height: 32px!important;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.gallery02 .swiper-button-prev::before, .gallery02 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: #2D9BE0!important;
}
.gallery02 .swiper-button-prev::after, .gallery02 .swiper-button-next::after {
	color: #fff;
	z-index: 24;
	font-size: 16px!important;
	font-weight: bold;
}

.card03 {
    overflow: hidden;
}
.card03 .l-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.card03 .slide-media,
.card03 .thumb-media {
    position: relative;
    overflow: hidden;
}
.card03 .slide-media img,
.card03 .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card03 .swiper {
    overflow: visible;
}
.card03 .swiper-button-prev, .card03 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 32px!important;
    height: 32px!important;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.card03 .swiper-button-next {
    left: calc(100% - 2.6rem);
}
.card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: #2D9BE0!important;
}
.card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
	color: #fff;
	z-index: 24;
	font-size: 16px!important;
	font-weight: bold;
}
.card03 .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}
.card03 .slide-media {
    padding-top: 62.5%;
}
.card03 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}
.card03 .slide-content {
    padding: 3.2rem;
}
.card03 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
}
.card03 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
}
.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
.pc {
    display: none !important;
}
.card03 .swiper {
    padding: 0 3.2rem;
}
.card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
}
}
@media only screen and (min-width: 1025px) {
.tab-sp {
    display: none !important;
}
.card03 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.card03 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
}
.card03 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@media only screen and (max-width: 599px) {
.pc-tab {
    display: none !important;
}
}
/*----------------------------------------------------
 タブ設定
----------------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  margin: 0 auto;
  font-size: 0;
}

/*タブのスタイル*/
.tab_class {
  width: 192px;
  padding: 16px;
  border: 1px solid #2D9BE0;
  background-color: #2D9BE0;
  line-height: 28px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif!important;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_class2{
	margin-left:2%;
}
.tab_class:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_name"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.content_class {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_contents,
#tab2:checked ~ #tab2_contents {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_class {
  background-color: #fff;
  color: #2D9BE0;
}