  @charset "utf-8";

/* CSS Document */

:root {
  --color-base: #fff;
  --color-main: #000;
  --color-brand01: #225bff;
  --color-brand02: #000064;
  --color-accent01: #f00;
  --color-highlight01: #ff0;
  --color-sub01: #f6f6f6;
  --color-sub02: #ddd;
  --color-sub03: #ccc;

}



/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: "Red Hat Display",'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}




body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
}

@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 {
  }
}

a {
  text-decoration: underline;
  transition: 0.4s;
}

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{
  background: url(../../img/bg_main.jpg) repeat-y center top / 100% auto;
}

.l-contents{
  overflow: hidden;
}

@media screen and (max-width:834px) {

  .l-wrapper{
    background-size: 834px;
  }

}

/***********
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: 10em;
  padding-bottom: 10em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 15em;
  padding-bottom: 15em;
}

.l-block-top {
  padding-top: 10em;
}
.l-block-top-small {
  padding-top: 5em;
}
.l-block-top-large {
  padding-top: 15em;
}

.l-block-bottom {
  padding-bottom: 10em;
}
.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.5s ease;
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}

/***********
fontColor
************/

.l-fontColor-red {
  color: #e00;
}

/***********
text
************/

.l-textMain{
  font-size: 131%;
  line-height: 1.8;
}
.l-textLead{
  font-size: 131%;
  line-height: 1.8;
  text-align: center;
}

.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{
    font-size: 116%;
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.-left{
  text-align: left;
}
.l-linkWrap.-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .l-linkWrap.-left ,
  .l-linkWrap.-right{
    text-align: center;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 20em;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 5px #2d459b;
  color: #fff;
  background: url(../../img/bg_main.jpg);
  background-size: 150% auto;
  padding: 1.5em 3em;
  font-size: 1.31rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.l-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
}
body.is-pc .l-btn:hover {
  filter: brightness(120%);
}

body.is-pc .l-btn:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width:834px) {

  .l-btn {
    width: 100%;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}


/***********
more
************/

.l-more {
  display: inline-block;
  padding: 1em 2.5em 1em 0;
  font-size: 170%;
  font-weight: 800;
  color: #3a14b6;
  text-decoration: none;
  position: relative;
}
.l-more::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  background-color: #3a14b6;
  color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

body.is-pc .l-more:hover {
  color: #225bff;
}
body.is-pc .l-more:hover::after {
  background-color: #225bff;
}


.l-more.-back {
  padding: 1em 0 1em 2.5em;
}
.l-more.-back::after {
  content: "\f053";
  right: auto;
  left: 0;
}




@media screen and (max-width:834px) {

  .l-more {
    padding: 1em 3em 1em 0;
    font-size: 131%;
  }
  .l-more::after {
    font-size: 0.85rem;
  }
}



/***********
title
************/


.l-title{
  font-weight: 700;
  font-size: clamp(154%,2.5vw, 254%);
  border-left: 7px solid var(--color-brand01);
  padding: 0.1em 0 0.1em 0.6em;
  margin-bottom: 0.8em;
}
.l-subTitle{
  font-size: clamp(154%,2.2vw, 200%);
  text-align: center;
  font-weight: 900;
  color: var(--color-brand01);
}
.l-subTitle::after {
  content: "";
  display: block;
  width: 2em;
  height: 3px;
  background-color: var(--color-brand01);
  margin: 0.5em auto 1em;
}

@media screen and (max-width:640px) {


  .l-title{
    font-size: clamp(154%,2.5vw, 300%);
    border-left-width: 6px;
  }
}


/***********
header
************/

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header-inner {
  height: 150px;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 60px;
  transition: height 0.4s,background 0.4s,padding 0.4s;
}

.l-header-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.l-header-logo a {
  display: inline-block;
  width: 290px;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.l-header-block {
  display: flex;
  align-items: center;
  height: 100%;
}

/*
navi
*/

.l-header-navi {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5em;
}
.l-header-navi button{
  display: none !important;
}
.l-header-navi-list {
  height: 100%;
  display: flex;
  padding-right: 2em;
}

.l-header-navi-list > li {
  height: 100%;
  position: relative;
  margin: 0 1.6em 0;
}
.l-header-navi-list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -1.5em;
  background-color: #225bff;
  opacity: 0;
  transition: 0.2s;
}
body.is-pc .l-header-navi-list > li:hover::after {
  opacity: 1;
}
.l-header-navi-list > li > a {
  height: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 139%;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.3em 0;
  white-space: nowrap;
}

.l-header-navi-list ul {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 2em;
  padding: 0.8em 0;
  min-width: 240px;
  max-width: 320px;
  transform: translateX(-50%);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}
.l-header-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 2.5em;
}
.l-header-navi-list ul li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 124%;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.5em 3em 0.5em 1em;
  white-space: nowrap;
}
.l-header-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";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  color: inherit;
  opacity: 0.6
}
body.is-pc .l-header-navi-list ul li a:hover {
  color: #225bff;
}


/*
fixed
*/

body:not(.is-fixed) .l-header {
  color: #fff;
}
body:not(.is-fixed) .l-header-navi-list > li::after {
  background-color: #fff;
}
body.is-fixed.is-pc .l-header-navi-list > li:hover > a {
  color: #225bff;
}

body.is-fixed .l-header {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body.is-fixed .l-header-inner {
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
body.is-fixed .l-header-logo a {
  width: 160px;
  filter: brightness(0%);
}
body.is-fixed .l-header-logo img {
  mix-blend-mode: difference; /* 反転 */
  mix-blend-mode: exclusion; /* 除外 */
}
body.is-fixed .l-header:hover .l-header-inner{
  background-color: #fff;
}

body.is-fixed .l-header-navi-list > li::after {
  background-color: #225bff;
}

@media screen and (max-width:1560px) {


  .l-header-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-header-logo a {
    width: 220px;
  }

  /*
  navi
  */

  .l-header-navi-list {
    padding-right: 1em;
  }

  .l-header-navi-list > li {
    margin: 0 1.2em 0;
  }
  .l-header-navi-list > li > a {
    font-size: 124%;
  }

  .l-header-navi-list ul li a {
    font-size: 116%;
  }

}

@media screen and (max-width:1280px) {

  .l-header-inner {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header-logo a {
    width: 180px;
  }

  /*
  navi
  */

  .l-header-navi-list {
    padding-right: 1em;
  }

  .l-header-navi-list > li {
    margin: 0 0.8em 0;
  }
  .l-header-navi-list > li > a {
    font-size: 124%;
  }

  .l-header-navi-list ul li a {
    font-size: 116%;
  }

  /*
  fixed
  */
  body.is-fixed .l-header-logo a {
    width: 140px;
  }

}

@media screen and (max-width:1024px) {

  .l-header {
    position: absolute;
    z-index: 100;
  }

  .l-header-inner ,
  body.is-fixed .l-header-inner {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-header-logo a,
  body.is-fixed .l-header-logo a  {
    width: 150px;
  }

  .l-header-navi  {
    display: none;
  }

}

/***********
footer
************/

.l-footer {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #000064;
  background: linear-gradient(25deg, #225bff -10%, #000064 20%);
  color: #fff;
}

.l-footer-logo {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  padding-bottom: 2em;
}
.l-footer-logo img {
}


.l-footer-mail {
  font-size: 154%;
  text-align: center;
  padding-bottom: 2em;
}
.l-footer-mail a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}


.l-footer-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
  padding-top: 5em;
}
.l-footer-banner li {
  width: 32.3%;
  max-width: 420px;
  min-width: 240px;
  margin-left: 1%;
  margin-bottom: 1%;
}
body.is-pc .l-footer-banner li a:hover {
}



.l-footer .l-siteArchive {
  display: flex;
  justify-content: center;
}
.l-footer .l-siteArchive-title {
  font-size: 154%;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 1.5em;
}
.l-footer .l-siteArchive-title::after {
  content: " :";
  padding-left: 0.4em;
}
.l-footer .l-siteArchive-list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .l-siteArchive-list li {
  font-size: 154%;
  font-weight: 700;
}
.l-footer .l-siteArchive-list li:not(:last-child)::after {
  content: "|";
  padding: 0 1em;
  opacity: 0.5;
  font-weight: 400;
}
.l-footer .l-siteArchive-list a {
  display: inline-block;
  color: #fff;
}

.l-footer-copyright {
  display: block;
  font-size: 108%;
  text-align: center;
  padding-top: 8em;
}

@media screen and (max-width:834px) {

  .l-footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .l-footer-logo {
    max-width: 260px;
    padding-bottom: 3em;
  }
  .l-footer-logo img {
    margin-left: -10%;
  }



  .l-footer-mail {
    font-size: 124%;
  }


  .l-footer-banner {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 5em;
    justify-content: space-between;
  }
  .l-footer-banner li {
    width: 49%;
    min-width: 120px;
    margin-left: 0;
    margin-bottom: 2%;
  }

  .l-footer .l-siteArchive {
    display: block;
    justify-content: center;
  }
  .l-footer .l-siteArchive-title {
    font-size: 131%;
    padding-right: 0;
    padding-bottom: 0.5em;
  }
  .l-footer .l-siteArchive-title::after {
    display: none;
  }
  .l-footer .l-siteArchive-list {
  }
  .l-footer .l-siteArchive-list li {
    font-size: 131%;
    padding-bottom: 0.5em;
  }
  .l-footer .l-siteArchive-list li:not(:last-child)::after {
    content: "|";
    padding: 0 0.7em;
  }
  .l-footer .l-siteArchive-list a {
    display: inline-block;
    color: #fff;
    padding: 0.1em 0 0.1em 0.7em;
    position: relative;
  }
  .l-footer .l-siteArchive-list 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: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
  }

  .l-footer-copyright {
    font-size: 85%;
    padding-top: 4em;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  transform: translateY(100px);
  transition: 0.4s;
}
.l-jumpTop a{
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #ff682d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-jumpTop a::after{
  content: "";
  display: inline-block;
  width: 1em;
  height:1em;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 100% auto;
  margin: 0 auto;
  transform: rotate(-90deg) scale(1.1);
  vertical-align: middle;
}


body.is-pc .l-jumpTop a:hover{
  transform: scale(1.1);
}
body.is-pc .l-jumpTop a:hover::after{
  border-color: #fff;
}


body.is-fixed .l-jumpTop{
  transform: translateY(0);
}

@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: 90vw;
    max-width: 400px;
    height: 100vh;
    z-index: 998;
    right: max(-90vw,-400px);
    top: 0;
    transition:all 0.4s ease;
    background-color: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    right: 0;
  }
  .is-menu-open .l-header {
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(0) !important;
    pointer-events: none;
  }
  .is-menu-open .l-header-inner {
/*    background-color: rgba(248, 255, 235, 0.96);*/
    background: none !important;
    transition: 0s;
  }



  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    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: 990;
  }


  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 3px;
    top: 3px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    -webkit-tap-highlight-color:transparent;
    background-color: #fff;
    border-radius: 50%;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 32%;
    top: 50%;
    width: 36%;
    height: 2px;
    background-color: #225bff;
    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;
    background-color: #000;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: 4px;
    background-color: #000;
  }

  .l-menu-btn p {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .l-menu-btn p::after {
    content: "";
    letter-spacing: 0.15em;
    color: #225bff;
  }
  .l-menu-btn.is-active p::after {
    content: "CLOSE";
    color: #000;
  }

  .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-logo {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px 0 20px;
}
.l-menu-logo a {
  display: block;
  width: 150px;
}

.l-menu-container {
  padding: 0 0 100px;
}

/*
navi
*/

.l-menu-navi {
  text-align: left;
  position: relative;
  z-index: 9;
}
.l-menu-navi button{
  display: none;
}
.l-menu-navi-list {
  border-top: 1px solid #000;
}

.l-menu-navi-list > li {
  position: relative;
  border-bottom: 1px solid #000
}
.l-menu-navi-list > li > a {
  min-width: 15em;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  font-weight: 600;
  padding: 1.2em 50px 1.2em 25px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: 0.4s;
}

.l-menu-navi-list .menu-item-has-children > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 99;
  text-align: right;
  background: none;
  border:none;
  cursor: pointer;
}
.l-menu-navi-list .menu-item-has-children > button::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: "\f078";
  font-size: 15px;
  margin: 0 auto;
}
.l-menu-navi-list .menu-item-has-children > button.is-active::after{
  transform: rotate(180deg);
}




/*
child1
*/

.l-menu-navi-list > li.menu-item-has-children > ul {
  padding: 20px 20px 20px 35px;
  display: none;
  color: #fff;
  background: linear-gradient(140deg, #4713cc 0%, #225bff 100%);
}
.l-menu-navi-list > li.menu-item-has-children:hover > ul {
}

.l-menu-navi-list > li.menu-item-has-children > ul > li{
}
.l-menu-navi-list > li.menu-item-has-children > ul > li:not(:last-child){
}
.l-menu-navi-list > li.menu-item-has-children > ul > li > a{
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  padding: 0.6em 2em 0.6em 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-menu-navi-list > li.menu-item-has-children > ul > li > a::before{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  top: 1.3em;
}

/*
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: 15px;
  font-weight: 500;
  padding: 0.5em 0 0.5em 0;
  transition: 0.4s;
}
.l-menu-subNavi a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/external_wt.svg) no-repeat center center / 100% auto;
  margin-left: 0.5em;
  opacity: 0.6;
}

/*
siteArchive
*/

.l-menu .l-siteArchive {
  padding: 20px 25px;
}
.l-menu .l-siteArchive-title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.l-menu .l-siteArchive-title::after {
}
.l-menu .l-siteArchive-list {
  display: flex;
  flex-wrap: wrap;
}
.l-menu .l-siteArchive-list li {
  font-size: 15px;
  font-weight: 700;
}
.l-menu .l-siteArchive-list li:not(:last-child)::after {
  content: "|";
  padding: 0 1em;
  opacity: 0.5;
  font-weight: 400;
}
.l-menu .l-siteArchive-list a {
  display: inline-block;
  padding: 0.2em 0;
  min-width: 2.8em;
  text-align: center;
  color: inherit;
}


/***********
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;
  }
}


/***********
links
************/

.l-links {
}
.l-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-links-list li {
  width: 24%;
  margin-bottom: 1%;
  background-color: #000;
}
.l-links-list a {
  display: block;
  color: #fff;
  padding: 3% 3%;
  text-decoration: none;
}
.l-links-list-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 185%;
  font-size: clamp(139%,2.8vw, 200%);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 1em 2em;
  min-height: 5em;
  position: relative;
  line-height: 1.2;
  transition: 0.4s;
}
.l-links-list-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

body.is-pc .l-links-list a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.is-pc .l-links-list a:hover .l-links-list-btn {
  background-color: rgba(255, 255, 255, 0.1);
}



.l-links-list li:nth-child(3n + 1) {
  background: linear-gradient(140deg, #4713cc 0%, #225bff 100%);
}
.l-links-list li:nth-child(3n + 2) {
  background: linear-gradient(140deg, #5913cc 0%, #5047ff 100%);
}
.l-links-list li:nth-child(3n ) {
  background: linear-gradient(140deg, #5047ff 0%, #4713cc 100%);
}
.l-links-list li:nth-child(3n + 1) a {
  background: url(../../img/btn_bg01.png) no-repeat left center / auto 100%;
}
.l-links-list li:nth-child(3n + 2) a {
  background: url(../../img/btn_bg02.png) no-repeat left center / auto 100%;
}
.l-links-list li:nth-child(3n ) a {
  background: url(../../img/btn_bg03.png) no-repeat left center / auto 100%;
}

/*
subList
*/

.l-links-subList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.l-links-subList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2%;
  background: linear-gradient(140deg, #4713cc 0%, #225bff 100%);
}
.l-links-subList a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1em 3em;
  min-height: 6em;
  line-height: 1.2;
  font-size: clamp(124%,2.2vw, 154%);
  font-weight: 600;
  position: relative;
}
.l-links-subList a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body.is-pc .l-links-subList a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}


@media screen and (max-width:1280px) {

  .l-links-list a {
  }
  .l-links-list-btn {
    font-size: 154%;
  }

}

@media screen and (max-width:1024px) {

  .l-links-list li {
    width: 49%;
    margin-bottom: 1%;
    background-color: #000;
  }

  /*
  subList
  */

  .l-links-subList li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
    background: linear-gradient(140deg, #4713cc 0%, #225bff 100%);
  }
  .l-links-subList a {
    padding: 1em 3em;
    font-size: 154%;
  }


}

@media screen and (max-width:834px) {


  .l-links {
    max-width: 640px;
    margin: 0 auto;
  }
  .l-links-list {
    display: block;
  }
  .l-links-list li {
    width: auto;
    margin-bottom: 2%;
  }
  .l-links-list a {
    padding: 5%;
  }
  .l-links-list-btn {
    font-size: 131%;
  }
  .l-links-list-btn::after {
    right: 0.54em;
    opacity: 0.7;
  }

  /*
  subList
  */

  .l-links-subList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .l-links-subList li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .l-links-subList a {
    padding: 1em 1em;
    min-height: 5em;
    font-size: 116%;
  }
  .l-links-subList a::after {
    right: 0.5em;
    width: auto;
    height: auto;
    font-size: 0.77rem;
    border: none;
    opacity: 0.7;
  }
  body.is-pc .l-links-subList a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }



}


/***********
newsList
************/

.l-newsList {
  border-top: 1px solid #ddd;
}
.l-newsList li {
  border-bottom: 1px solid #ddd;
}
.l-newsList a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 2.5em 14rem 2.5em 1em;
  position: relative;
}
.l-newsList a::before {
  content: "READ MORE";
  font-size: 0.93rem;
  font-weight: 700;
  color: #3a14b6;
  display: block;
  white-space: nowrap;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.l-newsList a::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%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  background-color: #3a14b6;
  color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.l-newsList-data {
  display: flex;
  flex-wrap: wrap;
  color: #3a14b6;
  transition: 0.4s;
}
.l-newsList-time {
  display: inline-block;
  white-space: nowrap;
  font-size: 124%;
  font-weight: 600;
  margin-right: 1em;
}
.l-newsList-cat {
  display: inline-block;
  font-size: 124%;
  font-weight: 600;
}
.l-newsList-cat::before {
  content: "/";
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  transform: translateY(-0.15em);
}
.l-newsList-title {
  flex: 1;
  padding-top: 0.3em;
  font-size: 170%;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.4s;
}


body.is-pc .l-newsList a:hover .l-newsList-data,
body.is-pc .l-newsList a:hover .l-newsList-title {
  transform: translateX(0.3rem);
  color: #3a14b6;
}
body.is-pc .l-newsList a:hover::before {
  color: #225bff;
}
body.is-pc .l-newsList a:hover::after {
  background-color: #225bff;
}


@media screen and (max-width:834px) {


  .l-newsList {
  }
  .l-newsList li {
  }
  .l-newsList a {
    display: block;
    padding: 2em 2rem 2em 0;
  }
  .l-newsList a::before {
    display: none;
  }
  .l-newsList a::after {
    right: 0;
    width: auto;
    height: auto;
    font-size: 1rem;
    background:none;
    color: #3a14b6;
  }

  .l-newsList-data {
  }
  .l-newsList-time {
    width: auto;
    font-size: 100%;
    padding-right: 1em;
  }
  .l-newsList-cat {
    font-size: 100%;
  }
  .l-newsList-cat::before {
  }
  .l-newsList-title {
    font-size: 131%;
  }

}



/***********
l-message
************/

.l-message{
  position: relative;
  z-index: 9;
  margin-bottom: 2em;
}
.l-message::before {
  content: "Throughout human history, humanity has confronted age-old questions such as 'What is life?' and 'What does it mean to be alive?' Other questions such as 'Why do people get sick?' and 'How can we cure diseases?' also share a common thread. I believe that intellectual curiosity, respect for nature, and love for other forms of life are the driving forces behind the development of life sciences.\A\AThe mission of our institute is to promote research advancements on glycans, which play important roles in biological activities. Various types of glycans exist in nature, embedded in almost all types of cell surfaces in our bodies and play active roles in the boundary between cells and the outside world. Elucidating the roles of glycans, which differ from those of nucleic acids and proteins involved in several biological processes, will open up new horizons in life sciences. Amazingly, glycans are highly adaptable to variable external environments. Our pioneering research on glycans has led the world in clarifying the importance of glycans in life, but we are still far from complete understanding the phenomenon of biological life through the complexities found in glycans. As it becomes increasingly clear that the world of glycans is profound and complex, scientists are learning more about the importance of characterizing and analyzing the mysterious world of glycans across disciplines. With the establishment of the Tokai National Higher Education and Research System, THERS, we have gathered high-caliber researchers who can make it happen. The dual currents, involving cutting-edge research and integrating knowledge across disciplines, are a key thrust for the development of glycan research, like a great river flowing into the ocean. Our focus on exploring the function and potential of glycans at the molecular, cellular, and individual levels will help uncover the essence of glycans in diversity and complexities and build a collective pool of knowledge that will contribute to human well-being.";
  white-space: pre-wrap;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 116%;
  opacity: 0.5;
  position: absolute;
  right: 2vw;
  top: 3.5em;
  width: 36%;
  min-width: 600px;
  line-height: 1.8;
  pointer-events: none;
}




.l-message-container {
  background-color: #fff;
  display: flex;
}
.l-message-visual {
  width: 45%;
}
.l-message-img {
  height: 100%;
  position: relative;
  margin-right: -15%;
}
.l-message-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, #fff 95%);
}
.l-message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-message-inner {
  flex: 1;
  padding: 7em 5% 5em 0;
  position: relative;
  z-index: 2;
}

.l-message-heading {
  padding-bottom: 3em;
}
.l-message-heading-subTitle {
  color: #3a14b6;
  font-weight: 700;
  font-size: 154%;
  padding-bottom: 0.5em;
}
.l-message-heading-title {
  font-size: 270%;
  line-height: 1.2;
}
.l-message-text {
  font-size: 131%;
}

.l-message-name {
  padding-top: 1.5em;
  padding-bottom: 3em;
  position: relative;
}
.l-message-name::after {
  content: "";
  display: block;
  width: 310px;
  height: 65px;
  margin-left: 40px;
  margin-top: -5px;
  background: url(../../img/director_handwrite.png) no-repeat left bottom / auto 100% ;
}
.l-message-name-pos {
  font-size: 131%;
  font-weight: 700;
  position: relative;
}
.l-message-name-title {
  font-size: 200%;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}


@media screen and (max-width:834px) {

  .l-message{
    margin-bottom: 2%;
    max-width: 640px;
    margin: 0 auto 2%;
  }
  .l-message::before {
    font-size: 77%;
    right: -5vw;
    top: 6.5em;
    width: 80%;
    min-width: initial;
  }


  .l-message-container {
    display: block;
  }
  .l-message-visual {
    width: auto;
  }
  .l-message-img {
    margin-right: 0;
    height: 70vw;
  }
  .l-message-img::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #fff 95%);
  }
  .l-message-img img {
  }
  .l-message-inner {
    padding: 0 5% 5em 5%;
  }

  .l-message-heading {
    padding-bottom: 2em;
  }
  .l-message-heading-subTitle {
    font-size: 131%;
  }
  .l-message-heading-title {
    font-size: 170%;
    line-height: 1.4;
  }
  .l-message-text {
    font-size: 116%;
  }

  .l-message-name {
    padding-bottom: 2em;
  }
  .l-message-name::after {
    width: 200px;
    height: 45px;
    margin-left: 40px;
    margin-top: -5px;
    background: url(../../img/director_handwrite.png) no-repeat left bottom / auto 100% ;
    opacity: 0.6;
  }
  .l-message-name-pos {
    font-size: 100%;
  }
  .l-message-name-title {
    font-size: 200%;
    line-height: 1.5;
  }

}


/***********
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);
}



/***********
heading
************/

.l-heading {
  font-size: clamp(139%,2vw, 154%);
  padding-bottom: 2em;
}
.l-heading-subTitle {
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 93%;
  color: var(--color-brand04);
  padding-left: 2.2em;
  padding-bottom: 0.8em;
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #0b57a3 10%, #30c9cd 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-heading:not(.-center) .l-heading-subTitle::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.7em;
  background: linear-gradient(to bottom, #0b57a3 10%, #30c9cd 90%);
}
.l-heading-title {
  font-size: 200%;
  line-height: 1.35;
  color: var(--color-brand02);
}

.l-heading-text {
  font-size: clamp(1.16rem,1.4vw, 1.39rem);
  padding-top: 2em;
  line-height: 1.8;
}

/*
center
*/

.l-heading.-center {
  text-align: center;
}
.l-heading.-center .l-heading-subTitle{
  padding-left: 0;
}

@media screen and (max-width:834px) {

  .l-heading {
    font-size: clamp(100%,4vw, 154%);
    padding-bottom: 1.5em;
  }
  .l-heading-subTitle {
    font-size: 100%;
    padding-bottom: 0.5em;
  }
  .l-heading-title {
    font-size: 170%;
  }

  .l-heading-text {
    padding-top: 1.2em;
  }

}

@media screen and (max-width:520px) {

  .l-heading.-center .l-heading-text{
    text-align: left;
  }
}

/***********
leadHeading
************/

.l-leadHeading {
  font-size: clamp(170%,2.5vw, 254%);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}

.l-leadHeading-title {
  display: inline;
  line-height: 1.9em;
  padding: 0em 0.5em 0.1em;
  color: var(--color-base);
  background: linear-gradient(25deg, #225bff -10%, #000064 20%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/***********
xxxxx
************/


/***********
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 {
  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 {
  }


}
