@charset "UTF-8";
/* ALL
-------------------------------- */
body {
  color: #000;
  background: #cdcfc7;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  min-width: 1280px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 14px;
  }
}

.bodyBorder:before, .bodyBorder:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  background: #cdcfc7;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .bodyBorder:before, .bodyBorder:after {
    display: none;
  }
}
.bodyBorder:before {
  top: 0;
  left: 0;
  height: 75px;
}
.bodyBorder:after {
  bottom: 0;
  left: 0;
  height: 25px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #CC994D;
}

a:hover img {
  opacity: 0.75;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
}

/* Header
-------------------------------- */
header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  padding: 22px 0;
}
header .pcOnly {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
header .pcOnly .mainLogo {
  width: 173px;
  margin-left: 33px;
}
header .pcOnly ul {
  width: 800px;
  margin-right: 250px;
  padding-left: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  header .pcOnly {
    display: none;
  }
}

/* Footer
-------------------------------- */
.backToTop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  opacity: 1;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .backToTop {
    width: 40px;
    right: 10px;
    bottom: 15px;
  }
}
.backToTop a {
  display: inline-block;
}
.backToTop img {
  width: 28px;
}

#footer {
  padding: 56px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 10% 0;
  }
}
#footer .contentIn {
  width: 1010px;
}
@media screen and (max-width: 768px) {
  #footer .contentIn {
    width: 92%;
    margin: 0 auto;
  }
}
#footer .iconList {
  width: 60px;
  height: 18px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#footer .linkIcon04 {
  width: 17.67px;
  height: 16.52px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/cmn_ico01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon04:hover {
  background-image: url(../img/common/cmn_ico02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon05 {
  width: 8.38px;
  height: 16.14px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/cmn_ico03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon05:hover {
  background-image: url(../img/common/cmn_ico04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon06 {
  width: 15.28px;
  height: 15.28px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/cmn_ico05.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon06:hover {
  background-image: url(../img/common/cmn_ico06.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .contactTxt {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .contactTxt {
    margin-top: 10px;
    font-size: 11px;
  }
}
#footer .contactTxt a {
  display: inline-block;
  margin-right: 2.0em;
}
#footer .companyLocation {
  padding-top: 20px;
  line-height: 1.6;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .companyLocation {
    padding-top: 15px;
  }
}
#footer .fLogo {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .fLogo {
    padding-top: 8%;
  }
}

/* Main
-------------------------------- */
/* Side
-------------------------------- */
#sNavi {
  width: 230px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
  z-index: 1003;
  background: #cdcfc7;
  transform: translateX(230px);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #sNavi {
    position: fixed;
  }
}
#sNavi.open {
  transform: none;
}
#sNavi.open .naviBtn {
  right: 0;
  z-index: 1005;
}
#sNavi .contentIn {
  height: 100%;
  padding: 0;
  position: relative;
}
#sNavi .inner {
  position: relative;
  height: 100%;
  padding-bottom: 20px;
  overflow: auto;
  z-index: 1;
}
#sNavi .menuLogo {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #sNavi .menuLogo {
    margin-top: 50px;
    padding: 10% 0;
  }
}
#sNavi .menuList {
  padding-bottom: 45px;
  line-height: 2.1;
  font-family: 'Roboto', '$ffYuGothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding-top: 12%;
  padding-bottom: 6%;
}
#sNavi .menuList .lineUpList {
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
#sNavi .menuList .lineUpList::before {
  width: 1px;
  height: 20px;
  display: inline-block;
  text-align: center;
  content: "";
  background: #000;
  font-size: 11px;
}
#sNavi .boxIcon02 {
  padding: 12% 32%;
}

.naviBtn {
  width: 74px;
  height: 48px;
  background: #cdcfc7;
  position: absolute;
  top: 0;
  right: 230px;
  cursor: pointer;
}
.naviBtn span {
  width: 14px;
  border: 1px solid #FFF;
  position: absolute;
  right: 17px;
}
.naviBtn span:nth-of-type(1) {
  top: 23px;
}
.naviBtn span:nth-of-type(2) {
  top: 31px;
}
.naviBtn span:nth-of-type(3) {
  top: 39px;
}
@media screen and (max-width: 768px) {
  .naviBtn span {
    right: 20px;
    width: 34px;
  }
}
.open .naviBtn span:nth-of-type(1) {
  top: 29px;
  transform: rotate(45deg);
}
.open .naviBtn span:nth-of-type(2) {
  opacity: 0;
}
.open .naviBtn span:nth-of-type(3) {
  top: 29px;
  transform: rotate(-45deg);
}

#lFrame {
  width: 25px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #cdcfc7;
}
@media screen and (max-width: 768px) {
  #lFrame {
    width: 3%;
  }
}

#rFrame {
  width: 25px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background: #cdcfc7;
}
@media screen and (max-width: 768px) {
  #rFrame {
    width: 3%;
  }
}
