/* 
*   azumi-zzz.co.jp 
*   2025.8-
*   original style
*
*/
:root {
  --c-logo:#0d3482;
  --c-shadow-1:#495c81;
  --c-base-font:#111;
  --c-link-font:#035be8;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  letter-spacing: 0.5px;
}
.home2 {}

/* common style */
p,a,ul,li {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--c-base-font);
}
p {
  margin-bottom: 1.15rem;
  font-size: 1.2rem;
  line-height: 1.86em;
}
h1,h2,h3,h4,h5,h6 {
  color: var(--c-base-font);
  font-family: inherit;
  margin: 1rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  margin-top: 0;
  font-size: 1.802rem;
}

h2 {font-size: 1.602rem;}

h3 {font-size: 1.424rem;}

h4 {font-size: 1.266rem;}

h5 {font-size: 1.125rem;}

/*small, .text_small {font-size: 0.889rem;}*/

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

/**-- helper class --**/
.noto-serif {
  font-family: 'Noto Serif JP', serif!important;
}
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif!important;
}
.m-plus-2 {
  font-family: 'M PLUS 2', sans-serif!important;
}

.x80 {
  font-size: 80%;
}
.x120 {
  font-size: 120%;
}
.x150 {
  font-size: 150%;
}
.x180 {
  font-size: 180%; 
}
.x200 {
  font-size: 200%;
}
.w50 {
  width: 50%;
}
.w66 {
  width: 66%;
}
.w85 {
  width: 85%;
}
.w100 {
  width: 100%;
}
.x300 {
  font-size: 300%;
}
.ml-1 {
  margin-left: 1em;
}
.ml-2 {
  margin-left: 2em;
}
.ml-3 {
  margin-left: 3em;
}
.mr-1 {
  margin-right: 1em;
}
.mr-2 {
  margin-right: 2em;
}
.mr-3 {
  margin-right: 3em;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mt-3 {
  margin-top: 3em;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mb-3 {
  margin-bottom: 3em;
}
.pd-0 {
  padding: 0em;
}
.pd-1 {
  padding: 1em;
}
.pd-2 {
  padding: 2em;
}



.strong {
  font-weight:bold;
  font-size:110%;
}
.red {
  color:#f00;
}
.white {
  color: #fff;
}
.blue {
  color: #00f;
}
.bg-white {
  background-color: white!important;
}
.small {
  font-size: 75%;
  letter-spacing: 1.2px;
}
.smaller {
  font-size: 50%;
  letter-spacing: 1.2px;
}
.large {
  font-size: 120%;
}
.larger {
  font-size: 150%;
}
.img-wrapper {
  margin: 0.5em auto 2em;
}
.img-wrapper:hover {
  opacity: 0.75;
}
.img-fluid {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.box-shadow {
  box-shadow: 0 1.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
a {
  color: var(--c-link-font);
  text-decoration: none;
}
a:hover {  
  text-decoration: solid underline;
}

.fas.fa-fw {
  margin-right: 0.3em;
}

/**-- embed responsive --**/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* content style  */

.header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 900;
    /* border-bottom:solid 1px #afafaf; */
    box-shadow: 0px 1px 8px 1px var(--c-shadow-1);
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
  }
  
  .header .site-branding {
    height: 40px;
    padding: 15px 0 10px;
    img {
      max-height: 40px;
      
    }
  }
  .header .main-navigation {
    margin: 0 0 0 auto;

    ul.menu {
        display: flex;
        flex-direction: row;

        li.menu-item {
          display: inline-block;
          
          a {
            color: #111;
            padding: 1em 1.5em;
            /* margin: 1em 1.5em; */
            display: block;
          }
        }
        li.menu-item:hover {
          /* background-color: #00f; */
          a {
            /* border-bottom: solid 1px #111; */
            /* color: #fff; */
          }
        }
    }

}

.hero-section {
    width: 100vw;
    aspect-ratio: 16/9;
    position: relative;
    /* z-index: -1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .main-video {
        filter: grayscale(.4) contrast(0.9) brightness(.70) saturate(0.8) ;
          /* filter: brightness(70%) blur(1px); */
        position: fixed;
        width: 100%;
        background-color: #111;
        video {
          width: 100%;
          height: auto;
        }

    }

    .text-area {
      padding: 10px;
      z-index: 10;
      background-color: rgba(255,255,255,1.0);

      /* box-shadow: 0px 0px 4px 4px var(--c-shadow-1); */
      text-align: center;
      width: min(100%,640px);

      h1 {
        font-size: 4vh;
        margin-bottom: 0;
        padding: 16px;
        border: solid 1px #111;
      }
          p {
            margin: 0;

          }
        
      }
    }
@keyframes opacity-title {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1;
    }
}

.hero-section .main-video {
  animation-duration: 800ms;
  animation-name: opacity-title;
  animation-timing-function: ease-in-out;
}
.hero-section .text-area {
  /* animation-delay: 500ms; */
  animation-duration: 500ms;
  animation-name: opacity-title;
  animation-timing-function: ease-in-out;
}
.hero-section .text-area .site-title-front {
  /* animation-delay: 700ms; */
  animation-duration: 2000ms;
  animation-name: opacity-title;
  animation-timing-function: ease-in;

}


.first-row {
/* background: linear-gradient(150deg, #ffffff, #fcfdfd, #f8fbfb, #f4fafa, #eef9fa, #e9f9fa, #e2fafb, #dbfbfd, #d3fdff); */
  padding: 3rem 0 5rem;
}
.front-greeting {
    max-width: 1200px;
    width: min(1200px,90vw);
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #aaa;
    h2 {
        text-align: center;
    }
}

.container {
  max-width: 1200px!important;
}

.content-main {
  position: relative;
  background-color: #fff;
}
.inner-row.fixed-grid {
  z-index: 50;
  .grid {
    .cell {
      width: 50vw;
            aspect-ratio: 1200/800;
            overflow: hidden;
            a {
              display: block;
              width: 100%;
              height: auto;
              aspect-ratio: 1200/800;
              background-size: contain;
              position: relative;
              
              img {
                z-index: 20;
                transition: 0.5s;
                opacity: 0.3;
              }
              .panel-title {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate3d(-50%, -50%, 0) !important;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 600px;
                z-index: 30;

              }

            }
            
            h2 {
              font-family: 'M PLUS 2', sans-serif!important;;
              font-size: min(2.2em,5vw);
              font-weight: 700;
              display: block;
              text-align:center;
              margin: 0em 0 0;
              padding-top: 0.333em;
              padding-bottom: 0.333em;
              background-color: transparent;
              color: var(--c-logo);
              width: 50%;
            }
            .h-sub {
              font-family: 'M PLUS 2', sans-serif!important;;
              display: block;
              width: 50%;
              text-align: center;
            }
            
          }
          .cell img:hover {
            opacity: 1;
            transform: scale(1.1);
            box-shadow: 0px 0px 4px 4px var(--c-shadow-1);
          }
          .cell:hover {
            h2 {
              background-color: darkblue;
              color: white;
            }
            .h-sub {
              background-color: rgba(255,255,255,0.75);
            }
          }
  }
}


/* page common */
.main-navigation ul li{
  display: block;
  width: auto;
  margin: 0;
}
.main-navigation ul li a{
  border: solid 1px transparent;
  padding:1em;
}
.main-navigation ul li a:hover {
  color: var(--c-link-font);
  /* border: solid 1px #111; */
}
.main-navigation ul li:hover ul {
  display: flex;
  flex-direction: column;
  right: auto;
  left: 0;
}
.page-header .page-title {
  color: #fff;
}

@keyframes draw-border {
    0% {
      border: solid 1px transparent; 
    }
    25% {
      border-top: solid 1px var(--c-logo); 
    }
    50% {
      border-top: solid 1px var(--c-logo); 
      border-right: solid 1px var(--c-logo); 
    }
    75% {
      border-top: solid 1px var(--c-logo); 
      border-right: solid 1px var(--c-logo); 
      border-bottom: solid 1px var(--c-logo); 
    }
    100% {
      border-top: solid 1px var(--c-logo); 
      border-right: solid 1px var(--c-logo); 
      border-bottom: solid 1px var(--c-logo); 
      border-left: solid 1px var(--c-logo); 
    }
}
.draw-border,
.main-navigation ul li a:hover {
  animation-duration: 700ms;
  animation-name: draw-border;
  animation-timing-function: ease-in;
  animation-fill-mode:forwards ;

}
.azumizzz {
  background: url(../images/mark.png) left center no-repeat ;
  background-size: 1.7em auto;
  display: inline-block;
  padding-left: 2.22em;
  padding-right: 0.5em;
  border-bottom: solid 1px var(--c-logo);
  /* height: 1.3em; */
}
/* button style */
.wp-block-buttons > .wp-block-button {
  border: none;
  box-shadow: none;
}
.button:hover {
  background-color: transparent;
}
.wp-block-button.btn a {
	display: inline-block;
  border: 1px solid #ad0101;
  padding: 0.25em 1.5em;
  border-radius: 8px;
  margin: 1em 0;
	color:#fff;
	background:#ad0101;
}
.wp-block-button.btn-b a {
  border-color:rgba(13,52,130,1);
	background:rgba(13,52,130,1);
}
.btn a:hover  
{
	color:#00f;
  border: 1px solid #00f;
	background:#fff;
	text-decoration:none;
}
.page-header .page-title {
	color:#fff!important;
}
/* equipment */
.eq_inner dd {
  margin: 0 0 1.5em 1.5em;
}
/* calendar */
body.calendar article {
  margin-bottom: 0;
}
.calendar #content > .container {
  max-width: 1500px!important;
}
.calendar .site-content {
  background: url(../images/AW001.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 0;

  .entry-content {
    /* background-color: rgba(255,255,255,0.88); */
    padding: 2rem 0;
    /* margin: 2rem 3rem; */
  }

}


/* recruitement */
.body .metaslider .flexslider ul.slides,
#primary .page .entry-content ul.slides {
  margin: 0;
}
.wp-block-cover.border-block {
  border: solid 1px var(--c-logo);
  /* margin: 1em; */
  background-color: #fff;
  img.wp-block-cover__image-background  {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    right: 1em;
    top: 1em;
    left: 1em;
  }
  .has-background-dim {
    left: 1em;
    top: 1em;
    bottom: 1em;
    right: 1em;
  }
}
figure {
  img {
    border: solid 1px var(--c-shadow-1);
  }
}

@media only screen and (max-width: 1024px) {
  /* .site-header {
    display: block;
  } */
  /* .hero-section {
    margin-top: 120px;
  } */
  .hero-section .text-area {
    display: none;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: flex;
  }
}