@charset "UTF-8";
@media screen and (max-width: 828px) {
  .commonWidth-sp, .access_main_contentWrapper {
    width: 88.4057971014%;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Fonts
 */
/*
$fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.mv_bg {
  height: 540px;
  position: relative;
  background: url(../img/index/mv_image.png) no-repeat center center/cover;
  /*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
  /*youtubeがクリックされないためのマスク*/
}
@media screen and (max-width: 1280px) {
  .mv_bg {
    height: 39.5314787701vw;
  }
}
@media screen and (max-width: 828px) {
  .mv_bg {
    height: 93.2367149758vw;
    background: url(../img/index/mv_image_sp.png) no-repeat center center/cover;
  }
}
.mv_bg #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.mv_bg #loading.disappear {
  display: none;
}
.mv_bg #youtube-area {
  position: absolute;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
.mv_bg #youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_bg #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.mv_bg #youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}
.mv_mask {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.mv_text {
  z-index: 10;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .mv_text {
    font-size: 3.074670571vw;
  }
}
@media screen and (max-width: 828px) {
  .mv_text {
    top: 40%;
    font-size: 5.7971014493vw;
    letter-spacing: 0.08em;
  }
}
.mv_news {
  z-index: 10;
  background: #fff;
  display: flex;
  align-items: center;
  width: 880px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 32px 20px;
}
@media screen and (max-width: 1366px) {
  .mv_news {
    width: 64.4216691069vw;
    height: 5.8565153734vw;
    padding: 2.3426061493vw 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .mv_news {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.7971014493vw;
  }
}
.mv_news_title {
  background: #FABB00;
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .mv_news_title {
    width: 6.588579795vw;
    height: 2.9282576867vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .mv_news_title {
    width: 21.7391304348vw;
    height: 7.2463768116vw;
    font-size: 3.3816425121vw;
  }
}
.mv_news_text {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  .mv_news_text {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .mv_news_text {
    margin: 1.9323671498vw 0 0 0;
    font-size: 3.6231884058vw;
  }
}
@media screen and (min-width: 829px) {
  .mv_news a:hover {
    color: #FABB00;
    text-decoration: underline;
  }
}

.newproducts {
  display: flex;
  height: 437px;
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .newproducts {
    height: 31.9912152269vw;
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts {
    display: block;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 0;
  }
}
.newproducts_contentWrapper {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  min-width: 400px;
  height: 258px;
}
@media screen and (max-width: 1366px) {
  .newproducts_contentWrapper {
    min-width: 29.2825768668vw;
    height: 18.8872620791vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_contentWrapper {
    padding: 3.8647342995vw 0vw;
    width: 80.6763285024%;
    height: 53.1400966184vw;
  }
}
.newproducts_titleWrapper {
  order: 2;
  width: 14%;
  background: #000;
  background: linear-gradient(to bottom, #414141 0%, #000000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .newproducts_titleWrapper {
    background: #000;
    width: 100%;
    height: 26.5700483092vw;
  }
}
.newproducts_title_sub, .newproducts_title_main {
  display: block;
  text-align: center;
  line-height: 1;
}
.newproducts_title_sub {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #FABB00;
}
@media screen and (max-width: 1366px) {
  .newproducts_title_sub {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_title_sub {
    font-size: 2.8985507246vw;
  }
}
.newproducts_title_main {
  width: 100%;
  margin-top: 24px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .newproducts_title_main {
    margin-top: 1.756954612vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_title_main {
    margin-top: 1.9323671498vw;
    font-size: 7.2463768116vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_title_main br {
    display: none;
  }
}
.newproducts_item {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .newproducts_item {
    width: 100%;
    height: 74.8792270531vw;
  }
}
.newproducts_item-type1 {
  order: 1;
  background: url(../img/index/newproducts_image01.png) no-repeat center center/cover;
}
.newproducts_item-type2 {
  order: 3;
  background: url(../img/index/newproducts_image02.png) no-repeat center center/cover;
}
.newproducts_productTitle_sub, .newproducts_productTitle_main {
  display: block;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.newproducts_productTitle_sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .newproducts_productTitle_sub {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_productTitle_sub {
    font-size: 5.3140096618vw;
  }
}
.newproducts_productTitle_main {
  margin-top: 24px;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .newproducts_productTitle_main {
    margin-top: 1.756954612vw;
    font-size: 3.074670571vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_productTitle_main {
    margin-top: 5.7971014493vw;
    font-size: 8.4541062802vw;
  }
}
.newproducts_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .newproducts_button {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .newproducts_button {
    margin-top: 7.729468599vw;
  }
}

.company {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .company {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .company {
    margin-top: 15.4589371981vw;
  }
}

.frontColulmn {
  display: flex;
}
@media screen and (max-width: 828px) {
  .frontColulmn {
    display: block;
  }
}
.frontColulmn-right .frontSectionImage {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
.frontColulmn-right .contentWrapper {
  order: 1;
}
.frontColulmn-left .frontSectionImage {
  order: 1;
}
.frontColulmn-left .contentWrapper {
  order: 2;
}

.frontSectionImage {
  width: 60%;
}
@media screen and (max-width: 828px) {
  .frontSectionImage {
    width: 100%;
  }
  .frontSectionImage img {
    display: block;
    width: 94.2028985507%;
  }
}

.contentWrapper {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 828px) {
  .contentWrapper {
    width: 100%;
    padding-top: 7.729468599vw;
  }
}

@media screen and (max-width: 828px) {
  .frontSectionContent {
    width: 88%;
    margin: auto;
  }
}

.frontSectionText {
  line-height: 2;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .frontSectionText {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .frontSectionText {
    margin-top: 5.7971014493vw;
  }
}

.frontSectionButton {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .frontSectionButton {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .frontSectionButton {
    margin-top: 7.729468599vw;
  }
}

.service {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .service {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .service {
    margin-top: 15.4589371981vw;
  }
}
.service_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .service_title {
    margin-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .service_title {
    margin-bottom: 7.729468599vw;
  }
}
.service_section ~ .service_section {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .service_section ~ .service_section {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .service_section ~ .service_section {
    margin-top: 15.4589371981vw;
  }
}

.news {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .news {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .news {
    margin-top: 15.4589371981vw;
  }
}
.news_newsList {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .news_newsList {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .news_newsList {
    margin-top: 11.5942028986vw;
  }
}
.news .newsList_item {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1366px) {
  .news .newsList_item {
    padding: 1.756954612vw 0vw;
  }
}
@media screen and (max-width: 828px) {
  .news .newsList_item {
    padding: 3.8647342995vw 0vw;
  }
}
.news .newsList_item-news .newsList_category {
  color: #245DA8;
}
.news .newsList_item-voice .newsList_category {
  color: #FABB00;
}
.news .newsList_item:first-child {
  padding-top: 0;
}
.news .newsList_item a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .news .newsList_item a {
    display: block;
  }
}
.news .newsList_meta {
  display: flex;
  align-items: center;
}
.news .newsList_date {
  min-width: 70px;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #959595;
}
@media screen and (max-width: 1366px) {
  .news .newsList_date {
    min-width: 5.1244509517vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .news .newsList_date {
    min-width: 16.9082125604vw;
    font-size: 3.3816425121vw;
  }
}
.news .newsList_title {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  .news .newsList_title {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .news .newsList_title {
    margin: 2.4154589372vw 0 0 0;
    font-size: 3.8647342995vw;
  }
}
.news_button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .news_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .news_button {
    margin-top: 11.5942028986vw;
  }
}

.performance {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .performance {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .performance {
    margin-top: 15.4589371981vw;
  }
}
.performance .performanceSlider {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .performance .performanceSlider {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .performance .performanceSlider {
    margin-top: 11.5942028986vw;
  }
}
.performance .performanceSlider_slide {
  width: 364px;
}
@media screen and (max-width: 1366px) {
  .performance .performanceSlider_slide {
    width: 26.6471449488vw;
  }
}
@media screen and (max-width: 828px) {
  .performance .performanceSlider_slide {
    width: 67%;
  }
}
.performance .performanceSlider_image {
  width: 364px;
  height: 364px;
}
@media screen and (max-width: 1366px) {
  .performance .performanceSlider_image {
    width: 26.6471449488vw;
    height: 26.6471449488vw;
  }
}
@media screen and (max-width: 828px) {
  .performance .performanceSlider_image {
    width: 100%;
    height: 67.1497584541vw;
  }
}
.performance_button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .performance_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .performance_button {
    margin-top: 11.5942028986vw;
  }
}

.access {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .access {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .access {
    display: block;
    margin-top: 15.4589371981vw;
  }
}
.access_map {
  width: 50%;
}
@media screen and (max-width: 828px) {
  .access_map {
    width: 100%;
  }
}
.access_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 828px) {
  .access_map iframe {
    min-height: 65.9420289855vw;
  }
}
.access_main {
  width: 50%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  padding: 80px 60px;
}
@media screen and (max-width: 1366px) {
  .access_main {
    padding: 5.8565153734vw 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .access_main {
    width: 100%;
    padding: 9.6618357488vw 0;
  }
}
.access_address {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .access_address {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .access_address {
    margin-top: 5.7971014493vw;
  }
}
.access_contact {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .access_contact {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .access_contact {
    margin-top: 1.9323671498vw;
  }
}
.access_button {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .access_button {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .access_button {
    margin-top: 5.7971014493vw;
  }
}

.certification {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .certification {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .certification {
    margin-top: 15.4589371981vw;
  }
}
.certification_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 5%;
}
@media screen and (max-width: 828px) {
  .certification_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16.6666666667%;
    row-gap: 5.7971014493vw;
  }
}
.certification_list a {
  transition: 0.3s;
}
@media screen and (min-width: 829px) {
  .certification_list a:hover {
    opacity: 0.6;
  }
}

.footer {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .footer {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .footer {
    margin-top: 15.4589371981vw;
  }
}