@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic:     'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --font-family-serif: "Noto Serif JP", serif;

  --color-base: #fff;
  --color-main: #000;
  --color-brand01: #0092E5;
  --color-primary01: #4A4A4A;
  --color-primary02: #707070;
  --color-secondary01: #D6006C;
  --color-third01: #FCE4EE;
  --color-third02: #FFF8FB;
  --color-accent01: #f00;
  --color-highlight01: #fff200;
  --color-sub01: #fafafa;
  --color-sub02: #ccc;
  --color-sub03: #9f9f9f;
  --color-sub04: #edf6fb;
  --color-sub05: #f0f0f0;
  --color-sub06: #ebebeb;

}



/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-primary01);
  background-color: var(--color-sub01);
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th,em{
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size: min(calc(9px + 0.7vmin),12px);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size: min(calc(9px + 1vmin),12px);
    -webkit-tap-highlight-color:transparent;
  }
}


a {
  text-decoration: underline;
  transition: 0.2s;
  color: var(--color-brand01);
}

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;
  padding-left: 2em;
  padding-bottom: 1em;
}

.left,
.alignleft {
  float: left !important;
  padding-right: 2em;
  padding-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
  font-size: 1rem;
  clear: both;
}
.wp-caption + .wp-caption {
  margin-top: 3em;
}
.post .wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-caption-text {
  padding-top: 0.8em;
  opacity: 0.7;
}

@media screen and (max-width:834px) {

  .right,
  .alignright {
    float: right !important;
    width: 35% !important;
    padding-left: 1em;
    padding-bottom: 1em;
  }

  .left,
  .alignleft {
    float: left !important;
    width: 35% !important;
    padding-right: 1em;
    padding-bottom: 1em;
  }

}

@media screen and (max-width:520px) {

  .right,
  .alignright ,
  .left,
  .alignleft {
    display: block;
    width: 100% !important;
    padding: 0 0 2em;
    float: none !important;
  }

  .wp-caption-text {
    font-size: clamp(85%,2vw, 100%);
    line-height: 1.5;
  }

}

/***********
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; }

.l-mgNegative-top {
  margin-top: -1px;
}

@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;
  position: relative;
  transition: translate 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

body.is-menu-open .l-wrapper {
  translate: -30vw 0 ;
}

.l-contents{
}

/***********
column
************/

.l-column{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.l-column-first{
  flex: 1;
}
.l-column-first-inner {
  max-width: 1200px;
  padding-right: min(5vw,30px);
  padding-top: 7.5em;
}

.l-column-second{
  width: 28%;
}

@media screen and (max-width:834px) {

  .l-column{
    display: block;
  }

  .l-column-first{
    width: auto;
  }
  .l-column-first-inner {
    padding-right: min(5vw,30px);
    padding-left: min(5vw,30px);
    padding-top: 2em;
  }

  .l-column-second{
    width: auto;
  }

}

/***********
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-xxwide {
  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: 8em;
  padding-bottom: 8em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 15em;
  padding-bottom: 15em;
}

.l-block-top {
  padding-top: 8em;
}
.l-block-top-small {
  padding-top: 5em;
}
.l-block-top-large {
  padding-top: 15em;
}

.l-block-bottom {
  padding-bottom: 8em;
}
.l-block-bottom-small {
  padding-bottom: 5em;
}
.l-block-bottom-large {
  padding-bottom: 15em;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-xxwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.-noOffset),
  .l-base-wide:not(.-noOffset),
  .l-base-xwide:not(.-noOffset),
  .l-base-xxwide:not(.-noOffset),
  .l-base-small:not(.-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: 5em;
    padding-bottom: 5em;
  }
  .l-block-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-block-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .l-block-top {
    padding-top: 5em;
  }
  .l-block-top-small {
    padding-top: 3em;
  }
  .l-block-top-large {
    padding-top: 8em;
  }

  .l-block-bottom {
    padding-bottom: 5em;
  }
  .l-block-bottom-small {
    padding-bottom: 3em;
  }
  .l-block-bottom-large {
    padding-bottom: 8em;
  }

}

/***********
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{
  transform:scale(1.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;
}
body.is-pc .l-hoverUnderline:hover {
  background-size: 100% 1px;
}

/*
左から右に抜ける
.l-hoverLine {
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 1px;
  transition: background-size 350ms;
}
.l-hoverLine:where(:hover, :focus-visible) {
  background-size: 100% 1px;
  background-position-x: left;
}

*/
/***********
l-hoverLine
************/

.l-hoverLine {
  background: linear-gradient(#000,#000) 100% 100%/100% 2px no-repeat;
  text-decoration: none;
  color: #000;
}
body.is-pc .l-hoverLine:hover {
 animation:anim-hoverLine .8s cubic-bezier(.23,1,.32,1) 0s
}

@keyframes anim-hoverLine {
 0% {
  background-size:100% 2px;
  background-position:100% 100%
 }
 50% {
  background-size:0 2px;
  background-position:100% 100%
 }
 51% {
  background-size:0 2px;
  background-position:0 100%
 }
 to {
  background-size:100% 2px;
  background-position:0 100%
 }
}

/***********
marker
************/

.l-marker {
  background: linear-gradient(to right ,#fff358, #fff358) 0 100% / 0 100% no-repeat;
  transition: background 1s cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.l-marker.is-inview {
  background-size: 100% 100%;
}

/***********
l-flip
************/
/*
<span class="l-flipUp" data-name="inview"><span>テキスト</span></span>
*/

.l-flipUp{
  display: inline-flex;
  overflow: hidden;
}
.l-flipUp > span{
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.5s;
  transition-delay: 0.2s;
  transform: translateY(100%);
  vertical-align: middle;
}
.l-flipUp.is-show > span{
  transform: translateY(0%);
}

/***********
l-flip
************/

.l-flip{
  display: flex;
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}
.l-flip > span{
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.1s;
}
.l-flip > span::after{
  content: attr(data-text)"";
/*  font-size: 85%;*/
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 100%;
}
a:hover .l-flip > span {
  transform: translateY(-100%);
  white-space: nowrap;
}

/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); 左起点*/
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  vertical-align: middle;
}
.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);*/
}
.l-mask.-full {
  width: 100%;
}

.l-mask-down {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-up {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-left {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.is-show.l-mask-down{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-up{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-left{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/***********
fontColor
************/

.l-fontColor-accent01 {
  color: var(--color-accent01);
}
.l-fontColor-brand01 {
  color: var(--color-brand01);
}

/***********
text
************/

.l-textMain{
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
  line-height: 2;
}
.l-textLead{
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
  line-height: 2;
  text-align: center;
}

.l-list-circle {}
.l-list-circle li {
  padding-left: 1em;
  position: relative;
}
.l-list-circle li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.8em;
  background: var(--color-main);
  border-radius: 50%;
}

.l-list-dot {}
.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}
.l-list-number li {
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain,
  .l-textLead{
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/


/***********
linkWrap
************/

.l-linkWrap{
  padding-top: 2em;
  text-align: center;
}
.l-linkWrap.-left{
  text-align: left;
}
.l-linkWrap.-right{
  text-align: right;
}


.l-linkSeparate {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.l-linkSeparate-item {
  padding: 0 1%;
  min-width: 30%;
}

@media screen and (max-width:834px) {

  .l-linkWrap.-left ,
  .l-linkWrap.-right{
    text-align: center;
  }

  .l-linkSeparate {
    display: block;
    text-align: center;
  }
  .l-linkSeparate-item {
    padding: 0;
    min-width: initial;
  }
  .l-linkSeparate-item + .l-linkSeparate-item {
    padding-top: 10px;
  }


}

/***********
linkCard
************/

.l-linkCard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2%;
}
.l-linkCard li {
  margin-left: 2%;
  margin-bottom: 2%;
}
.l-linkCard.-half li {
  width: 48%;
}
.l-linkCard.-trisect li {
  width: 31.3%;
}

.l-linkCard .l-btn {
  width: 100%;
  min-width: initial;
  max-width: initial;
}

@media screen and (max-width:1024px) {

  .l-linkCard.-trisect li {
    width: 48%;
  }

}
@media screen and (max-width:640px) {

  .l-linkCard {
    display: block;
    margin-left: 0;
    margin-bottom: -5px;
  }
  .l-linkCard li {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .l-linkCard.-half li ,
  .l-linkCard.-trisect li {
    width: 100%;
  }

  .l-linkCard .l-btn {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }

}


/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 18em;
  padding: 1em 3em ;
  font-size: 1.39rem;
  font-weight: 500;
  font-family: var(--font-family-gothic);
  color: #000;
  text-decoration: none !important;
  background-color: var(--color-brand01);
  color: #fff;
  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;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}

body.is-pc .l-btn:hover {
  background-color: var(--color-main);
}


@keyframes anim-arrowFade {
  0%   {
    translate: 0 -50%;
  }
  49%   {
    translate: 0.5em -50%;
    opacity: 0;
  }
  50%   {
    translate: -0.5em -50%;
    opacity: 0;
  }
  100% {
    translate: 0 -50%;
    opacity: 1;
  }
}


@media screen and (max-width:834px) {

  .l-btn {
    font-size: 1.16rem;
  }

  .l-btn::after {
    right: 0.5em;
  }

}

/***********
header
************/

.l-header {
  border-bottom: 1px solid var(--color-sub02);
  background-color: var(--color-sub01);
  /* font-size: clamp(108%,1.02vw, 139%); */
  font-size: clamp(15px,0.85vw, 18px);
  height: 7em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.l-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header-logo {
  height: 100%;
  width: 22em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1em 2em;
  border-right: 1px solid var(--color-sub02);
  transition: 0.3s;
}
.l-header-block {
  padding-right: 3em;
  transition: 0.3s;
}
.l-header-banner {
  display: flex;
  align-self: center;
  justify-content: end;
}
.l-header-banner li {
  padding-left: 2em;
}
.l-header-banner li img {
  width: auto;
  height: 2em;
}


.l-header-navi {
  display: flex;
  align-items: center;
  padding-top: 1em;
  letter-spacing: 0.04em;
}
.l-header-navi-list {
  display: flex;
  align-items: center;
}
.l-header-navi-list > li {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.l-header-navi-list > li:not(:last-child) {
  border-right: 1px solid var(--color-sub02);
}
.l-header-navi-list > li > a {
  display: inline-block;
  color: var(--color-primary01);
  text-decoration: none;
  padding: 0.5em 1.6em;
  font-weight: 500;
  white-space: nowrap;
}
body.is-pc .l-header-navi-list > li > a:hover {
  /* color: var(--color-brand01);
  background-color: var(--color-sub04); */
  /* color: var(--color-brand01);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15); */
  color: var(--color-brand01);
}

.l-header-navi-sub {
  display: flex;
  align-items: center;
}
.l-header-navi-sub > li {
}
.l-header-navi-sub > li > a {
  display: inline-block;
  color: var(--color-primary01);
  text-decoration: none;
  padding: 0.3em 1em;
  font-weight: 500;
  font-size: 85%;
  white-space: nowrap;
}
body.is-pc .l-header-navi-sub > li > a:hover {
  color: var(--color-brand01);
}
.l-header-navi-sub > li > a img{
  vertical-align: middle;
  margin-right: 0.2em;
}

/*
member
*/

.l-header-navi-member {
  padding-right: 1em;
  padding-left: 1em;
}
.l-header-navi-member a {
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid var(--color-secondary01);
  border-radius: 2em;
  white-space: nowrap;
  font-size: clamp(12px,0.9vw, 16px);
  font-family: var(--font-family-gothic-en);
  color: var(--color-secondary01);
  text-decoration: none;
}
body.is-pc .l-header-navi-member a:hover {
  background-color: var(--color-secondary01);
  color: var(--color-base);
}


/*
lang
*/

.l-header-lang {
  padding-left: 1em;
}
.l-header-lang .wpm-language-switcher {
}
.l-header-lang .wpm-language-switcher li {
}
.l-header-lang .wpm-language-switcher li.active {
  display: none;
}
.l-header-lang .wpm-language-switcher li a{
  display: inline-block;
  color: var(--color-primary01);
  text-decoration: none;
  padding: 0.3em 0 0.3em 1.4em;
  font-weight: 400;
  font-size: 85%;
  font-family: var(--font-family-gothic-en);
  position: relative;
}
.l-header-lang .wpm-language-switcher li a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/global_bl.svg) no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  scale: 1.2;
}
body.is-pc .l-header-lang .wpm-language-switcher li a:hover {
  color: var(--color-brand01);
}

/*
fixed
*/

body.is-fixed .l-header {
  height: 4em;
}
body.is-fixed .l-header-logo {
  width: 16em;
  padding: 0.5em 1em;
}
body.is-fixed .l-header-block {
  margin-top: -3em;
}


@media screen and (max-width:1560px) {

  .l-header {
    font-size: clamp(13px,1.1vw, 18px);
    height: 7em;
  }
  .l-header-logo {
    width: 20em;
    padding: 0.5em 1em;
  }
  .l-header-block {
    padding-right: 1em;
  }
  .l-header-banner li {
    padding-left: 2em;
  }
  .l-header-banner li img {
    height: 2.2em;
  }


  .l-header-navi {
    letter-spacing: 0.02em;
  }
  .l-header-navi-list > li > a {
    padding: 0.5em 1em;
    font-size: 90%;
  }

  .l-header-navi-sub > li > a {
    padding: 0.3em 0.6em;
  }
  .l-header-navi-sub > li > a img{
    width: 1.5em;
    height: 1.5em;
  }

  /*
  member
  */

  .l-header-navi-member {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  /*
  lang
  */

  .l-header-lang {
    padding-left: 0.3em;
  }

}


@media screen and (max-width:1160px) {

  .l-header-logo {
    width: 18em;
    padding: 0.5em 0.5em;
  }
  .l-header-banner li {
    padding-left: 1em;
  }

  .l-header-navi {
    letter-spacing: 0em;
  }
  .l-header-navi-list > li > a {
    padding: 0.5em 0.5em;
  }

  .l-header-navi-sub > li > a {
    padding: 0.3em 0.6em;
  }

}

@media screen and (max-width:1024px) {

  .l-header,
  body.is-fixed .l-header {
    height: 56px;
  }
  body.is-menu-open   .l-header {
  }
  .l-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header-logo,
  body.is-fixed .l-header-logo {
    width: 210px;
    border: none;
    padding: 0.5em 1em;
  }
  .l-header-block {
    display: none;
  }
}


/***********
cv
************/

.l-cv {
  background-color: var(--color-primary02);
  color: var(--color-base);
  border-bottom: 1px solid var(--color-sub01);
}
.l-cv-container {
  display: flex;
}
.l-cv-block {
  flex: 1;
  text-align: center;
  padding: 4em 0 6em;
}
.l-cv-block:not(:last-child) {
  border-right: 1px solid var(--color-sub01);
}
.l-cv-box {
}
.l-cv-title {
  font-size: clamp(116%,1.2vw, 131%);
  font-weight: 500;
  padding: 1em 0;
  letter-spacing: 0.08em;
}
.l-cv-title img {
  margin-right: 1em;
  width: 1em;
  scale: 2;
  vertical-align: middle;
  translate: 0 -0.1em;
}
.l-cv-tel {
  font-size: clamp(200%,3vw, 300%);
  line-height: 1.2;
}
.l-cv-tel-num {
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
}
.l-cv-tel-num a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.l-cv-tel-text {
  font-size: max(38%,12px);
}
.l-cv-link {
}
.l-cv-btn {
  display: inline-block;
  padding: 0.6em 4em;
  min-width: 16em;
  background-color: var(--color-base);
  color: var(--color-primary01);
  text-decoration: none;
  font-family: var(--font-family-gothic-en);
  font-size: clamp(139%,1.6vw, 170%);
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
.l-cv-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_gr.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.3;
}
body.is-pc .l-cv-btn:hover {
  background-color: var(--color-brand01);
  color: var(--color-base);
}
body.is-pc .l-cv-btn:hover::after {
  background-image: url(../../img/icon/arrow_wt.png) ;
  animation: anim-arrowFade 0.6s ease-in-out forwards;
}


.l-cv-text {
  font-size: clamp(100%,1.2vw, 116%);
  padding-top: 0.5em;
}

@media screen and (max-width:834px) {


  .l-cv {
    border-bottom: 1px solid var(--color-sub01);
  }
  .l-cv-container {
    display: block;
  }
  .l-cv-block {
    padding: 2em 0 3.5em;
  }
  .l-cv-block:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--color-sub01);
  }
  .l-cv-title {
    font-size: clamp(116%,4vw, 139%);
  }
}

/***********
footer
************/

.l-footer {
  background-color: var(--color-primary02);
  color: var(--color-base);
  padding: 3em 5vw 2em;
}
.l-footer-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.l-footer-logo {
  width: clamp(240px,30vw, 360px);
  padding-bottom: 1em;
}
.l-footer-copyright {
  display: block;
  padding-right: 30px;
  font-size: clamp(77%,1vw, 93%);
  font-family: var(--font-family-gothic-en);
}
.l-footer-logout {
}
.l-footer-logout a {
  color: inherit;
}
@media screen and (max-width:640px) {

  .l-footer {
    padding: 4em 5vw 4em;
  }
  .l-footer-container {
    display: block;
  }
  .l-footer-logo {
    margin: 0 auto 2em;
  }
  .l-footer-copyright {
    text-align: center;
    padding-right: 0;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  transform: translateY(200px);
  transition: 0.5s;
}
body.is-fixed .l-jumpTop {
  transform: translateY(0);
}
.l-jumpTop a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: relative;
  color: var(--color-base);
  background-color: var(--color-primary01);
}
body.is-pc .l-jumpTop a:hover{
  background-color: var(--color-brand01);
}

@media screen and (max-width:834px) {

  .l-jumpTop{
    display: none !important;
  }

}



/***********
menu
************/

.l-menu-trigger {
  display: none;
}

@media screen and (max-width:1024px) {

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    z-index: 998;
    left: 100%;
    top: 0;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: var(--color-sub01);
    color: var(--color-primary01);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    opacity: 1;
    left: 0;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 4px;
    top: 4px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 60px;
    height: 56px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 30%;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-primary01);
    transition: 0.3s;
    transition: margin 0.3s ease 0.3s , transform 0.3s ease 0s;
  }
  .l-menu-btn span:nth-child(1) {
    margin-top: -4px;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: 4px;
  }

  .l-menu-btn p {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--font-family-gothic-en);
    position: absolute;
    left: 0;
    bottom: 22%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .l-menu-btn p::after {
    content: "MENU";
    letter-spacing: 0.05em;
    color: var(--color-primary01);
  }

  .l-menu-btn.is-active span {
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
  }
  .l-menu-btn.is-active span:nth-child(1) {
    margin-top: 0;
    transform: rotate(-35deg);
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: 0;
    transform: rotate(35deg);
  }

}



/***********
menu
************/

.l-menu-block {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: calc(56px + 1px) 30px 120px;
}

.l-menu-navi {
  letter-spacing: 0.04em;
}
.l-menu-navi-list {
}
.l-menu-navi-list > li {
}
.l-menu-navi-list > li:not(:last-child) {
}
.l-menu-navi-list > li > a {
  display: block;
  color: var(--color-primary01);
  text-decoration: none;
  padding: 1em 1em;
  font-weight: 400;
  font-size: 16px;
}

.l-menu-navi-sub {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.l-menu-navi-sub > li {
}
.l-menu-navi-sub > li > a {
  display: inline-block;
  color: var(--color-primary01);
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding: 1em 1em;
  white-space: nowrap;
}
body.is-pc .l-menu-navi-sub > li > a:hover {
  color: var(--color-brand01);
}
.l-menu-navi-sub > li > a img{
  vertical-align: middle;
  margin-right: 0.4em;
}



/*
member
*/

.l-menu-navi-member {
  text-align: center;
  padding-top: 2em;
}
.l-menu-navi-member a {
  display: inline-block;
  padding: 0.6em 2em;
  border: 1px solid var(--color-secondary01);
  border-radius: 2em;
  white-space: nowrap;
  font-size: clamp(15px,1vw, 17px);
  font-family: var(--font-family-gothic-en);
  color: var(--color-secondary01);
  text-decoration: none;
}


/*
banner
*/

.l-menu-banner {
  display: flex;
  align-self: center;
  justify-content: center;
  padding-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.l-menu-banner li {
  padding: 5px 12px;
}
.l-header-banner li img {
}



/***********
spLang
************/

@media screen and (min-width:1025px) {

  .l-spLang {
    display: none;
  }

}

.l-spLang {
  position: fixed;
  right: 70px;
  top: 0;
  z-index: 1000;
}
.l-spLang .wpm-language-switcher {
}
.l-spLang .wpm-language-switcher li {
}
.l-spLang .wpm-language-switcher li.active {
  display: none;
}
.l-spLang .wpm-language-switcher li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--color-primary01);
  text-decoration: none;
  height: 56px;
  padding-left: 1.4em;
  font-weight: 400;
  font-size: 13px;
  font-family: var(--font-family-gothic-en);
  position: relative;
}
.l-spLang .wpm-language-switcher li a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/global_bl.svg) no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  scale: 1.2;
}
body.is-pc .l-spLang .wpm-language-switcher li a:hover {
  color: var(--color-brand01);
}


/***********
video
************/

.l-video {
  display: block;
  width: 100%;
}

/***********
movie
************/

.l-movie {
/*  max-width: 800px;*/
  margin: 0 auto;
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a img {
  margin: 0 !important;
}
.l-movie a::before {
  content: "Play Movie";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, 50px);
}
.l-movie a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat center center / 80px 80px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: 0.3s;
}
body.is-pc .l-movie a:hover::after {
  opacity: 0.7;
}

@media screen and (max-width:834px) {

  .l-movie a::before {
    font-size: 85%;
    transform: translate(-50%, 35px);
  }
  .l-movie a::after {
    background-size: 60px 60px;
  }
}

/***********
heading
************/

.l-heading{

}
.l-heading-title{

}
.l-heading-subTitle{

}
.l-heading-lead{

}


/***********
title
************/

.l-title{
  text-align: center;
  font-size: clamp(154%,1.8vw, 185%);
  font-weight: 500;
  padding-bottom: 1.5em;
  letter-spacing: 0.1em;
}
.l-subTitle{
  font-size: clamp(139%,1.8vw, 170%);
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid var(--color-primary02);
  letter-spacing: 0.08em;
}
.l-minTitle{

}

@media screen and (max-width:834px) {

  .l-title{
    letter-spacing: 0.04em;
    padding-bottom: 1em;
  }
}

/***********
l-bgColor
************/

.l-pageSection.l-bgColor00 + .l-pageSection.l-bgColor00.l-block{
  padding-top: 2em;
}

.l-bgColor00{
  background-color: var(--color-base);
}
.l-bgColor01{
}
.l-bgColor02{
}

.l-bgColor06{
  background-color: var(--color-sub06);
}

/***********
banner
************/

.l-banner {
  background-color: var(--color-sub01);
  border-top: 1px solid var(--color-sub02);
  padding: 4em 0;
}
.l-banner-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -2%;
}
.l-banner-list li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 2%;
}
.l-banner-list a {
  display: inline-block;
}
.l-banner-list a img {
  width: 100%;
  vertical-align: bottom;
}
.l-banner-list a:hover  {
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:834px) {

  .l-banner {
    padding: 2em 0;
  }
  .l-banner-list {
    margin-left: -1%;
    margin-bottom: -1%;
  }
  .l-banner-list li {
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1%;
  }

}

@media screen and (max-width:640px) {

  .l-banner-list li {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}



/***********
scrollable
************/

.scrollable {
  overflow: auto;
}

.scrollable-container {
  position: relative;
}

@media screen and (max-width:834px) {

  .scrollable{
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-left: -5.1vw;
    margin-right: -5.1vw;
    padding: 0 5vw;
  }
  .scrollable::-webkit-scrollbar {
    height: 10px;
  }
  .scrollable::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scrollable::-webkit-scrollbar-track-piece {
    background: #eee;
  }

  .scrollable {
    position: relative;
  }
  .scrollable-container::before{
    content: "SWIPEABLE";
    display: block;
    width: 80px;
    height: 70px;
    margin-left: -40px;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 555;
    pointer-events: none;
  }
  .scrollable-container::after{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(../../img/icon/swipe.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 555;
    pointer-events: none;
  }
  body.is-pc .scrollable-container::before,
  body.is-pc .timeTables-container::after{
    display: none !important;
  }
  .scrollable.is-show .scrollable-container::after{
    animation:anim-scrollableArrow 1s infinite ease-in-out ;
  }
  .scrollable.is-show .scrollable-container{
    animation:anim-scrollabletranslateX 1.5s 1 ease-in-out ;
  }
  .scrollable.is-show .scrollable-container::before,
  .scrollable.is-show .scrollable-container::after{
    opacity: 0;
    transition: opacity ease 2s 2s;
  }

  /*
  size
  */

  .scrollable-container.-w1024 {
    width: 100%;
    min-width: 1024px;
  }
  .scrollable-container.-w834 {
    width: 100%;
    min-width: 834px;
  }
  .scrollable-container.-w640 {
    width: 100%;
    min-width: 640px;
  }
  .scrollable-container.-w480 {
    width: 100%;
    min-width: 480px;
  }
}

@keyframes anim-scrollableArrow {
  0%    {transform:translate(10px, 0); }
  60%   {transform:translate(-10px, 0) ;  }
  100%  {transform:translate(-10px, 0) ;  }
}
@keyframes anim-scrollabletranslateX {
  0%    {transform:translateX(0); }
  35%   {transform:translateX(30px);  }
  70%   {transform:translateX(-30px);  }
  100%  {transform:translateX(0);  }
}

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/




/***********
fade
************/

[data-fade] {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  transform: translateY(20px);
}
[data-fade="fade-up"].is-show {
  transform: translateY(0);
}


/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.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,
.ssp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

.is-gothic {
  font-family: var(--font-family-gothic);
}

@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: var(--font-family-gothic);
  }

}

@media screen and (max-width:520px) {

  .ssp-br {
    display: inline;
  }

}
