@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
.font {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
p {
  line-height: 1.7;
}
.wrapper {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap03 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.deco a, .deco a:hover {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  width: 100%;
  z-index: 100;
}
#head .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.4s ease-out;
}
#head h1 {
  width: 440px;
  padding: 40px 0;
}
#head img {
  display: block;
}
/* ----------------------------------------
  #gnav
---------------------------------------- */
#gnav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
  z-index: 100;
}
#gnav li {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
#gnav li a {
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
#gnav > li > a > i {
  position: relative;
  font-size: 50%;
  margin-left: 5px;
  top: -2px;
}
.menu_second {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 220px;
  top: 0;
  left: 50%;
  margin-left: -110px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#gnav li:hover .menu_second {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
#gnav .menu_second li {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 0;
}
#gnav .menu_second li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  line-height: 1.0;
  padding: 20px 15px;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 15000;
  width: 50px;
  height: 50px;
  background-color: #dd7436;
  text-align: center;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 12.5px;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #fff;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 50px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #a6a49d;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #000;
  font-size: 1.5rem;
  line-height: 7vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  position: relative;
  margin-left: calc((100% - 1600px) / 2);
  border-radius: 30px 0 0 30px;
  margin-bottom: 20px;
}
#page-title.first {
  background: url("../images/first-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.alarm {
  background: url("../images/alarm-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.digestive {
  background: url("../images/digestive-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.business {
  background: url("../images/business-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.company {
  background: url("../images/company-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.recruit {
  background: url("../images/recruit-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.contact,#page-title.thanks {
  background: url("../images/contact-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.works {
  background: url("../images/works-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title.news {
  background: url("../images/news-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title .box {
  display: table;
  width: 100%;
}
#page-title .box .inner{
  display: table-cell;
  height: 400px;
  text-align: left;
  vertical-align: middle;
}
#page-title h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 15px;
}
#page-title h2 {
  font-size: 5rem;
  font-weight: 900;
  text-align: left;
  line-height: 1;
  margin-left: 50px;
}
.footstamp {
  margin-bottom: 20px;
}
.footstamp p {
  font-size: 90%;
  text-align: right;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 110px 0;
}
.cmn-b01 {
  padding-bottom: 110px;
}
.cmn-tb02 {
  padding: 55px 0;
}
.cmn-b02 {
  padding-bottom: 55px;
}
.cmn-tb03 {
  padding: 30px 0;
}
.cmn-b03 {
  padding-bottom: 30px;
}
/* ----------------------------------------
  flex
---------------------------------------- */
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.flr-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.fl-space {
  justify-content: space-between;
}
.tb-box {
  display: table;
}
.tb-box .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 h2 {
  line-height: 1;
  text-align: left;
  margin-bottom: 25px;
}
.cmn-title01 h2 .en {
  display: block;
  font-size: 6rem;
  margin-bottom: 15px;
   font-weight:700;
}
.cmn-title01 h2 .jp {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background-color: #46a6cc;
  padding: 5px 15px;
}
.cmn-title01 p {
  text-align: left;
  margin-bottom: 30px;
}
.cmn-title02 {
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cmn-title03 h2 {
  color: #fff;
  line-height: 1;
  text-align: left;
  margin-bottom: 25px;
}
.cmn-title03 h2 .en {
  display: block;
  font-size: 6rem;
 
}
.cmn-title03 h2 .jp {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 15px;
  
}
.cmn-title03 p {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
.cmn-title04 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-group
---------------------------------------- */
.cmn-group01 {
  display: flex;
  flex-wrap: wrap;
}
.cmn-group01 li {
  width: 47%;
  margin-right: 6%;
}
.cmn-group01 li:nth-child(2n) {
  margin-right: 0;
}
.cmn-group01 h3 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.cmn-group01 h3::before {
  content: "\f138";
  color: #46a6cc;
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-right: 5px;
}
.cmn-group01 p {
  margin-left: 30px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #46a6cc;
  padding: 28px 30px;
}
.cmn-btn01 a::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-left: 5px;
}
.cmn-btn02 a {
  display: inline-block;
  color: #000;
  min-width: 300px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  padding: 28px 30px;
}
.cmn-btn02 a::before {
  color: #dd7436;
  content: "\f0e0";
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  margin-right: 5px;
}
/* ----------------------------------------
  img-box
---------------------------------------- */
.img-box {
  overflow: hidden;
  position: relative;
  padding-top: 54%;
  margin-bottom: 10px;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.img-box img {
  transform: scale(1.05, 1.05);
}
.img-box02 {
  overflow: hidden;
  position: relative;
  padding-top: 41%;
  border-radius: 20px;
  margin-bottom: 10px;
}
.img-box02 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.img-box02 img {
  transform: scale(1.05, 1.05);
}
/* ----------------------------------------
 about
------------------------------------------- */
#about .box {
  height: 450px;
  background: url("../images/cmn-images/about-img.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-right: calc((100% - 1600px) / 2);
  margin-bottom: 50px;
  border-radius: 0 30px 30px 0;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  color: #fff;
  background: url("../images/cmn-images/contact-img.jpg") 50% 0 no-repeat;
  background-size: cover;
}
#contact h3 a {
  color: #fff;
}
#contact h3 {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
#contact h3 span {
  font-size: 6rem;
  margin-left: 10px;
}
#contact p {
  margin-bottom: 30px;
}
/* ----------------------------------------
 boshu
------------------------------------------- */
#boshu {
  color: #fff;
  background: url("../images/alarm-images/img-partner.jpg") 50% 0 no-repeat;
  background-size: cover;
  text-align:center!important;
}
#boshu h3 a {
  color: #fff;
  text-align:center!important;
}
#boshu h3 {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
  text-align:center!important;
}
#boshu h3 span {
  font-size: 6rem;
  margin-left: 10px;
  text-align:center!important;
}
#boshu p {
  margin-bottom: 30px;

}
/* ----------------------------------------
 recruit
------------------------------------------- */
#recruit {
  background:rgba(143, 162, 195,0.2);
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#foot .box01 {
  width: 400px;
}
#foot .box01 h2 {
  margin-bottom: 20px;
}
#foot .box01 p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
#foot .box02 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
#foot .fnav {
  width: 12.5%;
}
#foot .fnav li {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-align:center;
}
#foot .fnav li:last-child {
  margin-bottom: 0;
}
#foot .fnav li a {
  font-size: 1.5rem;
  font-weight: bold;
}
#foot .fnav .child a {
  font-weight: normal;
}
#foot .fnav .child a::before {
  position: relative;
  display: inline-block;
  content: "";
  background-color:#46a6cc;
  width: 10px;
  height: 2px;
  top: -5px;
  margin-right: 5px;
}
#foot .copy {
  color: #fff;
  background-color:#46a6cc;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color:#46a6cc;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1600px) {
  body {
    min-width: 1600px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1599px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  body {
    font-size: 1.3846vw;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 30%;
  }
  #gnav li a {
    font-size: 1.3846vw;
    padding: 0 0.5em;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  margin-left: 50px;
  border-radius: 20px 0 0 20px;
  margin-bottom: 20px;
}
#page-title .box .inner{
  height: 300px;
}
#page-title h2 {
  font-size: 4rem;
  margin-left: 50px;
}
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 h2 .en {
    font-size: 3.75vw;
  }
  .cmn-title01 h2 .jp {
    font-size: 1.125vw;
  }
  .cmn-title02 {
    font-size: 1.5vw;
  }
  .cmn-title03 h2 .en {
    font-size: 3.75vw;
  }
  .cmn-title03 h2 .jp {
    font-size: 1.125vw;
  }

.cmn-title03 h2 .jp2 {
    font-size: 1.125vw;
    font-weight:normal!important;
    text-align:center;
  }
.jp2 {
    font-size: 2vw!important;
    font-weight:500!important;
    text-align:center!important;
    margin-top:3%;
    margin-bottom:1%;
  }

.cmn-title03 h2 .en2 {
    font-size: 1.15vw;
    font-weight:normal!important;
  }
  .cmn-title04 {
  font-size: 1.5vw;
}
  /* ----------------------------------------
  cmn-group
---------------------------------------- */
  .cmn-group01 h3 {
    font-size: 1.875vw;
  }
  /* ----------------------------------------
 about
------------------------------------------- */
  #about .box {
    height: auto;
    padding-top: 30%;
    margin-right: 50px;
    border-radius: 0 20px 20px 0;
  }
   /* ----------------------------------------
 boshu
------------------------------------------- */
  #boshu h3 {
    font-size: 3vw;
  }
  #boshu h3 span {
    font-size: 3.75vw;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact h3 {
    font-size: 3vw;
  }
  #contact h3 span {
    font-size: 3.75vw;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 40%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .box01 {
    width: 30%;
  }
  #foot .box02 {
    width: 60%;
  }
  #foot .box01 p {
    font-size: 1.125vw;
  }
  #foot .fnav li {
    font-size: 1.125vw;
  }
  #foot .fnav li a {
    font-size: 1.125vw;
  }
  #foot .fnav .child a::before {
    width: 5px;
    height: 2px;
    top: -5px;
    margin-right: 3px;
  }
  #foot .copy {
    font-size: 1.125vw;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 220px;
    padding: 20px 0;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  margin-left: 7%;
  border-radius: 15px 0 0 15px;
  margin-bottom: 20px;
}
#page-title .box .inner{
  height: 200px;
}
#page-title h2 span {
  padding: 10px;
}
#page-title h2 {
  font-size: 2.4rem;
  margin-left: 5%;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-tb01 {
    padding: 50px 0;
  }
  .cmn-b01 {
    padding-bottom: 50px;
  }
  .cmn-tb02 {
    padding: 30px 0;
  }
  .cmn-b02 {
    padding-bottom: 30px;
  }
  .cmn-tb03 {
    padding: 20px 0;
  }
  .cmn-b03 {
    padding-bottom: 20px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 h2 {
    margin-bottom: 10px;
  }
  .cmn-title01 h2 .en {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .cmn-title01 h2 .jp {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .cmn-title01 p {
    text-align: left;
    margin-bottom: 20px;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .cmn-title03 h2 {
    margin-bottom: 20px;
  }
  .cmn-title03 h2 .en {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .cmn-title03 h2 .jp {
    font-size: 1.4rem;
  }
  .cmn-title03 p {
    margin-bottom: 20px;
  }
    .cmn-title04 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
  /* ----------------------------------------
  cmn-group
---------------------------------------- */
  .cmn-group01 {
    display: block;
  }
  .cmn-group01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cmn-group01 li:nth-child(2n) {
    margin-right: 0;
  }
  .cmn-group01 h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .cmn-group01 p {
    margin-left: 0;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 250px;
    padding: 25px 25px;
  }
  .cmn-btn02 a {
    min-width: 250px;
    padding: 25px 25px;
  }
  /* ----------------------------------------
  img-box
---------------------------------------- */
  .img-box02 {
    border-radius: 15px;
  }
  /* ----------------------------------------
 about
------------------------------------------- */
  #about .box {
    margin-right: 7%;
    margin-bottom: 30px;
    border-radius: 0 15px 15px 0;
  }
  /* ----------------------------------------
 boshu
------------------------------------------- */
  #boshu h3 {
    margin-bottom: 10px;
  }
  #boshu h3 span {
    margin-left: 10px;
  }
  #boshu p {
    margin-bottom: 20px;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact h3 {
    margin-bottom: 10px;
  }
  #contact h3 span {
    margin-left: 10px;
  }
  #contact p {
    margin-bottom: 20px;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 80%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .wrap01 {
    display: block;
  }
  #foot .box01 {
    width: 100%;
  }
  #foot .box01 h2 {
    width: 60%;
    margin: 0 auto 15px auto;
  }
  #foot .box01 p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #foot .copy {
    font-size: 1.1rem;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
}