/* ##############################################################################

    COMMON

############################################################################## */
  html {
    font-size: 16px;
  }
  body {
    font-family: 'Hiragino UD Sans W5 JIS2004', YuGothic, 'Yu Gothic', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.875;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    *font-size: small;
    *font: x-small;
    color: #000;
    -webkit-font-smoothing: antialiased;
  }
  ul,
  ol { list-style: none; }
  small, .txt-sm {
    font-size: 81.3%;
    font-family: 'Hiragino UD Sans W4 JIS2004';
  }
  a,
  a[href="javascript:void(0);"]:hover {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-out;
    outline : none;
  }
  a[href="javascript:void(0);"],
  a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: inherit;
    opacity: 1;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus {
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  svg {
    transition: all .4s ease-out;
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
    }
    body {
      -webkit-text-size-adjust: none;
      word-break: break-word;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    small, .txt-sm { font-size: .813rem; /* 13px */ }
  }

/* layout
**************************************** */

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .pos_rel {
    position: relative;
  }
  .pos_ab {
    position: absolute;
  }

  /* --- margin --- */
  .mgn-btm8 { margin-bottom: 8px; }
  .mgn-btm16 { margin-bottom: 16px; }
  .mgn-btm24 { margin-bottom: 24px; }
  .mgn-btm32 { margin-bottom: 32px; }
  .mgn-btm40 { margin-bottom: 40px; }
  .mgn-btm48 { margin-bottom: 48px; }
  .mgn-btm56 { margin-bottom: 56px; }
  .mgn-btm64 { margin-bottom: 64px; }
  .mgn-btm72 { margin-bottom: 72px; }
  .mgn-btm80 { margin-bottom: 80px; }
  .mgn-btm120 { margin-bottom: 120px; }

  /* --- font-size --- */
  .fz-12 { font-size: .75rem; /* 12px */ }
  .fz-13 { font-size: .813rem; /* 13px */ }
  .fz-14 { font-size: .875rem; /* 14px */ }
  .fz-15 { font-size: .938rem; /* 15px */ }
  .fz-16 { font-size: 1rem; /* 16px */ }
  .fz-17 { font-size: 1.063rem; /* 17px */ }
  .fz-18 { font-size: 1.125rem; /* 18px */ }
  .fz-20 { font-size: 1.25rem; /* 20px */ }
  .fz-24 { font-size: 1.5rem; /* 24px */ }
  .fz-26 { font-size: 1.625rem; /* 26px */ }
  .fz-28 { font-size: 1.75rem; /* 28px */ }
  .fz-30 { font-size: 1.875rem; /* 30px */ }
  .fz-32 { font-size: 2rem; /* 32px */ }
  .fz-36 { font-size: 2.25rem; /* 36px */ }
  .fz-40 { font-size: 2.5rem; /* 40px */ }
  .fz-44 { font-size: 2.75rem; /* 44px */ }
  .fz-48 { font-size: 3rem; /* 48px */ }
  .fz-56 { font-size: 3.5rem; /* 56px */ }
  .fz-64 { font-size: 4rem; /* 64px */ }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flex { display: none; }
  .sp-none { display: block; }
  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and (max-width: 767px) {

    /* --- margin --- */
    .mgn-btm16 { margin-bottom: 8px; }
    .mgn-btm24 { margin-bottom: 16px; }
    .mgn-btm32 { margin-bottom: 16px; }
    .mgn-btm40 { margin-bottom: 24px; }
    .mgn-btm48 { margin-bottom: 24px; }
    .mgn-btm56 { margin-bottom: 32px; }
    .mgn-btm64 { margin-bottom: 32px; }
    .mgn-btm72 { margin-bottom: 40px; }
    .mgn-btm80 { margin-bottom: 40px; }
    .mgn-btm120 { margin-bottom: 60px; }

    /* --- font-size --- */
    .fz-12 { font-size: .786rem; /* 11px */ }
    .fz-13 { font-size: .857rem; /* 12px */ }
    .fz-14 { font-size: .929rem; /* 13px */ }
    .fz-15 { font-size: 1rem; /* 14px */ }
    .fz-16 { font-size: 1.071rem; /* 15px */ }
    .fz-17 { font-size: 1.143rem; /* 16px */ }
    .fz-18 { font-size: 1.214rem; /* 17px */ }
    .fz-20 { font-size: 1.286rem; /* 18px */ }
    .fz-24 { font-size: 1.429rem; /* 20px */ }
    .fz-26 { font-size: 1.429rem; /* 20px */ }
    .fz-28 { font-size: 1.714rem; /* 24px */ }
    .fz-30 { font-size: 1.714rem; /* 24px */ }
    .fz-32 { font-size: 1.857rem; /* 26px */ }
    .fz-36 { font-size: 1.857rem; /* 26px */ }
    .fz-40 { font-size: 2rem; /* 28px */ }
    .fz-44 { font-size: 2rem; /* 28px */ }
    .fz-48 { font-size: 2.143rem; /* 30px */ }
    .fz-56 { font-size: 2.286rem; /* 32px */ }
    .fz-64 { font-size: 2.571rem; /* 36px */ }

    /* --- pc or sp --- */
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flex { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

/* flex
**************************************** */

  /* --- 繝悶Ο繝�け隕∫ｴ� --- */
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* --- 繧､繝ｳ繝ｩ繧､繝ｳ隕∫ｴ� --- */
  .flex-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 騾�髄縺� --- */
  .flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* --- 邵ｦ荳ｦ縺ｳ --- */
  .flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* --- 豌ｴ蟷ｳ譁ｹ蜷第純縺� --- */
  .flex-j-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-j-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-j-ctr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-j-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* --- 蝙ら峩譁ｹ蜷第純縺� --- */
  .flex-a-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-a-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-a-ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-a-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .flex-a-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* --- 蟄占ｦ∫ｴ�縺ｮ謚倥ｊ霑斐＠險ｭ螳� --- */
  .flex-c-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-c-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 蟄占ｦ∫ｴ�縺ｮ隍�焚陦瑚ｨｭ螳� --- */
  .flex-c-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-c-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-start {
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flex-c-ctr {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-c-baseline {
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
  .flex-c-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  @media screen and (max-width: 767px) {
    /* --- 邵ｦ荳ｦ縺ｳ - sp --- */
    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

/* txt
**************************************** */
  .txt-ctr,
  .txt-ctr-pc {
    text-align: center;
  }
  .txt-rgt,
  .txt-rgt-pc {
    text-align: right;
  }

  @media screen and (max-width: 767px) {
    .txt-ctr-pc,
    .txt-rgt-pc { text-align: left; }
  }

.f12{
	font-size: 12px;
}
.mb5{
	padding-bottom: 5px;
}
.mb10{
	padding-bottom: 10px;
}

.mb20{
	padding-bottom: 20px;
}

.mb30{
	padding-bottom: 30px;
}

.mb40{
	padding-bottom: 40px;
}

	 .header--logo1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	font-size: 30px;color: #111111;
} 
.ha1{
	font-size: 12px;
	padding-bottom: 2px;
}

  @media screen and (max-width: 1080px) {
.header--logo1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #111111;
}
.header--logo2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}
.ha1{
	font-size: 12px;
	padding-bottom: 2px;
}	  
}

.headerlogonasi_bk{
color: #fff;
    background-color: transparent;
}

.yokosenli{
    border-left: 1px solid #514f4f;
}
.sns {
    background: rgba(0, 0, 0, .8) ;
    background: #000 !important;
    padding: 8px 20px;
    height: 35px;
    line-height: 0;position: fixed;
	z-index: 1000;
	width: 100%;
    z-index: 1000;
    padding-left: 2vw;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}



@media only screen and (min-width: 1200px){
.navbar-brand {
  height: 40px;
padding: 20px 7px 0px 20px;
  font-size: 18px;
  line-height: 1em;
}	
.navlogo{
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
}	
	
.sub-mainmenuleft {
     color: #d7d6d6;
color: #d7d6d6;
    display: block;
    line-height: 19px;
    font-size: 12px;position: relative;
    letter-spacing: 0.05em;
}
}
@media only screen and (max-width: 1199px){
.navbar-brand {
  height: 40px;
padding: 18px 7px 0px 18px;
  font-size: 18px;
  line-height: 1em;
}	
.navlogo{
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
}	
.sub-mainmenuleft {
     display: none;
}	
}


.sub-mainmenu{
	padding: 0;
    position: absolute;
top: 0px;
    right: 0px;
}
.sub-mainmenu li {
	float: left;

}

.sub-mainmenu a {
	color: #fff;
	display: block;
	line-height: 19px;
    padding: 8px 20px 5px 35px;
    position: relative;
    font-size: 15px;
	letter-spacing: 0.05em;

}

.sub-mainmenu a:hover{
	background-color: #333333;
	opacity: 0.8;
}

.sub-mainmenu a .linktoiawase{
	border: solid 0px #ffffff;
	padding:3px 1px;
	color: #fff;
}
.sub-mainmenu a .linktoiawase::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #717171;
    margin-left: 14px;
}

.sub-mainmenu .link2 a {
	color: #fff;
	display: block;
	line-height: 20px;
    padding: 8px 14px 10px 14px;
    position: relative;
    font-size: 20px;
	letter-spacing: 0.1em;
		background-color: #000000;    background-color: #B60813;
	    background-color: #E60012;
    font-feature-settings: "palt";
    font-style: italic;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;

}

.sub-mainmenu .link2 a:hover{
	background-color: #000000;
	opacity: 0.8;
}
.sub-mainmenuaaa {
     color: #d7d6d6;
    display: block;
    line-height: 19px;
    font-size: 12px;
    display: block;
    line-height: 19px;
    padding: 8px 14px 5px 25px;
    position: relative;
    letter-spacing: 0.05em;
}


@media (max-width:600px) {
.sub-mainmenu{
	padding: 0;
    position: absolute;
top: 0px;
    right: 0px;
	width: 100%;
}	
.sub-mainmenu li {
	float: left;
width: 50%;
    text-align: center;
}
.sub-mainmenu a {
	color: #fff;
	display: block;
	line-height: 19px;
padding: 9px 10px 8px 10px;
    position: relative;
    font-size: 14px;
	letter-spacing: 0.02em;
	background-color: #000000;
}

.sub-mainmenu a:hover{
	background-color: #454545;
}

.sub-mainmenu .link2 a {
	color: #fff;
	display: block;
	line-height: 19px;
padding: 9px 10px 8px 10px;
    position: relative;
    font-size: 16px;
	letter-spacing: 0.1em;
    background: #d0121b;    background-color: #B60813;
    width: 100%;
}

.sub-mainmenu .link2 a:hover{
	background-color: #000000;
}	
.sub-mainmenuaaa {
  display: none;
}

}

.yokosenli{
    border-left: 1px solid #514f4f;
}
.sns {
    background: rgba(0, 0, 0, .8) ;
    background: #000 !important;
    padding: 8px 20px;
    height: 35px;
    line-height: 0;position: fixed;
	z-index: 1000;    padding-left: 2vw;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.no-js .native-lazyload-js-fallback {
	display: none;
}
.sekouarea {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dotted #eaeaea;
    text-align: left;
    font-size: 13px;
    font-weight: ;
    line-height: 1.8em;
    color: #ffffff;
    font-weight: bold;
	padding-top: 20px;
    
}
.siro{
	color: #ffffff !important;
}
.bold{
	font-weight: 600;
}

.news_list1{

    width: 100%;
    overflow: auto;
    clear: both;
    height: 250px;
    overflow-y: scroll_bk;
    box-sizing: border-box;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

 .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 160px;
    color: #fff;
    background-color: #000909;
	     top: 122px;margin-bottom: 122px;
  }
  .page_ttl .inner {
    max-width: none;
    position: relative;
  }
  .page_ttl--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 40vw;
    background-size: cover;
    background-position: center;
  }
  .page_ttl--bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 240px 200px 0 0px;
    border-color: #000909 transparent transparent transparent;
  }
  .page_ttl-jp {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 1.5rem; /* 24px */
    color: #fff;
    font-style: italic;
  }
  .page_ttl-en {
    display: inline-block;
    text-transform: uppercase;
    font-size: 6rem;
    color: #fff;
    opacity: .1;
  }

  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    letter-spacing: .1em;
  }
  .ttl-01 {
    margin-bottom: .45em;
    font-size: 4.5rem; /* 72px */
    line-height: 1.22;
    letter-spacing: .02em;
    color: #000;
  }
  .ttl-01.font-jp {
    font-style: italic;
  }
  .ttl-01 > span {
    display: inline-block;
  }
  .ttl-01 > .txt-sm {
    display: block;
    margin-top: .5em;
    padding-right: .4em;
    font-size: 1.25rem; /* 20px */ 
    color: #007542;
    font-style: italic;
  }
  .ttl-01 > .txt-sm::before {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 2px;
    margin-right: .5em;
    transform: translateY(-.25em);
    background-color: #007542;
  }
  .ttl-03 {
    font-size: 3rem;
    line-height: 1.4;
    font-style: italic;
  }
.center{
	text-align: center;
}

.pad-top40 {
    padding-top: 40px;
}

.brdrbtm {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 1px;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;
    font-weight: 600;
    line-height: 32px;
}

.gly-bk {
    background-color: #F3F3F3;
    width: auto;
    padding: 30px;
    border: #333 dotted 1px;
}
.clear{
	clear: both;
}

 .list022 {
	 
	 padding:0;
	 margin:0;
 }
 .list022 li {
	 list-style:none;
    padding: 3px 0px;
	 margin:0;
font-size:15px;
    line-height: 30px;
	font-weight:400;
 }
 
  .list022 li a{
	 color:#000000;
 }

.columnwaku {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columnsikaku {
    position: relative;
    margin: 0 0 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;width: 30%;
    margin: 0 3% 30px 0;
}

  @media screen and (max-width: 767px) {
.columnsikaku {
    position: relative;
    margin: 0 0 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;width: 47%;
    margin: 0 3% 30px 0;
}	  
	  
}


.column_link {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: pointer;
	    padding-bottom: 25px;
}
a:hover.column_link {
  opacity: 0.8;
}

.column_link::hover {
  color: #555;
  text-decoration: none;
}
.column_img {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.7%;
}

.column_img img {
    border-radius: 2px 2px 0 0;
    width: 100%; 
}
.column_time {
    display: block;
    margin: 13px 13px 8px;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: bold;
}
.column_mozi{
	    margin: 8px 13px 0;
    font-size: 16px;
	font-weight: 500;
}
.columnmidasi{
    color: #ffffff;
    background-color: #000000;
    padding: 8px;
    border-radius: 2px;
	padding: 12px;
    font-size: 16px;
}

a.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    background: #222222;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
}
a:hover.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
	opacity: 0.8;
}

.flexinline{
    width: 100%;
    display: inline-block;
    display: -ms-flexbox;
 display: -webkit-inline-box;
}


.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eee;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #ddd;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: #f5f6f7;
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #333;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center;
}
.pager-links .post-page-numbers {
  background-color: transparent;
}
.pager-links span {
  background-color: #eee;
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: #fff;
}
.pager-links a:hover span {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.pager-prev-next a {
  width: 30%;
  margin: 0 4px;
}
.pager-prev-next span {
  width: 100%;
  margin: 0;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.aka{
	color: #E60012;
}
.telh{
    font-size: 13px;
    line-height: 1.2;    
	  font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.free{
	    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.lps_parts--faq1 .ttl-03 {
    margin-bottom: 12px !important;
    font-size: 1.5rem;
    letter-spacing: .05em;
    color: #002823;
    background-color: #E7EBEB;
}
.lps_sec .ttl-03 {
    position: relative;
    z-index: 1;
}

.lps_parts--faq1 .ttl-03 {
    margin-bottom: 12px !important;
    font-size: 1.5rem;
    letter-spacing: .05em;
    color: #1b1b1b;
    background-color: #eeeeee;
}
.ttl-03 {
    font-size: 3rem;
    line-height: 1.4;
    font-style: italic;
}

.lps_parts--faq1 .ttl-03, .lps_parts--faq{
    padding: 28px 40px 28px 100px;
}
.lps_parts--faq1 .ttl-03::after {
    content: 'Q.';
}
.lps_parts--faq1 .ttl-03::after, .lps_parts--faq1 .mce-content-body::after {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 32px;
    margin: auto;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}
.lps_parts--faq1 .mce-content-body::after {
    content: 'A.';
    color: #E60012;
}
.clearfix:after {
    clear: both;
}
.faq_item {
    margin-bottom: 40px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.lps_parts--faq1 .mce-content-body::after {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 32px;
    margin: auto;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}
.mce-content-body {
    padding: 28px 40px 28px 100px;
}
.mce-content-body::after {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 32px;
    margin: auto;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}
.faq_item .mce-content-body {
    word-break: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.faq_item .mce-content-body::after {
    content: 'A.';
    color: #E60012;
}

.card-flow {
    display: block;
    border-radius: 1rem;
    background: #fff;
     padding: 3rem 4rem 3rem 11.5rem;
}
.service-flow__block:nth-of-type(odd) .card-flow {
    background-color: #eeeeee;
}
.card-flow__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.card-flow__flow {
position: absolute;
    left: -6.5rem;
    top: 0.9rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #E60012;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}
.card-flow__flow::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -20rem;
    width: 4px;
    height: 20rem;
    background-color: #E60012;

}
.card-flow__flow1 {
position: absolute;
    left: -6.5rem;
    top: 0.9rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #E60012;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}
.card-flow__flow1::after{
   display: none;

}




.card-flow__body {
    max-width: 23em;
}
.card-flow__body__ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
}
.card-flow__body__txt {
    margin-top: 2.5rem;
}
.card-flow__thumb {
    width: 20rem;
    height: 14rem;
    overflow: hidden;
    border-radius: 0.5rem;
}
.card-flow__thumb__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-flow__flow:last-child::after{

	display: none !important;
	
}

.card-flow__flow :last-child::after {
	display: none !important;
}


@media screen and (max-width: 767px){
.card-flow {
    padding: 3rem;
}
.card-flow__flow {
    font-size: 1.6rem;
    left: -1.6rem;
    top: -2rem;
    width: 4rem;
    height: 4rem;
}	
.card-flow__flow1 {
    font-size: 1.6rem;
    left: -1.6rem;
    top: -2rem;
    width: 4rem;
    height: 4rem;
}	
	
.card-flow__thumb {
    width: 100%;
}	
	
.card-flow__inner {
    gap: 3rem;
    flex-direction: column-reverse;
    align-items: center;
}
.card-flow__body__ttl {
    font-size: 1.9rem;
}	
.card-flow__body__txt {
    margin-top: 1rem;
}
.card-flow__body__ttl {
    font-size: 1.9rem;
}	
.card-flow__flow::after {
  display: none;
}
}
.cccaaa{
	background-color: #eeeeee;
}

.mmm{

    width: 100%;
padding-top: 3px;
    padding-bottom: 3px;
    border-top: solid 1px #454545;
    border-bottom: solid 1px #454545;
}

.mmm::before{
    top: 8px;

    border-top: dashed 1px #333333;    width: 100%;
}

.mmm::after{
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
border-bottom: dashed 1px #333333;
    width: 100%;
}
.mmm .box::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: dashed 1px;
}
.mmm .box::after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: solid 1px;
}
.mmm .box{
	padding: 13px;    position: relative;
	font-weight: 600;
	font-size:21px;
	text-align: center;
}

.text.bg-wh {
    padding: 32px;
}
.ghaikei{
	background: #eaeaea;
}

@media screen and (max-width: 767px){
.lps_parts--column .column_item {
    width: 100%;
}
}

.w100{
	width: 100%;
}
.table2 td{
	padding: 13px;
	text-align: center;
	background: #ffffff;
	border-left:solid 1px #454545;	
	border-right:solid 1px #454545;	
	border-bottom:solid 1px #454545;
}
.midasi1{
	background: #111111;
	padding: 13px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-style: italic;
	font-weight: 600;
}
.mrgn-btm20 {
    margin-bottom: 20px;
}
.mb6 {
    padding-bottom: 6px;
}

.f16{
	font-size: 16px;
}
@media only screen and (min-width: 1200px) {
.waku_kousei {
    height: 270px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.waku_kousei {
    height: 310px;
}
	.pchyouzi{
		
	}	
}
@media only screen and (max-width: 991px) {
.waku_kousei {
    height: 190px;
}
	.pchyouzi{
display: none;
	}
	h2{
		font-size:24px;
	}

}
.waku2 {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #EC6C00;
    border-color: #272726;
    border-image: initial;
    border-radius: 2px;
    line-height: 31px;
    font-size: 16px !important;
    font-weight: 600;
}
.under {
    background: linear-gradient(transparent 50%, #ffc3c3 50%);
    font-weight: 600;
}
.mb15{
	padding-bottom: 15px;
}
.f17{
	font-size: 17px;
}
.f18{
	font-size: 18px;
}
.f40{
	font-size: 40px;
}
.feature {
	overflow: hidden;
}
.feature .section-heading {
	margin-bottom: 60px;
}
.feature .catch {
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 600;
}
.feature .catch span {
	color: #4c6cb3;
	background: linear-gradient(transparent 60%, #c4d0e8 60%);
	padding-bottom: 3px;
}
.feature .sec{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.feature ul.feature-list li{
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
}
.feature ul.feature-list li:after {
	content: "";
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	top: 30%;
	z-index: -1;
	opacity: .5;
}
.feature ul.feature-list li:nth-child(odd):after {

}
.feature ul.feature-list li:nth-child(even):after {
	left: -15%;
	background-color: #;
}
@media screen and (max-width: 991px) {
.feature ul.feature-list li:after {
	width: 400px;
	height: 400px;
}
}
.feature ul.feature-list li .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature ul.feature-list li:nth-child(even) .item{
	flex-direction: row-reverse;
}
.feature ul.feature-list li .item .item-text {
	width: 50%;
	padding: 0 3rem;
}
.feature ul.feature-list li .item .item-img {
	width: 50%;
	height: 550px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.feature ul.feature-list li:first-child .item .item-img {
	background-image: url(../img/reason/st1.jpg);
}
.feature ul.feature-list li:nth-child(2) .item .item-img {
	background-image: url(../img/reason/st2.jpg);
}
.feature ul.feature-list li:nth-child(3) .item .item-img {
	background-image: url(../img/reason/st3.jpg);
}
.feature ul.feature-list li:nth-child(4) .item .item-img {
	background-image: url(../img/reason/st4.jpg);
}
.feature ul.feature-list li:nth-child(5) .item .item-img {
	background-image: url(../img/reason/st5.jpg);
}
.feature ul.feature-list li:last-child .item .item-img {
	background-image: url(../img/reason/st5.jpg);
}

.feature ul.feature-list li .item .feature-num {
	display: inline-block;
	position: absolute;
    font-weight: 500;
    font-size: 5rem;
    bottom: -16%;
    color: #64cdb3;
    color: #11dca9;
    font-family: "Poppins", sans-serif;
}
.feature ul.feature-list li:nth-child(odd) .item .feature-num {
	right: 0;
}
.feature ul.feature-list li:nth-child(even) .item .feature-num {
	left: 0;
}
.feature ul.feature-list li .item .item-text dl dt {
	font-size: 1.8rem;
	line-height: 1.6em;
letter-spacing: 1.2px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 30px;
}
.feature ul.feature-list li .item .item-text dl dd {
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
.feature ul.feature-list li{
	margin: 0 auto 50px;
}
.feature ul.feature-list li:after {
	top: 20%;
}
.feature ul.feature-list li .item,
.feature ul.feature-list li:nth-child(even) .item {
	flex-direction: column;
}
.feature ul.feature-list li .item .item-text {
	width: 100%;
    padding: 3rem 0rem;
	order: 1;
}
.feature ul.feature-list li .item .item-img {
	width: 100%;
	position: static;
}
.feature ul.feature-list li .item .feature-num {
	position: static;
	font-size: 5rem;
}
.feature ul.feature-list li .item .item-text dl dt {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.feature ul.feature-list li .item .item-text dl dd {
	line-height: 2em;
}
}
@media screen and (max-width: 480px) {
.feature ul.feature-list li .item .item-img {
	height: 280px;
}
}

.feature ul.feature-list li:nth-child(odd):after {

}

.feature ul.feature-list li:after {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 30%;
    z-index: -1;
    opacity: .5;
}
.flex31 {
    display: flex;
    flex-wrap: wrap;
    margin: 2% 0;
}
@media screen and (min-width: 769px){
  .flex30{
    width: 30%;
    margin-right: 2%;
    margin-bottom: 30px;
	  display: flex;
    flex-wrap: wrap;
  }
  .flex30:nth-child(3n){
    margin-right: 0;
	  display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px){
  .flex30{
    margin: 20px 5px;
	  display: flex;
    flex-wrap: wrap;
  }
}
.sekoumidasi {
    padding: 10px 20px;
    color: #333333;
background: #1bffc6;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}
.casebox {
    margin-bottom: 20px;
    float: left;
    margin-right: 10px;
    text-align: center;
    background: #fafafa;
    border: solid 1px #cccccc;
    width: 100%;
    padding: 15px;
	    display: flex;
    flex-direction: column;
}
.left{
	text-align: left !important;
}

._tel11 a span:nth-child(1) {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: 16px;
}
._tel11 a span:nth-child(2) {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: 25px;
}
.subumidasi{
	font-size: 20px;
	font-weight: 600;
}

.wakumidori{
    border: 1px #11dca9 solid;
    padding: 27px;
    background: #ffffff;
}
/* 吹き出し本体 */
.balloon{
  position: relative;
  padding-bottom: 20px;  border-bottom: 2px solid #222222;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #222222;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.siro{
	color:#ffffff;
}
.under1{
	  color: #E60012;
}
.feat{
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 8px;
	  color: #E60012;
	text-align: center;
}
.f26{
	font-size: 26px;
}
.waku3 {
    background-color: rgb(255, 255, 255);
    padding: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #EC6C00;
    border-color: #272726;
    border-image: initial;
    border-radius: 2px;
    line-height: 31px;
    font-size: 16px !important;
    font-weight: 600;
}

@media only screen and (min-width: 1350px) {
.waku_kousei1 {
    height: 420px;
}
.waku_kousei2 {
    height: 300px;
}	
	
}

@media only screen and (min-width: 992px) and (max-width: 1349px)  {
.waku_kousei1 {
    height: 100%;
}
.waku_kousei2 {
     height: 100%;
}	
	
}
@media only screen and (max-width: 991px) {
.waku_kousei1 {
    height: 100%;
}
.waku_kousei2 {
    height: 100%;
}	
}


.about3haikei{
	    background-image: url("../img/about/mmm.jpg") !important;
background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover !important;

}
.news_list{
	width: 100%;
}

/* ãƒœã‚¿ãƒ³å…¨ä½“ */
.flowbtn10{
display:inline-block;	
font-size:35px;
text-decoration:none;
transition:.5s;
color:#fff;	
}
/* ã‚¤ãƒ³ã‚¹ã‚¿ãƒ»pocketãƒ»ãƒ©ã‚¤ãƒ³ã ã‘å°‘ã—å¤§ãã */
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
font-size:38px;
}
/* Twitter */
.flowbtn10 .fa-twitter{
color:#55acee;
}
/* Twitterãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-twitter:hover{
color:#ffffff;
}
/* Instagram */
.flowbtn10 .fa-instagram{
color:#c6529a;
}
/* Instagramãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-instagram:hover{
color:#ffffff;
}
/* Facebookãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-facebook-f:hover{
color:#3b5998;
}
/* Feedlyãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-rss:hover{
color:#6cc655;
}
/* Pocketãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-get-pocket:hover{
color:#ef3f56;
}
/* ã¯ã¦ãƒ–ãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-bold:hover{
color:#1ba5dc;	
}
/* YouTubeãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-youtube:hover{
color:#fc0d1c;
}
/* LINE*/
.flowbtn10 .fa-line{
color:#00c300;
}
/* LINEãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-line:hover{
color:#ffffff;
}
/* ãƒ¡ãƒ¼ãƒ«ã‚¢ã‚¤ã‚³ãƒ³ãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn10 .fa-envelope:hover{
color:#f3981d;		
}
/* ulã‚¿ã‚°ã®å†…å´ä½™ç™½ã‚’ï¼ã«ã™ã‚‹ */
ul.snsbtniti{
padding:0!important;
}
/* ã‚¢ã‚¤ã‚³ãƒ³å…¨ä½“ã®ä½ç½® */
.snsbtniti{
display:flex;
flex-flow:row wrap;margin-top: 5px;
justify-content:space-betweenbk;	
}
/* ã‚¢ã‚¤ã‚³ãƒ³åŒå£«ã®ä½™ç™½ */
.snsbtniti li{
flexcb:0 0 33%;    padding-right: 20px;
text-align:center!important;
}

/* ãƒœã‚¿ãƒ³å…¨ä½“ */
.flowbtn11{
    font-family: 'Verdana',sans-serif;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    text-decoration: none;
    padding: 12px;
    margin-bottom: 5px;
}


/* Twitter */
.fl_tw1{
background:#55acee;
}
/* Instagramã‚¢ã‚¤ã‚³ãƒ³ä½ç½® */
.insta_btn11 .fa-instagram{
position:relative;
z-index:1;	
}
/* Instagramç´«ã‚°ãƒ©ãƒ‡èƒŒæ™¯è‰² */
.insta_btn11{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;
}
/* Instagramã‚ªãƒ¬ãƒ³ã‚¸ã‚°ãƒ©ãƒ‡èƒŒæ™¯è‰² */
.insta_btn11:before{
content: '';
position:absolute;
top:17px;
left:-75px;
width:100%;
height:100%;
background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
}
/* Facebook */
.fl_fb1{
background:#3b5998;
}
/* Feedly */
.fl_fd1{
background:#6cc655;
}
/* Pocket */
.fl_pk1{
background:#ef3f56;
}
/* ã¯ã¦ãƒ– */
.fl_hb1{
background:#1ba5dc;
}
/* YouTube */
.fl_yu1{
background:#fc0d1c;
}
/* LINE */
.fl_li1{
background: #ffffff;
	    border: solid 3px #00c300;
    color: #00c300;
}
.fl_li1:hover{

	    border: solid 3px #00c300;
    color: #ffffff;
	background: #00c300;
}

/* ãŠå•ã„åˆã‚ã›ãƒ¡ãƒ¼ãƒ« */
.fl_ma1{
background:#f3981d;
}
/* ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ« */
.fl_pf11{
background:#555;
}
/* ã‚¢ã‚¤ã‚³ãƒ³ãƒœã‚¿ãƒ³ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn11:hover span{
-webkit-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
text-decoration:none;
}
/* ãƒœã‚¿ãƒ³å†…ãƒ†ã‚­ã‚¹ãƒˆèª¿æ•´ */
.flowbtn11 span{
font-size:26px;	
position:relative;
left:8px;
bottom:2px;
transition:.6s;	
display:inline-block;	
}
/* ulã‚¿ã‚°ã®å†…å´ä½™ç™½ã‚’ï¼ã«ã™ã‚‹ */
ul.snsbtniti2{
padding:0!important;
}
/* ã‚¢ã‚¤ã‚³ãƒ³ãƒœã‚¿ãƒ³ã®ä½ç½®èª¿æ•´ */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* ã‚¢ã‚¤ã‚³ãƒ³ãƒœã‚¿ãƒ³åŒå£«ã®ä½™ç™½èª¿æ•´ */
.snsbtniti2 li{
flex:0 0 48%;
text-align:center!important;
}

