  @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;

/*

  font-family: Meiryo,sans-serif;
  font-family: 'Yu Gothic UI','Meiryo UI','Yu Gothic','メイリオ',sans-serif;
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-family: 'Yu Mincho Custom','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
*/
}

body{
  background-color: #fff;
}
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: #167ac6 ;
  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{
  overflow: hidden;
}

.l-contents{
}

/***********
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: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  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.3s ease;
}
body.is-pc a:hover .l-zoomHover img:hover{
  transform:scale(1.1) ;
}

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

.l-textMain{
  font-size: 124%;
  line-height: 1.8;
}
.l-textLead{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}

.l-list-dot {}

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

.l-list-asterisk {}

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

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

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

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

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

  .l-textMain,
  .l-textLead,
  .l-list-dot li ,
  .l-list-asterisk li,
  .l-list-number li {
    font-size: 108%;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
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;
  }

}

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

.l-btn {
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 1em 2em;
  font-size: 1.24rem;
  color: #000;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.l-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 100% 100% ;
}

.l-btn.yellow{
  border:2px solid #fcdc10;
  color: #fff;
  font-weight: bold;
}

body.is-pc .l-btn.yellow:hover {
  background-color: #fcdc10;
}

body.is-pc .l-btn:hover {
  background-color: #00141f;
}



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

  .l-btn {
    width: 95%;
    max-width: 22em;
    padding: 1.2em 2em;
    font-size: 1.08rem;
  }

}

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

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

.l-header-inner {
  height: 90px;
  position: relative;
  border-top: 3px solid #000;
  background-color: #fcdc10;
  transition: 0.3s;
}

.l-header-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 30px;
}
.l-header-logo a{
  width: 200px;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  font-size: 200%;
}

body.is-fixed .l-header-inner {
  height: 70px;
}

body:not(.is-fixed) .l-header-inner {
  background-color: transparent;
  color: #fff;
  filter: brightness(0) invert(1);
}

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

  .l-header-logo {
    padding-left: 12px;
  }

}

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

  .l-header {
    position: absolute;
  }
  .l-header-inner {
    height: 60px;
    background: none !important;
  }

  .l-header-logo{
    padding-top: 15px;
  }
  .l-header-logo a {
    width: 200px;
    font-size: 18px;
  }

  body.is-fixed .l-header-inner {
    height: 60px;
  }
  .l-header-logo a {
    color: #fff;
  }

}

/***********
navi
************/

.l-navi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-navi button{
  display: none;
}
.l-navi-list {
  display: flex;
  padding-right: 20px;
}

.l-navi-list > li {
  position: relative;
  padding: 0 1em;
}
.l-navi-list > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 124%;
  font-weight: 600;
  font-feature-settings: "pkna";
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 0.3em 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.l-navi-list > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #002d45;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  transform-origin: right center;
}
body.is-pc .l-navi-list > li > a:hover{
}
body.is-pc .l-navi-list > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-navi-list ul {
  position: absolute;
  left: -20px;
  top: 100%;
  width: 280px;
  background-color: #002d45;
  padding: 20px 20px 20px 35px;
  margin-top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.l-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-navi-list ul li{
}
.l-navi-list ul li:not(:last-child){
  margin-bottom: 0.8em;
}
.l-navi-list ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 116%;
  line-height: 1.4;
  padding: 0.2em 0 0.2em ;
}
.l-navi-list ul li a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  font-size: 10px;
  position: absolute;
  left: -1.6em;
  top: 0.8em;
}
.l-navi-list ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  transform-origin: right center;
}
body.is-pc .l-navi-list ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

body.is-pc .l-navi-list a:hover {
/*  color: #002d45;*/
}

/*
cv
*/

.l-navi-cv {
  display: flex;
  height: 100%;
}
.l-navi-cv a {
  width: 12em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #002d45;
  color: #fff;
  text-decoration: none;
  font-size: 124%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  padding: 0 0.5em;
}
.l-navi-cv a i {
  margin-right: 0.8em;
  transform: scale(1.3);
}
body.is-pc .l-navi-cv a:hover {
  background-color: #002d45;
}

/*
home
*/

body:not(.is-fixed) .l-navi-list > li > a {
  color: #fff;
}
body:not(.is-fixed) .l-navi-list > li > a::after {
  background-color: #fff;
}

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

  .l-navi-list {
    padding-right: 10px;
  }

  .l-navi-list > li {
    padding: 0 0.8em;
  }
  .l-navi-list > li > a {
    font-size: 108%;
  }

  .l-navi-list ul {
    width: 260px;
  }
  .l-navi-list ul li a {
    font-size: 108%;
  }

  /*
  cv
  */

  .l-navi-cv {
    display: flex;
    height: 100%;
  }
  .l-navi-cv a {
    font-size: 108%;
    padding: 0 0.5em;
    white-space: nowrap;
  }

}

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

  .l-navi {
    display: none;
  }
}

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

.l-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
  color: #fff;
}

.l-footer-logo {
  padding-bottom: 20px;
}
.l-footer-logo a {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 250%;
}

.l-footer-container {
  display: flex;
  justify-content: space-between;
}
.l-footer-info {
}
.l-footer-address {
  font-style: normal;
  font-size: 108%;
  line-height: 1.8;
}
.l-footer-address a {
  color: #fff;
  text-decoration: none;
}

.l-footer-sitemap {
  flex: 1;
}
.l-footer-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.l-footer-navi button {
  display: none !important
}
.l-footer-navi li {
  margin-left: 2em;
  padding-bottom: 0.8em;
}
.l-footer-navi a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 108%;
  font-feature-settings: "palt";
  font-weight: bold;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 0.3em 0 0.3em 1em;
  position: relative;
}
.l-footer-navi a::before {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0.35em;
  transform: scale(0.8);
}
.l-footer-navi a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002d45;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
body.is-pc .l-footer-navi a:hover{
}

.l-footer-copyright {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 93%;
  padding-top: 100px;
}

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

  .l-footer {
    padding: 60px 0;
  }

  .l-footer-logo {
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
  }
  .l-footer-logo a {
    font-size: 170%;
  }

  .l-footer-container {
    display: block;
  }
  .l-footer-info {
    width: auto;
    text-align: center;
  }
  .l-footer-title {
    font-size: 124%;
  }
  .l-footer-address {
    font-size: 93%;
    line-height: 2;
  }

  .l-footer-sitemap {
    display: none;
  }
  .l-footer-copyright {
    font-size: 77%;
    padding-top: 60px;
    text-align: center;
  }

}

/***********
jumpTop
************/

.l-jumpTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  mix-blend-mode: difference;
}
.l-jumpTop a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
}
.l-jumpTop a::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: -30px;
  background-color: #fff;
  transition: 0.3s;
}
.l-jumpTop a::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: -30px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: right top;
  transition: 0.3s;
}
body.is-pc .l-jumpTop a:hover::before{
  top: -50px;
  height: 65px;

}
body.is-pc .l-jumpTop a:hover::after {
  top: -50px;
}

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

  .l-jumpTop {
    display: none !important;
  }
}


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

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

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    right: 0px;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background: linear-gradient(-220deg, #002d45 0%, #000 100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    opacity: 1;
    right: 0;
  }

  .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;
    right: 10px;
    top: 15px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 46px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    -webkit-tap-highlight-color:transparent;
    background-color: #fff;
    transition: 0.2s;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 16px;
    width: 50%;
    height: 2px;
    background-color: #002d45;
    transition: 0.2s;
  }
  .l-menu-btn span::before,
  .l-menu-btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #002d45;
    position: absolute;
    left: 0;
    transition: 0.2s;
  }
  .l-menu-btn span::before {
    top: -7px;
  }
  .l-menu-btn span::after {
    top: 7px;
  }

  .l-menu-btn p {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #002d45;
    white-space: nowrap;
    transition: 0.2s;
  }

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



  body:not(.is-fixed) .l-menu-btn,
  body.is-menu-open .l-menu-btn {
    background-color: transparent;
  }
  body:not(.is-fixed) .l-menu-btn span,
  body:not(.is-fixed) .l-menu-btn span::before,
  body:not(.is-fixed) .l-menu-btn span::after ,
  body.is-menu-open .l-menu-btn span,
  body.is-menu-open .l-menu-btn span::before,
  body.is-menu-open .l-menu-btn span::after {
    background-color: #fff;
  }
  body:not(.is-fixed) .l-menu-btn p ,
  body.is-menu-open .l-menu-btn p {
    color: #fff;
  }

}



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

.l-menu-block {
  padding-top:50px;
  padding-bottom: 150px;
  max-width: 500px;
  margin: 0 auto;
}
.l-menu-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.l-menu-list > li {
  position: relative;
}
.l-menu-list > li > a {
  display: block;
  padding: 15px 40px 15px 25px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-feature-settings: "pkna";
  font-size: 16px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-menu-list > li > a br {
  display: none;
}

.l-menu-list button{
  display: none;
}

.l-menu-list .menu-item-has-children > button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 99;
  font-size: 24px;
  color: #fff;
  text-align: right;
  background: none;
  border:none;
}
.l-menu-list .menu-item-has-children > button::before,
.l-menu-list .menu-item-has-children > button::after{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 58%;
  opacity: 0.8;
}
.l-menu-list .menu-item-has-children > button::after{
  transform: rotate(90deg);
  transition: 0.3s;
}
.l-menu-list .menu-item-has-children > button.is-active::after{
  transform: rotate(120deg);
  opacity: 0;
}


.l-menu-list ul {
  padding: 15px 20px 15px 25px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  display: none;
}
.l-menu-list ul a{
  display: block;
  font-size: 15px;
  font-feature-settings: "pkna";
  font-weight: normal;
  padding: 8px 30px 8px 0;
  color: #fff;
  text-decoration: none;
}
.l-menu-list ul a::before{
  content: "-";
  margin-right: 8px;
}


.l-menu-subList {
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-menu-subList button{
  display: none;
}
.l-menu-subList li {
  padding-left: 20px;
}
.l-menu-subList a {
  display: inline-block;
  font-size: 13px;
  padding: 8px 0 8px 15px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.l-menu-subList a::before {
  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";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 12px;
  transform: scale(0.8);
}
.l-menu-subList a[target="_blank"]::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: "\f08e";
  opacity: 0.7;l
  margin-left: 0.3em;
  transform: scale(0.7);
  transform-origin: right top;
}



.l-menu-cv {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.l-menu-cv-title {
  font-size: 18px;
  padding-bottom: 10px;
}

.l-menu-tel {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.l-menu-cv-btn {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  padding: 1.2em 2em;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #002d45;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.l-menu-cv-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 100% 100% ;
}
.l-menu-cv-btn i {
  margin-right: 0.8em;
  margin-left: -0.5em;
  transform: scale(1.2);
}

/***********
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.5);
  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.5;
}

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

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

.l-heading{
  padding-bottom: 50px;
  text-align: center;
}
.l-heading::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #002d45;
  margin: 0 auto 15px;

}
.l-heading-title{
  font-size: 250%;
  font-weight: 700;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  color: #002d45;
}
.l-heading-subTitle{
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #002d45;
  position: relative;
  padding-top: 0.8em;
  opacity: 0.7;
}
.l-heading-text{
  font-size: 124%;
  line-height: 1.8;
  padding-top: 2em;
}


.l-bgColor02 .l-heading,
.l-bgColor02 .l-heading-title,
.l-bgColor02 .l-heading-subTitle {
  color: #fff;
}
.l-bgColor02 .l-heading::before{
  background-color: #00a4a8;
}

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

  .l-heading{
    padding-bottom: 35px;
  }
  .l-heading::before {
    width: 40px;
    margin: 0 auto 10px;
  }
  .l-heading-title{
    font-size: 170%;
  }
  .l-heading-subTitle{
    font-size: 85%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
  }
  .l-heading-text{
    font-size: 108%;
    padding-top: 1.5em;
  }

}

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

  .l-heading-text{
    text-align: left;
  }

}


/***********
title
************/

.l-title{

}
.l-subTitle{

}
.l-minTitle{

}

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

.l-bgColor01{
  background-color: #000;
}
.l-bgColor02{
  background: #002d45;
}
.l-bgColor03{
}


/***********
newsList
************/

.l-newsList {
  margin-top: -30px;
}
.l-newsList li {
  border-bottom: 1px solid #ddd;
}
.l-newsList li:not(:last-child) {
}
.l-newsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 35px 0;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 9em;
  padding: 0.2em 0.5em;
  background-color: #555;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 108%;
  text-align: center;
  white-space: nowrap;
  margin-right: 2em;
  line-height: 1.3;
}
.l-newsList-time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 116%;
  padding-top: 0.1em;
  width: 6.5em;
  white-space: nowrap;
}
.l-newsList-title {
  flex: 1;
  font-size: 124%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding-left: 1em;
  transition: 0.3s;
}
body.is-pc .l-newsList-title:hover {
  color: #002d45;
  text-decoration: underline;
}


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

  .l-newsList {
    margin-top: -20px;
  }
  .l-newsList li {
  }
  .l-newsList a {
    display: block;
    padding: 20px 0;
  }
  .l-newsList-cat {
    min-width: initial;
    padding: 0.2em 0.5em;
    font-size: 85%;
    margin-right: 0.8em;
  }
  .l-newsList-time {
    font-size: 85%;
    padding-top: 0;
    width: auto;
  }
  .l-newsList-title {
    font-size: 108%;
    padding-left: 0;
    padding-top: 0.8em;
  }

}


/***********
cvTel
************/

.l-cv{
  padding: 80px 0;
  background-color: #fcdc10;
}
.l-cv-container {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-radius: 30px;
}
.l-cv-item {
  width: 50%;
  padding: 0 2% 0 6%;
}
.l-cv-item:first-child {
  border-right: 1px solid #ccc;
}
.l-cv-title {
  font-size: 170%;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  padding-bottom: 1em;
}
.l-cv-address {
  font-style: normal;
  font-size: 108%;
  line-height: 1.6;
}
.l-cv-box {
  align-items: center;
}
.l-cv-num {
  font-size: 280%;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.l-cv-num a {
  color: #fff;
  text-decoration: none;
}
.l-cv-num small {
}
.l-cv-block-text {
  display: inline-block;
  padding-top: 0.5em;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

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

  .l-cv{
    padding: 40px 0;
  }
  .l-cv-container {
    display: block;
    padding: 0 5%;
  }
  .l-cv-item {
    width: auto;
    padding: 30px 0;
    text-align: center;
  }
  .l-cv-item:first-child {
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .l-cv-title {
    font-size: 124%;
  }
  .l-cv-num {
    font-size: 230%;
    line-height: 1;
  }
  .l-cv-block-text {
    font-size: 77%;
  }

}



.l-indexList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -60px;
  counter-reset : l-indexList_num;
}
.l-indexList li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 60px;
  background-color: #fff;
}
.l-indexList a {
  display: block;
  height: 100%;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.l-indexList-inner {
  padding: 30px 5% 30px;
}
.l-indexList-num {
  font-family: 'Roboto', sans-serif;
  font-size: 93%;
  font-weight: 900;
  color: #002d45;
  line-height: 1;
  padding-bottom: 0.5em;
}
.l-indexList-num span {
  font-weight: 900;
  font-size: 200%;
  font-style: italic;
  letter-spacing: -0.02em;
  padding-left: 0.1em;
}
.l-indexList-num span::after {
  display: inline;
  counter-increment:l-indexList_num;
  content: '0'counter(l-indexList_num) ;
}


.l-indexList-title {
  font-size: 200%;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  line-height: 1.3;
  transition: 0.2s;
  color: #000;
}
body.is-pc .l-indexList-title:hover {
  color: #002d45;
}
.l-indexList-text {
  padding-top: 1.5em;
  font-size: 116%;
  line-height: 1.6;
}

.l-indexList-link {
  text-align: right;
  padding-top: 1.5em;
}
.l-indexList-btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #002d45;
  border-bottom: 1px solid #002d45;
  padding: 0.2em 1em 0.2em 0;
  position: relative;
  text-decoration: 0.2s;
}
.l-indexList-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-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  font-size: 10px;
}
body.is-pc .l-indexList-btn:hover {
  color: #002d45;
}

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

  .l-indexList li {
    width: 47%;
  }
}

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

  .l-indexList-inner {
    padding: 20px 5% 30px;
  }
  .l-indexList-num {
    font-size: 85%;
  }


  .l-indexList-title {
    font-size: 170%;
  }
  .l-indexList-text {
    font-size: 100%;
    line-height: 1.6;
  }

}

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

  .l-indexList {
    display: block;
    margin: 0;
  }
  .l-indexList li {
    width: auto;
    margin: 0 0 25px;
  }

  .l-indexList-img img {
    width: 100%;
    height: 45vmin;
    object-fit: cover;
  }
  .l-indexList-inner {
    padding: 20px 5% 20px;
  }
  .l-indexList-num {
    padding-bottom: 0.5em;
  }

  .l-indexList-title {
    font-size: 170%;
  }
  .l-indexList-text {
    padding-top: 1em;
    font-size: 100%;
    line-height: 1.6;
  }

  .l-indexList-link {
    padding-top: 0.5em;
  }

}



/***********
worksCard
************/

.l-worksCard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -4em;
  font-size: clamp(108%,1.2vw, 124%);
}
.l-worksCard li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 4em;
}
.l-worksCard li a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: var(--color-base);
  border-radius: 0.6em;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.l-worksCard li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 5;
  pointer-events: none;
}
.l-worksCard-img {
}
.l-worksCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 85 / 100;
}

.l-worksCard-inner {
  padding: 1.2em 2em 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  color: var(--color-base);
  pointer-events: none;
}
.l-worksCard-cat {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  padding: 0.4em 1.8em;
}

.l-worksCard-title {
  font-size: 124%;
  font-weight: 600;
  max-height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l-worksCard-area {
  font-size: 85%;
  font-weight: 400;
  padding-top: 0.5em;
}


/*
carousel
*/

.carouselWrapper {
  width: 100vw;
}
.carouselWrapper-inner {
  translate: 10vw 0;
  transition: translate 0.7s ease 0.2s , opacity 0.7s ease 0.2s;
  opacity: 0;
}
.carouselWrapper-inner.is-show {
  translate: 0 0;
  opacity: 1;
}

.l-worksCard.-carousel .slick-list {
  overflow: visible !important;
}

.l-worksCard.-carousel {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  position: relative;
  padding-bottom: 140px;
}
.l-worksCard.-carousel li {
  width: auto;
  margin: 0;
}
.l-worksCard.-carousel li a {
  width: clamp(300px,22vw, 600px);
  margin-right: 2vw;
}
.l-worksCard.-carousel .l-worksCard-title {
  max-height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
slick
*/


.carouselWrapper .slick-next,
.carouselWrapper .slick-prev{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 76px;
  height: 76px;
  background-color: #e4e4e4;
  color: var(--color-brand03);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
}
.carouselWrapper .slick-next{
  left: 100px;
}
.carouselWrapper .slick-prev{
}

.carouselWrapper .slick-next:hover,
.carouselWrapper .slick-prev:hover{
  background-color: var(--color-brand01);
  color: var(--color-base);
}

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

  .l-worksCard {
    font-size: clamp(1.08rem,1.2vw, 1.24rem);
  }

}

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

  .l-worksCard {
  }
  .l-worksCard li {
    width: 47%;
  }
  /*
  carousel
  */

  .carouselWrapper {
    width: auto;
    overflow: auto;
    padding-left: 4vw;
    margin-left: -4.2vw;
    margin-right: -4.2vw;

  }
  .carouselWrapper-inner {
    translate: 50vw 0;
    transition: translate 0.7s ease 0.2s , opacity 0.7s ease 0.2s;
    opacity: 0;
  }
  .carouselWrapper-inner.is-show {
    translate: 0 0;
    opacity: 1;
  }

  .l-worksCard.-carousel {
    display: flex;
    padding-bottom: 20px;
  }
  .l-worksCard.-carousel li {
  }
  .l-worksCard.-carousel li a {
    width: 220px;
    margin-right: 10px;
  }
  .l-worksCard.-carousel .l-worksCard-inner {
    padding: 1em 1em 1.2em;
  }

  .l-worksCard.-carousel .l-worksCard-cat {
    padding: 0.4em 1.4em;
    font-size: 85%;
  }
  .l-worksCard.-carousel .l-worksCard-title {
    font-size: 100%;
  }
  .l-worksCard.-carousel .l-worksCard-area {
    font-size: 77%;
  }

  .l-worksCard:not(.-carousel) .l-worksCard-inner {
    padding: 1em 1em 1.2em;
  }
  .l-worksCard:not(.-carousel) .l-worksCard-cat {
    padding: 0.4em 1.4em;
    font-size: 100%;
  }
  .l-worksCard:not(.-carousel) .l-worksCard-title {
    font-size: 116%;
  }
  .l-worksCard:not(.-carousel) .l-worksCard-area {
    font-size: 85%;
  }
}

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

  .l-worksCard {
    display: block;
    margin-left: 0;
    margin-bottom: -1em;
  }
  .l-worksCard li {
    width: auto;
    margin-left: 0;
    margin-bottom: 1em;
  }

  .l-worksCard:not(.-carousel) .l-worksCard-img img {
    aspect-ratio: 100 / 95;
  }

}

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

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

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

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

/***********
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;
  }


}
