.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%!important;
}

.fw400 {
  font-weight: 400!important;
}
.fw600 {
  font-weight: 600!important;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #3B4043;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 32px;
  }
}
#wrapper {
  overflow: hidden;
}

.fnt__zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.cl__blue {
  color: #009FFF;
}

.cl__brown {
  color: #82734D;
}

.d__flex {
  display: flex;
}

.d__flex.jus {
  justify-content: space-between;
}

img {
  width: 100%;
  height: auto;
}

.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ob-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav-Opened .toggle-menu,
body.nav-Opened #ft-fixed,
body.nav-Opened #ft-fixed *,
body.nav-Opened .header__center,
body.nav-Opened .header__center *,
body.nav-Opened .wp-ai,
body.nav-Opened .wp-ai * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

body.nav-Opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  #precision__navigation {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    padding-bottom: 0px;
    background: #f2efec;
  }
  #precision__navigation .navigation__container {
    padding-top: 50px;
    padding-bottom: 5vw;
    position: relative;
  }
}
.nav-Opened #precision__navigation {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
  display: none;
}

header .toggle-menu {
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1000;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 7px 10px rgba(180, 180, 180, 0.25);
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  display: inline-block;
  transition: all 0.4s;
}

.toggle-menu__trigger {
  position: absolute;
  display: block;
  width: 18px;
  height: 15px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
  top: 19px;
  left: 17px;
}

.toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.toggle-menu__trigger span:nth-of-type(1) {
  top: 1px;
}

.toggle-menu__trigger span:nth-of-type(2) {
  top: 6px;
}

.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 3px;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-40deg);
  top: -2px;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(40deg);
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  header .toggle-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp,
  .d__flex {
    display: block;
  }
}

#content {
  padding-top: 0!important;
}
.wrap {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#key {
  position: relative;
  overflow: hidden;
}
#key .key__visual {
  height: 767px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#key .key__visual .kv-1 {
  width: 57%;
}
#key .key__visual .kv-2 {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../img/precision/kv01.jpg") no-repeat center;
  background-size: cover;
}
#key .key__visual .kv-2 dl {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
#key .key__visual .kv-2 dl dt {
  font-size: 56px;
  line-height: 87px;
  margin-bottom: 27px;
}
#key .key__visual .kv-2 dl dd {
  font-size: 22px;
  line-height: 45px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #key .key__visual {
    /* height: 510px; */
    height: 767px;
  }
#key .key__visual .kv-2 dl dt {
    font-size: 4.2vw;
    line-height: 1.8;
    margin-bottom: 1vw;
}
#key .key__visual .kv-2 dl dd {
    font-size: 2vw;
    line-height: 2;
}

}

@media screen and (max-width: 767px) {
  #key .key__visual {
    height: auto;
    display: block;
  }
  #key .key__visual .kv-1 {
    width: 100%;
  }
  #key .key__visual .kv-2 {
    width: 100%;
    background: url("../img/precision/kv01_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
  }
  #key .key__visual .kv-2 dl dt {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #key .key__visual .kv-2 dl dd {
    font-size: 15px;
    line-height: 31px;
  }
}

#sec1 {
  background: url("../img/precision/bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 55px 0 81px;
}
#sec1 .wrap {
  max-width: 1080px;
}
#sec1 h2 {
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 2px;
}
#sec1 .box {
  background: #fff;
  padding: 29px 57px;
}
#sec1 .box ul {
  width: 48%;
}
#sec1 .box ul li {
  position: relative;
  padding: 11px 0 11px 40px;
  font-size: 18px;
}
#sec1 .box ul li::before {
  content: "";
  background: url("../img/precision/icon_check.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  left: 0;
  width: 22px;
  height: 22px;
}
#sec1 .box ul li + li {
  border-top: 1px solid #D9D9D9;
}
#sec1 .box ul + ul {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 30px 20px;
  }
  #sec1 h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
  #sec1 .box {
    padding: 15px 20px;
  }
  #sec1 .box ul {
    width: 100%;
  }
  #sec1 .box ul li {
    padding: 10px 0 10px 34px;
    font-size: 14px;
    line-height: 22px;
  }
  #sec1 .box ul li::before {
    top: 10px;
    left: 0;
  }
  #sec1 .box ul + ul {
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
}

#sec2 {
  position: relative;
  overflow: hidden;
  background: url("../img/precision/bg02.jpg") no-repeat 50% 20%;
  background-size: cover;
  color: #fff;
}
#sec2 h2 {
  width: 113px;
  position: absolute;
  top: -17px;
  right: 0;
}
#sec2 .box {
  width: 745px;
  margin-left: auto;
  padding: 120px 92px 118px 0;
}
#sec2 .box h3 {
  font-size: 34px;
  margin-bottom: 46px;
}
#sec2 .box .text p + p {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  #sec2 {
    background: url("../img/precision/bg02_sp2.jpg"), url("../img/precision/bg02_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: bottom center, top center;
  }
  #sec2 h2 {
    width: 69px;
    top: -20px;
    right: 0;
  }
  #sec2 .box {
    width: 100%;
    margin-left: 0;
    padding: 97vw 20px 80px;
  }
  #sec2 .box h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #sec2 .box .text p + p {
    margin-top: 30px;
  }
}

.contact__frame {
  background: url("../img/precision/bg03.jpg") no-repeat center;
  padding: 56px 0 65px;
  background-size: cover;
}
.contact__frame h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 42px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}
.contact__frame .contact__frame_list {
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact__frame .contact__frame_list li {
  width: 49.2%;
}
.contact__frame .contact__frame_list li a {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  font-weight: 400;
  padding: 35px 0;
  transition: all 0.4s ease;
  height: 131px;
}
.contact__frame .contact__frame_list li a:hover {
  text-decoration: none;
}
.contact__frame .contact__frame_list li a::before {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.contact__frame .contact__frame_list li dl {
  padding-left: 147px;
  margin-bottom: 0;
  line-height: 1;
}
.contact__frame .contact__frame_list li dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact__frame .contact__frame_list .bnr__tel a::before {
  background: url("../img/precision/contact_icon01.png") no-repeat center;
  background-size: 100% auto;
}
.contact__frame .contact__frame_list .bnr__tel dd {
  font-size: 33.5px;
  letter-spacing: 5px;
}
.contact__frame .contact__frame_list .bnr__web a::before {
  background: url("../img/precision/contact_icon02.png") no-repeat center;
  background-size: 100% auto;
}
.contact__frame .contact__frame_list .bnr__web a::after {
  content: "";
  background: url("../img/precision/contact_icon2.png") no-repeat center;
  background-size: 100% auto;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.contact__frame .contact__frame_list .bnr__web a:hover {
  opacity: 0.6;
}
.contact__frame .contact__frame_list .bnr__web dl dd {
  font-size: 31px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .contact__frame {
    background-position: 50% 50%;
    padding: 50px 20px;
  }
  .contact__frame h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }
  .contact__frame .contact__frame_list {
    display: block;
    max-width: 330px;
  }
  .contact__frame .contact__frame_list li {
    width: 100%;
    margin-top: 0;
  }
  .contact__frame .contact__frame_list li + li {
    margin-top: 15px;
  }
  .contact__frame .contact__frame_list li a {
    padding: 25px 0 25px;
    text-align: left;
    line-height: 1;
    height: auto;
  }

.contact__frame .contact__frame_list li a::before {
  width: 46px;
  height: 46px;
  left: 17px;
}

  .contact__frame .contact__frame_list li dl {
    padding-left: 80px;
    text-align: left;
  }
  .contact__frame .contact__frame_list li dl dt {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .contact__frame .contact__frame_list .bnr__tel dt {
    font-size: 13px;
  }
  .contact__frame .contact__frame_list .bnr__tel dd {
    font-size: 24.5px;
    letter-spacing: 3px;
  }
  .contact__frame .contact__frame_list .bnr__web a::after {
    bottom: 10px;
    right: 10px;
  }
  .contact__frame .contact__frame_list .bnr__web a:hover {
    opacity: 1;
  }
  .contact__frame .contact__frame_list .bnr__web dl dd {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

#sec3 {
  position: relative;
  padding-top: 87px;
  margin-bottom: 79px;
}
#sec3 .wrap {
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#sec3 .title {
  background: url("../img/precision/bg_rectangle.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 43px 0 36px;
  font-size: 28px;
  line-height: 54px;
  border-bottom: 1px solid #675E42;
  letter-spacing: 2px;
}
#sec3 .box {
  margin-bottom: 0;
}
#sec3 .box .text {
  padding: 59px 5% 63px 7%;
  width: 66%;
}
#sec3 .box ul {
  width: 33.2%;
}
#sec3 .box ul li {
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding-top: 20px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #sec3 .title {
    padding: 30px 0;
    font-size: 20px;
    line-height: 30px;
  }
  #sec3 .box {
    margin-bottom: 0;
  }
  #sec3 .box .text {
    padding: 25px 20px;
    width: auto;
  }
  #sec3 .box ul {
    width: 100%;
  }
  #sec3 .box ul li {
  }
}

#sec4 {
  position: relative;
  margin-bottom: 67px;
}
#sec4 .set1 {
  background: url("../img/precision/bg04.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 76px 0 150px;
  margin-bottom: -90px;
}
#sec4 .set1 h2 {
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1275px;
  margin: 0 auto;
}
#sec4 .set1 h3 {
  color: #fff;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 1px;
}
#sec4 .set2 {
  position: relative;
  z-index: 2;
}
#sec4 .set2 .wrap {
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#sec4 .set2 h4 {
  background: url("../img/precision/bg_rectangle.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  border-top: 1px solid #675E42;
  border-bottom: 1px solid #675E42;
  padding: 34px 30px 26px;
}
#sec4 .set2 h4 small {
  display: block;
  font-size: 20px;
}
#sec4 .set2 .item-1 {
  margin-bottom: 0;
}
#sec4 .set2 .item-1 .box {
  flex-direction: row-reverse;
  height: auto;
}
#sec4 .set2 .item-1 .box .text {
  width: 66%;
  padding: 56px 7% 55px 5%;
}
#sec4 .set2 .item-1 .box .photo {
  width: 31%;
}
#sec4 .set2 .item-2 {
  margin-bottom: 0;
  padding-bottom: 53px;
}
#sec4 .set2 .item-2 .box-1 {
  max-width: 1033px;
  margin: 0 auto 43px;
  flex-direction: row-reverse;
  padding-top: 66px;
}
#sec4 .set2 .item-2 .box-1 .photo {
  width: 32%;
  margin-right: 2%;
}
#sec4 .set2 .item-2 .box-1 .text {
  width: 64%;
  letter-spacing: 0px;
}



#sec4 .set2 .item-2 .box-1 .text p + p {
  margin-top: 30px;
}
#sec4 .set2 .item-2 .box-1 .text span {
  font-size: 21px;
}
#sec4 .set2 .item-2 .box-1 .text small {
  font-size: 16px;
  display: block;
  padding-top: 6px;
}
#sec4 .set2 .item-2 .box-2 {
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border: 1px solid #82734D;
}
#sec4 .set2 .item-2 .box-2 h5 {
  font-size: 26px;
  font-weight: 500;
  background: #82734D;
  padding: 14px 0;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
#sec4 .set2 .item-2 .box-2 .box-2__list {
  border-top: 1px solid #82734D;
  background: #fff;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 87px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 {
  font-weight: 600;
  font-size: 33px;
  position: relative;
  z-index: 2;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3::after {
  content: "";
  background: #EEF9FF;
  height: 25px;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -21px;
  z-index: -1;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 span {
  display: inline-block;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-1 {
  position: relative;
  color: #696F72;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-1::before {
  content: "";
  background: url("../img/precision/img_dotted.png") no-repeat center;
  background-size: 100% auto;
  width: 105px;
  height: 27px;
  position: absolute;
  top: -23px;
  left: 14px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-2 {
  margin-bottom: 0;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-3 {
  font-size: 44px;
}
#sec4 .set2 .item-2 .box-2 .list {
  display: flex;
  font-weight: 600;
  align-items: center;
}
#sec4 .set2 .item-2 .box-2 .list dl {
  font-size: 23px;
  text-align: center;
  margin-right: 0;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
#sec4 .set2 .item-2 .box-2 .list dl::before {
  content: "";
  background: #EEF9FF;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: -20px;
  z-index: -1;
  width: 126px;
  height: 126px;
}
#sec4 .set2 .item-2 .box-2 .list dl dd span {
  font-size: 32px;
}
#sec4 .set2 .item-2 .box-2 .list p {
  width: 90px;
  position: relative;
  z-index: 3;
  margin-top: 6px;
  margin-left: 0px;
}
#sec4 .set2 .item-2 .box-2 .list_1 {
}
#sec4 .set2 .item-2 .box-2 .list_2 p {
  width: 94px;
}
#sec4 .set2 .item-2 .box-2__text {
  text-align: center;
  font-size: 31px;
  line-height: 58px;
  padding-top: 40px;
  letter-spacing: 2px;
}
#sec4 .set2 .item-2 .box-2__text span {
  font-weight: 600;
  font-size: 37px;
}
#sec4 .set2 .item-2 .box-2__text small {
  font-weight: 600;
  font-size: 57px;
}
#sec4 .set2 .item-3 {
  margin-bottom: 0;
}
#sec4 .set2 .item-3 h4 {
  text-align: center;
  padding: 43px 20px;
  letter-spacing: 2px;
}
#sec4 .set2 .item-3 .box-1 {
  margin-bottom: 0;
  background: #fff;
}
#sec4 .set2 .item-3 .box-1 .photo {
  width: 31%;
}
#sec4 .set2 .item-3 .box-1 .text {
  width: 66%;
  padding: 50px 7% 50px 5%;
}
#sec4 .set2 .item-3 .box-1 .text span {
  font-size: 21px;
  font-weight: 600;
}
#sec4 .set2 .item-4 {
  position: relative;
  background: url("../img/precision/bg05.jpg") no-repeat center;
  background-size: cover;
  padding: 79px 0;
}
#sec4 .set2 .item-4 .item-4__wrap {
  max-width: 1033px;
  margin: 0 auto;
}
#sec4 .set2 .item-4 .block-1 {
  margin-bottom: 50px;
}
#sec4 .set2 .item-4 .block-1 h5 {
  font-size: 33px;
  line-height: 60px;
  padding-top: 47px;
  width: 36%;
  position: relative;
}
#sec4 .set2 .item-4 .block-1 h5::before {
  content: "";
  width: 79px;
  height: 3px;
  background: #009FFF;
  position: absolute;
  top: 12px;
  left: 0;
}
#sec4 .set2 .item-4 .block-1 .text {
  width: 63%;
}
#sec4 .set2 .item-4 .block-1 .text span {
  font-size: 21px;
  font-weight: 600;
}

#sec4_3{
  padding: 66px 20px 57px;
}
#sec4_3 .table-info{
  max-width: 1033px;
  margin: 0 auto;
}
#sec4_3 .table-info dl{
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#sec4_3 .table-info dl:after{
  content: '';
  width: 307px;
  height: 1px;
  background: rgba(75, 172, 230, 1);
  position: absolute;
  left: 0;
  bottom: -1px;
}
#sec4_3 .table-info dl dt{
  display: table-cell;
  width: 307px;
  color: rgba(75, 172, 230, 1);
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#sec4_3 .table-info dl dd{
  display: table-cell;
  padding-left: 18px;
}
#sec4_3 .table-info dl dd ul li{
  position: relative;
  padding-left: 14px;
}
#sec4_3 .table-info dl dd ul li:before{
  content: '';
  width: 7px;
  height: 7px;
  background: rgba(75, 172, 230, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 980px){
  #sec4_3 .table-info dl:after,
  #sec4_3 .table-info dl dt{
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #sec4 {
    margin-bottom: 35px;
  }
  #sec4 .set1 {
    background: url("../img/precision/bg04_sp.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 45px 0 78px;
    margin-bottom: -40px;
  }
  #sec4 .set1 h2 {
    top: 100px;
    left: 0;
    right: 0;
    opacity: 0;
  }
  #sec4 .set1 h3 {
    font-size: 22px;
    line-height: 40px;
  }
  #sec4 .set2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec4 .set2 h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
  }
  #sec4 .set2 h4 small {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  #sec4 .set2 .item-1 {
    margin-bottom: 0;
  }
  #sec4 .set2 .item-1 .box {
    display: block;
  }
  #sec4 .set2 .item-1 .box .text {
    width: auto;
    padding: 25px 20px;
  }
  #sec4 .set2 .item-1 .box .photo {
    width: 100%;
    height: 60vw;
  }
  #sec4 .set2 .item-2 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  #sec4 .set2 .item-2 .box-1 {
    margin: 0px auto 40px;
    display: block;
    padding: 13px 20px 0;
  }
  #sec4 .set2 .item-2 .box-1 .photo {
        width: 60vw;
        margin: 0 0 23px 4vw;

  }
  #sec4 .set2 .item-2 .box-1 .text {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
  }
  #sec4 .set2 .item-2 .box-1 .text p + p {
    margin-top: 30px;
  }
  #sec4 .set2 .item-2 .box-1 .text span {
    font-size: 20px;
    line-height: 30px;
  }
  #sec4 .set2 .item-2 .box-1 .text small {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  #sec4 .set2 .item-2 .box-2 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  #sec4 .set2 .item-2 .box-2 h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.08em;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list {
    padding: 40px 20px;
    display: block;
    text-align: center;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list h3 {
    font-size: 25px;
    display: inline-block;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list h3::after {
    height: 25px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-1::before {
    content: "";
    width: 105px;
    height: 27px;
    top: -18px;
    left: 10px;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-2 {
    margin-bottom: 0;
  }
  #sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-3 {
    font-size: 35px;
  }
  #sec4 .set2 .item-2 .box-2 .list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sec4 .set2 .item-2 .box-2 .list dl {
    margin-right: 0;
  }
  #sec4 .set2 .item-2 .box-2 .list dl::before {
  }
  #sec4 .set2 .item-2 .box-2 .list dl dd span {
    font-size: 32px;
  }
  #sec4 .set2 .item-2 .box-2 .list p {
    width: 90px;
    margin-top: 10px;
  }
  #sec4 .set2 .item-2 .box-2 .list_1 {
    justify-content: center;
    margin: 30px 0 30px;
  }
  #sec4 .set2 .item-2 .box-2 .list_2 p {
    width: 94px;
  }
  #sec4 .set2 .item-2 .box-2__text {
    font-size: 19px;
    line-height: 40px;
    padding-top: 30px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec4 .set2 .item-2 .box-2__text span {
    font-size: 25px;
  }
  #sec4 .set2 .item-2 .box-2__text small {
    font-weight: 600;
    font-size: 45px;
  }
  #sec4 .set2 .item-3 {
    margin-bottom: 0;
  }
  #sec4 .set2 .item-3 h4 {
    padding: 20px 0px;
    font-size: 20px;
    line-height: 30px;
  }
  #sec4 .set2 .item-3 .box-1 {
    margin-bottom: 0;
  }
  #sec4 .set2 .item-3 .box-1 .photo {
    width: 100%;
  }
  #sec4 .set2 .item-3 .box-1 .text {
    width: auto;
    padding: 30px 20px;
    font-size: 15px;
  }
  #sec4 .set2 .item-3 .box-1 .text span {
    font-size: 20px;
  }
  #sec4 .set2 .item-4 {
    padding: 40px 20px;
  }
  #sec4 .set2 .item-4 .block-1 {
    margin-bottom: 50px;
  }
  #sec4 .set2 .item-4 .block-1 h5 {
    font-size: 24px;
    line-height: 40px;
    padding-top: 35px;
    width: auto;
    margin-bottom: 30px;
  }
  #sec4 .set2 .item-4 .block-1 h5::before {
    width: 53px;
    height: 2px;
  }
  #sec4 .set2 .item-4 .block-1 .text {
    width: 100%;
    font-size: 15px;
    line-height: 32px;
  }
  #sec4 .set2 .item-4 .block-1 .text span {
    font-size: 20px;
    line-height: 32px;
  }
    
  #sec4_3{
    padding: 27px 20px 15px;
  }
  #sec4_3 .table-info dl{
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #sec4_3 .table-info dl:after{
    width: 83px;
  }
  #sec4_3 .table-info dl dt{
    width: 83px;
    font-size: 15px;
  }
  #sec4_3 .table-info dl dd{
    padding-left: 5px;
  }
  #sec4_3 .table-info dl dd ul li{
    padding-left: 12px;
  }
  #sec4_3 .table-info dl dd ul li:before{
    top: 9px;
  }
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper .fixed-table {
  width: 1033px;
  border-collapse: collapse;
}
.table-wrapper .fixed-table thead th {
  color: #fff;
  padding: 23px 0 0;
  text-align: center;
  font-weight: 700;
}
.table-wrapper .fixed-table thead th span {
  background: rgba(157, 157, 157, 0.7);
  padding-top: 20px;
  border-right: 1px solid #909090;
  display: block;
  padding-bottom: 18px;
  line-height: 1;
}
.table-wrapper .fixed-table thead th.last__th {
  position: relative;
  font-weight: 700;
  border-right: none;
  padding: 0;
  background: url("../img/precision/bg08.jpg") no-repeat center;
  background-size: cover;
}
.table-wrapper .fixed-table tbody {
  background: #fff;
}
.table-wrapper .fixed-table tbody th {
  background: #F6F6F6;
  padding: 20px 13px 20px 45px;
  border-bottom: 1px solid #ADADAD;
  font-weight: 700;
  width: 24%;
}
.table-wrapper .fixed-table tbody td {
  /* padding: 50px 30px; */
  border-bottom: 1px solid #ADADAD;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #909090;
}
.table-wrapper .fixed-table tbody td span {
  display: inline-block;
  max-width: 243px;
  margin: 27px auto;
}

/*custom scroll*/

/* .custom-scroll::-webkit-scrollbar {
  width: 10px; 
  height: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #55B6F1;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #55B6F1;
} */
/*custom scroll*/

@media screen and (max-width: 1113px) {
  .table-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .table-wrapper .fixed-table {
    width: 619px;
  }
  .table-wrapper .fixed-table thead th {
    padding: 30px 0 0;
    font-size: 16px;
  }
  .table-wrapper .fixed-table thead th span {
    padding-top: 20px;
  }
  .table-wrapper .fixed-table thead th.last__th {
    margin-bottom: 0;
  }
  .table-wrapper .fixed-table tbody {
    font-size: 15px;
  }
  .table-wrapper .fixed-table tbody th {
  padding-left: 20px;
  width: 27%;
  }
  .table-wrapper .fixed-table tbody td {
    /* padding: 50px 30px; */
  }
  .table-wrapper .fixed-table tbody td span {
    max-width: 189px;
  }
}

#sec5 {
  position: relative;
  margin-bottom: 78px;
}
#sec5 .set1 {
  background: url("../img/precision/bg09.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 111px 0 167px;
  margin-bottom: -67px;
}
#sec5 .set1 h2 {
    position: absolute;
    top: 132px;
    left: 50%;
    right: 0;
    text-align: center;
    max-width: 1290px;
    margin: 0 auto;
    width: 120%;
    transform: translateX(-50%);
}
#sec5 .set1 h3 {
  color: #fff;
  font-size: 34px;
  line-height: 54px;
}
#sec5 .set2 {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #sec5 {
    margin-bottom: 35px;
  }
  #sec5 .set1 {
    padding: 55px 0 116px;
  }
  #sec5 .set1 h2 {
    opacity: 0;
  }
  #sec5 .set1 h3 {
    font-size: 22px;
    line-height: 40px;
  }
}

.sec5__list {
  margin-bottom: 0;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.sec5__list li {
  display: flex;
  justify-content: space-between;
}
.sec5__list li .photo {
  width: 30%;
  position: relative;
}
.sec5__list li .photo::before {
  content: "";
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.sec5__list li dl {
  width: 60%;
  padding-top: 62px;
  padding-bottom: 62px;
  position: relative;
  z-index: 2;
}
.sec5__list li dl dt {
  font-size: 30px;
  margin-bottom: 16px;
  line-height: 48px;
}
.sec5__list li dl dt span {
  color: #AE8516;
}
.sec5__list li dl dd span {
  display: block;
}
.sec5__list li dl dd span + span {
  margin-top: 30px;
}
.sec5__list li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.sec5__list li:nth-child(2n+1) .photo::before {
  left: -10px;
  background: url("../img/precision/shadow_left.png") no-repeat center;
  background-size: 100% 100%;
}
.sec5__list li:nth-child(2n+1) dl {
  padding-left: 71px;
}
.sec5__list li:nth-child(2n) {
  background: #FBFAF7;
}
.sec5__list li:nth-child(2n) .photo::before {
  right: -10px;
  background: url("../img/precision/shadow_right.png") no-repeat center;
  background-size: 100% 100%;
}
.sec5__list li:nth-child(2n) dl {
  padding-right: 57px;
}
@media screen and (max-width: 767px) {
  .sec5__list {
    margin-bottom: 0;
  }
  .sec5__list li {
    display: block;
  }
  .sec5__list li .photo {
    width: 100%;
    height: 55vw;
  }
  .sec5__list li .photo img {
    object-position:50% 16%;
  }
  .sec5__list li:nth-child(2n) .photo::before,
  .sec5__list li:nth-child(2n+1) .photo::before,
  .sec5__list li .photo::before {
  width: 100%;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
    background: url("../img/precision/shadow_bottom.png") no-repeat center;
    background-size: 100% 100%;
    height: 122px;
    display: none;

  }
  .sec5__list li dl {
    width: auto;
    padding: 30px 20px 30px;
  }
  .sec5__list li dl dt {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .sec5__list li dl dd span + span {
    margin-top: 15px;
  }
  .sec5__list li:nth-child(2n),
  .sec5__list li:nth-child(2n+1) {
    display: block;
  }
  .sec5__list li:nth-child(2n) .photo::before,
  .sec5__list li:nth-child(2n+1) .photo::before {
    left: 0;
    right: 0;
  }
  .sec5__list li:nth-child(2n) dl,
  .sec5__list li:nth-child(2n+1) dl {
    padding-left: 20px;
  }
  .sec5__list li:nth-child(2n) dl {
    padding-right: 20px;
  }




}

#sec6 {
  position: relative;
  margin-bottom: 68px;
}
#sec6 .set1 {
  background: url("../img/precision/bg10.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 90px 0 135px;
  margin-bottom: -73px;
}
#sec6 .set1 h2 {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  text-align: center;
  width: 421px;
  margin: 0 auto;
}
#sec6 .set1 h3 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}
#sec6 .set2 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec6 {
    margin-bottom: 35px;
  }
  #sec6 .set1 {
    padding: 60px 0 104px;
    margin-bottom: -40px;
  }
  #sec6 .set1 h2 {
    opacity: 0;
  }
  #sec6 .set1 h3 {
    font-size: 22px;
    line-height: 40px;
  }

#sec6 .set2 {
  margin-left: 0;
  margin-right: 0;
}

}

.sec6__list {
  margin-bottom: 0;
}
.sec6__list .item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
  position: relative;
  flex-direction: row-reverse;
}
.sec6__list .item::after {
  content: "";
  background: url(../img/precision/icon_arrow01.png) no-repeat center;
  width: 51px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 26px;
  background-size: 100% auto;
}
.sec6__list .item:last-child::after {
  display: none;
}
.sec6__list .item .photo {
  width: 34.5%;
  position: relative;
}
.sec6__list .item dl {
  width: 65%;
  padding: 50px 5% 40px;
  position: relative;
  z-index: 2;
  min-height: 301px;
}
.sec6__list .item dl dt {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 48px;
  padding-left: 70px;
  position: relative;
}
.sec6__list .item dl dt .num {
  width: 48px;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 3px;
  background: url("../img/precision/num_bg.png") no-repeat;
  background-size: 100% 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.sec6__list .item dl dd {
  margin-bottom: 0;
}
.sec6__list .item + .item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .sec6__list {
    margin-bottom: 0;
  }
  .sec6__list .item {
    display: block;
  }
  .sec6__list .item::after {
    width: 56px;
    bottom: -36px;
    left: 50%;
    height: 26px;
  }
  .sec6__list .item .photo {
    width: 100%;
  }
  .sec6__list .item dl {
    width: auto;
    padding: 40px 20px;
    min-height: 500px;
  }
  .sec6__list .item dl dt {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 34px;
    padding-left: 0;
    text-align: center;
  }
  .sec6__list .item dl dt .num {
    width: 45px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 45px;
    font-size: 25px;
    top: -60px;
  }
  .sec6__list .item dl dd {
    margin-bottom: 0;
  }
  .sec6__list .item + .item {
    margin-top: 50px;
  }
}

#sec7 {
  position: relative;
  color: #fff;
  background: url("../img/precision/bg11.jpg") no-repeat center;
  background-size: cover;
  padding: 148px 0 111px;
}
#sec7 .title {
  margin-bottom: 89px;
  position: relative;
  text-align: center;
}
#sec7 .title h3 {
  width: 703px;
  position: absolute;
  top: -99px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sec7 .title h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
#sec7 .title p {
  line-height: 42px;
  font-size: 24px;
}
#sec7 .row-1 {
  position: relative;
  margin-bottom: 83px;
  flex-direction: row-reverse;
}
#sec7 .row-1 .photo {
  width: 588px;
  height: 481px;
}
#sec7 .row-1 .photo::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -19px;
  right: -19px;
  bottom: 19px;
  left: 19px;
  z-index: 2;
}
#sec7 .row-1 .text {
  width: 568px;
  padding-top: 11px;
}
#sec7 .row-1 .text p + p {
  margin-top: 32px;
}
#sec7 .row-2 {
  position: relative;
}
#sec7 .row-2 ul {
  width: 573px;
  margin-left: -76px;
}
#sec7 .row-2 ul li {
  width: 100%;
  height: 374px;
}
#sec7 .row-2 .text {
  width: 52%;
}
#sec7 .row-2 .text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #sec7 {
    background: url("../img/precision/bg11_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 20px 50px;
  }
  #sec7 .title {
    margin-bottom: 55px;
  }
  #sec7 .title h3 {
    opacity: 0;
  }
  #sec7 .title h2 {
    font-size: 22px;
    margin-bottom: 31px;
  }
  #sec7 .title p {
    line-height: 32px;
    font-size: 16px;
  }
  #sec7 .row-1 {
    margin-bottom: 50px;
  }
  #sec7 .row-1 .photo {
    width: 94%;
    height: 73vw;
  }
  #sec7 .row-1 .photo::before {
    top: -10px;
    right: -10px;
    bottom: 10px;
    left: 10px;
  }
  #sec7 .row-1 .text {
    width: auto;
    font-size: 15px;
    line-height: 30px;
    padding-top: 25px;
  }
  #sec7 .row-1 .text p + p {
    margin-top: 20px;
  }
  #sec7 .row-2 {
    margin-bottom: 0;
  }
  #sec7 .row-2 ul {
    width: 106%;
    margin-left: -30px;
    margin-bottom: 8vw;
  }
  #sec7 .row-2 ul li {
    width: 100%;
    height: 60vw;
  }
  #sec7 .row-2 .text {
    width: auto;
  }
  #sec7 .row-2 .text p + p {
    margin-top: 25px;
  }
}

#sec8 {
  position: relative;
  background: #F5F2EF;
}
#sec8 .row {
  margin-bottom: 0;
  align-items: center;
}
#sec8 .row .col-1 {
  width: 50%;
  padding: 42px 7.5%;
}
#sec8 .row .col-1 .title {
  text-align: center;
  line-height: 1;
  margin-bottom: 22px;
}
#sec8 .row .col-1 .title h2 {
  font-size: 36px;
  color: #3B4043;
  margin-bottom: 10px;
  font-weight: 500;
}
#sec8 .row .col-1 .title span {
  display: block;
  font-size: 20px;
}
#sec8 .row .mapp {
  width: 50%;
}
#sec8 .row .mapp iframe,
#sec8 .row .mapp p {
  width: 100%;
  height: 100%;
}
#sec8 .row .mapp,
#sec8 .row .mapp iframe {
  height: 558px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec8 {
    margin-bottom: 0;
  }
  #sec8 .row {
    display: block;
    margin-bottom: 0;
  }
  #sec8 .row .col-1 {
    width: auto;
    padding: 50px 20px 30px;
  }
  #sec8 .row .col-1 .title {
    margin-bottom: 30px;
  }
  #sec8 .row .col-1 .title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #sec8 .row .col-1 .title span {
    font-size: 13px;
  }
  #sec8 .row .mapp {
    width: auto;
  }

#sec8 .row .mapp,
#sec8 .row .mapp iframe {
  height: 65vw;
}


}

.infoList {
  margin-bottom: 0;
}
.infoList dl {
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.infoList dl dt, .infoList dl dd {
  padding: 20px 0;
}
.infoList dl dt {
  font-weight: 700;
  border-bottom: 1px solid #867D65;
  width: 24%;
}
.infoList dl dd {
  border-bottom: 1px solid #CDD6DD;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .infoList {
    margin-bottom: 0;
  }
  .infoList dl {
    line-height: 24px;
    font-size: 15px;
    line-height: 22px;
  }
  .infoList dl dt, .infoList dl dd {
    padding: 10px 0;
  }
  .infoList dl dt {
    width: 25%;
  }
  .infoList dl dd {
    width: 80%;
  }
}

#header {
  position: fixed;
  top: 15px;
  left: 15px;
  right: 5px;
  z-index: 123;
}
#header .header__wrap {
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 0 7px 10px rgba(180, 180, 180, 0.25);
  display: flex;
  justify-content: end;
  padding-right: 7px;
}
#header .logo {
  width: 313px;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 3;
}
#header .header__center .header__main-cointainer,
#header .header__center .precision_nav {
  display: flex;
  gap: 24px;
  padding-right: 20px;
}
#header .header__center .header__main-cointainer a, #header .header__center .header__main-cointainer span,
#header .header__center .precision_nav a,
#header .header__center .precision_nav span {
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s ease;
}
#header .header__center .header__main-cointainer a:hover, #header .header__center .header__main-cointainer span:hover,
#header .header__center .precision_nav a:hover,
#header .header__center .precision_nav span:hover {
  text-decoration-line: underline;
  text-underline-offset: 5px;
}
#header .header__center .header__main-cointainer .up-menu,
#header .header__center .precision_nav .up-menu {
  height: 62px;
  line-height: 62px;
}
#header .header__center .header__tel {
  width: 307px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
#header .header__center .header__tel .header__tel-2 span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.051em;
}
#header .header__center .header__tel .header__tel-2 span::before {
  content: "";
  background: url("../img/precision/icon_tel.png") no-repeat center;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}
#header .header__center .header__tel .header__tel-3 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 23px;
  width: 117px;
  line-height: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  background: url("../img/precision/bg_web.jpg") no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
#header .header__center .header__tel .header__tel-3 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#header .contact__frame {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    top: 0;
    left: 0;
    right: 0;

  }
   .nav-Opened #header {
    background: #f2efec;
   }


  #header .header__wrap {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    position: relative;
    padding-top: 80px;
  }
  #header .header__wrap::before {
    content: "";
    background: #fff;
    border-radius: 70px;
    box-shadow: 0 7px 10px rgba(180, 180, 180, 0.25);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 70px;
    height: 52px;
    z-index: 2;
  }
  #header .logo {
    width: 209px;
    position: absolute;
    top: 18px;
    left: 25px;
  }
  #header .header__center .header__main-cointainer,
  #header .header__center .precision_nav {
    display: block;
    gap: 0;
	padding-right: 0;
  }
  #header .header__center .header__main-cointainer a, #header .header__center .header__main-cointainer span,
  #header .header__center .precision_nav a,
  #header .header__center .precision_nav span {
    font-size: 15px;
    display: block;
    text-align: center;
  }
  #header .header__center .header__main-cointainer a:hover, #header .header__center .header__main-cointainer span:hover,
  #header .header__center .precision_nav a:hover,
  #header .header__center .precision_nav span:hover {
    text-decoration: none;
  }
  #header .header__center .header__main-cointainer .up-menu,
  #header .header__center .precision_nav .up-menu {
    height: 62px;
    line-height: 62px;
  }
  #header .header__center .precision_nav a, #header .header__center .precision_nav span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
  }
  #header .header__center .header__tel {
    display: none;
  }
  #header .contact__frame {
    display: block;
    padding-bottom: 29vw;
  }
}

#footer {
  padding: 62px 0 0;
}
#footer .wrap {
  max-width: 1080px;
}
#footer .set1 {
  margin-left: 0;
}
#footer .set1 .footer__logo {
  width: 295px;
}
#footer .set2 {
  width: 45%;
  font-size: 14px;
  line-height: 24px;
  color: #72706E;
  margin-bottom: 153px;
}
#footer .set2 .tt-1 {
  margin-bottom: 26px;
}
#footer address {
  text-align: center;
  display: block;
  font-size: 11px;
  line-height: 24px;
  background: #655A3F;
  color: #fff;
  padding: 13px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 50px 0px 12vw;
  }
  #footer .set1 {
    margin-left: 0;
  }
  #footer .set1 .footer__logo {
    width: 280px;
    margin: 0 auto 30px;
  }
  #footer .set2 {
    width: auto;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .set2 .tt-1 {
    margin-bottom: 15px;
  }
  #footer address {
    padding: 10px 0 10vw;
  }
}

.fixed__up__pc {
  width: 35px;
  position: fixed;
  bottom: 69px;
  right: 20px;
  z-index: 123;
}

.wp-ai {
  width: 143px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 123;
}

.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 123;
}

.ft-fixed__shared {
  display: flex;
  justify-content: space-between;
}


@media screen and (max-width: 374px) {
  .contact__frame h2 {
    font-size: 25px;
  }
.contact__frame .contact__frame_list .bnr__tel dt {
  font-size: 12px;
}
.contact__frame .contact__frame_list li dl {
  padding-left: 60px;
}
    .contact__frame .contact__frame_list li a::before {
        width: 40px;
        height: 40px;
        left: 10px;
    }

    #key .key__visual .kv-2 dl dt {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    } 


    #sec4 .set1 h3 {
        font-size: 19px;
        line-height: 35px;
    }
    #sec4 .set2 .item-2 .box-2 h5 {
      font-size: 18px;
    }
    #sec4 .set2 .item-2 .box-2 .box-2__list h3 {
      font-size: 22px;
    }
    #sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-1::before {
      width: 72px;
    }
    #sec4 .set2 .item-2 .box-2__text {
      font-size: 17px;
    }
    #sec4 .set2 .item-2 .box-2__text small {
      font-size: 35px;
    }
    #sec4 .set2 .item-2 .box-2__text span {
      font-size: 20px;
    }
    #sec5 .set1 h3 {
      font-size: 20px;
    }

    #sec6 .set1 {
        padding: 45px 0 70px;
    }
    .sec6__list .item dl dt {
      font-size: 18px;
    }
.infoList dl dt {
  width: 27%;
}
}

@media screen and (min-width: 1000px) and (max-width: 1299px)  {
  #header .logo {
    width: 195px;
  }
  #header .header__center .header__main-cointainer, 
  #header .header__center .precision_nav {
    /* gap: 12px; */
  }
  #header .header__center .header__main-cointainer a, 
  #header .header__center .header__main-cointainer span, 
  #header .header__center .precision_nav a, 
  #header .header__center .precision_nav span {
    /* font-size: 13px; */
  }
  #header .header__center .header__tel .header__tel-2 span {
    font-size: 16px;

  }

  #header .header__center .header__tel .header__tel-3 a {
      font-size: 14px;
      width: 99px;
    }

  #header .header__center .header__tel {
      width: 258px;
      gap: 10px;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer address {
    margin-left: -20px;
    margin-right: -20px;
  }
  .contact__frame {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact__frame .contact__frame_list li dl {
    padding-left: 135px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px)  {
#header .logo {
    width: 148px;
    left: 10px;
  }
  #header .header__center .header__main-cointainer, 
  #header .header__center .precision_nav {
    /* gap: 8px; */
    gap: 15px;
  }
  #header .header__center .header__main-cointainer a, 
  #header .header__center .header__main-cointainer span, 
  #header .header__center .precision_nav a, 
  #header .header__center .precision_nav span {
    /* font-size: 1.2vw; */
    font-size: 14px;
  }
  #header .header__center .header__tel .header__tel-2 span {
    /* font-size: 13px; */
  }

  #header .header__center .header__tel .header__tel-3 a {
      font-size: 12px;
      width: 84px;
    }

  #header .header__center .header__tel {
      width: 219px;
      gap: 10px;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer address {
    margin-left: -20px;
    margin-right: -20px;
  }
  .contact__frame {
    padding-left: 20px;
    padding-right: 20px;

  }
  .contact__frame .contact__frame_list li dl {
    padding-left: 90px;
  }
.contact__frame .contact__frame_list {
  max-width: 730px;
}
.contact__frame .contact__frame_list .bnr__web dl dd {
  font-size: 25px;
}
.contact__frame .contact__frame_list li a {
  height: 100px;
}
.contact__frame .contact__frame_list li a::before {
  width: 55px;
  height: 55px;
  left: 19px;
}
.contact__frame .contact__frame_list li dl dt {
  font-size: 14px;
}
.contact__frame .contact__frame_list .bnr__tel dd {
  font-size: 26.5px;
}
}

.br__ipad {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px)  {
  #sec1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec1 .box {
    padding: 29px 30px;
  }
  #sec2 {
    background-position: 30% 50%;
  }
  #sec2 .box {
      width: 70%;
      padding: 120px 20px 118px 0;
  }
#sec3 {
  padding-left: 20px;
  padding-right: 20px;
}
#sec3 .box ul {
  width: 40%;
}
#sec3 .box .text {
    padding: 5% 3%;
    width: 66%;
}
#sec4 .set2 {
  margin-left: 20px;
  margin-right: 20px;
}
#sec4 .set2 .item-1 .box .photo {
  width: 35%;
}
#sec4 .set2 .item-1 .box .text {
  padding: 5% 3%;
}
#sec4 .set2 .item-2 .box-1 {
  padding-left: 20px;
  padding-right: 20px;
          padding-top: 25px;
}
#sec4 .set2 .item-2 .box-1 .text {
  width: 67%;
}
#sec4 .set2 .item-2 .box-2 {
  margin-left: 20px;
  margin-right: 20px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list {
  gap: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 {
  font-size: 26px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-3 {
  font-size: 40px;
}
#sec4 .set2 .item-2 .box-2 .box-2__list h3 .tt-1::before {
  width: 81px;
}

#sec4 .set2 .item-2 .box-2 .box-2__list h3::after {
    height: 18px;
    bottom: -6px;
    right: -5px;
    left: -5px;
}

#sec4 .set2 .item-2 .box-2 .list dl {
  font-size: 20px;
}
#sec4 .set2 .item-2 .box-2 .list dl dd span {
  font-size: 30px;
}
#sec4 .set2 .item-3 .box-1 .text {
    width: 66%;
    padding: 35px 5% 35px 5%;
}

#sec4 .set2 .item-3 .box-1 .photo {
  width: 37%;
}
#sec4 .set2 .item-4 {
  padding-left: 20px;
  padding-right: 20px;
}
#sec4 .set2 .item-4 .block-1 h5 {
  width: 50%;
}
.sec5__list li {
  display: block;
}
.sec5__list li dl {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
.sec5__list li .photo {
  width: 38%;
  height: 306px;
  margin-bottom: 20px;
}
.sec5__list li:nth-child(2n+1) .photo {
  float: right;
  margin-left: 20px;
}
.sec5__list li:nth-child(2n) .photo {
  float: left;
  margin-right: 20px;
}
.sec5__list li:nth-child(2n+1) dl {
  padding-left: 30px;
}
.sec5__list li:nth-child(2n) dl {
  padding-right: 30px;
}

.br__ipad {
  display: block;
}

.sec5__list li dl dt {
    font-size: 3vw;
    line-height: 2;
    letter-spacing: 0;
}

#sec6 .set2 {
  margin-left: 20px;
  margin-right: 20px;
}
.sec6__list .item .photo {
  width: 39.5%;
}
#sec7 {
  padding-left: 20px;
  padding-right: 20px;
}
#sec7 .row-1 .photo {
    width: 55%;
    height: 481px;
    margin-left: 4%;
}
#sec7 .row-2 ul {
  width: 54%;
}

#sec8 .row .col-1 {
    width: 50%;
    padding: 42px 3.5%;
}

#sec4 .set2 .item-2 .box-2__text {
  font-size: 25px;
}
#sec4 .set2 .item-2 .box-2__text span {
  font-size: 30px;
}
#sec4 .set2 .item-2 .box-2__text small {
  font-size: 50px;
}

}


#fix-btn__precision {

}


#fix-btn__precision {
    position: fixed;
    z-index: 99;
    right: 0px;
    bottom: 0;
    z-index: 99;
    width: 64px;
}
@media screen and (max-width: 767px) {
    #fix-btn__precision {
        width: 100%;
       background:  #D2B30A;
    }
    #fix-btn__precision ul {
        display: table;
        width: 100%;
    }
    #fix-btn__precision ul li {
        display: table-cell;
    }
   #fix-btn__precision img {
        opacity: 1 !important;
    }
}
#pagetop {
    cursor: pointer;
    background-color: #584736;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
@media screen and (min-width: 768px) {
    #pagetop {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    #pagetop:hover {
        opacity: 0.8;
    }
}

#sec6 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 40px;
}

#sec6 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    width: 15px;
    height: 38px;
    top: 66vw;
}

#sec6 .slick-arrow.slick-disabled {
  opacity: .2;
}

#sec6 .slick-arrow.slick-prev {
    left: 15px;
    background: url("../img/precision/prev.png") no-repeat;
    background-size: 100% auto;

}

#sec6 .slick-arrow.slick-next {
    right: 15px;
    background: url("../img/precision/next.png") no-repeat;
    background-size: 100% auto;
}




.simplebar-scrollbar {
  opacity: 1 !important;
  transition: none !important;
}


.simplebar-scrollbar::before {
  background-color: #55B6F1 !important;
  opacity: 1 !important;

}

.simplebar-track {
  background: #fff;
  border-radius: 10px;
}

.simplebar-scrollbar:before {
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
}