@charset "utf-8";
/* CSS Document */


/*共通*/
main {
    background: #fff;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.sp_block{
  display: none;
}
.pc_block{
  display: block;
}

.font_orange,.orange-bullet {
  color: #E55C00;
}

.font_orange {
  font-weight: 600;
}

/*main*/

.feature_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feature_box .font_orange {
  font-size: 3rem;
  font-weight: initial;
  margin: 60px auto 30px;
  text-align: center;
}

.feature_li {
  background: #F8F8F2;
  padding: 40px 70px 0;
  margin-bottom: 50px;
}

.feature_li .sub-title{
  margin: 0 auto;
  width: 95%;
  max-width: initial;
  text-align: left;
}

.txt_img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 55px;
  position: relative;
  padding: 45px 0;
  width: 95%;
  margin: 0 auto;
}

.txt_img {
  line-height: 1.7;
}

.txt_img img {
  width: 315px;
  height: auto;
}


/* ----------------------------------------------- --
-------------------------------------------------- --
下記レスポンシブ
--------------------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 1250px) {
  
  body {
    width: 1250px;
  }
}

@media screen and (max-width: 767px) {
  
  body {
    width: 100%;
  }
  .sp_block{
  display: block;
}
.pc_block,.visual-bnr-list{
  display: none;
}
.sp-bnr-list.sp{
  display: flex;
  background-color: #fff;
  padding-top: 25px;
}



  .feature_li {
    padding: 40px 20px 0;
  }
  
  .txt_img {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .feature_box .font_orange{
    font-size: 2rem;
  }
  
  .feature_li .sub-title{
    font-size: 1.7rem;
  }



/* -----------------------------------------------
--------------------------------------------------
ヘッダー
--------------------------------------------------
-------------------------------------------------- */
.header-bottom .container {
    height: 60px;
    margin: 0 auto;
    width: 100%;
}
header {
    position: fixed;
    top: 0;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
header .right_box ul.nav_menu {
    display: none;
}
.drawer-hamburger {
    top: 0px;
    margin-right: 0px;
    padding: 15px 15px 26px 15px;
    height: 62px;
    width: 62px;
    box-sizing: border-box;
}
ul.sp_contact_box {
    display: block;
    position: relative;
    right: 62px;
}
ul.sp_contact_box img {
    height: 60px;
    width: auto;
}
.header-bottom h1 img {
    width: 75%;
    height: auto;
    max-width: 100%;
    margin: 15px 0 0 3%;
}

}

@media print {
  
body{
  width: 1280px;
  zoom:80%;
}
.fadein_outer .fadein,
.fadein_outer.left .fadein,
.fadein_outer.right .fadein {
  opacity: 1;
  transform: translate(0, 0);
}


	
}