/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
#mainvisual {
  position: relative;
}

@media screen and (max-width: 1000px) {
  #mainvisual {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual {
    margin-top: 60px;
  }
}

#mainvisual img {
  width: 100%;
}

#mainvisual .scroll {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #3A3A3A;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #mainvisual .scroll {
    display: none;
  }
}

#mainvisual .scroll span {
  width: 1px;
  height: 12.8vw;
  background-color: #DF3526;
  margin: auto;
  margin-top: 0.75rem;
  display: block;
}

@media screen and (max-width: 767px) {
  #mainvisual .scroll span {
    height: 17.5vw;
  }
}

.heading {
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 2rem;
  }
}

.heading h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000000;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .heading h2 {
    font-size: 24px;
  }
}

.heading span {
  display: block;
  width: 46px;
  height: 8px;
  margin: 12px auto 15px;
  background-color: #DF3526;
}

@media screen and (max-width: 767px) {
  .heading span {
    width: 30px;
    height: 5px;
    margin: 8px auto 10px;
  }
}

.heading p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .heading p {
    font-size: 14px;
  }
}

.firstSection {
  position: relative;
  margin-top: -12.5%;
}

@media screen and (max-width: 767px) {
  .firstSection {
    margin-top: -7.5%;
  }
}

.firstSection .inner {
  text-align: center;
}

.firstSection .inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 1200px) {
  .firstSection .inner p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner p {
    font-size: 1rem;
  }
}

.firstSection .inner img {
  width: 40%;
}

.secondSection {
  position: relative;
  margin: 100px 0 200px;
}

@media screen and (max-width: 1200px) {
  .secondSection {
    margin: 60px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .secondSection {
    margin: 40px 0 75px;
  }
}

.secondSection .inner .sliderTop {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop {
    margin-bottom: 40px;
  }
}

.secondSection .inner .sliderTop .item {
  position: relative;
  overflow: hidden;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop .item {
    margin-right: 1rem;
  }
}

.secondSection .inner .sliderTop .item a .img {
  width: 100%;
  height: 180px;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop .item a .img {
    height: 120px;
  }
}

.secondSection .inner .sliderTop .item a .img div {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.secondSection .inner .sliderTop .item a h2 {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  border-radius: 0;
  font-size: 13px;
  background-color: #EAE5E3;
  padding: 7px 1rem;
  transition: all 0.3s ease;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop .item a h2 {
    font-size: 12px;
    height: 45px;
  }
}

.secondSection .inner .sliderTop .item a span {
  display: block;
  padding-left: 0.5rem;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #DF3526;
  margin: 0.8rem 0;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop .item a span {
    font-size: 10px;
  }
}

.secondSection .inner .sliderTop .item a p {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .sliderTop .item a p {
    font-size: 12px;
  }
}

.secondSection .inner .sliderTop .item a:hover .img div {
  transform: scale(1.1);
}

.secondSection .inner .sliderTop .item a:hover h2 {
  background-color: #DF3526;
  color: #FFF;
}

.secondSection .inner .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondSection .inner .btnBox a {
  width: 363px;
  height: 59px;
  background-color: #DF3526;
  color: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .btnBox a {
    width: 200px;
    height: 45px;
    font-size: 15px;
  }
}

.secondSection .inner .btnBox a i {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .secondSection .inner .btnBox a i {
    font-size: 20px;
    right: 0.5rem;
    top: 13px;
  }
}

.thirdSection {
  background-color: #EAE5E3;
  padding: 109px 0 217px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .thirdSection {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection {
    padding: 40px 0 80px;
  }
}

.thirdSection #category {
  position: absolute;
  top: -50px;
}

@media screen and (max-width: 1000px) {
  .thirdSection #category {
    top: -130px;
  }
}

.thirdSection .inner .item {
  margin-bottom: 135px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item {
    flex-direction: column-reverse;
    padding: 0 10%;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item {
    padding: 0 5%;
    margin-bottom: 60px;
  }
}

.thirdSection .inner .item:last-child {
  margin-bottom: 0;
}

.thirdSection .inner .item:last-child .content {
  padding-top: 4rem;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item:last-child .content {
    padding-top: 0.75rem;
  }
}

.thirdSection .inner .item:last-child .content h3:before {
  top: 85px;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item:last-child .content h3:before {
    top: 36px;
  }
}

.thirdSection .inner .item:last-child .content .desc {
  padding-left: 75px;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item:last-child .content .desc {
    padding-left: 0;
  }
}

.thirdSection .inner .item:last-child .content .btnBox {
  margin-right: 60px;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item:last-child .content .btnBox {
    margin-right: 0;
  }
}

.thirdSection .inner .item.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item.reverse {
    flex-direction: column-reverse;
  }
}

.thirdSection .inner .item.reverse .img img {
  border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item.reverse .img img {
    border-radius: 1rem;
  }
}

.thirdSection .inner .item.reverse .content {
  padding-left: 10.2%;
  padding-right: 12.5%;
}

@media screen and (max-width: 1400px) {
  .thirdSection .inner .item.reverse .content {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item.reverse .content {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item.reverse .content {
    padding: 1.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item.reverse .content {
    padding: 1rem 0 0;
  }
}

.thirdSection .inner .item.reverse .content .desc {
  padding-left: 0;
}

.thirdSection .inner .item.reverse .content h3:before {
  left: auto;
  right: 0;
  width: 62.5%;
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item.reverse .content h3:before {
    width: 50%;
    right: auto;
    left: 50%;
  }
}

.thirdSection .inner .item .content {
  width: 54%;
  padding-right: 6%;
  padding-left: 11.8%;
  padding-top: 0.75rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1400px) {
  .thirdSection .inner .item .content {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .content {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content {
    padding: 1rem 0 0;
  }
}

.thirdSection .inner .item .content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 37px;
  font-weight: 500;
  z-index: 1;
  margin-bottom: 2.5rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content h3 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .content h3 {
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.thirdSection .inner .item .content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 44.9%;
  height: 50px;
  background-color: #D8E2F0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content h3:before {
    height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .content h3:before {
    width: 50%;
    height: 3px;
    top: auto;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content h3:before {
    display: none;
  }
}

.thirdSection .inner .item .content .desc {
  padding-left: 17.3%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  .thirdSection .inner .item .content .desc {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content .desc {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content .desc {
    margin-bottom: 2rem;
  }
}

.thirdSection .inner .item .content .desc h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 48px;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content .desc h4 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .content .desc h4 {
    font-size: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content .desc h4 {
    font-size: 24px;
  }
}

.thirdSection .inner .item .content .desc p {
  word-break: break-all;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content .desc p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content .desc p {
    font-size: 14px;
  }
}

.thirdSection .inner .item .content .btnBox {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .content .btnBox {
    justify-content: center;
  }
}

.thirdSection .inner .item .content .btnBox a {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  width: 300px;
  border-bottom: 1px solid #999999;
  padding-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s ease;
  left: 0;
}

.thirdSection .inner .item .content .btnBox a:hover {
  left: 8px;
}

@media screen and (max-width: 1400px) {
  .thirdSection .inner .item .content .btnBox a {
    width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .content .btnBox a {
    width: 150px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .content .btnBox a {
    font-size: 14px;
    padding-bottom: 4px;
    width: 125px;
  }
}

.thirdSection .inner .item .content .btnBox a:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -5px;
  width: 1px;
  height: 90%;
  background-color: #999999;
  transform: rotate(-45deg);
}

.thirdSection .inner .item .img {
  width: 46%;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .img {
    height: 30vw;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .img {
    width: 100%;
    height: auto;
  }
}

.thirdSection .inner .item .img img {
  border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 1200px) {
  .thirdSection .inner .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 1000px) {
  .thirdSection .inner .item .img img {
    height: auto;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .inner .item .img img {
    border-radius: 0.5rem;
  }
}

.fourthSection {
  background-color: #5079BB;
  padding: 20px 0 100px;
}

@media screen and (max-width: 1200px) {
  .fourthSection {
    padding: 20px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .fourthSection {
    padding: 20px 0 40px;
  }
}

.fourthSection .banner {
  max-width: 1173px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .fourthSection .banner {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .fourthSection .banner {
    width: 90%;
  }
}

.fourthSection .banner img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.fourthSection .banner img:hover {
  transform: scale(0.95);
}

.fifthSection {
  padding: 160px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .fifthSection {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .fifthSection {
    padding: 40px 0;
  }
}

.fifthSection #profile {
  position: absolute;
  top: -50px;
}

@media screen and (max-width: 1000px) {
  .fifthSection #profile {
    top: -130px;
  }
}

.fifthSection .inner .heading {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .fifthSection .inner .heading {
    margin-bottom: 2rem;
  }
}

.fifthSection .inner table {
  width: 100%;
  line-height: 2;
}

.fifthSection .inner table tr {
  border-bottom: 1px solid #EAE5E3;
}

.fifthSection .inner table tr th, .fifthSection .inner table tr td {
  padding: 1rem 0;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .fifthSection .inner table tr th, .fifthSection .inner table tr td {
    font-size: 14px;
    padding: 0.5rem 0;
  }
}

.fifthSection .inner table tr th {
  width: 125px;
  font-weight: bold;
  padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fifthSection .inner table tr th {
    padding-left: 1rem;
    width: 100px;
  }
}

.fifthSection .inner table tr .colon {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .fifthSection .inner table tr .colon {
    width: 32px;
  }
}

/*# sourceMappingURL=top.css.map */