@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #F4F4F4;
    --color-gray: #f8f8f8;
    --color-theme: #009944;
	  --color-other: #996600;
	  --color-yellow: #b0cf00;
    --color-theme-right: #f0f7f2;
	  --color-theme-darken: #005e26;
	  --color-other-right: #f4f0ea;
	  --color-other-darken: #564021;
      --color-red: #bc2800;
    /*--font-family-gothic: "linotype-sabon", sans-serif;*/
     /* --font-family-gothic: gotham, sans-serif;*/
	  --font-family-gothic:"optima-lt-pro", sans-serif;
	  --font-family-gothic2: "josefin-sans", sans-serif;

	  --font-family-gothic3: owners-narrow, sans-serif;
	  
      
	  --font-family-mincho-ja: tot-shizukardmin-stdn, sans-serif;

      
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;/*border:0;*/outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/*CSSで読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*/CSSで読み込み時にフェードイン*/
body {
  margin: 0 auto;
  padding: 0;
  
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    /*font-family: YuGothic, 游ゴシック, sans-serif;*/
    /*font-family: MS PGothic, sans-serif;*/
	/*font-family: \6e38\30b4\30b7\30c3\30af\4f53, YuGothic, \6e38\30b4\30b7\30c3\30af, Yu Gothic, \30d2\30e9\30ae\30ce\89d2\30b4 Pro, Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, Osaka, \ff2d\ff33 \ff30\30b4\30b7\30c3\30af, MS PGothic, sans-serif;*/
	/*font-family: "Noto Sans JP", sans-serif;*/
	/*font-family: "Hina Mincho", serif;*/
	font-size: 14px;
    line-height: 1.8;
    <!--font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;-->
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: TTNorms, dnp-shuei-gothic-gin-std, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 1.8;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
    background:#FFF;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 13px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
	
}

img {
  vertical-align: middle;
  border: none;
}



.sec {
	margin-bottom: 60px;

}
.sec2 {
	margin-bottom: 30px;

}
@media screen and (max-width: 768px) {
	.sec {
	margin-bottom: 30px;

}
		.sec2 {
	margin-bottom: 20px;

}
}
@media(min-width:768px){
    .sp{
        display: none !important;
    }
}
@media(max-width:768px){
    .pc{
        display: none !important;
    }
	}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
	
}

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

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}*/


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 20px;
  }
  section {
    padding: 30px 0;
      
  }
}




@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .headercontainer {
    padding: 10px 20px;
  }
  section {
    padding: 100px 0;
      
  }
}
/*お問い合わせボタン
#container {
    position: relative;
}
.contact_wrap {
    
    position: fixed;
bottom: 100px;
right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
z-index: 2;
}

.contact {
	
    
background: var(--color-theme);
    padding: 1.4rem 1.5rem 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
	width: 60px;
    transition: 0.5s;
	border-radius: 50vh;
	font-feature-settings: initial;
	font-size: 16px;
	border: solid 1px #FFF;
	
}

.contact:hover {
   
	letter-spacing: 0.3em;
}
.contact span {
	font-weight: 100;
    writing-mode: sideways-rl;
	font-family: var(--font-family-gothic2);
    color: #FFF;
    
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
@media only screen and ( max-width : 768px ) {
    .contact_wrap {
   
   position: fixed;
bottom: 20px;
right: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
z-index: 2;
}
.contact {
    background: var(--color-theme);
    padding: 1.4rem 1.5rem 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
	width: 160px;
    transition: 0.5s;
	border-radius: 50vh;
	font-feature-settings: initial;
	font-size: 16px;
	border: solid 1px #FFF;
   
    
}
.contact span {
	font-weight: 300;
    writing-mode: horizontal-tb;
	font-family: var(--font-family-gothic2);
    color: #FFF;
    
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
}
/*お問い合わせボタン*/
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

.headerColor-default {
  color: #000;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
    background-color:#FCFCFC;
    border-bottom: #000 0.5px solid;
    /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
    transition: all 0.5s 0s ease-in-out;
}
.h_logo  {
    width: 100%;
    height: auto;
    position: absolute;
    top: 30px;
     left: 40px; 
    background-image: url("../img/common/logo_wt.svg");
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
.h_logo a div {
    width: 400px;
    height: 63px;
}
.headerColor-default #gNav li a {
   
    color: #000;
	transition: all 1s;
}

.headerColor-default #gNav li a:hover{
transform: translate(0,3px);
}
.headerColor-default .h_logo a div {
    width: 230px;
    height: 36px;
}
.headerColor-default .h_logo  {
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
     left: 20px; 
    background-image: url("../img/common/logo_bk.svg");
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
.h_logo_daini  {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 20px;
     left: 20px; 
    background-image: url(../img/common/logo_cl.svg);
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
@media only screen and ( max-width : 1200px ) {
.headerColor-default .h_logo {
    width: 230px;
    top: 10px;
     left: 10px; 
}
}




/*テキスト切り替え
#gNav li a span.en {
    display: inline;
       font-family:var(--font-family-gothic);
font-weight: 300;
font-style: normal;
    

}

#gNav li a:hover span.en {
    display: none;

}

#gNav li a span.jp {
    display: none;
     
 
}
/*テキスト切り替えふわっとさせる
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#gNav li a:hover span.jp {
    display: inline;
    animation: show 0.5s linear 0s;
	font-size: 13px;
	font-weight: 100;
	
	line-height: 1;
}
/*テキスト切り替えふわっとさせる*/


/*#gNav li.btn a:hover span.jp{
    display: inline;
    
}

#gNav li.nav1 {width: 80px; }
#gNav li.nav2 {width: 90px; }
#gNav li.nav3 {width: 90px; }
#gNav li.nav4 {width: 100px;}
#gNav li.nav5 {width: 80px; }
#gNav li.nav6 {width: 90px; }*/
#gNav li.nav_contact {
	width: auto;
background: var(--color-theme);
padding: 0 1em;
	border-radius: 50vh;
}
#gNav li.nav_contact a {
	color: #FFF;
}
@media only screen and ( max-width : 1300px ) {
    

}


/*テキスト切り替え
@media only screen and ( max-width : 768px ) {
.spnone {display: none;}
    }*/
#header {
  
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;

}
#gNav a:hover {
  color: #FFF;
   
}
#gNav li a {
  margin: 0 0.5em;

}
#gNav li a:hover span.jp {
}
@media only screen and ( max-width : 768px ) {nav li a {
  font-size: 12px;
  letter-spacing: 0em;
}}

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


  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 200px;
      height:100px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 100;
  }
	.h_logo a div {
    width: 200px;
      height:100px;
}
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
    .sns_wrap {
		padding: 0 15px;
		

	}
	.mean-container .mean-nav ul li.sns_wrap a {
				display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
		text-align: center;
			
	}
	
	.sns_wrap img {
		width: 30px;
		
	} 
	.sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
}

@media print, screen and ( min-width : 769px ) {
#header {
    height: 80px;
  }
  .h_logo img {
    width: 160px;
      position: absolute;
      top: 20px;
      left: 20px;
  }
  #h_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
   margin: 0 0.3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 14px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 60px;
      color: #FFF;
	  font-size: clamp(13px, 1vw, 16px);
  }

  #gNav li a.black {

      color: #000;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
   background: rgba(225,225,225,.8);
  }
    #gNav li.nav6 .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0%;
    margin-left: -150px;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #gNav li:hover ul.sub-menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
     

  }
    .h_nav_gothic #gNav li:hover ul.sub-menu a {
         font-family: var(--font-family-gothic);
    }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
	.sns_wrap a {
		display: flex;
    justify-content: center;
    align-items: center;
		padding: 0 15px;
	}
	.sns_wrap img {
		width: 30px;
	} 
    .sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
.headerColor-default .sns_wrap svg {
		fill: #000;
	}
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.js-mainVisual {
    height: 100vh;
}
.js-mainVisual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/*.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}
*/
/*最新情報*/
.news_bk {
	position: relative;
	
}
.news_bk_ill {
	position: absolute;
	bottom: -20%;
	right: 8%;
}

.news_bk_ill img {
	width: 100%;
}
@media only screen and ( max-width : 1200px ) {
	.news_bk_ill {
	
	
	right: 0%;
}
.news_bk_ill img {
	width: 60%;
}
}
@media only screen and ( max-width : 768px ) {
.news_bk_ill {
	display: none;
}
}
.top_mds {
	
}
.top_mds_in {}
.top_mds h2 {
    font-family: var(--font-family-gothic);
font-weight: 500;
	font-size:clamp(3rem, 10vw, 19rem);
	line-height: 1;
background: url("../img/top/niji.jpg") no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	background-attachment: fixed;
background-size: cover;
	background-position: 30% 0%;
	
	
    
  
}

section.top_information {
  background: var(--color-gray);  
    
   
    
}
.top h3 {
	font-family: var(--font-family-gothic);
font-weight: 500;
font-style: normal;
	font-size: clamp(30px, 3vw, 3vw);
	text-align: center;
	margin-bottom: 1em;
}
.top h3 span {
	font-size: clamp(13px, 1vw, 18px);
	display: block;
	text-align: center;
}
.top_info_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
}
.top_information_news {
	width: 50%;
}

@media print, screen and ( max-width : 768px ) {
	.top_mds_in {
		padding: 0 20px;
	}

	.top_information_news {
	width: 100%;
}

	.top_mds h2 {
    
font-weight: 400;
}
}

.button-13 a {
  font-family: var(--font-family-gothic2);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 600;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
	
}

.button-13 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.button-13 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -3px;
  bottom: 6px;
  transition: all 0.3s;
}
.button-13 a:hover {
	letter-spacing: 0.2em;
}
.button-13 a:hover::after,
.button-13 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}

a .construction_wrap_item h3.ttl_arrow {
    
    font-weight: 500;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.seemore span.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.5em;
  height: 0.05em;
  background: currentColor;
    margin-left: 0.5em;
}

a.seemore span.dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}






.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 400px;
    width: 100%;
    margin: 0 auto 60px;
    

    
}
.topics dl {

	
	padding: 0.5em 0;
	
}
.topics dl:first-child {
	
}
.topics dt {
font-family: var(--font-family-gothic3);
font-weight: 700;
font-style: normal;
}

.topics dd {
  
}

.topics a {
    
}


@media screen and (min-width: 768px) {
.topics dt {
}
	
	
}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {
    line-height: 1.6;}
    .topics dt {
        padding: 5px 0 0;
    }
    .topics dd {
        padding: 0 0 5px;
    }
	.topics dt {
height: auto;

}

.topics dd {
    height: auto;
}
}
/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
    text-align: center;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */
.date02 {
    font-size: 1em;
    font-weight: normal;
    color: var(--color-theme);
    text-align: right;
}
.information_shosai h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.8em;
    line-height: 1.6em;
     display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.information_shosai h4 span  {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-family: var(--font-family-gothic2);
    
    padding: 5px 15px;
    width: auto;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
}
.information_shosai h4 span.news {
	background: var(--color-theme);
}
.information_shosai h4 span.campaign {
	background: var(--color-secondary);
}
.day {
	font-family: var(--font-family-gothic2);
	text-align: right;
	margin-bottom: 0.5em;
}

.information_shosai {
    
   
    margin-bottom: 40px;
}
.information_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
    max-width: 600px;
}
.information .information_shosai {
    background-color: #FFF;
    padding: 4em;
    box-shadow: 0 0 10px #999;
    margin: 2em auto;
}
@media screen and (max-width: 768px) {
    .information_shosai h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
        display: flex;
        flex-wrap: wrap;
}
.information_shosai h4 span  {

    font-size: 13px;
    margin-right: 0;
    display: block;
    margin-bottom: 0.5em;
}

   .information_shosai {
    
    margin: 2em auto;
}
    .information_shosai img {
    margin: 1em auto;
    
}
    h2.information_mds {
    font-size: 1.1em;
   margin-bottom: 0.5em;
    
}
}


/*What's New*/
/*最新情報詳細*/
.info_shosai_wrap {
	
}
.info_mds_wrap {
	margin-bottom: 1em;
	width: 100%;
	
}
.info_shosai_wrap h4 {
	font-size: clamp(16px, 2.6vw, 26px);
    font-style: 600;
	line-height: 1.8;
	text-align: left;
	border-bottom: solid 1px #777;
	
}
.info_day {
	font-family: var(--font-family-gothic3);
	font-weight: 500;
	text-align: right;
	font-size: clamp(13px, 1.5vw, 15px);
	
}
.info_shosai_txt {
	margin: 1em 0;
		font-size: clamp(13px, 1vw, 14px);
	line-height: 1.8;

}
.info_shosai_wrap_mainimg {
	margin: 20px 0;
}
.info_shosai_wrap_mainimg img {
	width: 100%;
	
}
.info_gallery_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:flex-start;
	margin: 30px 0;
}
.info_gallery_in {
	width: 19%;
	margin: 0.5%;
	
}
.info_gallery_in img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
@media screen and (max-width:768px) {
	.info_gallery_in {
	width: 32%;
	margin: 0.5%;
	
}
	.info_gallery_in img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}
}
.kakudai {
	
	text-align: center;
	
}
.kakudai p {
	background: #F4F4F4;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	padding: 0 2em;
}
.kakudai i {
	padding-left: 0.5em;
}
.pdf_link_setumei {
	padding: 1em 0 0;
}
.pdf_link_setumei p {
	display: block;
}
a.pdf_link {
	background: #F4F4F4;
	border-radius: 5px;
	border:solid 1px #A8A8A8;
	display: inline-block;
	margin: 5px auto;
	width: 100%;
	
	padding: 0.5em 1em;
	text-align: center;
}
a.pdf_link:hover {
	background: var(--color-theme3);
	color: #FFF;
}
/*.grd_button {
	 max-width: 230px;
	margin: 60px auto 0;
}
.grd_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 230px;
    padding: 10px 0px 10px 35px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
@media screen and (max-width:768px) {
	.grd_button {
	width: 200px;
	margin: 30px auto 0;
}
	.grd_button a {
    
    max-width: 200px;
    
}
}
.grd_button a:before, .grd_button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.grd_button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.grd_button a:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.grd_button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	
}
.grd_button a span.en {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	font-family: var(--font-family-gothic);
}
.grd_button a:hover span {
  color: #fff;
}
.grd_button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.grd_button a:hover:after {
  right: 0;
  width: 100%;
  background: #333;
}
*/
.txt_link_setumei {
	padding-top: 1em;

}
a.txt_link {
	
	border-bottom:solid 1px #A8A8A8;
	display: inline-block;
	margin: 5px auto;
	width:auto;
	transition: .3s;
}
a.txt_link:hover {
	font-weight: 600;
	color:  var(--color-theme);
	transition: .3s;
}
/*最新情報詳細*/

/*私たちがお届けする工事*/
.top_construction {
    background:#F5F5F5;
}
.h2_top_construction_mds_wrap {
    max-width: 1306px;
    margin: 0 auto;
    
    margin-bottom: 1em;
    
}
.top_construction_container {
    max-width: 1306px;
    margin: 0 auto;
   
    
    margin-bottom: 1em;
    padding: 0 20px;
}
.construction_wrap {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.construction_box {
    
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.construction_box a {
    width: 33%;
    
    padding: 3em;
}

a .construction_wrap_item .btn_gazoukirikae {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto 20px;
	display: block;
	
	overflow: hidden;
	cursor: pointer;
	z-index: -1;
}

a .construction_wrap_item .btn_gazoukirikae img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: brightness(1.2)
}
a .construction_wrap_item:hover .btn_gazoukirikae img:nth-of-type(2) {
	opacity: 0;
	
}
a .construction_wrap_item .btn_gazoukirikae img:nth-of-type(1) {
border-radius: 20px;
	filter: brightness(1)
}

a .construction_wrap_item h4 {
	font-size: 40px;
    font-family: var(--font-family-gothic);
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 20px;
	margin-top: -40px;
	margin-left: -20px;
    
}
a .construction_wrap_item h3 {
    font-weight: 500;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 16px;
}
a .construction_wrap_item .viewmore {
	display: flex;
    align-items: center;
    justify-content: center;
    background:var(--color-silver-right);
	color: #000;
    padding: 8px;
    /*border: solid 1px #383838;*/
    width: 160px;
    margin-left: auto;
	font-family: var(--font-family-gothic2);
    font-weight: normal;
	font-size: 13px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
a .construction_wrap_item:hover .viewmore {
	background:var(--color-theme);
	color: #FFF;
}
@media screen and (max-width: 1200px) {
	.construction_box a {
    width: 50%;
    
    padding: 2em;
		margin-bottom: 20px;
}
	a .construction_wrap_item .btn_gazoukirikae {
	
	height: 300px;
	
}

}
@media screen and (max-width: 768px) {
    .construction_box a {
    width: 100%;
    
    padding: 0em;
		margin-bottom: 20px;
}


a .construction_wrap_item .btn_gazoukirikae {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto 10px;
}

    a .construction_wrap_item h3 {
    font-size: 14px;
    
}
    a .construction_wrap_item h4 {
    font-size: 25px;
		margin-top: 0;
		margin-left: 0;
    margin-bottom: 0px;
}
	a .construction_wrap_item .viewmore {
	
    padding: 6px;
   
    width: 140px;
    
	font-size: 12px;
	
}
}

/*私たちがお届けする工事*/


/*フッター*/
.daini_footer_img {
    

background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3) ) fixed,url(../img/slide/1.jpg);
    background-position: center bottom;
    height: 400px;
    background-size: cover;
    }
.daini_footer_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
footer {
    background: var(--color-theme);
    padding: 80px 0;
	color: #FFF;
}
.footer {
    max-width: 1306px;
    margin: 0 auto;
}
@media screen and (max-width: 1306px) {
	.footer {
    
   padding: 0 20px;
}
}
.footer_wrap {
    
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
    justify-content:space-between;
}
.footer_h1_wrap {
	margin-bottom: 2em;
	width: 100%;
}
.footer_wrap h1 {
	font-size: 12px;
	color: #FFF;
	
}
footer .footer_logo {
    width: 300px;
    margin-bottom: 40px;
}
footer .footer_logo img {
    width: 100%;
}
.footer_left {
    width: 30%;
}
.footer_right {
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content:flex-end;
}
.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    position: relative;
  }

.footmenu li a {
    color: #FFF;
	line-height: 1.4;
		padding: 2px 0;
	transition: all 0.3s;
	font-size: 13px;
}


.footmenu li a:hover{
transform: translate(0,3px);
	
}




.footmenu li ul li {
    margin-left: 2em;
    
}
.footmenu li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.footmenu li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "/";
  position: absolute;
  left : -1em; /*左端からのアイコンまで*/
}

@media screen and (max-width: 768px) {
.daini_footer_img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
    .footmenu li {padding: 0;
        font-size: 14px;
        
    }
    ul.footmenu{
 list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
}
    .footmenu li{
  margin: 0;
        width: 100%;
		line-height: 1.4;
		padding: 0.2em 0;
		
}
.footmenu li a {
   font-size: 12px;
}
    .footmenu li ul li {
        border-bottom:none;
        width: 100%;
        font-size: 0.9em;
    }
    .footmenu li ul li a {
    
    line-height: 1.6;
    
}
}
.footer_right_in {
    padding: 0 30px;
}
.footer_copy {
    width: 100%;
    color: #FFF;
    text-align:right;
    margin-top: 50px;
    font-family: var(--font-family-gothic2);
	font-weight: 300;
}
@media screen and (max-width: 768px) {
    footer {
    
    padding: 30px 0 30px;
}
.footer {
    width: 100%;
	
}
.footer_wrap {
    
    display: flex;
    align-items:stretch;
    justify-content:space-between;
}
footer .footer_logo {
    width: 200px;
    margin-bottom: 40px;
}
footer .footer_logo img {
    width: 200px;
}
.footer_left {
    width: 100%;
}
.footer_right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content:flex-end;
}

.footer_right_in {
    padding: 0 0px;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
}
.footer_copy {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    
}

}
/*フッター*/
/*ページトップへ戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 99;
    
}
#page-top a {
  background: #FFF;
    border:solid 1px #000;
  text-decoration: none;
  color: #fff;
  width: 60px;
    height: 60px;
  padding: 10px 10px;
  text-align: center;
  
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 99;
    
}
    #page-top a {
  width: 50px;
    height: 50px;
}
}
/*ページトップへ戻るボタン*/
/*第二見出し*/
section.daini_ttl {
	background: #F7F7F7;
  
  width: 100%;
  height:300px;
/*中に入るもの（テキスト）を縦横中央に配置*/
  display: flex;
  align-items: center;
  justify-content: center;
	
	padding: 80px 0 0;
	
}

.daini_ttl h2 {
	font-size: clamp(15px, 1vw, 23px);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
/*    text-transform: uppercase;
*/    line-height: 1em;
    
	color: var(--color-theme);
	position:absolute;
	text-align: center;
}
.daini_ttl h2 span {
	font-size: clamp(2rem, 3vw, 14rem);
    font-family: var(--font-family-gothic);
	 text-transform:capitalize;
	font-weight: normal;
	line-height: 1em;
	padding-right: 0.5em;
}
@media only screen and ( max-width : 768px ) {
section.daini_ttl {
	
	padding: 60px 0 0;
	 height:150px;
}


}

/*第二見出し*/
/*第二コンテンツ*/

.daini_container {
   max-width: 1300px;
	width: 100%;
	
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.daini_container {
   	padding: 0 20px;
}
}

.daini_container h3,.daini_container_600 h3 {
	font-size: clamp(1.5rem, 4vw, 19rem);
    font-style: normal;
    text-transform: capitalize;
    line-height: 1em;
    margin-bottom: 0.5em;
	font-family: var(--font-family-gothic2);
	text-align: center;
}
.daini_container h3 span,.daini_container_600 h3 span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 1em;
}
.daini_container h3.left {
	font-size: clamp(1.5rem, 4vw, 19rem);
    font-style: normal;
    text-transform: capitalize;
    line-height: 1em;
    margin-bottom: 0.8em;
	font-family: var(--font-family-gothic2);
	text-align: left;
}
.daini_container_600 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.daini_container_600 a a.seemore {
	color:  var(--color-theme);
}
.daini_container_600 a.seemore::before,.daini_container_600 a.seemore::after {
	background:  var(--color-theme);
}
.daini_container_600 a.seemore:hover::before,.daini_container_600 a.seemore:hover::after {
	background:  var(--color-other);
}
.daini_container_600 .topics dd {
	border-bottom: solid 0.5px #ccc;
}


/*第二コンテンツ*/






/*TOPその他コンテンツ*/
/* スクロールしたら画像が拡大表示*/
.view{
    width: 230px;
    position: relative;
    overflow: hidden;
	margin: 60px auto 60px;
}
.view img{
    vertical-align: middle;
    transform: scale(0);
    transition: all .6s ease-in-out .3s;
}
.view.js-on img{
    transform: scale(1);
}


/* スクロールしたら画像が拡大表示*/
.top_cont_bn_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
   
	
}

.top_cont_bn {
	background: var(--color-base);
}
.top_cont_bn_ttl_wrap {
	margin-bottom: 30px;
}
.top_cont_bn_ttl_wrap h3 {
    font-size: clamp(16px, 2vw, 30px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--color-theme);
    
	margin-bottom: 0.5em;
}
.top_cont_bn_ttl_wrap p {
	font-size: clamp(14px, 1vw, 16px);
	text-align: center;
	line-height: 1.6;
}
.cont_bn_wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	
}
a.cont_bn_wrap_in {
	width: 31%;
	margin: 1%;
	padding: 20px;
	
}

.cont_bn_wrap_in_example img  {
	position: relative;
}

.cont_bn_example_ill {
	position: absolute;
	bottom:20%;
	right: -10px;
	z-index: 1;
	width: 30%;
}
a.cont_bn_wrap_in .cont_bn_example_ill img {
	width: 100%;
	height: auto;
object-fit: cover;}
.cont_bn_wrap_in_voice {
	position: relative;
}
.cont_bn_voice_ill {
	position: absolute;
	bottom:20%;
	right: -10px;
	z-index: 1;
	width: 30%;
}
.cont_bn_wrap_in .cont_bn_voice_ill img {
	width: 100%;
	height: auto;
object-fit: cover;}
.cont_bn_wrap_in_qa {
	position: relative;
}
.cont_bn_qa_ill {
	position: absolute;
	bottom:20%;
	right: -10px;
	z-index: 1;
	width: 30%;
}
.cont_bn_wrap_in .cont_bn_qa_ill img {
	width: 100%;
	height: auto;
object-fit: cover;}
a.cont_bn_wrap_in img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
	border-radius: 20px;
	
}
.cont_bn_wrap_in h4 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(14px, 1vw, 16px);
	margin: 0.5em 0;
}
@media only screen and ( max-width : 768px ) {
	a.cont_bn_wrap_in {
	width: 100%;
	padding: 0px;
}
a.cont_bn_wrap_in img {
	width: 100%;
	height: auto;
	
	
}
}
/*TOPその他コンテンツ*/
a.seemore {
    display: flex;
    align-items: center;
    justify-content: center;
   background: var(--color-theme);
	padding: 15px;
	border:solid 1px var(--color-theme);
	width: 260px;
	margin: 20px  auto 0;
	color: #FFF;
	
	border-radius: 50vh;
}
a.seemore:hover {
	background: var(--color-theme-darken);
	border:solid 1px var(--color-theme);
	color: #FFF;
}
a.seemore span.en {
    font-family: var(--font-family-gothic);
    font-weight: 600;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
    a.seemore span.en {
        font-size: 13px;
    }
    
}
a .construction_wrap_item h3.ttl_arrow {
    
    font-weight: 500;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.seemore span.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 1.5em;
  height: 0.05em;
  background: currentColor;
    margin-left: 0.5em;
}

a.seemore span.dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.top_video_touroku_wrap p {
	margin-top: 60px;
	text-align: center;
	font-size: clamp(16px, 1.5vw, 20px);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;
    
    font-family: var(--font-family-mincho-ja);
    
    
}

/*TOPご挨拶*/
article{
  overflow: hidden;
}
.loop_wrap {
    display: flex;
    width: 100%;
    height: 180px;
    overflow: hidden;
	margin-bottom: 60px;
  }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 150px;
    overflow: hidden;
	line-height: 1;
	color: var(--color-theme);
	font-family: var(--font-family-gothic);
    font-weight: normal;
    font-style: normal;
    font-size: clamp(30px, 8vw, 8vw);
  }

.loop_wrap div:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
.top_message {
	background: var(--color-gray);
	
}
.top_message_container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
   
	
}


.top_message_ttl_wrap {
	margin-bottom: 30px;
}
.top_message h3 {
    font-size: clamp(15px, 2vw, 30px);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;

    font-family: var(--font-family-gothic);
	margin-bottom: 0.8em;
	
}
.top_message h4 {
    font-size: clamp(18px, 4.5vw, 55px);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: var(--font-family-mincho-ja);
	margin-bottom: 0.8em;
	color:var(--color-theme);
}
.top_message p {
	font-size: clamp(14px, 1vw, 15px);
	line-height: 1.8;
	padding-bottom: 1em;
}
/*TOPご挨拶*/
/*TOPグループ会社*/
.top_group_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
   
	
}

.top_group {
		background:  var(--color-gray);

}

.top_group h3 {
    font-size: clamp(19px, 4vw, 50px);
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    font-family: var(--font-family-mincho-ja);
	margin-bottom: 1em;
	text-transform:capitalize;
}

.group_wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
}
.group_wrap_in {
	width: 25%;
	padding: 10px;
}
.group_wrap_in img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 10px;
	
}
.group_wrap_in h4 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(14px, 1vw, 16px);
	margin-bottom: 0.5em;
}
@media only screen and ( max-width : 768px ) {
	.group_wrap_in {
	width: 100%;
	padding: 20px;
}
.group_wrap_in img {
	width: 100%;
	height: auto;
	
	
}
}
/*TOPグループ会社*/
/*当社の事業内容*/
.top_business {
position: relative;
	
}
.top_business_ill {
	position: absolute;
	bottom: -15%;
	left: 5%;
	width: 10%;
	z-index: 1;
}
.top_business_ill img {
	width: 100%;
}
@media only screen and ( max-width : 1200px ) {
	.top_business_ill {
	
	
	left: 4%;
}
.top_business_ill img {
	width: 60%;
}
}
@media only screen and ( max-width : 768px ) {
.top_business_ill {
	display: none;
}
}
.top_business_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    
}
.top_business_container_wide {
    
    padding: 0 80px;
    
}
@media only screen and ( max-width : 768px ) {
	.top_business_container_wide {
    
    padding: 0 20px;
    
}
}
.top_business_contents {
	 display: flex;
	flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}
.top_business_contents_in {
	width: 46%;
	margin: 2%;
	
	transition: all 0.5s;
	
}

.top_business_contents_cont {
	
    
    position:relative;
	
}
.businessnumber {
	position: absolute;
    top: -16px;
    left: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background-color:var(--color-theme);
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1em;
    letter-spacing: -.05em;
    font-family: var(--font-family-gothic2);
   
    font-variation-settings: "wght" 400, "slnt" 1;
    font-style: normal;
    color: #fff;
    font-weight: 600;
	letter-spacing: 0.1em;
}
.businessttl {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 16px;
    background-color:var(--color-theme);
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
	font-size: clamp(13px, 1vw, 15px);
	
}
.top_business_contents_cont_img {
	height: 400px;
	
	position:		relative;
	z-index: -1;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    
    border-radius: 16px;
}
.top_business_contents_cont:after {
	
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 16px;
    width: 100%;
    height: 100%;
	height: 400px;
    background-color: var(--color-other-right);
	transform: rotate(-5deg);
	
}
.top_business_contents_cont_img .caption {
	font-size: clamp(14px, 1vw, 0.9vw);
	font-weight: 600;
	
	color:#fff;
	
	padding: 0 2em;
	
	
}
.top_business_contents_cont_img .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.3s ease;
}
.top_business_contents_cont:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:calc(180px - 0.5em);	/* ホバーで下にずらす */
}
.top_business_contents_cont_img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.top_business_contents_cont:hover img {
	filter: grayscale(100%);
	transform: scale(1.1); /* 拡大 */
	transition: transform .6s ease;
}
.top_business_contents_cont h4 {
	font-size: clamp(18px, 1vw, 30px);
	font-family: var(--font-family-gothic);
    font-weight: 500;
    font-style: normal;
	display: block;
	text-align: center;
	text-transform:capitalize;
	color: #000;
	border-bottom: 1.5px solid var(--color-theme);
	padding: 0.8em 0 0.5em;
}
@media only screen and ( max-width : 1200px ) {
	.top_business_contents_in {
	width: 46%;
		margin: 2%;
}

}
@media only screen and ( max-width : 768px ) {
	.top_business_contents_in {
	width: 100%;
}

	.top_business_contents_cont_img {
	height: 180px;
		margin:			5px;
}
	.top_business_contents_cont:after {
	
	height: 180px;
    transform: rotate(-3deg);
	
}
.top_business_contents_cont_img img {
	height: 180px;
}
	.top_business_contents_cont:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:calc(90px - 0.5em);	/* ホバーで下にずらす */
}
.top_business_contents_cont h3 {
	line-height: 1.1;
}
	.businessttl {
    
    left: 5px;
    
	
}
	.businessnumber {
    top: -10px;
    left: -10px;
    
    width: 35px;
    height: 35px;
}
}
/*当社の事業内容*/
/*特に迅速に対応可能なエリア*/
.top_area {
position: relative;
	
}
.top_area_ill {
	position: absolute;
	top: -100px;
	right: 5%;
	
}
.top_area_ill img {
	width: 100%;
}
@media only screen and ( max-width : 1200px ) {
	.top_area_ill {
	
	
	right: 0%;
}
.top_area_ill img {
	width: 60%;
}
}
@media only screen and ( max-width : 768px ) {
.top_area_ill {
	display: none;
}
}
.top_area_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    
}




section.area .area_box {padding: 1em 0;}
section.area .area_box h3 {font-size: 1.3em;
}
section.area .area_box p {font-size: 0.9em;} 
@media screen and (max-width: 1200px) {
    section.area .area_box p {font-size: 0.8em;} 
}

/*ボックス全体*/
.accordion-box {
    margin: 10px 0;
    padding: 0;
}
/*ラベル*/
.accordion-box label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    margin-top: 10px;
    padding:1em;
	color: var(--color-other);
    background-color: var(--color-other-right);
font-size: clamp(16px, 2vw, 18px);
   
}
/*チェックボックスを非表示にする*/
.accordion-box input {
    display: none; 
}
/*中身を非表示にしておく*/
.accordion-box div {
    height: 0;
    overflow-y: hidden;
    transition: 1s;/*表示するスピード*/
    opacity: 0;
}
.accordion-box div dl {
    padding: 1em 0;
}
.accordion-box div dl dt {
    font-size:1rem;
	border-bottom: dotted 1px #000;
	margin-bottom: 0.5em;
}
.accordion-box div dl dd {
	font-size:13px;
}
/*クリックで中身を表示*/
.accordion-box input:checked + label + div {
    height: auto;
    opacity: 1;
}
/*アイコン*/
.accordion-box label::before {
    content: "＋";
    padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.accordion-box input:checked + label::before {
    content: "－";
}
/*特に迅速に対応可能なエリア*/

/*当社の強み*/
.heading12 {
	position: relative;
	font-size: clamp(16px, 3vw, 30px);
	 display: flex;
	flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
	font-weight: 600;
	 margin-bottom: 0.5em;

}


.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: var(--color-theme);
	font-size: clamp(23px, 5vw, 50px);
	font-family: var(--font-family-gothic);
    font-weight: 600;
	line-height: 1;
}
.strengths_wrap {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #B3B3B3;
	padding: 30px 0;
}
.strengths_txt {
	width: 70%;
}
.strengths_img {
	width: 30%;
	padding-left: 40px;
}
.strengths_img img {
	width: 100%;
	
	
}
@media screen and (max-width: 768px) {
	.strengths_wrap {
	padding: 20px 0;
}
.strengths_txt {
	width: 100%;
}
.strengths_img {
	width: 100%;
	padding-left: 0px;
}
.strengths_img img {
	width: 100%;
	padding-top: 20px;
	height: 160px;
	object-fit: cover;
	
	
}
}
/*当社の強み*/
/*事業概要*/
/*住宅リフォーム工事*/
.catch {
	font-size: clamp(18px, 3vw, 35px);
    font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.5em;
	text-align: center;
}
.catch2 {
	font-size: clamp(16px, 2.3vw, 23px);
    font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0.5em;
	
}
@media screen and (max-width: 768px) {
	.catch {
	
	text-align: left;
}

}
.ul01 {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ul01 li {
	background: var(--color-theme);
	padding: 1em 2em;
	border-radius: 10px;
	margin: 5px;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: clamp(13px, 1.8vw, 18px);
}
@media screen and (max-width: 768px) {
	.ul01 {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.ul01 li {
width: 48%;
	padding: 0.5em 1em;
	border-radius: 7px;
	margin: 1%;
	text-align: center;
}

}
.head-border {
    display: flex;
    align-items: center;
	font-size: clamp(18px, 2vw, 23px);
    font-weight: 600;
	line-height: 1.6;
	margin: 1em 0;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}
.reform_box {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding: 30px;
	margin-bottom: 30px;
	background: var(--color-theme-right);
}
.reform_txt {
	width: 70%;
}
.reform_img {
	width: 30%;
	padding-left: 40px;
}
.reform_img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	
}
@media screen and (max-width: 768px) {
	.reform_box {
	padding: 20px;
		margin-bottom: 20px;
}
.reform_txt {
	width: 100%;
}
.reform_img {
	width: 100%;
	padding-left: 0px;
}
.reform_img img {
	width: 100%;
	padding-top: 20px;
	height: 160px;
	object-fit: cover;
	
	
}
}
.mds01 {
	color: var(--color-theme);
	font-size: clamp(19px, 3.5vw, 35px);
    font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.5em;
	
}

.mds02 {
	 padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #009944 0 20%, #d3d3d3 20%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    
    font-weight: bold;
    font-size: clamp(19px, 3.5vw, 35px);
	margin-bottom: 1em;
}

/*住宅リフォーム工事*/
/*サッシ・ガラス等住宅設備機器*/
.item_wrap {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
	
	
}
.item_in {
	width: 23%;
	margin: 1%;
	background: var(--color-theme-right);
	position: relative;
}
.item_in img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.item_txt {
	padding: 1em;
	
}
.item_in h5 {
	background: var(--color-theme);
	color: #FFF;
	padding: 0.3em 1em;
	font-size: clamp(14px, 1.9vw, 19px);
    font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.5em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1000px) {
	.item_in {
	width: 48%;
	margin: 1%;
	
}
.item_in img {
	height: 200px;
}

}
@media screen and (max-width: 480px) {
	.item_in {
	width: 100%;
	margin: 2% 0%;
	
}
.item_in img {
	height: 200px;
}

}
.ul02 {
	display: flex;
	flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}
.ul02 li {
	border:solid 1px var(--color-theme);
	background:#FFF;
	padding: 0.5em 0.8em;
	line-height: 1;
	border-radius: 10px;
	margin: 3px;
	display: inline-block;
	color: var(--color-theme);
	font-weight: 600;
	font-size: clamp(13px, 1vw, 14px);
	
}
@media screen and (max-width: 768px) {

.ul02 li {
width: 48%;
	padding: 0.3em 0.5em;
	border-radius: 7px;
	margin: 1%;
	text-align: center;
}

}
/*サッシ・ガラス等住宅設備機器*/
/*外構・エクステリア工事*/
.item2_wrap {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
	
	
}
.item2_in {
	width: 23%;
	margin: 1%;
	background: var(--color-other-right);
	display: flex;
  flex-direction: column;
	
}
.item2_in img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.item2_txt {
	
	padding: 1em;
}
.item2_in h5 {
	background: var(--color-other-darken);
	color: #FFF;
	padding: 0.5em 1em;
	font-size: clamp(14px, 1.9vw, 18px);
    font-weight: 600;
	line-height: 1.6;
	
	text-align: center;
	
}
@media screen and (max-width: 1000px) {
	.item2_in {
	width: 48%;
	margin: 1%;
	
}
.item2_in img {
	height: 200px;
}

}
@media screen and (max-width: 480px) {
	.item2_in {
	width: 100%;
	margin: 2% 0%;
	
}
.item2_in img {
	height: 200px;
}

}
.item2_btn_wrap {
	margin-top: auto; 
	padding: 1.5em;
}
.button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 1em;
    border: 1px solid var(--color-other);
    border-radius: 5px;
    background-color: var(--color-other);
    color: #FFF;
    font-size: clamp(13px, 1vw, 14px);
	font-weight: 600;
}

.button01::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #FFF;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button01:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.exterior_box {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	padding: 30px;
	margin-bottom: 30px;
	background: var(--color-other-right);
}
.exterior_txt {
	width: 70%;
}
.exterior_img {
	width: 30%;
	padding-left: 40px;
}
.exterior_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	
}
@media screen and (max-width: 768px) {
	.exterior_box {
	padding: 20px;
		margin-bottom: 20px;
}
.exterior_txt {
	width: 100%;
}
.exterior_img {
	width: 100%;
	padding-left: 0px;
}
.exterior_img img {
	width: 100%;
	padding-top: 20px;
	height: 160px;
	object-fit: cover;
	
	
}
}


.mds03 {
	padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #996600 0 20%, #d3d3d3 20%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    
    font-weight: bold;
    font-size: clamp(16px, 2.6vw, 26px);
	margin-bottom: 1em;
}
.grd_button {
	 max-width: 360px;
	margin: 60px auto 0;
}
.grd_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    width: 360px;
    padding: 10px 0px 10px 35px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.grd_button a:before, .grd_button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.grd_button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.grd_button a:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (max-width:768px) {
	.grd_button {
	width: 260px;
	margin: 30px auto 0;
}
	.grd_button a {
    font-size: 12px;
    max-width: 260px;
    
}
}
.grd_button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	
}
.grd_button a span.en {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	font-family: var(--font-family-gothic);
}
.grd_button a:hover span {
  color: #fff;
}
.grd_button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.grd_button a:hover:after {
  right: 0;
  width: 100%;
  background: #333;
}

/*外構・エクステリア工事*/
/*住宅関連資材の販売・施工*/
.item3_wrap {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
	
	
}
.item3_in {
	width: 23%;
	margin: 1%;
	background: #FFF;
	display: flex;
  flex-direction: column;
	
	border:solid 1px #ccc;

	
	overflow: hidden;
}
.item3_in img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.item3_txt {
	
	padding: 1em;
}
.item3_txt p {
	font-size: clamp(12px, 1vw, 14px);
}
.item3_in h5 {
	
   
    font-size: clamp(14px, 1.9vw, 19px);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5em;
   
	
}
@media screen and (max-width: 1000px) {
	.item3_in {
	width: 48%;
	margin: 1%;
	
}
.item3_in img {
	height: 120px;
}

}

.item3_btn_wrap {
	margin-top: auto; 
	padding:0 1.5em 1.5em ;
}
.button02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 1em;
    border: 1px solid #7A7A7A;
    border-radius: 5px;
    background-color:#7A7A7A;
    color: #FFF;
    font-size: clamp(12px, 1vw, 14px);
	font-weight: 600;
}

.button02::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #FFF;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button02:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
@media screen and (max-width: 768px) {
	.button02 {
    
    padding: 0.5em 3em 0.5em 1em;
   
}

.button02::after {
    
    right: 1em;
    
}
}
/*住宅関連資材の販売・施工*/
/*施工事例*/
.item4_wrap {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
	
	
}
.item4_in {
	width: 23%;
	margin: 1% 1% 4%;
	background: #FFF;
	display: flex;
  flex-direction: column;
	
	

	
	
}

.item4_img {
	 cursor: pointer;
  
  overflow: hidden;
  width: 100%;
}
.item4_img img {
  height: 230px;
	width: 100%;
	object-fit: cover;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.item4_in:hover .item4_img img {
	transform: scale(1.1); /* 拡大 */
	filter: brightness(.6);
}
.item4_txt {
	padding:  1em 0;
	
}
.item4_in h5 {
	
   
    font-size: clamp(14px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5em;
   
	
}
@media screen and (max-width: 1000px) {
	.item4_in {
	width: 48%;
	margin: 1%;
	
}
.item4_in img {
	height: 200px;
}

}
@media screen and (max-width: 480px) {
	.item4_in {
	width: 100%;
	margin: 2% 0%;
	
}
.item4_in img {
	height: 200px;
}

}
.item4_btn_wrap {
	
}
.button04 {
	padding: 0.3em 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 170px;
    margin-left:auto;
   
    border:none;
    background-color:#E9E9E9;
    color: #000;
    font-size: clamp(13px, 1vw, 13px);
	font-weight: 600;
	border-radius: 5px;
	
}

.button04::after {
    position: absolute;
    right: 1.5em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button04:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*施工事例*/
/*施工事例詳細*/
.example_wrap {
	/*border-bottom: solid 1px var(--color-base);*/
	padding: 4% 0;
	margin-bottom: 4%;
}
.examples h4 {
	font-size: clamp(16px, 2vw, 26px);
  font-weight: bold;
	font-family: var(--font-family-mincho-ja);
}
.example_box {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	
	padding-bottom: 4%;
	width: 100%;
}
.example_box_txt {
	width: 100%;
	
}
.example_box_txt h4 {
	font-size: clamp(15px, 1.8vw, 18px);
   font-weight: 600;
    margin-bottom: 1em;
}
.example_wrap h3 {
	font-size: clamp(15px, 2.6vw, 26px);
	text-align: left;
	margin-bottom: 1em;
}
/*.example_box_img {
	width: 50%;
	padding-left: 4%;
}*/
.example_ba_box {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	
	padding-bottom: 4%;
	width: 100%;
}
.example_ba_box_in {
	width: 48%;
	margin: 1%;
	position: relative;
}
.example_ba_box_in img {
	width: 100%;
	
}
.before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 130px;
	background: var(--color-theme);
	color: #FFF;
	line-height: 1;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: 600;
}
.after {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 130px;
	background: var(--color-red);
	color: #FFF;
	line-height: 1;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: 600;
	
}
.example_ba_box_txt {
	padding: 1em;
	background: var(--color-base);
}
.example_custmer_youbou {
	background: var(--color-theme-right);
	padding:2em;
	margin-bottom: 30px;
	width: 100%;
}
.example_custmer_youbou h5 {
	text-align: left;
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0.8em 1em;
    background: var(--color-theme);
	color: #fff;
}
.example_points {
	background: var(--color-other-right);
	padding:2em;
	margin-bottom: 30px;
	width: 100%;
}

.example_points h5 {
	text-align: left;
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0.8em 1em;
    background: var(--color-other);
	color: #fff;
	/*border:solid 1px var(--color-theme);
	border-radius: 5px;*/
}





.info_gallery_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:flex-start;
	margin: 20px 0;
}
.info_gallery_in {
	width: 32%;
	margin: 0.5%;
	
}
.info_gallery_in p {
	padding: 0.5em 0;
}
.info_gallery_in img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin: 0;
}
@media screen and (max-width:768px) {
	.product_in .info_gallery_in {
	width: 32%;
	margin: 0.5%;
	
}
	.product_in .info_gallery_in img {
	width: 100%;
	height: 60px;
	object-fit: cover;
}
}
.kakudai {
	
	text-align: center;
	
}
.kakudai p {
	background:#D5D5D5;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	padding: 0 2em;
	font-size: clamp(12px, 1vw, 13px);
}
.kakudai i {
	padding-left: 0.5em;
}
/*採用情報ページ*/
table.tbl caption {
    margin-bottom: 1.2em;
    font-weight: 700;
    text-align: left;
	background: var(--color-theme);
    color: #fff;
	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1;
	padding: 0.8em 1em;
	text-align: center;
	border-radius: 50vh;

}


table.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin-bottom: 4%;
}
table.tbl tr {
    border-bottom: 1px solid #BDBDBD;
}
table.tbl tr th,
table.tbl tr td {
    text-align: left;
    vertical-align: top;
}
table.tbl tr th {
    width: 120px;
    font-weight: 700;
    border-bottom: 1px solid #3B3B3B;
    padding: 10px 0;
}
table.tbl tr td p {
    padding-bottom: 1em;
}
table.tbl tr td {
    width: width: calc(100% - 120px);
    padding: 10px 10px;
}

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

table.tbl tr th,
table.tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
table.tbl tr th {
    border-bottom: 0px solid #383838;
}
}
.recruit_otoiawase {
	padding-top: 30px;
}
.otoiawase_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
	margin: 30px 0;
}
.otoiawase_tel {
	width:50%;
	padding-right: 20px;
	border-right: 1px solid #777;
}
.otoiawase_tel p {
	
font-family: var(--font-family-gothic);
font-size: clamp(18px, 3vw, 30px);
    font-weight: 700;
	line-height: 1.6;
	text-align: center;
	}
.otoiawase_mail {
	width:50%;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.otoiawase_wrap {
	margin: 20px 0;

}
	.otoiawase_tel {
	width:100%;
	padding: 0px;
		border: none;
		margin: 0.5em;
	
}
	.otoiawase_mail {
	width:100%;
	padding: 0px;
	
}
}
.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
   border-radius: 50vh;
    background-color: var(--color-theme);
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	transition: 0.3s;
}

.button-56:hover {
    background-color: var(--color-theme-darken);
}

.button-56::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

/*採用情報ページ*/
/*コラム*/
section.column #container {
   max-width: 980px;
 display: flex;
    margin: 0 auto;
}
#main {
  width: calc( 100% - 200px );

}
#side {
  width: 200px;
    padding-right: 40px;
}
@media screen and (max-width: 980px) {
section.column #container {
    margin: 0 20px;
}
}
@media screen and (max-width: 768px) {

section.column #container {
	margin: 0;
    flex-direction: column;
  }
    #main {
  width: calc( 100% );
      order: 2;
        padding: 0;
}
#side {
    order: 1;
  width: 100%;
    padding-right: 0px;
    padding: 1em;
	background: var(--color-gray);
	margin-bottom: 30px;
}
}
.monthly {
     margin-bottom: 2em;
}
.monthly_mb0 {
    margin-bottom: 0;
}
.monthly_mds {
    
    border-bottom: 1px solid #282828;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: var(--color-theme);
   font-family: var(--font-family-gothic);
	line-height: 1;
	font-size: clamp(16px, 3vw, 30px);
text-transform: capitalize;
}
.monthly_mds span {
    font-size: clamp(14px, 1vw, 16px);
color: #000;
	display: block;
	padding-top: 0.5em;
	

}
.monthly ul,.monthly_mb0 ul {
    list-style: none;
    font-size: 0.85em;
    line-height: 1.8em;
}
.monthly ul li,.monthly_mb0 ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #282828;
}
.monthly ul li a,,.monthly_mb0 ul li a {
    text-decoration: none;
    color: #282828;
    line-height: 1.4em;
}

.monthly ul.list_monthly li a:before,.monthly_mb0 ul.list_monthly li a:before {
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 7px;
    color: var(--color-theme);
}
 .card_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:flex-start;
}
.card_list .card_item {
    width: 31%;
    margin: 1%;
    background: #FFF;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item a {
     transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item:hover {
    background:  var(--color-theme);
}
.day {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    text-align: right;
    font-family: var(--font-family-gothic);
}

.card_list .card_item a {
    
}
.card_list .card_item a:hover{
    color: #FFF;
}

.card_list .card_item .thum_box {
  width: 100%;
  height: 180px;
  
  position: relative;
  overflow: hidden;
   
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 180px;
  object-fit: cover; 
    transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item:hover .thum_box img {
    opacity: 0.5;
}
.card_list .card_item .text_box {
  width: 100%;
  padding: 1.5em;
    
}
.card_list .card_item .title2 {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_list .card_item .title2:hover {
    
}
.card_list .card_item .js-textTrim {
    color: #383838;
    font-size: 0.9em;
}
.card_list .card_item .desc {
}
.card_list .card_item .cat {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #606060;
  padding: 4px 30px 2px;
  margin-bottom: 10px;
}
.card_list .card_item .date02 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color:  var(--color-base);
}
.card_list .card_item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_list .card_item .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_list .card_item .text_box .more {
    text-align: center;
    margin-top: 0.5em;
    font-size: 0.9em;
    display: block;
}
.button-036 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 1em auto;
    padding: .4em 2em;
    border: 1px solid var(--color-base);
    border-radius: 2px;
    background-color: #fff;
    font-size: 0.8em;
    transition: all 0.3s 0s ease-in-out;
}

.button-036:hover {
    border: none;
    background-color: var(--color-base);
    color: #fff;
    font-weight: normal;
    border: 1px solid var(--color-base);
}

.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid var(--color-base);
    border-right: 2px solid var(--color-base);
    content: '';
}

.button-036:hover::after {
    border-color: #fff;
}
@media screen and (max-width: 768px) {
  .card_list .card_item {
  width: 48%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1%;
    background: #FFF;
}
  .card_list .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
    .button-036 {
    width: 100px;
    margin: 1em auto;
    padding: .2em 1em;
}

}
@media screen and (max-width: 480px) {
    
  .card_list .card_item {
  width: 48%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1%;
    background: #FFF;
}
  .card_list .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
  .card_list .card_item .text_box {
  width: 100%;
  padding: 1em;
    
}


}

.column_shosai {
    max-width: 900px;
    margin: 0 auto;
}
.day2 {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1em;
    text-align: right;
   
    font-family: var(--font-family-gothic);
    font-weight: 700;
}

h3.column_mds2 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

h2.column_mds {
 font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: #BBBBBB solid 1px;
   
}

.column_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
}
/*コラム*/
/*ご相談・お問合せ*/
.contact h3 {
	text-align: center;
	font-size: clamp(15px, 2vw, 23px);
	margin-bottom: 1em;
}
.contact_box {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;
}
a.contact_in {
	width: 48%;
	border:solid 1px #BCBCBC;
	margin: 1%;
	height: 200px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
	border-radius: 10px;
	transition: 0.3s;
}
a.contact_in svg {
	
	width: 50px;
	height: 55px;
	padding-right: 15px;
}

a.contact_in .cls-1 {
         fill: var(--color-theme);
        
}
a.contact_in:hover .cls-1 {
	fill: #FFF;
}

a.contact_in:hover {
	background: var(--color-theme);
}
a.contact_in h4 {
	 font-weight: 700;
    font-size: clamp(14px, 3vw, 30px);
    line-height: 1em;
	color: var(--color-theme);
	
	
}
a.contact_in:hover h4 {
	color:#FFF;
}
@media screen and (max-width: 768px) {
	a.contact_in {
	
	height: 80px;
	
}
a.contact_in svg {
	
	width: 30px;
	height: 35px;
	padding-right: 8px;
}
	
}
/*ご相談・お問合せ*/
/*プライバシー・ポリシー*/

.privacy h3 {
font-size:clamp(16px, 2vw, 20px);
    line-height: 28px;
    
    position: relative;
    margin-top: 0.5em;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0.5em;
    padding-left: 20px;
    font-weight: normal;
    clear: both;
    letter-spacing: 0.05em;
	text-align: left;
}
.privacy h3::after {
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: var(--color-theme);
    content: '';
}
.privacy p {
    padding-bottom: 1em;
}
.privacy_company {
    border-top:solid 1px #777;
    border-bottom:solid 1px #777;
    
    padding: 20px 0;
    
    margin: 20px 0;
}
/*プライバシー・ポリシー*/
/*サイトマップ*/
.site_map {
    padding: 0 20px 0;
    
}
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_sitemap_in {
    margin-bottom: 20px;
    margin: 1em 3em 0 0;
    padding: 0 1em 0 0;
    width:  auto;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    }
    }

.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
  }
.sitemap li a{
    font-weight: 600;
    color: #4d4d4d;
    position: relative;
    line-height: 2.5em;
    padding-left: 1.5em;
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    /*left: -1.5em;*/
    left: 0;
    color: var(--color-theme);
}

.sitemap li a:hover {
    color: var(--color-theme);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
    padding-left: 1.5em;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
  /*left : -1em; *//*左端からのアイコンまで*/
    left : 0em;
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap li {padding: 0.3em 0;
        font-size: 11px;
    }
    .sitemap li:first-child {padding-top: 0px;}
}
/*サイトマップ*/
/*会社概要*/
h3.mds_kadomaru {
	margin-bottom: 1.2em;
    font-weight: 700;
    text-align: left;
    background: var(--color-theme);
    color: #fff;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1;
    padding: 0.8em 1em;
    text-align: center;
    border-radius: 50vh;
}
/*会社概要*/
/*カスタマーハラスメントに対する方針*/
.customer_harassment_policy p {
	padding-bottom: 1em;
}
.customer_harassment_policy h3 {
	text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5em;
	padding: 0.8em 1em;
    background: var(--color-gray);
	
}
.customer_harassment_policy h4 {
	padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #996600 0 20%, #d3d3d3 20%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    font-weight: bold;
    font-size: clamp(15px, 20vw, 20px);
    margin-bottom: 1em;
}
.customer_harassment_policy h5 {
	font-size: 1.2em;
	font-weight: 600;
}
.ul_dot {
	
	 list-style: inside;
}
.customer_harassment_policy_kaisya {
padding: 1em 2em;
    background: var(--color-gray);
	}
.customer_harassment_policy_kaisya p {
	text-align: right;
	padding-bottom: 0;
}
.customer_harassment_policy_kaisya p.daihyo {
	
}
.customer_harassment_policy_kaisya p.daihyo span {
	font-size: 1.3em;
	font-weight: 600;
	padding-left: 1em;
}
/*カスタマーハラスメントに対する方針*/