@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

section.library.section-container{
    width: 700px;
    margin: 0px auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

.mt-50 {
    margin-top: 50px;
}

/*20230310 堀追加*/

	p{
		font-size:16px;
		line-height: 1.8;
	}

div#library_detail div table{
	font-size:16px;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
section.library.section-container{
    width: 700px;
    margin: 0px auto;
}	
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
section.library.section-container{
    width: 700px;
    margin: 0px auto;
}	
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
section.library.section-container{
        width: 100% !important;
}	
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
section.library.section-container{
        width: 100% !important;
}
	.outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

#library_detail .content {
    line-height: 2;
    margin: 40px 0;
}

#library_list .eyecatch {
    overflow: hidden;
    margin: 0 0 60px;
}

#library_list .eyecatch img {
    float: left;
    padding-right: 40px;
    background: #fff;
}

#library_list .eyecatch h4 {
    padding-top: 40px;
}

#library_list .eyecatch p {
    text-align: left;
}

div#library_list h2 {
    margin-bottom: 20px;
}

#library_list ul {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#library_list ul li {
    width: 18%;
    padding: 13px;
    vertical-align: top;
    margin: 1%;
        background: #fff;
        border-radius: 0 0 20px 0;
        box-shadow: 0px 0px 8px 3px #ccc;
        transition: all 0.1s ease 0s;
}

/*#library_list ul li :hover{
	transform: translateY(-0.2em);
}*/

#library_list ul li .person {
    margin-bottom: 15px;
    text-align: center;
}

#library_list ul li .name {
    text-align: center;
    font-size: 1.6rem;
}

#library_list ul li .nameen {
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

#library_list ul li .name span {
    display: block;
    font-size: 1.4rem;
}

#library_list ul li .company {
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 20px;
    line-height: 1.75em;
    margin-bottom: 10px;
}

#library_list ul li .company:after {
    position: absolute;
    width: 40px;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    content: "";
    border-bottom: solid 1px #000;
}

#library_list ul li .txt {
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
}

#library_list ul li a {
    color: #000;
    text-decoration: none;
}

#library_list ul li .category {
    padding-top: 14px;
}

@media only screen and (max-width: 759px) {
    #library_list ul li {
        width: 49%;
        padding: 15px 10px;
        margin-right: 2%;
        margin-top: 0;
        margin-left: 0;
    }
    #library_list ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}

div#library_detail div.tags ul {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

div#library_detail div.tags ul li {
    float: left;
    margin-right: 10px;
}

div#library_detail {
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
}

div#library_detail p.photo {
    /*float: left;
    max-width: 55%;
    padding-right: 4%;*/
    background: #fff;
}

div#library_detail .sns {
    text-align: right;
}

div#library_detail p.photo img {
    width: 100%;
}

div#library_detail p.sms {
    text-align: right;
}

div#library_detail div h2 {
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0 0 8px;
    border-bottom: 2px solid #000;
    margin: 0 0 8px 0;
	line-height: 1.5;
}

div#library_detail div table tr th {
    width: 120px;
    text-align: left;
}

div#library_detail div table tr td {
    padding: 0px 0 15px;
    line-height: 1.7em;
}

div#library_detail div dl dd span {
    display: inline-block;
    width: 120px;
}

div#library_detail div.project {
    position: relative;
    overflow: hidden;
    height: 109px;
    width: 390px;
}

div#library_detail div.project ul {
    width: 10000px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

div#library_detail div.project ul li {
    float: left;
    border: 1px solid #eee;
    margin-right: 30px;
    cursor: pointer;
}

div#library_detail div.project p {
    position: absolute;
    right: 0px;
    top: 35%;
    color: #1099bb;
    font-weight: bold;
    font-size: 28px;
}

div#library_detail div.project p img {
    cursor: pointer;
}

div#library_detail div {
    overflow: hidden;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image {
    max-width: 100%;
    height: auto;
}

div#library_detail div.tags ul {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

div#library_detail div.tags ul li {
    float: left;
    margin-right: 10px;
}

/*　20220727 堀追記　*/
.back_link {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6px 10px;
  letter-spacing: 0.2em;
  width: 100px;
  position: relative;
}
.back_link:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid #222222;
}
.back_link:hover:after {
  opacity: 0.8;
}

/*section.read{
	font-weight:600;
}*/

/*.read p {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: solid 1px;
    border-top: solid 1px;
}*/

.fa-quote-left{
	font-size: 5rem;
	color: #B9B9B9;
	padding-left: 0.2rem;
}

span.read_top{
	font-size:2rem;
	font-weight: 600;
}

/* PC */

@media screen and (min-width: 769px) {
    .content h2 {
        font-size: 3rem;
    }
    .content h4 {
        font-size: 2rem;
        font-weight: bold;
        margin: 25px 0;
    }
    .flex-library {
        display: flex;
        justify-content: center;
    }
    .library-img {
        text-align: center;
        margin-bottom: 16px;
    }
    .library-img img {
        width: 80%;
    }
    .library-flex {
        display: flex;
        justify-content: center;
    }
    .library-flex div:first-child {
        width: 39%;
        margin-right: 2%
    }
    .library-flex div:nth-child(2) {
        width: 39%;
    }
    .library-flex div img {
        width: 100%;
    }
	/*　20220727 堀追記　*/
	.section-container{
		margin-bottom: 80px;
	}
	/*　20230124 堀追記　*/
	div.library-img p {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}
	
	/*　20230927 堀追記　*/

	h2.catch_copy {
		width: 100%;
		font-weight: bold;
		margin-bottom: 2rem!important;
		border-left: 6px solid #000;
		font-size: 2.2rem;
		padding-left: 20px;
		line-height: 1.4;
	}

	.sub_catch {
		font-size: 1.8rem;
		font-weight: 600;
		text-indent: 3rem; 
		margin-bottom: 4rem;
	}
	
div.company {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: bold;
}
}


/* SP */

@media screen and (max-width: 768px) {
    div#library_detail p.photo {
        float: none;
        padding-right: 0px;
        padding-bottom: 20px;
        background: #fff;
        max-width: 100%;
        margin-right: 0;
    }
    div#library_detail div h2 {
        margin: 0 0px 8px 0;
        font-size: 2rem;
		line-height: 1.5;
    }
    div#library_detail div table {
        margin: 0 0px 10px 0;
    }
    div#library_detail div.content {
        margin: 30px 0;
    }
    .content h4 {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 25px 0;
    }
    .library img {
        width: 100%;
        margin-bottom: 16px;
    }
		/*　20220727 堀追記　*/
	.section-container{
		margin-bottom: 40px;
	}
	/*　20230927 堀追記　*/

	h2.catch_copy {
		width: 100%;
		font-weight: bold;
		margin-bottom: 2rem!important;
		border-left: 6px solid #000;
		font-size: 2rem;
		padding-left: 20px;
		line-height: 1.4;
	}

	.sub_catch {
		font-size: 1.6rem;
		font-weight: 600;
		/* text-indent: 3rem; */
		margin-bottom: 4rem;
	}
	
div.company {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
}
}


/*# sourceMappingURL=maps/library.css.map */