@charset "UTF-8";
@media (max-width: 767px) {
  #contents-wrap > #side:first-child + #main {
    margin-top: 0;
  }
}

#main article > .page-ttl:first-child {
  height: auto !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: none;
  margin: 0;
  position: relative;
}
#main article > .page-ttl:first-child::before, #main article > .page-ttl:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#main article > .page-ttl:first-child::before {
  width: 8px;
  background-color: #0057BE;
  left: 0;
}
#main article > .page-ttl:first-child::after {
  width: calc(100% - 10px);
  background-color: #818B9A;
  left: 12px;
}
@media screen and (min-width: 1920px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 1.7708333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl:first-child {
    padding-bottom: calc(26.25 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl:first-child {
    margin-top: calc(40 / 390 * 100vw);
    padding: 0 0 calc(28 / 390 * 100vw) !important;
  }
}

#main article > .page-ttl .page-ttl__text {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl .page-ttl__text {
    letter-spacing: calc(1.09375 / 1400 * 100vw);
    font-size: max(12px, 27.34375 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl .page-ttl__text {
    line-height: 1.4;
    letter-spacing: calc(1 / 390 * 100vw);
    margin: 0;
    font-size: max(10px, 22 / 390 * 100vw);
  }
}

.ttl-type01 {
  background-image: none !important;
  color: #0057BE !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  padding-bottom: 0 !important;
  position: relative;
  font-size: 20px !important;
  padding: 6px 20px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01 {
    padding: calc(6.5625 / 1400 * 100vw) calc(21.875 / 1400 * 100vw) !important;
    margin-top: calc(32.8125 / 1400 * 100vw) !important;
    margin-bottom: calc(32.8125 / 1400 * 100vw) !important;
    font-size: max(12px, 1.25vw) !important;
  }
}
@media (max-width: 767px) {
  .ttl-type01 {
    padding: calc(6 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw) !important;
    margin-bottom: calc(30 / 390 * 100vw) !important;
    font-size: max(10px, 16 / 390 * 100vw);
  }
}
.ttl-type01:before {
  content: "";
  width: 6px;
  height: 40%;
  border-radius: 5px;
  background-color: #0057BE;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01:before {
    width: calc(5.46875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ttl-type01:before {
    width: calc(5 / 390 * 100vw);
  }
}

#side {
  padding: 0;
  width: 240px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side {
    width: calc(262.5 / 1400 * 100vw);
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none !important;
  }
}
#side__inner .ttl-type02 {
  background-image: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .ttl-type02 {
    padding: calc(21.875 / 1400 * 100vw) calc(15.3125 / 1400 * 100vw);
  }
}
#side__inner .link-arrow {
  background-image: none;
  display: flex;
  align-items: center;
  padding-right: 0;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    gap: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    gap: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    font-size: max(10px, 0.9375vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .link-arrow {
    gap: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 16.40625 / 1400 * 100vw);
  }
}

.side-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .side-list {
    gap: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list {
    gap: calc(14.21875 / 1400 * 100vw);
  }
}
.side-list li {
  border: none;
}
.side-list li a,
.side-list li .current > span:first-child {
  font-weight: 500;
  padding: 0;
  border: none;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 0.3125vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: calc(3.28125 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list li a::after,
.side-list li .current > span:first-child::after {
  display: none;
}
.side-list li a:before,
.side-list li .current > span:first-child:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #818B9A;
}
.side-list li a:hover {
  color: #303234 !important;
}
.side-list li.current > span {
  font-weight: 700 !important;
  background: none;
  color: #0057BE !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-list li.current > span:hover {
  color: #0057BE !important;
}
.side-list li.current > a {
  font-weight: 700 !important;
  cursor: default;
  background-color: transparent;
  color: #0057BE !important;
  pointer-events: none;
}
.side-list li.current > a .hover-line_animation {
  background-image: linear-gradient(transparent 50%, #0057BE 0);
}
.side-list__accordion-btn {
  text-align: left;
}
.side-list__accordion-btn.open {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn.open {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn.open:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
    margin-top: calc(4.375 / 1400 * 100vw);
  }
}
.side-list__accordion-btn {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__01 .side-list__accordion-btn {
  border-top: 1px solid rgba(129, 139, 154, 0.3);
}
.side-list__01__vision a {
  background: none !important;
  color: #303234 !important;
}
.side-list-sub {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(129, 139, 154, 0.3);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    gap: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    margin-left: 13px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    margin-left: 0.6770833333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list-sub {
    gap: calc(10.9375 / 1400 * 100vw);
    padding-left: calc(15.3125 / 1400 * 100vw);
    margin-left: calc(10.9375 / 1400 * 100vw);
  }
}
.side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__03 a, .side-list__04 a, .side-list__05 a, .side-list__06 a, .side-list__07 a, .side-list__08 a {
  font-weight: 700 !important;
  background: none !important;
}
.side-list__03 a:before, .side-list__04 a:before, .side-list__05 a:before, .side-list__06 a:before, .side-list__07 a:before, .side-list__08 a:before {
  display: none !important;
}
.side-list__accordion-body {
  display: block !important;
}

.side-list > li > ul.side-list-sub, .side-list > li > ul.side-list-sub02 {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.side-list-sub02 > li > a {
  text-decoration: none;
}

/* 基本スタイル */
.sub-page-wrapper,
#contents-wrap {
  display: flex;
}

/* サイドバーが画面より高い場合のスタイル */
.sub-page-wrapper.is-tall,
#contents-wrap.is-tall {
  align-items: flex-end;
}

#side.is-tall {
  position: sticky;
  bottom: 0;
  top: auto;
  margin-bottom: 60px !important;
}

/* サイドバーが画面より低い場合のスタイル */
.sub-page-wrapper.is-short,
#contents-wrap.is-short {
  align-items: flex-start;
}

#side.is-short {
  position: sticky;
  bottom: auto;
  top: 90px;
  margin-bottom: 60px !important;
}

/* 共通スタイル */
#side, .js-sideFixed {
  height: 100%;
  margin-bottom: 0 !important;
}

#main {
  height: 100%;
}

.content-wrapper {
  overflow: visible !important;
}

#contents-wrap {
  display: block;
  line-height: 1.6;
}

.page-ttl-wrap {
  max-width: 100%;
  height: auto !important;
  background-image: url(/common/images/bg_header.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100vw !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1920px) {
  .page-ttl-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl-wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .page-ttl-wrap {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl-wrap {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .page-ttl-wrap {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl-wrap {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .page-ttl-wrap {
    padding: calc(87.5 / 1400 * 100vw) calc(50vw - 50%);
    margin-bottom: calc(87.5 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .page-ttl-wrap {
    padding: calc(50 / 390 * 100vw) calc(50vw - 50%) calc(50 / 390 * 100vw);
    margin-bottom: calc(60 / 390 * 100vw);
  }
}

.page-ttl {
  margin: auto;
}
@media screen and (min-width: 1920px) {
  .page-ttl {
    width: 1640px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl {
    width: 85.4166666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .page-ttl {
    width: calc(1268.75 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .page-ttl {
    width: calc(370 / 390 * 100vw);
  }
}

.page-ttl__text {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-weight: 700;
  font-family: unset;
  padding-left: 0;
  margin-top: 0;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1920px) {
  .page-ttl__text {
    font-size: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl__text {
    font-size: max(10px, 2.6041666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .page-ttl__text {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .page-ttl__text {
    padding-left: 0vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .page-ttl__text {
    letter-spacing: calc(1.09375 / 1400 * 100vw);
    padding-left: calc(0 / 1400 * 100vw);
    font-size: max(12px, 36.09375 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .page-ttl__text {
    line-height: 1.4;
    letter-spacing: calc(1 / 390 * 100vw);
    margin-left: calc(0 / 390 * 100vw);
    font-size: max(10px, 24 / 390 * 100vw);
  }
}
.page-ttl__text .sp {
  display: none !important;
}
@media (max-width: 767px) {
  .page-ttl__text .sp {
    display: block !important;
  }
}

.hdg-bold {
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .hdg-bold {
    font-size: 36px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .hdg-bold {
    font-size: max(10px, 1.875vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .hdg-bold {
    font-size: max(12px, 27.34375 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .hdg-bold {
    font-size: max(10px, 20 / 390 * 100vw);
  }
}

.container__lead {
  line-height: 2.2;
  text-align: left;
  font-weight: 500;
  padding: 0;
}
@media screen and (min-width: 1920px) {
  .container__lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .container__lead {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .container__lead {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .container__lead {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .container__lead {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .container__lead {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .container__lead {
    margin: calc(32.8125 / 1400 * 100vw) 0 calc(32.8125 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .container__lead {
    margin: calc(30 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
    font-size: max(10px, 13 / 390 * 100vw);
  }
}

.technology {
  display: grid;
}
@media screen and (min-width: 1920px) {
  .technology {
    gap: 60px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology {
    gap: 3.125vw;
  }
}
@media (min-width: 768px) {
  .technology {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .technology {
    gap: calc(65.625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .technology {
    grid-template-columns: 1fr;
    gap: calc(30 / 390 * 100vw);
  }
}

.technology__title {
  color: #0057BE;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .technology__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology__title {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .technology__title {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology__title {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .technology__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .technology__title {
    padding-left: calc(16.40625 / 1400 * 100vw);
    margin-bottom: calc(21.875 / 1400 * 100vw);
    font-size: max(12px, 16.40625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .technology__title {
    padding-left: calc(15 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: max(10px, 15 / 390 * 100vw);
  }
}
.technology__title:before {
  content: "";
  width: 6px;
  height: 65%;
  border-radius: 5px;
  background-color: #0057BE;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1920px) {
  .technology__title:before {
    width: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology__title:before {
    width: 0.3125vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .technology__title:before {
    width: calc(6.5625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .technology__title:before {
    width: calc(6 / 390 * 100vw);
  }
}

.technology-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .technology-list {
    gap: 8px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology-list {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .technology-list {
    gap: calc(6.5625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .technology-list {
    gap: calc(6 / 390 * 100vw);
  }
}

.technology-list__item {
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  gap: 0.5em;
}
@media screen and (min-width: 1920px) {
  .technology-list__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .technology-list__item {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .technology-list__item {
    font-size: max(12px, 15.3125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .technology-list__item {
    font-size: max(10px, 14 / 390 * 100vw);
  }
}
.technology-list__item:before {
  content: "⚫︎";
  color: #0057BE;
  transform: scale(0.9);
  display: inline-block;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1920px) {
  .btn-wrap {
    gap: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap {
    gap: 1.5625vw;
  }
}
@media (min-width: 768px) {
  .btn-wrap {
    gap: calc(32.8125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .btn-wrap {
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
  }
}
.btn-wrap .line {
  width: 1px;
  background: rgba(129, 139, 154, 0.3);
}
@media (min-width: 768px) {
  .btn-wrap .line {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .btn-wrap .line {
    height: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    padding-top: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    padding-bottom: 1.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin: calc(32.8125 / 1400 * 100vw) 0 calc(109.375 / 1400 * 100vw);
    padding: calc(26.25 / 1400 * 100vw) 0;
  }
}
@media (max-width: 767px) {
  .btn-wrap.rd_anchor, .btn-wrap.rd-base_anchor {
    margin: calc(40 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  }
}

.btn-wrap_item .title {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .btn-wrap_item .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap_item .title {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .btn-wrap_item .title {
    gap: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .btn-wrap_item .title {
    gap: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .btn-wrap_item .title {
    gap: calc(13.125 / 1400 * 100vw);
    font-size: max(12px, 17.5 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .btn-wrap_item .title {
    width: 100%;
    gap: calc(8 / 390 * 100vw);
    font-size: max(10px, 14 / 390 * 100vw);
  }
}
.btn-wrap_item a {
  color: #303234 !important;
}

@media screen and (min-width: 1920px) {
  .special-photo-item {
    width: 570px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item {
    width: 29.6875vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .special-photo-item {
    width: calc(453.90625 / 1400 * 100vw);
  }
}
.special-photo-item .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #303234;
}
@media screen and (min-width: 1920px) {
  .special-photo-item .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item .title {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .special-photo-item .title {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item .title {
    margin-top: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .special-photo-item .title {
    margin-top: calc(13.125 / 1400 * 100vw);
    font-size: max(12px, 17.5 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .special-photo-item .title {
    width: 100%;
    margin-top: calc(8 / 390 * 100vw);
    font-size: max(10px, 14 / 390 * 100vw);
  }
}
.special-photo-item a:hover img {
  opacity: 1;
}
.special-photo-item .icon_blank {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .special-photo-item .icon_blank {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item .icon_blank {
    margin-left: 0.3125vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .special-photo-item .icon_blank {
    margin-left: calc(6.5625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .special-photo-item .icon_blank {
    margin-left: calc(4 / 390 * 100vw);
  }
}
.special-photo-item .icon_arrow {
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .special-photo-item .icon_arrow {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item .icon_arrow {
    margin-left: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .special-photo-item .icon_arrow {
    margin-left: calc(13.125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .special-photo-item .icon_arrow {
    margin-left: calc(8 / 390 * 100vw);
  }
}

.special-photo-item-wrap {
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .special-photo-item-wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .special-photo-item-wrap {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .special-photo-item-wrap {
    margin-top: calc(32.8125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .special-photo-item-wrap {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.base_figure {
  background-color: #fff;
}
.base_figure .photo {
  margin: auto;
}
@media screen and (min-width: 1920px) {
  .base_figure .photo {
    width: 640px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .base_figure .photo {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .base_figure .photo {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .base_figure .photo {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .base_figure .photo {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .base_figure .photo {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .base_figure .photo {
    width: calc(700 / 1400 * 100vw);
    padding: calc(32.8125 / 1400 * 100vw) 0;
  }
}
@media (max-width: 767px) {
  .base_figure .photo {
    margin: 1.5rem 0.5rem;
  }
}

.ttl-solidBg {
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border-left: 3px solid #0057BE;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    padding-top: 0.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    padding-bottom: 0.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg {
    padding-right: 1.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-solidBg {
    margin: calc(39.375 / 1400 * 100vw) 0 0;
    padding: calc(10.9375 / 1400 * 100vw) calc(18.59375 / 1400 * 100vw);
    font-size: max(12px, 15.3125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ttl-solidBg {
    margin: calc(30 / 390 * 100vw) 0 0;
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: max(10px, 16 / 390 * 100vw);
  }
}
.ttl-solidBg .small {
  color: #818B9A;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg .small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg .small {
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .ttl-solidBg .small {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ttl-solidBg .small {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-solidBg .small {
    margin-left: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ttl-solidBg .small {
    margin-left: calc(6 / 390 * 100vw);
    font-size: max(10px, 13 / 390 * 100vw);
  }
}

.ic_wrap .container__lead,
.mc_wrap .container__lead {
  display: flex;
}
@media screen and (min-width: 1920px) {
  .ic_wrap .container__lead,
  .mc_wrap .container__lead {
    gap: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ic_wrap .container__lead,
  .mc_wrap .container__lead {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ic_wrap .container__lead,
  .mc_wrap .container__lead {
    gap: calc(43.75 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ic_wrap .container__lead,
  .mc_wrap .container__lead {
    flex-direction: column;
  }
}
.ic_wrap .container__lead .photo,
.mc_wrap .container__lead .photo {
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    width: 192px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    width: 10vw;
  }
}
@media screen and (min-width: 1920px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    height: 144px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    height: 7.5vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    width: calc(210 / 1400 * 100vw);
    height: calc(157.5 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ic_wrap .container__lead .photo,
  .mc_wrap .container__lead .photo {
    width: calc(150 / 390 * 100vw);
  }
}

.rd_award {
  position: relative;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .rd_award {
    gap: 140px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award {
    gap: 7.2916666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .rd_award {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .rd_award {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .rd_award {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .rd_award {
    gap: calc(54.6875 / 1400 * 100vw);
    margin: calc(54.6875 / 1400 * 100vw) 0 0;
    padding: calc(32.8125 / 1400 * 100vw) 0;
  }
}
@media (max-width: 767px) {
  .rd_award {
    flex-direction: column;
    margin: calc(40 / 390 * 100vw) 0 0;
    padding: calc(30 / 390 * 100vw) 0;
  }
}
.rd_award .title-jp {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .rd_award .title-jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award .title-jp {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .rd_award .title-jp {
    gap: 22px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award .title-jp {
    gap: 1.1458333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .rd_award .title-jp {
    gap: calc(19.6875 / 1400 * 100vw);
    font-size: max(12px, 15.3125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .rd_award .title-jp {
    gap: calc(10 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
    font-size: max(10px, 14 / 390 * 100vw);
  }
}
.rd_award .title-en {
  color: #818B9A;
}
@media screen and (min-width: 1920px) {
  .rd_award .title-en {
    font-size: 15px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_award .title-en {
    font-size: max(10px, 0.78125vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .rd_award .title-en {
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .rd_award .title-en {
    font-size: max(10px, 13 / 390 * 100vw);
  }
}

.rd_features {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .rd_features {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_features {
    padding-top: 3.125vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .rd_features {
    padding: calc(54.6875 / 1400 * 100vw) 0 0;
  }
}
@media (max-width: 767px) {
  .rd_features {
    padding: calc(30 / 390 * 100vw) 0 0;
  }
}

.features_wrap {
  display: grid;
}
@media screen and (min-width: 1920px) {
  .features_wrap {
    gap: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .features_wrap {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  .features_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .features_wrap {
    gap: calc(32.8125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .features_wrap {
    grid-template-columns: 1fr;
    gap: calc(32.8125 / 1400 * 100vw);
  }
}

.features_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .features_group {
    gap: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .features_group {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .features_group {
    gap: calc(16.40625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .features_group {
    gap: calc(10 / 390 * 100vw);
  }
}
.features_group .title {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .features_group .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .features_group .title {
    font-size: max(10px, 0.9375vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .features_group .title {
    font-size: max(12px, 17.5 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .features_group .title {
    font-size: max(10px, 15 / 390 * 100vw);
  }
}
.features_group .text {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1920px) {
  .features_group .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .features_group .text {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .features_group .text {
    font-size: max(12px, 15.3125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .features_group .text {
    font-size: max(10px, 13 / 390 * 100vw);
  }
}

@media screen and (min-width: 1920px) {
  .mc_wrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .mc_wrap {
    margin-top: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .mc_wrap {
    margin: calc(109.375 / 1400 * 100vw) 0 0;
  }
}

a.btn-more-m {
  color: #303234 !important;
}

.rd_bottom {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  .rd_bottom {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .rd_bottom {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .rd_bottom {
    margin: calc(32.8125 / 1400 * 100vw) 0 0;
  }
}

#side + #main {
  margin-bottom: 0;
}