@charset "utf-8";
/* CSS Document */


#page_ttl .page_ttl_img {
    border-radius: 2.5rem;
}

/* #post_catlist_wrap
----------------------------------------- */
#post_catlist_wrap {
	padding-top: 0;
}

#post_catlist_wrap.location {
	padding-top: 2rem;
}

#post_catlist_wrap .ttl {
	font-size: 2.8rem;
    line-height: 1;
    font-weight: 900;
}

#post_catlist_wrap .post_catlist {
	justify-content: flex-start;
    padding: 2.5rem 0;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 5rem;
    margin-bottom: 1.5rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#post_catlist_wrap .post_catlist > li:last-child {
	margin-right: 0px;
}

#post_catlist_wrap .post_catlist > li a {
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#post_catlist_wrap .post_catlist > li a::before{
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("../images/cat_square_bk.svg") no-repeat center center;
    background-size: cover;
    margin-right: 1rem;
}

#post_catlist_wrap .post_catlist > li.current a::before{
    background: url("../images/cat_square_bk_check.svg") no-repeat center center;
    background-size: cover;
}

#post_catlist_wrap .post_catlist > li a:hover,
#post_catlist_wrap .post_catlist > li.current a::after,
#post_catlist_wrap .post_catlist > li a:hover::after {
	opacity: 1;
}


@media screen and (max-width: 768px) {
#post_catlist_wrap {
	padding-top: 0;
}
    
#post_catlist_wrap.location {
	padding-top: 1rem;
}
    
#post_catlist_wrap .ttl {
	font-size: 1.8rem;
}
    
#post_catlist_wrap .post_catlist {
    justify-content: flex-start;
    padding: 1.5rem 0;
}
#post_catlist_wrap .post_catlist > li {
    margin-right: 2.2rem;
    margin-bottom: 1rem;
}
#post_catlist_wrap .post_catlist > li a {
    font-size: 1.4rem;
}
#post_catlist_wrap .post_catlist > li a::before{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}
}



/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
}

#post_list_wrap .inner {
    text-align: center;
}

#post_list_wrap .post_list {
    margin: auto;
}

.masonry{
    display: grid;
    /*grid-gap: 1px 5rem;*/
    gap: 1px 1rem;
    grid-template-columns: repeat( auto-fill, minmax( calc(390 / 1200 * 100%), 1fr ) );
    grid-auto-rows: 0; /* 小さな値を指定 */
}
.masonry-content {
    padding-bottom: 1rem;
}

#post_list_wrap .post_list > li {
    width: -webkit-calc(380 / 1200 * 100%);
    width : calc(380 / 1200 * 100%);
	margin-bottom: 8rem;
}
#post_list_wrap .post_list::after{
  content:"";
  display: block;
  width: calc(380 / 1200 * 100%);
}

/*#post_list_wrap .post_list > li a {
	width: 100%;
    display: block;
}*/

#post_list_wrap .post_list .thumbnail {
	margin-bottom: 3rem;
}
#post_list_wrap .post_list .thumbnail .img_wrap {
	width: 100%;
    padding-top: 74.3243%;
    background-position: center center;
    background-size: cover;
    border-radius: 1rem;
}
#post_list_wrap.works .post_list .thumbnail .img_wrap {
	border-radius: 3rem;
}

#post_list_wrap .txt_con {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
}
#post_list_wrap .txt_con .requirements_table {
    margin-top: 2rem;
    margin-bottom: -0.5rem;
}
#post_list_wrap .txt_con .requirements_table th {
    white-space: nowrap;
    padding-right: 3rem;
}
#post_list_wrap .txt_con .requirements_table td {
    padding-bottom: 0.5rem;
}

#post_list_wrap .post_list > li .btn_wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-end;
}

#post_list_wrap .event_day {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    /*margin-top: 1rem;*/
}
#post_list_wrap .sub_ttl {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    /*margin-top: 1rem;*/
}
#post_list_wrap .post_list > li h2 {
    font-size: 2.7rem;
    line-height: calc(48 / 27);
    color: #529dd1;
}
#post_list_wrap .post_list > li h2 .sub {
    display: block;
    font-size: 1.8rem;
}
#post_list_wrap .category {
    padding: 0 1rem;
}
#post_list_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post_list_wrap .category .cat_list li {
    margin-bottom: 1rem;
}
#post_list_wrap .category .cat_list li:not(:first-child) {
    margin-left: -0.1rem;
}
#post_list_wrap .category .cat_list li:not(:last-child) {
	/*border-right: none;*/
    margin-right: 1rem;
}
#post_list_wrap .category .cat_list a {
	display: flex;
    font-size: 2rem;
	line-height: 1.4;
    letter-spacing: 0.2em;
	/*white-space: nowrap;*/
	color: #FFFFFF;
    background-color: #e0ae57;
	box-sizing: border-box;
    /*border-radius: 0.4rem;*/
	-webkit-transition: all .6s;
    transition: all .6s;
    padding: 0.6rem 1.5rem 0.8rem;
}
#post_list_wrap .category .cat_list a:hover {
	background-color: #529dd1;
	color: #ffffff;
	opacity: 1;
}

#post_list_wrap .sns_link {
    margin-top: 10rem;
}
#post_list_wrap .sns_link a {
    width: calc(100% - 9rem);
    height: 21.6rem;
    background: url("../images/environment_sns.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#post_list_wrap .sns_link a .icon {
}
#post_list_wrap .sns_link a .txt_wrap {
    font-size: 2.7rem;
    margin: 0 4rem;
}
#post_list_wrap .sns_link a .btn_wrap {
    margin: 0;
}


@media screen and (max-width: 768px) {
#post_list_wrap {
}
#post_list_wrap .inner {
}

#post_list_wrap .post_list {
    width: 100%;
}
    
.masonry {
    display: grid;
    /*grid-gap: 1px 5rem;*/
    gap: 1px 1rem;
    grid-template-columns: repeat( auto-fill, minmax( 100%, 1fr ) );
    grid-auto-rows: 0; /* 小さな値を指定 */
}
.masonry-content {
    padding-bottom: 1rem;
}
    
#post_list_wrap .post_list > li {
	/*width: 16rem;*/
    width: 100%;
	position: relative;
	margin-bottom: 2.5rem;
}
#post_list_wrap .post_list::after{
    width: 100%;
}
    
#post_list_wrap .post_list .thumbnail {
	margin-bottom: 1.5rem;
}
    
#post_list_wrap.works .post_list .thumbnail .img_wrap {
	border-radius: 2rem;
}
    
#post_list_wrap .event_day {
    font-size: 1.0rem;
    margin-bottom: 0.5rem;
}
#post_list_wrap .sub_ttl {
    font-size: 1.0rem;
    margin-bottom: 0.5rem;
}
#post_list_wrap .post_list > li h2 {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
}
#post_list_wrap .category {
}
#post_list_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post_list_wrap .category .cat_list li {
    margin-bottom: 0.5rem;
}
#post_list_wrap .category .cat_list li:not(:first-child) {
    margin-left: -0.1rem;
}
#post_list_wrap .category .cat_list li:not(:last-child) {
	/*border-right: none;*/
    margin-right: 0.5rem;
}
#post_list_wrap .category .cat_list a {
    font-size: 1.2rem;
    /*border-radius: 0.4rem;*/
    padding: 0.3rem 1rem 0.4rem;
}

    
#post_list_wrap .sns_link {
    margin-top: 5rem;
}
#post_list_wrap .sns_link a {
    width: 100%;
    height: auto;
    padding: 1.5rem 0.5rem;
    background: url("../images/environment_sns.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#post_list_wrap .sns_link a .icon {
    width: 3rem;
}
#post_list_wrap .sns_link a .txt_wrap {
    font-size: 1.2rem;
    margin: 0 1rem;
}
#post_list_wrap .sns_link a .btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

}



/* #post_table_wrap
----------------------------------------- */
#post_table_wrap {
    background-color: #f6f6f6;
}
#post_table_wrap .inner {
	max-width: 100rem;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

#post_table_wrap h1.con_ttl {
	margin-bottom: 5rem;
}

#post_table_wrap .post_table {
    width: 100%;
}
#post_table_wrap .post_table tr {
	 width: 100%;
}
#post_table_wrap .post_table td {
	padding: 1.2rem 0;
}
#post_table_wrap .post_table td.ttl {
	width: 100%;
}

#post_table_wrap .date {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	margin-right: 1.5rem;
}
#post_table_wrap h2 a {
	margin-right: auto;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-top: -0.5em;
}
#post_table_wrap .category {
	margin-right: 4rem;
}
#post_table_wrap .category .cat_list {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#post_table_wrap .category .cat_list li {
	display: flex;
}
#post_table_wrap .category .cat_list li:not(:last-child) {
	margin-right: 0.8rem;
}
#post_table_wrap .category .cat_list a {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	color: #666666;
	padding: 0.3rem 1rem;
	box-sizing: border-box;
    border-radius: 10rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#post_table_wrap .category .cat_list a:hover {
}

#post_table_wrap .btn {
	width: 15rem;
}

#post_table_wrap .btn_wrap {
	margin-top: 2rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
#post_table_wrap .inner {
	padding-top: 6rem;
	padding-bottom: 4rem;
}
    
#post_table_wrap h1.con_ttl {
	margin-bottom: 5rem;
}

#post_table_wrap .post_table {
    width: 100%;
}
#post_table_wrap .post_table tr {
	 display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid #FFFFFF;
}
#post_table_wrap .post_table tr:not(:last-child) {
	margin-bottom: 2rem;
}
#post_table_wrap .post_table td {
	padding: 0;
}
#post_table_wrap .post_table td.ttl {
	width: 100%;
    margin-top: 1rem;
}
#post_table_wrap .post_table td:last-child {
	margin-top: 1rem;
}

#post_table_wrap .date {
	font-size: 1.0rem;
	margin-right: 1.5rem;
}
#post_table_wrap h2 a {
	font-size: 1.4rem;
	margin-top: -0.5em;
}
#post_table_wrap .category {
	margin-right: 0;
}
#post_table_wrap .category .cat_list {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#post_table_wrap .category .cat_list li {
	display: flex;
}
#post_table_wrap .category .cat_list li:not(:last-child) {
	margin-right: 0.8rem;
}
#post_table_wrap .category .cat_list a {
	font-size: 1.0rem;
	padding: 0.3rem 1rem;
}
#post_table_wrap .category .cat_list a:hover {
}

#post_table_wrap .btn_wrap {
	margin-top: 3rem;
}
#post_table_wrap .btn {
	width: 12rem;
}

}



/* #post_ttl_wrap
----------------------------------------- */
#post_ttl_wrap {
}

#post_ttl_wrap .inner {
	padding-top: 8rem;
    text-align: center;
}
#post_ttl_wrap .logo_wrap {
	display: inline-block;
}
#post_ttl_wrap .main_img {
    width: 100%;
	margin-top: 7rem;
}
#post_ttl_wrap .ttl_wrap {
    width: 100%;
    max-width: 85rem;
    margin: auto;
	margin-top: 8rem;
}
#post_ttl_wrap h1.ttl {
    font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: calc(69/23);
	font-weight: 500;
    text-align: left;
}
#post_ttl_wrap .info_wrap {
	margin-top: 2rem;
}
#post_ttl_wrap .info_wrap .date {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#post_ttl_wrap .info_wrap .category {
	font-size: 1.4rem;
	letter-spacing: 0;
}

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



/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
    padding-top: 0;
    /*padding-bottom: 16rem;*/
}

#post_single_wrap .inner {
    /*max-width: 102rem;*/
}

#post_single_wrap .post_con_wrap {
    width: 100%;
    /*background-color: #FFFFFF;
    border-radius: 2rem;
    padding: 5rem;*/
}

#post_single_wrap .info_wrap {
    justify-content: flex-start;
    padding-left: 5rem;
    margin-bottom: 10rem;
}

#post_single_wrap .date {
    text-align: center;
    margin-bottom: 2rem;
}
#post_single_wrap h1.post_ttl {
    font-size: 4.0rem;
    line-height: calc(70/40);
    color: #529dd1;
    display: flex;
    align-items: center;
}
#post_single_wrap h1.post_ttl .sub {
    font-size: 2.7rem;
    padding-left: 3rem;
}

#post_single_wrap .category {
    margin-right: 4rem;
    padding-top: 1rem;
}
#post_single_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post_single_wrap .category .cat_list li {
    margin-bottom: 1rem;
}
#post_single_wrap .category .cat_list li:not(:first-child) {
    margin-left: -0.1rem;
}
#post_single_wrap .category .cat_list li:not(:last-child) {
	/*border-right: none;*/
    margin-right: 1rem;
}
#post_single_wrap .category .cat_list a {
	display: flex;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
	line-height: 1;
	white-space: nowrap;
	color: #ffffff;
    background-color: #e0ae57;
	box-sizing: border-box;
    border-radius: 0.4rem;
	-webkit-transition: all .6s;
    transition: all .6s;
    padding: 0.6rem 1.5rem 0.8rem;
}
#post_single_wrap .category .cat_list a:hover {
	background-color: #529dd1;
	color: #ffffff;
	opacity: 1;
}


#post_single_wrap .main_img {
    text-align: center;
    margin-bottom: 3rem;
}

#post_single_wrap .post_con {
}

#post_single_wrap .post_con .txt_wrap {
    width: 100%;
    max-width: 85rem;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
    text-align: left;
	font-size: 1.7rem;
	line-height: calc(32/17);
}

#post_single_wrap .post_con .img_wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 6rem;
}
#post_single_wrap .post_con .img_wrap img {
    max-height: 85rem;
}

#post_single_wrap .post_con p {
    margin-bottom: 3rem;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}
#post_single_wrap .post_con .wp-caption-text {
    color: #a4a4a4;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

#post_single_wrap .post_con h1 {
  font-size: 2.3rem;
	line-height: 1.4;
    font-weight: 500;
  margin-bottom: 2rem;
}
#post_single_wrap .post_con h2 {
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
    font-weight: 500;
  margin-bottom: 2rem;
}
#post_single_wrap .post_con h3 {
  font-size: 1.8rem;
	line-height: 1.4;
    font-weight: 500;
  margin-bottom: 1.6rem;
}
#post_single_wrap .post_con h4 {
  font-size: 1.6rem;
	line-height: 1.4;
    font-weight: 500;
  margin-bottom: 1.2rem;
}

#post_single_wrap .post_con a {
	color: #00b9ff;
    text-decoration: underline;
}

#post_single_wrap .post_con #ez-toc-container {
	border: 1px solid #999999;
	border-radius: 0;
	padding: 2rem;
	box-shadow: 0 0 0 0;
	margin-bottom: 3em;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list {
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list > li:not(:last-child) {
	margin-bottom: 1rem;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list a {
	font-size: 1.4rem;
}

#post_single_wrap .post_con #ez-toc-container .ez-toc-title-container {
    margin-bottom: 1rem;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem;
}


#post_single_wrap .pagenavi {
    width: 100%;
	height: auto;
    display: flex;
    align-items: center;
    margin-top: 8rem;
}

#post_single_wrap .pagenavi li {
    margin-bottom: 0;
	width: 33.33%;
}

#post_single_wrap .pagenavi li a {
}

#post_single_wrap .pagenavi li a.btn {
    width: 12rem;
    margin: auto;
    color: #FFFFFF;
    /*padding: 0 1.8rem 0 2.5rem;*/
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post_single_wrap .pagenavi li.all a.btn {
    width: 12rem;
    /*padding: 0 2.5rem 0 2.5rem;*/
}
#post_single_wrap .pagenavi li.all a.btn span {
    justify-content: center;
}
#post_single_wrap .pagenavi li.all a.btn span::after {
    display: none;
}
#post_single_wrap .pagenavi li.prev {
}
#post_single_wrap .pagenavi li.prev a.btn {
    margin-left: 0;
}
#post_single_wrap .pagenavi li.next {
}
#post_single_wrap .pagenavi li.next a.btn {
    margin-right: 0;
}

#post_single_wrap #archive_wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
}


#works .iziModal {
    background-color: transparent;
    box-shadow: none;
}
#works .iziModal-overlay {
	background: url(../images/bg2.jpg) repeat center center;
	background-size: auto;
	height: 100vh;
}
#modal_wrap {
    position: relative;
    width: 100%;
    /*max-width: 94.5rem;*/
    margin: auto;
}
#modal_wrap .img_wrap {
    /*height: 100%;*/
    /*max-height: 90%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: inherit;
}
#modal_wrap .img_wrap .img {
    position: relative;
    text-align: center;
}
#modal_wrap .img_wrap .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    vertical-align: top;
}
#modal_wrap .prev_btn {
    margin-right: 6rem;
}
#modal_wrap .next_btn {
    margin-left: 6rem;
}
#modal_wrap .img_wrap .prev_btn img {
    min-width: 2rem;
    height: auto;
}
#modal_wrap .img_wrap .next_btn img {
    min-width: 2rem;
    height: auto;
}

#modal_wrap .model_wrap {
    margin-top: 3.5rem;
    display: inline-flex;
    align-items: center;
}
.close_btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -6rem);
}
.close_btn a {
  display: block;
  width: 6rem;
  height: 6rem;
}
.close_btn:before, .close_btn:after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 0.2rem;
  background: #FFFFFF;
  display: block;
  z-index: -1;
  left: 1.8rem;
  top: 3rem;
}
.close_btn:before {
  transform: rotate(-45deg);
}
.close_btn:after {
  transform: rotate(45deg);
}

html.iziModal-isOverflow {
    overflow: inherit !important;
}

@media screen and (max-width: 768px) {
#post_single_wrap {
    padding-top: 0;
    /*padding-bottom: 8rem;*/
}
	
#post_single_wrap .inner {
}
    
#post_single_wrap .post_con_wrap {
    /*border-radius: 1rem;
    padding: 3rem 2rem;*/
}

#post_single_wrap .info_wrap {
    padding-left: 0;
    margin-bottom: 3rem;
    flex-flow: column-reverse;
}
    
#post_single_wrap h1.post_ttl {
    font-size: 1.6rem;
}
#post_single_wrap h1.post_ttl {
    font-size: 1.8rem;
    flex-flow: column;
    align-items: flex-start;
}
#post_single_wrap h1.post_ttl .sub {
    font-size: 1.4rem;
    padding-left: 0;
    margin-top: 0.5rem;
}
	
#post_single_wrap .category {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
    padding-top: 0;
}
#post_single_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post_single_wrap .category .cat_list li {
    margin-bottom: 0.5rem;
}
#post_single_wrap .category .cat_list li:not(:first-child) {
    margin-left: -0.1rem;
}
#post_single_wrap .category .cat_list li:not(:last-child) {
	/*border-right: none;*/
    margin-right: 0.5rem;
}
#post_single_wrap .category .cat_list a {
    font-size: 1.4rem;
	line-height: 1;
    border-radius: 0.4rem;
    padding: 0.5rem 1.0rem 0.6rem;
}
	
#post_single_wrap .info_wrap .date {
    font-size: 1.2rem;
}
	
#post_single_wrap .main_img {
	text-align: center;
    margin-bottom: 2rem;
}

#post_single_wrap article h1 {
	font-size: 2.2rem;
}

#post_single_wrap .post_con {
	font-size: 1.4rem;
}
	
#post_single_wrap .post_con p {
    margin-bottom: 2rem;
}
    
#post_single_wrap .post_con h2 {
  font-size: 2.6rem;
	margin-top: 4rem;
  margin-bottom: 2rem;
}
#post_single_wrap .post_con h3 {
  font-size: 2.2rem;
	margin-top: 2.5rem;
  margin-bottom: 1.6rem;
}
#post_single_wrap .post_con h4 {
  font-size: 1.8rem;
	margin-top: 2rem;
  margin-bottom: 1.2rem;
}

    
#post_single_wrap .pagenavi {
    margin-top: 4rem;
}

#post_single_wrap .pagenavi li {
    margin-bottom: 0;
	width: 33.33%;
}

#post_single_wrap .pagenavi li a {
}

#post_single_wrap .pagenavi li a.btn {
    width: 9.5rem;
    padding: 0 1.5rem 0 1.5rem;
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post_single_wrap .pagenavi li.all a.btn {
    width: 9.5rem;
    padding: 0 1.5rem 0 1.5rem;
}
    
#post_single_wrap #archive_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#post_single_wrap #archive_wrap .inner {
    width: 100%;
    padding: 3rem;
    border-radius: 1.5rem;
}
    
#modal_wrap {
    position: relative;
    width: 100%;
    max-width: 94.5rem;
    margin: auto;
}
#modal_wrap .img_wrap {
    height: 100%;
    max-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_wrap .img_wrap .img img {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 80vh;
    vertical-align: top;
}
#modal_wrap .prev_btn {
    margin-right: 1rem;
}
#modal_wrap .next_btn {
    margin-left: 1rem;
}
#modal_wrap .img_wrap .prev_btn img {
    width: 2rem;
    min-width: 2rem;
    height: auto;
}
#modal_wrap .img_wrap .next_btn img {
    width: 2rem;
    min-width: 2rem;
    height: auto;
}

#modal_wrap .model_wrap {
    margin-top: 3rem;
    display: block;
    align-items: center;
}
	
.modal_content {
width:90%;
}
	
.iziModal-isOverflow body {
	height: 100vh;
}
	
#works .iziModal {
    max-width: 90%;
}
}



/* #post_single_wrap.works
----------------------------------------- */
#post_single_wrap.works {
    padding-top: 0;
}
#post_single_wrap.works h1.con_ttl {
    margin-bottom: 1rem;
}
#post_single_wrap.works .inner {
    max-width: 120rem;
}
#post_single_wrap.works .inner.bottom {
    padding-top: 0;
}

#post_single_wrap.works .post_con_wrap {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

#post_single_wrap.works .info_wrap {
    justify-content: flex-start;
    margin-bottom: 6rem;
}

#post_single_wrap.works .category .cat_list a {
	color: #ffffff;
}

#post_single_wrap.works .img_slider_wrap {
    width: 100%;
    padding: 3rem 0;
    background-color: #88bbbb;
    align-items: center;
}
#post_single_wrap.works .img_slider_wrap .img_slider {
    width: calc(850 / 1400 * 100%);
}
#post_single_wrap.works .img_slider_wrap .img_slider .img_wrap {
    width: 100%;
    padding-top: 57.6271%;
    background-position: center center;
    background-size: cover;
    border-radius: 3rem;
}
#post_single_wrap.works .img_slider_wrap .post_con_wrap {
    width: calc(520 / 1400 * 100%);
    padding-right: calc(100 / 1400 * 100%);
}
#post_single_wrap.works .img_slider_wrap .post_con_wrap .post_con {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
}

#post_single_wrap.works .img_slider {
	width: 100%;
	margin: auto;
}
#post_single_wrap.works .img_slider .slick-slide {
    width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
	align-items: center;
}

#post_single_wrap.works .img_slider .slick-slide .img {
	width: auto;
    border-radius: 2rem;
    overflow: hidden;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap.works .img_slider .slick-slide .img img {
}

#post_single_wrap.works .img_slider_thumb_wrap {
    width: calc(100% + 2rem);
    height: auto;
}

#post_single_wrap.works .img_slider_thumb {
    width: 100%;
    margin-left: -1rem;
    justify-content: flex-start;
}
#post_single_wrap.works .img_slider_thumb li {
    width: 20%;
    padding: 1rem;
}

#post_single_wrap.works .img_slider_thumb .thumbnail_img {
	width: 100%;
	/*padding-top: 66.75%;*/
	padding-top: 100%;
    background-position: center center;
    background-size: cover;
	box-sizing: border-box;
	
	-webkit-transition: all .6s;
    transition: all .6s;
	cursor: pointer;
}
#post_single_wrap.works .img_slider_thumb .thumbnail_img:hover {
	opacity: .6;
}


/*#post_single_wrap.works .img_slider_thumb li:nth-child(8n) {
	margin-right: 0;
}*/

#post_single_wrap.works .slick_prev,
#post_single_wrap.works .slick_next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
	z-index: 999;
}
#post_single_wrap.works .slick_next {
    right: -15rem;
}
#post_single_wrap.works .slick_prev {
    left: -15rem;
}


#post_single_wrap.works img {
	width: auto;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
#post_single_wrap.works .info_wrap {
    margin-bottom: 3rem;
    flex-flow: column;
}
#post_single_wrap.works .category {
    margin-top: 0;
    margin-bottom: 2rem;
}
    
#post_single_wrap.works .img_slider_wrap {
   padding: 2rem 2.25rem;
}
#post_single_wrap.works .img_slider_wrap .img_slider {
    width: 100%;
}
#post_single_wrap.works .img_slider_wrap .post_con_wrap {
    width: 100%;
    padding-right: 0;
    padding-top: 2rem;
}
#post_single_wrap.works .img_slider_wrap .post_con_wrap .post_con {
    font-size: 1.3rem;
}
    
#post_single_wrap.works .img_slider .slick-slide .img img {
}


#post_single_wrap.works .img_slider_thumb_wrap {
    width: calc(100% + 1rem);
    height: auto;
}

#post_single_wrap.works .img_slider_thumb {
    width: 100%;
    margin-left: -0.5rem;
    justify-content: flex-start;
}
#post_single_wrap.works .img_slider_thumb li {
    width: 33.3334%;
    padding: 0.5rem;
}
#post_single_wrap.works .img_slider_thumb .thumbnail_img {
	width: 100%;
	/*padding-top: 66.75%;*/
	padding-top: 100%;
    background-position: center center;
    background-size: cover;
}

#post_single_wrap.works img {
	width: auto;
	max-width: 100%;
	height: auto;
}
}


/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin: 4rem auto 4rem;
}
#pagenation #pagenation-list{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
    margin-right: 3rem;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list li:last-child {
	margin-right: 0;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
	font-size: 2.4rem;
	line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a:hover {
	opacity: 1;
}
#pagenation #pagenation-list a.num {
    color: #336688;
    border: 1px solid #336688;
    box-sizing: border-box;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}

/*#pagenation #pagenation-list a.next{
    background: url(../images/next_arrow.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 25px;
    margin-left: 20px;
    margin-right: -80px;
    border-radius: 0;
    background-position: 0 center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next:hover {
	background-position: 5px center;
}


#pagenation #pagenation-list a.prev{
    background: url(../images/prev_arrow.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 25px;
    margin-right: 20px;
    margin-left: -80px;
    border-radius: 0;
    background-position: 5px center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.prev:hover {
	background-position: 0 center;
}*/


#pagenation #pagenation-list .current{
	color: #ffffff;
    background: #336688;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}

#pagenation #pagenation-list .omit{
	padding: 0 2px;
	color: #336688;
    width: 5rem;
    height: 5rem;
}

#pagenation #pagenation-list a.num:hover{
	color: #ffffff;
    background: #336688;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
    background-color: transparent;
	opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
}

#pagenation #pagenation-list li:hover .current,
#pagenation #pagenation-list li .prev,
#pagenation #pagenation-list li .next {
	border: none;
}

@media screen and (max-width: 768px) {
#pagenation{
    margin: 2rem auto 2rem;
}
#pagenation #pagenation-list li{
    margin-right: 1.5rem;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
	font-size: 1.4rem;
}

#pagenation #pagenation-list a:hover {
	opacity: 1;
}
#pagenation #pagenation-list a.num {
    width: 3rem;
    height: 3rem;
}

#pagenation #pagenation-list .current{
	width: 3rem;
    height: 3rem;
}

#pagenation #pagenation-list .omit{
	padding: 0 2px;
	width: 3rem;
    height: 3rem;
}
}



/* archive_wrap
----------------------------------------- */
#archive_wrap {
    padding-bottom: 15rem;
    background-color: #f6f6f6
}
#archive_wrap .inner {
    padding: 6rem;
    background-color: #FFFFFF;
    border-radius: 2.5rem;
    text-align: center;
}
#archive_wrap h1 {
    font-size: 1.8rem;
	line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
}
#archive_wrap .archive_list {
    font-size: 1.4rem;
    justify-content: center;
}
#archive_wrap .archive_list > li {
}
#archive_wrap .archive_list > li:not(:last-child) {
    margin-right: 3rem;
}

@media screen and (max-width: 768px) {
#archive_wrap {
    padding-bottom: 6rem;
    background-color: #f6f6f6
}
#archive_wrap .inner {
    padding: 3rem;
    border-radius: 1.5rem;
}
#archive_wrap h1 {
    font-size: 1.4rem;;
    margin-bottom: 3rem;
}
#archive_wrap .archive_list {
    font-size: 1.2rem;
    justify-content: center;
}
#archive_wrap .archive_list > li:not(:last-child) {
    margin-right: 1.5rem;
}
}

