@charset "UTF-8";

.inr-850 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .inr-850 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.inr-960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .inr-960 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.inr-1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .inr-1240 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* mv
================================================== */
.ud-mv {
  width: 100%;
  overflow-x: hidden;
}

.ud-mv-inr {
  flex-wrap: nowrap;
  gap: 20px;
  width: 140vw;
  margin-left: -30vw;
}

.ud-mv-img1,
.ud-mv-img3,
.ud-mv-img4 {
  aspect-ratio: 652/311;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ud-mv-img2 {
  width: 3vw;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .ud-mv-inr {
    gap: 10px;
  }
  .ud-mv-img1,
  .ud-mv-img3,
  .ud-mv-img4 {
    aspect-ratio: 500 / 300;
  }
  .ud-mv-img2 {
    width: 3.5vw;
  }
}

@media screen and (max-width: 599px) {
  .ud-mv-inr {
    gap: 8px;
  }
  .ud-mv-img1,
  .ud-mv-img3,
  .ud-mv-img4 {
    aspect-ratio: 360 / 300;
  }
  .ud-mv-img2 {
    width: 4.7vw;
  }
}

/* title
================================================== */
.ud-ttl-inr {
  position: relative;
  margin-top: 20px;
}
.ud-title img {
  height: 196px;
  width: auto;
}

.ud-ttl-logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 204px;
}
@media screen and (max-width: 1200px) {
  .ud-title img {
    height: 150px;
  }
  .ud-ttl-logo {
    height: 150px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ud-title img {
    height: 100px;
  }
  .ud-ttl-logo {
    height: 80px;
  }
}

@media screen and (max-width: 599px) {
  .ud-ttl-logo {
    height: 72px;
  }
}

/* contets-ttl */
.ud-cont-ttl {
  font-family: var(--font-mplus-rounded);
  font-size: var(--fs-xl2);
  font-weight: 800;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  flex-direction: column;
  width: 100%;
}

/* nav
================================================== */
.ud-nav-list {
  margin-bottom: 172px;
}
.ud-nav-list li {
  width: 113px;
  height: 107px;
}

.ud-nav-list li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .ud-nav-list li {
    width: 90px;
    height: 85px;
  }
}

@media screen and (max-width: 960px) {
  .ud-nav-list {
    margin-bottom: 120px;
  }
  .ud-nav-list li {
    width: 70px;
    height: 65px;
  }
}

@media screen and (max-width: 599px) {
  .ud-nav-list {
    margin-bottom: 60px;
  }
}

/* icon_ttl_blue,icon_ttl_red
================================================== */

.icon_ttl_blue,
.icon_ttl_red {
  width: 62px;
  height: 62px;
  display: block;
}

@media screen and (max-width: 960px) {
  .icon_ttl_blue,
  .icon_ttl_red {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 599px) {
  .icon_ttl_blue,
  .icon_ttl_red {
    width: 32px;
    height: 32px;
  }
}

/* 背景グリーン */
.bg-green {
  position: relative;
}
.bg-green::before {
  position: absolute;
  content: "";
  background-color: var(--color-green-3);
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-green::before {
    height: calc(100% - 40px);
  }
}

@media screen and (max-width: 480px) {
  .bg-green::before {
    height: calc(100% - 30px);
  }
}

/* cm-section1 */
.cm-section1-ttl {
  font-family: var(--font-mplus-rounded);
  font-weight: 800;
  letter-spacing: 0.33em;
  text-align: center;
  background-color: var(--color-very-light-gray);
  padding: 48px 0;
  border-radius: 50px 50px 0 0;
  position: relative;
  font-size: var(--fs-xlg);
}
.cm-section1-ttl .cm-section1-img {
  position: absolute;
  bottom: 80%;
  left: 5%;
  width: 195px;
  height: auto;
  object-fit: contain;
}

.cm-section1-ttl .cm-section1-text {
  height: 46px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.cm-section1 .cm-section1-inr {
  background-color: var(--color-very-light-gray);
  text-align: center;
}

.cm-section1 .cm-section1-desc {
  padding-top: 50px;
  padding-bottom: 100px;
  width: calc(100% - 260px);
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .cm-section1-ttl {
    width: calc(100% - 120px);
    border-radius: 30px 30px 0 0;
    padding: 24px 0;
    font-size: var(--font-size-24);
  }
  .cm-section1-ttl .cm-section1-img {
    width: 160px;
  }

  .cm-section1-ttl .cm-section1-text {
    height: 36px;
  }
  .cm-section1 .cm-section1-desc {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 768px) {
  .cm-section1-ttl img {
    width: 120px;
    left: 0;
  }
  .cm-section1 .cm-section1-desc {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .cm-section1-ttl {
    padding: 16px 0;
  }
  .cm-section1-ttl .cm-section1-img {
    width: 80px;
    bottom: 60%;
    left: -3%;
  }
  .cm-section1-ttl .cm-section1-text {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cm-section1-ttl .cm-section1-text {
    height: 24px;
  }
}
