@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
.sp-only {
  display: none;
}

@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}
.logo{
  max-width: 1120px;
  margin: 20px auto;
}
.l-header__logo {
    max-width: 470px;
    width: 40%;
}

.l-header__logo img{
  max-width: 100%;
  display: block;
  width: 100%;
}

.head {
  height: auto;
  text-align: center;
}

.head-title {
  font-size: 26px;
  line-height: 1.42;
  font-weight: 900;
  color: #ec3423;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 2.6px;
}

@media (max-width: 768px) {
  .head-title {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.head-title-sub {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #051533;
}

@media (max-width: 768px) {
  .head-title-sub {
    font-size: 10px;
    margin: 0 50px;
    line-height: 1.5;
  }
}

.head-border {
  width: 100%;
  height: 5px;
  background-color: #ec3423;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .head-border {
    height: 3px;
    margin-top: 6px;
  }
}

.kv {
  height: auto;
  padding-bottom: 55px;
  background: linear-gradient(
    to bottom,
    #e3e6ec 0%,
    #e3e6ec 60%,
    #ffffff 40%,
    #ffffff 100%
  );
}

@media (max-width: 1200px) {
  .kv {
    padding-bottom: 0;
  }
}

.kv-content {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .kv-content {
    padding-top: 30px;
  }
}

.kv-item {
  display: flex;
  justify-content: center;
  padding: 0;
}

.kv-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.kv .slick-slide {
  position: relative;
  width: 1120px;
  margin: 0 75px;
  outline: none;
}

@media (max-width: 1200px) {
  .kv .slick-slide {
    height: 350px;
    width: 85vw;
    margin: 0 10px;
  }
}

.kv .slick-slide a {
  outline: none;
}

.kv-img-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #ec3423;
  font-weight: 900;
  width: 60px;
  height: 60px;
}
@media (max-width: 580px) {
  .kv-img-bcp {
    -o-object-position: 25%;
    object-position: 25%;
  }
}
@media (max-width: 768px) {
  .kv-img-new {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

.kv-img-next {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 73px;
  height: 23px;
  background-image: url('../images/blog-img/next.svg');
  background-repeat: no-repeat;
  z-index: 2;
}

@media (max-width: 768px) {
  .kv-img-next {
    display: none;
  }
}

.kv-img-txt {
  width: 96.5%;
  background-color: rgba(5, 15, 33, 0.5);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

@media (max-width: 1200px) {
  .kv-img-txt {
    width: 95.5%;
  }
}

@media (max-width: 768px) {
  .kv-img-txt {
    width: 94%;
  }
}

@media (max-width: 480px) {
  .kv-img-txt {
    padding: 10px;
  }
}

.kv-img-txt-title {
  line-height: 1.45;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .kv-img-txt-title {
    font-size: 22px;
  }
}

.kv-img-txt-read {
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .kv-img-txt-read {
    font-size: 15px;
  }
}

.article {
  background-color: #f3f4f6;
}

.article-wrap {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .article-wrap {
    margin: 80px 20px 0;
  }
}

@media (max-width: 768px) {
  .article-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    margin-top: 50px;
  }
}

.article-title {
  font-size: 18px;
  color: #ec3423;
  line-height: 1.44;
  font-weight: bold;
}

.article-title-sub {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #051533;
  font-weight: bold;
  line-height: 1.44;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .article-title-sub {
    font-size: 23px;
    padding: 0;
  }
}

.article-title-border-right {
  background-color: #051533;
  width: 100%;
  max-width: 200px;
  min-width: 80px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 200px;
}

@media (max-width: 768px) {
  .article-title-border-right {
    top: 17px;
    left: 115px;
  }
}

.article-title-border-left {
  background-color: #051533;
  width: 100%;
  max-width: 200px;
  min-width: 80px;
  height: 2px;
  position: absolute;
  top: 25px;
  right: 200px;
}

@media (max-width: 768px) {
  .article-title-border-left {
    top: 17px;
    right: 115px;
  }
}

.article-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.article-content-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  padding: 0 20px 15px;
}

.article-content-day {
  display: block;
  font-size: 12px;
  line-height: 1.42;
  color: #d4d4d4;
  padding: 10px 20px 5px;
}

@media (max-width: 768px) {
  .article-content {
    justify-content: center;
    margin-top: 30px;
  }
  .article-content-txt {
    font-size: 16px;
    padding: 0 10px 10px;
  }
  .article-content-day {
    font-size: 11px;
    padding: 10px;
  }
}

.article-content-wrap {
  position: relative;
  max-width: 356px;
  width: calc(33.33% - 16.66px);
  height: auto;
  margin-right: 25px;
  margin-bottom: 50px;
  background-color: #ffffff;
  text-align: left;
  transition: ease-in 0.3s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.article-content-wrap:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .article-content-wrap {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .article-content-wrap:nth-child(3n) {
    margin-right: auto;
  }
  .article-content-wrap:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-content-wrap:nth-of-type(2n + 1) {
    margin-right: 10px;
  }}

@media (max-width: 480px) {
  .article-content-wrap {
    width: 100%;
    margin-right: 0;
  }
}


.article-content-img-wrap {
  position: relative;
  overflow: hidden;
  background: #000;
}

.article-content-img-wrap-next {
  display: none;
}

.article-bg-black {
  width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  height: 320px;
  background-color: #000;
  z-index: -1;
}

.article-content-wrap:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}

.article-content-wrap:hover .article-content-img-wrap-next {
  display: block;
  width: 36px;
  height: 16px;
  position: absolute;
  bottom: 12px;
  right: 18px;
}

.article-content-wrap:hover .article-content-img-wrap-next img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .article-content-wrap:hover img {
    transform: scale(1, 1);
    opacity: 1;
  }
  .article-content-wrap:hover .article-content-img-wrap-next {
    display: none;
  }
}

.article .is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.article .none {
  display: none;
}

.article-content-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  min-height: 270px;
}

.article-img-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #ec3423;
  font-weight: 900;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .article-img-new {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}

.article-btn-wrap {
  margin-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .article-btn-wrap {
    margin-top: 30px;
  }
}

.article-btn {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
  padding: 6px 138px 14px;
  background-color: #ec3423;
  border-radius: 25px;
  border: solid 1px #ec3423;
  transition: all 0.2s;
  cursor: pointer;
}

.article-btn::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 9px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .article-btn {
    font-size: 18px;
    padding: 7px 94px 17px;
  }
}

.article-btn:hover {
  color: #ec3423;
  background-color: #fff;
}

.article-btn:hover::after {
  border-bottom: 2px solid #ec3423;
  border-right: 2px solid #ec3423;
}

@media (max-width: 768px) {
  .android .contact-content {
    padding: 39px 10px 50px 0;
  }
}

@media (max-width: 480px) {
  .android .contact-btn {
    margin: 20px 10px 0;
  }
}

@media (max-width: 768px) {
  .contact {
    margin: 0 20px;
  }
}

.contact-wrap {
  max-width: 1098px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  border: solid 11px #f3f4f6;
}

@media (max-width: 768px) {
  .contact-wrap {
    width: auto;
    margin: 40px auto 50px;
    border: solid 10px #f3f4f6;
  }
}

.contact-content {
  display: flex;
  justify-content: space-evenly;
  padding: 52px 50px;
}

@media (max-width: 768px) {
  .contact-content {
    display: block;
    padding: 39px 0 50px;
    margin: 0 20px;
  }
}

.contact-title {
  font-size: 16px;
  line-height: 1.7;
  color: #ec3423;
  font-family: 'NotoSansCJKjp', sans-serif;
}

.contact-title-sub {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #051533;
  line-height: 1.7;
  font-family: 'NotoSansCJKjp', sans-serif;
}

.contact-title2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.58;
  color: #051533;
  font-family: 'NotoSansCJKjp', sans-serif;
}

.contact-title-sub2 {
  font-size: 14px;
  line-height: 1.5;
  color: #051533;
  font-family: 'NotoSansCJKjp', sans-serif;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 14px;
  }
  .contact-title-sub {
    font-size: 24px;
  }
  .contact-title2 {
    font-size: 16px;
  }
  .contact-title-sub2 {
    font-size: 12px;
  }
}

.contact-faq {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'NotoSansCJKjp', sans-serif;
  color: #051533;
}

@media (max-width: 768px) {
  .contact-faq {
    font-size: 15px;
  }
}

.contact-item {
  text-align: center;
  position: relative;
  width: 29%;
}

.contact-item:nth-of-type(2) {
  width: 38%;
}

.contact-item::after {
  content: '';
  position: absolute;
  top: -8px;
  right: -40px;
  width: 1px;
  height: 170px;
  background-color: #b8bfcc;
}

.contact-item:last-child::after {
  display: none;
}

@media (max-width: 768px) {
  .contact-item {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
  }
  .contact-item:nth-of-type(2) {
    width: 100%;
    margin-bottom: 80px;
  }
  .contact-item::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
  }
  .contact-item:nth-of-type(2)::after {
    bottom: -40px;
  }
  .contact-item:last-child {
    margin-bottom: 0;
  }
}

.contact-number {
  font-size: 31px;
  line-height: 1.02;
  color: #051533;
  font-family: 'NotoSansCJKjp', sans-serif;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .contact-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ec3423;
    border-radius: 25px;
    padding: 10px;
    margin: 20px 20px 40px;
  }
}

.contact-icon-tel {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .contact-icon-tel {
    display: none;
  }
}

.contact-icon-tel-sp {
  display: none;
}

@media (max-width: 768px) {
  .contact-icon-tel-sp {
    display: flex;
    color: #fff;
  }
}

.contact-icon-tel-sp img {
  margin-right: 8px;
}

.contact-icon-mail {
  margin-right: 10px;
}

.contact-icon-mail-red {
  transition: all 0.2s;
  display: none;
}

.contact-icon-next {
  position: relative;
}

.contact-icon-next::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ec3423;
}

.contact-icon-next::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  color: #ffffff;
  background-color: #ec3423;
  border-radius: 25px;
  border: solid 1px #ec3423;
  padding: 12px;
  transition: all 0.2s;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contact-btn {
    font-size: 15px;
    margin: 20px 20px 0;
    padding: 14px;
    white-space: nowrap;
  }
}

.contact-btn:hover {
  color: #ec3423;
  background-color: #fff;
}

.contact-btn:hover::after {
  border-bottom: 2px solid #ec3423;
  border-right: 2px solid #ec3423;
}

.contact-btn:hover .contact-icon-mail {
  display: none;
}

@media (max-width: 480px) {
  .contact-btn:hover .contact-icon-mail {
    display: block;
  }
}

.contact-btn:hover .contact-icon-mail-red {
  display: block;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .contact-btn:hover .contact-icon-mail-red {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-btn:hover {
    color: #fff;
    background-color: #ec3423;
  }
}

.footer {
  background-image: url(../images/blog-img/footer_PC.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 274px;
}

@media (max-width: 768px) {
  .footer {
    height: 243px;
  }
}

.footer-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .footer-content {
    width: 100%;
    padding: 30px 0;
  }
}

.footer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-item {
    display: block;
  }
}

.footer-title {
  width: 420px;
  font-size: 31px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 1.21px;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(20, 48, 101, 0.6);
  font-family: 'NotoSansCJKjp', sans-serif;
}

@media (max-width: 768px) {
  .footer-title {
    width: 305px;
    font-size: 22px;
    margin: 0 20px 20px;
  }
}

.footer-btn {
  width: 180px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  background-color: #ec3423;
  border-radius: 30px;
  padding: 7px 50px;
  text-align: center;
  border: solid 1px #ec3423;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .footer-btn {
    display: block;
    font-size: 16px;
    padding: 7px 60px;
    margin: 0 auto;
  }
}

.footer ::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 22px;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .footer ::after {
    width: 10px;
    height: 10px;
  }
}

.footer-btn:hover {
  color: #ec3423;
  background-color: #fff;
}

.footer-btn:hover::after {
  border-bottom: 2px solid #ec3423;
  border-right: 2px solid #ec3423;
}

.footer-icon {
  width: 170px;
  height: 52px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .footer-icon {
    width: 125px;
    height: auto;
    margin: 0 20px 10px;
  }
}

.footer-icon img {
  width: 100%;
  height: auto;
}

.copyright {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #051533;
}

@media (max-width: 768px) {
  .copyright {
    height: 30px;
  }
}

.copyright-txt {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.43;
  font-weight: bold;
}

@media (max-width: 768px) {
  .copyright-txt {
    font-size: 10px;
  }
}

.dpNone {
  display: none !important;
}
