@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:rgba(0,70,135,1.00)}a:hover { color:rgba(0,129,184,1.00)}
/* css setting */
/*　==============================　共通　==============================　*/
/*　色に関する設定　*/
/*.gra_A  { background-image: linear-gradient(to right, #0081cc, #0bbae6);}*/
.gra_A { background: linear-gradient(90deg, #0068a0, #004686); }
.gra_B { background: linear-gradient(90deg, #239ac1, #0080b7); }

.white_rgba { background:rgba(255,255,255,0.8); }
.main_rgba { background:rgba(0,70,134,0.7) }

/*　タイトルスペース　*/
@media screen and (min-width:1025px) {
.tittle_space{ padding-top:40vh; }}
@media screen and (max-width:1024px) {
.tittle_space{ padding-top:35vh; }}
@media screen and (max-width:768px) {
.tittle_space{ padding-top:25vh; }}
@media screen and (max-width:480px) {
.tittle_space{ padding-top:20vh; }}
/*　タイトルアバウトスペース　*/
.tittle_about_space{ padding-top:17vh; }
/*　==============================　HOME　==============================　*/

/*　トップコピー　*/
@media screen and (min-width:1301px) {
.sec_home_top{ margin:8rem 0 5rem 0;  padding-top:35vh; }}
@media screen and (max-width:1300px) {
.sec_home_top{ margin:8rem 0 5rem 2rem;  padding-top:35vh; }}
@media screen and (max-width:768px) {
.sec_home_top{ margin: 10rem 0 10rem 2rem; padding-top: 28vh; }}
@media screen and (max-width:480px) {
.sec_home_top{ margin: 10rem 0 5rem 1rem; padding-top: 180px; }}

/*　area02ロゴ　*/
@media screen and (min-width:1301px) {
.home_eng_logo{ padding-top:48px; }}
@media screen and (max-width:1300px) {
.home_eng_logo{ padding-top:40px; }}
@media screen and (max-width:1024px) {
.home_eng_logo{ padding-top:30px; }}
@media screen and (max-width:768px) {
.home_eng_logo{ padding-top:20px; }}
@media screen and (max-width:480px) {
.home_eng_logo{ padding-top:15px; }}

/*　グラデーション背景ボタン　*/
.gradation_btn_A .fs_btn { background: linear-gradient(90deg, #0068a0, #004686); }
.gradation_btn_A .fs_btn:hover { background: linear-gradient(90deg, #0068a0, #239ac1); }

/*　下部Rボタン　*/
.brbtm_btn .fs_btn { -moz-border-radius: 1rem 1rem 0 0!important;
-webkit-border-radius: 1rem 1rem 0 0!important;
-o-border-radius: 1rem 1rem 0 0!important;
-ms-border-radius: 1rem 1rem 0 0!important; }

/*　　お知らせリスト　　*/

.top_news_list dl {
    border-bottom: 1px solid #fff !important;
    padding: 0.75rem;
}
.top_news_list dd {
    border-left: 0px !important;
padding-left:0% !important;
    width: 68%!important;
}
.top_news_list dl:nth-child(2n+0)  {
    background: rgba(213,223,223,0.15);
}
.top_news_list .entryData {
    padding: 0.8rem 0 0.8rem 1rem;
    font-weight: bold;
    margin:0 1rem 0 0;
    width: 22%!important;
}
.top_news_list .entryData{
    text-align: left;
    background: #239ac1;
    color:#fff;
    -moz-border-radius: 0 1.5rem 1.5rem 0;
    -webkit-border-radius: 0 1.5rem 1.5rem 0;
    -o-border-radius: 0 1.5rem 1.5rem 0;
    -ms-border-radius: 0 1.5rem 1.5rem 0;
}
.top_news_list a:hover {
      opacity:0.7;
      transition:0.6s;
}
.top_news_list .entryTitle {
font-size:1.2rem;
font-weight: bold;
}
.top_news_list  dl:last-child {
border-bottom: 1px solid #fff;
}

/*　　BUSINESSボタン　　*/

@media screen and (min-width: 769px) {
.top_btn .fs_btn_text {
padding:100px 0;
}
}
@media screen and (max-width: 768px) {
.top_btn .fs_btn_text {
padding:50px 0;
}
}
.top_btn .fs_btn_text_main{
font-size: 0.9rem;
}
.top_btn .fs_btn_text_sub{
font-size: 1.2rem;
}
.top_btn .fs_btn_text {
text-align: center!important;
}
.top_btn .fs_btn {
background: linear-gradient(90deg, rgba(0,128,183,0.6), rgba(35,154,193,0.5));
}
.top_btn .fs_btn:hover {
background: linear-gradient(90deg, rgba(0,128,183,0.1), rgba(35,154,193,0.2));
}

.top_btn .fs_btn_text{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: column-reverse wrap;
/*justify-content: flex-start;
align-items: flex-start;*/
}

/*　==============================　ABOUT　==============================　*/

.about_btn .fs_btn_text_main{
font-size: 1rem;
letter-spacing: 0.2rem;
}
.about_btn .fs_btn_text_sub{
font-size: 0.8rem;
color:#239ac2;
}
.about_btn .fs_btn_text {
text-align: center!important;
}
.about_btn .fs_btn {
background: linear-gradient(90deg, rgba(0,128,183,0.6), rgba(35,154,193,0.5));
}
.about_btn .fs_btn:hover {
background: linear-gradient(90deg, rgba(0,128,183,0.1), rgba(35,154,193,0.2));
}
.line-about{
position: relative;
z-index: 2;
float: right;
border-bottom: 3px solid #004687;
width: 50px;
margin: -1rem -2rem 0rem 0rem;
}
.line-message{
position: relative;
z-index: 2;
width: 50%;
margin: 1rem 0rem -1.5rem 0rem;
padding-top: 3rem;
box-sizing: border-box;
border-right: 3px solid #004386;
border-bottom: none;
}

@media screen and (max-width: 1480px) {
.about-message{
background-size: 130%!important;
}
}
@media screen and (max-width: 768px) {
.about-message{
background-size: 160%!important;
}
}
.philosophy-tb{
width: 100%;
}
.philosophy-tb th{
width: 30px;
background-color: #d5dede;
-moz-border-radius: 0.5rem;
-webkit-border-radius: 0.5rem;
-o-border-radius: 0.5rem;
-ms-border-radius: 0.5rem;
}
.philosophy-tb td{
box-sizing: border-box;
width: calc(100% - 30px);
padding-left: 0.8rem;
}
.philosophy-tb dt{
font-weight: bold;
}
.philosophy-tb dd{
padding-top: 0.4rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid #cfcfcf;
}
.philosophy-tb dd:last-child{
padding-bottom: 0rem;
margin-bottom: 0rem;
border-bottom: 0px solid #cfcfcf;
}
.company-info { 
width:100%;
}
.company-info tr{
border-bottom:1px solid #ccc;
}
.company-info tr:last-child{
border-bottom:0px solid #ccc;
}
.company-info th{
font-size: 0.9rem;
padding: 0.8rem 0;
vertical-align: top;
width: 100px;
text-align: justify;
/*background: #004687;
color: #fff;*/
vertical-align: middle;
}
.company-info td{
font-size: 0.9rem;
text-align: justify;
padding: 0.8rem 1rem;
vertical-align: top;
width: calc(100% - 100px);
}
.company-info li{
text-align: justify;
font-size: 0.9rem;
padding: 0.7rem 0;
vertical-align: top;
vertical-align: middle;
border-bottom: 1px solid #ccc;
}
.company-info li:last-child{
border-bottom:0px solid #ccc;
}
.company--suppliers{
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.company--suppliers li{
width: 32%;
box-sizing:boder-box;
margin-right: 2%;
}
.company--suppliers li:nth-child(3n){
margin-right: 0%;
}
.company--suppliers li:last-child{
width: 66%;
margin-right: 0%;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
.line-about{
float: none;
width: 50%;
margin: 0.5rem 0rem -1rem 0rem;
padding-top: 2rem;
box-sizing: border-box;
border-right: 3px solid #004386;
border-bottom: none;
}
.company--suppliers li{
width: 100%!important;
box-sizing:boder-box;
margin-right: 0%!important;
}
.company--suppliers li:last-child{
border-bottom: 0px solid #ccc!important;
}
}

/*　外観写真　*/

@media screen and (min-width: 769px){
.gaikan_space { padding-top:30rem; }}
@media screen and (max-width: 768px){
.gaikan_space { padding-top:15rem; }}


/*　==============================　事業実績　==============================　*/
/*　実績トップ_リスト　*/
.results_list .archiveCardA-list-img { height: 30vh!important; }
.results_list .archiveCardA-list-txt { background-color:rgba(0,70,134,0.7)!important; }
.results_list .archiveCardA-txt-ttl { 
    font-size: 1rem!important;
    padding: 1rem 0!important;
}
.results_list .archiveCardA-txt-read { display:none; }

/*　各実績コンテンツ内_リスト　*/
.results_navi .entryData { display:none; }
.results_navi .entryTitle { font-size:1rem; }
.results_navi .entryTitle a { color:#fff; display:block; padding:1rem !important; }
.results_navi .entryTitle a:hover { opacity:0.3; transition:0.3; }
.results_navi dl {
    border-bottom: 0px solid #fff!important;
    padding: 0rem !important;
}
.results_navi dd {
    border-left: 0px solid #bbb!important;
    padding-left: 0%!important;
    width: 100%!important;
}
.results_navi dl:nth-child(2n+0)  {
    background: rgba(213,223,223,0.15);
}
/*----------　年度工事実績　----------*/
.results-tb-wrapper li .results-tb{
border-bottom:1px solid #e7e7e7;
}
.results-tb-wrapper li:last-child .results-tb{
border-bottom:none;
}
.results-tb {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.results-tb dt, .results-tb dd{
padding: 1rem 0rem 1rem 0rem;
letter-spacing: 0rem;
line-height: 1.5rem;/*列の文字の高さ*/
}
.results-tb dt{
width: 40%;
box-sizing: border-box;
}
/*
.results-tb dd:nth-child(2){
width: 280px;
box-sizing: border-box;
}
.results-tb dd:nth-child(3){
width: calc(100% - 350px);
box-sizing: border-box;
padding-bottom: 0.5rem;
}*/
@media screen and (max-width: 768px) {
.results-tb{
padding-top: 1rem;
padding-bottom: 1rem;
}
.results-tb dt, .results-tb dd{
padding: 0rem 0rem 0.1rem 0rem;
}
.results-tb dt{
width: 100%;
}
/*
.results-tb dd:nth-child(2){
width: calc(100% - 50px);
order: 2;
}
.results-tb dd:nth-child(3){
font-weight: bold;
font-size: 1.1rem;
width: 100%;
padding-top: 0.3rem;
padding-bottom: 0.4rem;
order: 0;
}*/
}
/*　==============================　採用情報　==============================　*/
/*　----------　募集要項　----------　*/
.rec_left {
      font-size: 1rem;
      padding: 1rem 0;
      vertical-align: top;
      width: 20%;
      text-align: center;
background: #239ac1;
color: #fff;
vertical-align: middle;
}
.rec_right {
      font-size: 0.9rem;
      text-align: justify;
      padding: 1rem;
      vertical-align: top;
      width: 80%;
}
.rec_line {
     border-top:1px solid #ccc;
}

/*　採用情報 ボタン　*/
.rec_btn .fs_btn_text_main{
font-size: 1.4rem;
}
.rec_btn .fs_btn_text_sub{
font-size: 0.8rem;
}
.rec_btn .fs_btn_text {
text-align: center!important;
}
.rec_btn .fs_btn:hover {
background: linear-gradient(90deg, rgba(0,128,183,0.6), rgba(35,154,193,0.5));
}
.rec_btn .fs_btn {
background: linear-gradient(90deg, rgba(0,128,183,0.1), rgba(35,154,193,0.2));
}

.rec_btn .fs_btn_text{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: column-reverse wrap;
}

/*　==============================　お知らせ　==============================　*/
/*　--------------------　カレンダーの設定　--------------------　*/
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #fff;
}
/*曜日部分*/
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0px;
    color: #ffffff;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #239ac1;
}

/*更新日部分*/
div.cal_wrapper table.cal tr td div.Birthday {
    font-weight: bolder;
    background-color: #004686;
    color: #ffffff;
    border-radius: 0%;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #0080b7;
}

div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 180px;
    border: none;
    background-color: #ffffff;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.8em;
    box-shadow: none;
}

div.cal_wrapper table.cal tr td {
    font-size: 10px;
    text-align: center;
    padding: 0px;
}

div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 6px 10px;
    font-size: 0.7rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 0%;
}

/*　==========　お知らせ更新用　==========　*/

#pt101-2-1 {
    width: calc(100% - 4rem );
    margin: 0 2rem 4rem 2rem;
    background: #004686;
  padding:2rem 0;
   -moz-border-radius: 0 0 1rem 1rem;
   -webkit-border-radius: 0 0 1rem 1rem;
   -o-border-radius: 0 0 1rem 1rem;
   -ms-border-radius: 0 0 1rem 1rem;
}

/*　———　シェアボタン　———　*/

.fs-snsbutton-color1 .twitter-btn-icon,
.fs-snsbutton-color1 .facebook-btn-icon {
    background-color: #bec8c8;
}
.fs-snsbutton-color1 .twitter-btn-icon:hover ,
.fs-snsbutton-color1 .facebook-btn-icon:hover {
    background-color: #d5dede;
        transition:0.5s;
}

/*　==============================　お問い合わせ　==============================　*/
.formBlockSurveyTable dl dt {
    color: #777777;
    text-align: left;
    width:100%;
    margin-right: 0%!important;
}
.formBlockSurveyTable dl dd {
    width: 100%;
}
.formBlockSurveyTable dl {
    padding: 1% 0;
}
.formBlockSurveyTable dl dd input,
.formBlockSurveyTable dl dd textarea {
    width: 96%;
    resize: none;
    border-radius: 0;
    padding: 2%;
}
.formBlockSubmitButton {
    width:100%!important;
    text-align:center!important;
    background-color: #004686!important;
    color:#fff;
}
.formBlockSubmitButton:hover {
    background-color: #0080b7!important;
    color:#fff;
    transition:0.6s;
}
.on-pointer input {
    cursor: pointer;
}
@media screen and (max-width: 498px) {
.formBlockSurveyTable dl dd input,
.formBlockSurveyTable dl dd textarea { width: 100%;}}


/*　==============================　ヘッダー　==============================　*/

/*　90%中央寄せ　*/
@media screen and (min-width:1301px) {
#header-2Parent {
   width: calc(100% - 10%);
  margin: auto!important;}}

/*　ヘッダーロゴに関する設定　*/
@media screen and (min-width: 769px) {
#top_logo .fs_btn{padding-top: 80px;}
#top_logo {margin: 1rem 0 0 1rem; }}

@media screen and (max-width: 768px) {
#top_logo .fs_btn{padding-top: 60px;}
#top_logo {margin: 1rem 0 0 1rem; }}

@media screen and (max-width: 480px) {
#top_logo .fs_btn{padding-top: 35px; }
#top_logo{margin: 1rem;
    background-position: left!important;
    background-image: url(../../../../files/3915/5187/5400/h_logo.svg)!important;}}


/*　--------------------　PC用（オートナビ）に関する設定　--------------------　*/
.h_pc_navi a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.h_pc_navi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #0068a0, #004686);
  transition: .3s;
}
.h_pc_navi a:hover::after {
  width: 100%;}

.h_pc_navi .fsNavMenuList li:nth-child(n + 7) ,
.h_pc_navi .fsNavMenuList li .sub_title {
     display:none;}

@media screen and (max-width: 480px){
.h_pc_navi .fsNavMenuList li:first-child {
     display:none;}}

/*　--------------------　SP用（Fatナビ）に関する設定　--------------------　*/

.fat-nav li {
    list-style-type: none;
    text-align: left;
    padding: 1.5rem ;
    margin-left: 3rem ;
    font-size: 1.1rem;
    line-height: 1.5rem;
    border-bottom: none;
}
.fat-nav .main_list_li:nth-child(even) {
    background: rgba(0,104,160,0.25);
}
.fat-nav li a {
    border-bottom: 0px solid #fff;
}

.sp_h_navi .fat-nav li p {
    font-weight: bold;
}
.sp_h_navi .fat-nav li .sub_title{
    font-size: 0.9rem;
    padding-left:0.2rem;
    letter-spacing: 0.2rem;
}
.sp_h_navi .fat-nav li:first-child .sub_title  {
    display: none!important;
}

.fat-nav{
     background: linear-gradient(90deg, rgba(0,70,134,0.99), rgba(0,104,160,0.7));
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
     background: #004686;
}
.fat-nav li p{
    color:#fff;
}

.topfix_A {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}
.topfix_B {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}

/*　==============================　フッター　==============================　*/
/*　　フッターロゴ　　*/
@media screen and (min-width: 769px) {
.f_logo .fs_btn{padding-top: 55px;}
.f_logo {margin: 0 0 0 2rem; }}

@media screen and (max-width: 768px) {
.f_logo .fs_btn{padding-top: 45px;}
.f_logo {margin: 0 0 0 2rem; }}

@media screen and (max-width: 480px) {
.f_logo .fs_btn{padding-top: 40px; }
.f_logo {margin: 4rem 2rem 4rem 0; }}

/*　　フッターナビ　　*/

.f_navi > .fsNavMenuList > .main_list_li > a p{
font-weight:bold;}
.f_navi .fsNavMenuList li:last-child {display:none;}
/*@media screen and (min-width: 481px) {
.f_navi .fsNavMenuList li:last-child {display:none;}}*/
@media screen and (max-width: 480px) {
.f_navi .fsNavMenuList li {
width:calc(50% - 1px)!important;
background:#239ac1;
border-top:1px solid #fff!important;
border-right:1px solid #fff!important;
}}

@media only screen and (max-width: 480px){
.f_navi .fsNavMenuList li a {
    color: #fff!important;
    padding:1.5rem!important;
}}
@media only screen and (max-width: 480px){
.f_navi ul.slimmenu li a{
text-shadow: 0 1px 0 rgba(255,255,255,0);
}}

/*　最下部　*/
@media screen and (min-width: 481px) {
.f_last {
margin:0 2rem;
-moz-border-radius: 1rem 1rem 0 0;
-webkit-border-radius: 1rem 1rem 0 0;
-o-border-radius: 1rem 1rem 0 0;
-ms-border-radius: 1rem 1rem 0 0;
}}
@media screen and (max-width: 480px) {
.f_last {
border-right:1px solid #fff;
margin:1px 2rem 2rem 2rem;
-moz-border-radius: 0 0 1rem 1rem;
-webkit-border-radius: 0 0 1rem 1rem;
-o-border-radius: 0 0 1rem 1rem;
-ms-border-radius: 0 0 1rem 1rem;
}}


/*　———　フッターで使用するボタン　———　*/
@media screen and (min-width: 481px){
.f_btn .fs_btn_text_main {
font-size:1.4rem;
letter-spacing: 0.05rem;
font-weight: bold;
}}
@media screen and (max-width: 480px){
.f_btn .fs_btn_text_main {
font-size:2rem;
letter-spacing: 0rem;
font-weight: bold;
}}
.f_btn .fs_btn_text_sub {
font-size:0.8rem;
}

@media screen and (min-width: 481px){
.f_btn .fs_btn {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
}}
@media screen and (max-width: 480px){
.f_btn .fs_btn {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}}

.f_btn { background: linear-gradient(90deg, #0068a0, #004686); }

@media screen and (max-width: 480px) {
.f_btn {margin-left:2rem!important; }}

/*　———　リンクカラー　———　*/
.f_link a {
position: relative;
display: inline-block;
transition: .3s;
color:#0068b7;
}

@media screen and (min-width: 1025px){
.f_link a::after{
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 0;
height: 2px;
background-color: #0080b7;
transition: .3s;
}
.f_link a:hover::after{
width: 100%;
}
}

/*　———　ページトップボタン　———　*/
.pagetop_btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}

@media screen and (min-width: 481px) {
.pagetop_btm .fs_btn{
    border-radius: 2rem 2rem 0 0;
    width: 60px;
    background-color: #f29600;
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}}
@media screen and (max-width: 480px) {
.pagetop_btm .fs_btn{
    border-radius: 2rem 2rem 0 0;
    width: 48px;
    background-color: #f29600;
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}}

/*　==============================　文字に関する設定　==============================　*/

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.space_1{
    letter-spacing: 0.1rem;
}
.space{
    letter-spacing: 0.2rem;
}
.space_2{
    letter-spacing: 0.4rem;
}
.space_3{
    letter-spacing: 0.8rem;
}

/*　———　Googlefont　———　*/

.eiji {
font-family: 'Questrial', 'Noto Sans Japanese', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
}

/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v8/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*　==============================　デフォルト　==============================　*/

a { text-decoration:none; }

h1 , h2 , h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    margin-top: 0px;
}

/*　———　ホバー時半調　———　*/

.hover_opacity a:hover{
    opacity: 0.8;
    transition:0.6s;
}

.hover_opacity_img img:hover {
    opacity:0.7;
    transition:0.6s;
}

/* ----------　ポジションリラティブ　---------- */

.pos_rel{position: relative;}

/*　———　telリンク - スマホ版のみ　———　*/

@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}

/*　———　SP版センター　———　*/

@media screen and (max-width: 480px) {
     .sp_center {  text-align: center!important; }}

/*　———　SP版左　———　*/

@media screen and (max-width: 480px) {
     .sp_left {  text-align: justify!important; }}

/*　———　SP版右　———　*/

@media screen and (max-width: 480px) {
     .sp_right {  text-align: right!important; }}

/*　———　スマホ時改行なし　———　*/

@media screen and (max-width: 480px){
.sp_br_none br { display:none; }}

/*　———　タブレット縦時改行なし　———　*/

@media screen and (max-width: 768px){
.tb_br_none br { display:none; }}

/*　———　スマホ時改行あり　———　*/
@media only screen and (min-width: 769px){
.sp_br br { display:none;}}

/*　スマホ時バックグラウンドイメージ非表示　*/
@media screen and (max-width: 480px) {
.sp_bg_none{background-image: none!important; }}

/*　スマホ時バックグラウンドイメージ表示　*/
@media screen and (min-width: 481px) {
.sp_bg_show{background-image: none!important; }}

/*　タブレット縦時バックグラウンドイメージ非表示　*/
@media screen and (max-width: 768px) {
.tb_bg_none{background-image: none!important; }}

/*　タブレット横時スクロール　*/
@media screen and (max-width: 1024px) {
.tb_bg_scroll{background-attachment: scroll!important; }}

/*　タブレット時カバー　*/
@media screen and (max-width: 1024px) {
.tb_bg_cover{background-size: cover!important; }}

/*　タブレット時コンテイン　*/
@media screen and (max-width: 768px) {
.tb_bg_contain{background-size: contain!important; }}


/*　———　マルチイメージ、スリックスライドのポインター無　———　*/
.cuosor {
  pointer-events: none ;
  cursor: default ;
}

/*　80%中央寄せ　*/
@media screen and (min-width:1301px) {
.w80_center {
   width: calc(100% - 20%);
  margin: auto!important;}}

/*　90%中央寄せ　*/
@media screen and (min-width:1301px) {
.w90_center {
   width: calc(100% - 10%);
  margin: auto!important;}}

/*　80%右寄せ　*/
@media screen and (min-width:1301px) {
.w80_right {
   width: calc(100% - 20%);
  margin-left: auto!important;}}

@media screen and (min-width:769px) {
.w80_right_2 {
   width: calc(100% - 20%);
  margin-left: auto!important;}}

/*　90%右寄せ　*/
@media screen and (min-width:1301px) {
.w90_right {
   width: calc(100% - 10%);
  margin-left: auto!important;}}

/*　80%左寄せ　*/
@media screen and (min-width:1301px) {
.w80_left {
   width: calc(100% - 20%);
  margin-right: auto!important;}}

/*　90%左寄せ　*/
@media screen and (min-width:1301px) {
.w90_left {
   width: calc(100% - 10%);
  margin-right: auto!important;}}

/*　———　ボーダーラディウス　———　*/

.border-radius_top {
-moz-border-radius: 1rem 1rem 0 0;
-webkit-border-radius: 1rem 1rem 0 0;
-o-border-radius: 1rem 1rem 0 0;
-ms-border-radius: 1rem 1rem 0 0;
}

.border-radius_bottom {
-moz-border-radius: 0 0 1rem 1rem;
-webkit-border-radius: 0 0 1rem 1rem;
-o-border-radius: 0 0 1rem 1rem;
-ms-border-radius: 0 0 1rem 1rem;
}

.border-radius_all {
-moz-border-radius: 1rem;
-webkit-border-radius: 1rem;
-o-border-radius: 1rem;
-ms-border-radius: 1rem;
}

/*　==============================　SDGs　==============================　*/
/*　box-shadow　*/
.boxshadow_20 {box-shadow: 4px 4px 6px 0 rgba(0,0,0,.20);}


/*　==============================　WORKS　==============================　*/
.works_btn {
    border: 2px solid #239AC1;
    border-radius: 100px;
    display: block;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    color: #239AC1;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}



.c-tag li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
    padding: 2px 10px;
    min-height:  28px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    border: 1px solid #239AC1;
    color: #239AC1;
    background-color: #fff;
}

p.works-detail {
    font-size: 1.2rem;
    font-weight: bold
}


.areaStyle_slick{
display: block !imortant;
height: 0px;
overflow: hidden;
}


.modaal-inner-wrapper {
    width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 0!important;
}

.modaal-inner-wrapper { text-align: inherit!important;}

.modaal-container .slick-arrow {
display: none !important;
}

.modaal-container{
    position: relative;
    display: flow-root;
    width: 100%;
    max-width: 90vw;
}

.modaal-content-container {
    padding: 5vw;
    max-width: 100vw;
    position: inherit;
    display: list-item;
    width: 100%; }

@media screen and (min-width:1024px) {
.modaal-content-container {
    padding-top:3vw;
    padding-bottom:2vw;
}
.modaal-container{
    max-width: 65vw;
    margin-top: 60px;
    margin-bottom: 40px;
}}
