@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ----------------------------------------------------- */
/* color */
/* ----------------------------------------------------- */
:root {
  --c-red1: #DC1428;
  --c-red2: #F4ECEC;
  --c-blue1: #0E4D96;
  --c-yellow1: #f2f255;
  --c-gray1: #f4f4f4;
  --c-gray2: #D9D9D9;
  --c-gray3: #ecf0f4;
  --c-gray4: #ccc;
}

/* ----------------------------------------------------- */
/* reset */
/* ----------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, div,
ul, ol, li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
form,
input,
textarea,
fieldset,
pre,
blockquote,
figure,
figcaption {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 400;
}

body {
  overscroll-behavior-y: none;
}

/* Chromeで、背景画像を印刷をデフォルトに設定 */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

header,
footer,
nav,
menu,
main,
article,
aside,
section,
details,
figcaption,
figure {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 1em;
}
p{
  font-size: 16px;
}
small {
  font-size: 1em;
}

th {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

a:hover,
a:hover img {
  text-decoration: none;
}

i {
  font-style: normal;
}

strong {
  font-weight: normal;
}

@media screen and (min-width: 768px),
print {
  a[href^=tel] {
    cursor: default;
  }

  a[href^=tel]:hover {
    text-decoration: none;
  }
}
body{
  font-size: 16px;
}
img{
  width: 100%;
  height: auto;
}
iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}


/* ----------------------------------------------------- */
/* common */
/* ----------------------------------------------------- */
/* l-cv */
.l-cv{
  padding: 25px 10%;
  background-color: #d12121;
  background-color: #a40000;
}
@media screen and (min-width: 768px), print{
  .l-cv{
    padding: 15px 20px;
  }
}

/* m-btn-search */
.m-btn-search a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  border-radius: 9999px;
  background-color: #eb3e33;
  font-size: 5vmin;
  font-weight: 900;
  color: #fff;
}
.m-btn-search i{
  width: 5.5vmin;
  height: auto;
  aspect-ratio: 1/1;
  background: url(img/icon-search.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px), print{
  .m-btn-search{
    width: min(100%, 800px);
    margin: auto;
  }
  .m-btn-search a{
    gap: 10px;
    font-size: 28px;
    transition: background-color 0.5s;
  }
  .m-btn-search a:hover{
    background-color: #701d17;
    background-color: #c90101;
  }
  .m-btn-search i{
    width: 34px;
  }
}

/* m-heading */
.m-heading-a{
  margin-bottom: 30px;
  text-align: center;
  font-size: 7.5vmin;
  font-weight: 900;
  line-height: 1.3;
}
.m-heading-a span{
  font-weight: 500;
  font-size: 0.7em;
}
@media screen and (min-width: 768px), print{
  .m-heading-a{
    margin-bottom: 40px;
    font-size: 42px;
  }
}

/* m-heading-b */
.m-heading-b{
  margin: 40px 0 15px;
  font-size: 5.2vmin;
  line-height: 1.3;
}
.m-heading-b span{
  font-size: 0.6em;
}
@media screen and (min-width: 768px), print{
  .m-heading-b{
    margin: 45px 0 15px;
    font-size: 27px;
  }
  .m-heading-b span{
    font-size: 0.6em;
  }
}

/* m-heading-c */
.m-heading-c{
  margin-top: 20px;
  font-size: 4.3vmin;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print{
  .m-heading-c{
    margin-top: 20px;
    font-size: 23px;
  }
}

/* m-heading-d */
.m-heading-d{
  margin-top: 60px;
  font-size: 6vmin;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print{
  .m-heading-d{
    margin: 100px 0 20px;
    font-size: 40px;
  }
}



/* 表示・非表示 */
@media screen and (max-width: 767px) {
  .m-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .m-hidden-pc {
    display: none !important;
  }
}


/* ----------------------------------------------------- */
/* header-wrap */
/* ----------------------------------------------------- */
.header-wrap{
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print{
  .header-wrap .key{
    order: 1;
  }
}


/* ----------------------------------------------------- */
/* key */
/* ----------------------------------------------------- */
.key{
  position: relative;
  background-color: #000;
}

/* .key .layer1{ display: none !important; } */
/* .key .layer2{ display: none !important; } */
/* .key .layer3{ visibility: hidden !important; } */
/* .key .layer4{ display: none !important; } */

/* layer1 */
.key .layer1 div{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key .layer1 p{
  text-align: center;
  white-space: nowrap;
  font-weight: 800;
  font-size: 6.5vmin;
  line-height: 1.3;
  color: #fff;
  animation: fade-in-out 1.4s both linear;
}
@keyframes fade-in-out{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  85%{
    opacity: 1;
    transform: scale(1);
  }
  100%{
    opacity: 0;
    transform: scale(1.6);
  }
}
@media screen and (min-width: 768px), print{
  .key .layer1 p{
    font-size: 50px;
  }
}

/* layer2 */
.key .layer2::before,
.key .layer2::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
}
.key .layer2::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-top: 2px solid #fff;
  animation: width 0.4s both linear 1.4s;
}
@keyframes width{
  0%{ width: 0%; }
  100%{ width: 100%; }
}
.key .layer2::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border-left: 2px solid #fff;
  animation: height 0.4s both linear 2s;
}
@keyframes height{
  0%{ height: 0%; }
  100%{ height: 100%; }
}

/* layer3 */
.key .layer3{
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.key .layer3 picture{
  width: 50%;
  animation: fade-in 0.6s both ease-out;
}
.key .layer3 picture:nth-of-type(1){
  animation-delay: 2.2s;
}
.key .layer3 picture:nth-of-type(2){
  animation-delay: 2.6s;
}
.key .layer3 picture:nth-of-type(3){
  animation-delay: 3s;
}
.key .layer3 picture:nth-of-type(4){
  animation-delay: 3.4s;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* layer4 */
.key .layer4 div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 65%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  animation: fade-in-scale 0.6s both ease-out 4s;
}
@keyframes fade-in-scale{
  0%{
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100%{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.key .layer4 .text{
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 6vmin;
  line-height: 1.3;
}
.key .layer4 .m-btn-search a{
  font-size: 4.2vmin;
}
@media screen and (min-width: 768px), print{
  .key .layer4 div{
    width: min(100%, 545px);
    padding: 26px 0;
  }
  .key .layer4 .text{
    font-size: 36px;
  }
  .key .layer4 .m-btn-search{
    display: table;
    width: auto;
    margin: auto;
  }
  .key .layer4 .m-btn-search a{
    padding-left: 2em;
    padding-right: 2em;
    font-size: 18px;
  }
  .key .layer4 .m-btn-search a i{
    width: 20px;
  }
}


/* ----------------------------------------------------- */
/* header */
/* ----------------------------------------------------- */
.header-sp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
}
.header-sp .logo{
  width: 50%;
}

/* ハンバーガー */
.btn-trigger {
  position: relative;
  width: 44px;
  height: 39px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 17px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active span:nth-of-type(1) {
  transform: translateY(17px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  transform: translateY(-17px) rotate(45deg);
}

/* gnavi */
.gnavi{
  display: none;
  padding: 45px 5%;
  background-color: #444;
  text-align: center;
  color: #fff;
}
.gnavi li{
  display: block;
  border-top: 1px solid #8f8f8f;
}
.gnavi li:not(:last-of-type){
  margin-top: 7px;
  padding-top: 8px;
  font-size: 5vmin;
  font-weight: 900;
}
.gnavi li:not(:last-of-type) a{
  display: block;
  padding: 0.2em 0;
}
.gnavi li:last-of-type{
  padding: 40px 5% 0;
}
@media screen and (min-width: 768px), print{
  .header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: min(100%, 1170px);
    margin: auto;
    padding: 30px 20px;
  }
  .header-sp{
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .header-sp .logo{
    width: 30%;
    margin: auto;
  }
  .header-sp button{
    display: none;
  }

  /* gnavi */
  .gnavi{
    display: block !important;
    padding: 0;
    background-color: transparent;
    text-align: left;
    color: #000;
  }
  .gnavi ul{
    display: flex;
    align-items: center;
    gap: 3%;
  }
  .gnavi li{
    border: none;
    white-space: nowrap;
  }
  .gnavi li:not(:last-of-type){
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
  }
  .gnavi li:not(:last-of-type) a{
    transition: color 0.3s;
  }
  .gnavi li:not(:last-of-type) a:hover{
    color: #666;
  }
  .gnavi li:last-of-type{
    padding: 0;
    text-align: center;
  }
  .gnavi .m-btn-search{
    width: 350px;
    margin: 0;
  }
  .gnavi .m-btn-search a{
    gap: 5px;
    font-size: 18px;
  }
  .gnavi .m-btn-search i{
    width: 20px;
  }
}
@media screen and (min-width: 1130px), print{
  .header{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1170px);
    margin: auto;
    padding: 30px 20px;
  }
  .header-sp{
    width: 30%;
    margin-bottom: 0;
  }
  .header-sp .logo{
    width: 100%;
    margin: 0;
  }
}


/* ----------------------------------------------------- */
/* sec-intro */
/* ----------------------------------------------------- */
.sec-intro{
  padding: 50px 5%;
  background-color: #000;
  color: #fff;
}
.sec-intro-inner h2{
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 6.5vmin;
}
.sec-intro-inner .text1{
  margin-bottom: 20px;
}
.sec-intro-inner ul{
  margin-bottom: 20px;
}
.sec-intro-inner li{
  margin-bottom: 15px;
  padding-left: 37px;
  line-height: 1.5;
  background: url(img/icon-check.svg) no-repeat left center / auto 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.sec-intro-inner .text2{
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px), print{
  .sec-intro{
    padding: 80px 20px;
  }
  .sec-intro-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec-intro-inner > div{
    width: 60%;
  }
  .sec-intro-inner > img{
    width: 37%;
  }
  .sec-intro-inner h2{
    margin-bottom: 30px;
    font-size: 32px;
  }
  .sec-intro-inner .text1{
    margin-bottom: 30px;
  }
  .sec-intro-inner ul{
    margin-bottom: 30px;
  }
  .sec-intro-inner li{
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
  }
  .sec-intro-inner .text2{
    margin-bottom: 0;
  }
}


/* ----------------------------------------------------- */
/* sec-service */
/* ----------------------------------------------------- */
.sec-service{
  padding: 40px 5%;
}
.sec-service section{
  margin-top: 40px;
}
.sec-service section h3{
  margin: 0.55em;
  text-align: center;
  font-size: 5.8vmin;
}
@media screen and (min-width: 768px), print{
  .sec-service{
    padding: 70px 20px;
  }
  .sec-service section{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: min(100%, 990px);
    margin: 40px auto 0;
  }
  .sec-service section > img{
    width: 40%;
  }
  .sec-service section > div{
    width: 56%;
  }
  .sec-service section h3{
    margin: -0.3em 0 0.3em;
    text-align: left;
    font-size: 32px;
  }
}


/* ----------------------------------------------------- */
/* sec-service */
/* ----------------------------------------------------- */
.sec-wish{
  padding: 40px 5%;
  background: linear-gradient(#fff 30%, #000 30%);
}
.sec-wish img,
.sec-wish iframe{
  display: block;
  margin-bottom: 30px;
}
.sec-wish p{
  margin-top: 0.9em;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .sec-wish{
    padding: 70px 20px;
    background: linear-gradient(#fff 39%, #000 39%);
  }
  .sec-wish > div{
    width: min(100%, 700px);
    margin: auto;
  }
}


/* ----------------------------------------------------- */
/* footer */
/* ----------------------------------------------------- */
.footer{
  padding: 50px 5%;
  background-color: #444;
  color: #fff;
}
.footer-logo{
  width: 60%;
  margin: 0 auto 50px;
}
.footer li{
  border-top: 1px solid #8f8f8f;
}
.footer .main-navi li,
.footer .sub-navi li{
  margin-top: 7px;
  padding-top: 8px;
  text-align: center;
  font-size: 5vmin;
  font-weight: 900;
}
.footer .main-navi li a,
.footer .sub-navi li:not(:last-of-type) a{
  display: block;
  padding: 0.2em 0;
}
.footer .sub-navi li:last-of-type{
  padding: 40px 5% 0;
}
.footer .sub-navi li:not(:last-of-type) a{
  font-weight: 400;
  font-size: 0.8em;
}
.footer .copy{
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px), print{
  .footer{
    padding: 55px 20px 40px;
    background-color: #444;
  }
  .footer > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: min(100%, 1130px);
    margin: auto;
  }
  .footer-logo{
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    transform: translateY(-6px);
  }
  .footer-logo img{
    width: 210px;
  }
  .footer ul{
    display: flex;
    align-items: center;
    gap: 3%;
  }
  .footer .sub-navi{
    margin-top: -10px;
  }
  .footer li{
    white-space: nowrap;
    border-top: none;
  }
  .footer .main-navi li,
  .footer .sub-navi li:not(:last-of-type){
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    font-size: 18px;
  }
  .footer .main-navi li a,
  .footer .sub-navi li:not(:last-of-type) a{
    display: inline;
    padding: 0;
  }
  .footer .main-navi li a:hover,
  .footer .sub-navi li:not(:last-of-type) a:hover{
    text-decoration: underline;
    text-decoration-color: #acacac;
    text-underline-offset: 4px;
  }
  .footer .sub-navi li:last-of-type{
    transform: translateY(-21.5px);
    padding: 0;
  }
  .footer .m-btn-search{
    width: 350px;
    margin: 0;
    padding: 0;
  }
  .footer .m-btn-search a{
    gap: 5px;
    font-size: 18px;
  }
  .footer .m-btn-search i{
    width: 20px;
  }
}
@media screen and (min-width: 1130px), print{
  .footer > div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer-logo{
    width: 24%;
    margin: 0;
  }
}


/* ----------------------------------------------------- */
/* 会社概要 */
/* ----------------------------------------------------- */
.company{
  padding-top: 15px;
}
.company .inner{
  margin-bottom: 45px;
  padding: 0 5%;
}
.company tr{
  border-top: 1px solid #e5e5e5;
}
.company table{
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.company th,
.company td{
  padding: 0.8em 1em;
  font-size: 14px;
}
.company th{
  white-space: nowrap;
  background-color: #fafafa;
}
@media screen and (min-width: 768px), print{
  .company{
    padding-top: 30px;
  }
  .company .inner{
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .company table{
    width: min(100%, 1000px);
    margin: auto;
  }
  .company th,
  .company td{
    padding: 0.8em 2em;
    font-size: 16px;
  }
}


/* ----------------------------------------------------- */
/* カスタマーハラスメント */
/* プライバシーポリシー */
/* 共通 */
/* ----------------------------------------------------- */
.ch
.pp{
  padding-top: 15px;
}
.ch .inner,
.pp .inner{
  margin-bottom: 45px;
  padding: 0 5%;
}
.ch .inner p,
.pp .inner p,
.pp .inner dd{
  margin-top: 10px;
}
.ch .inner ul,
.pp .inner ol{
  counter-reset: number;
  margin-top: 10px;
}
.ch .inner ul li,
.pp .inner ol li{
  counter-increment: number;
  margin-bottom: 0.5em;
  padding-left: 2.55em;
  text-indent: -2.55em;
}
.ch .inner small,
.pp .inner small{
  display: inline-block;
  margin-left: 1em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 0.8em;
}
.ch .inner ul li::before,
.pp .inner ol li::before{
  content: "（"counter(number)"）";
}
@media screen and (min-width: 768px), print{
  .ch,
  .pp{
    padding-top: 30px;
  }
  .ch .inner,
  .pp .inner{
    width: min(100%, 1000px);
    margin: 0 auto 60px;
    padding: 0 20px;
  }
}

/* ----------------------------------------------------- */
/* カスタマーハラスメント */
/* ----------------------------------------------------- */
.ch .inner .underline{
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #aaa;
}


/* ----------------------------------------------------- */
/* プライバシーポリシー */
/* ----------------------------------------------------- */
.heading-count{
  counter-reset: heading-num;
}
.heading-count .m-heading-b{
  counter-increment: heading-num;
}
.heading-count .m-heading-b::before{
  content: counter(heading-num)". ";
}
.pp img{
  width: 300px;
}
.pp .inner .right{
  margin-top: 20px;
  text-align: right;
}


/* ----------------------------------------------------- */
/* プライバシーポリシー */
/* ----------------------------------------------------- */
.sitemap{
  padding-top: 15px;
}
.sitemap .inner{
  margin-bottom: 45px;
  padding: 0 5%;
}
.sitemap ul{
  border-bottom: 1px solid #e5e5e5;
}
.sitemap li{
  padding: 20px 5%;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px), print{
  .sitemap{
    padding-top: 30px;
  }
  .sitemap .inner{
    width: min(100%, 1000px);
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .sitemap li{
    text-align: center;
    font-size: 18px;
  }
  .sitemap a:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #aaa;
  }
}