/* 
*   azumi-zzz.co.jp 
*   2025.8-
*   original style
*
*/
:root {
/* カラー */
  /* メイン */
  --c-main:#fce4ec;
  /* ベース */
  --c-base:#fffaf0;
  /* アクセント */
  --c-accent:#d4af37;

/* フォント */
  /* 見出しフォント */
  --f-h:
  
  /* 本文フォント */


  --c-logo:#0d3482;
  --c-shadow-1:#495c81;
  --c-base-font:#544a47;
  --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;
  background-color: var(--c-base);
}
/* .home {} */

/* 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: "M PLUS Rounded 1c", sans-serif;
  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 {
  /* wieght 200-900 */
  font-family: 'Noto Serif JP', serif!important;
}
.noto-sans {
  /* wieght 100-900 */
  font-family: 'Noto Sans JP', sans-serif!important;
}
.m-plus-2 {
  /* wieght 100-900 */
  font-family: 'M PLUS 2', sans-serif!important;
}
.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.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;
}
.bg-red {
  background-color: red!important;
}
.bg-accent {
  background-color: var(--c-accent)!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  */
.mobile-site-branding {
  max-width: calc(100vw - 80px);
}
.header {
    width: 100%;
    position: fixed;
    background-color: white;
    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: 90px;
    /* padding: 15px 0 10px; */
    img {
      max-height: 90px;
      
    }
  }
  .header .main-navigation {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;

    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 {
      position: fixed;
      width: 100%;
      aspect-ratio: 16/9;
      background-color: #111;
      display: flex;
      flex-flow: row;

        /* .front-hero-media {
          position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            object-fit: contain;
            aspect-ratio: 1440/1920;
            width: 50vw;
        } */

        video.front-hero-video {
        filter: grayscale(.4) contrast(0.9) brightness(.70) saturate(0.8) ;
          z-index:1;
        }
        img.front-hero-image {

          z-index:2;
          flex-grow: 1;
          /* flex-basis: 50%; */
          /* animation: cycleBg 20000ms infinite;
          animation-timing-function: ease-in-out; */
        }
        

    }

    .text-area {
      padding: 10px;
      z-index: 10;
      background-color: var(--c-main);

      /* 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 var(--c-accent);
      }
          p {
            margin: 0;

          }
        
      }
    }
@keyframes cycleBg {
    /* 最初の3s：静止画を表示（動画は隠れる） */
    0% { opacity: 1; }
    4.0% { opacity: 1; }
    4.5% { opacity: 0.5; }
    
    /* 3s後：静止画はフェードアウトして透明に（動画が見えてくる） */
    5.0% { opacity: 0; }
    
    /* 3s~64s：静止画は透明のまま（動画が見え続ける） */
    98% { opacity: 0; }
    
    /* 100%：フェードインして元に戻る */
    100% { opacity: 1; }
}
@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: 1250ms;
  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: 0.5em;
    background-color: white;
    .greeting-box {
      border: solid 1px var(--c-accent);
      padding: 1em;
      
    }
    h2 {
        text-align: center;
    }
}

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

.content-main {
  position: relative;
  background-color: var(--c-base);
}
.inner-row.fixed-grid {
  z-index: 50;
  .grid {
    .cell {
            width: 33.3333vw;
            aspect-ratio: 1440/1920;
            overflow: hidden;
              
              img {
                display: block;
                width: 100%;
                height: auto;
                aspect-ratio: 1440/1920;
                background-size: contain;
                position: relative;
                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 Rounded 1c", sans-serif;
              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 Rounded 1c", sans-serif;
              /* 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);
  background-color: var(--c-main);
  /* 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;
}
a.btn {
	display: inline-block;
  border: 1px solid #ad0101;
  padding: 0.25em 1.5em;
  border-radius: 8px;
  margin: 1em 0;
	color:var(--c-base-font);
	background:var(--c-main);
}
a.btn :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/20260102.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;
  }
  .calendar .site-content {
    aspect-ratio: 16/9;
  }
}