@charset "utf-8";


.supplement-message {
  padding: 30px 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
  margin-bottom: 160px;
  font-size: 1.8rem;
  background-color: #FFF8F0;
  border: 5px solid #F2EC4D;
  position: relative;
}

.supplement-message::after {
  position: absolute;
  bottom: -156px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 78px;
  height: 156px;
  background: url(../img/arrow_down.png) no-repeat;
  background-size: contain;
}

.supplement-message .h3title {
  margin-bottom: 20px;
  text-align: center;
  color: #E74C3C;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

.supplement-message .h3title::before {
  content: "";
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(../img/icon_caution.svg)no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -53px;
}

.supplement-message .text {
  font-size: 2.2rem;
  text-align: center;
}
.supplement-message .text.big{
  font-size: 2.6rem;
  font-weight: bold;
}
.supplement-message .text + .text{
  margin-top: 1em;
}
.supplement-message .text .link{
  font-size: 1.8rem;
  word-break: break-all;
}

.supplement-message ul {
  width: fit-content;
  margin: 10px auto 0;
}

.supplement-message ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 2.2rem;
}

.supplement-message ul li span {
  display: inline-block;
  width: 200px;
  color: #E74C3C;
  margin-right: .5em;
}


@media screen and (max-width:767px) {

  .supplement-message {
    padding: 5vw;
    margin-bottom: 80px;
    font-size: 4.5vw;
  }

  .supplement-message::after {
    bottom: -78px;
    width: 39px;
    height: 78px;
    background: url(../img/arrow_down.png) no-repeat;
    background-size: contain;
  }

  .supplement-message .h3title {
    font-size: 5vw;
  }


  .supplement-message .text {
    font-size: 4.5vw;
    text-align: left;
  }

  .supplement-message ul {
    width: 100%;
    margin-top: 20px;
  }

  .supplement-message ul li {
    font-size: 4.5vw;
    display: block;
  }

  .supplement-message ul li span {
    display: block;
    width: auto;
  }

  .supplement-message ul li+li {
    margin-top: 20px;
  }


}

.mainvisual {
  width: 100%;
  height: 534px;
  background: #FFF8F0;
  background: url(../img/mainvisual_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mainvisual::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 1012px;
  height: 493px;
  background: url(../img/mainvisual_img_01.png) no-repeat;
  background-size: contain;
}

@media (max-width:1100px) {
  .mainvisual::after {
    width: 92vw;
    height: 44.818vw;
  }

}

.mainvisual .basewidth {
  max-width: 910px;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
}

.mainvisual .h2title {
  margin-bottom: 42px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.mainvisual .h2title span {
  color: var(--main-color);
}

.mainvisual .h2title strong {
  font-weight: bold;
}

.mainvisual .desc {
  color: var(--main-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  z-index: 1;
}

/* sec01 */
.sec01 {
  padding-top: 56px;
}

.sec01 .lead-message {
  margin-left: auto;
  margin-right: auto;
  max-width: 807px;
  width: 100%;
  margin-bottom: 52px;
  font-size: 2.2rem;
}

.sec01 .navBlock .text {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--main-color);
}

.sec01 .navCardBlock {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 100px;
}

.sec01 .nav__card {
  display: block;
  width: 450px;
  height: 190px;
  text-decoration: none;
  border: #FFF8F0 solid 2px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sec01 .nav__card .title {
  font-size: 4.2rem;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
}

.sec01 .nav__card .title span {
  font-size: 3.3rem;
}

.sec01 .nav__card-setsubi {
  background: var(--setsubi-color);
}

.sec01 .nav__card-setsubi::after {
  position: absolute;
  bottom: 10px;
  right: 15px;
  content: '';
  width: 56px;
  height: 56px;
  background: url(../img/icon_arrow_white.png) no-repeat;
  background-size: contain;
}


.sec01 .nav__card-setsubi .icon {
  margin-right: 15px;
  width: 113px;
}

.sec01 .nav__card-setsubi .title {
  color: #fff;
}

.sec01 .nav__card-shokuryo {
  background: var(--shokuryo-color);
}

.sec01 .nav__card-shokuryo::after {
  position: absolute;
  bottom: 10px;
  right: 15px;
  content: '';
  width: 56px;
  height: 56px;
  background: url(../img/icon_arrow_bk.png) no-repeat;
  background-size: contain;
}

.sec01 .nav__card-shokuryo .icon {
  margin-right: 15px;
  width: 109px;
}

.sec01 .nav__card-shokuryo .title {
  color: #000;
  padding-right: 0.5em;
}

@media screen and (max-width:1200px) {
  .mainvisual .h2title {
    margin-bottom: 22px;
    font-size: 3.5rem;
  }

  .mainvisual .desc {
    font-size: 2.6rem;
  }
}

@media screen and (max-width:1024px) {
  .mainvisual .h2title {
    margin-bottom: 2vw;
    font-size: 3.182vw;
  }

  .mainvisual .desc {
    font-size: 2.364vw;
  }
}

@media screen and (max-width:767px) {
  .mainvisual {
    height: auto;
    aspect-ratio: 804 / 642;
    padding: 0;
    background: url(../img/bg_mainvisual_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mainvisual::after{
    content:none;
  }

  .mainvisual .basewidth {
    max-width: 100vw;
    height: 100%;
    padding: 0;
    display: block;
    position: relative;
  }


  .mainvisual .h2title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5.5vw;
    white-space: nowrap;
  }

  .mainvisual .h2title span {
    display: inline-block;
    margin-bottom: 0.5em;
  }

  .mainvisual .desc {
    display: none;
  }

  /* sec01 */
  .sec01 {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .sec01 .lead-message {
    margin-bottom: 48px;
    font-size: 4.5vw;
  }

  .sec01 .navBlock .text {
    font-size: 5vw;
  }

  .sec01 .navCardBlock {
    flex-direction: column;
  }

  .sec01 .nav__card {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    height: auto;
  }

  .sec01 .nav__card .title {
    font-size: 7.5vw;
  }

  .sec01 .nav__card .title span {
    font-size: 5.5vw;
  }

  .sec01 .nav__card .desc {
    font-size: 4.5vw;
  }

  .sec01 .nav__card-setsubi .icon {
    width: 15.365vw;
  }

  .sec01 .nav__card-shokuryo .icon {
    width: 14.193vw;
  }

  .sec01 .nav__card-setsubi::after {
    bottom: 1.302vw;
    right: 1.953vw;
    width: 7.292vw;
    height: 7.292vw;
  }

  .sec01 .nav__card-shokuryo::after {
    bottom: 1.302vw;
    right: 1.953vw;
    width: 7.292vw;
    height: 7.292vw;
  }
}

.sec01 .bannerBlock {
  width: 100%;
  padding: 60px 0 80px;
  background: #FFF8F0;
}

.sec01 .banner {
  width: 430px;
  height: 160px;
  background: url(../img/banner_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
}

.sec01 .banner span {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.17;
  text-align: center;
}

.sec01 .banner .text-green {
  display: block;
  color: #4ABFCE;
  font-size: 2.6rem;
  margin-bottom: 0.3em;
}

.sec01 .bannerBlock .link {
  margin-top: 0.5em;
}

.sec01 .bannerBlock .link a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #245793;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .sec01 .banner {
    max-width: 430px;
    width: 100%;
    aspect-ratio: 430 / 160;
  }

  .sec01 .banner span {
    color: #333;
    font-size: min(5.5vw, 2.2rem);
  }

  .sec01 .banner .text-green {
    font-size: min(6.5vw, 2.6rem);
  }

  .sec01 .bannerBlock .link a {
    font-size: min(4.5vw, 1.8rem);
  }
}