@charset "UTF-8";
/* basic class */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.container {
  width: min(100%, 1024px);
  padding: 0 10px;
  margin: 0 auto;
}

/* 基本サイトカラー */
/* breakpoints */
#top {
  /* メインビジュアル */
  /* 埋め込みフォーム(上) */
  /* オペトラなら全ての作業を1か所で */
  /* よりスムーズに様々な業界でご利用頂いております */
  /* こんなお困りがある方にとってオペトラは最適なツールです */
  /* オペトラがが選ばれる理由 */
  /* オペトラのこだわり */
  /* さあ、非効率な作業から現場を解放しましょう */
}
#top * {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 1.5;
  color: #333;
  transition: all 0.3s;
}
#top p,
#top a,
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top dl {
  margin: 0;
}
#top p,
#top a,
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top ul,
#top li,
#top b,
#top strong,
#top option,
#top span,
#top label,
#top input,
#top select,
#top dt,
#top dd {
  font-size: 1em;
}
#top a {
  text-decoration: none;
  display: block;
}
#top ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#top img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
#top figure {
  margin: 0;
}
#top table {
  width: 100%;
}
#top :focus {
  outline: none;
}
#top .mv {
  padding: 50px 0 100px;
  background: url("/wp-content/themes/uncode/library/img/top/bg.webp") no-repeat;
  background-size: 115%;
  background-position: 19% 216px;
}
#top .mv-inner {
  justify-content: center;
  column-gap: 57px;
}
#top .mv-inner__item--before {
  width: min(50%, 400px);
}
#top .mv-inner__item--before h2 {
  font-size: 33px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before h2 {
    text-align: center;
  }
}
#top .mv-inner__item--before figure {
  margin-top: 20px;
}
#top .mv-inner__item--before figure img {
  margin-left: -29px;
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before figure img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before figure {
    width: min(100%, 500px);
    margin: 20px auto 0;
  }
}
#top .mv-inner__item--before p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  width: fit-content;
  border-bottom: 1px solid #003C81;
  position: relative;
}
#top .mv-inner__item--before p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #003C81 transparent transparent transparent;
  bottom: -15px;
  left: 42%;
}
#top .mv-inner__item--before p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -14px;
  left: 42%;
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before p {
    margin: 0 auto;
  }
}
#top .mv-inner__item--before div.flex {
  justify-content: flex-start;
  column-gap: 15px;
  margin-top: 24px;
}
#top .mv-inner__item--before div.flex div {
  width: 105px;
  height: 35px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #003C81;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
#top .mv-inner__item--before div.flex div > span {
  background-color: #003C81;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  padding-bottom: 3px;
}
#top .mv-inner__item--before div.flex div > span > span {
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before div.flex {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before div.flex {
    row-gap: 20px;
  }
}
#top .mv-inner__item--before a {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  width: min(100%, 390px);
  height: 45px;
  font-size: 21px;
  margin-top: 17px;
}
#top .mv-inner__item--before a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.5em / 2);
  top: calc(50% - 0.3em);
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
#top .mv-inner__item--before a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before a {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--before {
    width: 100%;
  }
}
#top .mv-inner__item--after {
  width: min(100%, 360px);
  background-color: #003C81;
  padding: 0 0 16px;
  position: relative;
}
#top .mv-inner__item--after p {
  width: 78px;
  aspect-ratio: 1/1;
  box-sizing: content-box;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #F39800;
  border: 10px solid #003C81;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -77px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  #top .mv-inner__item--after p {
    top: 46%;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--after p {
    left: -15px;
    top: 22px;
    transform: translateY(-84%);
  }
}
@media screen and (max-width: 360px) {
  #top .mv-inner__item--after p {
    left: -7px;
  }
}
#top .mv-inner__item--after iframe {
  max-width: 331px;
  margin: 20px auto 0;
  background-color: #fff;
  padding: 20px 10px 5px 15px;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--after iframe {
    max-width: 90%;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner__item--after {
    width: 63%;
  }
}
@media screen and (max-width: 640px) {
  #top .mv-inner__item--after {
    width: 76%;
  }
}
@media screen and (max-width: 520px) {
  #top .mv-inner__item--after {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #top .mv-inner {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-inner {
    flex-direction: column;
    align-items: center;
    row-gap: 125px;
  }
}
#top .work-inner--upper {
  padding: 50px 0 40px;
  background-image: url("/wp-content/themes/uncode/library/img/top/bg02.webp");
  background-repeat: no-repeat;
  background-size: 186px;
  background-position: center 47px;
  position: relative;
  overflow: hidden;
}
#top .work-inner--upper::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 850px;
  top: calc(50% - 850px / 2);
  background-color: #ECF2FA;
  width: min(100%, 850px);
  aspect-ratio: 1/1;
  border-radius: 150vh;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#top .work-inner--upper h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}
#top .work-inner--upper p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 360px) {
  #top .work-inner--upper p br:last-child {
    display: none;
  }
}
#top .work-inner--lower {
  padding: 65px 0 50px;
  box-shadow: -1px -3px 3px rgba(35, 24, 21, 0.1);
}
#top .work-inner--lower__contents {
  width: min(100%, 630px);
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  gap: 50px 31px;
}
#top .work-inner--lower__contents h3 {
  font-size: 17px;
  position: relative;
  padding-left: 2.9em;
  width: 30%;
}
#top .work-inner--lower__contents h3:first-child::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: calc(50% - 42px / 2);
  left: 0;
}
#top .work-inner--lower__contents h3:nth-child(2)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: calc(50% - 42px / 2);
  left: 0;
}
#top .work-inner--lower__contents h3:nth-child(3) {
  padding-left: 4.5em;
}
#top .work-inner--lower__contents h3:nth-child(3)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: calc(50% - 39px / 2);
  left: 2em;
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents h3:nth-child(3)::before {
    left: 0.3em;
  }
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents h3:nth-child(3) {
    padding-left: 2.9em;
  }
}
#top .work-inner--lower__contents h3:nth-child(4)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico04.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: calc(50% - 38px / 2);
  left: 0;
}
#top .work-inner--lower__contents h3:nth-child(5)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico05.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 36px;
  top: calc(50% - 36px / 2);
  left: 0.3em;
}
#top .work-inner--lower__contents h3:nth-child(6) {
  padding-left: 4.5em;
}
#top .work-inner--lower__contents h3:nth-child(6)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico06.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: 1.8em;
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents h3:nth-child(6)::before {
    left: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents h3:nth-child(6) {
    padding-left: 2.9em;
  }
}
#top .work-inner--lower__contents h3:nth-child(7)::before {
  content: "";
  background: url("/wp-content/themes/uncode/library/img/top/ico07.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: calc(50% - 39px / 2);
  left: 0;
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents h3 {
    width: 45%;
  }
}
@media screen and (max-width: 360px) {
  #top .work-inner--lower__contents h3 {
    width: 100%;
  }
}
#top .work-inner--lower__contents div.flex {
  width: min(100%, 383px);
  justify-content: space-between;
}
#top .work-inner--lower__contents div.flex a {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  width: min(100%, 185px);
  height: 35px;
  font-size: 17px;
  padding-right: 1em;
}
#top .work-inner--lower__contents div.flex a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.5em / 2);
  top: calc(50% - 0.3em);
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
#top .work-inner--lower__contents div.flex a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#top .work-inner--lower__contents div.flex a::after {
  right: 1em;
}
@media screen and (max-width: 640px) {
  #top .work-inner--lower__contents div.flex {
    width: 100%;
    justify-content: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 412px) {
  #top .work-inner--lower__contents div.flex {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
#top .industry {
  padding: 60px 0 100px;
  background-color: #ECF2FA;
  background-image: url("/wp-content/themes/uncode/library/img/top/bg02.webp");
  background-repeat: no-repeat;
  background-size: 96px;
  background-position: right 25% bottom 8%;
}
#top .industry__heading {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#top .industry__contents {
  margin: 50px auto 0;
  width: min(100%, 633px);
  justify-content: space-between;
  gap: 25px 1px;
  flex-wrap: wrap;
}
#top .industry__contents div {
  width: 16.6%;
  height: 44px;
  border: 0.5px solid #003c81;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 412px) {
  #top .industry__contents div {
    width: 45.6%;
  }
}
#top .industry__txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
#top .industry__img {
  margin-top: -100px;
}
#top .industry__img img {
  transform: scale(1.02);
  margin-left: -10px;
}
#top .problems {
  padding: 50px 0 60px;
}
#top .problems__heading {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#top .problems-contents {
  justify-content: space-between;
}
#top .problems-contents-wrap {
  width: min(100%, 666px);
  margin: 40px auto 0;
  position: relative;
}
#top .problems-contents__catch {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  background-color: #fff;
  width: min(100%, 370px);
  height: 52px;
  padding-top: 10px;
  text-align: center;
  top: 47%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#top .problems-contents__catch img {
  display: inline-block;
  width: 122px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #top .problems-contents__catch {
    top: 48%;
  }
}
#top .problems-contents__item {
  width: min(100%, 217px);
}
#top .problems-contents__item--upper {
  border: 0.5px solid #003C81;
  align-items: center;
  padding: 28px 0 26px;
}
#top .problems-contents__item--upper h3 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
#top .problems-contents__item--upper figure {
  width: 187px;
  height: 115px;
}
#top .problems-contents__item--upper div.flex-col {
  width: min(100%, 170px);
  row-gap: 10px;
}
#top .problems-contents__item--upper div.flex-col p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #003C81;
  border-radius: 11px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .problems-contents__item--middle {
  position: relative;
  width: 130px;
  height: 28px;
  transform: rotate(90deg);
  background: #fcdfd1;
  background: linear-gradient(90deg, rgb(236, 242, 250) 0%, rgb(0, 61, 129) 67.07%);
  top: 74px;
  margin: -22px auto 62px;
}
#top .problems-contents__item--middle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 60px solid #003d81;
  border-bottom: 0;
  top: calc(50% - 21px);
  right: -48px;
  transform: rotate(30deg);
}
#top .problems-contents__item--lower {
  border: 2px solid #003C81;
  align-items: center;
  position: relative;
  margin-top: 184px;
  padding: 44px 0 0;
  height: 260px;
}
#top .problems-contents__item--lower h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
#top .problems-contents__item--lower h3 span.mark-parent {
  display: inline-block;
}
#top .problems-contents__item--lower h3 span.mark-parent .mark {
  position: relative;
  display: block;
}
#top .problems-contents__item--lower h3 span.mark-parent .mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 96%;
  height: 6.5px;
  top: calc(50% - 6.5px / 2);
  background-color: #E1D075;
  top: initial;
  left: 0;
  bottom: -19px;
  z-index: -1;
}
#top .problems-contents__item--lower figure {
  width: 187px;
  height: 159px;
}
#top .problems-contents__item--lower .ribbon {
  display: inline-block;
  position: absolute;
  padding: 6px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  height: initial;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  background: #003C81;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(42deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#top .problems-contents__item--lower .ribbon-content {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
@media screen and (max-width: 412px) {
  #top .problems-contents__item {
    width: 100%;
  }
}
#top .problems-contents .problems-contents__item:first-child .problems-contents__item--upper figure img {
  width: 111px;
  margin: 0 auto;
}
#top .problems-contents .problems-contents__item:first-child .problems-contents__item--lower figure img {
  width: 156px;
  margin: 0 auto;
}
#top .problems-contents .problems-contents__item:nth-child(2) .problems-contents__item--upper figure img {
  width: 160px;
  margin: -25px auto 0;
}
#top .problems-contents .problems-contents__item:nth-child(2) .problems-contents__item--lower figure img {
  width: 170px;
  margin: -5px auto 0;
}
#top .problems-contents .problems-contents__item:last-child .problems-contents__item--upper figure img {
  width: 104px;
  margin: 10px auto 0;
}
#top .problems-contents .problems-contents__item:last-child .problems-contents__item--lower figure img {
  margin: -10px auto 0;
}
@media screen and (max-width: 640px) {
  #top .problems-contents {
    row-gap: 80px;
  }
}
#top .problems__btns {
  margin-top: 100px;
  justify-content: center;
  column-gap: 20px;
}
#top .problems__btns a {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  width: min(100%, 323px);
  height: 45px;
  font-size: 21px;
}
#top .problems__btns a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.5em / 2);
  top: calc(50% - 0.3em);
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
#top .problems__btns a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media screen and (max-width: 640px) {
  #top .problems__btns {
    row-gap: 15px;
  }
}
#top .reason {
  padding: 40px 0 120px;
}
#top .reason__heading {
  font-size: 25px;
  text-align: center;
}
#top .reason__heading img {
  width: 266px;
  display: inline-block;
  vertical-align: -28px;
}
@media screen and (max-width: 520px) {
  #top .reason__heading img {
    display: block;
    margin: 0 auto;
  }
}
#top .reason-contents {
  width: min(100%, 677px);
  margin: 40px auto 0;
}
#top .reason-contents-item {
  justify-content: center;
  align-items: center;
}
#top .reason-contents-item--before {
  width: min(100%, 390px);
  justify-content: center;
}
#top .reason-contents-item--before div.flex {
  align-items: center;
  column-gap: 20px;
  padding-left: 30px;
}
#top .reason-contents-item--before div.flex span {
  font-size: 62px;
  font-weight: bold;
}
#top .reason-contents-item--before div.flex h3 {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item--before div.flex {
    padding-left: 0;
  }
}
#top .reason-contents-item--before p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item--before p {
    padding-left: 0;
    text-align: center;
  }
}
#top .reason-contents-item:nth-child(odd) {
  background-color: #ECF2FA;
}
#top .reason-contents-item:nth-child(odd) .reason-contents-item--before div.flex span {
  color: #fff;
}
#top .reason-contents-item:first-child {
  padding: 27px 5px;
}
#top .reason-contents-item:first-child .reason-contents-item--after {
  width: min(100%, 277px);
}
#top .reason-contents-item:first-child .reason-contents-item--after img {
  margin: 0 5px -22px 0;
}
#top .reason-contents-item:nth-child(2) {
  padding: 0 5px 23px;
}
#top .reason-contents-item:nth-child(2) .reason-contents-item--before div.flex span {
  color: #ECF2FA;
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item:nth-child(2) .reason-contents-item--before {
    margin-top: -40px;
  }
}
#top .reason-contents-item:nth-child(2) .reason-contents-item--after {
  width: min(100%, 266px);
}
#top .reason-contents-item:nth-child(2) .reason-contents-item--after img {
  margin: 0 5px -22px 0;
}
#top .reason-contents-item:last-child {
  align-items: flex-start;
  padding: 27px 5px;
}
#top .reason-contents-item:last-child .reason-contents-item--before a {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  width: min(100%, 373px);
  height: 43px;
  font-size: 21px;
  margin: 8px 0 0 30px;
}
#top .reason-contents-item:last-child .reason-contents-item--before a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.5em / 2);
  top: calc(50% - 0.3em);
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
#top .reason-contents-item:last-child .reason-contents-item--before a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item:last-child .reason-contents-item--before a {
    margin: 8px auto 0;
  }
}
#top .reason-contents-item:last-child .reason-contents-item--after {
  width: min(100%, 253px);
}
#top .reason-contents-item:last-child .reason-contents-item--after img {
  margin: 0 5px -22px 0;
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item:last-child {
    align-items: center;
    padding: 27px 5px 35px;
  }
}
@media screen and (max-width: 768px) {
  #top .reason-contents-item {
    flex-direction: column-reverse;
  }
}
#top .commitment {
  padding: 55px 0 50px;
  background-color: #003C81;
}
#top .commitment__heading {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#top .commitment__box {
  width: min(100%, 664px);
  margin: 45px auto 0;
  background-color: #fff;
  border-radius: 11px;
  background-image: url("/wp-content/themes/uncode/library/img/top/bg02.webp");
  background-repeat: no-repeat;
  background-size: 178px;
  background-position: 50% 46px;
  padding: 40px 5px 29px;
}
#top .commitment__box h3 {
  font-size: 24px;
  text-align: center;
}
#top .commitment__box h3 br {
  display: none;
}
@media screen and (max-width: 412px) {
  #top .commitment__box h3 br {
    display: block;
  }
}
#top .commitment__box ul {
  width: min(100%, 422px);
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
}
#top .commitment__box ul li {
  position: relative;
  padding-left: 3.2em;
  margin-bottom: 0.6em;
  z-index: 1;
}
#top .commitment__box ul li span.circle {
  background-color: #003C81;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  left: 1em;
  padding-bottom: 3px;
}
#top .commitment__box ul li span.circle span {
  width: 15px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#top .commitment__box ul li span.mark-parent {
  display: inline-block;
}
#top .commitment__box ul li span.mark-parent .mark {
  position: relative;
  display: block;
}
#top .commitment__box ul li span.mark-parent .mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 6.5px;
  top: calc(50% - 6.5px / 2);
  background-color: #E1D075;
  top: initial;
  left: 0;
  bottom: -24px;
  z-index: -1;
}
#top .commitment__flow {
  width: min(100%, 661px);
  margin: 30px auto 0;
  justify-content: space-between;
}
#top .commitment__flow div {
  width: min(20%, 106px);
  height: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#top .commitment__flow div:first-child {
  background-color: #F39800;
  color: #fff;
}
#top .commitment__flow div:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 13px solid #ffffff;
  border-right: 0;
  right: -1.6em;
}
@media screen and (max-width: 520px) {
  #top .commitment__flow div:not(:last-child)::after {
    right: -1.4em;
  }
}
@media screen and (max-width: 640px) {
  #top .commitment__flow div {
    width: 29%;
  }
}
@media screen and (max-width: 520px) {
  #top .commitment__flow div {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  #top .commitment__flow {
    justify-content: flex-start;
    gap: 20px 26px;
  }
}
@media screen and (max-width: 520px) {
  #top .commitment__flow {
    justify-content: center;
  }
}
#top .commitment__txt {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#top .commitment__btn {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  margin: 20px auto 0;
  font-size: 20px;
  width: min(100%, 361px);
  height: 41px;
}
#top .commitment__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.5em / 2);
  top: calc(50% - 0.3em);
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
#top .commitment__btn:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#top .leading {
  padding: 56px 0 35px;
}
#top .leading__heading {
  font-size: 25px;
  text-align: center;
  line-height: 1.8;
}
#top .leading-form {
  width: min(100%, 683px);
  margin: 75px auto 0;
  background-color: #ECF2FA;
  position: relative;
  padding: 0 15px 45px;
}
#top .leading-form__balloon {
  width: min(100%, 321px);
  height: 48px;
  background-color: #003C81;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100vh;
  top: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
#top .leading-form__balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 27px solid #003d81;
  border-bottom: 0;
  bottom: -18px;
}
#top .leading-form__head {
  margin-top: 22px;
  justify-content: flex-start;
  align-items: center;
  column-gap: 22px;
  padding-left: 70px;
}
#top .leading-form__head figure {
  width: min(100%, 220px);
}
#top .leading-form__head div.flex-col {
  width: min(100%, 205px);
  align-items: center;
  row-gap: 2px;
}
#top .leading-form__head div.flex-col h4 {
  font-size: 20px;
  color: #F39800;
  position: relative;
  width: fit-content;
  letter-spacing: 0.2em;
}
#top .leading-form__head div.flex-col h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 1px;
  top: calc(50% - 1px / 2);
  top: 50%;
  right: -1.4em;
  background-color: #F39800;
  transform: rotate(-60deg);
}
#top .leading-form__head div.flex-col h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 1px;
  top: calc(50% - 1px / 2);
  top: 50%;
  left: -1.4em;
  background-color: #F39800;
  transform: rotate(60deg);
}
#top .leading-form__head div.flex-col h4 span {
  font-size: 1.5em;
  vertical-align: -1px;
  color: inherit;
}
#top .leading-form__head div.flex-col h3 {
  font-size: 24px;
  letter-spacing: 0.067em;
}
#top .leading-form__head div.flex-col small {
  font-size: 14px;
  font-weight: bold;
  color: #615F5F;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  #top .leading-form__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  #top .leading-form__head {
    flex-direction: column;
  }
}
#top .leading-form iframe {
  max-width: 571px;
  min-height: 913px;
  margin: 50px auto 0;
  padding: 30px 20px 10px;
  background-color: #fff;
}