:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-gray-darken: #303030;
    --color-theme: #521c17;
    --color-right: #EAE3DC;
    --color-right2: #f7f4f2;
    --color-right-other: #ceb8b7;
    --color-green: #9cc842;
    --color-yellow: #f9be00;
    --color-other: #AF1F29;
    --color-other2: #8A1920;
    --color-other3: #631217;
    --color-other4: #3D0B0E;
    --color-other-darken: #871B2B;
    --color-other2-darken: #681521;
    --color-other3-darken: #440E16;
    --color-other4-darken: #2B080C;
    --color-theme-darken: #2B080C;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --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);
  }
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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}

html {
    scroll-behavior: smooth;
}
body {
font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.6;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
    background:#FFF;
}
.center {text-align: center;}
.h1_logo {font-size: 12px; padding: 0; margin: 0; }

@media screen and (max-width: 768px) {
    body {
font-size: 11.5px; line-height: 1.6em; letter-spacing: .3px;}
    .h1_logo {font-size: 7px; padding: 0 5px; margin: 0; }

}

/*パンくずリスト*/
.pankuzu_box {
    padding: 15px 15px; }
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .pankuzu_box {padding: 10px 4%;
    background-color: #f4f8f9;}
    .breadcrumb {
    font-size: 10px;
}
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#000000;/*色*/
    transition:all 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: none;
    border-bottom: solid 1px #000000;
    
}
/*パンくずリスト*/

a {vertical-align:bottom}
a {transition: 0.2s ;}
img {vertical-align:bottom}
.cntr{text-align: center;}
@media screen and (max-width: 480px) {
.cntr{text-align: left;}
}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/


a {
	color: #000000;
}
a:hover {
	color: #000000;
}



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

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.header_h1_wrap {
    width: 1200px; 
    margin: 0 auto;
}
.header h1 {
    font-size: 11px;
    line-height: 1.2em;
}
.hidden {
/*  background-color: rgba(255,255,255,0.9);*/
    transition: all 0.8s ease;
}
    /*headerの背景色*/
.bunner_box { width: 1200px; 
    margin: 0 auto;
display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-start;
    padding: 3px 0px 8px;
}
.bunner_box .h1_logo {margin-right: auto;}

.logo {width: 350px;}
.logo img {width: 350px;}
@media only screen and (max-width: 1200px) {
    .logo img {width: 200px;}
}
@media screen and (max-width: 1200px) {
    .header_h1_wrap {
    width: 100%;
        margin: 0;
    padding: 0 10px;
}
.bunner_box {
    width: 100%;
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;
    margin: 0;
    padding: 5px 10px;

}
}
.tel_box {
    margin-left: auto;
/*    background-color: #2c6790;
*/    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;

}

@media screen and (max-width: 959px) {
    .tel_box {display: none;}
}
.tel_box_tel a {
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4em;
font-family: 'Roboto', sans-serif;
    color:  var(--color-theme);

}
.tel_box a i {color: var(--color-theme);}
.tel_txt {
    font-size: 12px;
    font-weight: normal;
    color:  var(--color-theme);
    border: solid 1px  var(--color-theme);
    padding: 1px 10px;
    vertical-align: middle;
    margin-right: 1em;
}
.btn2 a {
    
    border-radius: 20px;
    color: #FFF;
    font-weight: normal;
    padding: 0.5em 0.8em;
    margin: 0em 1em 0em;
background: var(--color-other);
}

.btn2 a i {color: #FFF;}
.btn2 a:hover {
    background: var(--color-theme);
}
@media screen and (max-width: 1200px) {
    .tel_box a {
    font-size: 20px;
}
.tel_txt {
    font-size: 13px;
    color: #000;
    border: solid 1px #000;
    padding: 1px 5px;
    vertical-align: middle;
    margin-right: 0.5em;
}
.btn2 a {
    font-size: 11px;
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0 0.5em 0;

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

    .bunner_box {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
padding: 0em;
        margin: 0;
}
    
    
    .tel_box {display: none;}
    }











/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
    display: none;
    padding: 10px 10px 10px;
}

.menu-mobile:after {
    content: "\f0c9";
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: var(--color-theme);
    font: var(--fa-font-solid);
    font-size: 2em;
    font-weight: 900;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1em;
    background: #fff;
    color: #333;
}
.menu {
     background:  var(--color-theme);
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0 10px;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  list-style: none;
}
/*.menu > ul li:first-child{
    margin-right: auto;
}
.menu > ul li:first-child a{
    padding: 0 0.6em;
}
.menu > ul li:first-child a::before {
    content:none;}
*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}
.menu > ul > li:hover {
    background: var(--color-theme-darken);
   
}
.menu > ul > li:last-child {
    background: var(--color-other);
   
}
.menu > ul > li:last-child:hover {
    background: var(--color-other-darken);
   
}
.menu > ul > li a > span {
    display: block;
    font-size: 11px;
    color:  var(--color-right);
    text-transform:uppercase;
    font-family: 'Antonio', sans-serif;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.5em 1em;
    display: block;
    font-weight: 700;
     text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    
}
@media only screen and (max-width: 1200px) {
    .menu > ul > li a {font-size: 13px;}
}
/*.menu > ul > li a:hover {background:var(--color-theme-darken); }*/
/* Btn Hover */


.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    /*top: 53px;*/
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   background-color: #383838;
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #FFF;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #000000;
    }
.menu > ul > li > ul > li a:hover {
    color: #E6E6E6;
    border-bottom: 1px solid #000000;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/


}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
    
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    background: #393939;
}
/*.menu > ul > li:nth-child(4) {
    padding-right: 5px;
}*/
/*.menu > ul > li:nth-child(4) a {
    position: relative;
    
}*/
/*.menu > ul > li:nth-child(4) a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;

  /* solidなのでfont-weightに900を設定 
  font-weight: 900;
}*/
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #FFF;
  text-decoration: none;
    background: none;
}
.menu > ul > li > ul.normal-sub > li a > span {
    display: inline;
    padding-left: 1em;
}
.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FCFCFC;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    #slide {/*margin-top: 50px;*/}
    .header {height: 50px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
        box-shadow: none;
    }
    .bunner_box {
        height: 50px;
    }
    .header h1 {
    display: none;
}
    
    .logo {
       width: 100%;
        
        position: absolute;
top: 13px;
    left: 20px;
        }
    .logo img {
        width: 210px;
    }
    .menu {
    padding: 0;
    position: absolute;
        top:10px;
        right: 10px;
        background: #FFF;
        
}
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        /*height: 80px;*/
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    
    .menu > ul {
        display: none;
         width: 100%;
        padding: 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #000000;
    }
    .menu > ul > li:hover {}
    .menu > ul > li a {
        padding: 0.7em 1em;
        width: 100%;
        display: block;

        text-align: left;
        color: #FFF;
    }
    .menu > ul > li a > span {
    display: none;
}
    .menu > ul > li a:hover {color: "#4D4D4D"}
    .menu > ul > li.logo {display: none;}
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul {
    padding: 0px;
}
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul.normal-sub > li a {
    padding: 0.5em 1em;
}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.6);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 50px;
        margin-bottom: 190px;
        
/*height: calc(100% - 95px);下に固定メニューの場合*/
        margin: 50px auto 0px;
    }
    /* Btn Hover */
.menu > ul > li {
    position: relative;
}
.menu > ul > li:after {
	position: absolute;
	content: "";
	display: none;
	
}


}
@media only screen and (max-width: 480px) {
    .logo {
        display: block; position: absolute;
top:13px;
left: 13px;}
.logo img {width: 210px; }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}

.container { 
    margin: 0 auto;
    padding: 40px 0;
    width: 980px;
    }
@media screen and (max-width:980px) { 
.container { 
    padding: 30px 30px;
    width: 100%;
}
}
@media screen and (max-width:768px) { 
.container { 
    padding: 20px 15px;
    width: 100%;
}
}

.site-footer {
    background-color:var(--color-right2);
}
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 0 90px;
    width: 900px;
}
@media screen and (max-width:980px) { 
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}

/*フッター固定*/
/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 50%;
	right: 0;
	/*margin-left: -20px;*/
	transform: translateY(-50%);
	/*overflow: hidden;*/
    z-index: 9999;
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 10px 13px 15px 13px;
	/*border-radius: 10px 0 0 10px;*/
	z-index: 10;
	transition: .3s;
    writing-mode: vertical-rl;
    font-weight: 700;
    
}


.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn1 {
	background: var(--color-other4);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn2 {
	background: var(--color-other3);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn3 {
	background: var(--color-other2);
    margin-top: 10px;
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn4 {
	background: var(--color-other);
    margin-top: 10px;
    
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
    color: #FFF;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding-right: 20px;
	margin-left: -20px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	/*padding: 15px 20px 20px 20px;*/
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 28px;
}
@media screen and (max-width: 959px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
        justify-content: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 0 2%;
		text-align: center;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.contact_fixed_btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 60px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 959px) {
.site-footer {
    padding-bottom: 60px;
    }
}
/*-----------------------固定お問合せボタン*/
/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 70px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color:  var(--color-theme);
  position: absolute;
  width: 20px;
  height: 20px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 700;
  content: 'PAGE TOP';
  font-size: 14px;
  color: var(--color-theme);
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
    font-family: 'Antonio', sans-serif;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: 80px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #000000;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  color: #000000;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/*見出し*/

section.info h2,section.area h2,section.toppage_bn h2 {
font-weight: 600;
        color: #000000; 
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    text-transform:uppercase;
    
}
section.info h2 .en,section.area h2 .en,section.toppage_bn h2 .en {
    font-size: 40px; 
    font-family: 'Antonio', sans-serif;
    color: var(--color-theme);
}
section.message h2 .en {
    font-size: 40px; 
    font-family: 'Antonio', sans-serif;
    color: #FFF;
}
section.info h2:before,section.area h2:before,section.toppage_bn h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: var(--color-theme);
  border-radius: 2px;/*線の丸み*/
   
}
section.info h2 span,section.area h2 span,section.toppage_bn h2 span {
    display: block;
    font-size: 14px;
    font-weight:600;
     
}
section.message h2 span {
    display: block;
    font-size: 14px;
    font-weight:600;
     color: #FFF;
     
}
section.message h2 {
    font-weight: 900;
        color: #FFF; 
    font-size: 35px; 
    line-height: 1.1em;
letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    text-transform:uppercase;
}
section.message h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color:  #FFF; 
  border-radius: 2px;/*線の丸み*/
}

@media screen and (max-width: 768px) {
        section.info h2 .en,section.message h2 .en,section.area h2 .en,section.toppage_bn h2 .en {
    font-size: 20px; 
}
section.info h2,section.message h2,section.area h2,section.toppage_bn h2  {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}
section.info h2:before,section.message h2:before,section.area h2:before,section.toppage_bn h2:before{
    margin-bottom: 10px;
        
}
section.info h2 span,section.message h2 span,section.area h2 span,section.toppage_bn h2 span {
    font-size: 12px; 
    }
}

/*見出し*/
/*最新情報*/
section.info {
    background: var(--color-right2);
}
.date02 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1em;
    text-align: right;
    color: var(--color-theme);
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    section.information h2 {font-size: 13px;}
}

.infomation_box {
    max-width: 800px;
    
    
   height: auto;
   overflow-y: scroll;
    
    min-height: 200px;
    max-height: 300px;
    
    margin: 0 auto;

    
}
.topics dl {
padding: 5px 0;
    color: #383838;

}

.topics dt {
padding-bottom: 1px;
    padding: 1em 0;


}
.topics dd {
    border-bottom: 1px dotted #383838;
padding: 1em 0;

/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd a {
color: #383838;
}
.topics dt span.category_tag {
    background: var(--color-theme);
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    padding: 0.5em 1em;
    display: inline;
    margin-left: 1em;
    
}
@media screen and (min-width: 768px) {

.topics dt {
    font-weight: 700;
clear: left;
float: left;
width: 200px;
    
}

}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {
        font-size: 11px;
    padding:0.5em 0;}
.topics dt span.category_tag {

    font-size: 10px;
    padding: 0.3em 1em;
margin-left: 0.5em;
    
}
}
.information_mds {
   font-weight: 700;
    font-size: 1.4em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    position: relative;
    padding: 1em 1em 1em 1em;
    border-top: var(--color-theme) solid 1px;
    color: var(--color-theme);
    background: var(--color-right);
}
.information_mds2 {
font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.information_shosai {
    max-width: 800px;
    margin: 0 auto;
   
   
}
.information_shosai img {
   margin: 2em auto;
    display: block;
    width: 100%;
    
}
.info_pdfimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto 3em;
     max-width: 400px;
    background: #F9F9F9;
    border:solid #CCC 1px;
}
.info_pdfimg a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0 7px 15px;
    
   
}
.info_pdfimg a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    position: absolute;
    left: -0.5em;
    font-size: 1.3em;
}
/*最新情報*/
/*戻るボタン*/
.modorubtn {
  display: flex;
    justify-content: center;
    position: relative;
    margin: 3em 0;
}

.modorubtn a {
  position: relative;
    width: 280px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    color:  var(--color-theme);
    border: 1px solid;
    cursor: pointer;
    font-size: 0.9em;
}

.modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
        height: 8px;
  margin-top: -6px;
  border-bottom: 1px solid  var(--color-theme);
        border-right: 1px solid  var(--color-theme);
        transform: skew(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modorubtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:  var(--color-theme);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.modorubtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    
}
.modorubtn a:hover {
    color: #FFF;
}
.modorubtn a:hover::after {
      border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;

}
@media screen and (max-width: 768px) {
    .modorubtn {

    margin: 1em 0;
}
    .modorubtn a {
        width: 200px;
        height: 40px;   
    }
    .modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 6px;
  margin-top: -6px;

}
}
/*戻るボタン*/

/*コラムバナ-*/
.column_bn img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    box-shadow:0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.column_bn img{
    /* 拡大するのにかかる時間 */
    transition:all 0.3s;
}
 
.column_bn img:hover{
    /* ホバーしたら1.2倍サイズに拡大 */
    transform: scale(1.02);
}
/*コラムバナ-*/
/*バナー集*/
.bn-wrap {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bn-wrap-in {
    width: 23%;
    margin: 1%;
}
.bn-wrap-in img {
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
}
.bn-wrap-in img{
    /* 拡大するのにかかる時間 */
    transition:all 0.3s;
}
 
.bn-wrap-in img:hover{
    /* ホバーしたら1.2倍サイズに拡大 */
    transform: scale(1.05);
}
@media screen and (max-width: 768px) {
    .bn-wrap-in {
    width: 48%;
    margin: 1%;
}
}
/*バナー集*/
/*ごあいさつ*/
section.message {
    padding: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4) ) fixed,url(../img/slide/1.jpg);
background-size: cover; background-position: bottom center; background-attachment: fixed;
} 
.message p{
    color: #FFF;
}
.message .catch {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}


/*ごあいさつ*/
/*特に迅速に対応可能なエリア*/
.dl01 dt {
    border-bottom: solid 1px #000;
    font-weight: 700;
     margin-bottom: 0.5em;
}
.dl01 dd {
    font-size: 12px;
    margin-bottom: 1em;
}
/*特に迅速に対応可能なエリア*/
/*フッター*/

footer {
    font-size: 12px;
}
footer p {}
footer a {
	color: #87d2e7;
	text-decoration: none;
}
footer h1 {
    font-size: 11px;
    line-height: 1.2em;
    color: #383838;
    font-weight: normal;
    margin-bottom: 1em;
    }



@media screen and (max-width: 480px) {
    .site-footer {
    padding-bottom: 60px;
}
    footer h1 {font-size: 11px; padding-bottom: 20px; text-align: left;}
}


.flex_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin-bottom: 2em;
}
 
.flex_footer_company {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.flex_footer_company_in:first-child {
    width: 200px;
}
.flex_footer_company_in {
    margin-right: 10px;
    width: 140px;
}
.flex_footer_company_in:first-child {
    border-right: 0.5px #000 solid;
    padding-right: 2em;
}
.foot_logo {margin-bottom: 2em;}
.foot_logo img {width: 330px; margin: 0 auto; }



.flex_footer_link_box {
  width: 100%;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.flex_footer_link {width: 16%; margin: 2%; }

@media screen and (max-width: 768px) {
    .flex_footer_company,.flex_footer_link_box {width: 100%;}
    .flex_footer_company_in {
     width: 100%;
        margin-right: 0;
    }

    .flex_footer_link {width: 100%; margin: 0%; padding:0; }
    .flex_footer_company img {width: 180px; margin: 0 auto; }
    .flex_footer_company_in:first-child {
    border-right:none;
    padding: 0;
}
    .foot_logo img {width: 230px; margin: 0 auto; }

    }
/*footer*/
.jusho {
    margin-bottom: 15px;
    
}
.jusho i {
   color: var(--color-theme);
}
.kaisya {
    border-bottom: 1px solid #000;
    display:inline-block;
    margin-bottom: 0.5em;
}
.footmenu2_box {width: 100%;  margin:1em 0;}
@media screen and (max-width: 768px) {
    .footmenu2_box {margin: 3% 0%;}
}

.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 12px;
    letter-spacing: 0;
    padding: 2px 0;
  }

.footmenu li a {
    color: #000;
}
.footmenu li a:hover {
    color: var(--color-theme);
}
.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) {

    .footmenu li {padding: 0.3em 0;
        font-size: 11px;
        
    }
    ul.footmenu{
 list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
}
    .footmenu li{
  margin: 0 5px;
      width: calc(50% - 10px);
        border-bottom: dotted 1px #000;
}
    .footmenu li{
  margin: 0 5px;
      width: calc(50% - 10px);
        border-bottom: dotted 1px #000;
}
    .footmenu li ul li {
        border-bottom:none;
        width: 100%;
    }
}


ul.footmenu2 {    
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
  align-items: center;
    
}

ul.footmenu2 li {padding: 0;}
ul.footmenu2 li a {color: #4d4d4d;}
ul.footmenu2 li a:hover {
    color: #054C86;
}
ul.footmenu2 li::before {
  content: "/";
  margin-left: .5em;  
  margin-right: .5em;  
}
ul.footmenu2 li ul{    
    list-style: none;
    display:flex;
    flex-wrap: wrap;
}
ul.footmenu2 li ul li::before {
  content: "-";
  margin-left: .5em;  
  margin-right: .5em;  
}
@media screen and (max-width: 480px) {
ul.footmenu2 {    
    display: flex;
  /*flex-flow: column wrap;*/
}
}

.copyright {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
}
/*フッター*/

/* ページャー  */
.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;
}

.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件へ　";
  }

}
/* ページャー  */
/*拡大するバナー*/

.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.item img {
  width: 100%;
  height: 180px;
    object-fit: cover;
}
.item {
    position: relative;
}
.cardtxt_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    width: 80%;
}

.card-title {
  font-size: 110%;
  font-weight: bold;
    border: solid 1px #FFF;
    background: rgba(0,0,0,0.1);
    padding: 0.5em 1em;
    text-align: center;
}
.card-title2 {
  font-size: 100%;
  font-weight: bold;
    background: rgba(225,225,225,0.9);
    color:  var(--color-theme);
    padding: 0.5em 1em;
    text-align: center;
    line-height: 1.6em;
}

.card-title2 span {
    font-size: 85%;
    display: block;
}

.card-title3 {
  font-size: 110%;
  font-weight: bold;
    padding: 0.5em 1em;
    text-align: center;
}
.card-title3 span {
    display: block;
    font-size: 90%;
  font-weight: bold;
    font-family: 'Antonio', sans-serif;
    position: relative;
    margin-bottom: 20px;
}
.card-title3 span:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 40px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF;
    border-radius: 2px;
}
/* 通常時 */
.effect-mono {
box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    }
    .effect-mono img {
      filter: grayscale(30%) brightness(60%); /* モノクロにする */
      transition: filter 0.2s;
    }

    /* ホバー時 */
    .effect-mono:hover img {
      filter: grayscale(0%) brightness(90%); /* モノクロを解除する */
    }
@media screen and (max-width: 768px) {
    .cardtxt_wrap {

    width: 85%;
}
.card-title {
  font-size: 95%;
  font-weight: bold;
    border: solid 1px #FFF;
    padding: 0.3em 0.3em;
    text-align: center;
}
    .card-title2 {
  font-size: 90%;
    padding: 0.3em 0.2em;
}

    .items {
    display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  grid-row-gap: 10px;
  grid-column-gap: 5px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
    
.item img {
  height: 120px;
}
    
}
@media screen and (max-width: 480px) {

    .item img {
  height: 90px;
}
}
/*拡大するバナー*/

/* 第二見出し要素
----------------------------------------------------------- */
  
.daini_mds {padding-top: 120px;}
.cd-fixed-bg {
    height: 330px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right center;background-color: #FFF;
    
}
.cd-fixed-bg.cd-fixed-bg01 {background-image: url("../img/daini/1.jpg");}
.cd-fixed-bg.cd-fixed-bg02 {background-image: url("../img/daini/2.jpg");}
.cd-fixed-bg.cd-fixed-bg03 {background-image: url("../img/daini/3.jpg");}
.cd-fixed-bg.cd-fixed-bg04 {background-image: url("../img/daini/4.jpg");}
.cd-fixed-bg.cd-fixed-bg05 {background-image: url("../img/daini/5.jpg");}
.cd-fixed-bg.cd-fixed-bg06 {background-image: url("../img/daini/6.jpg");}
.cd-fixed-bg.cd-fixed-bg07 {background-image: url("../img/daini/7.jpg");}
.cd-fixed-bg.cd-fixed-bg08 {background-image: url("../img/daini/8.jpg");}
.cd-fixed-bg.cd-fixed-bg09 {background-image: url("../img/daini/9.jpg");}
.cd-fixed-bg.cd-fixed-bg010 {background-image: url("../img/daini/10.jpg");}

.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    content: "";
    display: block;

     background-color: rgba(0, 0, 0, .4);
    

}

.cd-scrolling-bg {
    min-height: 100%;
}

    .cd-fixed-bg h1 {
    font-weight: 900;
    letter-spacing: 4px;
    display: block;
    padding-top: 35px;
    text-decoration: none;
    font-size: 35px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
       
}   
.cd-fixed-bg h1 .en {
    text-align: center;
    font-size: 40px;
   font-family: 'Antonio', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
    .dainikomidashi { display: block;  text-align: center; font-size: 20px; letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}   
@media screen and (max-width: 1200px) {
    .daini_mds {padding-top: 100px;}
    .cd-fixed-bg {
        height: 260px;}
    .cd-fixed-bg::after {
    height: 260px;
}
    .cd-fixed-bg h1 {padding-top: 10px;}
    .cd-fixed-bg h1 .en  {font-size: 30px;}
}  
@media screen and (max-width: 959px) {
    .daini_mds {padding-top: 60px;}
    .cd-fixed-bg {
        height: 230px;}
    .cd-fixed-bg::after {
    height: 230px;
}
    }
@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 160px;
}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 18px; letter-spacing: 2px; 
}   
    .cd-fixed-bg h1 .en {font-size: 18px;}
    .dainikomidashi {font-size: 13px; letter-spacing: 0; padding: 0.5% 4%;
} 

} 
/* 第二見出し要素
----------------------------------------------------------- */
.sec {
    margin-bottom: 60px;
}
@media screen and (max-width:768px) {
    .sec {
    margin-bottom: 20px;
}
}
/*見出し*/
.heading08 {
	font-size: 30px;
    font-weight: 700;
    margin-bottom: 1em;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: var(--color-theme);
	font-size: 18px;
	text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: var(--color-theme);
}
@media screen and (max-width:768px) {
    .heading08 {
	font-size: 16px;
    margin-bottom: 0.5em;
}

.heading08 span {
	font-size: 11px;
}

.heading08 span::before {
	margin-right: 10px;
	width: 20px;
}
}
/*見出し*/
/*コンセプト*/
.features8 {
    background-color: #F9F9F9;
}
.features8_box {
    background-color: #FFF;
    border-left: 10px solid var(--color-theme);
    
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
    box-shadow: 7px 4px 28px -12px rgba(0,0,0,0.6);
}
.features8_txt {width: 60%;
  margin: 0;
padding: 2em;}
.features8_img {
    width: 40%;
  margin: 0;
    padding: 2em;
    
}

.features8_img img {object-fit: contain;
  width: 100%;
  height: 100%}

.features8_txt2 {width: 40%;
  margin: 0;
padding: 2em;}
.features8_img2 {
    width: 60%;
  margin: 0;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.features8_img2 img {object-fit: contain;
  width: 50%;
  height: 100%}
.features8_img2:nth-child(2) img {
    padding-left: 10px;
}
@media screen and (max-width:590px) { 
    .features8_box {
    border-left: 3px solid var(--color-theme);
    }
.features8_txt {width: 100%;
padding: 1em;}
.features8_img {
    width: 100%;  
    padding: 1em;
}
    .features8_txt2 {width: 100%;
  margin: 0;
padding: 1em;}
.features8_img2 {
    width: 100%;
  margin: 0;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.features8_img2 img {object-fit: contain;
  width: 100%;
  height: 100%}
.features8_img2:nth-child(2) img {
    padding-left: 0px;
    padding-top: 10px;
}
}
.heading11 {
	position: relative;
	font-size: 20px;
	text-align: center;
    margin-bottom: 1em;
    line-height: 1.8em;
    font-weight: 700;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 40px;
	color: var(--color-theme);
	font-size: 30px;
    font-family: 'Antonio', sans-serif;

}

.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: var(--color-theme);
}
@media screen and (max-width:590px) { 
    .heading11 {
	position: relative;
	font-size: 14px;
	text-align: center;
    margin-bottom: 1em;
}
    .heading11::before {
	margin-bottom: 25px;
	font-size: 25px;
}
    .heading11::after {
	top: 30px;
	height: 15px;
}

}

/*コンセプト*/
/*リフォーム*/
.catch_reform {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
}
@media screen and (max-width:768px) { 
    .catch_reform {
    font-size: 1.1em;
}
}
.ul01 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.5em;
    line-height: 1.6em;
    margin: 0.5em 0;
}
.ul01 li {
    text-indent: -1.3em;
    padding-left: 1em;
}
.point {
    background: var(--color-other);
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1em;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.waku_point {
    background: var(--color-theme);
    color: #FFF;
    font-weight: 700;
    display: block;
    padding: 0.5em 1em;
    line-height: 1em;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    text-align: center;
}
/*タイトル付き（ラベルボックス）*/
.box72{
	margin: 2em auto 1em; /* ボックスの余白 */
	background-color:#fff; /* ボックス背景色 */
	padding:2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に) */
	border: 2px solid var(--color-other);/* ボックスの線 (太さ　種類　色)*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start;
}
.box72 .box-title {
	background-color:var(--color-other); /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	font-weight:800;
	color: #fff; /* タイトル文字色 */
	padding: 5px 10px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -10px; /*上から（-5px）移動*/
	left: 20px; /*左から(20px)移動*/
}
.box72 .box-title2 {
	background-color:#fff; /* タイトル背景色 */
	font-size: 1.4em;/* タイトル文字の大きさ */
	font-weight:800;
	color: var(--color-other); /* タイトル文字色 */
	padding: 0 5px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -10px; /*上から（-5px）移動*/
	left: 20px; /*左から(20px)移動*/
}
.box72txt {
    width: 70%;
    padding-right: 20px;
}
.box72img {
    width: 30%;
}
.box72img img {
    width: 100%;
}
@media screen and (max-width:768px) { 
    .box72{
	padding:1em; /* ボックス内側余白 */
}
    .box72txt {
    width: 100%;
    padding-right: 0px;
        padding-bottom: 10px;}
    .box72 .box-title {
	font-size: 1em;/* タイトル文字の大きさ */
	padding: 5px 5px;/*タイトルの余白*/
	top: -10px; /*上から（-5px）移動*/
	left: 10px; /*左から(20px)移動*/
}
    .box72 .box-title2 {
	font-size: 1.2em;/* タイトル文字の大きさ */
	padding: 0 5px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -10px; /*上から（-5px）移動*/
	left: 20px; /*左から(20px)移動*/
}
.box72img {
    width: 100%;
}
}
/*タイトル付き（ラベルボックス）*/
.sekoujirei img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.box{
	
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.box_txt {
    width: 70%;
    padding-right: 20px;
}
.box_img {
    width: 30%;
}
.box_img img {
    width: 100%;
    border-radius: 4px;
}
.box2{
	
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.box2_txt {
    width: 50%;
    padding-right: 20px;
}
.box2_img {
    width: 50%;
     display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.box2_img img.selfin_logo {
    width: 70%;
    padding: 0 10px;
}
.box2_img img.selfin_qr {
    width: 30%;
    padding: 0 10px;
}
@media screen and (max-width:768px) { 
    .box_txt {
    width: 100%;
    padding-right: 0px;
        padding-bottom: 10px;}
.box_img {
    width: 100%;
}
    .box2{
}
.box2_txt {
    width: 100%;
    padding-right: 0px;
}
.box2_img {
    width: 100%;

}
.box2_img img.selfin_logo {
    width: 100%;
    padding: 10px 0;
}
.box2_img img.selfin_qr {
    width: 150px;
    padding: 10px 0;
}

}
.glybk {
    background: #ECECEC;
    padding: 2em;
}
@media screen and (max-width:768px) { 
    .glybk {
    padding: 1em;
}
}
/*リフォーム*/
/*不動産事業*/
.catch {
    color: var(--color-other);
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 1em;
}
.hudosan_bg {
  
  width: 100%;
  height: 300px;
  background-image: url(../img/real_estate/28143966_m.jpg);
  background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
    padding: 1em 0;
    margin-bottom: 40px;
}
.hudosan_bg2 {
  
  width: 100%;
  height: 300px;
  
    padding: 1em 0;
    margin-bottom: 40px;
    
    background: linear-gradient(to left, transparent 0%, transparent 70%, #fff 100%), url(../img/real_estate/27415046_m.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    background-position: right bottom;
}
.hudosan_bg_catch {
    color: var(--color-other);
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 900;
    margin-bottom: 0.3em;
}
.hudosan_bg_mds_black span {
    background: #000;
    font-size: 18px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 700;
    margin-right: 20px;
    display: inline-block;
}
@media screen and (max-width:768px) { 

.hudosan_bg {
  height: 300px;
    background-size: 100%;
    padding: 1em 0;
}
    .hudosan_bg2 {
  height: 100px;
        margin-bottom: 0px;
}

.hudosan_bg_catch {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0.3em;
}
.hudosan_bg_mds_black span {
    background: #000;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-right: 0px;
    display: block;
}

}
.ttl01 {
   color: var(--color-theme);
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 900;
    margin-bottom: 0.3em;
}
.ttl01 span {
    background:var(--color-theme);
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;
}
@media screen and (max-width:768px) { 
.ttl01 {
   color: var(--color-theme);
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 900;
    margin-bottom: 0.3em;
}
.ttl01 span {
    background:var(--color-theme);
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;
}

}

.mds01 {
    background:var(--color-theme);
    font-size: 23px;
    line-height: 1.4em;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}
@media screen and (max-width:768px) {
    .mds01 {
    background:var(--color-theme);
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}
}
ol.ol01{
  list-style-type: decimal;
    list-style-position:inside;
     display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
ol.ol01 li {
    width: 18%;
    border:solid 1px var(--color-theme);
    background: #FFF;
    padding: 1em;
    border-radius: 20px;
    margin: 1%;
    line-height: 1.6em;
}ol.ol01 li::marker {
    display: block;
    font-weight: 900;
    color: var(--color-other);
    font-size: 1.4em;
}
@media screen and (max-width:768px) { 
    ol.ol01 li {
    width: 100%;
    border:solid 1px var(--color-theme);
    background: #FFF;
    padding: 1em;
    border-radius:10px;
    margin: 1% 0;
    line-height: 1.6em;
}
}
.pdf_img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.pdf_img_setumei {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 1em;
}
.box3 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.box3_in {
    width: 31%;
    margin: 1% 1% 2%;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 3em 2em 2em;
    position: relative;
}
.box3_in h5 {
    
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
}
.box3_in h5 span {
    background: var(--color-theme);
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;
}
.box3_txt {
    height: 110px;
}

.box3_in img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.maru {
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
  
    color: #FFF;
    text-align: center;
    margin: 0 auto 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.4em;
    background: var(--color-theme);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width:480px) {
    .box3_in {
    width: 100%;
    margin: 6% 0;
    padding: 2em 1em 1em;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
    .box3_in h5 {
    
    font-weight: 700;
    text-align: left;
    font-size: 1em;
    margin: 0.5em;
}
    .box3_in h5 span {
    background: var(--color-theme);
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    display: block;
    border-radius: 50vh;
}
    .box3_txt {
    height: auto;
}
    .box3_in img {
    width: 50px;
    margin: 10px auto;
        display: block;
}
    .maru {
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
}

}
.wht_waku {
    background: #FFF;
    padding: 2em;
}
@media screen and (max-width:480px) {
    .wht_waku {
    padding: 1em;
}
}
.catch_center {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    text-align: center;
}
@media screen and (max-width:768px) {
    .catch_center {
    font-size: 1.1em;
}
}
/*不動産事業*/
/*施工事例*/
.mds02 {
    padding: 0.5em 1em;;
    border-left: 8px solid var(--color-theme);
    background: var(--color-right);
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: var(--color-theme);
}
@media screen and (max-width: 767px){
    .mds02 {
    font-size: 14px;
       padding: 0.5rem 0.5rem;
}
}
table.tbl caption {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;

}


table.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.tbl tr {
    border-bottom: 1px solid #CCC;
}
table.tbl tr th,
table.tbl tr td {
    text-align: left;
    vertical-align: top;
}
table.tbl tr th {
    width: 15%;
    font-weight: 700;
    border-bottom: 1px solid #383838;
    padding: 10px 0;
}
table.tbl tr td p {
    padding-bottom: 1em;
}
table.tbl tr td {
    width: 75%;
    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;
}
}
.sekoujisseki_box{
	
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}
.sekoujisseki_box_txt {
    width: 50%;
    padding-right: 20px;
}
.sekoujisseki_box_img {
    width: 50%;
}
.sekoujisseki_box_img img {
    width: 100%;
}
@media screen and (max-width: 767px){
    .sekoujisseki_box_txt {
    width: 100%;
    padding-right: 0px;
}
    .sekoujisseki_box_img {
    width: 100%;
}
.sekoujisseki_box_img img {
    width: 100%;
}
}
.sekoujisseki img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.achievements_box_wrap {
    background:#F9F9F9;
    border: 1px solid #D8D8D8;
    padding: 15px 25px 25px;
    max-width: 600px;
    margin: 0 auto 20px;
}
.achievements_box {
   
     display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.achievements_box_ttl {
    border-bottom: 1px solid var(--color-theme);
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-theme);
}
.achievements_mds {
    display: block;
    background: var(--color-other);
    padding: 3px 10px;
    color: #FFF;
    font-weight: 700;
    font-size: 0.9em;
    border-radius: 50vh;
    text-align: center;
    margin-bottom: 10px;
}
.achievements_before {
    margin-right: 20px;
    width: calc(40% - 20px);
}
.achievements_before_in_wrap {
    width: 100%;
}
.achievements_before_in {
    width: 100%;
    
    position: relative;
}

.achievements_before_in img {
    width: 100%;
    margin-bottom: 15px;
}
.achievements_before_in:last-child img {
    margin-bottom: 0px;
}
.achievements_after {
    
    width: 60%;
}
.achievements_after_in {
    width: 100%;
    
}
.achievements_before_in p,.achievements_after_in p {
    
    line-height: 1.4em;
    text-align: center;
   

    font-weight: 700;
    font-size: 0.9em;
    padding-bottom: 5px;
}
.achievements_after_in img {
    width: 100%;
}
@media screen and (max-width: 767px){
    .achievements_box_wrap {
    padding: 5px 10px 10px;
    margin-bottom: 20px;
}
.achievements_box_ttl {
    margin-bottom: 0.5em;
    font-size: 14px;

}
    .achievements_before {
    margin-right: 0px;
    width: 100%;

}
.achievements_before_in_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.achievements_before_in {
    width: 48%;
    margin: 0 1% 0;
    
    padding-bottom: 10px;
    
    
}
    

.achievements_before_in img {
    margin-bottom: 10px;
}
.achievements_after {
    width: 100%;
}

}
.achievements_before {
  position: relative;
   padding-right: 50px;
 
}
.achievements_before::after{
    content: '';
    border: 0;
    border-top: solid 5px  var(--color-other);
    border-right: solid 5px  var(--color-other);
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 767px){
.achievements_before_in_wrap {
  position: relative;
   padding-right: 0px;
    padding-bottom: 30px;
 
}
    .achievements_before {
  position: relative;
   padding-right: 0px;
 
}
.achievements_before::after{
    content: '';
    border: 0;
    border-bottom: solid 5px  var(--color-other);
    border-right: solid 5px  var(--color-other);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    top: auto;
    left:0;
    right:0;
    margin:auto;
    transform: translateY(-50%) rotate(45deg);
}
.achievements_before_in span,.achievements_after_in span {

    padding: 2px 5px;

    font-size: 0.9em;
}
}
/*施工事例*/
/*お客様の声*/
.voice_box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.voice_box_in {
    width: 48%;
margin: 1%;
    border: solid 1px var(--color-theme);
    padding: 2em;
    background: #FFF;
}
.voice_ttl {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 1em;

}
.voice_catch {
    color: var(--color-other);
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
}
.voice_voice {
    
    background: var(--color-theme);
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;

}
@media screen and (max-width: 768px){
    .voice_box_in {
    width: 100%;
margin: 10px 0;
    padding: 1em;
}
.voice_ttl {
    font-size: 1em;
    margin-bottom: 0.5em;

}
.voice_catch {

    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.voice_voice {
    font-size: 0.8em;
    padding: 3px 10px;
    margin-bottom: 5px;

}

}
/*お客様の声*/
/*会社概要*/
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px){
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 150px;
width: 100%;
}
}
.ul02 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.5em;
    line-height: 1.6em;
    margin: 0.5em 0;
   
}
.ul02 li {
    text-indent: -1.3em;
    padding-left: 1em;
    color: var(--color-theme);
    font-weight: 600;
}
.ul02 p {
    padding-left: 1em;
}
/*会社概要*/
/*お問合せ*/
.otoiawase_tel,.otoiawase_tel a {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-theme);
}
.faxdl_btn {
    background: var(--color-theme);
    color: #FFF;
    font-weight: 700;
    padding: 0.5em 1em;
    line-height: 1.6em;
    display: inline-block;
    border: solid 2px var(--color-theme);
    transition:all 0.3s;
    border-radius: 10px;
}
.faxdl_btn:hover {
    background: #FFF;
    color: var(--color-theme);
}
@media screen and (max-width:768px) {
    .otoiawase_tel,.otoiawase_tel a {
    font-size: 13px;

}
}
/*お問合せ*/
/*プライバシーポリシー*/
section.privacy .container p {
    line-height: 2em;
}
section.privacy .container div {
    margin-bottom: 2em;
}
section.privacy .container div h3 {
    border-left: 7px solid var(--color-theme);
    color: var(--color-theme);
    background:  var(--color-right);
    padding: 0.3em 0 0.3em 0.8em;
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 700;
}

section.privacy .container div ul {
    list-style: square;
    padding-left: 1em;
}
section.privacy .container div ul li {
   
}
.company {
    border-top: solid 0.5px #000;
    border-bottom: solid 0.5px #000;
    padding: 1em 0;
}
/*プライバシーポリシー*/
/*サイトマップ*/
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.flex_sitemap_in {
    padding: 0 1em 0 0;
    width: 230px;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
     width: 50%;
        margin-bottom:0px;
    margin: 0;
    padding: 0;
    }
    }
.sitemap {
    padding-left: 30px;
}
.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 5px 0;
    
  }
.sitemap li a{
    font-weight: 600;
    color: #4d4d4d;
    position: relative;
    
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    left: -1.5em;
    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;
}
.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; /*左端からのアイコンまで*/
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap {
    padding-left: 0px;
}
    .sitemap li {
        font-size: 11px;
        padding: 3px 0 3px 20px;
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li ul {
    margin-bottom: 0.5em;
}
    .sitemap li ul li {
    margin-left: 0em;
    
}
}
/*サイトマップ*/
/*耐震診断とは*/
ul.ul03 {
  list-style: none;
}

ul.ul03 li {
  position: relative;
  padding-left: 25px;
    color: var(--color-theme);
    font-weight: 700;
    font-size: 1.2em;
}
ul.ul03 p {
    margin-bottom: 10px;
    padding-left: 25px;
}
ul.ul03 li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--color-other);
}
@media screen and (max-width: 768px) {
    ul.ul03 li {
  position: relative;
  padding-left: 20px;
    font-size: 1em;
}
}
.otoiawase {
    background:  var(--color-right);
     padding: 1.5rem 0;
}
.otoiawase-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.otoiawase-box .left,section.otoiawase .right {
    width: 50%;
    padding: 2em;
}
.otoiawase-box .left {
    border-right:solid 2px var(--color-theme);
    
}
.otoiawase-box img {
    width: 100%;
}
.otoiawase-box {
    text-align: center;
}
.otoiawase-box .tel_txt {
    color: var(--color-theme);
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid var(--color-theme) 2px;
    margin: 1em 0;
    font-size: 23px;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1.6em;
}

.mailform_txt-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}
.mailform_txt {
    color: var(--color-theme); 
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid var(--color-theme) 2px;
    
    font-size: 26px;
    display: inline-block;
    padding-bottom: 10px;
}
.otoiawase-box .tel_box_tel a {
    color: var(--color-theme);
    font-weight: 700;
    margin: 1em 0;
    font-size: 32px;
}
.btn_mail_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.btn_mail {
    width: 48%;
    margin: 1%;
    
}
.btn_mail a {
    font-weight: normal;
    padding: 0.5em 1em;
    width: 100%;
    display: block;
    font-size: 18px;
font-weight: 700;
    color: #FFF; 

}
.btn_mail01 a {
    background: var(--color-other4);
    }
.btn_mail02 a {
    background: var(--color-other3);
    }
.btn_mail03 a {
    background: var(--color-other2);
    }
.btn_mail04 a {
    background: var(--color-other);
    }

.btn_mail a i {color: #FFF; }
.btn_mail01 a:hover {background:var(--color-other4-darken);
}
.btn_mail02 a:hover {background:var(--color-other3-darken);
}
.btn_mail03 a:hover {background:var(--color-other2-darken);
}
.btn_mail04 a:hover {background:var(--color-other-darken);
}
@media screen and (max-width:768px) {
    .otoiawase-box .left,section.otoiawase .right {
    width: 100%;
    padding: 1em;
}
    .otoiawase {
     padding: 15px;
}
.otoiawase-box .left {
    border-right:none;
    padding:10px;
}
    .otoiawase-box .tel_txt {
    font-size: 15px;
}
    .mailform_txt {
    font-size: 15px;
    
}
    .otoiawase-box .tel_box_tel a {
    font-size: 15px;
}
.btn_mail {
    margin: 10px 0;
}
.otoiawase-box .btn_mail a {

    font-size: 13px;


}
    .otoiawase .right {
    display: none;
}
}

/*耐震診断とは*/
/*耐震診断法*/
.shindanhou_box {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 2em;
    margin: 1em 0;
}
.shindanhou_box a {
    text-decoration: underline;
}
@media screen and (max-width:480px) {
  .shindanhou_box {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 1em;
    margin: 1em 0;
}  

}

ol.ol02{
  list-style-type: decimal;
    list-style-position:inside;
}
ol.ol02 li {
    line-height: 1.6em;
    color: var(--color-other);
}

.heading12 {
	position: relative;
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.heading12 span {
    background: var(--color-right);
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
    text-align: center;
    color: var(--color-theme);
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;
    
}
.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: var(--color-theme);
	font-size: 30px;
	border-bottom: 2px solid var(--color-theme);
}
@media screen and (max-width:768px) {
    .heading12 {
	position: relative;
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.heading12 span {
    background: var(--color-right);
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 10px;
    text-align: center;
    color: var(--color-theme);
    font-weight: 900;
    display: inline-block;
    border-radius: 50vh;
    
}
.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: var(--color-theme);
	font-size: 15px;
	border-bottom: 2px solid var(--color-theme);
}
}
/*耐震診断法*/
/*耐震診断履歴*/
.tbl_waku {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.tbl_waku_in {
    width: 48%;
    margin: 1%;
}
@media screen and (max-width:480px) {
    .tbl_waku_in {
    width: 100%;
    margin: 1% 0;
}
}
table.tbl03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl03 th {
    background: var(--color-right);
    font-weight: 700;
}
table.tbl03 th,table.tbl03 td{
  padding: 3px 0;
  text-align: center;
}

table.tbl03 tr:nth-child(odd){
  background-color: #eee
}
/*耐震診断履歴*/
/*耐震診断Q&A*/
.qa-008 dt {
    margin-bottom: 1em;
    color: var(--color-theme);
    font-weight: 600;
    font-size: 1.2em;
}

.qa-008 dt::before,
.qa-008 dd::before {
    margin-right: .4em;
}

.qa-008 dt::before {
    content: "Q.";
    color: var(--color-theme);
}

.qa-008 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: var(--color-right);
    color: #333333;
}

.qa-008 dd::before {
    content: "A.";
}
/*耐震診断Q&A*/
/*マイホーム借上げ制度*/
.myhome_bg {
  
  width: 100%;
  height: 300px;
  
    
    padding: 1em 0;
    margin-bottom: 40px;
    
    
    background: linear-gradient(to left, transparent 0%, transparent 70%, #fff 100%), url(../img/myhome_lease_system/26090589_s.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    background-position: right bottom;
}
.myhome_bg_catch {
    color: var(--color-theme);
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 900;
}
.myhome_bg_catch span {
    font-size: 40px;
    color: var(--color-theme);
    font-weight: 900;
}

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

.myhome_bg {
    background: linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(../img/myhome_lease_system/26090589_s.jpg);
    background-repeat: no-repeat;
  height: 280px;
    background-position: center bottom;
    background-size: 100%;
    padding: 1em 0;
}
.myhome_bg_catch {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0.3em;
}
.myhome_bg_catch span {
    font-size: 15px;
    color: var(--color-theme);
    font-weight: 900;
}
}
.myhome_shikumi {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; 
}
.myhome_shikumi_in {
    width: 120px;
    border: solid 1px var(--color-theme);
    background: var(--color-theme);
    
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    
}
.myhome_shikumi_in p {
    color: #FFF;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
}
.myhome_shikumi_in img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width:768px) { 

.myhome_shikumi_in {
    width: 70px;
    padding: 5px;
}
.myhome_shikumi_in p {
   font-size: 10px;
}
.myhome_shikumi_in img {
    width: 30px;
}
}
/*マイホーム借上げ制度*/
/*コラム*/
section.column #container {
   max-width: 900px;
 display: flex;
    margin: 4% auto;
}
#main {
  width: calc( 100% - 200px );

}
#side {
  width: 200px;
    padding-right: 40px;
}
@media screen and (max-width: 1080px) {
section.column #container {
    margin: 4% 2%;
}
}
@media screen and (max-width: 768px) {

section.column #container {
    flex-direction: column;
  }
    #main {
  width: calc( 100% );
      order: 2;
        padding: 1em;
}
#side {
    order: 1;
  width: 100%;
    padding-right: 0px;
    padding: 1em;
}
}
.monthly {
     margin-bottom: 2em;
}
.monthly_mb0 {
    margin-bottom: 0;
}
.monthly_mds {
    font-size: 1.2em;
    border-bottom: 1px solid #282828;
    padding-bottom: 3px;
    margin-bottom: 7px;
    font-weight: bold;
    color: var(--color-theme);
    font-family: 'Antonio', sans-serif;

}
.monthly_mds span {
    font-size: 0.6em;
    padding-left: 1em;
    color: #000;

}
.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-right);
}
.day {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    text-align: right;
    font-family: 'Antonio', sans-serif;
}

.card_list .card_item a {
    color: var(--color-theme);
}
.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 .thum_box img:hover {
    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-theme);
}
.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-theme);
    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-theme);
    color: #fff;
    font-weight: normal;
    border: 1px solid var(--color-theme);
}

.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid var(--color-theme);
    border-right: 2px solid var(--color-theme);
    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: 1.2em;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1em;
    text-align: right;
    color: var(--color-theme);
    font-family: 'Antonio', sans-serif;
    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: 1.4em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  position: relative;
  padding: 1em 1em 1em 1em;
  border-top: var(--color-theme) solid 1px;
    color: var(--color-theme);
    background: var(--color-right);
}
h2.column_mds::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid var(--color-theme);
  border-bottom: 15px solid transparent;
}
.column_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
}

/*コラム*/
/*オンライン相談会*/
.main_img {
    margin-bottom: 20px;
}
.main_img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.main_txt {
    max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
    margin: 30px auto 30px;
  
}
.main_txt p {
    display: inline-block;
  text-align: left;
    color: var(--color-theme);
    font-weight: 700;
    font-size: 1.4em;
}
.mds03 {
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    
}
.mds03 span {
background:linear-gradient(transparent 60%, #f4d16c 60%);
    }
/*オンライン相談会*/
/*個別相談会*/
.nayami {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.nayami_in {
    width: 23%;
    margin: 1%;
    border-radius: 15px;
    padding: 40px 10px 20px;
    background-color:  var(--color-right);
    border: 5px solid  var(--color-theme);
    position: relative;
    text-align: center;
}
.nayami_in span {
    border-bottom-right-radius: 15px;
    font-size: 25px;
    height: 50px;
    padding: 0 5px 5px 0;
    width: 50px;
    align-items: center;
    background-color:  var(--color-theme);
    color: #fff;
    display: flex;
    font-family: 'Antonio', sans-serif;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}
.nayami_in img {
    width: 90%;
}
.nayami_in p {
    font-size: 1em;
    letter-spacing: .05em;
    line-height: 1.7647058824;
    font-weight: 600;
    color:  var(--color-theme);
}
@media screen and (max-width: 768px) {
    .nayami_in {
    width: 31%;
    margin: 1%;
    border-radius: 15px;
    background-color:  var(--color-right);
    border: 5px solid  var(--color-theme);
    position: relative;
    text-align: center;
}
    .nayami_in span {
    border-bottom-right-radius: 15px;
    font-size: 15px;
    height: 30px;
    padding: 0 5px 5px 0;
    width: 30px;
    align-items: center;
    background-color:  var(--color-theme);
    color: #fff;
    display: flex;
    font-family: Alata,sans-serif;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}
    .nayami_in p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.7647058824;
    font-weight: 600;
    color:  var(--color-theme);
}
}
@media screen and (max-width: 480px) {
    .nayami_in {
    width: 48%;
    margin: 1%;
    border-radius: 15px;
    background-color:  var(--color-right);
    border: 5px solid  var(--color-theme);
    position: relative;
    text-align: center;
}
    .nayami_in span {
    border-bottom-right-radius: 15px;
    font-size: 15px;
    height: 30px;
    padding: 0 5px 5px 0;
    width: 30px;
    align-items: center;
    background-color:  var(--color-theme);
    color: #fff;
    display: flex;
    font-family: Alata,sans-serif;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}
    .nayami_in p {
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.7647058824;
    font-weight: 600;
    color:  var(--color-theme);
}
}
/*個別相談会*/
/*資料請求*/

/*資料請求*/
/*私たちが目指す家づくり*/
section.building {
    padding: 20px 0 40px;
}
.catch2 {
   font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    color: var(--color-theme);
    padding-bottom: 1em;
}
.catch3 {
    font-weight: 700;
    font-size: 23px;
     color: var(--color-theme);
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
    section.building {
    padding: 0px 0 10px;
}
    .catch2 {
    font-size: 16px;
}
    .catch3 {
    font-size: 14px;
}
}

section.iedukuri {
    padding: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2) ) fixed,url(../img/our_house_construction/main_bk.jpg);
background-size: cover; background-position: bottom center; background-attachment: fixed;
    height: 300px;
} 
section.iedukuri2 {
    padding: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2) ) fixed,url(../img/our_house_construction/main_bk2.jpg);
background-size: cover; background-position: bottom center; background-attachment: fixed;
    height: 300px;
}
.iedukuri p{
    color: #FFF;
}
.iedukuri .catch {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
    section.iedukuri,section.iedukuri2 {
    height: 100px;
} 
}



/*私たちが目指す家づくり*/
/*家づくりの特長*/
.ul04{
 display: flex;
    flex-wrap: wrap
}
.ul04 li{
  list-style: none;
    width: 23%;
    margin: 1%;
    background: var(--color-right);
    color: var(--color-theme);
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6em;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .ul04 li{
    width: 48%;
    margin: 1%;
}
}
.spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.spec_in {
    width: 23%;
    margin: 1%;
}
.spec_in img {
    width: 100%;
}
.spec_in p {
    line-height: 1.4em;
    background: var(--color-theme);
    padding: 5px 10px;
    font-size: 90%;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
/*家づくりの特長*/
.otoiawase_wrap {
    max-width: 800px;
    width: 100%;
    padding: 40px 20px;
}
table.tbl2 caption {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;

}


table.tbl2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.tbl2 tr {
    border-bottom: 1px solid #CCC;
}
table.tbl2 tr th {
    text-align: right;
}
table.tbl2 tr td {
    text-align: left;
    vertical-align: middle;
}
table.tbl2 tr th {
    width: 30%;
    font-weight: 700;
    border-bottom: 1px solid #383838;
    padding: 15px 0;
}
table.tbl2 tr td p {
    padding-bottom: 1em;
}
table.tbl2 tr td {
    width: 70%;
    padding: 15px 15px 15px 25px;
}
textarea {
    border: solid 1px #575757;
    width: 100%;
}
@media screen and (max-width: 767px){
table.tbl2 tr th {
    text-align: left;
}
table.tbl2 tr td {
    text-align: left;
    vertical-align: middle;
}
table.tbl2 tr th,
table.tbl2 tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
table.tbl2 tr th {
    border-bottom: 0px solid #383838;
}
    input {
    width: 100%;
}
}
.aka {
    color: #CF0003;
}


