/*
Theme Name: fukuho
Version: 1.0.0
*/

@charset "utf-8";

/* ---------------------
 style menu

 [ style.css ]
 1,common
 2,side
 3,header
 4,footer
 5,top page
 6,splash-screen

--------------------- */


/* ---------------------
 1,common
--------------------- */
html {
  zoom: 90%;
}
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  position: static;
  padding-top: 105px;
  overflow-x: hidden;
}


.clear::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}
.img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.wrap {
  width: 100%;
  max-width: 464px;
  /* max-width: 325px; */
  margin: 0 auto;
  overflow: hidden;
}

/* タイトル */
.sec_title {
  width: 100%;
  height: 140px;
  color: #00002f;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-align: center;
  position: relative;
  top: 70px;
  padding: 45px 0;
  margin-top: -70px;
}
.sec_title .en {
  width: 100%;
  display: inline-block;
  font-family: "Arial Black";
  font-weight: normal;
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: 140px;
  text-align: center;
  color: #00002f;
  opacity: 0.03;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* top news */
#top_menu {
  width: 100%;
  height: 45px;
  background: #333;
  display: -webkit-flex;
  display: flex;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.top_menu_title {
  width: 120px;
  border-right: 1px solid #707070;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  margin-right: 30px;
}
.top_menu_title a {
  color: #fff;
}
.top_menu_scroll {
  width: calc(100% - 150px);
  line-height: 0;
  overflow: hidden;
}
.top_menu_link {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 20px;
  animation: animetxt 30s linear infinite;
  transform: translateX(100%);
}
@keyframes animetxt {
  100% {
    transform: translateX(-100%);
   }
}

/* ---------------------
 2,side
--------------------- */
.aside_menu, .aside_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.aside_menu {
  height: 100vh;
  width: calc((100% - 464px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 45px 0 0;
  position: fixed;
  left: 0;
  top: 45px;
}
.aside_info {
  height: 100vh;
  width: calc((100% - 464px) / 2);
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 45px;

  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.aside_info .inner {
  max-height: 785px;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  /* -webkit-align-items: center;
  align-items: center; */


  padding-top: 45px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.aside_menu_title {
  width: 100%;
  height: 62px;
  color: #333;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.31;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 35px;
}
.aside_menu_title .en {
  width: 100%;
  display: inline-block;
  font-family: "Arial Black";
  font-weight: normal;
  font-size: 44px;
  letter-spacing: -0.01em;
  line-height: 62px;
  text-align: center;
  color: #333;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aside_info .aside_menu_title {
  margin-bottom: 0;
}
.aside_menu_list {
  max-width: 450px;
  width: 70%;
  display: flex;
  flex-direction: column;
}
.aside_menu_item {
  width: 100%;
  color: #00002f;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.aside_menu_item .link {
  width: 100%;
  display: flex;
}
.aside_menu_img {
  width: 100px;
}
.aside_menu_txt {
  width: calc(100% - 100px);
  background: url('images/common/icon_arrow01.png') no-repeat right center;
  background-size: 15px 15px;
  color: #00002f;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  padding: 6px 20px 0 20px;
}
.aside_menu_txt .en {
  color: #aaa;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.aside_info .inner {
  width: 100%;
  height: 100%;
  max-width: 424px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.asiee_info_list {
  width: 100%;
  padding: 35px 20px 0;
}
.asiee_info_item {
  border-bottom: 1px solid #333;
}
.asiee_info_item:nth-last-of-type(1) {
  border: none;
}
.asiee_info_item .link {
  background: url('images/common/icon_arrow01.png') no-repeat right center;
  background-size: 19px 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 32px 55px 32px 19px;
}
.asiee_info_item .img {
  width: 30px;
  height: 30px;
  display: block;
}
.asiee_info_name {
  width: calc(100% - 65px);
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-left: 36px;
}
.entry_btn {
  width: 100%;
  max-width: 90%;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #00002f;
  background: url('images/common/icon_arrow02.png') no-repeat right 19px center;
  background-size: 20px 20px;
  color: #00002f;
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  opacity: 0.9;
  margin: 25px 0 0;
}
.aside_address, .aside_tel {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.66;
  text-align: center;
}
.aside_add_box {
  display: none;
}
@media screen and (max-width: 1250px) {
  .entry_btn {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .aside_menu, .aside_info {
    display: none;
  }
}

/* ---------------------
 3,header
--------------------- */
header {
  width: 100%;
  max-width: 464px;
  height: 60px;
  background: #fff;
  padding: 0 20px 0 20px;
  position: fixed;
  top: 45px;
  left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1001;
}
.logo {
  width: 251.24px;
  height: 30px;
  transition: all 0.5s;
}

#nav_toggle {
  width: 73px;
  height: 40px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: all;
}
#nav_toggle div {
  width: 20px;
  height: 16px;
  position: relative;
}
#nav_toggle .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #f00;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(2) {
  top: 7px;
  transition: 0.0s ease-in-out;
}
#nav_toggle span:nth-child(3) {
  bottom: 0;
}
#nav_toggle .nav_title {
  color: #f00;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 12px;
}
.menu {
  display: none;
}
/* メニューオープン時 */
.logo.active .usually {
  display: none;
}
.logo.active .menu_active {
  display: block;
}
#nav_toggle.open .line:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav_toggle.open .line:nth-child(2) {
  visibility: hidden;
}
#nav_toggle.open .line:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.active {
  width: 100%;
  max-width: 464px;
  height: calc(110dvh - 54px);
  background: #fff;
  display: block;
  position: fixed;
  top: 105px;
  left: auto;
  z-index: 1000;
  overflow: hidden;
  overflow-y: scroll;

  /*スクロールバー非表示*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*スクロールバー非表示*/
.menu.active::-webkit-scrollbar{
  display: none;
}
.menu_inner {
  width: 100%;
  height: auto;
}
.nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 85px 31px 0;
}
.nav_item {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
/* アコーディオン */
.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  padding: 0 45px 0 0;
  margin: 0 0 20px;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{
  transform:rotate(0deg);
}
.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}
.accordion-content .nav_item {
  display: block;
}

/* 下部ボタンエリア */
.btm_menu {
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  height: 70px;
  background: #000;
  border-top: 2px solid #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  padding: 0 1px;
  bottom: 0;
  z-index: 999;
}
.btm_menu .btn_link {
  width: calc((100% - 4px) / 3);
  height: 100%;
  background: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-align: left;
  color: #333;
  text-align: center;
  letter-spacing: 0.32px;
  padding: 0;
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 765px) {

}
@media screen and (max-width: 414px) {
  

}


/* ---------------------
 4,footer
--------------------- */
footer {
  padding: 55px 0 155px;
  text-align: center;
}
.ft_address, .ft_tel, .ft_link_policy {
  font-weight: 500;
  font-size: 22px;
  font-style: normal;
}
.ft_link_policy {
  margin-top: 10px;
}
.ft_link_policy .link {
  color: #062171;
  font-size: 18px;
}
.copyright {
  color: #00002f;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-top: 35px;
}

/* ---------------------
 5,top
--------------------- */
.top_cont.kv {
  width: 100%;
  height: calc(100dvh - 105px);
}
video {
  width: 100%;
  height: auto;
  display: block;
}

.top_cont.news {
  padding: 0 27px 0;
}
.news_slide_box {
  border-radius: 10px;
  background: rgba(226, 228, 234, 0.9);
  padding: 100px 18px 40px 18px;
  overflow: hidden;
}
.slick-slider .slick-list {
  overflow: hidden;
}
.news_top_item {
  padding-right: 70px;
}
.news_top_date {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20px;
}
.news_top_title {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 19px;
  line-height: 1.42;
}
.btn_more {
  width: 126px;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #707070;
  color: #000;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  margin: 40px auto 0;
}
.slick-next, .slick-next:hover {
  width: 28px;
  height: 28px;
  background: url('images/common/icon_arrow02.png') no-repeat center;
  background-size: contain;
  right: 0;
}
.slick-next:before {
  content: '';
}
.slick-prev {
  display: none !important;
}

.lineup.top_cont {
  padding-top: 70px;
}
.lineup.top_cont .inner {
  background: #f0f0f0;
  padding: 80px 27px 34px;
}
.lineup_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.lineup_list_item {
  width: calc((100% - 28px) / 2);
  margin: 0 28px 37px 0;
}
.lineup_list_item:nth-of-type(2n) {
  margin-right: 0;
}
.lineup_list_item.wide {
  width: 100%;
}
.lineup_list_img {
  width: 100%;
  margin-bottom: 10px;
}
.lineup_list_name {
  color: #00002f;
  font-weight: 500;
  font-size: 22px;
}
.lineup_list_item .products_page_catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  margin: 10px 0 10px;
}
.lineup_list_item .products_page_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ricruit.top_cont {
  margin-top: 70px;
  padding: 0 27px;
}
.ricruit_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 80px 0 0;
}
.ricruit_list_item {
  width: calc((100% - 27px) / 2);
  margin-bottom: 37px;
}
.ricruit_list_item:nth-of-type(3) {
  margin: 0 auto 0;
}
.ricruit_list_img {
  width: 100%;
  margin-bottom: 20px;
}
.ricruit_list_txt {
  color: #00002f;
  font-weight: 500;
  font-size: 22px;
}

.company.top_cont {
  margin-top: 140px;
}
.company_menu {
  width: 100%;
  padding: 42px 27px 0;
}
.company_menu_btn {
  width: 100%;
  height: 84px;
  border-radius: 30px;
  border: 3px solid #00002f;
  background: url('images/common/icon_arrow02.png') no-repeat right 28px center;
  background-size: 28px 28px;
  display: block;
  opacity: 0.9;
  text-align: center;
  padding: 0 55px;
}
.company_menu_btn + .company_menu_btn {
  margin-top: 28px;
}
.company_menu_btn .inner {
  color: #00002f;
  font-weight: 500;
  font-size: 22px;
  line-height: 78px;
}


@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 500px) {
  
}

/* ---------------------
 6,splash-screen
--------------------- */
/* @keyframes fadeInOut {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: black;
    z-index: 1000;
}
.splash-image {
    animation: fadeInOut 5s;
} */
#splash {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity .4s ease;
  /* transition: opacity .40s ease; */
}
#splash.is-hidden { 
  display: none;
  opacity: 0; pointer-events: none;
}