@charset 'utf-8';
.html body {
  color: #333;
}
.container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 78px;
}

div::after {
  content: unset;
}
.in {
  margin: 0 auto;
  padding: 0;
}
/* 英語版のみ */
#header .wrap {
  max-width: 1200px;
}
/* top__bg */
.top__bg {
  height: auto;
}
.top__wrap {
  width: 100%;
  position: relative;
}
.top__img {
  position: relative;
  display: block;
  width: 100%;
  height: 226px;
  object-fit: cover;
}
.top__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 226px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 90;
}
.top__sentence {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 91;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
}
/*introduce */
#introduce {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}
.introduce__box {
  width: 100%;
  padding: 30px;
  background: linear-gradient(90deg, #e2421e 0%, transparent 80%);
}

.introduce__img {
  width: 410px;
  height: 250px;
  object-fit: cover;
  margin-right: 30px;
}

.introduce__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introduce__text {
  text-align: left;
  font-size: 16px;
}

/* special */
#special {
  width: 100%;
  background: url("../img/background.jpg") repeat;
  background-size: 5%;
  padding-bottom: 70px;
}
.special__wrap {
  padding: 90px 0 0px;
}
.special__box {
  position: relative;
  border: 1px solid #e2421e;
  margin-bottom: 60px;
}
.special__title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 3px solid #e2421e;
}
.special__box-pop {
  position: absolute;
  top: -30px;
  left: -50px;
  width: 124px;
  height: 124px;
  background-color: #e2421e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special__box-pop--inner {
  text-align: center;
  font-size: 16px;
}
.special__box-pop span {
  display: block;
  font-size: 14px;
}
.special__img {
  width: 100%;
  height: 580px;
}
.special__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 3px solid #e2421e;
}
.special__cap {
  width: 100%;
  height: auto;
  /* line-height: 50px; */
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.special__cap-left {
  max-width: 319px;
  width: 100%;
  background-color: #e2421e;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.special__cap-right {
  max-width: calc(100% - 319px);
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;

}
/* point-1 */
.special__point {
  width: 100%;
  height: auto;
}
.special__point--1 {
  margin-bottom: 120px;
}
.special__point--title {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 23px;
}
.special__point--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #333;
}
.special__point--title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 2px;
  background-color: #333;
}
.special__point--items {
  width: 100%;
}
.special__point--items:nth-last-of-type(odd) {
  display: flex;
  justify-content: right;
}
.special__point--item {
  width: 100%;
  max-width: 830px;
  height: auto;
  display: block;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px #555;
}

.special__point--item-1 {
  border: 2px solid #68a862;
  position: relative;
}
.special__point--item-2 {
  border: 2px solid #398a9c;
  position: relative;
}
.special__point--item-3 {
  border: 2px solid #de5475;
  height: 170px;
}
.special__point--item-4 {
  border: 2px solid #9e914b;
  height: 120px;
  position: relative;
}

.special__point--item-title {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 13px;
}

.special__point--item-1 h4 {
  background-color: #68a862;
}
.special__point--item-2 h4 {
  background-color: #398a9c;
}
.special__point--item-3 h4 {
  background-color: #de5475;
}
.special__point--item-4 h4 {
  background-color: #9e914b;
}

.special__point--item-text {
  font-size: 16px;
  font-weight: bold;
}
.special__point--item-img {
  display: none;
}
.special__point--item-1 > .special__point--item-pop {
  position: absolute;
  top: -50px;
  right: -140px;
  width: 168px;
  height: 168px;
  background-color: #333;
  border-radius: 50%;
}
.special__point--item-1 .special__point--item-pop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.special__point--item-2 > .special__point--item-pop {
  position: absolute;
  bottom: -60px;
  right: 0px;
  width: 168px;
  display: flex;
  align-items: baseline;
  justify-content: end;
}
.special__point--item-4 > .special__point--item-pop {
  position: absolute;
  bottom: -50px;
  right: 800px;
  width: 168px;
  display: flex;
  align-items: baseline;
  justify-content: end;
}
/* point-2 */
.special__point--2 h3 {
  max-width: 809px;
}
.special__point--description {
  max-width: 672px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
}
.special__point--study-flex {
  background-color: #ffe2e2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.special__point--study-flex-1 {
  padding: 32px 30px 10px;
  align-items: center;
}
.special__point--study-flex-2 {
  padding: 32px 50px 35px 30px;
  align-items: unset;
  margin-bottom: 0;
}
.special__point--study-left {
  width: 100%;
  max-width: 270px;
  margin-right: 40px;
}

.special__point--study-title {
  width: 100%;
  max-width: 200px;
  height: 40px;
  color: #fff;
  background-color: #e2421e;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.special__point--study-right {
  width: 100%;
  max-width: calc(100% - 270px);
}
.special__point--study-flex-2 > .special__point--study-right {
  display: flex;
  align-items: end;
}
.special__point--study-text span {
  display: block;
}

/* 特集2 */
/* point-1 */
#special-2 .special__point--item-2 {
  height: auto;
}
#special-2 .special__point--item-3 {
  height: auto;
}
#special-2 .special__point--item-4 > .special__point--item-pop {
  position: absolute;
  top: 44px;
  right: 822px;
  width: 168px;
  height: 168px;
  background-color: #333;
  border-radius: 50%;
  object-fit: cover;
}
#special-2 .special__point--item-4 > .special__point--item-pop img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}

/* point-2 */
#special-2 .special__point--study {
  display: flex;
  justify-content: space-between;
}
#special-2 .special__point--study-flex {
  width: 490px;
  height: 759px;
  flex-direction: column;
  padding: 20px 0px;
  justify-content: unset;
}
#special-2 .special__point--study-title {
  margin-bottom: 20px;
}
#special-2 .special__point--study-left {
  max-width: 430px;
  margin: 0 auto;
}
#special-2 .special__point--study-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 20px;
}
#special-2 .special__point--study-right {
  max-width: 430px;
  margin: 0 auto;
}
#special-2 .special__point--study-text {
  width: 100%;
}
#special-2 .special__point--study-2 {
  display: block;
  background-color: #ffe2e2;
}
#special-2 .special__point-wrap .special__point--study-2:last-child {
  padding: 20px;
}
#special-2 .special__point--study-2 > .special__point--study-flex {
  width: 100%;
  height: auto;
  padding: 0px;
  flex-direction: column;
  justify-content: unset;
}
#special-2 .special__point--study-flex-3 .special__point--study-left {
  width: 100%;
  max-width: 395px;
  height: auto;
  margin: 0;
  margin-right: 20px;
}
#special-2 .special__point--study-flex-3 .special__point--study-left img {
  object-fit: cover;
  height: 270px;
}
.special__point--study-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.special__point--study-access {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
#special-2 .special__point--study-2 .special__point--study-flex-3 {
  flex-direction: row;
}
#special-2 .special__point--study-flex-3 .special__point--study-right {
  width: 100%;
  max-width: 530px;
  height: auto;
  margin: 0;
}
.special__point--address {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.special__detail-description {
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.special__point-description {
  text-align: center;
  margin: 24px auto;
}
.special__point-bottom-description {
  text-align: center;
  margin: 24px auto;
  background-color: #ffe2e2;
  padding: 24px;
}
/* SP */
@media screen and (max-width: 1101px) {
  .special__box-pop {
    top: -20px;
    left: 0px;
  }
}
@media screen and (max-width: 1001px) {
  /* special */
  .special__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
  .special__img {
    height: auto;
  }
  /* point-1 */
  .special__point--items:nth-last-of-type(odd),
  .special__point--items:nth-last-of-type(even) {
    display: flex;
    justify-content: center;
  }
  .special__point--item-1 > .special__point--item-pop {
    top: -62px;
    right: 10px;
    width: 120px;
    height: 120px;
  }
  .special__point--item-2 > .special__point--item-pop {
    bottom: 14px;
    right: -5px;
    width: 145px;
  }
  .special__point--item-4 > .special__point--item-pop {
    right: 10px;
    bottom: 20px;
    box-shadow: 2px 2px 3px #555;
  }
  /* point-2 */
  .special__point--study-flex {
    flex-direction: column;
  }
  .special__point--study-flex-1,
  .special__point--study-flex-2 {
    height: auto;
  }
  .special__point--study-left,
  .special__point--study-right {
    max-width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .special__point--study-title {
    margin: 20px auto;
  }
  .special__point--study-flex-2 {
    padding: 32px 30px 10px;
    align-items: center;
  }
  /* 特集2 */
  /* point-1 */
  #special-2 .special__point--item-4 > .special__point--item-pop {
    top: -54px;
    right: 10px;
    width: 110px;
    height: 110px;
  }
  #special-2 .special__point--item-4 > .special__point--item-pop img {
    width: 110px;
    height: 110px;
  }
  /* point-2 */
  #special-2 .special__point--study {
    flex-direction: column;
  }
  #special-2 .special__point--study-flex {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 20px;
  }
  #special-2 .special__point--study-left {
    margin-right: 20px;
  }
  #special-2 .special__point--study-img {
    height: auto;
  }
  #special-2 .special__point--study-title {
    margin: 0px 0px 20px 0px;
  }
  #special-2 .special__point--study-flex-3 .special__point--study-left img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* introduce */
  .introduce__box {
    background: linear-gradient(90deg, #e2421e 0%, transparent 98%);
    padding: 20px;
  }
  .introduce__flex {
    flex-direction: column;
  }
  .introduce__img {
    max-width: 620px;
    height: auto;
    width: 98%;
    margin-right: 0;
    margin-bottom: 20px;
    aspect-ratio: 1.5;
  }
  .introduce__text {
    max-width: 620px;
  }

  /* special */
  .special__title {
    font-size: 20px;
    border-bottom: 2px solid #e2421e;
  }
  .special__box-pop {
    width: 90px;
    height: 90px;
    top: 50px;
    left: 10px;
  }
  .special__box-pop--inner {
    font-size: 12px;
  }
  .special__box-pop span {
    font-size: 10px;
  }

  .special__img img {
    border-bottom: unset;
  }
  .special__cap {
    display: block;
    height: 100px;
  }
  .special__cap-left,
  .special__cap-right {
    font-size: 16px;
    max-width: 100%;
  }
  .special__cap-right {
    background-color: #fff;
  }
  .special__point .special__point--title {
    font-size: 22px;
    padding-bottom: 14px;
    margin-bottom: 40px;
    max-width: 80%;
    border-bottom: 2px solid #333;
  }
  .special__point--title::before,
  .special__point--title::after {
    display: none;
  }

  .special__point--item {
    height: auto;
  }

  .special__point--item-img {
    display: block;
    width: 70%;
    margin: 0 auto;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 10%;
  }
  .special__point--item-1 > .special__point--item-pop {
    display: none;
  }
  .special__point--item-2 > .special__point--item-pop {
    display: none;
  }
  .special__point--item-3 > .special__point--item-pop {
    display: none;
  }
  .special__point--item-4 > .special__point--item-pop {
    display: none;
  }
  /* point-2 */
  .special__point--study-flex-1,
  .special__point--study-flex-2 {
    padding: 0px 0px 10px;
    align-items: center;
  }

  /* 特集2 */
  /* point-1 */
  #special-2 .special__point--item-img {
    aspect-ratio: 1.5;
  }
  /* point-2 */
  #special-2 .special__point--study-flex {
    flex-direction: column;
    padding: 0;
  }
  #special-2 .special__point--study-flex-1,
  #special-2 .special__point--study-flex-2 {
    height: auto;
  }
  #special-2 .special__point--study-left,
  #special-2 .special__point--study-right {
    max-width: 90%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #special-2 .special__point--study-title {
    margin: 20px auto;
  }
  #special-2 .special__point--study-img {
    margin-bottom: 0;
    aspect-ratio: 1.5;
  }
  #special-2 .special__point--study-flex-2 {
    padding: 0px;
    align-items: center;
  }
  #special-2 .special__point--study-2 .special__point--study-flex-3 {
    flex-direction: column;
  }
  #special-2 .special__point--study-flex-3 .special__point--study-left {
    width: 100%;
    max-width: unset;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  #special-2
    .special__point-wrap
    .special__point--study-2:last-child
    .special__point--study-title {
    margin-top: 0px;
  }
  .special__point--study-access {
    margin-bottom: 20px;
  }
  #special-2 .special__point--study-flex-3 .special__point--study-right {
    max-width: unset;
  }
  .special__point--address {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 601px) {
  .top__sentence {
    font-size: 18px;
    line-height: 1.8;
  }
  /* special */
  .special__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .special__cap-left,
  .special__cap-right {
    font-size: 14px;
  }
  .special__point .special__point--title {
    font-size: 20px;
  }
  /* 特集2 */
  .special__point--address {
    font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
  .special__point .special__point--title {
    font-size: 16px;
  }
}
