<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.icatchWrap .thumb .img1 {
  background-image: url(../../img/common/mv_special1.jpg);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}



/* special_pageNav
***************************************************************/
.special_pageNav {
  width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
}
.speNav_box1 {
  width: 100%;
  height: 434px;
  background-image: url(../../img/special/special1@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 52px 0;
  color: #fff;
}
.speNav_h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.83;
}
.speNav_p1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.5;
  margin-top: 14px;
}
.speNav_list1 {
  width: 1090px;
  margin: -80px auto 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
}
.speNav_list1::after {
  content: "";
  background-image: url(../../img/common/logo1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}
.speNav_list1 .li1 {
  width: 25%;
  height: 190px;
}
.speNav_list1 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
.speNav_list1 .link1 .num {
  font-size: 30px;
  font-weight: 400;
  color: #033E92;
}
.speNav_list1 .link1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-right: 2px solid #033E92;
  border-bottom: 2px solid #033E92;
  transform: rotate(45deg);
  transition: bottom 0.3s ease;
}
@media all and (min-width: 681px) {
  .speNav_list1 .li1 {
    width: 23%;
  }
  .speNav_list1 .li1:nth-last-of-type(even) {
    width: 27%;
  }
  .speNav_list1 .li1:nth-last-of-type(2) .link1,
  .speNav_list1 .li1:nth-last-of-type(4) .link1,
  .speNav_list1 .li1:nth-last-of-type(5) .link1,
  .speNav_list1 .li1:nth-last-of-type(7) .link1 {
    background-color: #ECEEF0;
  }
  .speNav_list1 .li1 a.link1:hover {
    background-color: #b7c5d2;
  }
  .speNav_list1 a.link1:hover::after {
    bottom: 26px;
  }
}
@media all and (max-width: 680px) {
  .special_pageNav {
    width: 100%;
    padding-top: 15px;
  }
  .speNav_box1 {
    width: 100%;
    height: 260px;
    padding: 0 5% 20px;
    display: flex;
    align-items: center;
  }
  .speNav_h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.64;
  }
  .speNav_p1 {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-top: 12px;
  }
  .speNav_list1 {
    width: 100%;
    margin: 0 auto;
  }
  .speNav_list1::after {
    top: -47px;
  }
  .speNav_list1 .li1 {
    width: 50%;
    height: 120px;
  }
  .speNav_list1 .link1 {
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .speNav_list1 .link1 .num {
    font-size: 19px;
  }
  .speNav_list1 .link1::after {
    bottom: 20px;
    width: 12px;
    height: 12px;
  }
  .speNav_list1 .li1:nth-last-of-type(2) .link1,
  .speNav_list1 .li1:nth-last-of-type(3) .link1,
  .speNav_list1 .li1:nth-last-of-type(6) .link1,
  .speNav_list1 .li1:nth-last-of-type(7) .link1 {
    background-color: #ECEEF0;
  }
}
@media all and (max-width: 370px) {
  .speNav_h2 {
    font-size: 20px;
  }
  .speNav_p1 {
    font-size: 13px;
  }
  .speNav_list1 .link1 {
    font-size: 13px;
  }
  .speNav_list1 .link1 .num {
    font-size: 18px;
  }
}


/* specialWrap1
***************************************************************/
.specialWrap1 {
  position: relative;
  padding: 0 0 95px;
}
.special1_list {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.special1_item {
  width: 100%;
  padding-top: 95px;
  display: flex;
  justify-content: space-between;
}
.special1_list .special1_item:nth-of-type(1n + 2) {
  padding-top: 110px;
}
.special1_thumb {
  width: 600px;
  height: 374px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.special1_textBox1 {
  width: 560px;
}
.special1_h2 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.special1_h2 .num {
  font-size: 98px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: 15px;
  color: #033E92;
}
.special1_h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 30px;
}
.special1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.2;
  margin-top: 12px;
}
.specialLink1 {
  margin-top: 28px;
}
@media all and (min-width: 681px) {
  .specialWrap1::after {
    content: "";
    background-image: url(../../img/common/dot1.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 14px;
    width: calc(((100% - 1200px) / 2) + 900px);
    height: calc(100% + 152px);
    position: absolute;
    top: -152px;
    right: 0;
  }
  .special1_list .special1_item:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
  .special1_list .special1_item:nth-of-type(2) .special1_p1 {
    font-size: 16px;
    letter-spacing: 0.02em;
  }

}
@media all and (max-width: 680px) {
  .specialWrap1 {
    padding: 45px 0 70px;
  }
  .special1_list {
    width: 100%;
    margin: 0 auto;
  }
  .special1_item {
    width: 100%;
    padding-top: 0;
    display: block;
  }
  .special1_list .special1_item:nth-of-type(1n + 2) {
    padding-top: 0;
    margin-top: 60px;
  }
  .special1_thumb {
    width: 100%;
    height: 58vw;
  }
  .special1_textBox1 {
    width: 100%;
    padding: 18px 5% 0;
  }
  .special1_h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .special1_h2 .num {
    font-size: 48px;
    margin-right: 12px;
  }
  .special1_h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .special1_p1 {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .specialLink1 {
    margin-top: 22px;
  }
}
@media all and (max-width: 370px) {
  .special1_h2 {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .special1_h2 .num {
    font-size: 42px;
    margin-right: 8px;
  }
  .special1_h3 {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .special1_p1 {
    font-size: 13px;
  }
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
</pre></body></html>