  @charset "utf-8";

/* CSS Document */

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  color: #333 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
}

.l-contents{
  overflow: hidden;
}

.l-contents-offset{
  margin-top: 130px;
}

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

  .l-contents-offset{
    margin-top: 70px;
  }

}


/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-block-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

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

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

  .l-block-bottom-large {
    padding-bottom: 80px;
  }


  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}


/***********
l-zoomOut
************/

.l-zoomOut{
  transform:scale(1.08) ;
  transition:all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-show.l-zoomOut{
  transform:scale(1) ;
}

/***********
l-hoverUnderline
************/

.l-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#000, #000) 0 100% / 0 1px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
.l-hoverUnderline:hover {
  background-size: 100% 1px;
}

/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask.is-full {
  width: 100%;
}

/***********
text
************/

.l-textMain{
  font-size: 116%;
  line-height: 2;
}

.l-textTips{
  font-size: 100%;
  line-height: 1.7;
}

.l-list-dot {}

.l-list-dot li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}

.l-list-number li {
  font-size: 116%;
  line-height: 2;
  list-style: decimal;
}

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

  .l-textMain,
  .l-list-dot li ,
  .l-list-asterisk li,
  .l-list-number li {
    font-size: 100%;
    line-height: 1.8;
  }

  .l-textTips{
    font-size: 85%;
    line-height: 1.6;
  }

}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

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

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }

}

/***********
more
************/

.l-more{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}
.l-more::before,
.l-more::after{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-more::before{
  background: url(../../img/icon/arrow_wt.png) no-repeat 20px center ;
  background-color: rgba(12, 22, 39, 0.7);
  transition: 0.5s;
}
.l-more::after{
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}
body.is-pc .l-more:hover::before{
  background-color: rgba(12, 22, 39, 0.8);
  animation: amin-arrow01 0.4s ease forwards 0.4s;
}
body.is-pc .l-more:hover::after{
  transform: scale(1);
  opacity: 1 ;
}


.l-more.is-white{
  color: #fff;
}
.l-more.is-white::before{
  background-image: url(../../img/icon/arrow.png) ;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-more.is-white::after{
  background-color: rgba(255, 255, 255, 0.2);
}
body.is-pc .l-more.is-white:hover::before{
  background-color: rgba(255, 255, 255, 0.9);
  animation: amin-arrow01 0.4s ease forwards 0.4s;
}
body.is-pc .l-more.is-white:hover::after{
  transform: scale(1);
  opacity: 1 ;
}

.re-l-more{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 30px 0 30px 45px;
  position: relative;
}
.re-l-more::before,
.re-l-more::after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
}
.re-l-more::before{
  background: url(../../img/icon/arrow_wt.png)  no-repeat 8px center;
  background-size: 50%;
  background-color: rgba(12, 22, 39, 0.7);
  transition: 0.5s;
}
.re-l-more::after{
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}
body.is-pc .re-l-more:hover::before{
  background-color: rgba(12, 22, 39, 0.8);
  animation: 0.4s ease forwards 0.4s;
}
body.is-pc .re-l-more:hover::after{
  transform: scale(1);
  opacity: 1 ;
}

.re-l-more.is-white{
  color: #fff;
}
.re-l-more.is-white::before{
  background-image: url(../../img/icon/arrow.png) ;
  background-color: rgba(255, 255, 255, 0.7);
}
.re-l-more.is-white::after{
  background-color: rgba(255, 255, 255, 0.2);
}
body.is-pc .re-l-more.is-white:hover::before{
  background-color: rgba(255, 255, 255, 0.9);
  animation: amin-arrow01 0.4s ease forwards 0.4s;
}
body.is-pc .re-l-more.is-white:hover::after{
  transform: scale(1);
  opacity: 1 ;
}




@keyframes amin-arrow01 {
  0% {
    background-position: 20px center;
  }
  50% {
    background-position: 23px center;
  }
  100% {
    background-position: 20px center;
  }
}


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

  .l-more{
    font-size: 93%;
    padding: 20px 0 20px 55px;
  }
  .l-more::before,
  .l-more::after{
    transform: scale(0.7);
    transform-origin: left;
  }

}

.r-l-more{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 93%;
  color: #000;
  text-decoration: none;
  padding: 30px 0 30px 80px;
  position: relative;
}
.r-l-more::before,
.r-l-more::after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
}
.r-l-more::before{
  background: url(../../img/icon/arrow_wt.png)  no-repeat 8px center;
  background-size: 50%;
  background-color: rgba(12, 22, 39, 0.7);
  transition: 0.5s;
}
.r-l-more::after{
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}
body.is-pc .r-l-more:hover::before{
  background-color: rgba(12, 22, 39, 0.8);
  animation: 0.4s ease forwards 0.4s;
}
body.is-pc .r-l-more:hover::after{
  transform: scale(1);
  opacity: 1 ;
}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  padding: 12px 40px 12px 40px;
  font-size: 124%;
  color: #000;
  text-decoration: none !important;
  border: 1px solid #000;
  transition: all 0.2s ease;
  position: relative;
}

.l-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.l-btn:hover {
  background-color: #000;
  color: #fff;
}

.l-btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.l-btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.l-btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

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

  .l-btn {
    width: 100%;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}

/***********
header
************/

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 999;
}

.l-header-inner {
  position: relative;
}

.l-header-logo {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 50px;
  width: 346px;
}

.l-header-block {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-right: 120px;
}
.l-header-link {
}
.l-header-link a {
  display: inline-block;
  padding: 0.5em 55px 0.5em 1em;
  font-size: 116%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l-header-link a::before,
.l-header-link a::after{
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
}
.l-header-link a::after{
  transform: rotate(90deg);
}

@media screen and (max-width:1280px) {
.l-header-logo {
  margin-left: 30px;
  width: 280px;
}
}



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

  .l-header {
    padding-top: 15px;
  }

  .l-header-logo {
    margin-left: 15px;
    padding-top: 5px;
    width: 180px;
  }

  .l-header-block {
    padding-top: 8px;
    padding-right: 65px;
  }
  .l-header-link {
    display: none;
  }
  .l-header-link a {
    display: inline-block;
    padding: 0.2em 16px 0.2em 0;
    font-size: 11px;
  }
  .l-header-link a::before,
  .l-header-link a::after{
    width: 7px;
    right: 0;
  }

}

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

  .l-header-logo {
    margin-left: 5px;
    padding-top: 8px;
    width: 160px;
  }
}


/***********
footer
************/

.l-footer {
  background: url(../../img/pattern04.png);
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}

.l-footer-container {
  display: flex;
  justify-content: space-between;
}
.l-footer-upper {
}
.l-footer-logo {
  width: 221px;
}
.l-footer-inner {
  padding: 0 3% 0 3%;

}

.l-footer-navi {
  display: flex;
}

.l-footer-navi-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.l-footer-navi-list li {
  padding-right: 2em;
}
.l-footer-navi-list a {
  display: inline-block;
  font-size: 85%;
  padding: 0.2em 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.l-footer-navi-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: right center;
  opacity: 0.5;
}
body.is-pc .l-footer-navi-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}


.l-footer-navi-sns {
  padding-left: 2em;
  display: flex;
}
.l-footer-navi-sns li {
  padding-right: 1em;
}
.l-footer-navi-sns a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.l-footer-lower {
  display: flex;
  align-items: center;
  padding-top: 80px;
}


.l-footer-link {
  display: flex;
  flex-wrap: wrap;
}
.l-footer-link li {
  padding-right: 2em;
}
.l-footer-link a {
  display: inline-block;
  font-size: 77%;
  padding: 0.2em 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  position: relative;
}
.l-footer-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: right center;
  opacity: 0.5;
}
body.is-pc .l-footer-link a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}


.l-footer-credit {
  font-size: 77%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em 0;
  padding-left: 1em;
}

.l-footer-info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.l-footer-address {
  font-size: 93%;
  font-style: normal;
  padding-right: 2.5em;
  opacity: 0.8;
}
.l-footer-map {
}
.l-footer-map a {
  display: inline-block;
  font-size: 85%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0.8;
}



.l-footer-cv {
  width: 300px;
}
.l-footer-cv-btn {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 1.2em 1em;
  text-decoration: none;
  text-align: center;
  font-size: 108%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
.l-footer-cv-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
body.is-pc .l-footer-cv-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



.l-footer-copyright {
  display: flex;
  flex-direction: row-reverse;
}
.l-footer-copyright-text {
  width: 100%;
  max-width: 300px;
  font-size: 77%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}


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

  .l-footer {
  }

  .l-footer-container {
    display: flex;
    flex-direction: column;
  }
  .l-footer-upper {
    order: 1;
    width: auto;
  }
  .l-footer-logo {
    width: 220px;
    margin: 0 auto;
  }
  .l-footer-inner {
    width: auto;
    order: 3;
    padding: 40px 0 0 0;

  }

  .l-footer-navi {
    display: flex;
    justify-content: center;
  }



  .l-footer-lower {
    display: block;
    padding-top: 40px;
  }


  .l-footer-link {
    justify-content: center;
  }
  .l-footer-link li {
    padding: 0 1em;
  }


  .l-footer-credit {
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-left: 0;
  }

  .l-footer-info {
    display: block;
    text-align: center;
  }
  .l-footer-address {
    padding-right: 0;
  }
  .l-footer-map {
    padding-top: 0.5em;
  }

  .l-footer-cv {
    order: 2;
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .l-footer-copyright {
    display: block;
    text-align: center;
    padding-top: 60px;
  }
  .l-footer-copyright-text {
    max-width: initial;
  }

}


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


  .l-footer {
  }


  .l-footer-logo {
    width: 220px;
  }
  .l-footer-inner {
  }

  .l-footer-navi {
    display: block;
  }

  .l-footer-navi-list {
    display: block;
    justify-content: center;
    text-align: center;
  }
  .l-footer-navi-list li {
    padding: 0 0 0.5em;
  }

  .l-footer-navi-sns {
    justify-content: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .l-footer-navi-sns li {
    padding: 0 10px;
  }

  .l-footer-lower {
    display: block;
    padding-top: 30px;
  }


  .l-footer-link {
    justify-content: center;
  }
  .l-footer-link li {
    padding: 0 1em;
  }


  .l-footer-info {
    display: block;
    text-align: center;
  }
  .l-footer-address {
    padding-right: 0;
  }
  .l-footer-map {
    padding-top: 0.5em;
  }

  .l-footer-cv {
    width: 240px;
  }
  .l-footer-cv-btn{
    font-size: 13px;
  }

  .l-footer-copyright {
    display: block;
    text-align: center;
    padding-top: 60px;
  }
  .l-footer-copyright-text {
    max-width: initial;
  }


}



/***********
menu
************/


.l-menu{
  position: fixed;
  width: 480px;
  height: auto;
  max-height: 100vh;
  z-index: 9998;
  right: 0;
  top: 0;
  opacity: 0;
  transform-origin: right top;
  transform: scale(0.98);
  transition:all 0.3s ease;
  background-color: rgba(13, 22, 39, 0.95);
  color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.is-menu-open .l-menu{
  opacity: 1;
  transform: scale(1);
}

.l-menu-close{
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: -1;
}
.is-menu-open .l-menu-close{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 9990;
}




.l-menu-trigger {
  position: fixed;
  z-index: 9999;
  right: 40px;
  top: 35px;
}

.l-menu-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.l-menu-btn span {
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 24px;
  width: 50%;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.l-menu-btn span::before,
.l-menu-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-menu-btn span::before {
  top: -7px;
}
.l-menu-btn span::after {
  top: 7px;
}


.l-menu-btn.is-active{
  border-color: #fff;
}
.l-menu-btn.is-active span {
  background-color: transparent;
}
.l-menu-btn.is-active span::before {
  transform: translateY(7px) rotate(-40deg);
  background-color: #fff;
}
.l-menu-btn.is-active span::after {
  transform: translateY(-7px) rotate(40deg);
  background-color: #fff;
}

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

  .l-menu-trigger {
    right: 10px;
    top: 15px;
  }

  .l-menu-btn {
    width: 38px;
    height: 38px;
  }

  .l-menu-btn span {
    top: 18px;
  }
  .l-menu-btn span::before,
  .l-menu-btn span::after {
  }
  .l-menu-btn span::before {
    top: -5px;
  }
  .l-menu-btn span::after {
    top: 5px;
  }

  .l-menu-btn p {
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
  }

  .l-menu-btn.is-active span {
    background-color: transparent;
  }
  .l-menu-btn.is-active span::before {
    transform: translateY(5px) rotate(-40deg);
  }
  .l-menu-btn.is-active span::after {
    transform: translateY(-5px) rotate(40deg);
  }

}

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

  .l-menu{
    width: 310px;
  }

}

/***********
menu
************/

.l-menu-block{
  padding: 50px 20px 50px 50px;
}
.l-menu-list {
}
.l-menu-list li {
  padding-bottom: 10px;
}
.l-menu-list a {
  display: inline-block;
  font-size: 152%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0.2em 0;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}
.l-menu-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
  opacity: 0.5;
}
body.is-pc .l-menu-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-menu-sns {
  padding-top: 15px;
}
.l-menu-sns li {
}
.l-menu-sns a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.l-menu-cv {
  padding-top: 50px;
  width: 200px;
}

.l-menu-cv-btn {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 1em 1em;
  text-decoration: none;
  text-align: center;
  font-size: 108%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
.l-menu-cv-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
body.is-pc .l-menu-cv-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.l-menu-address {
  padding-top: 40px;
  font-size: 108%;
  font-style: normal;
  line-height: 2;
}
.l-menu-map {
}
.l-menu-map a {
  display: inline-block;
  font-size: 93%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ddd;
  opacity: 0.8;
  position: relative;
}
.l-menu-logo {
  width: 220px;
  padding-top: 100px;
}

.l-menu-list li a::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  left: -15px;
  top: 50%;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
}
.l-menu-list li a span{
  display: inline-block;
  position: relative;
}

body[class*="corporate"] .l-menu-list li[class$="corporate"] a,
body[class*="business"] .l-menu-list li[class$="business"] a,
body[class*="news"] .l-menu-list li[class$="news"] a,
body[class*="journal"] .l-menu-list li[class$="journal"] a,
body[class*="single-post"] .l-menu-list li[class$="journal"] a,
body[class*="category"] .l-menu-list li[class$="journal"] a,
body[class*="recruiting"] .l-menu-list li[class$="recruiting"] a{
  color: #fff;
  font-weight: 400;
}
body[class*="corporate"] .l-menu-list li[class$="corporate"] a::before,
body[class*="business"] .l-menu-list li[class$="business"] a::before,
body[class*="news"] .l-menu-list li[class$="news"] a::before,
body[class*="journal"] .l-menu-list li[class$="journal"] a::before,
body[class*="single-post"] .l-menu-list li[class$="journal"] a::before,
body[class*="category"] .l-menu-list li[class$="journal"] a::before,
body[class*="recruiting"] .l-menu-list li[class$="recruiting"] a::before{
  opacity: 0.8;
}





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

  .l-menu-block{
    padding: 30px 20px 30px 30px;
  }
  .l-menu-list {
  }
  .l-menu-list li {
    padding-bottom: 10px;
  }
  .l-menu-list a {
    font-size: 15px;
  }
  .l-menu-list a::after {
    display: none;
  }

  .l-menu-sns {
    padding-top: 10px;
  }
  .l-menu-sns li {
  }

  .l-menu-cv {
    padding-top: 30px;
    width: 160px;
  }

  .l-menu-cv-btn {
    padding: 0.8em 1em;
    font-size: 13px;
  }

  .l-menu-address {
    padding-top: 30px;
    font-size: 12px;
  }
  .l-menu-map a {
    font-size: 10px;
  }
  .l-menu-logo {
    width: 180px;
    padding-top: 60px;
  }

}

/***********
movie
************/

.l-movie {
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.l-movie a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
body.is-pc .l-movie a:hover::before {
  opacity: 0;
}

@media screen and (max-width:834px) {
  .l-movie a::after {
    width: 60px;
    height: 60px;
  }
}

/***********
heading
************/

.l-heading{
  padding-bottom: 40px;
}
.l-heading-subTitle{
  font-family: 'Volkhov', serif;
  font-weight: 400;
  font-size: 231%;
}
.l-heading-title{
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-size: 124%;
  font-weight: normal;
  padding-top: 0.8em;
}

.l-heading-title-tips {
  font-size: 77%;
  padding-left: 2em;
}

.l-heading-lead{
}

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

  .l-heading{
    padding-bottom: 30px;
  }
  .l-heading-subTitle{
    font-size: 170%;
  }
  .l-heading-title{
    font-size: 100%;
  }

}

/***********
l-bgColor
************/

.l-bgColor01{
  background: url(../../img/pattern01.png);
}
.l-bgColor02{
  background: url(../../img/pattern02.png);
}
.l-bgColor03{
  background: url(../../img/pattern03.png);
}
.l-bgColor04{
  background-color: #f7f7f7;
}

/***********
card
************/

.l-newsList {
}
.l-newsList li:first-child {
  border-top: 1px solid #ccc;
}
.l-newsList li {
  border-bottom: 1px solid #ccc;
}
.l-newsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 35px 100px 35px 20px;
  position: relative;
  transition: 2s;
}
.l-newsList a::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  opacity: 0.5;
  transition: 0.2s;
}
.l-newsList-time {
  display: inline-block;
  width: 7em;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 93%;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 10em;
  font-size: 93%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  white-space: nowrap;
}
.l-newsList-title {
  flex: 1;
  padding-left: 1em;
  font-size: 108%;
  line-height: 1.8;
  margin-top: -0.2em;
}

body.is-pc .l-newsList a:hover{
  transition: 0.1s;
  background-color: rgba(0, 0, 0, 0.02);
}
body.is-pc .l-newsList a:hover::after{
  opacity: 1;
  animation: amin-arrow02 0.4s ease forwards 0.2s;
}

@keyframes amin-arrow02 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}



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


  .l-newsList a {
    display: block;
    padding: 20px 40px 20px 0;
  }
  .l-newsList a::after {
    width: 14px;
    height: 8px;
    margin-top: -4px;
    right: 0px;
  }
  .l-newsList-time {
    width: auto;
    font-size: 77%;
    padding-right: 1em;
  }
  .l-newsList-cat {
    min-width: initial;
    font-size: 77%;
  }
  .l-newsList-title {
    padding-left: 0;
    font-size: 100%;
    margin-top: 0.8em;
  }

  body.is-pc .l-newsList a:hover{
    transition: 0.1s;
    background-color: rgba(0, 0, 0, 0.02);
  }
  body.is-pc .l-newsList a:hover::after{
    opacity: 1;
    animation: amin-arrow02 0.4s ease forwards 0.2s;
  }


}



/***********
xxxxx
************/

/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
