.head {
  height: 120px;
  text-align: center;
}

@media (max-width: 768px) {
  .head {
    height: 60px;
  }
}

.head-title {
  font-size: 54px;
  line-height: 1.46;
  font-weight: 900;
  color: #ec3423;
}

@media (max-width: 768px) {
  .head-title {
    font-size: 24px;
  }
}

.head-title-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #051533;
}

@media (max-width: 768px) {
  .head-title-sub {
    font-size: 11px;
  }
}

.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: 670px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e3e6ec),
    color-stop(60%, #e3e6ec),
    color-stop(40%, #ffffff),
    to(#ffffff)
  );
  background: linear-gradient(
    to bottom,
    #e3e6ec 0%,
    #e3e6ec 60%,
    #ffffff 40%,
    #ffffff 100%
  );
}

@media (max-width: 1200px) {
  .kv {
    height: auto;
  }
}

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

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

.kv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kv ul {
  padding: 0;
}

.kv li {
  position: relative;
  width: 1120px;
  margin: 0 75px;
}

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

.kv-img-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 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("../img/next.svg");
  background-repeat: no-repeat;
}

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

.article {
  background-color: #f3f4f6;
}

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

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

@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;
  font-size: 36px;
  color: #051533;
  font-weight: bold;
  line-height: 1.44;
}

.article-title-sub::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 300px;
  width: 200px;
  background-color: #051533;
  height: 2px;
}

.article-title-sub::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 300px;
  width: 200px;
  background-color: #051533;
  height: 2px;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 16px;
  }
  .article-title-sub {
    font-size: 23px;
  }
  .article-title-sub::before {
    top: 13px;
    left: 255px;
    width: 80px;
  }
  .article-title-sub::after {
    top: 13px;
    right: 255px;
    width: 80px;
  }
}

.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.article-content-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #051533;
  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 {
    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;
  width: 360px;
  height: 342px;
  margin-right: 25px;
  margin-bottom: 50px;
  background-color: #ffffff;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media (max-width: 768px) {
  .article-content-wrap {
    width: 335px;
    height: 320px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

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

.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 {
  -webkit-transform: scale(1.1, 1.1);
  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;
}

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

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

.article-img-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

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

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

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 52px 50px;
}

@media (max-width: 768px) {
  .contact-content {
    display: block;
    padding: 39px 17px 49px;
  }
}

.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;
    min-width: 280px;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: block;
    margin-right: 8px;
  }
}

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

.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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #ffffff;
  background-color: #ec3423;
  border-radius: 25px;
  padding: 12px;
  margin-top: 20px;
}

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

.footer {
  background-image: url(../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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
}

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-box.type_img.arrows {
  position: relative;
}

.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + -41rem);
  background-image: url("../img/kv-left.svg");
  background-repeat: no-repeat;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .prev {
    left: 60px;
  }
}

@media (max-width: 768px) {
  .prev {
    width: 30px;
    height: 30px;
    left: 10px;
    background-image: url("../img/kv-left-sp.svg");
  }
}

.next {
  position: absolute;
  top: 0;
  right: calc(50% + -41rem);
  background-image: url("../img/kv-right.svg");
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .next {
    right: 60px;
  }
}

@media (max-width: 768px) {
  .next {
    width: 30px;
    height: 30px;
    right: 10px;
    background-image: url("../img/kv-right-sp.svg");
  }
}

.blog-head {
  text-align: center;
}

.blog-head-title {
  font-size: 45px;
  line-height: 1.44;
  font-weight: 900;
  color: #ec3423;
}

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

.blog-kv {
  background-image: url(../img/blog01/blog-kv.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}

.blog-kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

.blog-kv-wrap-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #ec3423;
  font-weight: 900;
  width: 70px;
  height: 70px;
}

.blog-kv-item {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.blog-kv-day {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
}

.blog-kv-txt {
  font-size: 40px;
  line-height: 1.45;
  font-weight: bold;
}

.blog-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
}

::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
