@charset "UTF-8";
/*
Theme Name: original-theme
Author:
Description: original-theme
version:1.0.0
*/
/*====================================================================
全ページ共通CSS
====================================================================*/
body {
  font-size: 16px;
	  -ms-overflow-style: none;
  scrollbar-width: none !important;
  /*====================================================================
  ヘッダー
  ====================================================================*/
  /*====================================================================
  フッター
  ====================================================================*/
  /*====================================================================
  メインコンテンツ
  ====================================================================*/
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px 30px 80px;
}
body header .site-title {
  width: 147px;
}
body header .site-title img {
  width: 100%;
}
body header .openbtn {
  position: relative;
  display: grid;
  align-items: center;
  width: 36px;
  height: 30px;
}
body header .openbtn.hidden {
  visibility: hidden;
}
body header .openbtn span {
  display: block;
  width: 36px;
  border-top: solid 2px #333;
}
body header .openbtn span:nth-child(1) {
  position: absolute;
  top: 0;
}
body header .openbtn span:nth-child(3) {
  position: absolute;
  bottom: 0;
}
body header .h-nav_panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  padding: 30px 60px 30px 80px;
}
body header .h-nav_panel.active {
  display: block;
}
body header .h-nav_panel .h-nav .h-nav_ul li {
  margin-bottom: 10px;
}
body header .h-nav_panel .h-nav .h-nav_ul li:last-child {
  margin-bottom: 0;
}
body header .h-nav_panel .closebtn {
  position: absolute;
  top: 45px;
  right: 60px;
  display: grid;
  align-items: center;
  width: 36px;
  height: 30px;
}
body header .h-nav_panel .closebtn span {
  display: block;
  width: 36px;
  border-top: solid 2px #333;
}
body header .h-nav_panel .closebtn span:nth-child(1) {
  position: absolute;
  top: 0;
  transform: translate(0px, 14px) rotate(42deg) scale(1.2, 1);
}
body header .h-nav_panel .closebtn span:nth-child(2) {
  display: none;
}
body header .h-nav_panel .closebtn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  transform: translate(0px, -14px) rotate(-42deg) scale(1.2, 1);
}
body footer .footer__about {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1280px;
  margin: 0 auto 60px;
}
body footer .footer__about .footer__about_tit h2 {
  font-size: 48px;
  font-weight: 700;
}
body footer .footer__about .footer__about_tit .footer__privacyMark {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
body footer .footer__about .footer__about_tit .footer__privacyMark img {
  width: 90px;
}
body footer .footer__about .footer__about_tit .footer__privacyMark figcaption {
  font-size: 14px;
  line-height: 1.6;
}
body footer .footer__about .footer__about_table {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body footer .footer__about .footer__about_table .footer__table_item {
  margin-bottom: 40px;
}
body footer .footer__about .footer__about_table .footer__table_item:last-child {
  margin-bottom: 0;
}
body footer .footer__about .footer__about_table .footer__table_item .footer__table_head {
  margin-bottom: 12px;
}

body footer .footer__copyright p a {
	text-decoration: underline;
	transition: .6s;
}

body footer .footer__copyright p a:hover {
	text-decoration: none;
}

body footer .footer__copyright p {
  text-align: center;
  font-size: 14px;
	line-height: 1.6;
}
body main {
  margin-top: 119px;
}
body main .contact__btn {
  max-width: 1280px;
  margin: 0 auto;
}
body main .contact__btn a {
  display: block;
  padding: 40px 20px;
  border: solid 1px #000;
}
body main .achievement__box {
  max-width: 100vw;
  margin: 0 auto;
  display: block;
}

body main .achievement__box .achievement__item .achievement__imgbox img {
  width: 100%;
  height: 100%;
}
body main .news__box {
  position: relative;
  max-width: 1280px;
/*   margin: 0 auto; */
  padding-bottom: 60px;
}
body main .news__box .news__item {
  width: 427px;
  padding: 10px 15px;
}

body main .news__box .slick__btn {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  width: 50px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 100px;
}
body main .news__box .slick__btn.prev {
}
body main .news__box .slick__btn.prev::before {
  content: "←";
  padding-top: 3px;
}
body main .news__box .slick__btn.next {
}
body main .news__box .slick__btn.next::before {
  content: "→";
  padding-top: 3px;
}/*# sourceMappingURL=style.css.map */