@charset "utf-8";
/* CSS Document */
/* zen-kaku-gothic-antique-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/zen-kaku-gothic-antique-v18-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-antique-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/zen-kaku-gothic-antique-v18-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-antique-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/zen-kaku-gothic-antique-v18-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/zen-old-mincho-v13-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/zen-old-mincho-v13-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/zen-old-mincho-v13-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-antique-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Antique';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/zen-antique-v14-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/******* 全ページ共通 ********/
html {
  font-size: 62.5%;
  /*overflow-y: scroll;*/
  scroll-behavior: smooth;
  scroll-padding-top: 80px; 
}
body {
  font-family: 'Zen Kaku Gothic Antique', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem; /*1rem = 10px*/
  color: #2E2E2E;
  background-color: #F9F9F9;
  letter-spacing: 0.04rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
p, a, h1, h2, h3, h4 {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 4px;
}
/* SVGリンク化 */
object {
  pointer-events: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}
a {
  -webkit-transition: 0.3s ease-out;
  transition: all .3s;
}
ol {
  list-style: decimal;
  margin-left: 1.8rem;
}
section p {
  padding-bottom: 0.8rem;
}
a:hover {
  cursor: pointer;
}
/* font */
.mincho{
  font-family: 'Zen Old Mincho',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.antique{
  font-family: 'Zen Antique';
}
/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc,.video_pc {
  display: block !important;
}
.sp,.video_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 899px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (max-width: 720px) {
  .video_pc {
    display: none !important;
  }
  .video_sp {
    display: block !important;
  }
}

/***** btn *****/
.btn {
  border-radius: 2px;
  font-weight: 500;
  background-color: #379B37;
  color: #fefefe;
  padding: 1.6rem 8rem 1.6rem 2.8rem;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin-top: 4rem;
  letter-spacing: 0.1rem;
  max-width: 300px;
  transition: .5s;
}
.btn::before{
  content: url(../img/arrow_white.svg);
  position: absolute;
  right: 2.8rem;
  transition: .5s;
}
.btn:hover{
  opacity: .8;
}
.btn_right{
  margin-left: auto;
}

/***** arrow  *****/
.arrow {
  position: absolute;
  top: 51%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.banner_btn .arrow::before{
  content: '';
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: -.4rem;
  right: -.8rem;
  background-color: #379B37;
  border: 1px solid #379B37;
  transition: transform 0.2s;
}
.arrow::after {
  content: url(../img/arrow_white.svg);
  position: relative;
  transition: transform 0.2s;
}
.btn:hover .arrow::after{
  content: url(../img/arrow_white.svg);
}

/***** 全ページ共通 *****/
.wrap {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px;
}
.wrap1000{
  max-width: 1000px;
  margin-left: auto;
}
@media screen and (min-width:1000px){
  main{
    margin-top: -26px;
  }
}
.img_outer {
  width: 100%;
}
a.text_link,.privacy-policy p a {
  color: #005F77;
  border-bottom:1px solid #005F77;
  transition: all .3s;
}
a.text_link:hover{
  border-bottom:none;
}

/******* text_img_list *******/
.text_img_list{
  position: relative;
}
.img_outer img{
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:900px) {
  .text_img_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4vw;
  }
  .text_img_list .text_area{
    max-width: 660px;
  }
  .text_img_list .img_outer{
    max-width: 800px;
  }
  .list_item_right{
    order: 2;
  }
  .list_item_left{
    order: 1;
  }
}
@media screen and (max-width:899px) {
  .text_img_list_item .text_area{
    margin-top: 6rem;
  }
}

/******* list_flex *******/
@media screen and (min-width:600px) {
  .list_flex .btn_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.8rem;
    border-top: none;
  }
  .list_flex .btn_list li:nth-child(-n+2){
    border-top: 1px solid #707070;
  }
}

/******* flex_box *******/
@media screen and (min-width:900px) {
  .flex_box{
    display: flex;
    justify-content: space-between;
  }
  .flex_box .flex_item{
    width: 48%;
  }
}

/******* grid_area *******/
@media screen and (min-width:900px) {
  .grid_area{
    display: grid;
  }
}
/*** ul ***/
ul.text_list {
  margin: .8rem 0;
}
ul.text_list li {
  margin-left: 2rem;
}
ul.text_list li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -0.8rem;
  top: -0.4rem;
  width: .5rem;
  height: .5rem;
  margin-left: -0.6rem;
  border-radius: 25%;
  background: #aaa;
}

/***** h1h2h3 *****/
.page-template-default main h2{
  margin-bottom: 2.8rem;
}
.page_header h1,#recruit_hero h1{
  font-size: clamp(3.2rem, 3.4vw, 6rem);
}
.page-id-17 .page_header h1{
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
}
h2{
  font-size: clamp(2.8rem, 3.6vw, 4rem);
  font-weight: 500;
  font-family: 'Zen Old Mincho',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #2E3F55;
  margin-bottom: 4rem;
}
h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
h4{
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  margin-bottom: .4rem;
}

/***** vertical *****/
@media screen and (min-width:900px){
  .vertical{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; /* iOS Safari対応 */
    text-orientation: upright;
    letter-spacing: .3rem;
    position: relative;
  }
}

/***** arrow_border *****/
.arrow_border ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #707070;
}
.arrow_border ul li{
  border-bottom: 1px solid #707070;  
}
.arrow_border ul li a {
  text-decoration: none;
  display: block;
  padding: 2rem 0;
  transition: .5s;
}
.arrow_border ul li a .item_text{
  margin: 0 1.6rem;
}
.arrow_border ul li a::before {
  content: '';
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 12px;
  top: calc( 50% - 6px );
  right: 1.6rem;
}
.arrow_border ul li a:hover{
  opacity: .6;
}
.menu .arrow_border ul {
  border-top: 1px solid #2E3F55;
}
.menu .arrow_border ul li{
  border-bottom: 1px solid #2E3F55;  
}


/*** dl ***/
dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 1rem auto;
  border-top: 1px solid #CECECE;
}
dt, dd {
  padding: 20px 0 20px;
  border-bottom: 1px solid #CECECE;
}
dt{
  flex-basis: 28%;
  font-weight: 500;
}
dd {
  flex-basis: 72%;
  margin: 0;
}
@media screen and (max-width: 599px) {
  dl {
    flex-flow: column;
  }
 dt{
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0;
  }
}
dl.equipment_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 1rem auto;
}
dl.equipment_list dt,dl.equipment_list  dd {
  padding: 20px 0 20px;
  border-bottom: 1px solid #CECECE;
}
dl.equipment_list dt{
  flex-basis: 46%;
  font-weight: 500;
}
dl.equipment_list dd {
  flex-basis: 54%;
  margin: 0;
}
dl.equipment_list dd .size{
  display: inline-block;
  width: 12rem
}
@media screen and (min-width: 900px) {
  dl.equipment_list dt{
    flex-basis: 40%;
  }
  dl.equipment_list dd {
    flex-basis: 60%;
  }
  dl.equipment_list dd .size{
    width: 20rem;
  }
}
@media screen and (max-width: 599px) {
  dl.equipment_list dt{
    flex-basis: 56%;
  }
  dl.equipment_list dd {
    flex-basis: 44%;
  }
  dl.equipment_list dd .size{
    width: 8rem;
  }
}
dl.iso_list dt{
  flex-basis: 42%;
}
dl.iso_list dd{
  flex-basis: 58%;
}


/***** video *****/
.video{
  width: 100%;
  height: auto;
}
.video-box {
  overflow: hidden;
  width: 100%;
}

/***** hamburger-menu *****/
@media screen and (min-width:1000px) {
  .menu_wrap,.menu{
    display: none;
  }
}
@media screen and (max-width:999px){
  .hamburger-menu {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    color: #918E79;
    font-size: 1.4rem;
    appearance: none;
    cursor: pointer;
    z-index: 100;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #918E79;
    position: absolute;
    left: 30px;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 26px;
  }
  .hamburger-menu__bar:last-child {
    top: 34px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
  .hamburger-menu .en{
    text-align: center;
    position: relative;
    margin-top: 1.6rem;
    font-weight: 500;
  }
  body.is-menuOpen{
    overflow: hidden;
  }
  .menu {
    height: 100%;
    width:  100%;
    background-color: #fbfbfb;
    color: #2E3F55;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 2.8rem;
    padding-bottom: 8rem;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu .inner{
    width: 68vw;
    margin: 6rem auto 0;
    overflow: auto;
  }
}

/***** ヘッダー *****/
header *{
  line-height:1;
}
header {
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  position: fixed;
  display: block;
  color: #fefefe;
  top: 0;
  left: 0;
  z-index: 90;
}
.header.headerColorScroll{
  background-color: #fbfbfb;
  transition: .5s;
}
.header.headerColorScroll *,#header.header_page,.page:not(.page-id-13) #header,.category #header,.archive #header,.single #header{
  color: #333;
}
#header.header_page,.page:not(.page-id-13) #header,.category #header,.archive #header,.single #header{
  background-color: #fbfbfb;
}
.headerColorScroll .hamburger-menu__bar{
  background-color: #333;
}
#header .header_wrap {
  margin: .8rem 0;

}
.logo_name{
  width: fit-content;
  margin-left: 2vw;
}
.logo_name a{
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  transition: .4s;
}
.logo_name svg{
  width: 4rem;
  margin-right: .8rem;
}
@media screen and (min-width:1000px) {
  #header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header_inner{
    position: absolute;
    right: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo_name{
    flex-shrink: 1;
  }
  .navigation {
    position: relative;
  }
  .nav_top .navigation {
    opacity: 1;
  }
  .g_nav {
    position: relative;
  }
  .g_nav ul {
    display: flex;
    justify-content: space-around;
  }
  .g_nav ul li a,.f_nav ul li a{
    display: block;
    position: relative;
    font-size: 1.7rem;
    margin: 0 4px;
    padding: 0 6px;
    text-align: center;
    transition: all .4s;
  } 
  .g_nav ul li a:hover,.f_nav ul li a:hover{
    opacity: .4;
  }
}
@media screen and (max-width:999px) {
  #header .header_inner,.header_btn{
    display: none;
    width: 0;
    overflow: hidden;
  }
  .logo_name a{
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
  .logo_name svg{
    width: 3rem;
    margin-right: .6rem;
  }
}

/***** フッター *****/
#footer_slider{
  margin: 12rem auto 0;
  position: relative;
  max-width: 1200px;
  width: 90%;
}
.scroll-slider{
  width:100%;
  overflow:hidden;
  max-width: 1200px;
}
.scroll-track{
  display:flex;
  width:max-content;
  animation:scroll 60s linear infinite;
}
.scroll-track img{
  width: 260px;
  height: auto;
  flex-shrink:0;
  border-radius: 0;
}
@keyframes scroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}
footer {
  position: relative;
  background: #FBFBFB;
}
@media screen and (max-width:999px) {
  .scroll-track img{
    width: 200px;
    height: auto;
  }
}

/*** contact_wrap ***/
.contact_wrap {
  padding: 8rem 0 10rem;
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 2;
}
.contact_head h2{
  margin-bottom: clamp(2.8rem, 3.2vw, 3.6rem);
  color: #2E3F55;
}
.contact_head .img_right{
  text-align: right;
} 
.contact_area{
  text-align: center;
  color: #4A6D8C;
  font-weight: 500;
}
.contact_area h3{
  margin-bottom: 0;
}
.contact_tel_outer,.contact_mail_outer{
  padding: 6vw 0;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fefefe;
  margin: 4rem 0;
}
.contact_tel_text{
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}  
.contact_tel_number{
  font-size: clamp(3.2rem, 4vw, 4rem);
  padding: 1.2rem 0;
}
.contact_area .btn{
  margin: 1.2rem auto;
}
@media screen and (max-width:899px) {
  .contact_wrap{
    padding: 8rem 0 0;
  } 
}
@media screen and (min-width:900px) {
  .contact_tel_outer,.contact_mail_outer{
    padding: 3.2vw 0;
    width: 46%;
  }
}

/*** フッターナビ ***/
.footer_bottom{
  background-color: #F6F6F6;
}
.footer_bottom .wrap{
  padding: 6rem 0;
}
.footer_logo_name .head{
  font-size: 1.4rem;
}
.footer_logo_link {
  padding-bottom: 6rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.footer_link .logo_name{
  margin-left: 0;
}
.footer_link .logo_name svg{
  position: relative;
  top: .8rem;
}
footer .f_nav{
  margin: 4rem 0;
}
footer .f_nav ul {
  display: grid;
  grid-template-columns:  repeat(2, 140px);
  column-gap: 2rem;
}
.f_nav ul li {
  margin-bottom: 1.2rem;
}
.f_nav ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s;
}
.footer_link_bottom nav{
  margin-bottom: 4rem;
}
footer .add_wrap{
  border-top: 1px solid #BAC3CC;
  margin: 0;
}
footer .add_wrap dl{
  margin: 0;
}
address {
  line-height: 2.8rem;
  margin-bottom: .4rem;
}
.policy{
  font-size: 1.4rem;
}
.policy:hover{
  opacity: .6;
}
.copyright p{
  color: #1F2A38;
  margin-top: .8rem;
  font-size: 1.4rem;
}
@media screen and (min-width:900px) {
  footer .add_wrap{
    width: 50%;
    margin-top: 1.2rem;
  }
}

/***** hero *****/
.hero{
  position: relative;
}
.hero_wrap *{
  min-height: 0;
  min-width : 0;
}
.hero_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/***** slide_hero *****/
#home_content .hero{
  overflow: hidden;
}
 .slide {
  position: relative;
  overflow   : hidden;
  top: 0;
  left: 0;
  width      : 100%;
  height     : 100vh;
  margin     : 0;
  filter: brightness(84%);
}
.slide img {
  display    : block;
  position   : absolute;
  width      : 100%;
  height     : 100%;
  opacity    : 0;
  animation  : slideAnime 18s ease infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 6s }
.slide img:nth-of-type(3) { animation-delay: 12s;
                            }
 
@keyframes slideAnime{
   0% { opacity: 0; }
  16% { opacity: 1; }
  34% { opacity: 1; }
  50% { opacity: 0; }
 100% { opacity: 0; }
}
.slide-bg {
  position: relative;
  inset: 0;
  overflow: hidden;
  background: #000;
}

/*** home_about,recruit_message ***/
.home section#home_about{
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  color: #2E3F55;
  line-height: 2;
  background: url(../img/bg_white.jpg) repeat;
  padding: 20rem 0;
}
@media screen and (max-width:899px) {
  .home section#home_about{
    padding: 40vw 0;
  }
  .home_about_wrap{
    position: relative;
        margin: 0 auto;
        width: 80%;
  }
  .home_about_wrap .video-box{
    margin-top: 10vh;
  }
}
@media screen and (min-width:900px) {
  .home section#home_about{
    padding: 24rem 0;
  }
  .home_about_wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .home_about_wrap .vertical{
    margin-right: 10vw;
  }
  .home_about_wrap .video-box{
    width: fit-content;
    position: relative;
    margin-top: 16vh;
  }
  .home_about_wrap video{
    max-width: 544px;
    border-radius: 4px;
  }
}

/***** banner *****/
.banner{
  position: relative;
  display: block;
  width: 100%;
}
.banner::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 4px;
  background:rgba(0,0,0,0.3);
  transition: all .3s;
}
.banner:hover::after{
  background:rgba(0,0,0,0.6);
}
.banner img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.banner_title,.banner_btn{
  position: absolute;
  color: #fff;
}
.banner_title{
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  font-weight: bold;
}
#home_content .hero .banner,#home_content .hero .banner_btn{
  position: absolute;
}
#home_content .hero .banner,#home_content .hero .banner img{
  width: 34vw;
  max-width: 480px;
}
#home_content .hero .banner_title,#home_content .hero .banner_btn{
  z-index: 2;
}
#home_content .hero .banner_title{
  top: 2.4vw;
  left: 8%;
}
#home_content .hero .banner_btn{
  bottom: 2.4vw;
  right: 4%;
}
#home_content .hero .banner_btn .btn_text{
  padding-right: 6rem;
}
#home_content .hero .banner_btn .arrow{
  margin-left: 2.4rem;
}
@media screen and (min-width:800px) {
  #home_content .hero .banner{
    bottom: 12%;
    right: calc(2vw + 40px);
  }
}
@media screen and (max-width:799px){
  #home_content .hero .banner{
    bottom: 8%;
    left: 4vw;
  }
  #home_content .hero .banner,#home_content .hero .banner img{
    width: 80vw;
    max-width: 600px;
    height: 12vh;
    object-fit: cover;
  }
}

/*****表示アニメーション*****/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
