@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic:     'Zen Maru Gothic',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Jost','Zen Maru Gothic',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --color-base: #fff;
  --color-main: #000;
  --color-dark01: #2a2a2a;
  --color-brand01: #1f2a66;

  --color-brand03: #007dcc;
  --color-primary01: #f39800;
  --color-primary02: #ff8a00;
  --color-secondary01: #37991f;
  --color-accent01: #f00;
  --color-highlight01: #fff200;
  --color-sub01: #f8f8f8;
  --color-sub02: #edf1fa;
  --color-sub03: #ededee;
  --color-sub04: #cee2f5;

  --header-height: 4em;
  --rounded-edge: clamp(40px,7vw, 100px);

  --padding-main: min(12vw,7em);
  --padding-small: min(8vw,4em);
  --padding-large: min(15vw,10em);

}

@media screen and (max-width:1024px) {

  :root {
    --header-height: 48px;
    --rounded-edge: clamp(40px,7vw, 100px);

    --padding-main: min(14vw,6em);
    --padding-small: min(10vw,3em);
    --padding-large: min(18vw,8em);

  }
}

/***********
base
************/


html,
body {
  height: 100%;
  min-height: 100%;
  font-weight: normal;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-main);
}
html {
  font-size: clamp(15px, calc(10px + 0.5vw), 18px);
}
body {
  background-color: var(--color-base);
}

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:834px) {
  body{
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:640px) {
  html {
    font-size: clamp(14px, calc(10.5px + 1.2vw), 15px);
  }
}


a {
  text-decoration: underline;
  transition: 0.2s;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  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: 0.8rem;
  clear: both;
}
.post .wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-caption-text {
  padding-top: 0.5em;
  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(0.6rem,2vw, 0.8rem);
    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: 0.3rem  !important; }
.l-bottom-xsmall  {  margin-bottom: 0.6rem !important; }
.l-bottom-small   {  margin-bottom: 0.9rem !important; }
.l-bottom         {  margin-bottom: 1.2rem !important; }
.l-bottom-large   {  margin-bottom: 1.8rem !important; }
.l-bottom-xlarge  {  margin-bottom: 2.4rem !important; }
.l-bottom-xxlarge {  margin-bottom: 3.3rem !important; }

.l-top-xxsmall {  margin-top: 0.3rem !important; }
.l-top-xsmall  {  margin-top: 0.6rem !important; }
.l-top-small   {  margin-top: 0.9rem !important; }
.l-top         {  margin-top: 1.2rem !important; }
.l-top-large   {  margin-top: 1.8rem !important; }
.l-top-xlarge  {  margin-top: 2.4rem !important; }
.l-top-xxlarge {  margin-top: 3.3rem !important; }


/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

.l-lastSection {
  padding-bottom: calc(var(--rounded-edge) + min(15vw,10em) );
}
.innerContents > section:last-child{
  padding-bottom: calc(var(--rounded-edge) + min(15vw,8em) );
}

@media screen and (max-width:834px) {
  .innerContents > section:last-child{
    padding-bottom: calc(var(--rounded-edge) + min(15vw,8em) )
  }
}


/***********
base
************/

.l-fullwidth {
  width: 100dvw;
  margin-inline: calc(50% - 50dvw);
}

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(3vw,30px);
  padding-right: min(3vw,30px);
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(3vw,30px);
  padding-right: min(3vw,30px);
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(3vw,30px);
  padding-right: min(3vw,30px);
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(3vw,30px);
  padding-right: min(3vw,30px);
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(3vw,12px);
  padding-right: min(3vw,12px);
}


.l-block {
  padding-top: var(--padding-main);
  padding-bottom: var(--padding-main);
}
.l-block-small {
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
}
.l-block-large {
  padding-top: var(--padding-large);
  padding-bottom: var(--padding-large);
}

.l-block-top {
  padding-top: var(--padding-main);
}
.l-block-top-small {
  padding-top: var(--padding-small);
}
.l-block-top-large {
  padding-top: var(--padding-large);
}

.l-block-bottom {
  padding-bottom: var(--padding-main);
}
.l-block-bottom-small {
  padding-bottom: var(--padding-small);
}
.l-block-bottom-large {
  padding-bottom: var(--padding-large);
}


@media screen and (min-width:1921px) {

  .l-base {
    max-width: calc(1060px + 4vw);
  }
  .l-base-wide {
    max-width: calc(1260px + 4vw);
  }
  .l-base-xwide {
    max-width: calc(1460px + 4vw);
  }
  .l-base-xxwide {
    max-width: calc(1660px + 4vw);
  }
  .l-base-small {
    max-width: calc(824px + 4vw);
  }

}

@media screen and (max-width:834px) {


  [class^="l-base"] .l-fullwidth {
    padding-left: min(3vw,12px);
    padding-right: min(3vw,12px);
  }


  [class^="l-base"].-noOffset {
    padding-left: 0;
    padding-right: 0;
  }

  [class^="l-base"] [class^="l-base"] {
    padding-left: 0;
    padding-right: 0;
  }

}

/***********
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.05) ;
}

/***********
font
************/

.l-fontColor-accent01 {
  color: var(--color-accent01);
}
.l-fontColor-brand01 {
  color: var(--color-brand01);
}
.l-fontColor-primary01 {
  color: var(--color-primary01);
}

.l-fontMedium {
  font-weight: 500;
}
.l-fontSemiBold {
  font-weight: 600;
}
.l-fontBold {
  font-weight: 700;
}

.l-fontFamily-gothic-en {
  font-family: var(--font-family-gothic-en);
}

/***********
text
************/

.l-textMain{
  line-height: 1.8;
}
.l-textLead{
  line-height: 1.8;
  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: 1.8em;
}
.l-list-number li {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 0.5em;
}
.l-list-number li::marker {
  margin-right: 1em;
}

@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
************/

.l-linkWrap{
  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;
  }
  .l-linkSeparate-item .l-btn {
    width: 100%;
    max-width: 480px;
  }

}

/***********
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-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: auto;
  min-width: 19em;
  min-height: 4em;
  padding: 1em 3.5em ;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  border-radius: 4em;
  color: var(--color-base);
  text-decoration: none !important;
  background-color: var(--color-brand01);
  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: "\f061";
  position: absolute;
  right: 1em;
  top: 50%;
  background-color: var(--color-base);
  color: var(--color-brand01);
  width: 2.0em;
  height: 2.0em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 85%;
  border-radius: 50%;
  transform: translateY(-50%);
  line-height: normal;
  transition: 0.2s;
}
body.is-pc .l-btn:hover {
  background-color: var(--color-brand03);
}


.l-btn.-white {
  background-color: var(--color-base);
  color: var(--color-brand01);
  border: 1px solid var(--color-sub02);
}
.l-btn.-white::after {
  background-color: #d1dbf3;
}
body.is-pc .l-btn.-white:hover {
  background-color: var(--color-brand01);
  color: var(--color-base);
}
body.is-pc .l-btn.-white:hover::after {
  background-color: var(--color-base);
}

.l-btn.-back::after {
  right: auto;
  left: 1em;
  content: "\f060";
}

.l-btn.-mail::after {
  content: "\f0e0";
  font-size: 100%;
}

@media screen and (max-width:834px) {

}

/***********
header
************/

.l-header {
  position: fixed;
  top: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: var(--header-height);
  padding: 0 12px;
  z-index: 999;
  transition: 0.4s;
  border-radius: 12px;
  background-color: var(--color-base);
  font-size: clamp(0.85rem,1vw, 1rem);
}
body.is-fixed .l-header {
  box-shadow: 0 0 1em rgba(31, 42, 102, 0.1);
}

.l-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.l-header-logo {
  width: 24em;
  margin-left: 0.5em;
}
.l-header-logo a {
  display: flex;
  align-items: center;
}
.l-header-logo-symbol {
  width: 22%;
}
.l-header-logo-text {
  flex: 1;
  padding-left: 2%;
}

.l-header-block {
  display: flex;
  height: 100%;
  align-items: center;
}

/*
lang site
*/

.l-header-lang {
  white-space: nowrap;
}
.l-header-lang a {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: #959595;
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 90%;
  border-radius: 6px;
  letter-spacing: 0;
  text-decoration: none;
}
body.is-pc .l-header-lang a:hover {
  background-color: var(--color-dark01);
}
.l-header-site {
  padding-left: 8px;
  white-space: nowrap;
}
.l-header-site a {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: var(--color-brand01);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 90%;
  border-radius: 6px;
  letter-spacing: 0;
  text-decoration: none;
}
.l-header-site a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/external_wt.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  margin-left: 0.4em;
  scale: 1.1;
}
body.is-pc .l-header-site a:hover {
  background-color: var(--color-brand03);
}


/*
navi
*/

.l-header-navi {
  height: 100%;
}
.l-header-navi button {
  display: none !important;
}

.l-header-navi-list {
  display: flex;
  height: 100%;
  padding: 0 1em;
}

.l-header-navi-list > li {
  height: 100%;
  position: relative;
  margin: 0 0.6em;
}

.l-header-navi-list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-weight: 500;
  padding: 1em 0.2em;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.l-header-navi-list > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-brand01);
  transform-origin: right;
  transition: scale 0.3s ease;
  scale: 0 1;
}

body.is-pc .l-header-navi-list > li:hover > a {
  color: var(--color-brand01);
}
body.is-pc .l-header-navi-list > li:hover > a::after {
  scale: 1 1;
  transform-origin: left;
}

/*
child
*/

.l-header-navi-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 18em;
  color: var(--color-dark01);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 1em rgba(31, 42, 102, 0.1);
  box-shadow: 0 0.5em 0.5em rgba(31, 42, 102, 0.1);

  border-radius: 0 0 var(--rounded-small) var(--rounded-small);
  padding: 0.5em 2.2em 0.5em 2.2em;
  border-radius: 0 0 12px 12px;
  margin-left: -2em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.l-header-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-header-navi-list ul li {
}
.l-header-navi-list ul a {
  width: 100%;
  display: block;
  color: inherit;
  font-size: 95%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 1em 0 ;
  white-space: nowrap;
}
.l-header-navi-list ul li:not(:last-child) a{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body.is-pc .l-header-navi-list ul a:hover {
  color: var(--color-brand01);
  border-color: var(--color-brand01);
}


@media screen and (max-width:1280px) {

  .l-header {
    top: 5px;
    right: 5px;
    width: calc(100% - 10px);
    padding: 0 8px;
    border-radius: 8px;
  }


  .l-header-logo {
    width: 20em;
  }

  /*
  lang site
  */

  .l-header-lang {
    white-space: nowrap;
  }
  .l-header-lang a {
    padding: 0.6em 0.8em;
    border-radius: 4px;
  }
  .l-header-site {
    padding-left: 4px;
  }
  .l-header-site a {
    padding: 0.6em 0.8em;
    border-radius: 4px;
  }

  /*
  navi
  */

  .l-header-navi {
    height: 100%;
  }
  .l-header-navi button {
    display: none !important;
  }

  .l-header-navi-list {
    padding: 0 0.5em;
  }
  .l-header-navi-list > li {
    margin: 0 0.3em;
  }

  .l-header-navi-list > li > a {
    padding: 1em 0.2em;
  }

}

@media screen and (max-width:1024px) {

  .l-header {
    top: 5px;
    right: 5px;
    width: calc(100% - 10px);
    padding: 0 5px;
  }

  .l-header-logo {
    width: clamp(220px,72vw, 300px);
  }
  .l-header-block {
    display: none;
  }

}

@media screen and (max-width:520px) {

}

/***********
footer
************/

.l-footer {
  border-radius: var(--rounded-edge) var(--rounded-edge) 0 0;
  margin-top: calc(var(--rounded-edge) * -1);
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding-block: min(12vw,6em) min(8vw,5em);
}

/*
cv
*/

.l-footer-cv {
  text-align: center;
  padding-bottom: 4em;
}
.l-footer-cv-heading {
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 2.8rem;
  color: var(--color-base);
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.l-footer-cv-text {
  font-weight: 500;
  line-height: 1.7;
}
.l-footer-cv-link {
  padding-top: 2em;
}

body.is-pc .l-btn.l-footer-cv-btn:hover {
  background-color: var(--color-brand03);
  border-color: var(--color-brand03);
}
body.is-pc .l-btn.l-footer-cv-btn:hover::after {
  color: var(--color-brand03);
}


.l-footer-copyright {
  display: block;
  text-align: center;
  padding-top: 4em;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
}

/*
navi
*/

.l-footer-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #475082;
  border-radius: 8px;
  font-size: 0.9rem;
  min-height: 5em;
}
.l-footer-navi-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 1.5em 1em;
}
.l-footer-navi-list button {
  display: none !important;
}

.l-footer-navi-list > li {
  height: 100%;
  position: relative;
  margin: 0 0.6em;
}

.l-footer-navi-list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-weight: 500;
  padding: 1em 0.2em;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.l-footer-navi-list a[target="_blank"] {
  padding-right: 1.2em;
}
.l-footer-navi-list 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-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f08e";
  color: var(--color-base);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  scale: 0.9
}
.l-footer-navi-list > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-base);
  transform-origin: right;
  transition: scale 0.3s ease;
  scale: 0 1;
}

body.is-pc .l-footer-navi-list > li:hover > a {
}
body.is-pc .l-footer-navi-list > li:hover > a::before {
  scale: 1 1;
  transform-origin: left;
}

/*
child
*/

.l-footer-navi-list ul {
  position: absolute;
  left: 0;
  bottom: 100%;
  min-width: 18em;
  background-color: #475082;
  border-radius: 0 0 var(--rounded-small) var(--rounded-small);
  padding: 0.5em 2.2em 2.5em 2.2em;
  border-radius: 12px 12px 0 0  ;
  margin-left: -2em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.l-footer-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-footer-navi-list ul li {
}
.l-footer-navi-list ul a {
  width: 100%;
  display: block;
  color: inherit;
  font-size: 95%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 1em 0 ;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.is-pc .l-footer-navi-list ul a:hover {
  border-color: var(--color-base);
}





.l-footer-sns {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 1em;
}
.l-footer-sns li {
  padding: 0.15em;
}
.l-footer-sns li a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  width: 2em;
  height: 2em;
  padding-top: 0.1em;
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--color-base);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body.is-pc .l-footer-sns li a:hover {
  border-color: var(--color-base);
}

@media screen and (max-width:834px) {

  .l-footer {
    padding-block: min(12vw,6em) min(15vw,8em);
  }

  /*
  cv
  */

  .l-footer-cv {
    text-align: center;
    padding-bottom: 4em;
  }
  .l-footer-cv-heading {
    font-size: 2rem;
  }

  /*
  navi
  */

  .l-footer-navi {
    display: block;
    border-radius: 6px;
    font-size: 0.9rem;
    min-height: initial;
  }


  .l-footer-sns {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding: 1em 3vw;
  }
  .l-footer-sns li a {
    font-size: 1.1rem;
  }

}

@media screen and (max-width:520px) {

  /*
  navi
  */

  .l-footer-navi {
    display: block;
    border-radius: 6px;
    font-size: 0.9rem;
    min-height: initial;
  }
  .l-footer-navi-list {
    display: block;
    flex-wrap: wrap;
    height: 100%;
    padding: 1.5em 1em;
    text-align: left;
  }
  .l-footer-navi-list button {
    display: none !important;
  }


  .l-footer-navi-list a[target="_blank"] {
    padding-right: 0;
  }
  .l-footer-navi-list a[target="_blank"]::after {
    color: var(--color-base);
    position: static;
    translate: 0 0;
    margin-left: 0.5em;
  }


  .l-footer-navi-list > li {
    height: 100%;
    position: relative;
    margin: 0 0.6em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-footer-navi-list > li > a {
    display: block;
    text-align: left;
    height: auto;
    padding: 1.2em 0.2em;
  }


  /*
  child
  */

  .l-footer-navi-list ul {
    position: static;
    left: 0;
    bottom: 100%;
    min-width: initial;
    background-color: transparent;
    border-radius: 0 0 var(--rounded-small) var(--rounded-small);
    padding: 0 0 1.5em 1em;
    border-radius: 0 0 0 0  ;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
  }
  .l-footer-navi-list li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .l-footer-navi-list ul li {
  }
  .l-footer-navi-list ul a {
    display: block;
    font-size: 90%;
    padding: 0.2em 0 0.2em 1.8em ;
    white-space: normal;
    border-bottom: none;
    position: relative;
  }
  .l-footer-navi-list ul a::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 1em;
  }



  .l-footer-sns {
    padding: 1em 3vw 3em;
  }

}

/***********
jumpTop
************/

.l-jumpTop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 99;
  translate: 0 100%;
  transition: translate 0.4s ;
}
body.is-fixed .l-jumpTop {
  translate: 0 0;
  transition: translate 0.6s cubic-bezier(.62,-0.97,.37,1.88);
}
.l-jumpTop a {
  display: block;
  background-color: var(--color-primary01);
  border-radius: 10em 10em 0 0;
  color: var(--color-base);
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-family-gothic-en);
  font-weight: 450;
  text-align: center;
  padding: 20px 15px 30px;
  translate: 0 25px;
}
.l-jumpTop a img {
  width: 3em;
  margin: 0 auto;
  filter: brightness(1000%) grayscale(100%);
  animation: anim-faceSwing 3s ease-in-out infinite 1s;
}
body.is-pc .l-jumpTop a:hover {
  translate: 0 10px;
  transition: translate 0.4s cubic-bezier(.62,-0.97,.37,1.88);
}

@media screen and (max-width:640px) {

  .l-jumpTop {
    right: 3px;
  }
  .l-jumpTop a {
    font-size: 8px;
    padding: 10px 8px 20px;
    translate: 0 15px;
  }

}

/***********
menu
************/

.l-menu-trigger {
  display: none;
}

@media screen and (max-width:1024px) {

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 991;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .is-menu-open .l-menu{
    opacity: 1;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 52px;
    height: var(--header-height);
    cursor: pointer;
    background: none;
    border: none;
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 20%;
    top: 50%;
    width: 40%;
    height: 2px;
    margin-top: -4px;
    background-color: var(--color-main);
    transition: 0.3s;
    transition: margin 0.3s ease 0.3s , transform 0.3s ease 0s , opacity 0.3s ease 0.3s;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: 4px;
  }

  .l-menu-btn p {
    font-size: 10px;
    font-family: var(--font-family-gothic);
    font-weight: 500;
    letter-spacing: 0.08em;
    position: absolute;
    left: 2px;
    bottom: 18px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s 0.3s;
  }
  .l-menu-btn.is-active p {
    opacity: 1;
  }
  .l-menu-btn.is-active p::after {
    content: "CLOSE";
    display: block;
    color: var(--color-base);
    white-space: nowrap;
  }

  .l-menu-btn.is-active {
  }
  .l-menu-btn.is-active span:nth-child(1) {
    margin-top: 0px;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s, background-color 0.3s ease 0s;
    transform: rotate(-38deg);
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: 0px;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s, background-color 0.3s ease 0s;
    transform: rotate(38deg);
  }

}


/***********
menu
************/

.l-menu-wrapper {
  position: relative;
  overflow: hidden;
}

.l-menu-container {
  opacity: 0;
  transition: opacity 0.5s ease 0s ,translate 0.5s ease 0.3s;
  translate: 0 5px;
  max-width: 480px;
  margin: 0 auto;
  padding-top: calc(var(--header-height) + 5px);
  padding-bottom: 150px;
}
body.is-menu-open .l-menu-container {
  opacity: 1;
  transition: all 0.5s ease 0.3s;
  translate: 0 0;
}

/*
navi
*/

.l-menu-navi {
  text-align: left;
  position: relative;
  z-index: 9;
}

.l-menu-navi button {
  display: none;
}

.l-menu-navi-list {
}

.l-menu-navi-list>li {
  position: relative;
  border-bottom: 1px solid var(--color-sub03);
}

.l-menu-navi-list>li>a {
  min-width: 15em;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  padding: 1em 0 1em 25px;
  transition: 0.4s;
}

.l-menu-navi-list li:has(ul)>button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 99;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
  display: none !important;
}

.l-menu-navi-list li:has(ul)>button::before,
.l-menu-navi-list li:has(ul)>button::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--color-brand01);
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0.8;
}

.l-menu-navi-list li:has(ul)>button::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.l-menu-navi-list li:has(ul)>button.is-active::after {
  transform: rotate(120deg);
  opacity: 0;
}

/*
child1
*/

.l-menu-navi-list>li >ul {
  padding: 5px 20px 25px 25px;
  margin-top: -10px;
}

.l-menu-navi-list>li:hover>ul {}

.l-menu-navi-list>li>ul>li {}

.l-menu-navi-list>li>ul>li:not(:last-child) {}

.l-menu-navi-list>li>ul>li>a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0.3em 0 0.2em 1.8em;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.l-menu-navi-list>li>ul>li>a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: var(--color-dark01);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 1em;
}


/*
site
*/

.l-menu-link {
  padding: 2em 25px 0;
  display: flex;
}


.l-menu-lang {
  white-space: nowrap;
  flex-grow: 1;
}
.l-menu-lang a {
  display: block;
  padding: 0.8em 1.2em;
  background-color: #959595;
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0;
  text-decoration: none;
}
.l-menu-site {
  padding-left: 8px;
  white-space: nowrap;
  flex-grow: 1;
}
.l-menu-site a {
  display: block;
  padding: 0.8em 1.2em;
  background-color: var(--color-brand01);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0;
  text-decoration: none;
}
.l-menu-site a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/external_wt.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: -0.8em;
  scale: 1.1;
}

/*
cv
*/

.l-menu-cv {
  text-align: center;
  padding-top: 2em;
}
.l-menu-cv-link {
}
.l-menu-cv-btn.l-btn {
  font-size: 16px;
  min-width: initial;
  max-width: 320px;
  margin: 0 auto 0;
  width: 100%;
}


/*
sub
*/

.l-menu-subNavi {
  padding-top: 2em;
  padding-left: 25px;
}

.l-menu-subNavi li {
  padding-right: 2em;
}

.l-menu-subNavi a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 0 0.5em 0;
  transition: 0.4s;
}

.l-menu-subNavi 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-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f08e";
  color: var(--color-brand01);
  margin-left: 0.5em;
}





/***********
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 {
    transform: translate(-50%, 35px);
  }
  .l-movie a::after {
    background-size: 60px 60px;
  }
}

/***********
heading
************/

.l-heading{
  padding-bottom: 3em;
}
.l-heading-subTitle{
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  font-size: 1.1rem;
  color: var(--color-brand01);
}
.l-heading-title{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--color-brand01);
}
.l-heading-title::after{
  content: "";
  display: block;
  width: 3em;
  height: 5px;
  margin-top: 0.8em;
  background-color: var(--color-primary01);
}

.l-heading-text{
  line-height: 1.8;
  padding-top: 2.5em;
}

.l-heading.-center{
  text-align: center;
}
.l-heading.-center .l-heading-title::after{
  margin-inline: auto;
}

@media screen and (max-width:834px) {

  .l-heading{
    padding-bottom: 1.5em;
  }
  .l-heading-subTitle{
    font-size: 1.1rem;
  }
  .l-heading-title{
    font-size: 1.6rem;
  }
  .l-heading-title::after{
    width: 2em;
    height: 3px;
  }

}

@media screen and (max-width:520px) {

  .l-heading-text{
    text-align: left;
    padding-top: 2em;
  }
}


/***********
headline
************/

.l-headline{
  text-align: center;
  padding-bottom: 2.5em;
}
.l-headline::before{
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background: url(../../img/symbol_face_or.png) no-repeat 0 0 / 100% auto;
  margin: 0 auto 0.2em;
  animation: anim-faceSwing 3s ease-in-out infinite 1s;
}
.l-headline-subTitle{
  font-family: var(--font-family-gothic-en);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-brand01);
  line-height: 1.3;
}
.l-headline-title{
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width:834px) {

  .l-headline{
    padding-bottom: 2em;
  }
  .l-headline::before{
  }
  .l-headline-subTitle{
    font-size: 1.3rem;
  }
  .l-headline-title{
    font-weight: 700;
    font-size: 1.4rem;
  }

}

/***********
title
************/

.l-largeTitle{
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.l-largeTitle.-en {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  line-height: 1.3;
}
.l-title{
  font-size: 1.3rem;
  margin-bottom: 1em;
  padding: 0.6em 0 0.6em 1.2em;
  color: var(--color-brand01);
  position: relative;
}
.l-title::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-primary01) 20%, var(--color-brand01) 20%);
  position: absolute;
  left: 0;
  top: 0;
}

.l-subTitle{
}
.l-minTitle{
}

@media screen and (max-width:834px) {

  .l-largeTitle{
    font-size: 1.4rem;
  }
  .l-largeTitle.-en {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }

  .l-title{
    font-size: 1.2rem;
  }
}

/***********
l-bgColor
************/

.l-pageSection.l-bgColor00 + .l-pageSection.l-bgColor00.l-block{
  padding-top: 2em;
}

.l-bgColor00{
  background-color: var(--color-base);
}
.l-bgColor01{
  background-color: var(--color-sub01);
}
.l-bgColor02{
  background-color: var(--color-sub02);
}
.l-bgColor03{
  background-color: var(--color-sub03);
}
.l-bgColor04{
  background-color: var(--color-sub04);
}




/***********
homeIntro
************/

.l-roles {
  border-radius: var(--rounded-edge) var(--rounded-edge) 0 0;
  margin-top: calc(var(--rounded-edge) * -1);
  background-color: var(--color-sub04);
  padding-block: min(12vw,6em) min(15vw,10em);
}

.l-roles-figure {
  text-align: center;
  width: clamp(240px,80vw, 600px);
  margin: 1em auto min(10vw,6em);
}

.l-roles-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 3%;
}

.l-roles-card-item {
  background-color: var(--color-base);
  border-radius: 8px;
  box-shadow: 0 0 1em rgba(0, 0, 30, 0.05);
  padding: min(5vw,1em) min(4vw,2em) min(8vw,3em);
}
.l-roles-card-heading {
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-dark01);
  margin-bottom: 1.2em;
}
.l-roles-card-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.l-roles-card-heading-title img {
  width: 3.2em;
  margin-right: 0.8em;
  margin-left: -2em;
}
.l-roles-card-lead {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-brand01);
  padding-bottom: 1em;
  line-height: 1.6;
}
.l-roles-card-list {
  font-size: 0.9rem;
  font-weight: 500;
}
.l-roles-card-list li {
  padding-left: 1.2em;
  position: relative;
}
.l-roles-card-list li:not(:last-child) {
  padding-bottom: 0.5em;
}
.l-roles-card-list li::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-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0c8";
  position: absolute;
  left: 0;
  top: 0.33em;
  scale: 0.85;
}


.l-roles-card-item.-primary .l-roles-card-heading {
  color: var(--color-primary01);
  border-color: var(--color-primary01);
}
.l-roles-card-item.-secondary .l-roles-card-heading {
  color: var(--color-secondary01);
  border-color: var(--color-secondary01);
}
.l-roles-card-item.-brand03 .l-roles-card-heading {
  color: var(--color-brand03);
  border-color: var(--color-brand03);
}

@media screen and (max-width:834px) {

  .l-roles {
    padding-block: min(12vw,6em) min(15vw,10em);
  }

  .l-roles-card {
    display: block;
    max-width: 520px;
    margin: 0 auto;
  }

  .l-roles-card-item {
  }
  .l-roles-card-item + .l-roles-card-item {
    margin-top: 1.2em;
  }
  .l-roles-card-heading-title {
    font-size: 1.2rem;
  }

}


/***********
pageList
************/

.l-pageList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 2%;
  padding-bottom: 2em;
}
.l-pageList.-trisect {
  grid-template-columns: repeat(3, 1fr);
}
.l-pageList.-half {
  grid-template-columns: repeat(2, 1fr);
}

.l-pageList li {
}
.l-pageList li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: var(--color-base);
  border-radius: 8px;
  box-shadow: 0 0 1em rgba(0, 0, 30, 0.05);
  padding: min(7vw,2em) min(5vw,1.6em) min(8vw,3em);
}

.l-pageList-img:has(img[src*=".png"]) {
  width: 85%;
  margin: 0 auto;
}
.l-pageList-img img {
}
.l-pageList-img + .l-pageList-inner {
  padding-top: 1.5em;
}
.l-pageList-heading {
}
.l-pageList-title {
  font-size: 1.15rem;
  line-height: 1.4;
  position: relative;
  color: var(--color-brand01);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
  transition: 0.2s;
}
body.is-pc .l-pageList li a:hover .l-pageList-title {
  color: var(--color-brand01);
  text-decoration-color: inherit;
}

.l-pageList-subTitle {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  color: var(--color-primary01);
  line-height: 1.3;
  padding-top: 0.2em;
}

.l-pageList-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.8em;
}

.l-pageList-link {
  display: none;
}

@media screen and (max-width:834px) {

  .l-pageList {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 2%;
  }
  .l-pageList.-trisect {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-pageList.-half {
    grid-template-columns: repeat(2, 1fr);
  }

  .l-pageList li {
  }
  .l-pageList li a {
    border-radius: 6px;
    padding: min(5vw,1.2em) min(4vw,1.2em) min(7vw,2em);
  }

  .l-pageList-img:has(img[src*=".png"]) {
    width: 70%;
    max-width: 160px;
    margin: 0 auto;
  }
  .l-pageList-img img {
  }
  .l-pageList-img + .l-pageList-inner {
    padding-top: 0.8em;
  }
  .l-pageList-heading {
  }
  .l-pageList-title {
    font-size: 1.15rem;
  }
  .l-pageList-text {
    padding-top: 0.3em;
  }
}


@media screen and (max-width:520px) {

  .l-pageList ,
  .l-pageList.-trisect,
  .l-pageList.-half {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-pageList-img:has(img[src*=".png"]) {
    width: 50%;
    max-width: 140px;
    margin: 0 auto;
  }


  .l-pageList-link {
    padding-top: 1.5em;
    text-align: center;
    display: block;
  }
  .l-btn.l-pageList-btn {
    font-size: 0.9rem;
    min-width: 16em;
    min-height: 3.2em;
  }

}

/***********
newsList
************/

.l-newsList {
}
.l-newsList li {
  border-bottom: 1px solid var(--color-dark01);
}
.l-newsList li:first-child {
  border-top: 1px solid var(--color-dark01);
}
.l-newsList li a {
  display: flex;
  flex-direction: row-reverse;
  padding: 1.8em 0;
  text-decoration: none;
  color: inherit;
}
.l-newsList-inner {
  flex: 1;
}
.l-newsList-data {
  padding-bottom: 0.6em;
}
.l-newsList-time {
  display: inline-block;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 0.9rem;
  width: 7em;
}
.l-newsList-cat.l-catIcon {
  font-size: 0.85rem;
  font-weight: 500;
}
.l-newsList-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-brand01);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
  transition: 0.2s;
}
body.is-pc .l-newsList a:hover .l-newsList-title {
  color: var(--color-brand01);
  text-decoration-color: inherit;
}

.l-newsList-text {
  font-size: 0.9rem;
  font-weight: 500;
  padding-top: 0.8em;
}
.l-newsList-img {
  margin-left: 1.5em;
  width: max(22%,150px);
}
.l-newsList-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}

@media screen and (max-width:640px) {

  .l-newsList li a {
    display: block;
    padding: 1.2em 0;
    text-decoration: none;
    color: inherit;
  }
  .l-newsList li a::after {
    content: "";
    display: table;
    clear: both;
  }
  .l-newsList-inner {
    flex: 1;
  }
  .l-newsList-data {
    padding-bottom: 0.3em;
  }
  .l-newsList-time {
    font-size: 0.85rem;
    width: 6em;
  }
  .l-newsList-cat.l-catIcon {
    font-size: 0.75rem;
  }
  .l-newsList-title {
    font-size: 1rem;
  }

  .l-newsList-text {
    font-size: 0.8rem;
    padding-top: 0.5em;
  }
  .l-newsList-img {
    margin-left: 1em;
    width: clamp(80px,30%, 150px);
    float: right;
  }
  .l-newsList-img img {
    aspect-ratio: initial;
  }

}

/***********
l-catIcon
************/

.l-catIcon {
  display: inline-block;
  padding: 0.2em 1.2em 0.3em 2em;
  border-radius: 2em;
  font-weight: 500;
  color: var(--color-base);
  background-color: var(--color-brand01);
  position: relative;
  cursor: pointer;
}
.l-catIcon::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  background-color: var(--color-base);
  border-radius: 50%;
}

@media screen and (max-width:520px) {

  .l-catIcon {
    padding: 0.1em 0.8em 0.15em 1.6em;
  }
  .l-catIcon::before {
    left: 0.6em;
  }

}


/***********
borderTop
************/

.borderTop {
  border-top: 1px solid var(--color-brand01);
  margin-top: 20px;
}

/***********
xxxxx
************/

/***********
anim
************/

@keyframes anim-faceSwing {
  0% { transform: rotate(0deg); }
  8% { transform: rotate(-12deg); }
  18% { transform: rotate(12deg); }
  28% { transform: rotate(0deg); }
}


/***********
spRatio
************/

@media screen and (max-width:640px) {

  .l-spRatio-16_9{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }

  [class^="l-spRatio"].-ct {
    object-position: center top;
  }
  [class^="l-spRatio"].-cb {
    object-position: center bottom;
  }

}

/***********
fade
************/


[data-fade] {
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.8s ease;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  translate: 0 20px;
}
[data-fade="fade-up"].is-show {
  translate: 0 0;
}

[data-fade="step-up"] > *{
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.8s ease;
  transition-delay: 0.1s;
  translate: 0 20px;
}
[data-fade="step-up"].is-show > *{
  opacity: 1;
  translate: 0 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;
  }

}
