@charset "UTF-8";

.cp_breadcrumb {
	margin-bottom: 100px;
}
.company {
	position: relative;
	margin-bottom: 150px;
}
.company .title-a .access .title-a {
    font-size: 26px;
    margin-bottom: 40px;
}

.table.inner {
	padding:0 125px;
}
.table_title {
    width: 210px;
    padding-left: 0.5em;
    border-bottom: solid 1px #77a3d0;
    margin-right: 84px;
    height: 130px;
    font-size: 18px;
    font-weight: bold;
    line-height: 130px;
}
 .table_info {
    width: calc(100% - 294px);
    font-size: 18px;
    border-bottom: solid 1px #dbdbdb;
    height: 130px;
	line-height: 130px;
}
.table_line:nth-child(4) .table_title{
	height:235px;
	line-height:235px;
}
.table_line:nth-child(4) .table_info {
	height:auto;
	line-height:1.5em;
	padding:2em 0;
}
.table_line:nth-child(5) .table_title{
	height:208px;
	line-height:235px;
}
.table_line:nth-child(5) .table_info {
	height:auto;
	line-height:1.5em;
	padding:2em 0;
}
.table_line:nth-child(6) .table_title{
	height:auto;
	line-height:127px;
}
.table_line:nth-child(6) .table_info {
	height:auto;
	line-height:1.5em;
	padding:2em 0;
}
.table_line:last-child {
	margin-bottom:120px;
}
.member img {
	width:100%;	
}
.tab-list-wrap {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.map {
	margin-bottom: 70px;
}
.photo {
	margin-bottom: 70px;
}
.photo img {
	width:270px;
	
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1 {
    background-color: #d2e7f9;
    color: #202020;
    border: solid 1px #202020;
}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 {
    background-color: #e1f0e0;
    color: #202020;
    border: solid 1px #202020;
}
.tab-list {
    width: 320px;
    height: 80px;
    border: 1px solid #ccc;
    color: #ccc;
    margin-right: 50px;
    background-color: #fff;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}
.car {
	font-size:18px;
	line-height: 1.8em;
}
.car .bold {
	font-size:20px;
	margin-bottom: 0.5em;
}
.car img {
    width: 570px;
    height: auto;
    border-radius: 25px;
    margin-right: 40px;
}

/**************************************************************************

 　　768px以下に適用されるCSS（スマートフォン）

**************************************************************************/

@media screen and (max-width: 768px) {
	
/* メインビジュアル
----------------------------------------------------------- */
.cp_breadcrumb {
    margin-bottom: 10vw;
}	
.table_title {
    width: 100%;
    padding-left: 0.5em;
    margin-right: 0;
    height: 15vw;
    line-height: 15vw;
    font-size: 4vw;
}
	
.table_info {
    width: 100%;
    font-size: 3.8vw;
    line-height: 15vw;
    height: 15vw;
    padding-left: 1em;
}
.table.inner {
    padding: 0;
}
.accordion-area {
    max-width: 100%;
}
.company .title-a,.access .title-a {
    font-size: 5vw;
    display: block;
    margin-bottom: 3vw;
}
/*
.title {
    font-size: 4vw;
    padding: 1em 2.9em 1em 4.4em;
    line-height: 1.5em;
    margin-bottom: 3.75vw;
    color: #fff;
    border-radius: 30vw;
    letter-spacing: 0.05em;
}
*/
.table_line:nth-child(4) .table_title {
    height: 15vw;
    line-height: 15vw;
}
.table_line:nth-child(4) .table_info,.table_line:nth-child(5) .table_info,.table_line:nth-child(6) .table_info {
    padding-left: 1em;
}
.table_line:nth-child(5) .table_title {
    height: 15vw;
    line-height: 15vw;
}	
.table_line:nth-child(6) .table_title {
    height: auto;
    line-height: 15vw;
}
.table_line:last-child {
    margin-bottom: 7vw;
}
.company {
    margin-bottom: 10vw;
}
.tab-list {
    width: 40vw;
    height: 17vw;
    margin-right: 5vw;
    line-height: 17vw;
    font-size: 4vw;
}
.map {
	margin-bottom:5vw;
}
.photo {
	margin-bottom:8vw;
}
.map iframe {
	width:100%;
	height:100vw
}
.photo img {
    width: 23vw;
}
.car {
	padding:0 5vw;
	font-size:3.8vw
}
.car .bold {
	font-size:4vw;
	text-align: center;
}
.car-text {
	margin-bottom: 1em;
}
.car img {
	width: 100%;
	margin-right: 0;
}
	
}

/* sec01_info
----------------------------------------------------------- */

.sec01_info {
	line-height: 1.5em;	
	margin-bottom: 80px;
}


/*左側---------------------------*/
.info_left_side {
    width: 770px;
    margin-bottom: 50px;
}
.blog_list {
    margin-bottom: 50px;
}
.blog_list:last-child {
	margin-bottom:50px;
}
.blog_image {
    overflow: hidden;
    width: 220px;
    height: 150px;
    border-radius: 10px;
}
.blog_image img {
	width:100%;
	height: 100%;
    transition: 0.5s all;
}
.blog_image img:hover {
  transform:scale(1.2,1.2);
  transition:0.5s all;
} 
.blog_text {
	width:520px;
}
.date {
    font-size: 14px;
    margin-right: 1em;
}

.data_cate {
    margin-bottom: 0.5em;
}
.cate {
    font-size: 14px;
    border-radius: 25px;
    padding: 0.1em 1.2em 0.2em 1.2em;
    background: #7babdb;
    color: #fff;
    display: block;
    max-width: 45em;
}
.date {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 0;
}

/*３点表示*/
/*一覧タイトル*/
.blog-title {
	text-align: left;
    margin-bottom: 0.5em;
	line-height: 1.5em;
    letter-spacing: 0.1em;
	height:auto;
}
.title_wrap .cont{
	line-height: 1.5em;
	overflow: hidden;
	width: 100%;
}
.title_wrap .height{
	height: calc(1.5em * 4);
}

/*右側---------------------------*/
.info_right_side {
    width: 320px;
    background: #f8f8f8;	
}
.right_container {
    padding: 15px 15px 40px 15px;
}
.midashi_box {
    background: #fff;
    width: auto;
    height: 60px;
	line-height: 60px;
    color: #202020;
    padding: 0 0 0 1.1em;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}
.inner_editor p.midashi_box {
    line-height: 60px;
}

/*category*/
.cate-item {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 1em 10px;
}
.cate-item a::before {
    content: "";
    display: inline-block;
    background: #c4c4c4;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0em;
}

/*人気の記事*/
.new_list {
    padding: 1em 0;
    border-bottom: solid 1px #ccc;
    margin: 0 5px;
}
.new_list:first-child {
    padding-top: 0;
}
.new_image {
    width: 100px;
    height: 72px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
}
.new_image img {
    object-fit: cover;
    transition: 0.5s all;
    width: 100%;
    height: 100%;
    margin-right: 15px;
}
.new_image img:hover {
  transform:scale(1.2,1.2);
  transition:0.5s all;
} 
.right_container .date {
    font-size: 11px;
    line-height: 1.5em;
    padding-top: 0.1em;
}
 .new_title {
    font-size: 14px;
    letter-spacing: initial;
    font-weight: bold;
    line-height: 1.4em;
}
.newtitle_wrap .cont {
    overflow: hidden;
    width: 160px;
}
.newtitle_wrap .height{
	height: calc(1.5em * 3);
}

/*archive*/
.date_wrap {
    border: solid 1px #323333;
    padding: 0 1em 0.4em 1em;
    width: 100%;
    position: relative;
    transition: all 0.2s;
    margin-top: 1em;
    height: 50px;
    overflow: hidden;
}


.date_wrap:hover {
	height:auto;
}

.defolt {
    line-height: 48px;
}

.date_wrap  ul {
	display: block;
}

.date_wrap ul li a {
	color:#171717;
    line-height:50px;
    padding:0 1em;
    display: block;
}

.date_wrap ul li {
    border-top: 1px solid #afafaf;
}

.date_wrap .defolt::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 18px;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg)translateY(-30%);
}


/*ページャー*/
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    height: 50px;
    line-height: 50px;
    background: #efefef;
    border-radius: 50%;
    color: #ccc;
    width: 50px;
    display: inline-block;
    padding-left: 2px;
    margin-right: 18px;
    position: relative;
}
.wp-pagenavi span.current {
    background: #7babdb;
    color: #fff;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.nextpostslink
 {
	margin-right: 0;
}
.banner img {
		max-width:100%;
	}
.arrow {
	font-size:7px;
}
.fa-chevron-right:before {
    position: absolute;
    top: 24px;
    left: 29px;
}
.fa-chevron-right:before {
    position: absolute;
    top: 20px;
    left: 25px;
}


/**************************************************************************

 　　768px以下に適用されるCSS（スマートフォン）

**************************************************************************/

@media screen and (max-width: 768px) {
	

/* title
----------------------------------------------------------- */

.title-a {
    margin-bottom: 12vw;
}


/* sec01_info
----------------------------------------------------------- */

/*左側---------------------------*/	
.info_left_side {
    width: 100%;
}
.blog_text {
    width: 100%;
    height: 25vw;
}
.blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
    font-family: 'object-fit: cover;';
}
.blog_list:first-child {
	border-top:none;
}
	
.blog_list:nth-child(odd) {
	margin-right: 4vw
}
.blog_list:last-child {
    margin-bottom: 10vw;
}
.blog_image {
    overflow: hidden;
    width: 100%;
    height: 46vw;
    margin: 0 0 2vw 0;
    border-radius: 3vw;
}
.blog_list {
    width: 100%;
    margin-bottom: 8vw;
}
.blog_image img:hover {
  transform:scale(1.2,1.2);
  transition:0.5s all;
} 
.blog-title {
    font-size: 4vw;
    border-bottom: none;
	margin-bottom: 0;
}

.date {
    font-size: 2.8vw;
}

.data_cate {
    margin-bottom: 0.25em;
}
.cate {
    font-size: 2.2vw;
    border-radius: 1vw;
    padding: 0.2em 0.8em;
    letter-spacing: 0.15em;
    display: inline-block;
    line-height: 1.5em;
}
.title {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 3.2vw;
}
.newtitle_wrap {
    width: 40vw;
}

/*３点表示*/
/*一覧タイトル*/
.blog-title {
    font-size: 3.8vw;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.title_wrap .height{
	height: calc(1.8em * 4);
}

/*一覧テキスト*/
.b_text_wrap .cont{
	line-height: 1.7em;
	overflow: hidden;
	width: 100%;
}
.b_text_wrap .height{
	height: calc(1.7em * 3);
}
	
.fa-chevron-right:before {
    position: absolute;
    top: 2.7vw;
    left: 3.3vw;
}
	
.fa-chevron-left:before {
    position: absolute;
    top: 2.7vw;
    left: 3.2vw;
}
	


/*右側---------------------------*/


.info_right_side {
	width:100%;
}

.right_container {
    margin-bottom: 7vw;
}

.midashi_box {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    padding: 0 0 0 1.1em;
    font-size: 4vw;
    margin-bottom: 3vw;
}


/*category*/
.item {
    position: relative;
    padding: 0px 0 0 2em;
    margin: 0 1em 1em 1em;
}
.item a::before {
    width: 3.5vw;
    height: 0.7vw;
    top: 2.4vw;
}

.item ul {
	margin-top:0.5em;
}

.item ul li {
    font-size: 3vw;
    position: relative;
    padding-left: 1.3em;
}

.item ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.8vw;
    left: 0;
    background: none;
    width: 3vw;
    height: 3vw;
    border: solid 1px #70bb2d;
    border-radius: 50%;
}

/*new*/

.new_list {
	padding:1em 0;
	border-bottom: solid 1px #a8a8a8;
    margin: 0 1em;
}

.new_list:first-child {
    padding-top: 0;
}
.new_image {
    width: 30vw;
    height: 20vw;
    margin-right: 5vw;
    border-radius: 2vw;
}
.new_image img {
    width: 30vw;
    height: 20vw;
	object-fit: cover;
	transition:0.5s all;
	font-family: 'object-fit: cover;';
} 

.new_image img:hover {
  transform:scale(1.2,1.2);
  transition:0.5s all;
} 

.new_date {
    font-size: 2.5vw;
}

.new_title {
    font-size: 3vw;
    letter-spacing: initial;
    margin-bottom: 0.5em;
}
.newtitle_wrap .cont{
	overflow: hidden;
	width: auto;
}
.newtitle_wrap .height{
	height: calc(1.5em * 3);
}
.right_container .date {
    font-size: 3vw;
	margin-right: 0;
}

/*archive*/
	
.date_wrap {
    border: solid 1px #323333;
    padding: 0 1em 0.4em 1em;
    width: 100%;
    position: relative;
    transition: all 0.2s;
    margin-top: 1em;
    height: 10vw;
    overflow: hidden;
}

.date_wrap:hover {
	height:auto;
}

.defolt {
    line-height: 10vw;
}

.date_wrap ul li a {
    color: #171717;
    line-height: 10vw;
    padding: 0 1em;
    display: block;
}

.date_wrap ul li {
    border-top: 1px solid #afafaf;
}

.date_wrap .defolt::after {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 6vw;
    top: 3vw;
    border-bottom: #333 0.7vw solid;
    border-right: #333 0.7vw solid;
    transform: rotate(45deg)translateY(-30%);
}
	

/*スマホのみはじめ非表示＋slideで開閉*/	
.date_wrap  ul {
    display: none;
}


/*ペーじゃー*/
.wp-pagenavi {
    text-align: center;
    margin-bottom: 7vw;
}

.wp-pagenavi a, .wp-pagenavi span {
    height: 8vw;
    line-height: 8vw;
    border-radius: 50%;
    width: 8vw;
    padding-left: 0.2vw;
    margin-right: 1vw;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi a.nextpostslink
 {
	margin-right: 0;
}	
	
.info_left_side {
    width: 100%;
    margin-bottom: 14vw;
}
	
.right_container {
    padding: 4vw;
}	
.inner_editor p.midashi_box {
    line-height: 11vw;
}
	
	
}



	
	
	


