@charset "UTF-8";
html {
  margin: 0 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #202020;
  font-size: 1rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

main {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 80px;
  }
}

section {
  position: relative;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
img.block {
  width: 100%;
  display: block;
}
img.fit {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
img.fit--top {
  -o-object-position: center top;
     object-position: center top;
}

/* ============= common class ================ */
.disp_none {
  display: none;
}
@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .disp_tab {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disp_sp {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp {
    display: none !important;
  }
  .disp_tab {
    display: none !important;
  }
  .disp_notpc {
    display: none !important;
  }
}

.en {
  font-family: "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.js-collapse {
  cursor: pointer;
}

/* ============= common parts ================ */
.inner {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
  }
}

.btn {
  width: 270px;
  height: 60px;
  padding: 0 17.5px 0 40px;
  background-color: #fff;
  border: 1px solid #ff6900;
  border-radius: 30px;
  color: #ff6900;
  font-size: 16px;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ff6900 url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23fff"/></svg>') center/contain no-repeat;
  border-radius: 50%;
  transition: 0.5s;
}
.btn:hover {
  background-color: #ff6900;
  border-color: #fff;
  color: #fff;
  opacity: 1;
}
.btn:hover::after {
  background: #fff url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23ff6900"/></svg>') center/contain no-repeat;
}
.btn.revColor {
  background-color: #ff6900;
  border-color: #fff;
  color: #fff;
}
.btn.revColor::after {
  background: #fff url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23ff6900"/></svg>') center/contain no-repeat;
}
.btn.revColor:hover {
  background-color: #fff;
  border-color: #ff6900;
  color: #ff6900;
}
.btn.revColor:hover::after {
  background: #ff6900 url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23fff"/></svg>') center/contain no-repeat;
}

.pageTtl {
  width: 100%;
  padding-top: 64px;
}
.pageTtl__txt {
  color: #ff6900;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pageTtl {
    padding-top: 100px;
  }
  .pageTtl__txt {
    font-size: 120px;
    font-weight: 600;
    text-align: right;
  }
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    width: calc(100% - 40px);
    max-width: 1400px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding: 0 8px 0 16px;
  }
}
.header__sitelogo {
  width: 168px;
  flex-shrink: 0;
}
.header__sitelogo a, .header__sitelogo img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__sitelogo {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .header__sitelogo {
    width: 321px;
  }
}
@media screen and (max-width: 1023px) {
  .header__navWrap {
    width: 100%;
    height: 100vh;
    max-height: 0;
    background-color: #ff6900;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    pointer-events: none;
    transition: 0.5s;
  }
  .header__navWrap.visible {
    max-height: 10000px;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header__navWrap {
    margin: 0 0 0 auto;
  }
}
.header__gnav .sub-menu {
  max-height: 0;
  padding: 0 27px 0 19px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.header__gnav .sub-menu.visible {
  max-height: 10000px;
  padding: 8px 27px 9px 19px;
  opacity: 1;
  pointer-events: auto;
}
.header__gnav .sub-menu li {
  text-align: left;
}
.header__gnav .sub-menu a {
  color: #202020 !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1.7;
}
.header__gnav .sub-menu a:hover {
  color: #ff6900 !important;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .header__gnav {
    padding: 181px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 24px;
  }
  .header__gnav li {
    text-align: center;
    position: relative;
  }
  .header__gnav a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
    white-space: nowrap;
    position: relative;
  }
  .header__gnav .menu_btn a {
    width: 206px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__gnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 28px;
  }
  .header__gnav li {
    position: relative;
  }
  .header__gnav li.menu_btn {
    margin-left: -5px;
  }
  .header__gnav li.menu_btn a {
    padding: 7.5px 35.5px;
    border: 1px solid #202020;
    border-radius: 30px;
    text-align: center;
  }
  .header__gnav li.menu_btn a:hover {
    background-color: #ff6900;
    color: #fff;
    opacity: 1;
  }
  .header__gnav a {
    color: #202020;
    font-family: "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .header__gnav a:hover {
    color: #ff6900;
    opacity: 1;
  }
  .header__gnav .sub-menu {
    max-height: 10000px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
  }
}
.header__spToggler {
  width: 32px;
  height: 32px;
  padding: 0 0 2px;
  margin: 0 -4px 0 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  flex-shrink: 0;
  position: relative;
}
.header__spToggler:focus {
  outline: 0;
  box-shadow: none;
}
.header__spToggler span {
  width: 24px;
  height: 2.5px;
  margin: 0 auto;
  background: #202020;
  display: block;
  transition: 0.5s;
}
.header__spToggler.open span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.header__spToggler.open span + span {
  transform: rotate(-45deg);
}
.header__spToggler.open span + span + span {
  transform: scale(0);
}
.header.transparent {
  background-color: transparent;
}
.header.transparent .header__sitelogo a {
  background: url(../img/sitelogo-white.png) left center/contain no-repeat;
}
.header.transparent .header__sitelogo img {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .header.transparent .header__gnav li.menu_btn a {
    border-color: #fff;
  }
  .header.transparent .header__gnav li.menu_btn a {
    border: 1px solid #fff;
  }
  .header.transparent .header__gnav li.menu_btn a:hover {
    background-color: #fff;
    border-color: #ff6900;
    color: #ff6900;
  }
  .header.transparent .header__gnav a {
    color: #fff;
  }
  .header.transparent .header__gnav a:hover {
    color: #202020;
  }
}
.header.transparent .header__spToggler span {
  background-color: #fff;
}
.header.transparent.scrolled {
  background-color: #fff;
}
.header.transparent.scrolled .header__sitelogo a {
  background: transparent;
}
.header.transparent.scrolled .header__sitelogo img {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header.transparent.scrolled .header__gnav li.menu_btn a {
    border-color: #202020;
  }
  .header.transparent.scrolled .header__gnav li.menu_btn a:hover {
    background-color: #ff6900;
    border-color: #202020;
    color: #fff;
  }
  .header.transparent.scrolled .header__gnav a {
    color: #202020;
  }
  .header.transparent.scrolled .header__gnav a:hover {
    color: #ff6900;
  }
}
.header.transparent.scrolled .header__spToggler span {
  background-color: #202020;
}
.header.transparent.scrolled .header__spToggler.open span {
  background-color: #fff;
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer {
  padding: 64px 0 70px;
  background: #1d1d1d;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 110px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 64px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 79px 0;
  }
}
.footer__navBlk {
  width: 100%;
}
.footer__navBlk_contactLink {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 34px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__navBlk_contactLink_txt {
  width: 269px;
  padding: 5px 0;
}
.footer__navBlk_contactLink::after {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 -12px 0 0;
  background: url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23fff"/></svg>') center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.footer__navBlk_menuWrap {
  display: contents;
}
.footer__navBlk_menuList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 19px 36px;
}
.footer__navBlk_menuList li:nth-child(3) {
  grid-row: span 3;
}
.footer__navBlk_menuList a {
  color: #BDBCBD;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  grid-gap: 10px;
}
.footer__navBlk_menuList a .en {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer__navBlk_menuList .menu_btn {
  display: none;
}
.footer__navBlk_menuList .sub-menu {
  width: 5em;
  display: grid;
  grid-gap: 3px;
}
.footer__navBlk_menuList .sub-menu a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap;
}
.footer__navBlk_menuList .sub-menu .en {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__navBlk {
    width: auto;
    max-width: 50%;
  }
  .footer__navBlk_contactLink {
    max-width: 551px;
    margin-bottom: 48px;
    grid-gap: 32px;
  }
  .footer__navBlk_contactLink_txt {
    width: 482px;
    padding: 10px 0;
  }
  .footer__navBlk_menuList {
    margin: 0 0 0 -4px;
    display: flex;
    grid-gap: 0 14px;
  }
  .footer__navBlk_menuList a {
    grid-gap: 6px;
  }
  .footer__navBlk_menuList .sub-menu {
    padding-top: 16px;
  }
  .footer__navBlk_menuList .sub-menu a {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer__navBlk_menuList {
    grid-gap: 0 40px;
  }
}
.footer__infoBlk {
  width: 100%;
  color: #BDBCBD;
}
.footer__infoBlk_compName {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.footer__infoBlk_address {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}
.footer__infoBlk_btn {
  width: 250px;
  padding: 0;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  justify-content: center;
}
.footer__infoBlk_btn::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__infoBlk {
    width: auto;
    max-width: 50%;
    padding-top: 30px;
  }
}
.footer__footBlk {
  width: 100%;
}
.footer__footBlk_txt {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 2;
}
.footer__footBlk_logo {
  width: 266px;
  margin: 0 auto 12px;
  display: block;
}
.footer__footBlk_rights {
  width: 100%;
  max-width: 266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__footBlk_rights a {
  font-size: 12px;
}
.footer__footBlk_rights p {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__footBlk {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer__footBlk_logo {
    margin: 0;
  }
  .footer__footBlk_rights {
    margin: 0;
    grid-gap: 50px;
  }
}
/*------------------------------------------------------
  to-topボタン
-------------------------------------------------------*/
.to-top{
  width: 66px;
  height: 66px;
  background: url(../img/to_top.png) center / contain no-repeat;
  position: fixed;
  right: 40px;
  bottom: 40px;
    display: none;
    z-index: 100;
}
@media(max-width: 768px) {
  .to-top{
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
/*------------------------------------------------------
  animation
-------------------------------------------------------*/
.animation {
  transition: 0.5s;
}
.animation.fadeUp {
  opacity: 0;
  transform: translateY(30px);
}
.animation.fadeUp.on {
  opacity: 1;
  transform: translateY(0)
}
.secCompany__txtBlk.animation.fadeUp.on {
  transform: translateY(-170px) translateX(210px); 
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .secCompany__txtBlk.animation.fadeUp.on {
    transform: translateY(-70px) translateX(235px);
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  .secCompany__txtBlk.animation.fadeUp.on {
    transform: translateY(-54px) translateX(180px);
    opacity: 1;
  }
}


@media screen and (max-width: 767px) {
  .secCompany__txtBlk.animation.fadeUp.on {
    transform: translateY(25px) translateX(0);
    opacity: 1;
  }
}
.secCompany__arrow.animation.fadeUp.on {
 transform: translateY(-130px) translateX(190px); 
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .secCompany__arrow.animation.fadeUp.on {
    transform: translateY(-105px) translateX(65px);
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  .secCompany__arrow.animation.fadeUp.on {
    transform: translateY(-105px) translateX(-20px);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .secCompany__arrow.animation.fadeUp.on {
    transform: translateY(20px) translateX(0);
    opacity: 1;
  }
}
.animation.fadeFromRight {
  opacity: 0;
  transform: translateX(30px);
}
.animation.fadeFromRight.on {
  opacity: 1;
  transform: translateX(0);
}
.animation.fadeFromLeft {
  opacity: 0;
  transform: translateX(-30px);
}
.animation.fadeFromLeft.on {
  opacity: 1;
  transform: translateX(0);
}
.animation.fade {
  opacity: 0;
  filter: blur(20px);
}
.animation.fade.on {
  filter: blur(0);
  opacity: 1;
}