﻿img{
   max-width: 100%;
}

/*実績紹介一覧ページ*/
.all_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all_list a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc( 100% / 2 - 10px );
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 0 20px;
  color: #000;
}
.all_list a img{
  object-fit: cover;
  height: 120px;
  width: 25%;
}
.all_list a .achievement_about{
  width: 70%;
}
.all_list a h2{
  font-weight: 600;
  letter-spacing: 0;
}
.all_list a dl{
  display: flex;
  justify-content: space-between;
  border-bottom: dotted 1px #000;
  margin: 10px 0 10px auto;
  font-size: 80%;
  width: 180px;
}

/*実績紹介シングルページ*/
.achievement_flex{
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.achievement_mainphoto{
  width: 45%;
  margin: 0 auto;
}
.achievement_propaty{
  width: 50%;
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
}
.achievement_propaty dl{
  display: flex;
  justify-content: space-between;
  border-bottom: dotted 1px #000;
  margin: 0 0 10px;
}
.achievement_propaty dt{
  width: 25%;
  box-sizing: border-box;
  font-weight: 600;
}
.achievement_propaty dd{
  width: 75%;
  box-sizing: border-box;
}

.achievement_slider{
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.photo_title{
  font-weight: 600;
  margin: 5px 0 0;
}

.container {
  margin: 30px auto 0;
}
.thumbnail{
  margin: 15px 0 0; 60px
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}
.achievement_comment{
}
.achievement_comment h2{
  font-weight: 600;
  font-size: 130%;
  border-bottom: solid 1px;
  margin: 30px 0 15px;
}


/*==================================================================

	セミナー、お知らせ、ブログ読み込み部分

==================================================================*/

.seminar_list,.news_inner,.mainvisual_info_box, .seminar_block, .top_news_list, .btm_blog_list {
    display: none;
}







.sidebar_title{
	padding: 7px 0;
  font-size: 14px;
  font-family: source-han-sans-japanese,sans-serif;
	font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.sidebar_title span{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	display: block;
	line-height: 1;
}

/*==================================================================

	全体の装飾

==================================================================*/
main{
	background: #f5f5f5;
}

/*==================================================================

	.breadcrumb（ぱんくずリスト）

==================================================================*/

.breadcrumbs {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto 80px;
  font-size: 14px;
}
.breadcrumbs:last-child {
  margin: 0 auto;
}
.breadcrumbs i {
  /*margin-left: 35px;*/
  margin-right: 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f054";
  padding-left: 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li:last-child a{
  color:#006554 !important;
}



/*==================================================================

	サイド

==================================================================*/

.side_semina_box h3 {
    position: relative;
    margin-bottom: 10px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #42bbba;
}
.side_semina_box h3 i {
    font-size: 20px;
    margin-right: 6px;
}
.side_semina_box {
	padding: 20px;
	background: #fff;
    margin-bottom: 50px;
}
.side_semina_box ul li a {
    position: relative;
		z-index: 0;
    display: block;
    line-height: 1.5;
    padding: 15px 0 15px 10px;
    font-size: 15.5px;
    letter-spacing: 0;
    color: #37414f;
    border-bottom: #ccc 1px solid;
	transition: 0.4s ease-in-out;
}
.side_semina_box ul li a:hover {
    background-position: right 5px center;
}
.side_semina_box ul li a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #f7f7f7;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.side_semina_box ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}


.blog_side_box h3 {
    position: relative;
    margin-bottom: 10px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #006554;
}
#contents.news .blog_side_box h3 {
	color: #0959b9;
}
.blog_side_box h3 i {
    font-size: 20px;
    margin-right: 6px;
}
.blog_side_box {
	background: #fff;
	padding: 20px;
    margin-bottom: 50px;
}
.blog_side_box ul li a {
    position: relative;
		z-index: 0;
    display: block;
    line-height: 1.5;
    padding: 10px;
    font-size: 90%;
    letter-spacing: 0;
    color: #37414f;
    border-bottom: #ddd 1px solid;
    transition: 0.4s ease-in-out;
}
.blog_side_box ul li a:hover {
    background-position: right 5px center;
}
.blog_side_box ul li a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #f7f7f7;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.blog_side_box ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}



/*==================================================================

	ブログ

==================================================================*/

.blog_list .blog_box {
    margin-bottom: 50px;
}
.blog_box{
	background: #fff;
	padding: 32px;
}
.blog_box .blog_content a {
}
.blog_box .blog_content li a {
    color: #37414f;
}
.blog_box .blog_content li a:hover {
    color: #37414f;
    text-decoration: none;
}
.blog_tit {
	position: relative;
    margin-bottom: 24px;
    color: #000;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-size: 140%;
    line-height: 1.3;
padding: 0 0 10px;
	border-bottom: 2px solid #000;
}
.blog_tit a{
    color: #000;

}
.blog_content {
}
.blog_content p {
/*	margin-bottom: 1em;*/
}
.blog_btn {
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;
	border-radius: 100px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0!important;
	transition-property: all;
	transition: 0.3s linear;
	background-color: #ff8c27;
}
.blog_btn:hover {
	filter: brightness(140%);
}
.blog_btn a {
	color: #fff!important;
	text-decoration: none;
}
.blog_btn a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
	color: #fff!important;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -7px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.blog_btn:hover span {
	padding: 0 .5em;
}
.blog_btn:hover span::after {
	right: 0;
	opacity: 0;
}

.btn_more a{
	font-weight: 500;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #00a496;
}
.contents_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents_left{
  width: 850px;
  /* float: none; */
}
#contents_right{
  width: 280px;
}

/* 日付・カテゴリ */
.blog_class li {
	display: inline-block;
	margin-right: 15px;
}
.blog_class {
	margin-bottom: 10px;
}
/* カテゴリ */

.blog_category {
	clear: both;
	margin-bottom: 20px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #F5C489;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #F5C489;
	text-decoration: none;
}
.blog_category li a {
	color: #F5C489!important;
	display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
/* ページャー */

.pager {
	display: block;
	font-size: 15px;
	padding: 9px 8px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center!important;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.current {
	background: #00a496;
	color: #fff;
	padding: 6px 10px;
	display: inline;
	border-radius: 16px;
	margin: 5px;
}
.pager a {
	margin: 5px;
	display: inline;
	text-decoration: none;
	padding: 6px 10px;
	margin-right: 6px;
	border-radius: 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #ccc;
	color: #888;
}
.pager a:hover {
	background: #fff;
	color: #00a496;
}
.pager a:active {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}



/*==================================================================

	ブログ エディター用

==================================================================*/

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/*リスト設定*/
.blog_content > div ul, .blog_content > div ol {
	list-style-type: none;
	margin-top: 20px;
}
.blog_content > div ul ul, .blog_content > div ul ol, .blog_content > div ol ul, .blog_content > div ol ol {
	margin-top: 0;
}
.blog_content > div ol {
	counter-reset: number;
}
.blog_content > div ul li:before {
	content: "・";
	position: absolute;
	left: 0;
}
.blog_content > div ol li:before {
	counter-increment: number;
	content: counter(number)".";
	position: absolute;
	left: 0;
}
.blog_content > div ul li, .blog_content > div ol li {
	position: relative;
	line-height: 1.5;
	padding: 10px 0 0 25px;
}
/*整形済みテキスト*/
.blog_content > div pre {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	margin-top: 20px;
	padding: 20px;
	background-color: #F2F2F2;
	color: #7F7F7F;
	overflow: auto;
}
/*引用*/
.blog_content > div blockquote {
	position: relative;
	color: #3F3F3F;
	margin-top: 20px;
	padding: 20px 20px 20px 70px;
	background-color: #F2F2F2;
}
.blog_content > div blockquote::before {
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: "icomoon";
	content: "\e909";
	font-size: 3rem;
	color: #D9D9D9;
}
.blog_content > div blockquote *:first-child {
	margin-top: 0;
}
/*ライン*/
.blog_content > div hr {
	margin-top: 40px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
}
.blog_content > div *:first-child {
	margin-top: 0;
}
/*テーブル*/
.blog_content > div table {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1) {
	background: #F2F2F2;
}
.blog_content > div table th {
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td {
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}


/*==================================================================

	other

==================================================================*/

.tab_content.active {
	display: none!important;
}


.kotei_contents{
    box-shadow: 0 0 5px #e8eced;
    padding: 30px;
  margin: 30px 0 0;
  position: relative;
	z-index: 0;
	background: #fff;
}
.kotei_contents::before{
  background-image: url(images/footer_kotei_img.svg);
	width: 235px;
    height: 130px;
    background-size: contain;
    content: "";
    position: absolute;
    right: 10px;
    top: -40px;
    background-repeat: no-repeat;
}
.kotei_contents h2{
  font-size: 130%;
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 500;
  margin-bottom: 10px;
	text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
}
.kotei_contents h3{
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 500;
font-size: 120%;
    margin: 20px 0 10px;
    text-align: center;
    border-top: solid 2px;
    padding: 5px;
    border-bottom: solid 2px;
}
.kotei_contents_inner{
  padding: 0 15px 15px;
}
.kotei_online{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kotei_online div{
  width: 31.5%;
  margin: 0 0 10px;
}
.kotei_contents h4{
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 500;
  font-size: 110%;
  margin: 15px 0 8px;
}
.kotei_contents h5{
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 500;
  font-size: 105%;
}
.kotei_contents ul{
  margin: 10px 0;
    margin: 10px 0;
    background: #f6f6f6;
    padding: 10px 20px;
}



@media screen and (max-width:640px) {
	.blog_box{
		padding: 20px;
		margin: 0 5%;
	}
	.blog_list .blog_box{
		margin: 0 5% 50px;
	}
	.blog_box a{
		word-break: break-all;
	}
	.breadcrumbs {
    width: 90%;
    margin: 0 5% 40px;
}
	#contents_left{
		width: 100%;
		margin-bottom: 40px;
	}

#contents_right{
  width: 100%;
}
.kotei_contents{
	margin: 30px 5% 0;
}
.kotei_contents::before{
	z-index: -1;
}
.kotei_contents h2{
  text-align: left;
}
.kotei_contents_inner{
	padding: 0 10px 15px;
}
.kotei_online div{
	width: 100%;
}


/*実績紹介一覧ページ*/
.all_list{
  display: block;
  padding: 0 4%;
}
.all_list a{
  width: auto;
}
.all_list a img{
  height: 100px;
}
.all_list a .achievement_about{
}
.all_list a dl{
  font-size: 90%;
}

/*実績紹介シングルページ*/
.achievement_flex{
  display: block;
}
.achievement_mainphoto{
  width: auto;
  margin: 0 auto 30px;
}
.achievement_propaty{
  width: auto;
}
.achievement_propaty dl{
  display: block;
  border-bottom: dotted 1px #000;
  margin: 0 0 10px;
}
.achievement_propaty dt{
  width: auto;
  font-size: 90%;
}
.achievement_propaty dd{
  width: auto;
  box-sizing: border-box;
}

.achievement_slider{
  width: auto;
}

.container {
  margin: 30px auto 0;
}
.thumbnail{
  margin: 15px 0 0; 60px
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}
.achievement_comment{
}
.achievement_comment h2{
  font-weight: 600;
  font-size: 130%;
  border-bottom: solid 1px;
  margin: 30px 0 15px;
}



}