@charset "utf-8";

/**************************************************/
/*                                                */
/*                  ベーススタイル　              */
/*                                                */
/**************************************************/

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  color: #444;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
}

input,
select,
textarea {
  font-family:"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

/*a:hover {
  opacity: 0.8;
}*/

a:hover img {
  opacity: 0.8;
}


/**************************************************/
/*                                                */
/*                  ユーティリティ                */
/*                                                */
/**************************************************/

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.font-eng {
  font-family: 'Poppins', sans-serif;  
}

.bold {
  font-weight: 500;  
}

.top .page-only {
  display: none;  
}

.page .top-only {
  display: none;  
}



/**************************************************/
/*                                                */
/*            　 レイアウト（骨組み）　　         */
/*                                                */
/**************************************************/

#wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  letter-spacing: 0.06em;
}

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

.l-header a {
  color: #000;
}

.header-menu li .sub-menu {
  display: none;
}

.header-menu li.active .sub-menu {
  display: block;
}

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

.l-footer {
  width: 100%;  
}

.l-footer {
  position: absolute;
  bottom: 0;
  background: url(../img/common/bg_footer.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.l-footer .logo-txt, .footer-btm a {
  color: #fff;
}

.footer-flex {
  color: #fff;  
  padding: 20px 0 30px;
  font-size: 1.4rem; 
}

.footer-info {
  line-height: 1.6em;
}

.footer-top {
  background: rgba(134,191,11, .9);
  color: #fff;  
}

.footer-top .flex {
  justify-content: center;  
  align-items: center;
  padding: 35px 0;
}

.footer-top-txt {
  font-size: 1.8rem;
  line-height: 1.5em;  
}

.footer-top .btn {
  border: 1px solid #fff;
  width: 280px;
  color: #fff;
}

.footer-top .btn:hover {
  background: #fff;
  color: #00261c;  
}

.footer-top .btn:hover.link-more:before,
.footer-top .btn:hover.link-more:after {
  background-color: #00261c;   
}

.footer-btn-wrap .btn:first-of-type {
  margin-bottom: 10px;  
}

.footer-btn-wrap .link-more:before,
.footer-btn-wrap .link-more:after {
  background-color: #fff; 
}

.sns-wrap {
  align-items: center;  
}

.sns-icon {
  width: 43px;
  height: 43px;
  background: #fff;  
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.sns-icon:first-of-type img {
  width: 18px;
  height: 28px;
  margin-top: 7px;
}

.sns-icon:last-of-type img {
  width: 30px;
  height: 30px;
  margin-top: 6px;
}

.copyright {
  background: #fff;  
  font-size: 1.2rem;
  text-align: center;
}


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

.l-main {
  display: block; /* IE対策 */
  background: url(../img/common/bg.png);   
}
  

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

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

.main-visual {
  position: relative;  
}

.top .main-visual-img {
  background-size: cover; 
  background-position: center;
}

.top .main-visual-1 {
  background-image: url(../img/top_visual2.jpg);  
}

.top .main-visual-2 {
  background-image: url(../img/top_visual1.jpg);  
}

.top .main-visual-3 {
  background-image: url(../img/top_visual3.jpg);  
}

.main-visual-txt {
  position: absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top .main-visual-txt-h {
  position: relative;
}

.top .main-visual-txt-h:before,
.top .main-visual-txt-h:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;  
}

.top .main-visual-txt-h span:nth-of-type(1):before {
  background-image: url(../img/bg_txt1.png);  
}

.top .main-visual-txt-h span:nth-of-type(2):before {
  background-image: url(../img/bg_txt2.png);  
}

.top .main-visual-txt-h span:nth-of-type(4):before,
.top .main-visual-txt-h span:nth-of-type(5):before {
  background-image: url(../img/bg_txt3.png);  
}

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

.top .main-visual-txt-p {
  line-height: 1.6em; 
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.top .main-visual .btn {
  letter-spacing: 2.2px;  
  background: #fff;
  border: 1px solid #333;
}

.top .main-visual .btn:hover {
  background: #558c03;
  color: #fff;
  border: 1px solid #558c03;
}

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

.top-bnr-left, .top-bnr-right {
  position: relative;
  z-index: 2;
  color: #fff;
}

.top-bnr-left:after,
.top-bnr-right:after {
  content: ""; 
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vh;
  position: absolute; 
  top: 0;
  z-index: -2;
}

.top-bnr-left:after {
  background-image: url(../img/bg_top_bnr_left.jpg);
  right: 0;
}

.top-bnr-right:after {
  background-image: url(../img/bg_top_bnr_right.png);
  left: 0;
}

.top-bnr-flex .vertical {
  font-size: 3.3rem;
  letter-spacing: 0.4em;  
  position: absolute;
  top: 28px;
  left: 35px;
}

.top-bnr-left .text-separate span:before {
  background-image: url(../img/bg_txt_lg.png);  
  top: -10px;
  left: -13px;
}

.top-bnr-right .text-separate span:before {
  background-image: url(../img/bg_txt_or.png);  
  top: -10px;
  left: -13px;
}

.top-bnr-ttl {
  color: #fff;
}

.top-bnr-txt {
  font-size: 2rem; 
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #fff;
}

.top-bnr-txt span {
  font-size: 1.6rem;  
}

.top-bnr-flex:after {
  content: "";
  background: rgba(202,202,202,.2);
  width: 100%;
  height: 450px;  
  position: absolute;
  bottom: -680px;
  left: 0;
}

.top-bnr-flex .link-more {
  color: #fff;  
}

.top-bnr-flex .link-more:before,
.top-bnr-flex .link-more:after {
  background-color: #fff;  
}

/* タイトル */

.top-ttl-h {
  font-weight: 300; 
}

/* Event */
/* Information */

.top-news {
  position: relative;
  z-index: 1;  
}

.top-news:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  top: 0;    
}

.top-event:before {
  left: 0; 
  background: rgba(134,191,11,.5);
}

.top-info:before {
  background: rgba(242,183,5,.5);
}

.top-news:after {
  content: "";
  width: 30px; 
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}

.top-event:after {
  background: rgba(134,191,11,.5); 
}

.top-info:after {
  background: rgba(242,183,5,.5); 
}

.top-news-wrap {
  background: #fff;
  position: relative;
}

.top-news .top-ttl {
  position: absolute;
  top: -19px;
  left: 5px;  
}

.top-news .top-ttl-h {
  margin-right: 20px;  
}

.top-news-item {
  padding: 15px 0;  
  border-bottom: 1px dashed #ccc;
}

.top-news.top-event .flex {
  flex-wrap: wrap;  
}

.top-news-item .news-ttl {
  letter-spacing: 0.03em;  
  line-height: 1.5em; 
}

.top-news.top-event .news-ttl {
  padding-top: 10px; 
  width: 100%;
}

.top-event .area-tag {
  margin: 0 10px 0 5px;  
}

/* Review, Works一覧 */

.top .top-review {
  background: url(../img/bg_top_review.jpg) no-repeat;
  background-size: cover; 
  background-position: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.top-review .top-ttl, .page .top-ttl {
  text-align: center; 
  padding-bottom: 25px;
  position: relative;
}

.top-review .top-ttl {
  padding-top: 60px;  
}

.top-review .top-ttl-h, .page .top-ttl-h {
  margin-bottom: 10px;  
}

.top-review .top-ttl-p:after,
.page .top-ttl-p:after {
  content: "";
  width: 40px;
  height: 5px;
  background: #00261c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);  
}

.top-review-txt {
  background-color: #86bf0b;
  color: #fff;
}

/* リンク*/

.top-link-area {
  background: rgba(202,202,202,.2);
}

.top-link-column .top-link-txt:after {
  background-image: url(../img/icon_shield.png);
}

.top-link-blog .top-link-txt:after {
  background-image: url(../img/icon_blog.png);
}

.top-link-agency .top-link-txt:after {
  background-image: url(../img/icon_house.png);
}

.top-link-company .top-link-txt:after {
  background-image: url(../img/icon_bag.png);
}

.top-link {
  color: #fff; 
  position: relative;
  margin-bottom: 20px;
}

.top-link:before {
  content: "";
  border: 1px solid #fff;
  position: absolute; 
  top: 5px;
  left: 5px;
}

.top-link:after {
  content: "";
  width: 67px;
  height: 67px;
  background: url(../img/bg_top_link.png) no-repeat;
  background-size: 135%;
  background-position: left;
  position: absolute;
  bottom: -3px;
  right: 7px;
}

.top-link-column {
  background: #f39800; 
  padding-left: 106px; 
}

.top-link-blog {
  background: #f2b705; 
  padding-left: 106px; 
}

.top-link-agency {
  background: #68c7f9; 
  padding-left: 106px; 
}

.top-link-company {
  background: #8cc220; 
}

.top-link-agency .top-link-txt,
.top-link-company .top-link-txt {
  padding-top: 36px;  
}

.top-link-company .top-link-txt {
  text-align: center;  
}

.top-link-column .top-link-ttl,
.top-link-blog .top-link-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.top-link-ttl span, .top-link-p {
  font-size: 1.4rem;  
}

.top-link-txt:before {
  content: "";
  background-color: #fff;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 20px;  
}

.top-link-txt:after {
  content: "";
  background-size: contain;
  position: absolute;  
}

.top-link-column .top-link-txt:after {
  width: 37px;
  height: 48px;
  top: 28px;
  left: 35px;  
}

.top-link-blog .top-link-txt:after {
  width: 40px;
  height: 37px;
  top: 30px;
  left: 35px;  
}

.top-link-agency .top-link-txt:after {
  width: 40px;
  height: 37px;
  top: 30px;
  left: 35px;  
}

.top-link-company .top-link-txt:after {
  width: 40px;
  height: 38px;
  top: 29px;
  left: 33px;  
}

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

.page .main-visual {
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

.philosophy .main-visual {
  background-image: url(../img/philosophy_visual.jpg);
}

.material .main-visual {
  background-image: url(../img/material_visual.jpg);  
}

.lineup .main-visual {
  background-image: url(../img/lineup_visual.jpg);    
}

.agency-system .main-visual {
  background-image: url(../img/agency_visual.jpg);    
}

.agency-info .main-visual {
  background-image: url(../img/agency_info_visual.jpg);   
}

.company .main-visual,
.news .main-visual, .works .main-visual,
.contact .main-visual,
.policy .main-visual,
.error .main-visual {
  background-image: url(../img/company_visual.jpg);  
}

.page .main-visual-txt-h {
  color: #fff;
}

.page .main-visual-txt-h span {
  padding: 0 10px;
}

.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 {
  background-image: url(../img/bg_txt_or.png);  
}

.agency-info .main-visual-txt-h span:before {
  background-image: url(../img/bg_agency_txt4.png);    
}

.page1 .text-separate {
  position: relative;
  width: 255px; 
  margin: auto;
}

.page1 .text-separate span {
  font-size: 3.3rem;
  color: #fff;
  letter-spacing: 0.5em; 
  display: inline-block;
  position: absolute;
}

.page1 .text-separate span:nth-of-type(1) {
  transform: rotate(-15deg);  
  top: 15px;
  left: 0;
}

.page1 .text-separate span:nth-of-type(2) {
  transform: rotate(-5deg);  
  left: 1.6em;
  top: 5px;
}

.page1 .text-separate span:nth-of-type(3) {
  top: 0;  
  left: 50%;
  transform: translateX(-50%);  
}

.page1 .text-separate span:nth-of-type(4) {
  transform: rotate(5deg);  
  right: 1.6em;
  top: 5px;
}

.page1 .text-separate span:nth-of-type(5) {
  transform: rotate(15deg);  
  top: 15px;
  right: 0;
}

.agency-system .text-separate span:nth-of-type(6) {
  transform: rotate(15deg);  
  top: 36px;
  right: -40px; 
  color: #00261c; ;
}

.page1 .text-separate span:before {
  background-repeat: no-repeat;
}

.page1 .text-separate span:nth-of-type(1):before{
  top: -5px;
  left: -8px;  
}

.material .text-separate span:nth-of-type(1):before,
.philosophy .text-separate span:nth-of-type(1):before,
.lineup .text-separate span:nth-of-type(1):before  {
  background-image: url(../img/bg_txt1.png);    
}

.agency-system .text-separate span:nth-of-type(1):before {
  background-image: url(../img/bg_agency_txt1.png);      
}

.page1 .text-separate span:nth-of-type(2):before,
.page1 .text-separate span:nth-of-type(3):before {
  top: -7px;
  left: -8px;
}

.material .text-separate span:nth-of-type(2):before,
.philosophy .text-separate span:nth-of-type(2):before,
.lineup .text-separate span:nth-of-type(2):before,
.material .text-separate span:nth-of-type(3):before,
.philosophy .text-separate span:nth-of-type(3):before,
.lineup .text-separate span:nth-of-type(3):before {
  background-image: url(../img/bg_txt2.png);      
}

.agency-system .text-separate span:nth-of-type(2):before,
.agency-system .text-separate span:nth-of-type(3):before {
  background-image: url(../img/bg_agency_txt2.png);      
}

.page1 .text-separate span:nth-of-type(4):before,
.page1 .text-separate span:nth-of-type(5):before {
  top: -5px;
  left: -10px;
}

.material .text-separate span:nth-of-type(4):before,
.philosophy .text-separate span:nth-of-type(4):before,
.lineup .text-separate span:nth-of-type(4):before,
.material .text-separate span:nth-of-type(5):before,
.philosophy .text-separate span:nth-of-type(5):before,
.lineup .text-separate span:nth-of-type(5):before {
  background-image: url(../img/bg_txt_or.png);      
}

.agency-system .text-separate span:nth-of-type(4):before,
.agency-system .text-separate span:nth-of-type(5):before {
  background-image: url(../img/bg_agency_txt4.png);   
}

.page1 .main-visual-txt-h span {
  font-size: 2.8rem; 
  padding: 0;
}

.page .main-visual-txt-p {
  font-size: 3.6rem;
  color: #f2b705;  
}

.page1 .main-visual-txt-p {
  letter-spacing: 0.1em;
  text-shadow:0 0 15px #fff;
}


.page-top-ttl {
  letter-spacing: 0.1em;
  text-align: center;
}

.page-top-txt {
  line-height: 1.6em; 
}

.page-contents-p {
  line-height: 1.5em;  
}

.philosophy .btn,
.material .btn,
.lineup .btn {
  height: 60px;
  background: #fff;
  border: 1px solid #333;  
  border-radius: 30px;
  line-height: 56px;
  font-weight: 500;
}


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

.bg-philosophy {
  position: relative;  
}

.bg-philosophy:after {
  content: "";
  background: url(../img/bg_philosophy.png) no-repeat;
  background-size: contain; 
  width: 72px;
  height: 75px;
  position: absolute;
}

.philosophy-top {
  background: url(../img/bg_philosophy_top.png) no-repeat;
  padding-bottom: 55px;
}

.philosophy .page-top-ttl,
.material .page-top-ttl,
.lineup .page-top-ttl {
  color: #558c03; 
}

.philosophy .page-top-ttl,
.agency .page-top-ttl {
  line-height: 1.5em; 
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.philosophy .page-top-txt span {
  display: block;
  margin: 20px 0;
}

.philosophy .page-contents-ttl {
  color: #558c03;
} 

.philosophy-contents .page-contents-ttl span {
  color: #8cc220;
  font-weight: 200; 
  display: inline-block;
  vertical-align: middle;
}

.philosophy-contents .page-contents-p span {
  line-height: 1.5em;
  display: inline-block;
}

.philosophy .page-contents-wrap:first-of-type .page-contents-p span {
  padding-bottom: 20px;  
}

.philosophy .page-contents-wrap:not(:first-of-type) .page-contents-p span {
  padding-top: 20px;  
}

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

.material .main-visual-txt-h,
.lineup .main-visual-txt-h,
.agency-system .main-visual-txt-h {
  color: #00261c;    
}

.philosophy .main-visual-txt-p,
.material .main-visual-txt-p {
  color: #9a5430;   
}

.material-top:before,
.material-top:after,
.lineup-top:before,
.lineup-top:after {
  content: "";  
  position: absolute; 
  background-image: url(../img/bg_material.png);  
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 139px;
}

.material-contents .flex {
  position: relative; 
}

.material .page-contents-ttl {
  color: #86bf0b;
} 

.material-contents .page-contents-ttl span:first-of-type {
  padding-right: 20px; 
  color: #fff; 
  position: relative;
}

.material-contents .page-contents-ttl span:first-of-type:before {
  content: "";
  background-image: url(../img/bg_txt_material.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.material-contents .flex:after {
  content: "";
  border-radius: 10px;
  background-color: rgba(134,191,11,1);  
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.material-contents .page-contents-img img {
  position: relative;
  z-index: 3;  
}

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

.lineup .page-top {
  background: url(../img/bg_lineup.png) no-repeat; 
  background-size: cover;
  background-position: bottom;
}

.lineup .page-top-ttl {
  text-align: left; 
  line-height: 1.5em;
}

.lineup-top:before {
  bottom: 0;
  left: 390px;
}

.lineup-top:after {
  top: -20px;
  right: -50px;
  transform: scale(-1,1);
}

.lineup-wrap {
  position: relative;
  z-index: 2;  
}

.lineup-txt-wrap {
  background: #fff;
  border-radius: 10px;
  line-height: 1.6em;
}

.lineup-ttl {
  color: #86bf0b; 
  margin-bottom: 20px;
}

.lineup-menu-top {
  background: #8cc220;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2;
}

.lineup-menu-item {
  height: 63px;
  border: 2px solid #8cc220;
  background: #fff;
  border-radius: 31px;
  text-align: center;
  color: #86bf0b;
  font-size: 1.8rem; 
  line-height: 58px;
  letter-spacing: 0;
}

.lineup-menu-item.link-more:before {
  background-color: #86bf0b;
  top: 28px;
}

.lineup-menu-item.link-more:after {
  width: 15px;
  background-color: #86bf0b; 
  margin-left: 4px;
}

.lineup-menu-btm {
  background: #fff;  
  border-radius: 0 0 10px 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.lineup-menu-btm .lineup-menu {
  display: flex;
  justify-content: center;  
  flex-wrap: wrap;
}

.lineup-menu-btm .lineup-menu-item {
  width: 120px;
  height: 40px;
  display: block;
  line-height: 36px;
  margin-top: 25px;
}

.lineup-menu-btm .lineup-menu-item:not(:nth-of-type(3)) {
  margin-right: 20px;  
}

.lineup .btn {
  z-index: 2;
}

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

.works-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.works-item a {
   text-decoration: none;
}

.works-item-img {
  overflow: hidden;
  position: relative;
}

.works-item-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.works-item-name {
  line-height: 1.6em;
}

.works-contents .pager li {
  margin: 5px;  
}

.works-contents .pager a {
  width: 40px;
  height: 40px;
}

/* ワークス下層 */

.works-detail-slider li img {
  object-fit: contain;
  margin: auto;
  font-family: "object-fit: contain;";
}

.works-detail-txt-wrap {
  letter-spacing: 0.1em;
}

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

.works-detail-info {
  background: rgba(202,202,202,.3);  
}

.works-detail-info .works-detail-txt-p {
  margin-bottom: 15px;  
}

.works-detail .pager .back a {
  margin: auto;
}

.works-detail .pager .next a {
  position: absolute;
  right: 0;
}

.works-detail .pager .prev a {
  position: absolute;
  left: 0;
}

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

.agency .main-visual-txt-p,
.agency .page-top-ttl {
  color: #3799cd;  
}

.agency .page-top-ttl {
  margin-bottom: 40px;  
}

.agency .page-top-ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #3799cd;
  width: 292px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px; 
  margin: 0 auto 20px;
  letter-spacing: 0;
  position: relative;
}

.agency .page-top-ttl span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #3799cd;  
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

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

.agency .top-news-wrap .btn {
  background: #fff;
  border: 1px solid #333;  
  font-weight: 500;
}

.agency-top:after {
  content: "";
  background: url(../img/bg_agency.png) no-repeat;
  background-size: contain;
  position: absolute;
}

.agency .page-contents-txt {
  background: linear-gradient(180deg, transparent 0%, transparent 50px, #3799cd 50px, #3799cd 100%);  
  color: #fff;
  position: relative;
}

.agency .page-contents-ttl span {
  position: absolute;
  font-size: 4.8rem;
  font-weight: 200;
  line-height: 90px;  
  left: 15px;
  display: block;
  z-index: 2;
}

.agency .page-contents-ttl span:before {
  content: "";
  width: 111px;
  height: 111px;
  background: url(../img/bg_stripe.png) no-repeat;
  background-size: contain;
  position: absolute;   
}

.agency .page-contents-p {
  background: #fff;
  color: #333;
}

/* 募集要項 */

.requirements-wrap {
  background: rgba(255,255,255,.8);
}

.agency-btm {
  background: url(../img/bg_agency_btm.jpg) no-repeat;
  background-size: cover; 
  background-position: center;
}

.requirements-wrap {
  line-height: 1.6em;  
}

.requirements-list-top {
  list-style: decimal; 
  margin-bottom: 30px;
  padding-left: 22px;
}

.requirements-list-btm li {
  position: relative;
  padding-left: 1.2em;
}

.requirements-list-btm li:before {
  content: "※";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

/* フロー */

.flow-inner {
  background-image: url(../img/bg_flow.png);
  position: relative;
}

.flow-inner .top-ttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);  
}

.flow-wrap {
  text-align: center; 
  padding: 100px 0 60px;
}

.flow-list-item {
  background: #fff;
  margin: 0 auto 25px;
  padding: 10px 0;
  position: relative;
}

.flow-list-item:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #fff;  
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;  
}

.flow-list-ttl {
  font-size: 2rem; 
  font-weight: 500;
  color: #3799cd; 
  line-height: 1.8em;
}

.flow-list-txt {
  line-height: 1.6em;  
}

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

.agency-info .main-visual-logo {
  font-size: 1.8rem;
}

.agency-top-txt:before {
  content: "";
  background: url(../img/bg_agency_info.png) no-repeat;
  background-size: contain;
  width: 134px;
  height: 139px;
  position: absolute;
  left: -180px;
  bottom: 80px;  
}

.agency-info-contents {
  background: linear-gradient(180deg, transparent 0%, transparent 40px, rgba(202,202,202,.2)  40px, rgba(202,202,202,.2)  100%);    
}

.agency-info-tab {
  width: 250px;
  height: 63px;
  line-height: 63px;
  background: #f2b705;
  color: #fff; 
  border-radius: 31px;
  display: block;
  margin: auto; 
  text-align: center;
  position: relative;
}

.agency-info-tab:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #f2b705;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;  
}

.agency-info-item {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #3799cd 0%, #3799cd 154px, #fff 154px, #fff 100%);  
  position: relative;
}

.agency-info-ttl, .agency-info-address {
  color: #fff;  
  line-height: 1.5em;
  margin-bottom: 5px; 
}

.agency-info-ttl {
  font-weight: 500; 
}

.agency-info-address {
  font-size: 1.4rem;  
}

.agency-info-area {
  background: #fff; 
  height: 24px;
  line-height: 24px;
  color: #3799cd;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 10px;
}

.agency-info-link {
  width: 50px;
  height: 50px;
  border-radius: 0 0 10px 0;
  border: 1px solid #3799cd;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #3799cd;
  text-align: center;
  padding-top: 30px;  
}

.agency-info-link:after {
  content: "";
  background: url(../img/icon_link.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.agency-info-contents .pager {
  padding: 40px 0;  
}

.agency-info-tab-wrap {
  background: rgba(125,125,125,.2);  
}

.agency-info-tab-wrap .flex-wrap {
  justify-content: center; 
  padding: 30px 0 0;
}

.agency-info-tab-btn {
  height: 40px;
  background: #fff;
  border: 2px solid #8cc220;
  color: #8cc220;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
}

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

.news-btn-item {
  letter-spacing: 2.2px;
  background: #fff;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 1.3em;
}

.news-btn-item:first-of-type {
  line-height: 58px;  
}

.news-btn-item:not(:first-of-type) {
  padding-top: 7px;  
}

.news-btn-item:not(:last-of-type) {
  margin-right: 15px; 
}

.news-btn-item.news-event-toC {
  border-left: 7px solid #86bf0b; 
  border-bottom: 2px solid #86bf0b;
}

.news-btn-item.news-event-toC.selected,
.news-btn-item.news-event-toC:hover {
  background: #86bf0b; 
  color: #fff;
}

.news-btn-item.news-event-toB {
  border-left: 7px solid #3799cd; 
  border-bottom: 2px solid #3799cd; 
}

.news-btn-item.news-event-toB.selected,
.news-btn-item.news-event-toB:hover {
  background: #3799cd;
  color: #fff;  
}

.news-btn-item.news-info {
  border-left: 7px solid #f2b705; 
  border-bottom: 2px solid #f2b705;
}

.news-btn-item.news-info.selected,
.news-btn-item.news-info:hover {
  background: #f2b705;  
  color: #fff;
}

.news-wrap-item {
  background: #fff;
  padding: 20px 20px 40px;
  line-height: 1.5em; 
  position: relative;
}

.news-wrap-item .news-tag, .news-detail-wrap .news-tag {
  position: absolute;
  top: -30px;
  left: 0;
}

.news-wrap-top {
  align-items: center;  
  margin-bottom: 10px;
}

.news-new {
  color: red;  
  font-size: 1.4rem;
  margin-left: 10px;  
}

.news-wrap-txt {
  margin-bottom: 20px;  
}

.news-wrap-item .news-ttl {
  font-size: 1.8rem; 
  line-height: 1.5em;
}

.news-wrap-item .news-txt {
  margin-top: 10px;
}

.news-wrap-item .news-date {
  font-size: 1.3rem;  
  color: #999;
  position: absolute;
  bottom: 20px;
  right: 20px;;
}

/* 詳細ページ */

.news-detail-wrap {
  background: #fff;
  position: relative;
  line-height: 1.5em;  
}

.news-detail-wrap .news-ttl {
  line-height: 1.6em;
  margin-bottom: 20px;  
}

.news-detail-flex {
  margin-top: 40px;  
}

.news-detail-txt-p {
  margin-bottom: 20px;  
}

.news-detail-link {
  border-bottom: 1px solid #00261c;  
}

.news-detail-wrap .news-date {
  font-size: 1.3rem;  
  color: #999;
  text-align: right;
  margin-top: 20px;
}

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

.company-profile, .company-access {
  position: relative;
  z-index: 1;
}

.company-profile-list dt {
  float: left;
  background: #f2cd5f;
  text-align: center;
}

.company-profile-list dd {
  background: #fff;
  line-height: 1.5em
}

/* アクセス */

.company-access-flex {
  margin-top: 30px; 
}

.company-access-ttl {
  font-size: 2.4rem;
  font-weight: 500;  
}

.company-access-txt {
  line-height: 1.5em;
  margin-top: 5px;  
}

.company-access-ttl,
.company-access-txt {
  position: relative; 
  z-index: 3;
}

.company-access-ttl:before {
  content: "";
  background-image: url(../img/bg_txt_or.png); 
  background-repeat: no-repeat;
  width: 77px;
  height: 64px;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}

.access-flex iframe {
  width: 100%;  
  padding-bottom: 60px;
}

/* 事業内容、沿革 */

.company-info {
  background-image: url(../img/bg_business.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px; 
}

.company-business-txt {
  text-align: center; 
  margin-top: 30px;
  line-height: 1.5em;
  padding-bottom: 60px;
}

.company-history-item {
  font-size: 1.4rem;
  padding: 10px 0 10px 10px; 
  line-height: 1.5em;  
}

.company-history-item:nth-of-type(odd) {
  background: #f2f2f2;  
}

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

.policy-contents h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
}

.policy-contents, .txt-contents {
  margin: auto;
  text-align: justify;
  background: #fff;
}

.policy-contents p, .txt-contents p {
  line-height: 1.6em;
  margin: 15px 0;
}

.policy-contents ul {
  padding-left: 20px;
}

.policy-contents li {
  padding-bottom: 10px;
  line-height: 1.6em;
}

.txt-contents .btn {
  margin-top: 30px;
  border: 1px solid #333;
  width: 280px;
}

.txt-contents .btn:hover {
  background: #558c03;
  color: #fff;
  border: 1px solid #558c03;  
}

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

.form {
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 2;
}

form dl {
  border-bottom: 1px solid #e8e8e8;
}

form .form-ttl {
  flex: 0 0 auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.contact-form dl:nth-of-type(1) dd {
  margin-top: 15px;  
}

.contact-form form dl:nth-of-type(6) input:first-of-type {
  margin-bottom: 20px;
}

.agency-form form dl:nth-of-type(4) input:last-of-type {
  margin-top: 20px;  
}

.agency-form form dl:nth-of-type(7) input:first-of-type {
  margin-bottom: 20px;
}

form .required {
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  background: #ff4500;
  padding: 4px;
  position: absolute;
  top: -1px;
  line-height: 11px; 
}

form .form-content {
  flex: 1 1 auto;
  width: 100%;
}

form .form-content p:last-child {
  margin-top: 10px;
}

.radio-list .input-radio {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
}

.radio-list .input-radio input {
  position: absolute;
  top: -100%;
  left: -100%;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.radio-list .input-radio span {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.radio-list .input-radio span:before {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  content: "";
  background: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
}

.radio-list .input-radio input:checked+span:before {
  background: #1f1f1f;
  box-shadow: 0 0 0 5px #fff inset;
  border-radius: 50%;
}

.agency-form  .radio-list li {
  margin-bottom: 20px;  
}

.form-content input:not([type]),
.form-content textarea, select.pref-select {
   font-size: 1.6rem;
   font-weight: 300;
   background: #f1f4f6;
   border-style: none;
}

.form-content input:not([type]),
.form-content textarea {
  width: 100%; 
}

.contact-form .form-content textarea {
  height: 300px;
}

.agency-form .form-content textarea {
  height: 150px;
}

select.pref-select {
  color: #666;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background-image: url(../img/icon_pulldown.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.form-content .form-note {
  margin: 15px 0;
  font-size: 1.4rem;
}

.form-content .form-txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.form-submit {
  margin: 30px 0;  
  text-align: center;
}

.form-submit .btn {
  border: none;
  box-shadow: none;
  letter-spacing: 0.1em;
  background: #455765;
  width: 250px;
  color: #fff;
}

.form-submit .btn:hover {
  background: #3799cd;
}

.form-submit .btn:before {
  background: #23334e;;
}

.confirm .form {
  margin-top: 30px;
}

.confirm form dl {
  background: #eee;
}

.confirm form dl:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.confirm form dl:not(:first-of-type) .form-ttl {
  margin-top: 0;
}

.confirm .form-content {
  line-height: 1.5em;  
}

.confirm .form-submit .reset {
  background: #999;
  width: 160px;
}

.confirm .form-submit .reset:hover {
  background: #ccc;  
}

.to-policy {
  border-bottom: 1px solid #333;  
}

/**************************************************/
/*                                                */
/*             　モジュール（パーツ）　　         */
/*                                                */
/**************************************************/

/* ================================================
 * タグ
 * ================================================*/

.event-tag, .area-tag, .news-tag {
  font-size: 1.4rem;
  text-align: center;
}

.event-tag, .news-tag {
  height: 30px;
  line-height: 30px;
  color: #fff;  
}

.event-tag {
  width: 100px;
}

.agency-system .event-tag {
  background: #3799cd;    
}

.news-tag {
  width: 230px;  
  letter-spacing: 0;
}

.tag-toC, .news-event-toC .news-tag {
  background: #86bf0b;  
}

.tag-toB, .news-event-toB .news-tag {
  background: #3799cd;  
}

.news-info .news-tag {
  background: #f2b705
}

.area-tag {
  width: 7em;
  height: 30px; 
  line-height: 26px;
  border: 2px solid #ccc;
}


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

.breadcrumb {
  display: flex;
}

.breadcrumb li {
  position: relative;
  padding: 0 5px;
}

.breadcrumb li:first-of-type {
  padding-left: 0;
}

.breadcrumb li span {
  display: block;
  padding-bottom: 5px;
  margin-right: 15px;
}

.breadcrumb li:last-of-type span {
  border-bottom: 1px solid #000;
}

.breadcrumb li:not(:last-of-type) :after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #888;  
}

#toPageTop {
  position: fixed;
  z-index: 100;
}

#toPageTop a {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  transition: 0.3s ease-out;
  position: relative;
  display: block;
}

#toPageTop a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px/2);
  left: calc(50% - 18px/2);
}

/**************************************************/
/*                                                */
/*            　その他（共通の装飾） 　　         */
/*                                                */
/**************************************************/

.text-separate span {
  position: relative; 
  display: inline-block;
}

.text-separate span:before {
  content: "";  
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 61px;
  height: 57px;
  position: absolute;
  z-index: -1;  
}

.page1 .text-separate span:before {
  width: 53px;
  height: 49px;  
}

.fit-img {
  position: relative;
  overflow: hidden;  
}

.fit-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.link-more {
  position: relative;  
  display: block;
  width: fit-content;  
}

.link-more:after {
  content: "";
  background-color: #333;
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-left: 10px;
}

.link-more:before {
  content: "";
  background-color: #333;
  width: 1px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 0;
  right: 4px;  
}

.btn {
  border-radius: 25px;
  display: block;
  text-align: center;
  margin: auto;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 45px;
}

.btn span, .btn-contact span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 300;
}

.btn:hover:before, .btn-contact:hover:before {
  
}

.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.pager a {
  font-size: 1.8rem;
  line-height: 36px;
  border: 1px solid #f39800;
  color: #f39800;
  background: #fff;
  padding: 0 8px;
  display: block;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
}

.pager .next a, .pager .prev a {
  letter-spacing: 0.1em;
}

.pager .current a, .pager a:hover {
  background: #f39800;
  color: #fff;
}

.pager .prev a:before {
  content: "\03c";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.pager .next a:after {
  content: "\03e";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

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

.wp-blog .copyright {
  font-size: 0.75rem;  
}

.wp-blog .footer-flex {
  font-size: 0.875rem;  
}