@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic:     'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --color-base: #fff;
  --color-main: #000;
  --color-brand01: #2c89c4; /* hover #146395; */
  --color-brand02: #008d65; /* hover #037051; */
  --color-brand03: #4da5dc;
  --color-brand04: #00ab7b;

  --color-accent01: #d00;
  --color-accent02: #b00;
  --color-accent01-sub01: #fff0f0;
  --color-accent01-sub02: #fdd;
  --color-warning01: #e08841;
  --color-warning02: #d1762d;
  --color-warning01-sub01: #fff2ba;
  --color-warning01-sub02: #fff9de;
  --color-success01: #32b851;
  --color-success02: #1ca53c;
  --color-success01-sub01: #e4f4dd;

  --color-sub01: #f4f4f4;
  --color-sub02: #ccc;
  --color-sub03: #aaa;
  --color-sub04: #e1f3fb;
  --color-sub05: #eee;
  --color-sub06: #ddd;

  --header-height: 110px;
  --header-padding: 30px;
}






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

  :root {
    --header-padding: 15px;
  }

}

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

  :root {
    --header-height: 90px;
    --header-padding: min(2vw,10px);
  }

}




input,button,select,textarea {
  font-family: var(--font-family-gothic);
}
button {
  cursor: pointer;
}

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  color: var(--color-main);
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th,em{
  font-weight: 700;
  font-style: normal;
}

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


a {
  color: var(--color-brand01);
  text-decoration: underline;
  transition: 0.2s;
}

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; }
.wp-caption {   max-width: 100%; }

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

  .right,
  .alignright {
    float: right !important;
    width: 35%;
    margin-left: 1em;
  }

  .left,
  .alignleft {
    float: left !important;
    width: 35%;
    margin-right: 1em;
  }

}

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

  .right,
  .alignright ,
  .left,
  .alignleft {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em;
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

}

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

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}
.l-contents.-offsetTop {
  padding-top: var(--header-height);
}
.l-contents-inner{
  border-top: 1px solid var(--color-sub01);
}

.l-contents-base {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

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

}

/***********
column
************/

.l-column{
  display: flex;
  justify-content: space-between;
}

.l-column-first{
  width: 68%;
}

.l-column-second{
  width: 25%;
}

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

  .l-column{
    display: block;
  }

  .l-column-first{
    width: auto;
  }

  .l-column-second{
    width: auto;
  }

}


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

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

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

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

.l-base-xxwide {
  width: auto;
  max-width: 1580px;
  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: 7em;
  padding-bottom: 7em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

.l-block-top {
  padding-top: 7em;
}
.l-block-top-small {
  padding-top: 5em;
}
.l-block-top-large {
  padding-top: 12em;
}

.l-block-bottom {
  padding-bottom: 7em;
}
.l-block-bottom-small {
  padding-bottom: 5em;
}
.l-block-bottom-large {
  padding-bottom: 12em;
}

@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: 2%;
    padding-right: 2%;
  }

  .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: 3em;
    padding-bottom: 3em;
  }
  .l-block-small {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .l-block-large {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .l-block-top {
    padding-top: 3em;
  }
  .l-block-top-small {
    padding-top: 2em;
  }
  .l-block-top-large {
    padding-top: 5em;
  }

  .l-block-bottom {
    padding-bottom: 3em;
  }
  .l-block-bottom-small {
    padding-bottom: 2em;
  }
  .l-block-bottom-large {
    padding-bottom: 5em;
  }

}

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

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
body.is-pc a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}


/***********
marker
************/

.l-marker {
  background: linear-gradient(to right ,#fff358, #fff358) 0 100% / 0 100% no-repeat;
  transition: background 1s cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.l-marker.is-inview {
  background-size: 100% 100%;
}


/***********
fontColor
************/

.l-fontColor-accent01 {
  color: var(--color-accent01);
}

.l-fontColor-brand01 {
  color: var(--color-brand01);
}
.l-fontColor-brand02 {
  color: var(--color-brand02);
}
.l-fontColor-brand03 {
  color: var(--color-brand03);
}
.l-fontColor-brand04 {
  color: var(--color-brand04);
}

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

.l-textMain{
  font-size: clamp(116%,1.2vw, 131%);
  line-height: 1.8;
}

.l-textLead{
  font-size: clamp(116%,1.2vw, 131%);
  line-height: 1.8;
  text-align: center;
}

.l-textSub{
  font-size: clamp(100%,1vw, 116%);
  line-height: 1.6;
}

.l-bold {
  font-weight: 700;
}

.l-list-circle {}
.l-list-circle li {
  padding-left: 1em;
  position: relative;
}
.l-list-circle li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.8em;
  background: var(--color-main);
  border-radius: 50%;
}

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

.l-list-asterisk {}

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

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

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

  .l-textMain,
  .l-textLead{
    font-size: 108%;
    line-height: 1.8;
  }
}

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

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


/***********
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%;
}
.l-linkSeparate-item .l-largeBtn {
}


@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-largeBtn {
    width: 100%;
    max-width: 480px;
  }

}


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

.l-btn {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  text-decoration: none;
  text-align: center;
  font-size: clamp(108%,1.2vw, 124%);
  font-weight: 600;
  padding: 0.5em 1.5em;
  border-radius: 5px;
}

button.l-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
.l-btn:hover {
  background-color: #333;
}

.l-btn small {
  display: block;
  font-weight: 400;
  font-size: 70%;
  letter-spacing: 0;
}

.l-btn.-brand01 {
  background-color: var(--color-brand01);
}
body.is-pc .l-btn.-brand01:hover {
  background-color: #146395;
}

.l-btn.-accent01 {
  background-color: var(--color-accent01);
}
body.is-pc .l-btn.-accent01:hover {
  background-color: var(--color-accent02);
}

.l-btn.-warning01 {
  background-color: var(--color-warning01);
}
body.is-pc .l-btn.-warning01:hover {
  background-color: var(--color-warning02);
}

.l-btn.-sub01 {
  background-color: var(--color-sub01);
  color: #555;
}
body.is-pc .l-btn.-sub01:hover {
  background-color: #eee;
}

.l-btn.-sub06 {
  background-color: var(--color-sub05);
  color: #555;
}
body.is-pc .l-btn.-sub06:hover {
  background-color: #e0e0e0;
}

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

  .l-btn {
    padding: 0.5em 0.8em;
    font-feature-settings: "palt";
  }
}

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

.l-largeBtn {
  display: inline-block;
  width: auto;
  min-width: 18em;
  padding: 1.2em 3.5em ;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-size: clamp(116%,1.4vw, 1.39rem);
  font-weight: 500;
  font-family: var(--font-family-gothic);
  color: var(--color-base);
  text-decoration: none !important;
  text-align: center;
  background-color: var(--color-brand01);
  color: var(--color-base);
  border-radius: 5px;
  position: relative;
  box-shadow: 5px 5px 0 rgba(0, 100, 200, 0.2);
  margin-bottom: 5px;
}
.l-largeBtn::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../img/icon/arrow_wt.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.l-largeBtn.-download::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.5;
  text-rendering: auto;
  background: none;
  content: "\f019";
  scale: 1.3;
  transform: translateY(-40%);
}
body.is-pc .l-largeBtn:hover {
  background-color: #146395;
  box-shadow: 0 0 0 transparent;
  translate: 5px 5px;
  transition: 0.1s;
}
button.l-largeBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  transition: 0.2s;
}


.l-largeBtn.-white {
  background-color: var(--color-base);
  color: var(--color-text);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.8);
}
.l-largeBtn.-white::after {
  background-image: url(../../img/icon/arrow.png);
}
.l-largeBtn.-white:hover {
  translate: 5px 5px;
}

.l-largeBtn.-back::after {
  left: 0.8em;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}



.l-largeBtn.-wide {
  width: 100%;
  max-width: 640px;
}
.l-largeBtn.-small {
  font-size: 1.54rem;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.l-largeBtn.-xsmall {
  font-size: 1.24rem;
  min-width: initial;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}


.l-largeBtn-en {
  display: block;
  padding-top: 0.2em;
  font-weight: 400;
  font-family: var(--font-family-gothic-en);
  font-size: 80%;
}

/***********
cancelBtn
************/

.l-cancelBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: var(--color-sub01);
  font-size: clamp(100%,1vw, 124%);
  font-weight: 500;
  font-feature-settings: "palt";
  padding: 0.5em 1.5em;
  border-radius: 5px;
  transition: 0.2s;
}
body.is-pc .l-cancelBtn:hover {
  background-color: #eee;
}
/***********
header
************/

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--color-base);
  padding-right: var(--header-padding);
  padding-left: var(--header-padding);
}
.l-header.-noFixed {
  position: absolute;
}

.l-header-inner {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.l-header-block {
  align-items: center;
  text-align: center;
}

/*
logo
*/

.l-header-logo {
}
.l-header-logo-text {
  font-size: clamp(70%,0.9vw, 108%);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding-bottom: 0.4em;
  line-height: 1.3;
}
.l-header-logo-main {
}
.l-header-logo-sub {
  font-size: max(85%,9px);
  font-weight: 400;
  opacity: 0.6;
}
.l-header-logo-symbol {
  margin-left: -5px;
}
.l-header-logo-symbol a {
  display: flex;
  align-items: center;
}
.l-header-logo-ci {
}
.l-header-logo-ci.-yoshida {
  max-width: 160px;
  margin-right: 40px;
}
.l-header-logo-ci.-garuda {
  max-width: 320px;
}


/*
cv
*/

.l-header-cv {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  white-space: nowrap;
}
.l-header-cv-item {
  padding-left: 5px;
}
.l-header-cv-btn {
  display: block;
  padding: 0.4em 1em 0.4em 2.5em;
  line-height: 1.3;
  text-decoration: none;
  text-align: left;
  background-color: var(--color-main);
  color: var(--color-base);
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: clamp(93%,1vw, 108%);
  border-radius: 5px;
  position: relative;
}
.l-header-cv-btn i {
  margin-right: 0.6em;
  margin-left: -0.3em;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.3;
  opacity: 0.7;
}
.l-header-cv-btn span {
  display: block;
}
.l-header-cv-btn small {
  display: block;
  font-size: 77%;
  font-weight: 400;
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.02em;
}
.l-header-cv-btn.-seeker {
  background-color: var(--color-brand01);
}
body.is-pc .l-header-cv-btn.-seeker:hover {
  background-color: #0464a0;
}
.l-header-cv-btn.-supporter {
  background-color: var(--color-brand02);
}
body.is-pc .l-header-cv-btn.-supporter:hover {
  background-color: #037051;
}

/*
navi
*/

.l-header-navi {
}
.l-header-navi button {
  display: none !important;
}

.l-header-navi-list {
  font-weight: 500;
  display: flex;
  justify-content: end;
}

.l-header-navi-list > li {
  position: relative;
  margin-left: 0.8em;
}
.l-header-navi-list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.8em;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-color: var(--color-sub04);
  border-radius: 6px;
  opacity: 0;
  transition: 0.2s;
}
.l-header-navi-list > li.menu-item-has-children::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  translate: 0 1.9em;
  background: var(--color-sub04);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
.l-header-navi-list > li.menu-item-has-children:hover::before {
  opacity: 1;
}
.l-header-navi-list > li > a {
  display: inline-block;
  font-size: clamp(116%,1.2vw, 124%);
  font-weight: 500;
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
body.is-pc .l-header-navi-list > li:hover::after {
  opacity: 1;
}
.l-header-navi-list > li > a > span {
  display: block;
}
.l-header-navi-list > li > a > small {
  display: block;
  font-size: 70%;
  font-weight: 400;
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.02em;
}


.l-header-navi-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  min-width: 320px;
  background-color: var(--color-sub04);
  padding: 1.5em 1em 1.5em 1.5em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.l-header-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-header-navi-list ul li {
  padding: 0.1em 1em;
}
.l-header-navi-list ul a {
  display: inline-block;
  color: var(--color-main);
  font-size: 124%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 0.2em 0 0.2em 1.4em;
}
.l-header-navi-list ul 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-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f061";
  position: absolute;
  left: 0;
  top: 0.5em;
  color: var(--color-brand01);
  transform: scale(0.8);
}
.l-header-navi-list ul a::after {
  content: "";
  display: block;
  width: calc(100% - 1.4em);
  height: 1px;
  position: absolute;
  left: 1.4em;
  bottom: 0;
  background-color: var(--color-brand01);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right ;
}
body.is-pc .l-header-navi-list ul a:hover {
  color: var(--color-brand01);
}
body.is-pc .l-header-navi-list ul a:hover::after {
  transform: scaleX(1);
  transform-origin: left ;
}


/*
fixed
*/

body.is-fixed .l-header-inner {
}


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

  /*
  logo
  */

  .l-header-logo-text {
    letter-spacing: 0.02em;
  }
  .l-header-logo-ci.-yoshida {
    max-width: 120px;
    margin-right: 20px;
  }
  .l-header-logo-ci.-garuda {
    max-width: 240px;
  }


  /*
  navi
  */

  .l-header-navi {
    padding-right: 10px;
  }
  .l-header-navi-list > li.menu-item-has-children:hover::before {
    opacity: 1;
  }
  .l-header-navi-list > li > a {
    padding: 0.6em 0.6em;
  }

}

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

  .l-header {
    height: auto;
    position: absolute;
  }

  .l-header-inner {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*
  logo
  */

  .l-header-logo {
  }
  .l-header-logo-text {
    letter-spacing: 0;
  }
  .l-header-logo-symbol {
    margin-left: -5px;
  }
  .l-header-logo-symbol a {
    display: block;
  }
  .l-header-logo-ci {
  }
  .l-header-logo-ci.-yoshida {
    max-width: 100px;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .l-header-logo-ci.-garuda {
    max-width: 220px;
    padding-left: 12px;
  }

  .l-header-block {
    display: none;
  }

}



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

.l-navi {
}

.l-navi-list {
}

.l-navi-list li {
}

.l-navi-list a {
}


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

.l-footer {
  background: linear-gradient( 135deg, var(--color-brand03) 0%, var(--color-brand04) 100%);
  color: var(--color-base);
  position: relative;
  padding-bottom: 5em;
}


.l-footer-container {
}
.l-footer-info {
  display: flex;
  justify-content: center;
  padding-top: 4em;
}
.l-footer-info-block {
  padding: 0 3em;
}
.l-footer-info-block:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.l-footer-logo {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.2em;
}
.l-footer-logo.-yoshida {
  max-width: 180px;
}
.l-footer-logo.-garuda {
  max-width: 420px;
}

.l-footer-title {
  font-size: clamp(124%,1.4vw, 139%);
  font-weight: 500;
  padding-bottom: 0.5em;
}
.l-footer-title small{
  display: block;
  font-family: var(--font-family-gothic-en);
  font-size: 70%;
  font-weight: 400;
}
.l-footer-address {
  font-size: clamp(100%,0.9vw, 108%);
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}



.l-footer-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-footer-navi button {
  display: none !important;
}

.l-footer-navi > li {
  position: relative;
  margin-left: 0.8em;
}
.l-footer-navi > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.8em;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  opacity: 0;
  transition: 0.2s;
}


.l-footer-navi > li > a {
  display: inline-block;
  font-size: clamp(116%,1.4vw, 124%);
  font-weight: 400;
  padding: 0.6em 1em;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
body.is-pc .l-footer-navi > li:hover::after {
  opacity: 1;
}
.l-footer-navi > li > a > span {
  display: block;
}
.l-footer-navi > li > a > small {
  display: block;
  font-size: 66%;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  padding-top: 0.2em;
  letter-spacing: 0.02em;
}





.l-footer-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3em;
  font-size: clamp(100%,2vw, 100%);
}
.l-footer-sub li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer-sub a {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.l-footer-sub a span {
  display: block;
  position: relative;
}
.l-footer-sub a small {
  display: block;
  font-size: 77%;
}

.l-footer-copyright {
  display: block;
  padding-top: 5em;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  font-size: 108%;
  text-align: center;
}


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

  .l-footer {
    padding-bottom: 3em;
  }


  .l-footer-container {
  }
  .l-footer-info {
    display: block;
    justify-content: center;
    padding-top: 4em;
  }
  .l-footer-info-block {
    padding: 0 1em;
  }
  .l-footer-info-block:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 3em;
    margin-bottom: 3em;
  }

  .l-footer-logo {
    min-height: initial;
  }
  .l-footer-logo.-yoshida {
    max-width: 140px;
  }
  .l-footer-logo.-garuda {
    max-width: 260px;
  }

  .l-footer-title {
    padding-top: 0.8em;
  }
  .l-footer-address {
    line-height: 1.5;
  }


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

  .l-footer-copyright {
    padding-top: 5em;
    font-size: 85%;
  }

}

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


.l-menu-trigger {
  display: none;
}

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

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    left: 0;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: auto;
    transform: scale(1.01);
    -webkit-overflow-scrolling: touch;
  }
  .is-menu-open .l-menu{
    opacity: 1;
    transform: scale(1);
  }

  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.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: 9990;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    transition: 0.2s;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 50px;
    cursor: pointer;
    background: none;
    border: none;
    background-color: var(--color-base);
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 48%;
    width: 50%;
    height: 2px;
    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: -7px;
  }
  .l-menu-btn span:nth-child(3) {
    margin-top: 7px;
  }

  .l-menu-btn p {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: 0.7s;
  }
  .l-menu-btn.is-active p {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .l-menu-btn.is-active p::after {
    content: "CLOSE";
    display: block;
    color: var(--color-main);
    font-family: var(--font-family-gothic-en);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .l-menu-btn.is-active {
    background-color: transparent;
  }
  .l-menu-btn.is-active span:nth-child(1) {
    opacity: 0;
    transition: opacity 0s ease 0.3s;
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: 0;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
    transform: rotate(-30deg);
  }
  .l-menu-btn.is-active span:nth-child(3) {
    margin-top: 0;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
    transform: rotate(30deg);
  }

}



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

.l-menu-container {
  padding: 70px 25px 120px;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


.l-menu-logo {
  width: 220px;
  height: 60px;
  padding-left: var(--fv-padding);
  transition: 0.2s;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.l-menu-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--color-main);
  text-decoration: none;
  height: 100%;
  background-color: var(--color-base);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: 0s;
}

.l-menu-logo-img {
  width: 90%;
  margin: 0 auto;
}
.l-menu-logo-text {
  font-size: 10px;
  font-weight: 500;
  margin-top: -0.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.04em;
}

/*
navi
*/

.l-menu-navi {
}
.l-menu-navi button {
  display: none !important;
}


.l-menu-navi > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.l-menu-navi > li > a {
  display: block;
  font-size: 139%;
  font-weight: 500;
  padding: 1em 0 1em 1.5em;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-menu-navi > 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; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f105";
  position: absolute;
  left: 0.2em;
  top: 1.8em;
  translate: 0 -50%;
  color: var(--color-brand03)
}
.l-menu-navi > li > a > small {
  display: block;
  font-size: 77%;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
}

.l-menu-navi li ul {
  margin-top: -0.5em;
  padding-bottom: 2em;
  padding-left: 2em;
}
.l-menu-navi li ul li{
}
.l-menu-navi li ul li a{
  display: inline-block;
  font-size: 124%;
  color: inherit;
  text-decoration: none;
  padding: 0.4em 0 0.4em 1.8em;
  position: relative;
}
.l-menu-navi li ul li a::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.6em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0.6em;
  opacity: 0.2;
}

/*
sub
*/

.l-menu-sub {
  font-weight: 500;
  margin-top: 2em;
}

.l-menu-sub li {
  padding-bottom: 0.5em;
}
.l-menu-sub > li > a {
  display: inline-block;
  font-size: 116%;
  font-weight: 400;
  padding: 0.2em 0 0.2em 1em;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.l-menu-sub > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  background-color: var(--color-base);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}


.l-menu-sub > li > a span {
  display: block;
  position: relative;
}
.l-menu-sub > li > a span::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: "\f0da";
  position: absolute;
  left: -1em;
  top: 50%;
  translate: 0 -48%;
}
.l-menu-sub > li > a small {
  display: block;
  font-size: 77%;
}

/*
cv
*/

.l-menu-cv {
  height: 100%;
}
.l-menu-cv-item {
  margin-bottom: 5px;
}
.l-menu-cv-btn {
  display: block;
  padding: 1em 1em 1em 4em;
  line-height: 1.3;
  text-decoration: none;
  background-color: var(--color-main);
  color: var(--color-base);
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: clamp(116%,3vw, 139%);
  border-radius: 5px;
  position: relative;
}
.l-menu-cv-btn i {
  margin-left: -0.3em;
  position: absolute;
  left: 2em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.5;
  opacity: 0.7;
}
.l-menu-cv-btn span {
  display: block;
}
.l-menu-cv-btn small {
  display: block;
  font-size: 66%;
  font-weight: 400;
  font-family: var(--font-family-gothic-en);
  line-height: 1.3;
  padding-top: 0.2em;
  letter-spacing: 0.02em;
}
.l-menu-cv-btn.-seeker {
  background-color: var(--color-brand01);
}
body.is-pc .l-menu-cv-btn.-seeker:hover {
  background-color: #0464a0;
}
.l-menu-cv-btn.-supporter {
  background-color: var(--color-brand02);
}
body.is-pc .l-menu-cv-btn.-supporter:hover {
  background-color: #037051;
}



/***********
video
************/

.l-video {
  display: block;
  width: 100%;
}

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

.l-movie {
/*  max-width: 800px;*/
  margin: 0 auto;
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a img {
  margin: 0 !important;
}
.l-movie a::before {
  content: "Play Movie";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, 50px);
}
.l-movie a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat center center / 80px 80px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: 0.3s;
}
body.is-pc .l-movie a:hover::after {
  opacity: 0.7;
}

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

  .l-movie a::before {
    font-size: 85%;
    transform: translate(-50%, 35px);
  }
  .l-movie a::after {
    background-size: 60px 60px;
  }
}


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

.l-heading{
  text-align: center;
  background: url(../../img/object/flag_cross.png) no-repeat center top / 80px auto;
  padding-top: 60px;
  padding-bottom: 1em;
  font-size: clamp(185%,3vw, 300%);
}
.l-heading:not(:first-child),
.l-heading.-noOffset {
  padding-bottom: 0;
}
.l-heading-title{
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: relative;
}
.l-heading-subTitle{
  font-size: 50%;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  line-height: 1.2;
  position: relative;
  padding-top: 0.5em;
}


.l-heading.-small{
  font-size: clamp(185%,2.7vw, 231%);
}


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

  .l-heading{
    background-size: 60px auto;
    padding-top: 40px;
    margin-top: -0.5em;
  }

}


/***********
headline
************/

.l-headline {
  font-size: clamp(185%,3vw, 300%);
  padding-bottom: 0.8em;
}
.l-headline-title {
  display: inline-block;
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: relative;
}
.l-headline-subTitle {
  font-size: 50%;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  padding-top: 0.3em;
  line-height: 1.2;
  position: relative;
  color: var(--color-brand01);
}
.l-headline::after {
  content: "";
  display: block;
  width: 15em;
  height: 2px;
  background: linear-gradient(to right, var(--color-brand03) 0%, transparent 100%);
  margin-top: 0.3em;
}



/***********
headline
************/

.l-headline{

}
.l-headline-title{

}
.l-headline-subTitle{

}


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

.l-title{
  font-size: clamp(154%,2vw, 200%);
  font-weight: 700;
  border-left: 5px solid var(--color-brand01);
  padding-left: 0.6em;
  margin-bottom: 0.8em;
}
.l-subTitle{
}

.l-minTitle{
  font-size: 214%;
  font-weight: 900;
  padding-bottom: 0.3em;
  color: var(--color-brand01);
}
.l-xminTitle{
  font-size: 170%;
  font-weight: 900;
  padding-bottom: 0.3em;
}

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

  .l-minTitle{
    font-size: 154%;
  }
  .l-xminTitle{
    font-size: 139%;
  }
}

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


.l-bgColor01{
  background-color: var(--color-sub01);
}


.l-bgColor-sub01{  background-color: var(--color-sub01);  }
.l-bgColor-sub02{  background-color: var(--color-sub02);  }
.l-bgColor-sub03{  background-color: var(--color-sub03);  }
.l-bgColor-sub04{  background-color: var(--color-sub04);  }


/***********
guide
************/

.l-guideList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -1.5%;
}
.l-guideList li {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 1.5%;
}
.l-guideList.-single {
  max-width: 640px;
  margin: 0 auto;
}
.l-guideList.-single li {
  width: 93%;
}

.l-guideList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--color-main);
  color: var(--color-base);
  text-decoration: none;
  border-radius: 10px;
  padding: 5% 5%;
  min-height: 10em;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  font-size: clamp(116%,1.4vw, 139%);
}
body.is-pc .l-guideList li a:hover {
  box-shadow: 0 0 0 transparent;
  translate: 5px 5px;
}
.l-guideList-img {
  width: 25%;
  max-width: 80px;
  margin: 0 auto;
}
.l-guideList-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--color-base);
  border-radius: 50%;
  font-size: 131%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1 / 1;
  color: var(--color-main);
}
.l-guideList-inner {
  flex: 1;
  text-align: center;
  padding-top: 0.5em;
}
.l-guideList-title {
  font-weight: 500;
}
.l-guideList-text {
  font-weight: 400;
  font-size: 70%;
  font-family: var(--font-family-gothic-en);
  padding-top: 0.2em;
}


.l-guideList li.-brand01 a {
  background-color: var(--color-brand01) ;
  box-shadow: 5px 5px rgba(0, 100, 200, 0.2);
}
body.is-pc .l-guideList li.-brand01 a:hover {
  background-color: #146395;
}
.l-guideList li.-brand01 a .l-guideList-icon {
  color: var(--color-brand03);
}


.l-guideList li.-brand02 a {
  background-color: var(--color-brand02) ;
  box-shadow: 5px 5px rgba(3, 112, 81, 0.2);
}
body.is-pc .l-guideList li.-brand02 a:hover {
  background-color: #037051;
}
.l-guideList li.-brand02 a .l-guideList-icon {
  color: var(--color-brand04);
}

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

  .l-guideList {
    display: block;
    margin: 0;
  }
  .l-guideList li {
    width: auto;
    margin: 0 0 10px;
  }
  .l-guideList.-single {
  }
  .l-guideList.-single li {
    width: auto;
  }

  .l-guideList li a {
    display: block;
    padding: 5% 5%;
    min-height: initial;
    font-size: clamp(116%,5vw, 139%);
  }
  .l-guideList li a > div{
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .l-guideList-img {
    width: 48px;
  }
  .l-guideList-icon {
    font-size: 131%;
  }
  .l-guideList-inner {
    text-align: center;
    padding-top: 0;
    text-align: left;
    padding-left: 1.5em;
  }
  .l-guideList-title {
    font-weight: 500;
  }

}


/***********
guide
************/

.l-guide {
  background: url(../../img/pattern01.jpg);
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-guide-container {
  display: flex;
  justify-content: space-between;
  margin-left: -3%;
  margin-right: -3%;
}
.l-guide-block {
  width: 50%;
  padding: 1em 3%;
}
.l-guide-block:first-child {
  border-right: 1px solid #ccc;
}

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

  .l-guide {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-guide-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 520px;
    margin: 0 auto;
  }
  .l-guide-block {
    width: auto;
    padding: 0;
  }
  .l-guide-block:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4em;
    margin-bottom: 4em;
  }

}


/***********
langText
************/

.langText {
  display: inline-block;
}
.langText.-block {
  display: block;
}
.langText.-ja:first-of-type:not(.-block) {
  padding-right: 0.5em;
}
.langText.-ja + .langText.-id {
  font-size: max(66%,11px);
  font-weight: 500;
}


/***********
box
************/

.l-box {
  padding: 1.5em 2em;
}

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


  .l-box {
    padding: 1em 10px;
  }

}


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

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

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

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




/***********
passwordBlock
************/

.passwordBlock {
  position: relative;
}
.passwordBlock i {
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
}
.passwordBlock i.fa-eye-slash {
  opacity: 0.5;
}


.passwordCheck:has(.password-strength-meter-score.psms-25) #js-pswmetermsg,
.passwordCheck:has(.password-strength-meter-score.psms-50) #js-pswmetermsg {
  color: red;
}

.show-password{
  display: none;
  padding: 5px 10px;
}

/***********
fade
************/

[data-fade] {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  transform: translateY(20px);
}
[data-fade="fade-up"].is-show {
  transform: translateY(0);
}


/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

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

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

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

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

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

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

.is-sp-inline ,
.sp-br {
  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);
  }

}

.dev_memo{
  color: var(--color-accent02);
}

.errorText{
  color: red;
  font-size: 12px;
}
input.error, select.error, textarea.error {
  background-color: #f8d7da;  /* 軽い赤色 */
  border-color: #f5c6cb;  /* ピンクっぽい境界線 */
}

/***********
alert
************/

.l-alert{
  padding: 15px 30px;
  margin-bottom: 15px;
  background-color: var(--color-sub02);
  position: relative;
  line-height: 1.8;
  text-align: left;
}

.l-alert.-success{
  background-color: var(--color-success01-sub01)
}
.l-alert.-warning{
  background-color: var(--color-warning01-sub01);
}
.l-alert.-danger{
  background-color: var(--color-accent01-sub02);
}


.l-alert-close{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  box-shadow: none;
  background: none;
  font-size: 16px;
  padding: 5px 5px;
  cursor: pointer;
}

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

  .l-alert{
    padding: 15px 15px;
    line-height: 1.7;
  }
  .l-alert-close{
    right: 10px;
    top: 8px;
  }

}

/* 2025/04/30 一部非公開の為スタイル調整 */
/* 求職者の方 */
.l-guide-container {
	display: block !important;
}

.l-guide-block {
	margin: 0 auto;
}

.l-guide-block:first-child {
	border: none;
}
