@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:  'Red Hat Display','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --color-base: #fff;
  --color-main: #000;
  --color-brand01: #e60012;
  --color-primary01: #009955;
  --color-secondary01: #e09810;
  --color-accent01: #f00;
  --color-highlight01: #fff200;
  --color-sub01: #f0f0f0;
  --color-sub02: #ccc;

  --padding-side: min(3vw,30px);
  --padding-main: min(12vw,7em);
  --padding-small: min(8vw,4em);
  --padding-large: min(15vw,10em);

  --rounded-main: 0.8em;
  --rounded-small: 0.5em;
  --rounded-large: 1.2em;

  --lineheight-main: 1.8;
}

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

  :root {

    --padding-main: min(16vw,5em);
    --padding-small: min(12vw,3em);
    --padding-large: min(20vw,8em);

    --rounded-main: 0.6em;
    --rounded-small: 0.3em;
    --rounded-large: 1em;

    --lineheight-main: 1.8;

  }

}



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.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 (min-width:1921px) {
  html {
    font-size: clamp(15px, calc(3.23px + 0.769vw), 22px);
  }
}
@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 {
  text-decoration: none;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

/***********
wp
************/

.right,
.alignright {
  float: right !important;
  padding-left: 2em;
  padding-bottom: 1em;
}

.left,
.alignleft {
  float: left !important;
  padding-right: 2em;
  padding-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.wp-caption.alignnone {
  margin: 0 auto;
}
.wp-caption {
  max-width: 100%;
  font-size: 0.8rem;
  padding-bottom: 2em;
  clear: both;
}
.post .wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}
.post .wp-caption + .wp-caption {
  margin-top: 4em;
}
.wp-caption-text {
  padding-top: 0.8em;
  opacity: 0.7;
}

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

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

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

}

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

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

  .wp-caption-text {
    font-size: clamp(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{
}

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

.l-fullwidth {
  width: 100dvw;
  margin-inline: calc(50% - 50dvw);
}

.l-base {
  width: auto;
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: var(--padding-side);
}

.l-base-full {
  width: auto;
  padding-inline: var(--padding-side);
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: var(--padding-side);
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-inline: auto;
  padding-inline: var(--padding-side);
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-inline: auto;
  padding-inline: var(--padding-side);
}

.l-base-small {
  width: auto;
  max-width: 860px;
  margin-inline: auto;
  padding-inline: var(--padding-side);
}


.l-block {
  padding-block: var(--padding-main);
}
.l-block-small {
  padding-block: var(--padding-small);
}
.l-block-large {
  padding-block: 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);
}


.flexibleWrapper [class^="l-base"] {
  width: auto !important;
  max-width: initial !important;
  padding-inline: 0 !important;
}
.flexibleWrapper > section.l-block:first-child {
  padding-top: var(--padding-small);
}


@media screen and (min-width:1921px) {

  .l-base {
    max-width: calc(1060px + 8vw);
  }
  .l-base-wide {
    max-width: calc(1260px + 8vw);
  }
  .l-base-xwide {
    max-width: calc(1460px + 8vw);
  }
  .l-base-xxwide {
    max-width: calc(1660px + 8vw);
  }
  .l-base-small {
    max-width: calc(824px + 8vw);
  }

}

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

  .l-base-full {
    padding-inline: var(--padding-side);
  }

}


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

  [class^="l-base"].-noOffset {
    padding-inline: 0;
  }

  [class^="l-base"] [class^="l-base"] {
    padding-inline: 0;
  }

}

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


/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  vertical-align: middle;
}
.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);*/
}
.l-mask.-full {
  width: 100%;
}

.l-mask-down {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-up {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-left {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.is-show.l-mask-down{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-up{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-left{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/***********
font
************/

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

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

.l-textMain{
  line-height: var(--lineheight-main);
}
.l-textLead{
  line-height: var(--lineheight-main);
  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;
}

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

  .l-linkWrap.-left ,
  .l-linkWrap.-right{
    text-align: center;
  }

}

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

.l-cvBtn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.1rem,3.8vw, 1.4rem);
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  min-height: 4.6em;
  min-width: 18em;
  padding: 0.8em 3em;
  background-color: var(--color-brand01);
  color: var(--color-base);
  text-decoration: none;
  border-radius: 0.3em;
  position: relative;
  box-shadow: 0.1em 0.1em 0.2em #0003;
  transition: 0.15s;
}
.l-cvBtn::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: "\f35a";
  position: absolute;
  right: 0.8em;
  top: 50%;
  translate: 0 -50%;
  scale: 0.8;
}
body.is-pc .l-cvBtn:hover {
  translate: 0.1em 0.1em;
  box-shadow: 0em 0em 0.1em #0003;
  filter: brightness(105%);
}


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

.l-header {
  padding: 0.5rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background-color: var(--color-base); */
}

.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.l-header-logo {
  width: 12rem;
}
.l-header-text {
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 108%;
  padding-left: 2em;
  padding-right: 2em;
}

.l-header-link {
}
.l-header-link-btn {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 0.8rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5em 3.5em 0.5em 1.5em;
  position: relative;
  white-space: nowrap;
}
.l-header-link-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0a9";
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
body.is-pc .l-header-link-btn:hover {
  background-color: var(--color-brand01);
}

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


  .l-header {
    padding: 10px 10px;
  }

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

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

  .l-header-logo {
    width: 160px;
  }
  .l-header-text {
    font-size: 70%;
    padding: 10px 0 0;
  }

  .l-header-link {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .l-header-link-btn {
    font-size: 11px;
    line-height: 1.2;
    padding: 0.5em 3em 0.5em 1em;
  }
}


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

.l-footer {
  background-color: var(--color-main);
  color: var(--color-base);
  text-align: center;
  padding-bottom: 4em;
}

.l-footer-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 0 2em;
  border-bottom: 1px solid #333;
}
.l-footer-navi li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer-navi li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 2em;
}
.l-footer-navi li a{
  display: inline-block;
  font-weight: 500;
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none;
}

body.is-pc .l-footer-navi li a:hover {
  text-decoration: underline;
}



.l-footer-logo {
  max-width: 13rem;
  margin: 0 auto;
  padding-top: 4em;
}
.l-footer-copyright {
  display: block;
  font-family: var(--font-family-gothic-en);
  font-size: 0.8rem;
  padding-top: 2em;
}


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

  .l-footer {
    padding-bottom: 2em;
  }
  .l-footer-navi {
  }
  .l-footer-navi li {
    line-height: 2;
  }
  .l-footer-navi li:not(:last-child)::after {
    padding: 0 1em;
  }
  .l-footer-navi li a{
    font-size: 100%;
  }

  body.is-pc .l-footer-navi li a:hover {
    text-decoration: underline;
  }

  .l-footer-logo {
    max-width: 200px;
    padding-top: 4em;
  }
  .l-footer-copyright {
    font-size: 93%;
  }

}

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

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

  .l-footer-navi {
    display: block;
    padding: 0;
    border-bottom: 1px solid #333;
  }
  .l-footer-navi li {
    border-top: 1px solid #333;
    display: block;
  }
  .l-footer-navi li:not(:last-child)::after {
    display: none;
  }
  .l-footer-navi li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-height: 4em;
    padding-left: 1em;
    position: relative;
  }
  .l-footer-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: "\f054";
    position: absolute;
    right: 1em;
    top: calc(50% - 0.5em);
  }

  body.is-pc .l-footer-navi li a:hover {
    text-decoration: underline;
  }

  .l-footer-logo {
    max-width: 13rem;
    margin: 0 auto;
    padding-top: 4em;
  }
  .l-footer-copyright {
    font-size: 0.7rem;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 0;
  bottom: 0;
}
.l-jumpTop a{
  display: block;
  width: 84px;
  height: 80px;
  background-color: #e60012;
  z-index: 9990;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 36px;
  top: 28px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

.l-jumpTop span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
}


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

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

}

/***********
mainVisual
************/

.mainVisual {
  font-feature-settings: "palt";
  text-align: center;
}
.mainVisual-upper {
}
.mainVisual-title {
  width: clamp(600px,45vw, 1100px);
  margin-inline: auto;
  padding: 0.8em 0;
}

.mainVisual-container {
  position: relative;
  font-size: clamp(1.7rem,1.7vw, 2rem);
  padding-top: 1.5em;
}
.mainVisual-container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 11em);
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/bg01.jpg) no-repeat center center / cover ;
}
.mainVisual-inner {
  position: relative;
  z-index: 2;
}

.mainVisual-lead01 {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  padding: 0.3em 0.7em;
  line-height: 1.3;
}
.mainVisual-lead01-text {
  font-size: 110%;
  font-weight: 900;
}
.mainVisual-lead01-text strong {
  font-size: 120%;
  width: 900px;
}


.mainVisual-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2em;
  padding-block: 0.8em;
}
.mainVisual-block-logo {
  width: 12em;
}
.mainVisual-block-inner {
  text-align: left;
}
.mainVisual-block-lead {
  font-weight: 900;
  font-size: 130%;
  line-height: 1.3;
}


.mainVisual-lead02 {
  display: inline-block;
  background-color: var(--color-base);
  color: var(--color-main);
  padding: 0.4em 0.5em;
  line-height: 1.3;
}
.mainVisual-lead02-text {
  font-weight: 900;
  font-size: 95%;
}

.mainVisual-subTitle {
  font-size: 100%;
  max-width: 30em;
  margin: 0 auto;
  padding-block: 0.5em;
}


.mainVisual-gallery {
  max-width: 38em;
  margin: 0 auto;
  padding-bottom: 1.5em;
}
.mainVisual-gallery-visual {
  display: flex;
  gap: 0 0.4em;
}
.mainVisual-gallery-img {
  border: 0.3em solid var(--color-base);
  box-shadow: 0.2em 0.2em 0.4em #000a;
}

.mainVisual-gallery-box {
  margin-top: -0.3em;
}
.mainVisual-gallery-lead {
  white-space: nowrap;
}
.mainVisual-gallery-lead span {
  display: inline-block;
  background-color: var(--color-base);
  color: var(--color-brand01);
  font-weight: 900;
  font-feature-settings: "pkna";
  font-size: 120%;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0.1em 0.6em 0.15em;
  box-shadow: 0.1em 0.12em 0.03em #0008;
}

.mainVisual-gallery-lead:nth-child(1) {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 3em;
}
.mainVisual-gallery-lead:nth-child(2) {
  display: flex;
  align-items: end;
  flex-direction: column;
  padding-right: 1em;
}
.mainVisual-gallery-lead:nth-child(1) span {
  transform-origin: left top;
  rotate: -6deg;
  position: relative;
  z-index: 9;
}
.mainVisual-gallery-lead:nth-child(2) span {
  transform-origin: left top;
  rotate: -4deg;
  margin-top: -1.2em;
}


.mainVisual-schedule {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 120%;
  font-weight: 700;
  font-feature-settings: "pkna";
  font-family: var(--font-family-gothic-en);
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0.3em 1em;
}
.mainVisual-schedule-text {
}
.mainVisual-schedule-accent {
  font-size: 160%;
  font-weight: 800;
}

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

  .mainVisual-title {
    width: clamp(300px,90vw, 1100px);
    margin-inline: auto;
    padding: 80px 0 1em;
  }

  .mainVisual-container {
    font-size: clamp(1rem,2.8vw, 1.7rem);
    padding-top: 1.5em;
  }

  .mainVisual-gallery {
    max-width: 32em;
  }

  .mainVisual-gallery-lead:nth-child(2) span {
    margin-top: -0.6em;
  }

}

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

  .mainVisual-block {
    display: block;
    padding-bottom: 2em;
  }
  .mainVisual-block-logo {
    width: clamp(200px,80vw, 300px);
    margin: 0 auto;
  }
  .mainVisual-block-inner {
    text-align: center;
  }
  .mainVisual-block-lead {
    font-weight: 900;
    font-size: 130%;
    line-height: 1.3;
    padding-top: 0.5em;
  }


  .mainVisual-lead02-text {
    font-size: 120%;
  }

  .mainVisual-subTitle {
    max-width: initial;
  }




  .mainVisual-gallery {
    max-width: initial;
    padding-inline: 2px;
  }
  .mainVisual-gallery-img {
    box-shadow: 0.1em 0.1em 0.2em #0005;
  }

  .mainVisual-gallery-box {
    margin-top: 0.5em;
  }
  .mainVisual-gallery-lead {
    white-space: nowrap;
  }

  .mainVisual-gallery-lead:nth-child(1) {
    padding-left: 0;
  }
  .mainVisual-gallery-lead:nth-child(2) {
    padding-right: 0;
  }
  .mainVisual-gallery-lead:nth-child(1) span {
    rotate: -4deg;
    font-feature-settings: "palt";
  }
  .mainVisual-gallery-lead:nth-child(2) span {
    margin-top: -0.2em;
    rotate: -2deg;
    font-feature-settings: "palt";
  }

  .mainVisual-schedule {
    font-size: 100%;
  }
  .mainVisual-schedule-accent {
    font-size: 130%;
  }

}

/***********
about
************/

.about {
  background: url(../../img/bg02.png) no-repeat center center / cover;
  padding: min(7vw,1em) min(5vw,2em);
  display: flex;
  gap: 0 2em;
  align-items: center;
}
.about-title {
  font-style: 100%;
  width: 12em;
}
.about-inner {
}
.about-text {
  font-size: clamp(1rem,4.6vw, 1.15rem);
  font-weight: 500;
  line-height: 1.7;
}

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

  .about {
    padding: 0 min(5vw,2em) min(7vw,1em);
    display: block;
    margin-top: 2em;
  }
  .about-title {
    width: auto;
    max-width: 180px;
    margin: 0 auto -1.5em;
    padding-bottom: 0.5em;
    translate: 0 -1.5em ;
  }
  .about-inner {
  }
  .about-text {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7;
  }

}

/***********
apply
************/

.apply {
  display: flex;
  gap: 0 5%;
}
.apply-inner {
  flex: 1;
}
.apply-heading {
  font-size: clamp(1.2rem,3vw, 2.2rem);
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}
.apply-heading-title {
  font-weight: 900;
  font-size: 100%;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.apply-heading-title.l-mask {
  transition-duration: 0.8s;
}
.apply-heading-img {
  width: 2.5em;
  translate: -11em 0;
  opacity: 0;
}
.apply-heading-img.is-show {
  translate: 0 0;
  opacity: 1;
  transition: translate 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s, opacity 0.4s ease;
}
.apply-heading-img img {
  animation: engineVibe 0.15s steps(2, end) infinite;
}
@keyframes engineVibe {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1px);
  }
}

.apply-visual {
  width: 49%;
}
.apply-img {
}

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


  .apply {
    display: block;
  }
  .apply-heading {
    font-size: clamp(1.3rem,7vw, 2rem);
  }

  .apply-visual {
    width: auto;
    padding-top: 1.5em;
  }

}

/***********
notice
************/

.notice {
  border-block: 2px dotted #8888;
  padding: min(7vw,2em) min(1vw,1em);
}


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



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


[data-fade] {
  opacity: 0;
  transition: opacity 0.4s ease, translate 0.4s ease;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  translate: 0 10px;
}
[data-fade="fade-up"].is-show {
  translate: 0 0;
}

[data-fade="step-up"] > *{
  opacity: 0;
  transition: opacity 0.4s ease, translate 0.4s ease;
  transition-delay: 0.1s;
  translate: 0 10px;
}
[data-fade="step-up"].is-show > *{
  opacity: 1;
  translate: 0 0;
}





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

}
