@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  padding: 0px;
  margin: 0px;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
 font-size:14px; 
  font-style: normal;
    font-weight: 200;
 
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  background: url("../images/pc/back.png") no-repeat center center fixed;
  background-size: cover;
  color: #595757;
}
.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
head {
  height: 100px;
  padding-bottom: 0px 50px;
}
nav {
  width: 500px;
  float: right;
  padding-top: 50px;
}
nav a {
  font-size: 16px;
  color: #595757;
  text-decoration: none;
}
li {
  display: inline-block;
  list-style: none;
  width: 130px;
  font-size: 16px;
}
.bd_u {
  display: inherit;
  font-size: 16px;
  margin: 30px 45px;
  font-size: 24px;
}
section {
  padding: 60px 50px;
   
}
h1 {}
h2 {
  color: #f8b616;
    font-weight: 100;
    font-size: 36px;
}
h3 {
  color: #f8b616;
    font-weight: 100;
    font-size: 18px;
}
h4 {}
h5 {}
footer {
  background-color: #f8b616;
  padding: 50px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 12px;
  max-width: 1200px;
}
#maincont {
 max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  
  
}
/* content */
.top_img {
  padding: 0px;
 
}
.read_lar {
  font-size: 26px;
}
.read_lar_a {
  font-size: 26px;
}
.d3_box_a {
  width: 340px;
  margin-left: 0px;
  float: left;
}
.d3_box_b {
  width: 340px;
  margin-left: 40px;
  float: left;
}
.d3_box_c {
  width: 340px;
  margin-left: 40px;
  float: left;
}
.d2_box_a {
  width: 600px;
  float: left;
}
.d2_box_b {
  width: 400px;
  float: left;
}
/* footer */
.ft_box {
  width: 260px;
  float: left;
}
.ft_box_r {
  width: 260px;
  float: right;
}
.tel {
  font-size: 24px;
}
/* over */
.im_link:hover {
  opacity: 70%;
}
.look_ab {
  border: 1px solid #000000;
  display: block;
  width: 180px;
  height: 25px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px;
}
.look_ab:hover {
  border: 1px solid #F8B616;
  background-color: #F8B616;
  color: #ffffff;
}
/* service */
.se_ft16 {
  font-size: 16px;
  color: #f8b616;
}
.se_ft18 {
  font-size: 18px;
}
.se_ft22 {
  font-size: 22px;
    font-weight: 200;
}
.se_ft28 {
  font-size: 28px;
  color: #595757;
}
.se_se {
  font-size: 12px;
  width: 95px;
  height: 20px;
  padding-top: 3px;
  text-align: center;
  color: #f8b616;
  border: 1px solid #f8b616;
}
.se_me {
  font-size: 12px;
  color: #ffffff;
  background-color: #f8b616;
  width: 95px;
  height: 20px;
  padding-top: 3px;
  text-align: center;
}
.se_l_box {
  width: 220px;
  float: left;
}
.se_r_box {
  width: 900px;
  float: right;
}
.se_r_box_50 {
  width: 850px;
  float: right;
  margin-right: 50px;
}
.se_pa0 {
  padding-right: 0px;
}
.se_txt_box {
  width: 500px;
  float: left;
  padding-bottom: 20px;
}
.se_txt_box_60 {
  width: 500px;
  float: left;
  padding-bottom: 60px;
}
.se_txt_img {
  margin-top: 25px;
  width: 360px;
  height: 250px;
  float: right;
}
.se_title_box_img {
  width: 440px;
  height: 440px;
  float: left;
}
.se_title_box_txt {
  width: 500px;
  float: right;
  padding-top: 100px;
  height: 310px;
}
.se_txt_l {
  width: 400px;
  float: left;
}
.se_txt_r {
  width: 400px;
  float: right;
}
.h_icon {
  background-image: url("../images/pc/service_16.png");
  background-repeat: no-repeat;
  padding-left: 50px;
}
/* about us */
.ab_l_box {
  width: 240px;
  float: left;
}
.ab_r_box {
  width: 850px;
  float: right;
}
.abu .abu_list {
  display: flex;
}
.abu .abu_list dt {
  width: 200px;
  padding: 20px;
}
.abu .abu_list dd {
  width: calc(100% - 200px / 2);
  padding: 20px;
}
.ab_r_box a {
  color: #F8B616;
  text-decoration: none;
  padding-left: 20px;
  background-image: url("../images/pc/google_05.png");
  background-repeat: no-repeat;
  background-position: left;
}
.underline {
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #AAAAAA; /*右：*/
}
.underline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 200px;
  height: 2px;
  background: #f8b616; /*左：ク*/
}
.tpline {
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
  border-top: 2px solid #AAAAAA; /*右：*/
}
.tpline::before {
  content: '';
  position: absolute;
  top: -2px;
  width: 200px;
  height: 3px;
  background: #f8b616; /*左：*/
}
/*  */
.ft16 {
  font-size: 16px;
}
.ft18 {
  font-size: 18px;
}
.ft22 {
  font-size: 22px;
}
.ft26 {
  font-size: 26px;
}
.ft28 {
  font-size: 28px;
  color: #595757;
}
.w100 {
  width: 100%;
  margin: 0px;
  background-color: #f8b616;
}
.triangle {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 50vw;
  border-color: transparent #ffff00 transparent transparent;
  z-index: -100;
  position: fixed;
}
/* contact  */
.toi_b {
  width: 740px;
  height: 200px;
  font-size: 18px;
}
.toi_box_l {
  width: 350px;
  float: left;
   
}
.toi_box_r {
  width: 350px;
  float: left;
   margin-left: 40px;
}
.toi_h_l {
  width: 350px;
  height: 50px;
  font-size: 18px;
}
.toi_fu {
  width: 740px;
  height: 50px;
  font-size: 18px;
}
.toi_txt_box {
  width: 740px;
  float: left;
}
.send_bt {
  width: 300px;
  height: 50px;
  background-color: #F8B616;
  border: 1px dashed #F8B616;
  color: #FFFFFF;
}
.send_bt:hover {
  opacity: 70%;
}
::placeholder {
  color: #BCBCBC;
}
.mob {
  display: none;
}
.pc {}
@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */

  .d3_box_a {
  width: 270px;
  margin-left: 0px;
  float: left;
}
.d3_box_b {
  width: 270px;
  margin-left: 10px;
  float: left;
}
.d3_box_c {
  width: 270px;
  margin-left: 10px;
  float: left;
}
    .se_title_box_img {
  width: 330px;
  height: 330px;
  float: left;
}
    
.se_txt_img {
  margin-top: 25px;
  width: 300px;
  height: 250px;
  float: right;
}
    
    
}
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  #maincont {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  
  
}
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  nav {
    width: 300px;
    float: none;
    padding-top: 50px;
  }
  section {
    padding: 20px 50px;
  }
  .read_lar {
    font-size: 20px;
    text-align: center;
  }
  .read_lar_a {
    font-size: 20px;
  }
  .mob_cen {
    text-align: center;
  }
  .d3_box_a {
    width: 290px;
    margin-left: 0px;
    float: none;
  }
  .d3_box_b {
    width: 290px;
    margin-left: 0px;
    float: none;
  }
  .d3_box_c {
    width: 290px;
    margin-left: 0px;
    float: none;
  }
  .d2_box_a {
    width: 290px;
    margin-left: 0px;
    float: none;
  }
  .d2_box_b {
    width: 290px;
    margin-left: 0px;
    float: none;
  }
  .ft_box {
    width: 260px;
    float: left;
  }
  .ft_box_r {
    width: 260px;
    float: left;
  }
  /* service */
  .se_ft16 {
    font-size: 16px;
    color: #f8b616;
  }
  .se_ft18 {
    font-size: 18px;
  }
  .se_ft22 {
    font-size: 22px;
  }
  .se_ft28 {
    font-size: 28px;
    color: #595757;
  }
  .se_se {
    font-size: 12px;
    width: 95px;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    color: #f8b616;
    border: 1px solid #f8b616;
  }
  .se_me {
    font-size: 12px;
    color: #ffffff;
    background-color: #f8b616;
    width: 95px;
    height: 20px;
    padding-top: 3px;
    text-align: center;
  }
  .se_l_box {
    width: 290px;
    float: none;
  }
  .se_r_box {
    width: 290px;
    float: none;
  }
  .se_r_box_50 {
    width: 290px;
    float: none;
    margin-right: 0px;
  }
  .se_pa0 {
    padding-right: 0px;
  }
  .se_txt_box {
    width: 290px;
    float: none;
    padding-bottom: 20px;
  }
  .se_txt_box_60 {
    width: 290px;
    float: none;
    padding-bottom: 60px;
  }
  .se_txt_img {
    margin-top: 25px;
    width: 290px;
    float: none;
  }
  .se_title_box_img {
    width: 290px;
    height: 290px;
    float: none;
  }
  .se_title_box_txt {
    width: 290px;
    float: none;
    padding-top: 20px;
    height: 310px;
  }
  .se_txt_l {
    width: 290px;
    float: none;
  }
  .se_txt_r {
    width: 290px;
    float: none;
  }
  .h_icon {
    background-image: url("../images/pc/service_16.png");
    background-repeat: no-repeat;
    padding-left: 50px;
  }
  .se_im_pa10 {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 140px;
  }
  .se_im_pa {
    width: 140px;
    margin-bottom: 20px;
  }
  /* about us */
  .ab_l_box {
    width: 240px;
    float: none;
  }
  .ab_r_box {
    width: 290px;
    float: none;
  }
  .abu .abu_list {
    display: inherit;
  }
  .abu .abu_list dt {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
  .abu .abu_list dd {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
  .underline {
    padding-bottom: 5px;
    font-size: 16px;
    position: relative;
    border-bottom: 2px solid #AAAAAA; /*右：*/
  }
  .underline::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #f8b616; /*左：ク*/
  }
  .tpline {
    padding-bottom: 5px;
    font-size: 16px;
    position: relative;
    border-top: 2px solid #AAAAAA; /*右：*/
  }
  .tpline::before {
    content: '';
    position: absolute;
    top: -2px;
    width: 200px;
    height: 3px;
    background: #f8b616; /*左：*/
  }
  .aw_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .toi_b {
    width: 290px;
    height: 200px;
    font-size: 18px;
  }
  .toi_box_l {
    width: 290px;
    float: left;
  }
  .toi_box_r {
    width: 290px;
    float: left;
    margin-left: 0px;
  }
  .toi_h_l {
    width: 290px;
    height: 50px;
    font-size: 18px;
  }
  .toi_fu {
    width: 290px;
    height: 50px;
    font-size: 18px;
  }
  .toi_txt_box {
    width: 290px;
    float: left;
  }
}
/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 840px;
  vertical-align: top;
}
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 8px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
    background-color: aqua;
    width: 100%;
        max-width: 1200px;
    top:30px;
    left: 0px;
    margin: 30px auto;
}