/**
 * Theme Name: northenergy
 * Description: ノースエナジー様公式サイト専用テーマ
 * Template: blocksy  
 */


html body {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
    color: #2a3b46 !important;
}
body {
    
}

.ct-container-full {
    padding-bottom: 0px !important;
}

.acenter { text-align: center; margin: 0 auto; }
.aleft { text-align: left; }
.aright { text-align: right; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }

.bold { font-weight: bold; }
.fw_normal  { font-weight: normal; }

.fg { font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
.fm { font-family: "Noto Serif JP", serif; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: clamp(20px, 3vw, 40px) !important; } 
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: clamp(40px, 5vw, 60px) !important; } 
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: clamp(40px, 10vw, 80px) !important; } 
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb120 { margin-bottom:clamp(80px, 10vw, 120px) !important; } 
.mb150 { margin-bottom:clamp(100px, 14vw, 150px) !important; } 

.gray_border { border-bottom: 1px solid #ccc; }
.img_radius { border-radius: 10px; }

.pc_on { display: inline; }
.sp_on { display: none; }
.br { display: none; }

/*※マークリスト＆※マーク1行*/
#main ul.komemark {
    list-style: none;
    margin: 0px 0 10px 0;
}

#main ul.komemark li {
    text-align: left;
    text-indent: -8px;
    padding: 0 0 0 16px;
}

#main ul.komemark li:before {
    content: '※';
    display: inline-block;
    position: relative;
    margin-right: 2px;
}
div.komemark,
p.komemark {
    text-indent: -14px;
    padding-left: 14px;
}

/* マップ */
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*電話番号リンクなし*/
a.notel {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
    margin-bottom: 90px;
}

/*グラデーションアイコン*/
.stickynote {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: fit-content !important;
    margin: 0 !important;
    padding: clamp(2px, 3vw, 3px) clamp(20px, 3vw, 20px);
    background: transparent;
    overflow: hidden;
    color: #fff;
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 500;
    text-align: left;   
}
.stickynote::before,
.stickynote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.stickynote::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #579b59);

}
.stickynote::after {
    z-index: -2;
    background: linear-gradient(135deg, #579b59, #2066b0);
}


/*グラデーションボタン*/
.df_btn a {
    position: relative;
    z-index: 0;
    display: block;
    width: 260px;
    max-width: 260px;
    padding: 11px 30px 11px;
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.df_btn a span {
    display: block;
}
.df_btn a span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 20px;
    transition: 0.3s ease-in-out;
}
.df_btn a::before,
.df_btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.df_btn a::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #579b59);

}
.df_btn a::after {
    z-index: -2;
    background: linear-gradient(135deg, #579b59, #2066b0);
}
.df_btn a:hover::before {
    opacity: 0;
}
.df_btn a:hover {
    color: #fff;
}
/*お問い合わせはこちらボタン*/
.contact_btn a {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background: transparent;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size: clamp(20px, 3vw, 23px);
    font-weight: 500;
    text-align: center;
}
.contact_btn a span {
    display: block;
    border: 1px solid #fff;
    padding: clamp(15px, 3vw, 20px) clamp(20px, 3vw, 30px);
}
.contact_btn a::before,
.contact_btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.contact_btn a::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #579b59);

}
.contact_btn a::after {
    z-index: -2;
    background: linear-gradient(135deg, #579b59, #2066b0);
}
.contact_btn a:hover::before {
    opacity: 0;
}

/*ライン*/
.color_line  {
    position: relative;
}
.color_line:before,
.color_line:after {
    display: block;
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    bottom: 0;
}
.color_line:before {
    left: 0;
    background-color: #2066b0;
}
.color_line:after {
    right: 0;
    background-color: #73b52b;
}

/*---幅-----------------------------------------------*/
.width900 {
    max-width: 900px;
    margin: 0 auto;
}

/*---テーブル-----------------------------------------------*/
table {
    border: none !important;
}
table tr {

}
table tr th {
    border: none;
    padding: clamp(5px, 2vw, 10px) clamp(20px, 4vw, 40px);
    border-bottom: 1px solid #ccc;
}
table tr td {
    border: none;
    padding: clamp(5px, 2vw, 10px) clamp(20px, 4vw, 40px);
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
table tr:first-child td {
    border-top: 1px solid #ccc;
}

/* == 各ページヘッダー画像 =================================== */
.pg_main_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    height: clamp(370px, 32vw, 450px);
    margin-bottom: clamp(40px, 8vw, 120px) !important;

}
.pg_main_wrap .pgtitle {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
        transform: translate(-50%, -50%);
    font-size: clamp(33px, 4vw, 50px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}
.pg_main_wrap .pgtitle br {
    display: none;
}
.pg_main_wrap .pgtitle span {
    display: block;
    margin-top: 10px;
    font-size: clamp(18px, 4vw, 20px);
}
.pg_main_wrap.company {
    background-image: url(img/main_company.webp);
}
.pg_main_wrap.solar {
    background-image: url(img/main_solar.webp);
}
.pg_main_wrap.privatepower {
    background-image: url(img/main_privatepower.webp);
}
.pg_main_wrap.maintenance {
    background-image: url(img/main_maintenance.webp);
}
.pg_main_wrap.realestate {
    background-image: url(img/main_realestate.webp);
}
.pg_main_wrap.works {
    background-image: url(img/main_works.webp);
}
.pg_main_wrap.contact {
    background-image: url(img/main_contact.webp);
}
.pg_main_wrap.recruit {
    background-image: url(img/main_recruit.webp);
}
.pg_main_wrap.privacypolicy {
    background-image: url(img/main_privacy.webp);
}
.pg_main_wrap.securitypolicy {
    background-image: url(img/main_security.webp);
}
.pg_main_wrap.antisocialpolicy {
    background-image: url(img/main_antisocial.webp);
}


/* == タイトル =================================== */

.contents_title {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: bold;
    color: #2066b0;
    text-align: left;
    line-height: 1.4;
    margin-top: 0;
}
.contents_subtitle {
    position: relative;
    font-size: clamp(20px, 3vw, 25px);
    font-weight: bold;
    line-height: 1.4;
    padding-left: 20px;
    margin-top: 0 !important;

}
.contents_subtitle span {
    display: block;
    font-size: clamp(14px, 2vw, 16px);
}
.contents_subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #2066b0;
}


/* =============================================================
header
================================================================= */
#header_wrap {
    position: fixed;
    inset: 0 0 auto 0;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
    z-index: 1500;
}

.header_inner {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 0 30px;
}

/* ロゴ */
div.header_inner h1.logo {
    max-width: 258px;
    margin: 0;

}
div.header_inner h1.logo a,
div.header_inner h1.logo a img {
    display: block;
}

/* 常時ナビ */
div.header_inner .main-nav {
  justify-self: end;
}
div.header_inner .main-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
}

div.header_inner .main-nav a {
  text-decoration: none;
  color: #000;
}
/* お問い合わせ  */
.header_contact_pc {
    display: block;
}
.header_contact_pc a {
    position: relative;
    z-index: 0;
    display: block;
    width: 160px;
    max-width: 160px;
    padding: 11px 10px 11px;
    background: #2066b0;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size:16px;
    font-weight: bold;
    text-align: center;    
}
.header_contact_pc a:hover {
    color: #fff;
    opacity: 0.8;
}
.header_contact_sp {
    display: none;
}
/* ===== hamburger ===== */
/* hamburger */
.hamburger,
.overlay-nav {
  display: none;
}
/*=======オリジナルナビ終了======= */



/* =============================================================
footer
================================================================= */


footer {}
footer a {
    color: #fff !important;
}
#footer_wrap {
    background-color: #2a3b46;
    width: 100%;
    padding: 80px 0;
    color: #fff;
}
#footer_wrap .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
}
#footer_wrap .footer_inner .site_info {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #666;
}
#footer_wrap .site_info .left .logo {
    max-width: 260px;
    margin-bottom: 20px;
}
#footer_wrap .site_info .left .address {
    margin-bottom: 20px;
    font-size: 14px;
}

/*ボタン*/
#footer_wrap .site_info .left .btn a {
    position: relative;
    z-index: 0;
    display: block;
    width: 320px;
    max-width: 320px;
    padding: 11px 10px 11px;
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size:18px;
    font-weight: bold;
    text-align: center;
}
#footer_wrap .site_info .left .btn a span {
    display: inline-block;
    padding-left: 30px;
}
#footer_wrap .site_info .left .btn a span:before {
    content: '';
    width: 28px;
    height: 20px;
    background-image: url('img/icon_mail.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}
#footer_wrap .site_info .left .btn a::before,
#footer_wrap .site_info .left .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#footer_wrap .site_info .left .btn a::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #599d55);

}
#footer_wrap .site_info .left .btn a::after {
    z-index: -2;
    background: linear-gradient(135deg, #599d55, #2066b0);
}
#footer_wrap .site_info .left .btn a:hover::before {
    opacity: 0;
}
#footer_wrap .site_info .right {
    display: grid;
    grid-template-columns: auto auto 1fr; 
    gap: 60px;
}
#footer_wrap .site_info .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer_wrap .site_info .right ul li {
    padding-bottom: 15px;
}
#footer_wrap .site_info .right ul li a {
    font-weight: bold !important;
}
#footer_wrap .site_info .right ul li a:hover {
    color: #c2c2c2 !important;
}
#footer_wrap .site_info .right ul li ul {
    list-style: none;
    margin: 0px 0 10px 0;
}
#footer_wrap .site_info .right ul li ul li {
    text-align: left;
    text-indent: -0.8em;
    padding: 0 0 3px 1em;
}
#footer_wrap .site_info .right ul li ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    transform: rotate(45deg);
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#footer_wrap .site_info .right ul li ul li a {
    font-weight: normal !important;
}
/*コピーライト*/
#footer_wrap .footer_inner .copyright {
    text-align: center;
    font-size: 12px;
}



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

.main_image {
    position: relative;
    padding-top: clamp(60px, 11vw, 170px) !important;
}
.main_image .title {
    position: absolute;
    top: clamp(20px, 3.5vw, 50px);
    left: clamp(20px, 3vw, 30px);
    font-size: clamp(42px, 5vw, 90px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
}
.main_image .title span {
    display: block;
    font-size: clamp(20px, 2.5vw, 45px);
}
.main_image .pc {
    display: block;
}
.main_image .sp {
    display: none;
}

.top_main_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 40px 0px;
    width: 100vw;
}

.top_main_wrap div.main_contents {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 60px;
    align-items: center;
}
.top_main_wrap div.main_contents .left {
    padding-left: clamp(0px, 20vw, 200px);
    padding-left: clamp(0px, calc(170px + (100vw - 1200px) * 0.7), 170px);
}
.top_main_wrap .hokkaido {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(200px, 30vw, 400px); 
    max-width: 100%; 
    z-index: 1;
}
.top_main_wrap .hokkaido img {
    width: 100%;
    height: auto;
    display: block;
}
.top_main_wrap h2 {
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.4;
    z-index: 2;
}
.top_main_wrap p {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;   
    z-index: 2; 
}
.top_main_wrap .df_btn {
    position: relative;
    z-index: 2; 
}
/*---サービス------------------*/
.top_service_wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    border-top: 1px solid #b3b3b3;
    gap: 43px;
    padding: 43px 43px;
}

.top_service_wrap a {
    color: #fff;
}
.top_service_wrap a:hover {
    color: #fff;
    opacity: 0.7;
}
.top_service_wrap .line {
    width: 1px;
    height: auto;
    background-color: #b3b3b3;
}
.top_service_wrap a.box p {
    position: relative;
    color: #2a3b46;
    margin: 0;
    padding-right: 60px;
}
.top_service_wrap a.box .photo {
    position: relative;
    text-align: center;
}
.top_service_wrap a.box .photo img {
    margin-bottom: 20px;
}
.top_service_wrap a.box .photo div.inner {
    display: block;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
        transform: translate(-50%, -50%);
    font-size: clamp(22px, 2.5vw, 39px);
    font-weight: bold;
    line-height: 1.3;
}
.top_service_wrap a.box .photo div.inner img {
    display: block;
    width: 100%;
    max-width: clamp(45px, 5vw, 89px);
    margin: 0 auto 5px;
}
/* 丸い背景 */
.top_service_wrap a.box p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #2066b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_service_wrap a.box p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    z-index: 1;
}
/*---プラン＆不動産------------------*/
.top_plan_wrap,
.top_realestate_wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.top_plan_wrap .title,
.top_realestate_wrap .title {

}
.top_plan_wrap .title h2,
.top_realestate_wrap .title h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.4;
    font-weight: bold;
}
.top_plan_wrap .title img,
.top_realestate_wrap .title img {
    display: block;
    width: 100px;
}
.top_plan_wrap .title p,
.top_realestate_wrap .title p {
    margin-bottom: 40px;
}
.top_plan_wrap {
    margin: 0 auto 80px;
    border-bottom: 1px solid #b3b3b3;

}
.top_plan_wrap .plan_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px);
    margin-bottom: 80px;
}
.top_plan_wrap .plan_list img {
    margin-bottom: 10px;
}
.top_plan_wrap .plan_list h3 {
    color: #2066b0;
    font-size: 20px;
    margin: 0;

}
.top_plan_wrap .plan_list p {
    margin: 0;
    font-size: 14px;
}
.top_realestate_wrap {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 60px;
    margin: 0 auto;
}
.top_realestate_wrap .df_btn,
.top_realestate_wrap .ah_btn {
    margin-bottom: 15px;
}
.top_realestate_wrap .ah_btn a {
    position: relative;
    z-index: 0;
    display: block;
    width: 260px;
    max-width: 260px;
    padding: 8px 10px 8px;
    background: #fff;
    border: 1px solid #cc0033;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.top_realestate_wrap .ah_btn a span {
    display: block;
    width: 100%;
    padding-left: 15px;
}
.top_realestate_wrap .ah_btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('img/icon_link.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
.top_realestate_wrap .instagram_btn a {
    position: relative;
    z-index: 0;
    display: block;
    width: 260px;
    max-width: 260px;
    padding: 11px 10px 11px;
    background: #fff;
    border: 1px solid #f5286b;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.top_realestate_wrap .instagram_btn a span {
    display: block;
    width: 100%;
    padding-left: 15px;
}
.top_realestate_wrap .instagram_btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('img/icon_link1.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
/*---実績紹介------------------*/
.top_works_block {
    overflow: visible;
}
.top_works_block .works_title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.top_works_block .works_title span {
    display: block;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 18px;
    margin-bottom: clamp(24px, 2vw, 40px) !important;
}
.top_works_block .topworks_slider_block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.top_works_block .topworks_slider_block {
    margin-bottom: clamp(24px, 2vw, 40px) !important;
}

.top_works_block .topworks_slider_block a .info_box {
    text-align: left;
    padding: clamp(10px, 1vw, 10px) clamp(10px, 3vw, 15px);
}
.top_works_block .topworks_slider_block a .info_box .panelform {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #2066b0;
    border: 1px solid #2066b0;
    padding: 5px 10px;
    margin-bottom: 5px;
    line-height: 1;
}
.top_works_block .topworks_slider_block a .info_box .title {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
    color: #2a3b46;
}
.top_works_block .df_btn a {
    margin: 0 auto;
}


/*---NEWS------------------*/

.top_news_block {
    max-width: 1200px;
    text-align: left;

    margin: 0 auto;
}
.top_news_block .news_main_content {
    display: grid;
    grid-template-columns: 2fr 8fr;
    gap: 80px;
    margin-bottom: 20px;
}
.top_news_block .news_main_content .left {
    
}
.top_news_block .news_main_content .right {
    
}

.top_news_title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
}
.top_news_title span {
    display: block;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 18px; 
}
ul.original-post-list {
    max-width: 100%;
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: left;
}


ul.original-post-list li {
    padding: 26px 0 20px 0px;
    border-bottom: 1px solid #b3b3b3;
}

ul.original-post-list li div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.original-post-list li a {
    text-decoration: none;
    color: #2a3b46;
}

ul.original-post-list li a:hover {
    text-decoration: underline;
}
ul.original-post-list li a.post-title {
    display: block;
    width: 100%;
    padding-top: 5px;
}
.post-date {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    border-right: 1px solid #2a3b46;
    line-height: 1;
}
ul.original-post-list li .post-cat a {
    display: block;
    color: #2066b0;
    font-size: 14px;
    line-height: 1;
}
.news_btn {
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
}

.news_btn a {
    position: relative;
    color: #2066b0;
    font-size: 14px;
    padding-right: 6px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.news_btn a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #2066b0;
    border-right: 1px solid #2066b0;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 0px;
    transition: 0.3s ease-in-out;
}
.news_btn a:hover {
    color: #2066b0;
    text-decoration: underline;
}


/*バナー*/
.bnr_wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 300px));
    gap: 20px;
    justify-content: center;
}
.bnr_wrap div {
    border: 1px solid #2a3b46
}

/* =============================================================
企業情報
================================================================= */
.company_block {
    max-width: 1000px;
    margin: 0 auto clamp(40px, 10vw, 80px) !important;
}
#main .company_block:last-child {
    margin-bottom:clamp(100px, 14vw, 150px) !important;
}
.company_block .message_title {
    font-size: clamp(22px, 3vw, 25px);
    font-weight: bold;
    margin-bottom: 10px;  
}
.company_block .philosophy_wrap {
    background-color: #f5f7f5;
    padding: clamp(20px, 4vw, 30px) clamp(10px, 3vw, 20px);
    display: grid;
    grid-template-columns: 150px 1px auto;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
}
.company_block .philosophy_wrap .left {
    position: relative;
    min-height: 120px;
}
.company_block .philosophy_wrap .left img {
    position: absolute;
    top: 50%;
    left: 50%;
        transform: translate(-50%, -50%);
}
.company_block .philosophy_wrap .line {
    background-color: #ccc;
    width: 1px;
    align-self: stretch;
}
.company_block .philosophy_wrap .right {
    padding-left: clamp(20px, 4vw, 40px);
}
.company_block .philosophy_wrap .right p {
    margin: 0;
}
.company_block .philosophy_wrap .right .title {
    font-size: clamp(22px, 3vw, 25px);
    font-weight: bold;
    margin-bottom: 10px;  
    line-height: 1.3;
}
.company_block .philosophy_wrap .right .title span {
    display: block;
    font-size: clamp(14px, 3vw, 16px);
}
.mission .title { color: #2066b0; }
.vision .title { color: #33a838; }
.value .title { color: #ee7e00; }


.company_block table.company_tbl,
.company_block table.koukoku_tbl {
    margin-bottom: clamp(40px, 4vw, 60px) !important; 
}
.company_block table tr td:first-child {
    background-color: #f5f7f5;
    width: 33%;
}
.company_block table.history tr td:first-child {
    background-color: #f5f7f5;
    white-space: nowrap;
    width: 15%;
}
.company_block table.history tr td:nth-last-of-type(2) {
    background-color: #f5f7f5;
    white-space: nowrap;
    width: 12%;
    border-left: 1px solid #ccc;
}
.company_block table.history tr td:last-child {
    border-left: 1px solid #ccc;
}
.company_block .history_wrap {
    overflow-y: auto;
    max-height: 570px;
}


/* =============================================================
事業内容
================================================================= */
/*サービスページナビ*/
.service_nav_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
}
.service_nav_wrap a {
    padding: clamp(10px, 3vw, 15px) 0;
    color: #2a3b46;
}
.service_nav_wrap a span {
    display: inline-block;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: bold;
    padding: 5px clamp(10px, 2vw, 30px);
    border-right: 1px solid #b3b3b3;
    line-height: 1.4;
    text-align: center;
}
.service_nav_wrap a span br {
    display: none;
}
.service_nav_wrap a:last-child span {
    border-right: none;
}
.service_nav_wrap a.current,
.service_nav_wrap a:hover {
    color: #2066b0;
    background-color: #e2edf0;
}


/*事業内容共通　私たちの強み*/
.strength_wrap {
    background-color: #f5f7f5;
    padding: clamp(40px, 4vw, 60px) clamp(30px, 4vw, 60px);
    display: grid;
    column-gap: clamp(20px, 4vw, 50px);
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    border-radius: 20px;
    margin-bottom: clamp(40px, 4vw, 60px) !important;

}
.strength_wrap .box {
    text-align: center;
}
.strength_wrap .line {
    background-color: #ccc;
    width: 1px;
    align-self: stretch;
}
.strength_wrap .box img {
    max-width: 120px;
    margin-bottom: 10px !important;
}
.strength_wrap .box .title {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: bold;
    line-height: 1.4;
    color: #2066b0;
    text-align: center;
    margin-bottom: 10px !important;
}
.strength_wrap .box p {
    text-align: left;
    margin: 0;
}


/* =============================================================
太陽光発電事業
================================================================= */
.solar_block {

}
.solar_block .main_title_wrap {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 44%);
    gap: clamp(10px, 2vw, 60px);
}
.solar_block .main_title_wrap .left img {
    display: block;
    max-width: 100px;
    margin-bottom: clamp(20px, 3vw, 20px);
}
.solar_block ul {
    color: #2066b0;
    padding: 0 0 0 25px;
    margin-bottom: clamp(40px, 4vw, 60px) !important;
}

.solar_block .contact_wrap {
    text-align: center;
    margin-bottom: clamp(40px, 10vw, 80px) !important;
}
.solar_block .contact_wrap .contact_btn a {
    margin: 0 auto;
}
.solar_block .solar_map {
    background-color: #f5f7f5;
    padding: clamp(30px, 8vw, 100px) clamp(20px, 5vw, 100px);
    border-radius: 20px;
    margin-bottom:clamp(100px, 14vw, 150px) !important;
}

/* =============================================================
自家消費型太陽光発電事業
================================================================= */
.privatepower_block {

}
.privatepower_block .main_title_wrap {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 44%);
    gap: clamp(10px, 2vw, 60px);
}
.privatepower_block .main_title_wrap .left img {
    display: block;
    max-width: 100px;
    margin-bottom: clamp(20px, 3vw, 20px);
}
/*タイプ*/
.privatepower_block .type_title {
    max-width: 580px;
    margin: 50px auto 60px;
    position: relative;
    font-size: clamp(20px, 3vw, 25px);
    font-weight: bold;
    line-height: 1.4;
    color: #2066b0;
    text-align: center;
}
.privatepower_block .type_title:before,
.privatepower_block .type_title:after {
    content: '';
    position: absolute;
    top: 50%;
        transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #2066b0
}
.privatepower_block .type_title:before {
    left: 0;
}
.privatepower_block .type_title:after {
    right: 0;
}
.privatepower_block .type_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(20px, 2vw, 40px);
    margin-bottom: clamp(50px, 6vw, 80px) !important;
}
.privatepower_block .type_wrap .box {
    position: relative;
    background-color: #f5f7f5;
    border-radius: 10px;
    padding: clamp(40px, 4vw, 60px) clamp(20px, 4vw, 40px) clamp(20px, 2vw, 40px);
    text-align: center;
}
.privatepower_block .type_wrap .box:nth-child(1) {
    border: 1px solid #2066b0;
}
.privatepower_block .type_wrap .box:nth-child(2) {
    border: 1px solid #73b52b;
}
.privatepower_block .type_wrap .box .balloon {
    display: block;
    width: 100%;
    max-width: 330px;
    position: absolute;
    top: -27px;
    left: 50%;
        transform: translateX(-50%);
    border-radius: 50px;
    text-align: center;
    padding: clamp(5px, 2vw, 10px);
    color: #fff;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
}
.privatepower_block .type_wrap .box .balloon span {
    font-size: clamp(13px, 1vw, 15px);
}
.privatepower_block .type_wrap .box:nth-child(1) .balloon {
    background-color: #2066b0;
}
.privatepower_block .type_wrap .box:nth-child(2) .balloon {
    background-color: #73b52b;
}
.privatepower_block .type_wrap .box:nth-child(2) img {
    margin-bottom: 25px;
}
.privatepower_block .type_wrap .box .point {
    border-radius: 10px;
    background-color: #fff;
    padding: clamp(10px, 2vw, 20px) clamp(20px, 4vw, 40px);
    text-align: left;
}
.privatepower_block .type_wrap .box .point ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.privatepower_block .type_wrap .box .point ul li {
    text-align: left;
    text-indent: -0.8em;
    padding: 0 0 0 1em;
}
.privatepower_block .type_wrap .box .point ul li:before {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 3px;
    width: 3px;
    height: 3px;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #2a3b46;
}
.privatepower_block .type_wrap .box .point ul li:first-child {
    font-weight: bold;
    text-indent: 0em;
    padding: 0 0 0 0em;
}
.privatepower_block .type_wrap .box:nth-child(1) .point ul li:first-child {
    color: #2066b0;
}
.privatepower_block .type_wrap .box:nth-child(2) .point ul li:first-child {
    color: #73b52b;
}
.privatepower_block .type_wrap .box .point ul li:first-child:before {
    display: none;
}
/*比較*/
.privatepower_block table.md_tbl {
    margin-bottom: clamp(20px, 3vw, 30px) !important;
}
.privatepower_block table tr th {
    color: #fff;
    padding: clamp(10px, 2vw, 15px) clamp(20px, 4vw, 40px);
}
.privatepower_block table tr th.possession {
    background-color: #2066b0;
}
.privatepower_block table tr th.ppa {
    border-left: 1px solid #ccc;
    background-color: #73b52b;
}
.privatepower_block table tr td:first-child {
    white-space: nowrap;
    width: 15%;
    background-color: #f5f7f5;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}
.privatepower_block table tr td {
    width: 42.5%;
    border-right: 1px solid #ccc;
    padding: clamp(5px, 2vw, 10px) clamp(20px, 2vw, 40px);
}
.privatepower_block table tr td:last-child {
    border-right: none;
}
.privatepower_block table tr td ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.privatepower_block .ppamodel {
    color: #73b52b;
    font-weight: bold;
    margin-bottom: 60px!important;
}
.privatepower_block .ppamodel p {
    color: #2a3b46;
    font-weight: normal;
}

.privatepower_block .contact_wrap {
    text-align: center;
    margin-bottom:clamp(100px, 14vw, 150px) !important;
}
.privatepower_block .contact_wrap .contact_btn a {
    margin: 0 auto;
}

/*事私たちの強み*/
.privatepower_block .strength_wrap {
    column-gap: clamp(20px, 4vw, 30px);
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    margin-bottom: clamp(40px, 4vw, 60px) !important;
}



.privatepower_block .strength_wrap .box p span {
    color: #2066b0;
}

/* =============================================================
メンテナンス事業
================================================================= */
.maintenance_block {

}
.maintenance_block .main_title_wrap {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 44%);
    gap: clamp(10px, 2vw, 60px);
    margin-bottom: clamp(40px, 10vw, 80px) !important;
}
.maintenance_block .main_title_wrap .left img {
    display: block;
    max-width: 100px;
    margin-bottom: clamp(20px, 3vw, 20px);
}
.maintenance_block .maintenancephoto_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(20px, 4vw, 60px);
    margin-bottom:clamp(100px, 14vw, 150px) !important;
}
.maintenance_block table.mt_tbl {
    margin-bottom: clamp(40px, 4vw, 60px) !important;
}
.maintenance_block table tr td {
    padding: clamp(10px, 2vw, 20px) clamp(20px, 4vw, 40px);
}
.maintenance_block table tr td:first-child {
    background-color: #f5f7f5;
    color: #2066b0;
    width: 18%;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
}

/* =============================================================
不動産事業
================================================================= */
.realestate_block {

}
.realestate_block .main_title_wrap {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 44%);
    gap: clamp(40px, 4vw, 60px);
}
.realestate_block .main_title_wrap .left img {
    display: block;
    max-width: 100px;
    margin-bottom: clamp(20px, 3vw, 20px);
}
.realestate_block .typephoto_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(40px, 4vw, 60px);
}
.realestate_block .typephoto_wrap .box {
    text-align: left;
}

.realestate_block .typephoto_wrap .box img {
    margin-bottom: 10px !important;
}
.realestate_block .typephoto_wrap .box .title {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: bold;
    line-height: 1.4;
    color: #2066b0;
    margin-bottom: 10px !important;
}
.realestate_block .typephoto_wrap .box p {
    margin: 0;
}
.realestate_block ul {
    color: #2066b0;
    padding: 0 0 0 25px;
    margin-bottom: clamp(40px, 4vw, 60px) !important;
}
/*私たちの強み*/
.realestate_block .strength_wrap {
    column-gap: clamp(20px, 4vw, 30px);
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}
.realestate_block .contact_wrap {
    margin-bottom: 60px !important;

}
.realestate_block .contact_wrap .contact_btn a {
    margin: 0 auto;
}
/*リンクブロック*/
.realestate_block .link_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.realestate_block .link_wrap .box {
    padding: clamp(20px, 5vw, 60px) clamp(20px, 3vw, 40px) ;
}
.realestate_block .link_wrap .box.properties {
    background-color: #32719f;
}
.realestate_block .link_wrap .box.athome {
    background-color: #cc0033;
}
.realestate_block .link_wrap .box .link {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: clamp(12px, 3vw, 16px);
}
.realestate_block .link_wrap .box .link br {
    display: none;
}
.realestate_block .link_wrap .box a {
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    height: clamp(50px, 9vw, 90px);
    max-width: 400px;
    margin: 10px auto 0;
}
.realestate_block .link_wrap .box a span {
    position: absolute;
    top: 50%;
    left: 50%;
        transform: translate(-50%, -50%);
    width: 100%;
}
.realestate_block .link_wrap .properties a span {
    color: #32719f;
    font-size: clamp(16px, 3.5vw, 26px);
    font-weight: bold;
}
.realestate_block .link_wrap .athome a span {
    width: 65%;
}

/*物件一覧*/
.properties_archive_block {

}
.properties_archive_block h2 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(25px, 4vw, 40px);
    color: #2066b0;
    margin-bottom: clamp(20px, 5vw, 60px);
}
.properties_archive_block section.properties_detail {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(30px, 3vw, 60px);
    row-gap: clamp(30px, 4vw, 50px);
    margin-bottom: clamp(20px, 5vw, 60px);
}
.properties_archive_block section.properties_detail a {
    display: block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    color: #2a3b46;
}
.properties_archive_block section.properties_detail a img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.properties_archive_block section.properties_detail a .info_box {
    text-align: left;
    padding: clamp(10px, 1vw, 10px) clamp(10px, 3vw, 15px);
}
.properties_archive_block section.properties_detail a .info_box .icon {
    margin-bottom: 5px;
}
.properties_archive_block section.properties_detail a .info_box .icon span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 5px 10px;
    line-height: 1;
}
.properties_archive_block section.properties_detail a .info_box .icon .sale {
    background-color: #2066b0;
    color: #fff;
}
.properties_archive_block section.properties_detail a .info_box .icon .sold {
    background-color: #fff;
    color: #f00;
    border: 1px solid #f00;
}
.properties_archive_block section.properties_detail a .info_box .icon .cat {
    color: #fff;
    background-color: #808080;
}
.properties_archive_block section.properties_detail a .info_box .title {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
}
.properties_archive_block section.properties_detail a .info_box .price {
}

.properties_single_block {

}
.properties_single_block section.properties_detail {
    max-width: 800px;
    margin: 0 auto clamp(100px, 14vw, 150px) !important;
    text-align: center;
}
.properties_single_block section.properties_detail h2 {
    font-size: clamp(30px, 5vw, 40px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: clamp(20px, 4vw, 30px);
}
.properties_single_block section.properties_detail h3 {
    text-align: left;
}
.properties_single_block section.properties_detail .detail_list {

}

.properties_single_block section.properties_detail .detail_list .info_box {
    margin-bottom: clamp(20px, 3vw, 40px) !important;
}

.properties_single_block section.properties_detail .detail_list .info_box table tr td {
    text-align: left;
    border: none;
    padding: clamp(5px, 2vw, 5px) clamp(10px, 4vw, 20px) clamp(5px, 2vw, 5px) 0;
}
.properties_single_block section.properties_detail .detail_list .info_box table tr td:first-child {
    background-color: transparent;
    width: 110px;
    padding: clamp(5px, 2vw, 5px) clamp(10px, 4vw, 20px) clamp(5px, 2vw, 5px) 0;
    color: #2066B0;
}
.properties_single_block section.properties_detail .detail_list .info_box table tr td.price {
    font-size: clamp(20px, 3vw, 25px);
    color: #cc0033;
    font-weight: bold;
}

.properties_single_block section.properties_detail .detail_list .comment {
    background-color: #f5f7f5;
    padding: clamp(20px, 4vw, 30px) clamp(20px, 4vw, 30px);
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.properties_single_block section.properties_detail .detail_list .map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: clamp(40px, 4vw, 60px) !important;
}
.properties_single_block section.properties_detail .detail_list .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.properties_single_block section.properties_detail .detail_list table tr td {
    text-align: left;
}
.properties_single_block section.properties_detail .detail_list table tr td:first-child {
    background-color: #f5f7f5;
    white-space: nowrap;
    width: 110px;
    padding: clamp(5px, 2vw, 10px) clamp(10px, 4vw, 20px);
}

.properties_single_block section.properties_detail .btn a {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 260px;
    max-width: 260px;
    padding: 11px 30px 11px;
    margin: clamp(40px, 4vw, 60px) auto 0 !important;
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size: clamp(16px, 2vw, 16px);
    text-align: center;
}
.properties_single_block section.properties_detail .btn a span {
    display: block;
    text-align: left;
}
.properties_single_block section.properties_detail .btn a span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 20px;
    transition: 0.3s ease-in-out;
}
.properties_single_block section.properties_detail .btn a::before,
.properties_single_block section.properties_detail .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.properties_single_block section.properties_detail .btn a::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #599d55);

}
.properties_single_block section.properties_detail .btn a::after {
    z-index: -2;
    background: linear-gradient(135deg, #599d55, #2066b0);
}
.properties_single_block section.properties_detail .btn a:hover::before {
    opacity: 0;
}



/* =============================================================
実績紹介
================================================================= */

.works_archive_block {

}
.works_archive_block section.works_detail {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(30px, 3vw, 60px);
    row-gap: clamp(30px, 4vw, 50px);
    margin-bottom: clamp(20px, 5vw, 60px);
}
.works_archive_block section.works_detail a {
    display: block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.works_archive_block section.works_detail a img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.works_archive_block section.works_detail a .info_box {
    text-align: left;
    padding: clamp(10px, 1vw, 10px) clamp(10px, 3vw, 15px);
}
.works_archive_block section.works_detail a .info_box .panelform {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #2066b0;
    border: 1px solid #2066b0;
    padding: 5px 10px;
    margin-bottom: 5px;
    line-height: 1;
}
.works_archive_block section.works_detail a .info_box .title {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
    color: #2a3b46;
}



.works_single_block {

}
.works_single_block section.works_detail {
    max-width: 800px;
    margin: 0 auto clamp(100px, 14vw, 150px) !important;
    text-align: center;
}
.works_single_block section.works_detail h2 {
    font-size: clamp(30px, 5vw, 40px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    margin-bottom: clamp(20px, 4vw, 30px);
}
.works_single_block section.works_detail .detail_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(40px, 4vw, 60px);
    margin-bottom: 40px;
}
.works_single_block section.works_detail .detail_list table tr td {
    text-align: left;
}
.works_single_block section.works_detail .detail_list table tr td:first-child {
    background-color: #f5f7f5;
    white-space: nowrap;
    width: 155px;
    padding: clamp(5px, 2vw, 10px) clamp(10px, 4vw, 20px);
}

.works_single_block section.works_detail .comment {
    background-color: #f5f7f5;
    padding: clamp(20px, 4vw, 30px) clamp(20px, 4vw, 30px);
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.works_single_block section.works_detail .btn a {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 260px;
    max-width: 260px;
    padding: 11px 30px 11px;
    margin: clamp(40px, 4vw, 60px) auto 0 !important;
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer; 
    color: #fff;
    font-size: clamp(16px, 2vw, 16px);
    text-align: center;
}
.works_single_block section.works_detail .btn a span {
    display: block;
    text-align: left;
}
.works_single_block section.works_detail .btn a span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 20px;
    transition: 0.3s ease-in-out;
}
.works_single_block section.works_detail .btn a::before,
.works_single_block section.works_detail .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.works_single_block section.works_detail .btn a::before {
    transition: all 0.6s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #2066b0, #599d55);

}
.works_single_block section.works_detail .btn a::after {
    z-index: -2;
    background: linear-gradient(135deg, #599d55, #2066b0);
}
.works_single_block section.works_detail .btn a:hover::before {
    opacity: 0;
}





/* =============================================================
採用情報
================================================================= */
.recruit_block.contact_btn a {
    margin: 0 auto;
}

/* =============================================================
お問い合わせ
================================================================= */

.contact_block {
    max-width: 800px;
    margin: 0 auto clamp(40px, 10vw, 80px) !important;

}
.required {
    background-color: #f00;
    color: #fff;
    padding: 1px 8px;
    font-size: 85%;
    margin-left: 10px;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}

/* =============================================================
個人情報保護方針・情報セキュリティ基本方針・反社会的勢力に対する基本方針
================================================================= */

.policy_block {
    max-width: 800px;
    margin: 0 auto clamp(100px, 14vw, 150px) !important;
    counter-reset: anti;
}
.policy_block div.title {
    font-size: clamp(18px, 1vw, 22px);
    font-weight: bold;
    margin-bottom: 10px;
}
.policy_block div.antisocial_title {
    position: relative;
    font-size: clamp(18px, 1vw, 22px);
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 40px;
}
.policy_block div.antisocial_title:before {
    counter-increment: anti;
    content: "（" counter(anti) "）";
    position: absolute;
    top: 0;
    left: -5px;
}
.policy_block div.box {
    margin-bottom: 40px;
}
.policy_block div.box ol {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
.policy_block div.box ol li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    padding-left: 32px;
}
.policy_block div.box ol li:before {
    content: "（" counter(cnt) "）";
    position: absolute;
    top: 0;
    left: -5px;
}
.policy_block div.box table {
    border: none;
    margin-top: 20px;
}
.policy_block div.box table td {
    border: none;
    border-bottom: 1px solid #ccc;
}
.policy_block div.box table tr:first-child td {
    border-top: 1px solid #ccc;
}
.policy_block div.name {
    text-align: right;
}



/* =============================================================
お知らせ各ページ
================================================================= */
.entry-meta li.meta-author {
    display: none;
}
.news_single article.post {
    margin: clamp(80px, 10vw, 120px) 0 80px;
}
.news_archive article {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5)!important;
}
.news_archive section {
    margin-top: clamp(60px, 8vw, 80px);
}
/* == レスポンシブ =================================== */
@media only screen and (max-width: 1260px) {  
    .properties_archive_block h2 {
        padding: 0 30px;
    }
    .properties_archive_block section.properties_detail {
        padding: 0 30px;
    }
    .works_archive_block section.works_detail {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1240px) {
    #footer_wrap .footer_inner {
        padding: 0 30px;
    }    
}





@media only screen and (max-width: 1080px) {

}
/*ナビ*/
@media only screen and (max-width: 990px) {
    #header_wrap {
        height: 65px;
    }
    .header_inner {
        padding: 0 20px 0 10px;
    }
    /* ロゴ */
    div.header_inner h1.logo {
        max-width: 200px;

    }
    /* 常時ナビ */
    div.header_inner .main-nav {
      display: none;
    }
    /* お問い合わせ  */
    .header_contact_pc {
        display: none;
    }
    .header_contact_sp {
        display: block;
    }
    .header_contact_sp a {
        position: relative;
        z-index: 0;
        display: block;
        width: 45px;
        height: 45px;
        padding: 0;
        background: #2066b0;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer; 
        color: #fff;
        text-align: center;
        margin-left: auto;
    }
    .header_contact_sp a span {
        width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
            transform: translate(-50%, -50%); 
    }
    /* ===== hamburger ===== */
    /* hamburger */
    .hamburger {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        background: #2066b0;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        z-index: 2000; /* overlayより上 */
    }
    button.hamburger:focus {
        outline: none;
        outline-offset: 0px;
    }
    .hamburger span {
        position: absolute;
        left: 50%;
            transform: translate(-50%);
        width: 55%;
        height: 2px;
        background: #fff;
        transition: .3s;
    }

    .hamburger span:nth-child(1) { top: 14px; }
    .hamburger span:nth-child(2) { top: 22px; }
    .hamburger span:nth-child(3) { top: 30px; }

    /* × */
    .hamburger.is-open span:nth-child(1) {
        top: 22px;
        transform: translateX(-50%) rotate(45deg);
    }
    .hamburger.is-open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.is-open span:nth-child(3) {
        top: 22px;
        transform: translateX(-50%) rotate(-45deg);
    }

    /* overlay */
    .overlay-nav {
        display: block;
        position: fixed;
        inset: 0;
        background: #2a3b46;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transition: opacity .3s ease, visibility .3s ease;
        z-index: 1000;

        overflow-y: auto; 
            -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
    }

    .overlay-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .overlay-nav_inner {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 20px 60px;
    }
    .overlay-nav ul {
        list-style: none;
        text-align: left;
        margin: 80px auto 30px;
    }
    .overlay-nav ul.main_nav li {
        border-bottom: 1px solid #666;
        padding: 12px 0;
    }
    .overlay-nav ul.main_nav {
        padding: 0;
    }
    .overlay-nav ul.main_nav li:nth-child(2) {
        border-bottom: none;
        padding-bottom: 0;
    }
    .overlay-nav li + li {
        /*margin-top: 30px;*/   
    }

    .overlay-nav ul.product_nav {
        list-style: none;
        margin: 0px 0 10px 0;
        padding-left: 10px;
    }
    .overlay-nav ul.product_nav li {
        text-align: left;
        text-indent: -0.8em;
        padding: 0 0 8px 1em;
        border-bottom: none;
    }
    .overlay-nav ul.product_nav li:nth-child(2) {
        padding-bottom: 8px;
    }
    .overlay-nav ul.product_nav li:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #808080;
        border-right: 2px solid #808080;
        transform: rotate(45deg);
        margin-right: 20px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    .overlay-nav ul.product_nav li a {
        font-size: 18px;
    }

    .overlay-nav ul.suv_nav {
        margin: 0 auto 0px;
        padding: 0;
    }
    .overlay-nav ul.suv_nav li {
        text-align: left;
        text-indent: -0.8em;
        padding: 0 0 12px 1em;
    }

    .overlay-nav ul.suv_nav li:before {
        content: '';
        display: inline-block;
        position: relative;
        bottom: 3px;
        width: 3px;
        height: 3px;
        margin-right: 8px;
        border-radius: 100%;
        background-color: #fff;
    }
    .overlay-nav ul.suv_nav li a {
        font-size: 16px;
        font-weight: normal;
    }
    .overlay-nav a {
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }
    /*ボタン*/
    .overlay-nav .btn {
        margin-bottom: 30px;
    }
    .overlay-nav .btn a {
        position: relative;
        z-index: 0;
        display: block;
        width: 320px;
        max-width: 320px;
        padding: 11px 10px 11px;
        background: transparent;
        border-radius: 30px;
        overflow: hidden;
        cursor: pointer; 
        color: #fff;
        font-size:18px;
        font-weight: bold;
        text-align: center;
    }
    .overlay-nav .btn a span {
        display: inline-block;
        padding-left: 30px;
    }
    .overlay-nav .btn a span:before {
        content: '';
        width: 28px;
        height: 20px;
        background-image: url('img/icon_mail.svg');
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 32%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease-in-out;
    }
    .overlay-nav .btn a::before,
    .overlay-nav .btn a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .overlay-nav .btn a::before {
        transition: all 0.6s; /* アニメーション実行時間 */
        z-index: -1;
        background: linear-gradient(90deg, #2066b0, #599d55);

    }
    .overlay-nav .btn a::after {
        z-index: -2;
        background: linear-gradient(135deg, #599d55, #2066b0);
    }
    .overlay-nav .btn a:hover::before {
        opacity: 0;
    }

    /*=======オリジナルナビ終了======= */

    /* == footer =================================== */
    #footer_wrap {
        padding: 50px 0;
    }
    #footer_wrap .footer_inner .site_info {
        justify-content: center;
        gap: 0px;
    }
    #footer_wrap .site_info .left {
        text-align: center;
    }
    #footer_wrap .site_info .left .logo {
        margin: 0 auto 20px;
    }
    #footer_wrap .site_info .right {
        display: none;
    }
}

@media only screen and (max-width: 860px) {
    .properties_single_block section.properties_detail,
    .works_single_block section.works_detail {
        padding: 0 30px;
    }
}

/*SP*/
@media only screen and (max-width: 800px) {

    .table_scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .table_scroll table {
        min-width: 700px;
        width: 100%;
    }


/* =============================================================
トップページ
================================================================= */
    .main_image {
        padding-top: clamp(47px, 18vw, 140px) !important;
    }
    .main_image .title {
        font-size: clamp(33px, 9.5vw, 75px);
    }
    .main_image .title span {
        font-size: clamp(18px, 5.1vw, 40px);
    }
    .main_image .pc {
        display: none;
    }
    .main_image .sp {
        display: block;
    }

    .top_main_wrap div.main_contents {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    /*---サービス------------------*/
    .top_service_wrap {
        grid-template-columns: none;
        grid-template-rows: 1fr 1px 1fr;
        padding: 43px clamp(20px, 5.5vw, 43px);
    }
    .top_service_wrap .line {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: 1px;
    }
    .top_service_wrap a.box .photo div.inner {
        top: 45%;
        font-size: clamp(20px, 6vw, 45px);
    }
    .top_service_wrap a.box .photo div.inner img {
        max-width: clamp(45px, 12vw, 89px);
    }
    /*---プラン＆不動産------------------*/
    .top_plan_wrap .plan_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .top_realestate_wrap {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    /*---NEWS------------------*/
    .top_news_block .news_main_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .top_news_title {
        text-align: center;
    }
    /*バナー*/
    .bnr_wrap {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 300px));
        gap: 12px;
    }

    /* =============================================================
    企業情報
    ================================================================= */
    .company_block .philosophy_wrap {
        grid-template-columns: 1fr;
    }
    .company_block .philosophy_wrap .line {
        display: none;
    }
    .company_block .philosophy_wrap .right {
        padding-left: 0;
    }
    .company_block table.company_tbl tr td,
    .company_block table.koukoku_tbl tr td {
        display: block;
        padding-top: clamp(5px, 4vw, 20px);
        padding-bottom: clamp(5px, 4vw, 20px);
    }
    .company_block table.company_tbl tr td:first-child,
    .company_block table.koukoku_tbl tr td:first-child {
        width: 100%;
        padding-top: clamp(5px, 2vw, 8px);
        padding-bottom: clamp(5px, 2vw, 8px);
    }
    .company_block table.company_tbl tr:first-child td:last-child,
    .company_block table.koukoku_tbl tr:first-child td:last-child,
    .company_block table.history tr:first-child td:last-child {
        border-top: none;
    }
    .company_block table.history tr td {
        display: block;
        width: 100%;
        border-right: 1px solid #ccc;
        padding-top: clamp(5px, 4vw, 20px);
        padding-bottom: clamp(5px, 4vw, 20px);
    }

    .company_block table.history tr td:first-child {
        width: 100%;

    }
    .company_block table.history tr td:nth-last-of-type(2) {
        width: 100%;
        border-top: none;
        padding-top: clamp(5px, 2vw, 8px);
        padding-bottom: clamp(5px, 2vw, 8px);
    }

    .company_block table.history tr td:nth-last-of-type(3) {
        background-color: #999;
        color: #fff;
        padding-top: clamp(5px, 2vw, 8px);
        padding-bottom: clamp(5px, 2vw, 8px);
    }



    /* =============================================================
    事業内容
    ================================================================= */
    /*事業内容共通　私たちの強み*/
    .strength_wrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 0;
    }
    /* 各ブロックに線付ける */
    .strength_wrap .box{
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .strength_wrap .box:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .strength_wrap .line {
        display: none;
    }


    /* =============================================================
    太陽光発電事業
    ================================================================= */
    .solar_block .main_title_wrap {
        grid-template-columns: 1fr;
    }

    /* =============================================================
    自家消費型太陽光発電事業
    ================================================================= */
    .privatepower_block .main_title_wrap {
        grid-template-columns: 1fr;

    }
    .privatepower_block .type_wrap {
        grid-template-columns: 1fr;
        row-gap: clamp(60px, 6vw, 80px);
    }
    .privatepower_block table tr td ul {
        padding-left: 20px;
    }
    /*事私たちの強み*/
    .privatepower_block .strength_wrap{
        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: auto;

        row-gap: 0;
    }

    /* 縦線・横線消す */
    .privatepower_block .strength_wrap .line {
        display: none;
    }

    /* 各ブロックに線付ける */
    .privatepower_block .strength_wrap .box {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .privatepower_block .strength_wrap .box:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    /* =============================================================
    メンテナンス事業
    ================================================================= */

    .maintenance_block .main_title_wrap {
        grid-template-columns: 1fr;
    }

    .maintenance_block table tr td {
        display: block;
        width: 100%;
        padding-top: clamp(5px, 4vw, 20px);
        padding-bottom: clamp(5px, 4vw, 20px);
    }
    .maintenance_block table tr td:first-child {
        width: 100%;
        padding-top: clamp(5px, 2vw, 8px);
        padding-bottom: clamp(5px, 2vw, 8px);
    }
    .maintenance_block table tr:first-child td:last-child {
        border-top: none;
    }
    .maintenance_block .maintenancephoto_wrap {
        grid-template-columns: 1fr;
    }

    /* =============================================================
    不動産事業
    ================================================================= */
    .realestate_block .main_title_wrap {
        grid-template-columns: 1fr;
    }
    .realestate_block .typephoto_wrap {
        grid-template-columns: 1fr;

    }

    /*私たちの強み*/
    .realestate_block .strength_wrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .realestate_block .strength_wrap .line {
        display: none;
    }
    .realestate_block .strength_wrap .box{
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .realestate_block .strength_wrap .box:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }


    /*物件一覧*/

    .properties_archive_block section.properties_detail {
        grid-template-columns: 1fr 1fr;
    }


/* =============================================================
実績紹介
================================================================= */
    .works_archive_block section.works_detail {
        grid-template-columns: 1fr 1fr;
    }

    .works_single_block section.works_detail .detail_list {
        grid-template-columns: 1fr;
        column-gap: clamp(40px, 4vw, 60px);
        margin-bottom: 40px;
    }
    .works_single_block section.works_detail .detail_list table:last-child tr:first-child td {
        border-top: none;
    }

}



@media only screen and (max-width: 600px) {
    .realestate_block .link_wrap .box .link br {
        display: inline;
    }

    /*物件一覧*/

    .properties_archive_block section.properties_detail {
        grid-template-columns: 1fr;
    }
/* =============================================================
実績紹介
================================================================= */
    .works_archive_block section.works_detail {
        grid-template-columns: 1fr;
    }
    .privatepower_block .type_title:before,
    .privatepower_block .type_title:after {
        display: none;
    }


}



@media only screen and (max-width: 480px) {
    .pg_main_wrap .pgtitle br {
        display: inline;
    }
    .service_nav_wrap a span br {
        display: inline;
    }
}