  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Manrope', sans-serif;
  font-family: 'Noto Serif JP','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
*/

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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 {
    font-family: Meiryo,sans-serif;
  }
}

a {
  text-decoration: underline;
  transition:all 0.2s ease;
}

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

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


/***********
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: 100px;
  padding-bottom: 100px;
}
.l-block-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

@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(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-xxwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-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: 50px;
    padding-bottom: 50px;
  }

  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

  .l-block-bottom-large {
    padding-bottom: 80px;
  }


  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
l-flip
************/

.l-flip{
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  line-height: 1.2;
}
.l-flip span {
  display: inline-block;
  transform: translateY(1.5em);
  transition: 0.8s;
  line-height: 1;
}
.aos-animate.l-flip span{
  transform: translateY(0);
}

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

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); 左起点*/
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  vertical-align: middle;
}
.aos-animate .l-mask,
.aos-animate.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.is-full {
  width: 100%;
}



.l-mask-down {
  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 {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.aos-animate.l-mask-down{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.aos-animate.l-mask-up{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/***********
l-hoverUnderline
************/

.l-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#ffea00, #ffea00) 0 100% / 0 0.6em no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
body.is-pc .l-hoverUnderline:hover,
body.is-pc a:hover .l-hoverUnderline {
  background-size: 100% 0.6em;
}

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

.l-fontColor-red {
  color: #e60012;
}

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

.l-textLarge{
  font-size: 154%;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.l-textMain{
  font-size: 139%;
  line-height: 2;
}
.l-textLead{
  font-size: 139%;
  line-height: 2;
  text-align: center;
}

.l-textSmall{
  font-size: 124%;
  line-height: 1.6;
}

.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:1024px) {

  .l-textLarge{
    font-size: 139%;
  }
  .l-textMain{
    font-size: 124%;
  }
  .l-textLead{
    font-size: 124%;
  }
  .l-textSmall{
    font-size: 108%;
    line-height: 1.6;
  }

}


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

  .l-textLarge{
    font-size: 124%;
    line-height: 1.8;
  }
  .l-textMain,
  .l-textLead{
    font-size: 108%;
    line-height: 1.8;
  }
  .l-textSmall{
    font-size: 93%;
    line-height: 1.6;
  }
}

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

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

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

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

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

}

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

.l-header {
  background-color: #000;
  color: #fff;
}

.l-header-inner {
  height: 120px;
  display: flex;
  justify-content: space-between;
}

.l-header-logo {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 40px;
}
.l-header-logo-ci {
}
.l-header-logo-ci img {
  width: 180px;
  height: 40px;
}
.l-header-logo-title {
  font-family: 'Noto Serif JP','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-size: 124%;
  font-weight: 500;
  font-feature-settings: "palt";
  padding-left: 1em;
  margin-bottom: -0.4em;
  color: #e60012;
  white-space: nowrap;
}



.l-header-block {
  display: flex;
  height: 100%;
}

.l-header-tel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2em;
}
.l-header-tel-title {
  font-size: 124%;
  font-weight: 500;
}
.l-header-tel-container {
  display: flex;
  align-items: center;
}
.l-header-tel-num {
  font-family: 'Manrope', sans-serif;
  font-size: 300%;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
.l-header-tel-num i {
  transform: scale(0.65);
  transform-origin: left;
}
.l-header-tel-text {
  padding-left: 1.5em;
  font-size: 93%;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.l-header-link {
  height: 100%;
}
.l-header-link a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #e60012;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 3em 0 1.5em;
  position: relative;
}
.l-header-link 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: "\f138";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
}
body.is-pc .l-header-link a:hover {
  animation: anim-btn 1s ease 1 normal forwards;
}

.l-header-link strong {
  font-size: 139%;
  font-weight: 900;
}
.l-header-link small {
  font-size: 108%;
  font-weight: 700;
  font-feature-settings: "palt";
}

@keyframes anim-btn {
  5%  { background-color: #ffaeb4; }
  100%  { background-color: #e60012; }
}

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

  .l-header-inner {
    height: 100px;
  }

  .l-header-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
  }
  .l-header-logo-ci img {
    width: 200px;
    height: 40px;
  }
  .l-header-logo-title {
    font-size: 116%;
    padding-left: 1.8em;
  }

  .l-header-tel-title {
    font-size: 116%;
  }
  .l-header-tel-num {
    font-size: 231%;
  }

  .l-header-link strong {
    font-size: 124%;
  }
  .l-header-link small {
    font-size: 93%;
  }

}

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

  .l-header-inner {
    height: auto;
    height: 70px;
  }

  .l-header-logo {
    padding-left: 3vw;
    text-align: left;
    margin-top: -0.2em;
  }
  .l-header-logo-ci img {
    width: 160px;
    height: 30px;
  }
  .l-header-logo-title {
    font-size: 93%;
    padding-left: 0;
    text-align: left;
  }

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



  .l-header-cv {
    height: 100%;
  }
  .l-header-cv a {
    height: 100%;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: 0 0.4em;
  }
  .l-header-cv a i {
    font-size: 170%;
    padding-top: 0.2em;
  }
  .l-header-cv a span{
    display: inline-block;
    padding-top: 0.2em;
    font-size: 85%;
    white-space: nowrap;
  }


  .l-header-link {
    height: 100%;
  }
  .l-header-link a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #e60012;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 0.8em 0 0.8em;
    position: relative;
  }
  .l-header-link a::after {
    display: none;
  }

  .l-header-link strong {
    font-size: 93%;
    font-feature-settings: "palt";
  }
  .l-header-link small {
    font-size: 68%;
  }

}

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

.l-navi {
}

.l-navi-container {
  background-color: #fff;
  padding: 0 5%;
  display: flex;
  align-items: center;
  margin-top: -3em;
  position: relative;
  z-index: 9;
}

.l-navi-heading {
  width: 180px;
}
.l-navi-inner {
  flex: 1;
  padding-left: 3em;
}

.l-navi-list {
  display: flex;
  flex-wrap: wrap;
}

.l-navi-list li {
  padding-right: 1.5em;
}

.l-navi-list a {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.2em;
  font-size: 139%;
  font-weight: 500;
  font-feature-settings: "palt";
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-navi-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: "\f138";
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: scale(0.85);
  transform-origin: left;
  color: #e60012;
}
body.is-pc .l-navi-list a:hover {
  color: #e60012;
}

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

  .l-navi {
  }

  .l-navi-container {
    padding: 0 0;
    display: block;
    margin-top: 3em;
  }

  .l-navi-heading {
    width: 180px;
    margin: 0 auto 1.5em;
  }
  .l-navi-inner {
    padding-left: 0;
  }

  .l-navi-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .l-navi-list li {
    padding-right: 1em;
  }
  .l-navi-list a {
    padding: 0.4em 0 0.4em 1.2em;
    font-size: 100%;
    letter-spacing: 0;
  }
  .l-navi-list a::before {
    top: 0.85em;
  }

}


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

.l-footer {
  text-align: center;
  padding-top: 6em;
  padding-bottom: 6em;
}
.l-footer-logo {
  padding-bottom: 30px;
}
.l-footer-logo a {
}
.l-footer-logo img {
  width: 260px;
}
.l-footer-copyright {
  display: inline-block;
  font-size: 93%;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

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

  .l-footer {
    padding-top: 6em;
    padding-bottom: 2em;
  }
  .l-footer-logo {
    padding-bottom: 20px;
  }
  .l-footer-logo a {
  }
  .l-footer-logo img {
    width: 160px;
  }
  .l-footer-copyright {
    font-size: 85%;
  }

}

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

.l-jumpTop{
  position: fixed;
  right: 0;
  bottom: 0;
}
.l-jumpTop a{
  display: block;
  width: 70px;
  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: 29px;
  top: 28px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

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

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

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

}

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

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

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

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

/***********
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 {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
