@charset "utf-8";

/**************************************************/
/*                                                */
/*                   パソコン用                   */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.sp-only {
  display: none
}

.inner {
  width: 1200px;
  margin: auto;
}

#wrapper {  
  min-height: 100vh;
  padding-bottom: 575px;  
}

.flex {
  display: flex;  
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;  
}

.logo-txt {
  font-size: 1.8rem;
  letter-spacing: 0.35em;  
  margin-bottom: 10px;  
}

/* ================================================
 * ヘッダー
 * ================================================*/

.l-header {
  display: flex; 
  justify-content: space-between;
  letter-spacing: 1.68px; 
  height: 150px;
}

.header-left {
  width: 1050px; 
  padding-right: 30px;
}

.header-right {
  width: 150px;  
}

.header-top {
  justify-content: space-between;
  padding: 18px 0 12px;
  border-bottom: 1px solid #f2f2f2;
}

.header-top .logo-txt {
  color: #8cc220;
}

.header-top-right {
  padding-top: 8px;  
}

.header-top-right-txt {
  font-size: 1.4rem; 
  margin-bottom: 10px;
}

.header-top-right .tel {
  font-size: 2.8rem; 
  font-weight: 300;
  letter-spacing: 0.02em;
}

.header-top-right .tel:before {
  content: "";
  background: url(../img/common/icon_tel.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

.header-menu {
  margin-top: 22px;
  justify-content: space-between;
  cursor: pointer;
}

.header-menu-item {
  letter-spacing: 2px;  
}

.header-menu > li {
  position: relative;  
}

.header-menu > li:nth-child(2) {
  height: 16px;
}

.header-menu li .sub-menu {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,0.8);
  padding: 10px 20px 15px;
}

.header-menu li .sub-menu li {
  padding-top: 15px;
  display: block;
  white-space: nowrap;
}

.header-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.header-menu li .sub-menu li a {
  font-size: 1.5rem;
}

.header-menu-nav.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 999;
}

.header-menu-nav.fixed .header-menu {
  width: 1200px;
  margin: 15px auto;
  justify-content: center;
}


/* ================================================
 * フッター
 * ================================================*/

.l-footer {
  height: 575px;  
}

.footer-top {
  height: 180px;  
}

.footer-top-txt {
  margin-right: 50px;  
}

.footer-btn-wrap {
  margin-left: 30px;  
}

.footer-btn-wrap .btn:first-of-type.link-more:before {
  right: 31px;  
  bottom: 17px;
}

.footer-btn-wrap .btn:last-of-type.link-more:before {
  right: 24px;  
  bottom: 17px;
}

.footer-info {
  width: 35%;  
}

.footer-info-txt {
  margin-bottom: 60px;  
}

.footer-menu {
  border-left: 1px solid #f2f2f2;
  padding-left: 40px;
  margin-top: 10px;
  width: 25%
}

.footer-menu-item {
  font-weight: 500;
}

.footer-menu-item:first-of-type {
  margin: 5px 0 45px;  
}

.footer-menu:first-of-type .footer-menu-item:last-of-type {
  margin-bottom: 30px;  
}

.footer-submenu-item {
  margin-top: 10px; 
  padding-left: 10px;
}

.footer-menu-item .mutenka-logo {
  width: 220px;
  height: auto;  
  margin-top: 10px;
}

.footer-btm {
  padding-top: 40px;  
  height: 365px;
}

.copyright {
  line-height: 30px;  
}


/* ================================================
 * メイン
 * ================================================*/



/* ================================================
 * トップページ
 * ================================================*/

/* メインビジュアル */

.top .main-visual-img {
  height: 600px;  
}

.top .main-visual-txt-h {
  padding-bottom: 40px;
}

.top .main-visual-txt-h span {
  letter-spacing: 0.7em;
}

.top .main-visual-txt-h span:not(:nth-of-type(3)) {
  font-size: 3.9rem;  
}

.top .main-visual-txt-h span:nth-of-type(1):before,
.top .main-visual-txt-h span:nth-of-type(2):before {
  top: -5px;  
  left: -8px;  
}

.top .main-visual-txt-h span:nth-of-type(4):before,
.top .main-visual-txt-h span:nth-of-type(5):before {
  top: -5px;  
  left: -10px;  
}

.top .main-visual-txt-h:before {
  background-image: url(../img/bg_txt_left.png);
  width: 111px;
  height: 174px;  
  top: -110px;
  left: -140px;
}

.top .main-visual-txt-h:after {
  background-image: url(../img/bg_txt_right.png);
  width: 124px;
  height: 202px;  
  top: -40px;
  right: -130px;
}

.top .main-visual .btn {
  width: 340px;  
  margin-top: 400px;
}

/* メインビジュアル下 */

.top-bnr-flex {
  padding: 20px 0 50px;  
  position: relative;
}

.top-bnr-left, .top-bnr-right {
  width: 50%;  
  height: 300px;
  padding-top: 28px;
}

.top-bnr-left {
  margin-right: 10px;
  padding-left: 122px;
}

.top-bnr-right {
  margin-left: 10px;
  padding-left: 137px;
}

.top-bnr-left:after,
.top-bnr-right:after {
  height: 300px;  
}

.top-bnr-ttl {
  font-size: 3rem;
  margin: 10px 0 15px;
}

/* タイトル */

.top-ttl {
  align-items: baseline;  
}

.top-ttl-h {
  font-size: 4.8rem;
}

/* Event */
/* Information */

.top-news {
  width: 50%;  
  padding: 30px 0 60px 30px;  
}

.top-news:before {
  width: 440px;
  height: 410px;  
}

.top-news.top-event .top-news-wrap {
  margin-right: 30px;  
}

.top-news-wrap {
  padding: 45px 50px 55px 20px;
  min-height: 469px;
}

.top-news-item .flex {
  align-items: center; 
}

.top-info .top-news-wrap {
  margin-left: 30px;  
}

.top-info:before {
  left: 30px;  
}

.top-news-list {
  margin-bottom: 40px;  
}

.top-news-item .news-date {
  margin-right: 10px;
}

.top-news .link-more {
  position: absolute;
  bottom: 55px;
  right: 50px;
}

/* Review, Works一覧 */

.top .top-review-wrap {
  width: 1020px;  
  margin: 40px auto 0;
  padding-bottom: 120px;
}

.works .top-review-wrap {
  padding-bottom: 40px;  
}

.works .top-review {
  padding-bottom: 100px;  
}

.top-review-item {
  margin-bottom: 60px;
  position: relative;
}

.top .top-review-item {
  width: 300px;  
}

.works .top-review-item {
  width: 360px;  
}

.top .top-review-img img {
  width: 300px;
  height: 300px;  
}

.works .top-review-img img {
  width: 360px;
  height: 360px;  
}

.top .top-review-item:not(:nth-of-type(3n)) {
  margin-right: 60px;  
}

.works .top-review-item:not(:nth-of-type(3n)) {
  margin-right: 50px;  
}

.top-review-txt {
  width: 290px;
  height: 80px;
  bottom: -20px;
  right: -20px;
  position: absolute;
  z-index: 2;
}

.top-review-txt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem; 
  line-height: 1.2em;
  padding: 0 10px;
  width: 100%;
}

/* リンクエリア */

.top-link-area {
  margin-top: 60px; 
  padding: 40px 0 20px;  
}

.top-link-wrap {
  width: 820px; 
  justify-content: center;
}

.top-link:not(:nth-of-type(2n)) {
  margin-right: 20px;  
}

.top-link {
  width: 400px;
  height: 100px;  
}

.top-link:before {
  width: 390px;
  height: 90px;  
}

.top-link-column .top-link-txt,
.top-link-blog .top-link-txt {
  padding-top: 30px;  
}

.top-link-agency .top-link-ttl,
.top-link-company .top-link-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;  
}


/* ================================================
 * 下層
 * ================================================*/

.page .main-visual {
  height: 400px;
}

.page-top {
  width: 800px;  
  margin: auto;
  position: relative; 
}

.page-top-ttl {
  font-size: 3rem;  
  margin-bottom: 60px;
}

.page-top-subttl {
  font-size: 2.4rem;
  line-height: 1.7em;
  margin-bottom: 20px;  
}

.page-top-subttl span {
  font-size: 3.1rem;  
}

.page .main-visual-txt-h {
  padding-bottom: 30px; 
  font-size: 3.6rem;
  white-space: nowrap;
}

.page1 .main-visual-txt-h {
  letter-spacing: 0.2em;
  padding: 80px 0 20px;
  text-shadow:0 0 20px #fff;
}

.page-contents-ttl {
  font-size: 3.6rem;
}

.philosophy .btn,
.material .btn {
  width: 400px;
  margin: 90px 0 0 auto;
}

.philosophy .btn:hover,
.material .btn:hover,
.lineup .btn:hover {
  background: #86bf0b;  
  border: 1px solid #fff;
  color: #fff;
}

.agency-info .main-visual-txt-h span:before,
.company .main-visual-txt-h span:before,
.news .main-visual-txt-h span:before,
.works .main-visual-txt-h span:before, 
.contact .main-visual-txt-h span:before,
.policy .main-visual-txt-h span:before,
.error .main-visual-txt-h span:before {
  top: -7px;
  left: -5px;
}

.philosophy .btn:hover.link-more:before,
.philosophy .btn:hover.link-more:after,
.material .btn:hover.link-more:before,
.material .btn:hover.link-more:after,
.lineup .btn:hover.link-more:before,
.lineup .btn:hover.link-more:after {
  background-color: #fff;  
}

/* ================================================
 * リフォームの想い
 * ================================================*/

.philosophy .page-contents,
.material .page-contents {
  padding-bottom: 60px;  
}

.philosophy-top {
  margin: 0 auto 100px;  
  width: 100%;
  background-size: contain; 
  background-position: bottom;
}

.philosophy .bg-philosophy:after {
  top: -25px;
  right:  -120px;  
}

.philosophy .page-top-txt {
  text-align: center;  
}

.philosophy .page-top-txt span {
  font-size: 2.4rem;
}

.philosophy-contents .flex {
  align-items: flex-start;  
}

.philosophy .page-contents-wrap:nth-of-type(even) .flex {
  justify-content: flex-end;  
}

.philosophy .page-contents-wrap {
  height: 455px;
  margin-bottom: 160px;
}

.philosophy .page-contents-wrap:nth-of-type(odd) {
  background: linear-gradient(90deg, transparent 0%, transparent 53%, rgba(202,202,202,.2) 53%, rgba(202,202,202,.2) 100%);   
}

.philosophy .page-contents-wrap:nth-of-type(even) {
  background: linear-gradient(90deg, rgba(202,202,202,.2) 0%, rgba(202,202,202,.2) 47%, transparent 47%, transparent 100%);   
}

.philosophy-contents .page-contents-txt {
  width: 577px;
  background: linear-gradient(180deg, transparent 0%, transparent 100px, rgba(140,194,32,1) 100px, rgba(140,194,32,1) 100%); 
  mix-blend-mode: multiply;
}

.philosophy .page-contents-wrap:nth-of-type(odd) .page-contents-txt {
  border-radius: 0 0 0 80px;  
}

.philosophy .page-contents-wrap:nth-of-type(even) .page-contents-txt {
  border-radius: 0 0 80px 0;  
}

.philosophy .page-contents-ttl {
  padding-left: 75px;  
}

.philosophy-contents .page-contents-ttl span {
  font-size: 6.9rem;
  padding-right: 20px;
}

.philosophy .page-contents-wrap:nth-of-type(even) .page-contents-ttl {
  text-indent: -52px;  
  padding-left: 140px;
  line-height: 1.1em;
}

.philosophy .page-contents-wrap:nth-of-type(3) .page-contents-ttl {
  white-space: nowrap;  
}

.philosophy-contents .page-contents-p {
  padding: 60px 30px;  
  color: #fff;
}

.philosophy-contents .page-contents-p span {
  font-size: 2.4rem;
}

.philosophy-contents .page-contents-img {
  padding-top: 60px;  
  width: 600px;
}

.philosophy .page-contents-wrap:nth-of-type(odd) .page-contents-ttl:after {
  top: -65px;
  left: 0;  
}

.philosophy .page-contents-wrap:nth-of-type(even) .page-contents-ttl:after {
  top: -65px;
  right: 0;  
}

.philosophy .link-more:before {
  bottom: 21px;
  right: 44px;  
}

/* ================================================
 * 独自素材
 * ================================================*/

.material-top {
  padding-bottom: 140px;    
}

.material-top:before {
  top: -40px;
  left: -110px;
}

.material-top:after {
  bottom: 90px;
  right: -130px;
}

.material .page-top-txt {
  text-align: justify;  
}

.material-contents .flex {
  height: 400px;
}

.material .page-contents-wrap {
  background-color: rgba(202,202,202,.3); 
  height: 400px;
  margin-bottom: 130px;
}

.material .page-contents-ttl span:not(:first-of-type) {
  font-size: 2.8rem;  
}

.material-contents .page-contents-ttl span:first-of-type:before {
  top: -5px;
  left: -15px;
  width: 73px;
  height: 114px;
}

.material-contents .page-contents-txt {
  background: #fff;
  border-radius: 10px;
  width: 660px;
  min-height: 350px;
  padding-top: 45px;
  position: absolute;
  top: -30px;
  z-index: 2;
}

.material-contents .page-contents-img {
  width: 600px;
  height: 400px; 
  position: absolute;
  bottom: -50px;
}

.material-contents .flex:after {
  width: 380px;
  height: 321px;
  top: 26px;  
}

.material-contents .page-contents-wrap:nth-of-type(odd) .page-contents-txt {
  left: 0;  
  padding-left: 20px;
}

.material-contents .page-contents-wrap:nth-of-type(odd) .page-contents-img {
  right: 0;
}

.material-contents .page-contents-wrap:nth-of-type(even) .page-contents-txt {
  right: 0;  
  padding-left: 80px;
}

.material-contents .page-contents-wrap:nth-of-type(even) .page-contents-img {
  left: 0;
}

.material-contents .page-contents-ttl {
  padding-left: 5px; 
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

.material-contents .page-contents-wrap:nth-of-type(4) .flex:after {
  top: 50px;  
}

.material-contents .page-contents-wrap:nth-of-type(4) .page-contents-ttl {
  padding-bottom: 20px;
}

.material-contents .page-contents-wrap:nth-of-type(4) .page-contents-ttl span:not(:first-of-type) {
  font-size: 2.5rem;  
  letter-spacing: 0;
  display: inline-block;
  margin: 20px 0 0 40px;
}

.material-contents .page-contents-p {
  width: 520px;  
}

.material .link-more:before {
  bottom: 21px;
  right: 56px;  
}

/* ================================================
 * リフォームのラインナップ
 * ================================================*/

.lineup .page-top {
  width: 1100px;  
  height: 430px;
  margin: 0 auto 130px;
  padding: 20px 0 0 510px;
}

.lineup .page-top-ttl {
  text-indent: -1em;
  padding-left: 1em;  
}

.lineup .page-top-txt {
  width: 530px;  
}

.lineup-wrap {
  width: 1400px;
  margin: auto; 
}

.lineup-contents {
  position: relative;
  padding-bottom: 50px;  
}

.lineup-contents:after {
  content: "";
  width: 1262px;
  height: 2090px;  
  background-color: rgba(202,202,202,.2);
  border-radius: 0 0 40px 0;
  background-size: cover; 
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1;
}

.lineup-txt-wrap {
  width: 600px;
  min-height: 216px;
  padding: 40px;
  position: absolute;
  top: -80px;
}

.lineup-wrap:nth-of-type(odd) .lineup-txt-wrap {
  right: 100px;  
}

.lineup-wrap:nth-of-type(even) .lineup-txt-wrap {
  left: 100px;  
}

.lineup-wrap:not(:nth-of-type(3)) {
  margin-bottom: 180px;  
}

.lineup-ttl {
  font-size: 3.6rem;
}

.lineup-menu-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  width: 995px;
  height: 216px;
  margin: 30px auto 0;
  padding-top: 45px;
}

.lineup-menu-top .lineup-menu-item:nth-of-type(1),
.lineup-menu-top .lineup-menu-item:nth-of-type(2),
.lineup-menu-top .lineup-menu-item:nth-of-type(4) {
  margin-right: 40px;  
}

.lineup-menu-item.link-more {
  width: 280px;  
}

.lineup-menu-top li:nth-of-type(1) .lineup-menu-item.link-more:before {
  right: 23px;  
}

.lineup-menu-top li:nth-of-type(2) .lineup-menu-item.link-more:before,
.lineup-menu-top li:nth-of-type(4) .lineup-menu-item.link-more:before,
.lineup-menu-top li:nth-of-type(5) .lineup-menu-item.link-more:before {
  right: 41px;  
}

.lineup-menu-top li:nth-of-type(3) .lineup-menu-item.link-more:before {
  right: 31px;  
}

.lineup-menu-btm {
  width: 995px;
  height: 170px;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto 70px;
}

.lineup .btn {
  width: 400px;
  margin: 70px 0 70px auto;  
}

.lineup .link-more:before {
  bottom: 21px;
  right: 150px; 
}

/* ================================================
 * 代理店制度のご案内
 * ================================================*/

.agency-top {
  margin: 40px 0 0 50px; 
}

.agency-top:after {
  width: 551px;
  height: 303px;
  left: 700px;
  bottom: 90px;
}

.agency .page-contents-wrap:not(:last-of-type) .page-contents-txt:last-child {
  margin-left: auto;
  margin-right: 20px;  
}

.agency .page-contents-wrap:not(:last-of-type) {
  min-height: 770px;  
  background: linear-gradient(180deg, rgba(202,202,202,.2) 0%, rgba(202,202,202,.2) 567px, transparent 567px, transparent 100%);  
}

.agency .page-contents-wrap:last-of-type {
  min-height: 450px;  
  background: linear-gradient(180deg, rgba(202,202,202,.2) 0%, rgba(202,202,202,.2) 193px, transparent 193px, transparent 100%);  
} 

.agency .page-contents-txt {
  width: 1000px;
  height: 320px;
}

.agency .page-contents-ttl {
  padding: 75px 0 0 100px;  
  position: relative;
}

.agency .page-contents-ttl:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;  
  width: 80px;
  position: absolute;
  top: 190px;
  left: 50px;
}

.agency .page-contents-ttl span {
  top: 50px;  
}

.agency .page-contents-ttl span:before {
  top: -25px;
  left: -45px;   
}

.agency .page-contents-wrap:nth-of-type(1) .page-contents-txt:first-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_house_wh.png);
  height: 75px;  
}

.agency .page-contents-wrap:nth-of-type(1) .page-contents-txt:last-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_plant.png);
  height: 73px;  
}

.agency .page-contents-wrap:nth-of-type(2) .page-contents-txt:first-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_process.png);
  height: 80px;  
}

.agency .page-contents-wrap:nth-of-type(2) .page-contents-txt:last-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_settings.png);
  height: 80px;  
}

.agency .page-contents-wrap:nth-of-type(3) .page-contents-txt:first-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_presentation.png);
  height: 70px;  
}

.agency .page-contents-wrap:nth-of-type(3) .page-contents-txt:last-of-type .page-contents-ttl:after {
  background-image: url(../img/icon_video.png);
  height: 75px;  
}

.agency .page-contents-wrap:nth-of-type(4) .page-contents-txt .page-contents-ttl:after {
  background-image: url(../img/icon_web.png);
  height: 72px;  
}

.agency .page-contents-txt {
  margin-bottom: 60px;  
}

.agency .page-contents-p {
  width: 847px;
  height: 244px;
  position: absolute;
  top:  145px;
  left: 180px; 
  padding: 30px;
}

/* 募集要項 */

.requirements-inner .top-ttl {
  padding-top: 66px;  
}

.requirements-wrap {
  width: 1100px;
  min-height: 418px;  
  margin: -65px auto 90px;
  padding: 90px 50px 50px;  
}

/* フロー */

.flow-inner .top-ttl {
  top: -30px;  
}

.flow-list-item {
  width: 800px;  
}

.flow-list-item.txt-l1 {
  border-radius: 33px;  
}

.flow-list-item.txt-l2 {
  border-radius: 45px;  
}

/* イベント情報 */

.agency .top-event {
  padding-bottom: 100px; 
  position: relative;
}

.agency .top-event:after {
  content: "";
  background: rgba(202,202,202,.2);
  width: 100%;
  height: 294px;
  position: absolute;
  top: -100px;
  left: 0;  
}

.agency .top-news-wrap {
  margin-top: 100px;
  padding-left: 50px;
  z-index: 2;
}

.agency .top-news-wrap .top-ttl {
  margin: -70px 0 40px;  
}

.agency .top-news-item .news-ttl {
  max-width: 845px;  
}

.agency .top-news-wrap .btn {
  width: 106px;
  height: 28px;
  border-radius: 14px;
  line-height: 25px;
  font-size: 1.2rem;
  margin: 20px 0 0 auto;
}  

.agency .top-news-wrap .btn:hover {
  background: #3799cd;
  color: #fff;
  border: 1px solid #3799cd;  
}

.agency-system .top-event .link-more:before {
  right: 23px;
  bottom: 7px;  
}

.agency .top-news-wrap .btn:hover.link-more:before,
.agency .top-news-wrap .btn:hover.link-more:after {
  background-color: #fff;  
}

/* ================================================
 * 全国代理店情報
 * ================================================*/

.agency-info .logo-img {
  width: 260px;
  height: auto;  
}

.agency-info .main-visual-logo {
  margin-bottom: 20px;  
}

.agency-info .page-top {
  width: 1092px;  
  justify-content: space-between;
  margin-bottom: 75px;
}

.agency-top-txt {
  width: 590px;
  position: relative;    
}

.agency-top-txt .page-top-ttl {
  text-align: left;  
  margin: 0 0 40px 0;
}

.agency-info-wrap {
  padding-top: 80px; 
  width: 945px;
  margin: auto;
}

.agency-info-item {
  width: 275px;
  margin-bottom: 45px;
}

.agency-info-item:not(:nth-of-type(3n)) {
  margin-right: 60px;  
}

.agency-info-img img {
  width: 235px;
  height: 176px;  
  object-fit: contain;
  font-family: "object-fit: contain;";
  background: #fff;
}

.agency-info-tab-btn {
  width: 200px;
  font-size: 1.8rem;
}

.agency-info-tab-btn {
  margin-right: 50px; 
  margin-bottom: 30px;  
}

.agency-info-tab-btn:nth-of-type(5),
.agency-info-tab-btn:nth-of-type(8) {
  margin-right: 0;  
}

.agency-info.l-main {
  padding-bottom: 120px;  
}

/* ================================================
 * 施工事例
 * ================================================*/

/* ワークス下層 */

.works-detail-ttl {
    width: 100%;
    height: 340px;
    background-color: rgba(202,202,202,.3);
    position: relative;
}

.works-detail-h {
    width: 980px;
    margin: auto;
    font-size: 2.8rem;
    color: #00261c;
    display: block;
    padding-top: 40px;
}

.works-detail .works-page-contents .inner {
  width: 980px;
  padding-bottom: 10px;
}

.works-detail-ttl {
  font-size: 2.4rem;
  font-weight: 500;  
}

.works-detail-slider {
  margin-bottom: 30px;
  margin-top: -230px;
}

.works-detail-slider li img {
  max-width: 980px;
  height: 653px;
}

.works-detail-thumb li {
  overflow: hidden;
  position: relative;
}

.works-detail-thumb li {
  margin: 0 10px 10px 0;
}

.works-detail-thumb li:nth-child(9n) {
  margin-right: 0;
}

.works-detail-thumb .slick-track {
    width: auto !important;
    transform: translate3d(0, 0px, 0px) !important;
}

.works-detail-thumb .slick-slide {
    width: 100px !important;
    height: 100px;
}

.works-detail-thumb li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  cursor: pointer;
}

.works-detail-txt-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  line-height: 1.8em;
  align-items: flex-start;
}

.works-detail-info, .works-detail-txt {
  width: 50%;
}

.works-detail-txt-wrap dt {
  color: #00261c;
}

.works-detail-txt-wrap dl:not(:first-of-type) dt {
  float: left;
  padding-right: 15px;  
}

.works-detail-txt-wrap dl:not(:first-of-type) dd {
  margin-left: 90px; 
}

.works-detail-txt {
  padding-right: 30px;
}

.works-detail-info {
  padding: 25px 30px 20px;
}

.works-detail-txt-wrap dl {
  padding-bottom: 5px;
}

.works-detail .pager {
  margin: 100px auto;
  position: relative;
}

/* ================================================
 * お知らせ・イベント
 * ================================================*/

.news-btn {
  justify-content: center;
  margin-bottom: 120px;     
}

.news-btn-item {
  width: 300px;
  height: 60px;
}

.news-wrap-item {
  width: 370px;
  min-height: 230px;
  margin-bottom: 70px;
}

.news-wrap-item:not(:nth-of-type(3n)) {
  margin-right: 40px;  
}

/* 詳細ページ */

.news-detail-wrap {
  width: 1000px;
  margin: 80px auto 70px;
  padding: 40px;    
}

.news-detail-wrap .news-ttl {
  font-size: 2.1rem; 
}

.news-detail-img {
  width: 40%;  
}

.news-detail-txt {
  width: 60%;  
  margin-right: 40px;
}

/* ================================================
 * 企業情報
 * ================================================*/

.company-profile, .company-access {
  background: linear-gradient(180deg, transparent 0%, transparent 30px, rgba(202,202,202,.2) 30px, rgba(202,202,202,.2) 100%);  
  margin-top: 60px;  
}

.company-profile-list {
  width: 800px;
  margin: auto; 
  padding: 30px 0 60px;
}

.company-profile-list dt {
  width: 150px; 
  height: 55px;
  line-height: 55px;
}

.company-profile-list dd {
  padding-left: 150px;
  height: 55px;  
  line-height: 55px;;
  margin: 0 0 20px 20px; 
}

/* アクセス */

.company-access-left,
.company-access-right {
  width: 50%;
  margin-bottom: 20px;
}

.company-access-left,
.access-flex iframe:first-of-type {
  margin-right: 10px;  
}

.company-access-right,
.access-flex iframe:last-of-type {
  margin-left: 10px;  
}

/* 事業内容、沿革 */

.company-business.inner,
.company-history.inner {
  background: linear-gradient(180deg, transparent 0%, transparent 90px, #fff 90px, #fff 100%);
  width: 1000px;
}

.company-info .top-ttl {
  padding-top: 60px;  
}

.company-history-list {
  width: 800px;
  margin: 30px auto 0;
  padding-bottom: 60px;  
}

.company-history-item span {
  width: 114px;  
}

.company-history-item span.right {
  text-align: right;
  padding-right: 40px;
}

.company.l-main {
  padding-bottom: 120px;  
}


/* ================================================
 * プライバシーポリシー, 404, 送信完了
 * ================================================*/

.policy .inner, .error .inner, .contact .inner, .news .inner {
  padding-bottom: 60px;  
}

.policy-contents, .txt-contents {
  width: 1000px;
  padding: 40px 70px;
}

.error .txt-contents {
  margin-top: 60px;  
}

.contact-page .txt-contents {
  margin-bottom: 150px;  
}

/* ================================================
 * お問合せ
 * ================================================*/

.form {
  width: 1000px;
  padding: 40px 60px 10px;
}

form dl {
  display: flex;
  padding: 20px 0;
}

.contact-form dl:not(:first-of-type) .form-ttl {
  margin-top: 20px;
}

.agency-form dl .form-ttl {
  margin-top: 20px;
}

.contact-form dl:nth-of-type(1) .form-ttl {
  line-height: 1.4em;  
}

.contact-form dl:nth-of-type(1) .required {
  top: 14px;  
  right: 20px;
}

form .form-ttl {
  width: 200px;  
}

.contact-form .form-content .radio-list {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.contact-form .radio-list li {
  width: 180px;
}

.agency-form  .radio-list li:nth-of-type(3) {
  display: flex; 
  align-items: center;
}

.agency-form  .radio-list li:nth-of-type(3) input {
  width: 70%;  
  margin-left: 20px;
}

.form-content input:not([type]),
.form-content textarea, .datetimearea input, select.pref-select {
  padding: 20px 25px;
}

.agency-form dl:nth-of-type(3) input {
  width: 40%;  
}

select.pref-select,
.agency-form dl:nth-of-type(3) input,
.agency-form dl:nth-of-type(5) input,
.agency-form dl:nth-of-type(6) input{
  width: 40%;  
}

.confirm .page-subttl {
  text-align: center;  
}

.confirm form dl {
  align-items: center;
  padding: 20px 80px;
}

.confirm .form-submit {
  position: relative;
}

.form-submit .btn {
  margin: 30px auto;
  display: inline-block;
}

.confirm .form-submit .reset {
  position: absolute;
  left: 0;
}

/* ================================================
 * ナビゲーション
 * ================================================*/

.breadcrumb {
  margin: 30px 0 60px;
}

.breadcrumb li span {
  font-size: 1.4rem;
}

#toPageTop {
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 2%;
}

.btn {
  font-size: 1.8rem;
}

.pager .back a, .pager .prev a, .pager .next a {
  height: 40px;
}

.pager .back a {
  width: 400px;  
}

.works-detail .pager .prev a,
.works-detail .pager .next a {
  width: 120px;  
}

.works-detail .pager .prev a:before {
  left: 20px;  
}

.works-detail .pager .next a:after {
  left: 100px;  
}

/* ================================================
 * WP
 * ================================================*/

.wp-blog .l-main {
  padding: 2rem 0;    
}

.wp-blog .p-breadcrumb {
  padding: 1rem 0 0;  
}

/* ヘッダー */

.wp-blog .logo-txt {
  font-size: 1.125rem;  
}

.wp-blog .header-top-right-txt {
  font-size: 0.875rem;  
}

.wp-blog .header-top-right .tel {
  font-size: 1.75rem;  
}

.wp-blog .header-menu-item {
  font-size: 1rem;  
}

.wp-blog .header-menu li .sub-menu li a {
  font-size: 0.9375rem;  
}

/* フッター */

.wp-blog .footer-top-txt, .wp-blog .btn {
  font-size: 1.125rem;  
}
