@charset "utf-8";

/* all
-------------------------------------------------------------------*/
html,
html body{
  background: #FFFFFF;
  color: #282828;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
html .goti,
html .goti form * {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .jost {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: 'site-icon';
  src:
    url('fonts/site-icon.ttf?73tvkh') format('truetype'),
    url('fonts/site-icon.woff?73tvkh') format('woff'),
    url('fonts/site-icon.svg?73tvkh#site-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html .icon-f{
  font-family: 'site-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  min-width: 1100px;
}
main {
  overflow: hidden;
  width: 100%;
}
body img,
body svg {
  max-width: 100%;
  height: auto;
}
.sitewrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width:1220px) {
  body,
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  .sitewrap>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
  position: static;
  z-index: 999;
  top: -300px;
  left: 0;
  right: 0;
  transition: top .4s .2s, background .4s .4s;
}
header#fix_menu.fixedMenu {
  position: fixed;
  background: #fff;
  top: 0;
  height: 112px;
}
.menu_top {
  position: relative;
}
.menu_top #site_ttl {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 50px 10px 10px 40px;
  white-space: nowrap;
  transition: top .4s .2s;
}
.menu_top #site_ttl a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  line-height: 1;
  text-decoration: none;
  transition:transform .4s,color .4s;
}
.menu_top #site_ttl a span {
  font-size: 0.875rem;
  font-weight: bold;
  display:inline-block;
  position:relative;

}
.menu_top #site_ttl a span:after{
  content:"";
  display:block;
  background: #313163;
  height:1px;
  bottom: -0.25em;
  position:absolute;
  left:0;
  right:0;
  max-width:0;
  transition:max-width .2s;
  margin:auto;
}
header#fix_menu.fixedMenu .menu_top #site_ttl{
  padding: 10px 10px 10px 40px;
}
header#fix_menu.fixedMenu .menu_top #site_ttl a img{
  max-width: 60px;
}
.menu_top .drop_menu{
  position: absolute;
  z-index: 990;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding: 1em 2.25em 0em;
  top: 0;
  left: 0;
  right: 0;
}
header#fix_menu.fixedMenu .menu_top .drop_menu{
  position:relative;
}
.menu_top .fixed_recuit-box{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1em;
}
.menu_top .fixed_recuit-box .fixed_recuit-btn a{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  width:204px;
  min-height:3.4295em;
  font-size:0.875rem;
  font-weight:bold;
  --bg-color:#58dad4;
  --font-color:#fff;
  color:var(--font-color);
  background:var(--bg-color);
  border:1px solid var(--bg-color);
  border-radius:3.5em;
  text-decoration:none;
  transition:background .4s,color .4s;
}
.menu_top .fixed_recuit-box .fixed_recuit-btn.btn-carrer a{
  --bg-color:#99c5fd;
}
header #switch {
  position: absolute;
  width: 0;
  opacity: 0;
}
.menu_top #NavWrap ul {
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
}
.menu_top #NavWrap ul li a{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  font-size:0.875rem;
  padding: 1em;
  text-decoration:none;
  font-weight: 500;
  height: 100%;
  color: unset;
}
.menu_top #NavWrap ul li a br{
  display:none;
}
.menu_top #NavWrap ul li a span{
  position:relative;
  z-index:10;
}
.menu_top #NavWrap ul li a span::after{
  position:absolute;
  z-index:10;
  display:inline-block;
  content:"";
  width:100%;
  height:2px;
  background:#f68a16;
  bottom:-2px;
  left:0;
  right:0;
  transform:scale(0,1);
  transition: transform .3s;
}
@media (any-hover: hover) {
  .menu_top #NavWrap ul li a:hover span::after{
    transform:scale(1,1);
  }
  .menu_top #site_ttl a:hover {
    color: #313163;
    transform:translateY(-0.25em)
  }  
  .menu_top #site_ttl a:hover span:after{
    max-width:100%;
  }  
  .menu_top .fixed_recuit-box .fixed_recuit-btn a:hover{
    background-color:var(--font-color);
    color:var(--bg-color);
  }
}
@media screen and (max-width:1220px) {
  header#fix_menu.fixedMenu .menu_top #site_ttl a img{
    max-width:6.5vw;
    width:60px;
  }
  header#fix_menu.fixedMenu .menu_top #site_ttl{
    padding-left:2.5%;
  }
  .menu_top .drop_menu{
    padding:8px 8px 8px 0;
    margin-left:auto;
  }
  .menu_top #NavWrap ul{
    margin-top:5px;
  }
  .menu_top #NavWrap ul li{
    position:relative;
    z-index:1;
  }
  .menu_top #NavWrap ul li:before{
    content:"";
    display:block;
    position:absolute;
    top:5px;
    bottom:5px;
    width:1px;
    border-left:dotted 1px #ddd;
  }
  .menu_top #NavWrap ul li a {
    padding:0.65em 0.85em;
  }
  .menu_top #NavWrap ul li a br{
    display:block;
  }
  .menu_top #NavWrap ul li a span{
    font-size:min(0.825rem,1.35vw);
    line-height:1.2;
    padding:0.25em 0;
  }
  .menu_top .fixed_recuit-box .fixed_recuit-btn a{
    min-height:3em;
  }
}
@media screen and (max-width:767px) {
  header#fix_menu,
  header#fix_menu.fixedMenu {
    top: 0;
    position:absolute;
    height:auto;
    background:none;
  }
  header .menu_top{
  }
  header .menu_top:after{
    display:none;
  }
  .menu_top #site_ttl{
    position: static;
    top: -100%;
    text-align: left;
    padding:0;
    z-index: 1000;
    width: fit-content;
    transition:top .2s;
  }
  header#fix_menu.fixedMenu .menu_top #site_ttl{
    padding:0;
  }
  .menu_top #site_ttl a {
    width: auto;
    height: auto;
    gap: 0.25em;
    padding: 5px 15px;
    width:fit-content;
    height:60px;
  }
  header#fix_menu.fixedMenu .menu_top #site_ttl a img,
  .menu_top #site_ttl a img{
    width:32px;
    max-width: fit-content;
    height:auto;
  }
  .menu_top #site_ttl a span{
    font-size: 6.25px;
    display: block;
  }
  .menu_top .drop_menu,
  header#fix_menu.fixedMenu .menu_top .drop_menu{
    padding:0;
    flex-direction: column-reverse;
    position: fixed;
    transition:background .2s;
    top:0;
    align-items: center;
    justify-content: flex-end;
    background:transparent;
    pointer-events:none;
  }
  header#fix_menu .menu_top #switch:checked~.drop_menu{
    background:#fff;
    bottom:0;
  }
  header#fix_menu .menu_top .drop_menu a,
  header#fix_menu .menu_top .drop_menu label{
    pointer-events:auto;
  }
  header #switch~.drop_menu label {
    position: fixed;
    z-index: 1100;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    top: 0;
    right: 0;
    background:#fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color .4s .2s, top .4s .2s;
  }
  header #switch~.drop_menu label span {
    cursor: -webkit-grabbing;
    display:block;
    width:24px;
    height:2px;
    background: #282828;
    transition: 0.2s transform, 0.5s background;
    position:absolute;
    top: 50%;
    left:0;
    right:0;
    margin:auto;
    margin-top:-1px;
  }
  header #switch~.drop_menu label span:before,
  header #switch~.drop_menu label span:after {
    content:"";
    display:block;
    width:24px;
    height:2px;
    background:#282828;
    position:absolute;
    margin-top:0;
    transition:transform .2s,top .2s;
  }
  header #switch~.drop_menu label span:before {
	top:-8px;
  }
  header #switch~.drop_menu label span:after {
	top:8px;
  }
  header #switch:checked~.drop_menu label span{
      transform:rotate(-330deg) ;
  }
  header #switch:checked~.drop_menu label span:before{
      top:0;
  }
  header #switch:checked~.drop_menu label span:after{
      transform:rotate(120deg);
      top:0;
      margin-top:0;
  }
  .drop_menu #NavWrap {
    position: relative;
    z-index: 800;
    width: 100%;
    height:fit-content;
    background: #fff;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s;
  }
  .drop_menu #NavWrap::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  .drop_menu #NavWrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ececec;
  }
  .drop_menu #NavWrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b3b3b3;
  }
  header #switch:checked~#site_ttl{
    position:fixed;
    top:0;
  }
  header #switch:checked~.drop_menu #NavWrap {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .drop_menu #NavWrap ul{
    flex-direction:column;
    margin-top: 60px;
    padding:0 15px 15px;
  }
  .menu_top #NavWrap ul li{
    border-bottom:solid 1px #b6b5b5;
  }
  .menu_top #NavWrap ul li:before{
    display:none;
  }
  .menu_top #NavWrap ul li a{
    text-align:left;
    justify-content:flex-start;
    flex-direction: row;
    height: 50px;
    gap:1em;
  }
  .menu_top #NavWrap ul li a:before{
    content:"\2b62";
    font-family: 'site-icon';
    font-weight:400;
    font-size:0.45em;
    width:2.75em;
    height:2.75em;
    display:inline-flex;
    color:#fff;
    background:#f68a16;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-align:center;
  }
  .menu_top #NavWrap ul li a span{
    font-size:0.94rem;
  }
  .menu_top #NavWrap ul li a span br{
    display:none;
  }
  .menu_top .fixed_recuit-box{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    gap:0;
    padding:0;
    z-index: 900;
  }
  .menu_top .fixed_recuit-box .fixed_recuit-btn{
    flex-basis:50%;
  }
  .menu_top .fixed_recuit-box .fixed_recuit-btn a{
    width:100%;
    border-radius:10px 10px 0 0;
    font-size:1.285rem;
    letter-spacing:0.1em;
    min-height:60px;
  }
  .menu_top .fixed_recuit-box .fixed_recuit-btn a span{
    vertical-align:middle;
    align-items:center;
    display:flex;
    gap:0.5em;
  }
  .menu_top .fixed_recuit-box .fixed_recuit-btn a span:after{
    content:"\2b62";
    font-family: 'site-icon';
    font-weight:400;
    font-size:0.45em;
    width:2.75em;
    height:2.75em;
    display:inline-flex;
    color:var(--bg-color);
    background:var(--font-color);
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-align:center;
  }
  header #switch:checked~.drop_menu .fixed_recuit-box{
    display: none;
    flex-direction:column;
    position:static;
    gap:0.75em;
  }
  header #switch:checked~.drop_menu .fixed_recuit-box a{
    border-radius:30px;
    width:310px;
    font-size:1rem;
    min-height:3.5em;
    position:relative;
  }
  header #switch:checked~.drop_menu .fixed_recuit-box a span:after{
    position:absolute;
    right:2.5em;
  }
}
/* contents
-------------------------------------------------------------------*/
.opening-animation {
  position: fixed;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  overflow: auto;
  overscroll-behavior: contain;
}
.opening-animation.is-actived,
.opening-animation.is-actived::before {
  display: none;
}
.opening-animation.is-active {
  animation: opening-animation_bg 1s 3s forwards;
}
.opening-animation::before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  background: #212240;
}
.opening-animation::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.opening-animation .opening-animation_inner {
  min-height: calc(100% + 1px);
  width: 100%;
}
.opening-animation .opening-animation_logo {
  position: sticky;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.opening-animation.is-active .opening-animation_logo {
  opacity: 1;
  animation: opening-animation 2s forwards;
}
.opening-animation svg {
  fill: #fff;
  width: 25vw;
}
@media screen and (max-width:767px) {
  .opening-animation svg {
    width: 70vw;
  }
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 500;
  width: 100px;
  height:100px;
  bottom: 2.55%;
  right: 10%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .4s;
}
footer.on #pageTop {
  position: absolute;
  bottom:10%;
  /* transition: bottom .4s,transform .4s; */
}
#pageTop::after {
  position:absolute;
  z-index:-1;
  content: "";
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  background:url(../img/common/bg_topbtn.png) no-repeat top center / contain;
  width:100%;
  aspect-ratio:1 / 1;
  animation: rotating 10s linear infinite;
}
#pageTop img{
  margin-bottom:0.25em;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer {
  position: relative;
  z-index: 100;
  background: #efefef;
  padding: 5rem 0 5.625rem;
}
footer .sitewrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
footer .sitewrap > p{
  display:block;
  flex-basis:30%;
  font-size:0.75rem;
  margin-bottom: 0;
}
footer .sitewrap a{
  text-decoration:none;  
}
footer .sitewrap .logo a{
  display:flex;
  flex-direction:column;
  font-weight:800;
  align-items:center;
  flex-basis:auto;
  width:fit-content;
  gap:0.5em;
  transition:color .4s,transform .4s;;
}
footer .sitewrap a span{
  display:block;
  width:fit-content;
  position:relative;
  z-index:2;
}
footer .sitewrap a span:after{
  content:"";
  display:block;
  background: #313163;
  height:1px;
  bottom:0;
  position:absolute;
  left:0;
  right:0;
  max-width:0;
  transition:max-width .2s;
  margin:auto;
}
footer .sitewrap .link_menu{
  flex-basis:70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1.5em;
  grid-row-gap: 0.5em;
  padding-left: 0;
  margin-bottom: 0;
}
footer .sitewrap .link_menu li{
  margin-block: 0;
}
footer .sitewrap .link_menu li a{
  width:fit-content;
  font-weight:500;
  position:relative;
  display:flex;
  align-items:center;
  gap:0.5em;
  transition:transform .4s;
  color: unset;
}
footer .sitewrap .link_menu li a i{
  font-size:0.65em;
  transition:color .4s;
  margin-right: 0;
}
footer .sitewrap .link_menu li a span:after{
  background-color:#f68a16;
  height:1px;
  bottom:-2px;
  right:auto;
  width:100%;
}
footer .sitewrap .link_menu:nth-child(n+3){
  margin-top:4em;
}
footer .sitewrap > p.corp a{
  border-bottom:1px solid;
  padding-bottom:0.25em;
  transition:color .4s;
}
footer .sns_area{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:3%;
  margin-block:1em 3em;
}
footer .sns_area a{
  width:35px;
  transition:.5s opacity;
}
footer .sns_area a span:after{
  display:none;
}
main a.page_link {
  margin-top: -112px;
  padding-top: 112px;
  display: block;
  position: relative;
  z-index: -10;
}
main a.page_link#gallery {
  margin-top: -240px;
  padding-top: 240px;
}
@media (any-hover: hover) {
  #pageTop:hover{
    transform:translateY(-0.5em)
  }
  #pageTop:hover::after {
    animation-play-state: paused;
  }
  footer .sitewrap .logo a:hover{
    color: #313163;
    transform:translateY(0.25em)
  }
  footer .sitewrap a:hover span:after{
    max-width:100%;
  }
  footer .sitewrap .link_menu li a:hover{
    transform:translateX(0.25em);
  }
  footer .sitewrap .link_menu li a:hover i{
    color:#f68a16;
  }
  footer .sitewrap > p.corp a:hover{
    color:#f68a16;
  }
  footer .sns_area a:hover{
    opacity:0.7;
  }
}
@media screen and (max-width:1600px) {
  #pageTop {
    right: 3%;
  }
}
@media screen and (max-width:1200px) {
  footer{
    padding-inline:5%;
  }
  footer .sitewrap {
    padding-left:15px;
    padding-right:15px;
    gap:2.5%
  }
  footer .sitewrap > p,
  footer .sitewrap .link_menu{
    flex-basis:auto;
    padding: 0;
  }
  footer .sitewrap .link_menu{
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (max-width:767px) {
  #pageTop {
    position: absolute;
    width: 68px;
    height: 68px;
    right: 15px;
    top:-34px;
    padding:16px;
  }
  footer {
    padding: 2rem 0 calc(0.5em + 60px);
  }
  footer .sitewrap{
    display:block;
  }
  footer .sitewrap > p{
    display:block;
    text-align:center;
    margin:0 auto 1em;
  }
  footer .sitewrap .logo a{
    gap:0.5em;
    margin:auto;
    font-size:0.5rem;
  }
  footer .sitewrap .logo a img{
    width:33px;
  }
  footer .sitewrap .link_menu{
    display:none;
  }
  footer .sitewrap .link_menu:nth-child(n+3){
    margin:0;
  }
  footer .sitewrap > .corp{
    margin:1em auto 2em;
    font-size:0.7125rem;
  }
  footer .sitewrap > small{
    display:block;
    padding:0;
    text-align:center;
    font-size:0.64rem;
    margin:0;
  }
  main a.page_link {
    margin-top: -70px;
    padding-top: 70px;
  }
  main a.page_link#gallery {
    margin-top: -80px;
    padding-top: 80px;
  }
  footer .sns_area{
    justify-content:center;
    gap:5%;
    margin-block:0;
  }
  
}