@charset "UTF-8";
/* media query */
/* centering */
/* set top position of pseudo element */
/* set pseudo element(no image) */
/* set pseudo element */
/* font set */
body *, html * {
  line-height: 1.5;
}

a, img {
  display: block;
}

#wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.small-wrapper {
  width: min(100%, 870px);
  margin: 0 auto;
  padding: 0 10px;
}

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

.large-wrapper {
  width: min(100%, 1020px);
  margin: 0 auto;
  padding: 0 10px;
}

/* 資料請求フォーム */
.catalog-wrap {
  width: min(100%, 905px);
  margin: 0 auto;
  padding: 90px 10px 60px;
}
@media (max-width: 960px) {
  .catalog-wrap {
    width: min(100%, 770px);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-wrap {
    flex-direction: column;
    width: min(100%, 741px);
  }
}

.catalog-before {
  width: min(50%, 420px);
}
@media (max-width: 768px) {
  .catalog-before {
    width: 100%;
    margin: 0 0 25px !important;
  }
}

.catalog-before__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #00223F;
}
@media (max-width: 768px) {
  .catalog-before__title {
    font-size: 24px;
    font-weight: bold;
  }
}
.catalog-before__title .small {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #454545;
}

.catalog-before__slide {
  position: relative;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .catalog-before__slide {
    display: none;
  }
}

.catalog-before__slide-arrow {
  background-color: #00223F;
  border-radius: 100vh;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.catalog-before__slide-arrow.prev {
  transform: rotate(180deg);
  left: 0;
  top: 44%;
  z-index: 9;
}
.catalog-before__slide-arrow.next {
  right: 0;
  top: 44%;
}

.catalog-before__slide-arrow-src {
  width: 10px;
  height: 15px;
  margin-right: -1px;
}

.catalog-before__doc {
  border-width: 3px;
  padding: 23px 40px;
  margin-top: 25px;
  text-align: left;
  border-radius: 10px;
  background-color: #F3F3F3;
}
@media (max-width: 768px) {
  .catalog-before__doc {
    display: none;
  }
}

.catalog-before__doc-heading {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #00223F;
}
.catalog-before__doc-heading::before {
  content: none;
}

.catalog-before__doc-text {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin-top: 0.2em;
  color: #00223F;
}
.catalog-before__doc-text .checkmark003 {
  padding-left: 24px;
  position: relative;
}
.catalog-before__doc-text .checkmark003::before, .catalog-before__doc-text .checkmark003::after {
  content: "";
  display: block;
  position: absolute;
}
.catalog-before__doc-text .checkmark003::before {
  width: 18px;
  height: 18px;
  border-radius: 100vh;
  background-color: #00223F;
  left: -10px;
  top: 0;
}
.catalog-before__doc-text .checkmark003::after {
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -6px;
  top: 5px;
}

/* slickスタイル */
.slick-slider .slick-list {
  padding: 5px 0;
}
.slick-slider .img-wrap {
  height: auto;
}
.slick-slider .img-wrap figure {
  width: min(100%, 360px) !important;
  height: auto;
  aspect-ratio: 360/202.45;
  margin: 0 auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.slick-slider .img-wrap figure.has-text {
  position: relative;
}
.slick-slider .img-wrap figure.has-text .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .img-wrap figure.has-text .text__content {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.catalog-after {
  width: min(50%, 420px);
  background-color: #fff;
  padding: 27px 39.34px 0;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}
@media (max-width: 768px) {
  .catalog-after {
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 520px) {
  .catalog-after {
    padding: 27px 9.5px;
  }
}

.catalog-after__text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
}

/* マルケトフォームスタイル */
.mktoForm {
  width: initial !important;
  padding-top: 2px !important;
}
@media (max-width: 520px) {
  .mktoForm {
    padding-top: 21px !important;
  }
}
.mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 0 !important;
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoFormRow {
  margin-bottom: 23px !important;
}
@media (max-width: 520px) {
  .mktoForm .mktoFormRow {
    margin-bottom: 20px !important;
  }
}
.mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: 48% !important;
}
.mktoForm .mktoFormRow:first-of-type .mktoClear {
  display: none;
}
.mktoForm .mktoFormRow:first-of-type .mktoError {
  bottom: -50px !important;
}
.mktoForm .mktoFormRow:last-of-type {
  margin-top: 7px;
}
.mktoForm .mktoFormRow:last-of-type .mktoFieldWrap strong {
  padding: 1px !important;
}
.mktoForm .mktoFormRow:last-of-type .mktoFieldWrap strong a {
  padding: 1px !important;
  color: #00223F;
  text-decoration: underline;
}
.mktoForm .mktoFormRow:nth-last-of-type(1), .mktoForm .mktoFormRow:nth-last-of-type(2), .mktoForm .mktoFormRow:nth-last-of-type(3) {
  margin-bottom: 0 !important;
}
.mktoForm .mktoFormRow:nth-last-of-type(4) {
  margin-top: 27px !important;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm .mktoFieldWrap .mktoHtmlText {
  font-size: 14px;
  font-weight: normal;
  margin: -41px 0 0 23px;
  position: absolute;
  bottom: 30px;
  width: 100% !important;
}
@media (max-width: 360px) {
  .mktoForm .mktoFieldWrap .mktoHtmlText {
    font-size: 12px;
    font-weight: normal;
    bottom: 31px;
  }
}
.mktoForm .mktoFieldWrap .mktoHtmlText strong {
  padding: 1px !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText strong a {
  padding: 1px !important;
  color: #00223F;
  text-decoration: underline;
  display: inline-block;
}
.mktoForm label.mktoLabel {
  float: initial;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 3px;
  width: initial !important;
  display: none;
}
.mktoForm #Lblpersonal_information {
  display: none;
}
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoField {
  float: initial;
}
.mktoForm .mktoField.mktoRequired {
  width: 100% !important;
}
.mktoForm .mktoCheckboxList {
  width: initial !important;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  bottom: 37px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  font-size: 16px !important;
  font-weight: bold;
  width: 100%;
  background-image: initial !important;
  background-color: #00223F !important;
  border: 1px solid #00223F !important;
  border-radius: 5px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
  border: none;
  opacity: 0.8;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  background-color: #00223F;
}
.mktoForm .mktoError {
  bottom: -35px !important;
}
.mktoForm input#Company {
  width: 100% !important;
  border: 1px solid #ababab !important;
}
.mktoForm input:not([type=checkbox]), .mktoForm input:not([type=radio]), .mktoForm input:not([type=button]) {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0.5em !important;
}
@media (max-width: 480px) {
  .mktoForm input:not([type=checkbox]), .mktoForm input:not([type=radio]), .mktoForm input:not([type=button]) {
    height: 36px !important;
    font-size: 14px !important;
  }
}
.mktoForm input#personal_information {
  height: initial !important;
}
.mktoForm select, .mktoForm textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0.5em;
}
@media (max-width: 480px) {
  .mktoForm select, .mktoForm textarea {
    height: 36px !important;
    font-size: 14px !important;
  }
}
.mktoForm select {
  -webkit-appearance: none;
  appearance: none;
  background: url("/img/common/icn_select_polygon.webp") no-repeat;
  background-size: 14px auto;
  background-position: right 12px center;
  font-size: 14px !important;
  padding-left: 0.5em !important;
}

#catalog-complete {
  padding: 90px 0 50px;
}
#catalog-complete .text--first {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00223F;
}
@media (max-width: 768px) {
  #catalog-complete .text--first {
    font-size: 20px;
    font-weight: bold;
  }
}
#catalog-complete .text--second {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2.5em;
  text-align: center;
}
@media (max-width: 768px) {
  #catalog-complete .text--second {
    font-size: 14px;
    font-weight: normal;
  }
}
#catalog-complete .text--second__link {
  color: #454545;
}