/* 調整用スタイル */
@charset "utf-8";

/* *****共通設定***** */

html{scroll-padding-top: 80px;}
body{ 
     font-size: 17px; 
       font-family: 'Noto Sans JP', sans-serif;
       /* font-family: 'Noto Serif JP', serif; */
     }

a {
  text-decoration: none;
   color: #1a0dab;
}


ul,
li {list-style: none;}

main {background-color: #fff;}
.page-mv h1{ font-family: "Josefin Sans", serif;  font-weight: 700;letter-spacing: 1px;}
h2.en{ font-family: "Josefin Sans", serif;  font-weight: 700;  word-break: break-all;}
img{max-width: 100%;}
.main {margin: auto;}
p.h2{font-size:1.12rem;}
.fs08{font-size: 0.8rem}
a.link-card{border: 1px solid #333; padding: 1rem;}
.bgwhite{background: #fff!important;}

.triangle {
/*  background-image: linear-gradient(-45deg, #ccc 30px, transparent 0);*/
 position: relative;
}

.triangle::before{
  position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #fff; /*アイコン色*/
    font-weight: 900;
    position: absolute;
      top: 50%;
  transform: translateY(-50%);
    right: 8px;
}
.triangle2 {
  background-image: linear-gradient(-45deg, #1d4899 10px, transparent 0);
  z-index: 8;
}



/* アニメーション */

/* 読み込んだら下から上 */

.fade-in-img {
  position: relative;
  opacity: 0; 
  transform: translateY(100%); 
  animation: fadeInFromBottom 1s forwards; 
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; 
    transform: translateY(0);   
  }
}



/* secボタン */


/* secボタンスマホ */

.btn {
  margin: 0 auto;
} 
.btn a{
  position: relative;
  display: block;
  padding: 1.3rem 1rem 1.3rem 2.9rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.1rem;
  background-color: #fff;
}

.btn.black a{
  color: #333;
  border: 1px solid #333;
}
.btn.green a{
  color: #333;
  border: 1px solid #333;
}


.btn a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


/* secボタン　下層ページ */


.btn-page a{
  position: relative;
  display: block;
  border-radius: 50px;
  padding: 1.7rem 1rem 1.7rem 2.9rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.1rem;
}

.btn-page.green a{
  color: #1d4899;
  border: 1px solid #1d4899;
}


.btn-page a::after {
  font-family: "Font Awesome 6 Free";
  content: '\f178';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}




/*Youtube*/

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
    overflow: hidden;
    margin: 1rem 0.5rem 2rem;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ytw640{
  width: 640px!important;
  margin: 1rem auto;
}

/*Google map*/

.chizu iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}



/* ヘッダー */


.header {
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0!important;
  padding: 0!important;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header.hbg-pg {
    height: 60px;
  background-color: #fff;
}
.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 160px;
}


.header__title a{
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translatex(100%);
  background-color: rgba(0, 0, 0, 0.7);
  transition: ease .2s;
}



/* ナビのリンク */
.nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}


.nav-items__item:last-child a {
  margin-bottom: 0;
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9996;
}



/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span{  background-color: #fff;}
.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}



/*スクロールでヘッダーのheight、ロゴを縮小、文字の変化 */

header.header.change-size{
     background: rgba(0, 0, 0, 0.4);
       height: 50px;
  }

header.header.hbg-pg.change-size {
     background: rgba(238, 238, 238, 0.8);
}


/* *****mv***** */

#mv{
  position: relative;
  background: url("../img/sp-mv.webp") top center / cover no-repeat;
  max-width: 100%;
  height: 600px;
}
/*#mv::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}*/



#mv #headline{
  position: relative;
  max-width: 100%;
  height: 600px;
}


#mv #headline h1{
  z-index: 9;
  display: block;
  position: absolute;
  top: 28%;
  left: 6%;
}
#mv #headline h1 img{
  width: 58vw;
}




/* *****sec1***** */
section#sec1{
  padding: 3.5rem 0;
}
section#sec1 .container{
margin: 0 6%;
}

#sec1 h2{
  font-size: 1.64rem;
  font-weight: 500;
  color: #404040;
  margin: 0rem 0 2.35rem; 
  line-height: 1.7;
  letter-spacing: 1.5px;
}

#sec1 .sec1-text{
 margin-bottom: 2.35rem;
}

#sec1 .sec1-text p{
  margin-bottom: 0.7rem;
  line-height: 2.0;
  color: #000;
  font-size: 1.1rem;
}

#sec1 .btn a{
  margin: 0 auto;
}



/* *****sec2***** */
section#sec2{
  background-color: #eff0f2;
  padding: 3.5rem 0;
}
section#sec2 .container{
  margin: 0 6% ;
}

section#sec2 .title{
  margin: 0 0 2rem 0;
}

#sec2 h2{
  font-size:4rem;
  color: #404040;
}

#sec2 p.h2{
    margin-top: 0.3rem;
}

#sec2 .sec-2-text h3.h{
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
  margin: 2rem 0 2.35rem; 
  line-height: 1.5;
  letter-spacing: 1.5px;
}

#sec2 .service{

}

#sec2 .sec2-img{
  position: relative;
}

#sec2 .sec2-img img.sec2-img1{
/* margin-left: -10%; */
}



.sec-2-text{
  margin: 2rem 0 0;
}

.sec-2-text p{
 line-height: 1.5;
 margin: 0 0 0.7rem 0;
 font-size: 1.1rem;
}

#sec2 .btn{
  margin-top: 5rem;
}


/* *****sec3***** */
section#sec3{
  background-color: #fff;
  padding: 3.5rem 0;
}
section#sec3 .container{
margin: 0 6%;
}

#sec3 h2{
  font-size:4rem;
  color: #404040;
}

#sec3 p.h2{
    margin-top: 0.3rem;
}


#sec3 p.h{
  font-size: 1.64rem;
  font-weight: 500;
  color: #000;
  margin: 2rem 0 2.35rem; 
  line-height: 1.7;
  letter-spacing: 1.5px;
}


#sec3 .point{
  background-color: #fff;
  margin: 0 0 1rem;
  padding: 0.8rem;
  position: relative;
  border: 1px solid #404040;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2); 
}

#sec3 .point h3{
  font-size: 1.2rem;
  color: #404040;
  margin: 0.5rem;
  text-align: center;
}

#sec3 .point .point-img{
  width: 60%;
  margin: 0.5rem auto;
  text-align: center;
}

#sec3 .point .point-img img{
  max-width: 100%;
}

#sec3 .point .point-tex{
  margin: 1rem;
}
#sec3 .point .point-tex p{
  line-height: 1.7rem;
}

#sec3 .point.triangle {
  background-image: linear-gradient(135deg, #404040 40px, transparent 0);
 position: relative;
}




#sec3 .point.triangle.one::before,
#sec3 .point.triangle.two::before,
#sec3 .point.triangle.three::before,
#sec3 .point.triangle.four::before,
#sec3 .point.triangle.five::before,
#sec3 .point.triangle.six::before,
#sec3 .point.triangle.seven::before,
#sec3 .point.triangle.eight::before,
#sec3 .point.triangle.nine::before,
#sec3 .point.triangle.ten::before
{
  position: absolute;
    color: #fff; /*アイコン色*/
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    top: 17px;
    left: 8px;
    font-family: 'Noto Serif JP', serif;
}


#sec3 .point.triangle.one::before{content: "01";}
#sec3 .point.triangle.two::before{content: "02";}
#sec3 .point.triangle.three::before{content: "03";}
#sec3 .point.triangle.four::before{content: "04";}
#sec3 .point.triangle.five::before{content: "05";}
#sec3 .point.triangle.six::before{content: "06";}
#sec3 .point.triangle.seven::before{content: "07";}
#sec3 .point.triangle.eight::before{content: "08";}
#sec3 .point.triangle.nine::before{content: "09";}
#sec3 .point.triangle.ten::before{content: "10";}




/* *****sec4***** */

section#sec4{
  background: #fff;
  padding: 3.5rem 0;
  margin: 0!important;
}

section#sec4 .container{
  margin: 0 6%;
  }




/* #sec4.machine{
  margin-top: -10rem;
  padding-top: 15rem;
  background: #e6ede6 url("../img/temari.png") no-repeat right top;
}

#sec4.machine .container h2{
font-weight: bold;
letter-spacing: 0.3rem;
} */

#sec4.machine .container h2{
  font-size:4rem;
  color: #404040;
  margin-top: 2.35rem;
}

#sec4.machine .container p.h2{
    margin-top: 0.3rem;
}



#sec4.machine .container p.h{
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
section#sec4 .container p{
  margin: 2rem 0;
  line-height: 1.7;
  }
  

#sec4.machine{
background-image: url("../img/asahi.png");
background-repeat: no-repeat;
background-position: right -20% top 10%;
background-size: 80%;
background-color:rgba(255,255,255,0.85);
background-blend-mode:lighten;
margin-top: 1rem;
padding-top:1rem;
}

/* #sec4.machine .container .container-fluid{
margin-top: 2rem;
} */


/* #sec4 .row{
  overflow: scroll!important;
} */
#sec4 h3{
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
}

/* #sec4 .row p{
  padding: 1rem;
}

#sec4 .container-fluid{
  margin-left: auto;
} */

#sec4 .slider{
  margin: 2rem auto 4rem;
}

#sec4 .m-slide{
  margin: 0 0.5rem 0;
  background: #fff;
}
#sec4 .m-slide img{
  width: 100%;
}
#sec4 .m-slide p{
padding: 0.5rem;
}

#sec4 .btn{
  margin-top: 5rem !important;
}


.slick-prev{
  left: 0px!important;
  z-index: 5;
}
.slick-next{
right: 0px!important;
}

/* *****旧sec5***** */


/* section#sec5{
  background: #fff;
  padding: 1.5rem 0 3rem;
  margin: 0!important;
}
section#sec5 .container{
margin: 0 6%;
}

#sec5 h2{
  font-size:4rem;
  color: #404040;
  margin-top: 2.35rem;
}

#sec5 p.h2{
    margin-top: 0.3rem;
}

#sec5 .temari,#sec5 .asahi{
  margin: 2rem;
}
#sec5 h3{
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}
#sec5 p{
  line-height: 1.5;
  margin: 0.5rem;
} */

/* *****sec5***** */


section#sec5{
  background: #fff;
  padding: 1.5rem 0 3rem;
  margin: 0!important;
}
section#sec5 .container{
margin: 0 6%;
}

#sec5 h2{
  font-size:4rem;
  color: #404040;
  margin-top: 2.35rem;
}

#sec5 p.h2{
    margin-top: 0.3rem;
}

#sec5 .asahi-temari{
  margin: 2rem 0 2rem 0;
}

#sec5 .teikei{
  margin: 2rem 0 2rem 0;
}

#sec5 h3{
  margin: 2rem 0 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
}
#sec5 p{
  line-height: 1.5;
  margin: 0.5rem;
}

/* *****sec6***** */

section#sec6{
  background: #eff0f2;
  padding: 1.5rem 0 3rem;
  }
  section#sec6 .container{ 
    margin: 0 3%;
  }

#sec6 .title{margin: 0 0 3rem;}
  #sec6 h2{
    font-size:4rem;
    color: #404040;
    margin-top: 2.35rem;
  }
  
  #sec6 p.h2{
      margin-top: 0.3rem;
  }

  #sec6 .sec6-in{
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    background: #fff;
  }
  #sec6 .sec6-img{
    width: 100%;
    text-align: center;
  }
  
  #sec6 .sec6-img img{
    max-width: 100%;
  }
  
  #sec6 .sec6-text{
    margin: 1rem 0.8rem ;
  }
  #sec6 .sec6-text p{
    line-height: 1.3rem;
    margin-bottom: 0.8rem;
  }
  
  #sec6 .sec6-text p.shomei{
    text-align: right;
  }
  
  #sec6 .sec6-img2{
    text-align: right;
  }
#sec6 .btn-in{
  margin: 2rem 6%; 
}



  
/* *****sec7***** */
section#sec7{
  padding: 3.5rem 0;
}

#sec7 .sec7-in{
  margin: 1rem 0.8rem ;
}
#sec7 .sec7-in img{
  width: 100%;
}

#sec7 .address{
  width: 100%;
}
#sec7 .address table{
margin: 1rem 0;
   max-width: 100%;
}

#sec7 .address table th{
  color: #404040;
  border-width: 1px 0px;
  border-color: #cccccc;
   border-style: solid;
   padding: 0.8rem;
   text-align: left;
   font-size: 0.9rem;
}
#sec7 .address table td{
  border-width: 1px 0px;
  border-color: #cccccc;
   border-style: solid;
   padding: 0.8rem;
   line-height: 1.5rem;
   font-size: 0.9rem;
}


/* *****sec-qa***** */

section#sec-qa{
  padding: 1.5rem 0 3.5rem;
}

#sec-qa .title{margin: 0 0 3rem;}
  #sec-qa h2{
    font-size:4rem;
    color: #404040;
    margin-top: 2.35rem;
  }
  
  #sec-qa p.h2{
      margin-top: 0.3rem;
  }
#sec-qa .container{
  margin: 0 0.8rem;
}


#sec-qa .btn-in{
  margin: 4rem 6% 0;
}




/* *****sec-New**** */

#sec-new{
  padding: 1.5rem 0 3rem;
}

#sec-new .title{
  margin: 0 0 2rem 6%; 
}

#sec-new h2{
  font-size:4rem;
  color: #404040;
  margin-top: 2.35rem;
}

#sec-new p.h2{
    margin-top: 0.3rem;
}

.latest-posts{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  justify-content: space-around;
}

.post-item{
  /* width: 25%; */
  flex-basis:48%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2); 
  padding-bottom: 1rem;
}


.post-item .post-meta{
  padding: 0.3rem;
  margin: 0.2rem;
}

.post-item .post-meta .post-date{display: block;}
.post-item .post-meta .post-category{
  display: block;
  border: 1px solid #ccc;
  background-color: #ccc;
  padding: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  margin: 0.5rem 0rem 0; 
  width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */

}
.post-item h4{
  margin: 0.2rem  0.4rem;
  line-height: 1.5;
  font-size: 0.9rem; 
}

.post-thumbnail{
  width: 100%;
}
.post-thumbnail img{
  width: 100%;
 aspect-ratio: 16 / 9;
 object-fit: cover;
}




/* *****sec-tel***** */


section.sec-tel.mt-minus-3{margin-top: -1rem;}
section.sec-tel.pt-5{padding-top: 5rem;}


section.sec-tel{
    /* background: url('../img/sec-tel-bg.png') no-repeat center center / contain;
    background-attachment: fixed; */
    background: #eff0f2;
    padding: 3rem 0 0;
    margin-bottom: 0!important;
}



section.sec-tel .sec-tel-in{

}
section.sec-tel .sec-tel-left{
  margin: 0 auto;
  text-align: center;
}
section.sec-tel .sec-tel-left p.yoyaku{
  font-size: 1.4rem;
    color: #545550;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 0rem 1rem 1rem;
}

section.sec-tel .sec-tel-left p{
    letter-spacing: 2px;
    line-height: 1.5rem;
}

section.sec-tel .sec-tel-right{
  margin: 1.5rem auto 0;
  text-align: center;
}

section.sec-tel .sec-tel-right p{
  letter-spacing: 2px;
  line-height: 1.5;
}

section.sec-tel .sec-tel-right p.denwa{
  font-weight: 500;
  font-size: 1.3rem;
  color: #545550;
  margin-bottom: 1rem;
}

section.sec-tel .sec-tel-right p.denwa a{
  color: #545550;
}
section.sec-tel .sec-tel-right p.denwa span{
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 3px;
  transform: scaleY(1.3)!important;
}

/* *****sec-app***** */

section.sec-app{
  background: #eff0f2;
  margin-top: -1px!important;
  padding: 0 0 1rem 0;
}

.sec-app .sec-app-in{
padding:2rem 0.5rem;
}
.sec-app .app{
text-align: center;
color: #545550;
font-size: 0.8rem;
margin: 1rem;
}

.sec-app .sec-btn-app{
width: 80%;
margin: 0 auto;
}

/* *****フッター***** */

#footer{
  padding: 4.7rem 0 4.7rem;
  background-color: #fff;
}

#footer .flogo{
  width: 200px;
   margin: 0 auto;
}
#footer .flogo img{
  max-width: 100%;
}

#footer .ft-text{
  font-style: normal;
  text-align: center;
  margin-top: 2rem;
}


#footer .ft-text p{
  font-size: 0.95rem;
  color: #333;
  letter-spacing: 1px;
}

#footer .ft-text p.f-add{
  font-size: 0.9rem;
  color: #333;
  margin-top: 1.5rem;
  line-height: 2.0;
}
#footer .ft-text p.touroku{
  display: inline-block; 
  background-color: #eeecec; 
  padding: 0.5rem 0.8rem;
  line-height: 1; 
  margin: 0.3rem 0 0 0 ;
  font-size: 0.9rem;
}
#footer .footer-navi{  
  display: flex;
    justify-content: space-evenly;
    margin: 0 1rem 2rem;
}
#footer ul.footer-navi-list li a{
  color: #333;
}
#footer ul.footer-navi-list2 li a{
  color: #333;
} 
#footer .footer-navi li a{
  line-height: 2.3;
    font-size: 0.9rem;

}

#footer #footer-contents .footer-contents-in2{
  margin-top: 2rem;
}

#footer .snsbtniti{
  display: flex;
  justify-content: center;
  margin: 0 1rem 1rem;
  max-width: 100%;
}
#footer .snsbtniti li{}
#footer .snsbtniti li a{
  margin: 0 0.5rem;
  color: #404040!important;
  font-size: 1.5rem;
  background-color: #fff7c0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  text-align:center;
  line-height: 40px;
}

#footer #copyright{
  margin: 2rem auto 0;
  padding-bottom: 3.5rem;
  text-align: center;
  color: #333!important;
}

#footer #copyright p{
    color: #333;
    font-size: 0.9rem;
}

#footer #copyright a{
    color: #333;
        font-size: 0.8rem;
}

  /* フッターメニュー */

  .f_menu_wrap{
    width: 100%;
   /*background: #eeeeee;*/
   background-color: rgba(238,238,238, 0.85)!important;
    position: fixed;
  bottom: 0;
  margin: 0!important;
  padding: 0!important;
  z-index: 6;
}
#f_menu {
    position: relative;
    min-height: auto;
  padding: 0;
  margin: 0!important;
  padding: 0!important;
}
#f_menu ul{
    display: table;
    width: 100%;
    margin: 0;
    table-layout: fixed;
  border-top: 1px solid #cfcdcd;  
  margin: 0!important;
  padding: 0!important; 
}

#f_menu li {
    display: table-cell;
  border-right: 1px solid #fff;
  border-top: 5px solid #rgba(0,0,0, 0.6);
  border-bottom: 5px solid #rgba(0,0,0, 0.6);
    font-size: 1rem;
  text-align: center;
  padding:0.7rem 0.3rem; 
}
#f_menu li:last-child {
    border-right:none;
}
/*.line_c {color: #2cbf13;}
.tel_c{color: #545550;}
.con_c{color: #545550;}*/


#f_menu li a{
    display: block;
  padding:0;
  margin: 0;
    text-decoration: none;

}

#f_menu li.bco a{color:#545550;}
#f_menu li.bli a{color:#545550;margin-left: 0.5rem;}
/*#f_menu li.bte a{color:#545550;}*/

#f_menu li.bco a:before {
  /*採用アイコン*/
  font-family: FontAwesome;
  content: '\f0e0';
  font-weight: normal;
  font-size: 1.1em;
  color: #545550;
  padding-right : 5px;/*文字との隙間*/
}

#f_menu li.bli a:before {
  /*電話アイコン*/
  font-family: FontAwesome;
  content: '\f879';
  font-weight: normal;
  font-size: 1.1em;
  color: #545550;
  padding-right : 5px;/*文字との隙間*/
}


#f_menu li span::before{
  font-size: 20px;
  margin-right: 0.2rem; 
}
#f_menu .utility-menu_item span{
  display: inline;
  vertical-align: middle;
  padding:0;
  margin: 0;
}

/* ページ上部へ戻る
==================================================
*/

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pagetop a {
  display: block;
    width: 50px;
    height: 50px;
    border: 0.1em solid #6d6e6f;
    border-radius: 50%;
    text-align: center;
    color: #6d6e6f;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
    position: relative;

}
.pagetop .fa-arrow-up{
  font-size: 7rem;
line-height: 8rem;
}
.pagetop.show {
  opacity: .7;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
z-index: 9999;
}

.page-up-arrow{
  display: inline-block;
  vertical-align: middle;
  color: #6d6e6f;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  z-index: 30;
}

.page-up-arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}




/* *****下層メインコンテンツ***** */


/*下層ページのハンバーガーメニューをgreen*/
.hamburger.ham-page span {
  background-color: #404040;
}
/*下層ページのハンバーガーメニューをクリックで白*/
.ham-page.active span{background-color: #fff!important;}



/* ページ内リンクのズレ調整 */

a.ap{
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}



/* *****MV***** */

.page-mv{
      width: 100%;
      height: 240px;
      background-size: cover;
      margin-top: 60px;
      box-sizing: border-box;
}
.page-mv .container{
      position: relative;
      width: 100%;
      height: 240px;
      box-sizing: border-box;
}

.page-mv .container h1{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 6%;
      color: rgba(255, 255, 255, 0.8);
      font-size: 3rem;
      line-height: 0.5;
      padding: 0;
}

.page-mv .container h1 > span{
       font-family: 'Noto Sans JP', sans-serif;
       font-size: 0.9rem;
}


/* *****パンくずナビ***** */

.breadcrumb {
  margin: 1% 6% 0;
  padding: 0;
  list-style: none;
  padding: 0.5rem 0 0;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 0.8rem;
}


.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #404040;
}

.breadcrumb li:last-child:after {
  content: '';
}


.breadcrumb li a {
  text-decoration: none;
  color:#404040!important;
  font-weight: 500;

}

.breadcrumb li a span.home{
  color: #999999;
} 

  /*HOMEアイコン*/
/*.breadcrumb li:first-child a:before {
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #545550;
}*/

.breadcrumb li a:hover {
  text-decoration: underline;
}


/* *****見出し***** */

h2.p1 {
  color:#404040!important;
  border-bottom: solid 2px #000;
  position: relative;
  background: none;
  margin: 2rem 0!important;
  padding: 0 0 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
}

h2.p1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #fbe233;
  bottom: -2px;
  width: 50%;
}

#page .container{
 margin: 0 5%; /* 初期デザインは 0 6.4% */
}


/* *****会社情報***** */


.page-mv.company-mv{background: url("../img/aboutus-mv-sp.webp") no-repeat  center center; background-size: cover;}
#page.company{
  padding: 0 0 3.5rem 0;
}


/* 社長あいさつ */
#page .greeting {padding: 0 0 3.5rem 0;}
#page .greeting h3{
font-weight: 500;
font-size: 1.6rem;
margin: 1.5rem 0 0.7rem;
line-height: 1.5;
letter-spacing: 1.5px;
}
#page .greeting p{
margin: 0 0 1.2rem;
line-height: 1.5;
letter-spacing: 1px;
}
#page .greeting p:last-child{
margin-bottom: 0.5rem;
}

#page .greeting div.ceo{
  text-align: right;
  font-size: 2rem;
}
#page .greeting div.ceo span{
  font-size: 0.9rem;
  margin-right: 1rem;
}





/* 企業理念 */


#page .vision{ padding: 0 0 3.5rem 0;}
#page .vision h3{
  font-size: 1.7rem;
  font-weight: 800;
  margin: 1.5rem 0 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  color:#404040!important;
}
#page .vision{}

#page .vision table{
  width: 100%;
}



#page .vision table th{
  font-family: 'Noto Serif JP', serif;
  position: relative;
  text-align: center;
  color:#404040!important;
  font-size: 2rem;
  font-weight: 800;
  padding: 2rem 0 0;
}
#page .vision table td{
  padding: 2rem 0;
  font-size: 1.3rem;
  line-height: 2.0;
  letter-spacing: 1.5px;
}

#page .vision table td span{
  color:#404040!important;
}
#page .vision table tr:last-child > td{
}


#page .vision table td{
  text-align: left;
}


/* 会社概要 */

#page .overview{ padding: 0 0 3.5rem 0;}
#page .overview table{
  width: 100%;
}

#page .overview table th{
  position: relative;
  text-align: left;
  color:#404040!important;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2rem 0 0;
}
#page .overview table td{
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 2.0;
}


#page .overview table tr:last-child > td{
}

#page .overview table td ol li{
list-style-type: decimal;
margin-left: 6%;
padding-left: 0.5rem;
}



/* 取得資格 */

#page .shikaku{ padding: 0 0 3.5rem 0;}
#page .shikaku img{ display: block; margin: 1rem auto; width: 100%;}

/* *****事業内容***** */

.page-mv.business-mv{background: url("../img/business-mv-sp.webp") no-repeat  center center; background-size: cover;}
#page.business{padding: 0 0 3rem;}
#page .service1{padding: 1rem 0 1rem;}
#page .service1 h3{
  font-size: 1.7rem;
   font-weight: 500;
   line-height: 2.0;
   letter-spacing: 1px;
   margin: 2rem 0 1rem;
} 
#page .service1 h3{
  line-height: 1.5;
}
#page .service1 p{
margin: 0 0 1rem;
line-height: 2.0;
letter-spacing: 1px;
}
#page .service2{
  background: url("../img/nagano-sp.webp") no-repeat  center center;
  background-size: cover;
  height: 480px;
  margin: 0!important;
  padding: 0!important;
}

#page .service3{
  background: #f7fcf8;
  padding: 2rem 0 3rem;
}
#page .service3 h3{
  font-size: 1.5rem;
   font-weight: 500;
   line-height: 2.0;
   letter-spacing: 1px;
   margin: 2rem 0 1rem;
   color: #404040;
}

#page .service4{
  padding: 0rem 0 3rem;
}
#page .service4 h4.p1 {
  color:#404040!important;
  border-bottom: solid 2px #000;
  position: relative;
  background: none;
  margin: 2rem 0!important;
  padding: 0 0 1.2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
}

#page .service4 h4.p1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #fbe233;
  bottom: -2px;
  width: 50%;
}

#page .service4 p{
margin: 0 0 1rem;
line-height: 2.0;
letter-spacing: 1px;
}
#page .service4 ul{
  margin-top: 0.5rem;
}
#page .service4 li{
  position: relative;
  padding-left: 20px;
  line-height: 2.0;
  font-size: 1.1rem;
}
 
#page .service4 li:before {
  content: "";
  position: absolute;
  top: .6rem;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #1d4899;
  border-radius: 50%;
  line-height: 2.0;
}
#page .service4 img{
 display: block;
 margin: 0 auto 1rem;
}


/* *****Q&Aページ***** */

.page-mv.qa{background: url("../img/qa-mv-sp.webp") no-repeat  center center; background-size: cover;}
 
#page.qa{
  padding: 0 0 3.5rem 0;
}








/* *****リクルート***** */
.page-mv.recruit-mv{
  background: url("../img/recruit-mv-sp.webp") no-repeat  center center;
   background-size: cover;
}


#page .recruit-sec1{padding: 0 0 3rem}
#page .recruit-sec1 h3{
  font-size: 1.5rem;
   font-weight: 500;
   line-height: 2.0;
   letter-spacing: 1px;
   margin: 2rem 0 1rem;
   color: #000;
} 
#page .recruit-sec1 p{
/*margin: 0 0 0.3rem;*/
line-height: 2.0;
letter-spacing: 1px;
color: #000;
}


#page .recruit-sec2{padding: 0 0 3rem}
#page .recruit-sec2 .recruit-sec2-in{
  margin: 0 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#page .recruit-sec2 .recruit-sec2-in .rec-dri{
  width: 55%;
}

#page .recruit-sec2 .recruit-sec2-in .rec-del{
  width: 45%;
  margin-top: 4.5rem;
}


/*魅力*/

#page .recruit-sec3{padding:3rem 0;}
#page .recruit-sec3 h3{
 font-size: 1.7rem;
 font-weight: 500;
 text-align: center;
 letter-spacing: 1px;
 color: #1d4899;
}


#page .recruit-sec3 .recruit-circle-wrap{
  margin: 2rem auto;
}

#page .recruit-sec3 .recruit-circle1{
  background: url("../img/recruit-circle1.webp") no-repeat  center center;
}
#page .recruit-sec3 .recruit-circle2{
  background: url("../img/recruit-circle2.webp") no-repeat  center center;
}
#page .recruit-sec3 .recruit-circle3{
  background: url("../img/recruit-circle3.webp") no-repeat  center center;

}

#page .recruit-sec3 .recruit-circle-wrap h4{
  margin: 2rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}


/*インタビュー*/

#page .recruit-sec4{
  background: #f7fcf8;
  padding:3rem 0;
}
#page .recruit-sec4 h3{
 font-size: 1.7rem;
 font-weight: 500;
 text-align: center;
 letter-spacing: 1px;
 color: #1d4899;
}


#page .recruit-sec4 .interview1,
#page .recruit-sec4 .interview2,
#page .recruit-sec4 .interview3{
  margin: 2rem 0;
  box-shadow: 2px 2px 5px rgba(0,0,0,.1);
  width: 100%;
}

#page .recruit-sec4 .interview1 img,
#page .recruit-sec4 .interview2 img,
#page .recruit-sec4 .interview3 img{
  display: block;
  width: 100%;
}
#page .recruit-sec4 .post-title{
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 1rem 0.5rem 0.5rem;
}

#page .recruit-sec4 .int-title{
  margin-top: 0.5rem;
  display: flex;
  padding: 0.5rem 0.5rem 1rem 1rem;
}

#page .recruit-sec4 .Number{
  font-size: 2.5rem;
  font-weight: 500;
  color: #1d4899;
  font-family: 'Oswald', sans-serif;
}

#page .recruit-sec4 .name-text{
  margin-left: 1rem;
  color: #000;
}

#page .recruit-sec4 p{
  line-height: 1.3;
}

#page .recruit-sec4 .position{
  font-size: 0.8rem;
}
#page .recruit-sec4 .name{
  font-size: 1.2rem;
  font-weight: 500;
}


/*人物像*/

#page .recruit-sec5{padding:3rem 0;}

#page .recruit-sec5 h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
}
#page .recruit-sec5 p{
  line-height: 2.0;
  margin: 2rem 0;
}

 /*人物像チェックボックス*/

ul.ideal  {
  padding: 0;
  position: relative;
  margin: 1rem 0rem 0.5rem;
}
ul.ideal  li {
  line-height: 1.5;
  padding: 0.7rem 0.5rem 0.7rem 2.5rem;
  list-style-type: none!important;
  background: #f9f9f9;
  font-weight: 500;
  margin:0 0 0.5rem 0!important;
  border-radius: 5px;
  color: #000;
  position: relative;
  max-width: 100%;
}
ul.ideal  li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left :0.5em; /*左端からのアイコンまでの距離*/
    top: 50%;
        transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  color: #1d4899;
  font-size: 1.3rem;
}



/*QA*/

#page .recruit-qa{
  background: #f9f9f9;
  padding: 2rem 0;
}

#page .recruit-qa h3{
 font-size: 1.7rem;
 font-weight: 500;
 text-align: center;
 letter-spacing: 1px;
}
#page .recruit-qa h3 > span{
 color: #1d4899;
}


/*QAアコーディオン*/
#page .recruit-qa .qa-accordion {
margin: 2rem auto;
max-width: 100vw;
}
#page .recruit-qa .qa-toggle {
display: none;
}
#page .recruit-qa .option {
position: relative;
margin-bottom: 1em;
}
#page .recruit-qa .title,
#page .recruit-qa .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
#page .recruit-qa .title {
background: #fff;
padding: 1.5rem 3rem 1.5rem 1rem;
display: block;
color: #1d4899;
font-weight: 500;
line-height: 1.5;
display: flex;
align-items: flex-start;
}
#page .recruit-qa .title span.q-icon{
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.0;
}
#page .recruit-qa .title span.question{
 padding-left: 1rem;
}

#page .recruit-qa .content p{
display: flex;
align-items: flex-start;
margin: 0;
padding: 3rem 1rem 1rem;
font-size: 0.9em;
line-height: 2.0;
position: relative;
}

#page .recruit-qa .content p::before{
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #999;
  top: 1rem;
}

#page .recruit-qa .content span.a-icon{
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.0;
  margin-left:0.1rem;
  color: #000;
}
#page .recruit-qa .content span.answer{
 padding-left: 1rem;
 color: #000;
}

#page .recruit-qa .title::after,
#page .recruit-qa .title::before {
content: "";
position: absolute;
right: 1.25rem;
top: 1.75rem;
width: 2px;
height: 1.25rem;
background-color: #999;
transition: all 0.3s;
}
#page .recruit-qa .title::after {
transform: rotate(90deg);
}
#page .recruit-qa .content {
max-height: 0;
overflow: hidden;
background: #fff;
}

#page .recruit-qa .qa-toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
#page .recruit-qa .qa-toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


/*福利厚生*/
#page .recruit-sec6{
  background: #f1f2f1;
  padding:3rem 0;
}

#page .recruit-sec6 h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
}

#page .recruit-sec6 .table-wrap{
    background: #fff;
    width: 100%;
    padding: 1.5rem 0;
    margin-top: 2rem;
}
#page .recruit-sec6 table{
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
#page .recruit-sec6 table tr{
        border-color: #000;
        border-style: solid;
        border-width: 1px 0;
}

#page .recruit-sec6 table th{
  position: relative;
  text-align: left;
  color:#1d4899!important;
  font-size: 1.1rem;
  font-weight: 500;
  box-sizing: border-box; 
}
#page .recruit-sec6 table td{
    line-height: 2.0;
  box-sizing: border-box; 
  word-wrap: break-word;
  word-break: break-word;
}

#page .recruit-sec6 .btn-page a{
  margin: 3rem auto 0;
}




/*募集職種*/
#page .recruit-sec7{
  padding:3rem 0;
}

#page .recruit-sec7 h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
}
#page .recruit-sec7 dl{
  margin-top: 2rem;
  position: relative;
/*   box-shadow: 2px 2px 6px rgba(0,0,0,.4);*/
}
#page .recruit-sec7 dl a{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

#page .recruit-sec7 dt{
  padding:1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  background: #1d4899;
  color: #fff;
  text-align: center;
}
#page .recruit-sec7 dd{
    padding:1rem;
    background: #f1f2f1;
    color: #000;
     font-weight: 500;
    line-height: 2.0;
}

/*CTA*/
#page .recruit-sec8{
  background: url("../img/recruit8-bg-sp.webp") no-repeat  center center;
  background-size: cover;
  height: 860px;
  padding:3rem 0;
}

#page .recruit-sec8 h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
 line-height: 1.5;
 margin: 3rem 0 1.5rem;
}

#page .recruit-sec8 p{
margin: 0 0 0.5rem;
line-height: 2.0;
letter-spacing: 1px;
text-align: center;
font-size: 1.2rem;
}


/*フォームは専用CSSへ*/
#page .recruit-form{
  padding:3rem 0;
}
#page .recruit-form h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
 line-height: 1.5;
 margin: 0 0 1.5rem;
}


/* *****リクルート個別ページ***** */

.page-mv.recruit-page-mv{background: url("../img/recruit-page-mv-sp.webp") no-repeat  center center; background-size: cover;}



#page .recruit-page{ padding: 0 0 3.5rem 0;}
#page .recruit-page table{
  width: 100%;
}

#page .recruit-page table th{
  position: relative;
  text-align: left;
  color:#1d4899!important;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2rem 0 0;
}
#page .recruit-page table td{
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 2.0;
}


#page .recruit-page table tr:last-child > td{
}

#page .recruit-page table td ol li{
list-style-type: decimal;
margin-left: 6%;
padding-left: 0.5rem;
}

#page .recruit-page ul.taigu{
  margin-top: 0.5rem;
}
#page .recruit-page li{
  position: relative;
  padding-left: 20px;
  line-height: 2.0;
  font-size: 1.1rem;
}
 
#page .recruit-page li:before {
  content: "";
  position: absolute;
  top: .6rem;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #1d4899;
  border-radius: 50%;
  line-height: 2.0;
}


#page .recruit-entry .rec-add{
  font-family: 'Noto Serif JP', serif;
  padding: 1.5rem 1rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
#page .recruit-entry .rec-add img{
  width: 30%;
  margin-right: 1rem;
}
#page .recruit-entry .rec-add p{
  font-size: 1rem;
  margin-bottom: 1rem;
   text-align: left;
   display: flex;
   align-items: center;
  justify-content: start;
}

#page .recruit-entry .rec-add p span.omoto{
    font-size: 1.5rem;
    font-weight: 500;
}
#page .recruit-entry .rec-add p span.nakagome{
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 1rem;
}
#page .recruit-entry p.mc-copy{
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3rem;
  text-align: center;
  color: #1d4899;
}


/* エントリーボタン */
.btn1 {
  position: relative;
  width: 100%;
  color: #fff; /* 文字色 */
  font-weight: 600;
  background:#1d4899; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1.5rem 0;
  margin: 3rem auto;
}




/* *****福利厚生個別ページ***** */


#page.benefits{padding: 1.5rem 0 3rem}
.page-mv.benefits-mv{
  background: url("../img/benefits-mv-sp.webp") no-repeat  center center;
   background-size: cover;
}


#page.benefits #menkyo{
      width: 90%;
    margin: 2rem auto 1rem;
    border: 5px solid #1d4899;
    background: #fff;
    text-align: center;
}


#page.benefits #menkyo h4{
    position: relative;
    font-size: 1.4rem;
    font-weight: bold; 
    text-align: center;
    color: #116607;
    margin: 1.4rem;
    display: inline-block;
}
#page.benefits #menkyo h4::before{
   content:"";
   display:inline-block;
   width:4px;
   height:40px;
   background-color:#116607;
   position:absolute;
   top:-0.3rem;
   left:-2rem;
   transform: rotate(-30deg);
}
#page.benefits #menkyo h4::after{
content:"";
   display:inline-block;
   width:4px;
   height:40px;
   background-color:#116607;
   position:absolute;
   top:-0.3rem;
   right:-2rem;
   transform: rotate(30deg);
}

#page.benefits #menkyo .hojo{
    background: #9bff25;
    color: #116607;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;

}
#page.benefits #menkyo p{
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#page.benefits #menkyo p.kome{
  font-size: 0.8rem;
  margin: 0.5rem;
}

#page.benefits #menkyo p span{
    font-size: 3rem;
    font-weight: bold;
    color: #116607;
}
#page.benefits #menkyo .menkyo-inbox .oogata{
  margin-top: 2rem;
}
#page.benefits #menkyo .menkyo-inbox .oogata::after{
  content: "";
  display: block;
  width: 90%;
  border-bottom: 2px solid #999;
  margin: 2rem auto;
}

#page.benefits #menkyo .menkyo-inbox .hojo-tag{
    padding: 0.5rem;
    background: #ededed;
    font-weight: bold;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 0!important;
    display: inline-block;
    color: #2f2d2d;
    line-height: 1.3;
}

#page .benefits-sec0 h3{
 font-size: 1.7rem;
 font-weight: 500;
 line-height: 1.8;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
 margin: 3rem 0 2rem;
}

#page .benefits-sec0 .benefits-sec0-text p{
  font-size: 1.2rem;
margin: 0 0 1rem;
line-height: 2.0;
letter-spacing: 1px;
}


/*職場idecoの枠 */

#page .benefits-sec0 .box-dc {
border: 5px solid #1d4899;
margin: 2rem auto;
padding:2rem 0.5rem 1rem;
}

#page .benefits-sec0 .box-dc .box-title {
color: #1d4899; /* タイトル文字色 */
font-size:1.4rem;
font-weight: bold;
text-align: center;
}

#page .benefits-sec0 .box-dc .box-title:before {
font-family: "Font Awesome 5 Free";
content: "\f06a";
font-size: 1.4rem;
margin: 0 3px 0 0;
font-weight: bold;
}

#page .benefits-sec0 .box-dc p,
#page .benefits-sec0 .box-dc h5{
  color: #fff;
}

#page .benefits-sec0 ul{
  margin-top: 1.5rem;
}
#page .benefits-sec0 li{
  position: relative;
  padding-left: 20px;
  line-height: 2.0;
  font-size: 1.4rem;
}
 
#page .benefits-sec0 li:before {
font-family: "Font Awesome 5 Free";
content: "\f058";
font-size: 1.4rem;
margin: 0 3px 0 0;
font-weight: bold;
color: #1d4899; 
}
}


#page .benefits-sec-table{
  background: #fff;
  padding:3rem 0;
}

#page .benefits-sec-table h3{
 font-size: 1.7rem;
 font-weight: 500;
  line-height: 1.8;
 letter-spacing: 1px;
 color: #1d4899;
 text-align: center;
  margin: 3rem 0 2rem;
}

#page .benefits-sec-table p{
  font-size: 1.2rem;
margin: 0 0 1rem;
line-height: 2.0;
letter-spacing: 1px;
}


#page .benefits-sec-table .table-container{
  position: relative;
  overflow: scroll;
    background: #fff;
    width: 100%;
    padding: 1.5rem 0;
    margin-top: 2rem;
}
#page .benefits-sec-table table{
  width: 100%;
  white-space: nowrap;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
   border-spacing: 0;

}
#page .benefits-sec-table table tr{
}
#page .benefits-sec-table table tr:nth-child(2n+1){
  background:#edfcef;
}
/*#page .benefits-sec-table table tr:last-child;{border-right: 1px solid #f00;}*/
#page .benefits-sec-table table th.head:last-child{border-right: 1px solid #999;}
#page .benefits-sec-table table th{
  background-color:#1d4899;
  color:#fff;
  font-weight: 500;
  border-color: #fff;
  padding: 0.4rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}
#page .benefits-sec-table table th.bottom-end{border-bottom: 1px solid #999!important;}
#page .benefits-sec-table table td{
    line-height: 2.0;
  word-wrap: break-word;
  word-break: break-word;
  padding: 0.4rem;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
    vertical-align: middle;
}
#page .benefits-sec-table table td.bo-left{border-left: 1px solid #999;}
#page .benefits-sec-table table th.bo-left{border-left: 1px solid #999;}
.scroll-hint {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
  width:200px;
  text-align: center;
}




/* 個別インタビュー　 */

/* *****INTERVIEW MV***** */

#page .interview-content{ padding: 1rem 0 3.5rem 0;}

.int-page-mv{
      width: 100%;
      height: 600px;
      background-size: cover;
      margin-top: 60px;
      box-sizing: border-box;
}
.int-page-mv .container{
      position: relative;
      width: 100%;
      height: 600px;
      box-sizing: border-box;
}

.int-page-mv .container h1{
      font-family: 'Oswald', sans-serif;  
      font-weight: 700;
      letter-spacing: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 6%;
      color: rgba(255, 255, 255, 0.8);
      font-size: 3rem;
      line-height: 0.5;
      padding: 0;
}
.int-page-mv .container h2{
      font-family: 'Noto Sans JP', sans-serif;
      position: absolute;
      top: 55%;
/*      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);*/
      left: 6%;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.2rem;
      line-height: 1.5;
      padding: 0;
      margin-right: 6%;
}
.int-page-mv .container .int-mv-name,
.int-page-mv .container .int-mv-info{
      font-family: 'Noto Sans JP', sans-serif;
      position: absolute;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.5;
      left: 6%;
      margin-right: 6%;
}

.int-page-mv .container .int-mv-name{
      top: 65%;
      font-size: 1.1rem;
}

.int-page-mv .container .int-mv-info{
        top: 68%;
      font-size: 1.1rem;
}

#page .interview-content .interview-question{
  display: flex;
  justify-content: center;
  align-items: start;
}


#page .interview-content h3{
  font-size: 1.1rem;
  font-weight: 600;
  margin: 2rem 0 2rem 0;
  color: #1d4899; 
  line-height: 1.5;  
  flex: 1;

}
#page .interview-content .interview-number{
      font-family: 'Oswald', sans-serif;  
      font-weight: 600;
      font-size: 1.1rem;
      margin:2rem 0.5rem 0 0;
      color: #fff;
      display: inline-block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #1d4899;
      text-align:center;
      line-height: 35px;     
}

#page .interview-content p{
   line-height: 2.0;    
}
#page .interview-content .interview-img{
  margin: 2rem auto 3rem;
  text-align: center;
}

.int-page-mv.interviewtest{background: url("../img/interviewtest-head-sp.webp") no-repeat  center center; background-size: cover;}
.int-page-mv.interview1{background: url("../img/interview1-head-sp.webp") no-repeat  center center; background-size: cover;}
.int-page-mv.interview2{background: url("../img/interview2-head-sp.webp") no-repeat  center center; background-size: cover;}
.int-page-mv.interview3{background: url("../img/interview3-head-sp.webp") no-repeat  center center; background-size: cover;}


/*その他のインタビュー*/

#page .interview-content{
  background: #fff;
  padding:3rem 0;
}

#page .interview-content .interview1,
#page .interview-content .interview2,
#page .interview-content .interview3{
  margin: 2rem 0;
  flex-basis: auto;
  border: 1px solid #d2d2d2;
}


#page .interview-content .interview1 img,
#page .interview-content .interview2 img,
#page .interview-content .interview3 img{
  display: block;
  width: 100%;
}

#page .interview-content .int-title{
  margin-top: 0.5rem;
  display: flex;
  padding: 0.5rem 0.5rem 1rem 1rem;
}

#page .interview-content .Number{
  font-size: 2.5rem;
  font-weight: 500;
  color: #1d4899;
  font-family: 'Oswald', sans-serif;
}

#page .interview-content .name-text{
  margin-left: 1rem;
  color: #000;
}


#page .interview-content .position{
  font-size: 0.8rem;
}
#page .interview-content .name{
  font-size: 1.2rem;
  font-weight: 500;
}


/* スマホのみその他インタビュー用スライド */
.swiper{margin-bottom: 2rem}
.swiper-slide{
  margin: 0 auto;
  text-align: center;
}

#page .swiper .int-title{
  margin: 0.5rem 6% 0;
  display: flex;
  padding: 0;
}

#page .swiper .Number{
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d4899;
  font-family: 'Oswald', sans-serif;
}

#page .swiper .name-text{
  margin-left: 1rem;
  color: #000;
}
#page .swiper p{
  line-height: 1.3;
}





/* *****プライバシーポリシー cookieポリシー***** */

/* *****cookieポリシーMV***** */
#page.policy{padding: 1.5rem 0 3rem}

.page-mv.cookie{background: url("../img/cookie-mv-sp.webp") no-repeat  center center; background-size: cover;}

/* *****privacyポリシーMV***** */
.page-mv.privacy{background: url("../img/privacy-mv-sp.webp") no-repeat  center center; background-size: cover;}


/* コンテンツ */
#page.policy{width: 100%;margin: 0 auto; word-break: break-all;}
#page.policy h2.p1{margin-bottom: 2rem;text-align: center; font-size: 1.5rem;}
#page.policy h4{background: #f3f9f4; color:#404040; margin: 2rem 0 0.7rem; padding:0.5rem;line-height: 1.7rem;}

#page.policy h4 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
}

#page.policy h4::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #fbe233;
    content: '';
}



#page.policy h5{font-weight: bold; margin: 2rem 0 1rem;}
#page.policy p{line-height: 1.7;margin-bottom: 1rem;}
#page.policy ol  {
  margin: 0;
  padding: 0
}
#page.policy ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.7rem;
  font-size: 0.9rem;
}

#page.policy .policy-add{
  margin: 2rem 0;
}

#page.policy p.bt3{
  font-size: 1.1rem;
  font-weight:bold ;
  margin: 1rem;
}


/* *****当社の取り組み***** */

.page-mv.efforts{background: url("../img/efforts-mv-sp.webp") no-repeat  center center; background-size: cover;}
#page.efforts{
  margin: 0 auto; 
  word-break: break-all;
  padding: 1.5rem 0 3rem;
}
#page.efforts h2.p1{margin-bottom: 2rem;text-align: center; font-size: 1.5rem;}
#page.efforts h3{font-size: 1.5rem;margin-bottom: 2rem;line-height: 1.5;}
#page.efforts h4{background: #f4f4f4; color:#404040; margin: 2rem 0 0.7rem; padding:0.5rem;line-height: 1.7rem;}
#page.efforts h5{font-weight: bold; margin: 2rem 0 1rem;}
#page.efforts p{line-height: 1.7;margin-bottom: 1rem;}



#page.efforts ul.sdgs  {
  padding: 0;
  position: relative;
  margin: 1rem 0rem 0.5rem;
}
#page.efforts ul.sdgs  li {
  line-height: 1.5;
  padding: 0.7rem 0.5rem 0.7rem 2.5rem;
  list-style-type: none!important;
  font-weight: 500;
  margin:0 0 0.5rem 0!important;
  border-radius: 5px;
  color: #000;
  position: relative;
  max-width: 100%;
}
#page.efforts ul.sdgs  li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left :0.5em; /*左端からのアイコンまでの距離*/
    top: 50%;
        transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  color: #f9db00;
  font-size: 1.3rem;
}


/* *****取引条件***** */


.page-mv.tac{background: url("../img/tac-mv-sp.webp") no-repeat  center center; background-size: cover;}
.page-mv .container h1.tac{
  font-size: 1.8rem;
  line-height:0.7;
}



/* *****成功企画ページ***** */


.page-mv.plan{background: url("../img/plan-mv-sp.webp") no-repeat  center center; background-size: cover;}
section#page.plan{padding: 1rem 0 3rem;}
section#page.plan .kikaku-in{  
  display: grid;
  grid-template-columns: repeat(auto-fit,48%);
  justify-content: space-around;
  grid-gap: 0.5rem;
}
section#page.plan .kikaku p.card-text{margin: 0.5rem 0; font-size: 0.8rem; line-height: 1.3; }
section#page.plan h2{font-size: 1.4rem; margin:  3rem auto 2rem;line-height: 1.5;}
section#page.plan h3{font-size: 1.2rem; margin:  3rem auto 2rem;line-height: 1.5;color: #ab8411; text-align: center;}
.plan-l1 p{line-height: 1.5; margin: 0.5rem 0 1rem;}
.plan-l1 img{width: 100%;}
.plan-l2 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
  font-size: 0.9rem;
}
.plan-l2 table th,.plan-l2 table td{
  text-align: center;
  padding: 10px 0;
}
.plan-l2 tr th{
  background-color: #c79852;
  color: #fff;
  border:solid 1px #927141;
  line-height: 1.5;
}
.plan-l2 tr td{
  background-color: #e4d4bc;
  border:solid 1px #af9d85;
  line-height: 1.5;
}


.plan-r{margin: 1rem auto;}
.plan-r p{padding: 1rem;}

.plan-r p span::before{
    /*採用アイコン*/
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 0.9em;
    color: #404040;
    padding : 0 1px 0 1px;/*文字との隙間*/

}

.plan-r p span.plane-arrival::before{content: '\f5af';}
.plan-r p span.plane-departure::before{content: '\f5b0';}
.plan-r p span.meal::before{content: '\f2e7';}
.plan-r p span.mag::before{content: '\f7b6';}
.plan-r p span.beer::before{content: '\f0e0';}
.plan-r p span.shoping::before{content: '\f07a';}
.plan-r p span.camera::before{content: '\f030';}
.plan-r p span.train::before{content: '\f239';}
.plan-r p span.beef::before{content: '\f6c8';}
.plan-r p span.walk::before{content: '\f554';}
.plan-r p span.dot::before{content: '\f3c5';}
.plan-r p span.check-in::before{content: '\e4d2';}
.plan-r p span.hotel::before{content: '\e4d2';}
.plan-r p span.cake::before{content: '\f7ef';}
.plan-r p span.hotel::before{content: '\f594';}
.plan-r p span.pepper::before{content: '\f816';}
.plan-r p span.church::before{content: '\f51d';}
.plan-r p span.bus::before{content: '\f55e';}
.plan-r p span.location::before{content: '\f124';}
.plan-r p span.map::before{content: '\f279';}
.plan-r p span.formal::before{content: '\f508';}
.plan-r p span.zoo::before{content: '\f6ed';}
.plan-r p span.shrimp::before{content: '\e448';}
.plan-r p span.elephant::before{content: '\f75e';}
.plan-r p span.paw::before{content: '\f1b0';}
.plan-r p span.fish::before{content: '\f578';}
.plan-r p span.bed::before{content: '\f236';}
.plan-r p span.ship::before{content: '\f21a';}
.plan-r p span.ferry::before{content: '\e4ea';}
.plan-r p span.cable-car::before{content: '\f7da';}
.plan-r p span.shoes::before{content: '\f54b';}


.plan-r1,.plan-r3,.plan-r2,.plan-r4,.plan-r5{margin-bottom: 0.5rem;}
.plan-r1 .day1,
.plan-r2 .day2,
.plan-r3 .day3,
.plan-r4 .day4,
.plan-r5 .day5{
  background-color: #e5dbbe;
  flex-basis: 48%;
}
.plan-r1 .day1{position: relative;}
.plan-r2 .day2{position: relative;}
.plan-r3 .day3{position: relative;}
.plan-r4 .day4{position: relative;}
.plan-r5 .day5{position: relative;}

.plan-r1 .day1:before{
	content: 'Day1';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	left: -15px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #936c33;
  font-family: "Yomogi", cursive;
}

.plan-r3 .day3:before{
	content: 'Day3';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	left: -15px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #936c33;
  font-family: "Yomogi", cursive;
}

.plan-r5 .day5:before{
	content: 'Day5';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	left: -15px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #936c33;
  font-family: "Yomogi", cursive;
}


.plan-r2 .day2:before{
	content: 'Day2';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	right: -15px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #936c33;
  font-family: "Yomogi", cursive;
}
.plan-r4 .day4:before{
	content: 'Day4';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	right: -15px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #936c33;
  font-family: "Yomogi", cursive;
}




.plan-r1 p,.plan-r2 p,.plan-r3 p,.plan-r4 p,.plan-r5 p{font-size: 0.9rem; line-height: 1.4; }
section#page.plan dl{line-height: 1.3;}
.plan-r1,.plan-r3,.plan-r5{display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; gap: 0 0.5rem; }
.plan-r2,.plan-r4{display: flex; justify-content: center; align-items: center; gap: 0 0.5rem; margin:}
.frame {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5em 0.7rem;
  flex-basis: 48%;
}
.frame::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #ca4 20px, #ca4 22px, transparent 22px) left top / 23px 23px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #ca4 20px, #ca4 22px, transparent 22px) right top / 23px 23px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #ca4 20px, #ca4 22px, transparent 22px) left bottom / 23px 23px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #ca4 20px, #ca4 22px, transparent 22px) right bottom / 23px 23px no-repeat, 
    linear-gradient(90deg, transparent 20px, #ca4 22px) left top / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 22px) right top / 51% 2px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 22px) left bottom / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 22px) right bottom / 51% 2px no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 22px) left top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 22px) left bottom / 2px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 22px) right top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 22px) right bottom / 2px 51% no-repeat;
}
.frame::after {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: "";
  box-shadow: 0 0 0 1px #ca4;
}

.plan-bottom{margin-top: 2rem;}
.plan-bottom .mybox{
  box-sizing: border-box;
	background: none;
	border: 1px solid #ca4;	/* 線の太さ・種類・色 */
	/* margin: 15px 10px; 外側の余白 上下・左右 */
	padding:1.5rem 0.7rem 0; /* 内側の余白 */
	position: relative;
  line-height: 1.5rem;
  z-index: 0;
}
.plan-bottom .mybox:before{
	background-color: #fff;
	content: 'このツアーの魅力';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -15px;
	left: 30px;
	text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.plan-bottom .mybox:after{
	background: none;
	border: 1px solid #ca4;	
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.plan-bottom ul li{margin-bottom: 1rem; border-bottom: 1px dashed #ca4; padding-bottom: 0.7rem;}
.plan-bottom ul li:last-child{border-bottom: none;}
.plan-bottom ul li h4{margin: 0 0 0.7rem 0; background-color: #ca4; color: #fff; display: inline-block; padding: 0.3rem;}




/* *****サイトマップー***** */

.page-mv.sitemap{background: url("../img/sitemap-mv-sp.webp") no-repeat  center center; background-size: cover;}
#page.sitemap-wrap{
  margin: 0 auto; 
  word-break: break-all;
  padding: 1.5rem 0 3rem;
}
#page.sitemap-wrap h2.p1{margin-bottom: 2rem;text-align: center; font-size: 1.5rem;}
ul.cp_list {
  padding: 0;
  position: relative;
}
ul.cp_list li {
  color: #1d4899;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 1px dashed #fbe233;
  list-style-type: none!important;
}
ul.cp_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  position: absolute;
  left : 0.5em/*左端からのアイコンまでの距離*/;
  color: #1A0DAB;/*アイコン色*/
  font-weight: 900;
}
ul.cp_list .lcbbn li:last-child{
  border-bottom: none;
}


/*お問い合わせ*/
.page-mv.contact-mv{background: url("../img/contact-mv-sp.webp") no-repeat  center center; background-size: cover;}
#page .contact-form{
  padding:3rem 0;
}
#page .contact-form h3{
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 1px;
 color: #404040;
 text-align: center;
 line-height: 1.5;
 margin: 0 0 1.5rem;
}




/* *****よくある質問***** */


section.qa{
  background: #fff;
  padding: 1rem 0;
}

.qa .qabox{
  background-color: #fff;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2); 
}

.qa .qbox,.qa .abox{
  display: flex;
  justify-content: start;
  align-items: center;
}
.qa .qbox{
  margin-bottom: 1rem;
}


.qa .qwrap,.qa .awrap{
  width: 10%;
  margin-right: 0.5rem;

}
.qa .qtext,.qa .atext{
  width: 87%;
  line-height: 1.5rem;
}
.qa .qtext{
  color:#404040;
  font-weight: bold;
}
.qa .circle-q{
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f9db00;
  text-align:center;
  line-height: 30px;
  color: #fff;
}

.qa .circle-a{
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
 background: #f0f0f0;
  text-align:center;
  line-height: 30px;
  color:#404040;
}




/* *****sec11***** */

section#sec11{
  padding: 2rem 0 1.5rem;
}

#sec11 .sec11-title{
  margin: 0 6%;
}

#sec11 h2{
  font-size: 2rem;
  color: #404040;
  margin-bottom:2rem;
}


div#contents-maker-news div.cm-box {
  margin: 1rem 0.8rem;
  border-width: 1px 0px;
  border-color: #cccccc;
   border-style: solid;
  padding: 1rem 0;
  line-height: 1.5rem;

}

div#contents-maker-news div.cm-box:last-child {
  border-top: none;
  padding-top: 0;
}
div#contents-maker-news dl dt{
  color: #4253f9;
  margin-bottom: 1rem;
}

div#contents-maker-news dl dd{
  padding: 0.5rem;
}



/* *****拡張用***** */


.lh25{line-height: 2.5rem;}




 /* ボタン */


.btn_blue a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 100%;
  color: #545550;
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #545550;
}

.btn_blue a::before {
  content: '';
  position: absolute;
  top: 50%;
   transform: translateY(-50%);
  right: 23px;
  width: 0;
  height: 0;
  border-left: 8px solid #545550;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}



.btn_blue a:hover {
  text-decoration: none;
  background-color: #cccccc;
}


 /* 拡張用CSS */

 .b{font-weight: bold;}
 .f12{font-size: 1.2rem}
 .red{color: #ff0000}
 .orange{color: #fd7e00;}


 /* iosの角丸をリセット start */

#page .recruit-form form#mail_form input[type="text"],
#page .recruit-form form#mail_form input[type="email"],
#page .recruit-form form#mail_form input[type="tel"],
#page .recruit-form form#mail_form input[type="submit"],
#page .recruit-form form#mail_form input[type="button"],
#page .recruit-form form#mail_form select#product option{
  -webkit-appearance: none;
  border-radius: 0;
}

 /* 目次 */

 #mokuji {
  border: solid 2px #545550;
  padding: 0 0.5em 1rem;
  margin: 3rem 0;
  font-size: 1rem;
  border-radius: 5px;
  }
  #mokuji .m-t{
    text-align: center;
  }
  #mokuji div.m-in{
  border-bottom: 2px solid #2a8f4b;
  color: #545550;
  font-weight: bold;
  padding: 1rem 0 0 0;
  margin: 0 auto 1rem;
  display: inline-block;
  letter-spacing: 1px;
  }
  #mokuji ul {
  padding: 0 0.5em;
  position: relative;
  }
  #mokuji ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
  }
  #mokuji ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #545550; /*アイコン色*/
  font-weight: 900;
  }
  #mokuji ul li:last-of-type {
  border-bottom: none;
  }