@charset "UTF-8";
/* assets */
/* SCSS */
@import url('https://fonts.googleapis.com/css?family=Concert+One');

@font-face {
  font-family: Futura;
  src: url('https://cdn.hirooka-t.co.jp/homepage/fonts/Futura-Dem.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: Futura;
  src: url('https://cdn.hirooka-t.co.jp/homepage/fonts/Futura-Bol.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

.spOnly {
  display: inherit;
}

.pcOnly {
  display: none;
}

.en {
  font-family: Futura, sans-serif;
}

body {
  color: #000;
  font-size: 14px;
  line-height: 2;
  font-family: system-ui, -apple-system, 'Hiragino Sans', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

header {
  background: #263238;
  height: 28px;
  padding: 0 25px;
  display: none;
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
}

#globalnavi {
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  background: #fff;
  z-index: 10000;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}

#globalnavi ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  box-sizing: border-box;
}

#globalnavi li.logo {
  padding: 0 25px;
}

#globalnavi li {
  height: 100%;
}

#globalnavi li a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: inherit;
}

#globalnavi li a span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

#globalnavi li:not(.logo) a:hover,
#globalnavi li:not(.logo) a.select,
#globalnavi li:not(.logo) a.is-active {
  background: #263238;
  color: #eceff1;
}

/* #globalnavi li.english a {
  padding: 31px 12px;
  background: #263238;
  color: #fff;
}

#globalnavi li.english a:hover {
  background: #fff;
  color: #263238;
} */

#mainvisual {
  background: #000;
  pointer-events: none;
}

.contents {
  margin: auto;
}

.contents h1 {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
  line-height: 55px;
  height: 55px;
  background: #e5e5e5;
}

.contents h1 span {
  font-size: 20px;
}

.contents .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #212121;
  color: #fff;
}

.contents .flex .photo {
  width: 50%;
}

.contents .flex .text {
  width: 50%;
  text-align: center;
  font-size: 18px;
}

.contents .flex .text h2 {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', YuMincho, serif;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: normal;
}

.contents .flex .text a {
  display: block;
  margin: 30px auto 0 auto;
  width: 250px;
  border: 1px solid #fff;
  border-radius: 28px;
  font-size: 15px;
  padding: 11px 0;
}

.contents .flex .text a:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/icon_circle_arrow_white.png);
  background-size: 15px 15px;
  position: relative;
  top: 2px;
  left: 5px;
}

.contents .flex .text a:hover {
  color: #000;
  background: #fff;
}

.contents .flex .text a:hover:after {
  background: url(../images/icon_circle_arrow_black.png);
  background-size: 15px 15px;
}

.contents .flex.reverse {
  flex-direction: row-reverse;
  background: #fff;
}

.contents .flex.reverse .text {
  color: #000000;
}

.contents .flex.reverse .text a {
  border-color: #000;
}

.contents .flex.reverse .text a:after {
  content: '';
  background: url(../images/icon_circle_arrow_black.png);
  background-size: 15px 15px;
}

.contents .flex.reverse .text a:hover {
  color: #fff;
  background: #263238;
}

.contents .flex.reverse .text a:hover:after {
  background: url(../images/icon_circle_arrow_white.png);
  background-size: 15px 15px;
}

#footernavi {
  padding: 50px 0 0 0;
}

#footernavi .parent {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}

#footernavi .parent > li {
  margin: 0 17px;
  border-top: 1px solid #263238;
  min-width: 200px;
}

#footernavi .parent > li h3 {
  font-size: 14px;
  padding: 15px 0 20px 0;
}

#footernavi .parent > li h3 span {
  font-size: 11px;
  margin-left: 10px;
}

#footernavi .parent > li ul {
  font-size: 12px;
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 2;
}

#footernavi .parent > li ul li a {
  color: #9b9b9c;
}

#footernavi .parent > li ul li a:hover {
  text-decoration: underline;
}

#footernavi .parent > li ul li a.button {
  display: inline-block;
  margin: 30px 0 0 0;
  border: 1px solid #000;
  border-radius: 28px;
  font-size: 15px;
  text-align: center;
  color: #000;
  padding: 11px 30px;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', YuMincho, serif;
}

#footernavi .parent > li ul li a.button:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/icon_circle_arrow_black.png);
  background-size: 15px 15px;
  position: relative;
  top: 2px;
  left: 5px;
}

#footernavi .parent > li ul li a.button:hover {
  color: #fff;
  background: #263238;
  text-decoration: none;
}

#footernavi .parent > li ul li a.button:hover:after {
  background: url(../images/icon_circle_arrow_white.png);
  background-size: 15px 15px;
}

#factory_tel {
  padding-top: 60px;
}

#factory_tel h3 {
  text-align: center;
  padding: 30px 0;
}

#factory_tel ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  background: #e5e5e5;
  box-sizing: border-box;
}

#factory_tel ul li {
  border-top: 1px solid #263238;
  padding: 15px 15px 0 15px;
  text-align: center;
  letter-spacing: 0.1em;
}

#footernavi2 {
  padding: 40px 0;
}

#footernavi2 ul {
  text-align: center;
}

#footernavi2 ul li {
  display: inline;
  font-size: 11px;
}

#footernavi2 ul li:after {
  content: '/';
  display: inline-block;
  margin: 0 10px;
}

#footernavi2 ul li:last-child:after {
  display: none;
}

#footernavi2 ul li a:hover {
  text-decoration: underline;
}

.fnavi2 {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.fnavi2 .logo {
  position: absolute;
  width: 213px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #263238;
  padding: 50px 0 40px 0;
  line-height: 1;
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: inherit;
  }
}

@media (max-width: 1199px) {
  #globalnavi ul {
    height: 65px;
  }
  #globalnavi ul li:first-child {
    display: none;
  }
  #globalnavi ul li.english a {
    padding: 22px 12px;
  }
  #globalnavi ul li a {
    white-space: nowrap;
    font-size: 14px;
    padding: 11px 16px 12px 16px;
  }
  .contents {
    width: auto;
  }
  .contents .flex .text {
    font-size: 14px;
  }
  .contents .flex .text h2 {
    font-size: 26px;
  }
  #footernavi .parent {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footernavi .parent > li {
    min-width: inherit;
    width: 30%;
    margin: 0 1.5% 20px 1.5%;
  }
  #factory_tel ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #factory_tel ul li {
    width: 30%;
    margin: 0 1.5% 20px 1.5%;
  }
  .fnavi2 {
    max-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fnavi2 .logo {
    position: static;
    width: 213px;
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header {
    padding: 0;
    height: 45px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: inherit;
  }
  header .english_btn {
    background: #fff;
    line-height: 45px;
    height: 45px;
    width: 45px;
    display: block;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 0;
  }
  header .menu_open {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  header .menu_open span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto 5px auto;
    transition: all 0.3s;
  }
  header .menu_open.open span:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
    height: 5px;
    border-radius: 3px;
  }
  header .menu_open.open span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
    height: 5px;
    border-radius: 3px;
  }
  header .menu_open.open span:nth-child(2) {
    opacity: 0;
  }
  #mainvisual {
    padding-top: 45px;
  }
  #mainvisual video {
    height: 100%;
  }
  #globalnavi {
    display: none;
    position: fixed;
    top: 45px;
    width: 100%;
    background: #fff;
    border: 10px solid #263238;
  }
  #globalnavi ul {
    height: auto;
    flex-wrap: wrap;
  }
  #globalnavi ul li {
    width: 50%;
    border-bottom: 1px solid #263238;
  }
  #globalnavi ul li.english {
    display: none;
  }
  #globalnavi ul li:nth-child(2n) a {
    border-right: 1px solid #263238;
  }
  #globalnavi ul li a {
    font-size: 16px;
  }
  #globalnavi ul li a span {
    margin-top: 0;
  }
  .contents .flex {
    display: block;
  }
  .contents .flex .photo {
    width: auto;
  }
  .contents .flex .text {
    width: auto;
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .contents .flex .text h2 {
    font-size: 30px;
  }
  #footernavi {
    padding-top: 40px;
  }
  #footernavi h3 {
    text-align: center;
    padding-bottom: 40px;
  }
  #footernavi .parent {
    display: block;
  }
  #footernavi .parent > li {
    width: auto;
    margin: 0;
  }
  #footernavi .parent > li h3 {
    text-align: left;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d8;
    background: url(../images/page/factory/icon_accordion.png) no-repeat 96% 50%;
    background-size: 15px 15px;
  }
  #footernavi .parent > li ul {
    font-size: 18px;
  }
  #footernavi .parent > li ul li a {
    padding: 15px 10px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    line-height: 1;
  }
  #footernavi .parent > li ul li a.button {
    line-height: inherit;
  }
  #factory_tel ul {
    padding: 0;
    display: block;
  }
  #factory_tel ul li {
    width: auto;
    margin: 0;
    padding: 15px;
    border: none;
  }
  #factory_tel ul li:nth-child(2n) {
    background: #fff;
  }
  footer {
    font-size: 10px;
    letter-spacing: 0;
  }
}
