@charset "UTF-8";
/*変数設定用*/
.mv .mv-bg {
  background: url(../img/mv.jpg) no-repeat center top/cover;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .mv .mv-bg {
    background: url(../img/mv_sp.jpg) no-repeat center top/cover;
    height: 350px;
  }
}
.mv .mv-text {
  padding: 150px 0 0 6vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-text {
    padding: 0;
  }
}
.mv .mv-text img {
  max-width: 400px;
  width: 26.67vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-text img {
    max-width: 100%;
    width: 100%;
  }
}
.mv .mv-date {
  background: #000;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .mv .mv-date {
    font-size: 2rem;
    letter-spacing: normal;
    border-top: 1px solid #fff;
    margin-top: 1px;
  }
}
.mv .nav {
  background: #e40015;
}
.mv .mv-nav {
  display: flex;
  justify-content: center;
  padding: 26px 0;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav {
    width: 84%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20.5px 0;
  }
}
.mv .mv-nav li:nth-of-type(2) {
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav li:nth-of-type(2) {
    margin: 0;
  }
}
.mv .mv-nav li a {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .mv .mv-nav li a {
    font-size: 1.4rem;
  }
}

.recruit {
  position: relative;
  text-align: center;
}
.recruit:before {
  content: "";
  display: block;
  height: 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit:before {
    height: 42px;
  }
}
.recruit:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  background: url(../img/bg-recruit.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: 0;
}
.recruit .recruit-ttl {
  font-size: 3.8rem;
  color: #e40015;
  line-height: 1.5;
  padding-bottom: 40px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-ttl {
    font-size: 2.4rem;
    letter-spacing: -0.01em;
    padding-bottom: 15px;
    line-height: 1.8;
  }
}
.recruit .service .service-ttl {
  font-size: 2.4rem;
  color: #010101;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .service .service-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.recruit .service .service-ttl:before {
  position: absolute;
  content: "";
  width: 366px;
  height: 1px;
  background: #ccc;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruit .service .service-ttl:before {
    width: 75px;
  }
}
.recruit .service .service-ttl:after {
  position: absolute;
  content: "";
  width: 366px;
  height: 1px;
  background: #ccc;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruit .service .service-ttl:after {
    width: 75px;
  }
}
.recruit .service .service-text {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 15px;
  color: #666;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit .service .service-text {
    font-size: 1.3rem;
    text-align: left;
  }
}
.recruit .service .service-right {
  font-size: 1.8rem;
  text-align: right;
  padding-bottom: 80px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .recruit .service .service-right {
    font-size: 1.3rem;
    padding-bottom: 50px;
  }
}

.kachi .musume-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .kachi .musume-flex {
    display: block;
  }
}
.kachi .musume-left {
  width: 50%;
  padding: 50px 100px 0;
}
@media screen and (max-width: 767px) {
  .kachi .musume-left {
    width: 100%;
    padding: 12px 0 0;
  }
}
.kachi .musume-right {
  width: 50%;
  padding: 50px 100px 0;
}
@media screen and (max-width: 767px) {
  .kachi .musume-right {
    width: 100%;
    padding: 12px 0 0;
  }
}
.kachi .musume-right.o-black {
  background: black;
}
.kachi .musume-flex2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kachi .musume-flex2 {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.kachi .musume-logo img {
  max-width: 270px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .kachi .musume-logo img {
    max-width: 210px;
    margin-left: -32px;
  }
}
.kachi .only {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .kachi .only {
    font-size: 1.2rem;
  }
}
.kachi .woman {
  color: #666;
}
.kachi .man {
  color: #fff;
}
.kachi .musume-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .kachi .musume-text {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 35px;
    font-size: 1.3rem;
  }
}
.kachi .musume-gray {
  color: #666;
}
.kachi .o-flex {
  flex-direction: row-reverse;
}
.kachi .o-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kachi .o-left {
    width: 100%;
  }
}
.kachi .o-right {
  width: 50%;
  background: #010101;
  color: #fff;
  padding: 80px 100px 0;
}
@media screen and (max-width: 767px) {
  .kachi .o-right {
    width: 100%;
    padding: 12px 0 0;
    margin: 0 auto;
  }
}
.kachi .o-logo img {
  max-width: 270px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .kachi .o-logo img {
    max-width: 210px;
    margin-left: -32px;
  }
}
.kachi .o-white {
  color: #fff;
}

.require {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .require {
    padding: 50px 0;
  }
}
.require:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pattern_01.png) no-repeat center top/100%;
  width: 209px;
  height: 69px;
  top: 11%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .require:before {
    background: url(../img/pattern_01_sp.png) no-repeat center top/100%;
    width: 81px;
    height: 34.5px;
    top: 5%;
    right: 0;
  }
}
.require:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pattern_02.png) no-repeat center top/100%;
  width: 152px;
  height: 167px;
  top: 46%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .require:after {
    background: url(../img/pattern_07.png) no-repeat center top/100%;
    width: 48.5px;
    height: 82px;
    z-index: -1;
    top: 56%;
    left: -1vw;
  }
}
.require .require-ttl {
  font-size: 3.6rem;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .require .require-ttl {
    font-size: 2.4rem;
    margin-bottom: 38px;
  }
}
.require .require-ttl:before {
  content: "";
  display: block;
  background: url(../img/dia_01.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .require .require-ttl:before {
    width: 25px;
    height: 19px;
    margin-right: 10px;
  }
}
.require .require-ttl:after {
  content: "";
  display: block;
  background: url(../img/dia_02.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .require .require-ttl:after {
    width: 25px;
    height: 19px;
    margin-left: 10px;
  }
}
.require .requirements {
  max-width: 924px;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .require .requirements {
    font-size: 1.3rem;
    max-width: 100%;
  }
}
.require .requirement-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .require .requirement-flex {
    display: block;
  }
}
.require .requirement-left {
  width: 180px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #9fa0a0;
  padding: 30px 0;
  color: #666;
}
@media screen and (max-width: 767px) {
  .require .requirement-left {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 12.5px;
  }
}
.require .requirement-right {
  width: calc(100% - 180px);
  border-bottom: 1px solid #9fa0a0;
  padding: 30px 0;
  color: #666;
}
@media screen and (max-width: 767px) {
  .require .requirement-right {
    width: 100%;
    padding: 0 0 12px;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .require .requirement-right span {
    text-indent: -0.5em;
  }
}
.require .ab-text {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .require .ab-text {
    margin-bottom: 15px;
  }
}
.require .ab-grid {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 72px 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 32px 50px 50px;
  gap: 0px 0px;
  grid-template-areas: ". . . . . . ." ". . . . . . ." ". . . . . . .";
  max-width: 715px;
  background: #fffcf3;
}
@media screen and (max-width: 767px) {
  .require .ab-grid {
    display: none;
  }
}
.require .ab-grid div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-left: 1px solid #9fa0a0;
  border-top: 1px solid #9fa0a0;
}
@media screen and (max-width: 767px) {
  .require .ab-grid div {
    font-size: 1rem;
  }
}
.require .ab-grid div:nth-of-type(7) {
  border-right: 1px solid #9fa0a0;
}
.require .ab-grid div:nth-of-type(14) {
  border-right: 1px solid #9fa0a0;
}
.require .ab-grid div:nth-of-type(n+15) {
  border-bottom: 1px solid #9fa0a0;
}
.require .ab-grid div:last-of-type {
  border-right: 1px solid #9fa0a0;
}
.require .ab-grid div span {
  width: 100%;
  font-size: 1rem;
  margin-top: -10px;
  text-align: center;
}
.require .ab-spgrid {
  display: none;
}
@media screen and (max-width: 767px) {
  .require .ab-spgrid {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    background: #fffcf3;
    display: grid;
    grid-template-columns: 49.5% 1fr 1fr;
    grid-template-rows: 25px 25px 25px 25px 25px 25px 25px;
    gap: 0px 0px;
    grid-template-areas: ". . ." ". . ." ". . ." ". . ." ". . ." ". . ." ". . .";
  }
}
@media screen and (max-width: 767px) {
  .require .ab-spgrid div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .require .ab-spgrid div sup {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .require .ab-spgrid-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .require .sp-3days {
    text-align: right;
    color: #666;
    font-size: 1rem;
  }
}
.require .requirement-treat {
  display: flex;
  flex-wrap: wrap;
}
.require .requirement-treat dt {
  width: 2em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .require .requirement-treat dt {
    margin-right: 0;
  }
}
.require .requirement-treat dd {
  width: calc(100% - 2em - 10px);
}
.require .requirement-select {
  display: flex;
  flex-wrap: wrap;
  max-width: 715px;
  border-top: 1px solid #9fa0a0;
  border-left: 1px solid #9fa0a0;
  border-right: 1px solid #9fa0a0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .require .requirement-select {
    font-size: 1rem;
  }
}
.require .select-left {
  width: 94px;
  padding: 10px;
  text-align: justify;
  border-right: 1px solid #9fa0a0;
}
@media screen and (max-width: 767px) {
  .require .select-left {
    width: 65px;
  }
}
.require .select-left:nth-of-type(n+1) {
  border-bottom: 1px solid #9fa0a0;
}
.require .traffic {
  padding-top: 15px;
}
.require .select-right {
  width: calc(100% - 94px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .require .select-right {
    width: calc(100% - 65px);
  }
}
.require .select-right:nth-of-type(n+1) {
  border-bottom: 1px solid #9fa0a0;
}
.require .saturday {
  color: #0090ec;
}
.require .sunday {
  color: #f00;
}
.require .select-caution {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .require .select-caution {
    font-size: 1rem;
  }
}
.require .require-pattern:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pattern_03.png) no-repeat center top/100%;
  width: 272px;
  height: 56px;
  bottom: 10%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .require .require-pattern:after {
    width: 110px;
    height: 25px;
    bottom: 1%;
  }
}

.flow {
  background: #000;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
}
.flow .saturday {
  color: #0090ec;
}
.flow .sunday {
  color: #f00;
}
.flow .flow-ttl {
  font-size: 3.6rem;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.flow .flow-ttl:before {
  content: "";
  display: block;
  background: url(../img/dia_03.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl:before {
    width: 25px;
    height: 19px;
    margin-right: 10px;
  }
}
.flow .flow-ttl:after {
  content: "";
  display: block;
  background: url(../img/dia_04.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl:after {
    width: 25px;
    height: 19px;
    margin-left: 10px;
  }
}
.flow .flow-text {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow .flow-text {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
.flow .flow-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flow .flow-left {
  width: 270px;
  background: #e40015;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  position: relative;
  min-height: 93px;
}
@media screen and (max-width: 767px) {
  .flow .flow-left {
    width: 135px;
    font-size: 1.2rem;
    min-height: 50px;
  }
}
.flow .flow-left:first-of-type {
  min-height: 124px;
}
@media screen and (max-width: 767px) {
  .flow .flow-left:first-of-type {
    min-height: 220px;
  }
}
.flow .flow-left:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-left:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.flow .flow-left:before {
  position: absolute;
  content: "";
  font-size: 2.4rem;
  color: #e40015;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  right: -23.5px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow .flow-left:before {
    width: 23.5px;
    height: 23.5px;
    font-size: 1.2rem;
    right: -11.75px;
  }
}
.flow .num-1:before {
  content: "1";
}
.flow .num-2:before {
  content: "2";
}
.flow .num-3:before {
  content: "3";
}
.flow .num-4:before {
  content: "4";
}
.flow .flow-right {
  width: calc(100% - 270px);
  background: #262626;
  color: #fff;
  padding-left: 75px;
  position: relative;
  min-height: 93px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow .flow-right {
    width: calc(100% - 135px);
    font-size: 1.2rem;
    padding: 0 10px 0 20px;
    min-height: 50px;
  }
}
.flow .flow-right:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-right:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.flow .flow-right:last-of-type {
  max-height: 93px;
}
@media screen and (max-width: 767px) {
  .flow .flow-right:last-of-type {
    max-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow-right.edit-block {
    display: block;
    padding-top: 7px;
  }
}
.flow .flow-right.edit-block02 {
  padding-top: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .flow .flow-right.edit-block02 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .flow .right-1st {
    display: block;
  }
}
.flow .flow-treat {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  min-height: 124px;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .flow .flow-treat {
    font-size: 1.2rem;
  }
}
.flow .flow-treat dt {
  width: 2em;
  margin-right: 2px;
}
.flow .flow-treat dd {
  width: calc(100% - 2em - 2px);
}
.flow .line-btn {
  position: absolute;
  display: block;
  max-width: 115px;
  top: 25px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .flow .line-btn {
    position: static;
    margin-bottom: 20px;
  }
}

.voice {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 87.5px;
  }
}
.voice:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/bg-voice.png) no-repeat center top/auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.voice:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/pattern_06.png) no-repeat center top/cover;
  width: 296px;
  height: 106px;
  top: 1720px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voice:after {
    display: none;
  }
}
.voice .voice-pattern:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/pattern_04.png) no-repeat center top/cover;
  width: 167px;
  height: 167px;
  top: 550px;
  right: 4.5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voice .voice-pattern:before {
    display: none;
  }
}
.voice .voice-pattern:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/pattern_05.png) no-repeat center top/cover;
  width: 254px;
  height: 160px;
  top: 1000px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voice .voice-pattern:after {
    display: none;
  }
}
.voice .voice-ttl {
  padding-top: 100px;
  font-size: 3.6rem;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice .voice-ttl {
    padding-top: 50px;
    font-size: 2.4rem;
    margin-bottom: 17.5px;
  }
}
.voice .voice-ttl:before {
  content: "";
  display: block;
  background: url(../img/dia_01.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .voice .voice-ttl:before {
    width: 25px;
    height: 19px;
    margin-right: 10px;
  }
}
.voice .voice-ttl:after {
  content: "";
  display: block;
  background: url(../img/dia_02.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .voice .voice-ttl:after {
    width: 25px;
    height: 19px;
    margin-left: 10px;
  }
}
.voice .voice-grid {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  gap: 20px 20px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". .";
}
@media screen and (max-width: 767px) {
  .voice .voice-grid {
    display: block;
    margin-bottom: 50px;
  }
}
.voice .voice-comment {
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .voice .voice-comment {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 1.1rem;
  }
}
.voice .accordion {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.voice .caution-dia:before {
  content: "";
  display: block;
  background: url(../img/dia_01.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 62px;
  left: 300px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice .caution-dia:before {
    width: 25px;
    height: 19px;
    top: 35px;
    left: 70px;
  }
}
.voice .caution-dia:after {
  content: "";
  display: block;
  background: url(../img/dia_02.png) no-repeat center top/100%;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 62px;
  right: 300px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice .caution-dia:after {
    width: 25px;
    height: 19px;
    top: 35px;
    right: 70px;
  }
}
.voice .voice-title {
  background: #fff;
  padding: 50px 0;
  display: block;
  color: #000;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .voice .voice-title {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
.voice .content {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .voice .content {
    padding: 0 20px;
  }
}
.voice .caution-content {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice .caution-content {
    font-size: 1.2rem;
  }
}

.navs {
  display: none;
}

.nav-open {
  position: relative;
  cursor: pointer;
}

.nav-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .nav-open::before {
    top: 32px;
  }
}

.nav-open.active::before {
  /* 開いている時 */
  content: "－";
}

.footer-nav .footer-nav_01 {
  display: flex;
  justify-content: center;
  background: #e40015;
  padding: 29px 0;
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 {
    flex-wrap: wrap;
    padding: 11px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 li {
    width: 38%;
  }
}
.footer-nav .footer-nav_01 li:not(:first-of-type) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 li:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 li:nth-of-type(odd) {
    margin-right: 15px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 li:nth-of-type(even) {
    margin-left: 15px;
  }
}
.footer-nav .footer-nav_01 li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav_01 li a {
    font-size: 1.4rem;
  }
}

.footer {
  background: #000;
}
.footer .footer-nav_02 {
  text-align: center;
  padding: 28.5px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav_02 {
    padding: 9.5px 0;
  }
}
.footer .footer-nav_02 a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav_02 a {
    font-size: 1.4rem;
  }
}
.footer .footer-flex {
  padding: 45px 0 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-flex {
    display: block;
    padding: 17px 0 14px;
  }
}
.footer .footer-left {
  margin-right: 15px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .footer .footer-left {
    width: 100%;
    margin-right: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
.footer .footer-left img {
  max-width: 219px;
}
@media screen and (max-width: 767px) {
  .footer .footer-left img {
    max-width: 110px;
  }
}
.footer .footer-right {
  color: #fff;
  margin-left: 15px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .footer .footer-right {
    width: 100%;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.footer .time {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.footer .time dt {
  width: 20%;
}
.footer .time dd {
  width: 80%;
}
.footer .copyright {
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    padding-bottom: 15px;
  }
}
.footer .copyright small {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copyright small {
    font-size: 1rem;
  }
}

.line-fixd-bnr {
  width: 428px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .line-fixd-bnr {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */