@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.contents-type1 .box-in .inquiry-contents {
  max-width: 1230px;
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
  position: relative;
}
.contents-type1 .box-in .inquiry-contents .inquiry-top-ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .inquiry-contents .inquiry-ttl {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .inquiry-contents .inquiry-ttl.size-l {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
}
.contents-type1 .box-in .inquiry-contents .inquiry-lead-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .inquiry-contents .img-slider {
  width: 640px;
  margin: 60px auto 90px auto;
  opacity: 0;
  transition: opacity 0.3s linear;
  position: relative;
}
.contents-type1 .box-in .inquiry-contents .img-slider.slick-initialized {
  opacity: 1;
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-next {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-next:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-prev {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-prev:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li:last-child {
  margin: 0;
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DBDBDB;
  text-indent: -9999px;
  cursor: pointer;
}
.contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li.slick-active button {
  background: #005BAC;
}
.contents-type1 .box-in .inquiry-contents .btn-download {
  width: 460px;
  height: 80px;
  margin: 60px auto 0 auto;
}
.contents-type1 .box-in .inquiry-contents .btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #005bac;
  position: relative;
}
.contents-type1 .box-in .inquiry-contents .btn-download a .btn-text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #005bac;
}
.contents-type1 .box-in .inquiry-contents .btn-download a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 34.5px;
  right: 30.5px;
  width: 12.1px;
}
.contents-type1 .box-in .inquiry-contents .btn-download:hover .btn-arrow {
  animation: arrow_down 0.5s;
}
.contents-type1 .box-in .inquiry-contents .form {
  margin-top: 60px;
}
.contents-type1 .box-in .inquiry-contents .form .form-block {
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  padding: 30px 0;
  position: relative;
}
.contents-type1 .box-in .inquiry-contents .form .form-block:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 220px;
  height: 1px;
  background-color: #005bac;
}
.contents-type1 .box-in .inquiry-contents .form .form-block:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.contents-type1 .box-in .inquiry-contents .form .form-block:last-child:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 220px;
  height: 1px;
  background-color: #005bac;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-label {
  width: 220px;
  padding-left: 20px;
  display: flex;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-label p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-label span {
  margin: 0 0 0 6px;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-label span.required {
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  color: #fff;
  background-color: #d00;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box {
  width: calc(100% - 220px);
  padding-left: 40px;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field {
  width: 81.5%;
  border-radius: 8px;
  background: #f5f5f5;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field input {
  width: 100%;
  font-size: 16px;
  padding: 28px 24px;
  box-sizing: border-box;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field textarea {
  width: 100%;
  height: 180px;
  font-size: 16px;
  padding: 28px 24px;
  box-sizing: border-box;
  border: none;
  resize: none;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .flex-box {
  display: flex;
  justify-content: space-between;
  width: 81.5%;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .flex-box .form-field {
  width: calc((100% - 20px) / 2);
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap {
  display: flex;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap label input {
  display: none;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-right: 40px;
  cursor: pointer;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box .radio-txt {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box .radio-txt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #adadad;
  position: absolute;
  top: -2px;
  left: 0;
}
.contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box:has(:checked) .radio-txt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #005bac;
  position: absolute;
  top: 4px;
  left: 6px;
}
.contents-type1 .box-in .inquiry-contents .btn-more {
  margin: 50px auto 0 auto;
}
.contents-type1 .box-in .inquiry-contents .btn-more a .btn-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .inquiry-contents {
    width: 85.3587115666%;
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .inquiry-contents {
    width: calc(100% - 50px);
    margin: 30px auto 0 auto;
  }
  .contents-type1 .box-in .inquiry-contents .inquiry-top-ttl {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
  }
  .contents-type1 .box-in .inquiry-contents .inquiry-ttl {
    font-size: 26px;
    text-align: left;
  }
  .contents-type1 .box-in .inquiry-contents .inquiry-ttl.size-l {
    font-size: 26px;
    line-height: 38px;
    text-align: left;
  }
  .contents-type1 .box-in .inquiry-contents .inquiry-lead-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider {
    width: calc(100% - 24px);
    margin: 30px auto 50px auto;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-next {
    width: 46px;
    height: 46px;
    right: -23px;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 8.53px;
    height: 9.27px;
    background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
    background-size: 8.53px 9.27px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-prev {
    width: 46px;
    height: 46px;
    left: -23px;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 8.53px;
    height: 9.27px;
    background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
    background-size: 8.53px 9.27px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li:last-child {
    margin: 0;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #DBDBDB;
    text-indent: -9999px;
    cursor: pointer;
  }
  .contents-type1 .box-in .inquiry-contents .img-slider .slick-dots li.slick-active button {
    background: #005BAC;
  }
  .contents-type1 .box-in .inquiry-contents .btn-download {
    width: 100%;
    max-width: 400px;
    height: 70px;
    margin: 30px auto 0 auto;
  }
  .contents-type1 .box-in .inquiry-contents .btn-download a {
    height: 100%;
    border-radius: 35px;
  }
  .contents-type1 .box-in .inquiry-contents .btn-download a .btn-text {
    line-height: 20px;
    text-align: center;
  }
  .contents-type1 .box-in .inquiry-contents .btn-download a .btn-arrow {
    position: absolute;
    overflow: hidden;
    top: 29px;
    right: 30px;
  }
  .contents-type1 .box-in .inquiry-contents .form {
    margin-top: 30px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block {
    display: block;
    padding: 25px 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block:before {
    width: 80px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block:last-child:after {
    width: 80px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-label {
    width: 100%;
    padding-left: 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box {
    width: 100%;
    margin-top: 18px;
    padding-left: 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field {
    width: 100%;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field input {
    width: 100%;
    padding: 24px 24px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .form-field textarea {
    width: 100%;
    height: 260px;
    padding: 24px 24px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .flex-box {
    display: block;
    width: 100%;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .flex-box .form-field {
    width: 100%;
    margin-top: 16px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .flex-box .form-field:first-child {
    margin-top: 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap {
    display: block;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap label input {
    display: none;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    display: block;
    margin: 18px 0 0 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box:first-child {
    margin: 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box .radio-txt {
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box .radio-txt:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #adadad;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .contents-type1 .box-in .inquiry-contents .form .form-block .form-dec-box .radio-wrap .radio-box:has(:checked) .radio-txt::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #005bac;
    position: absolute;
    top: 4px;
    left: 6px;
  }
  .contents-type1 .box-in .inquiry-contents .btn-more {
    margin: 40px auto 0 auto;
  }
}

.documents-contents {
  margin-top: 20px;
}
.documents-contents .container-in {
  max-width: 1470px;
  margin: 0 auto 0 auto;
}
.documents-contents .material-box .documents-list {
  display: flex;
  flex-wrap: wrap;
}
.documents-contents .material-box .documents-list .documents-box {
  width: 31%;
  margin: 40px 0 0 3.5%;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 35px;
}
.documents-contents .material-box .documents-list .documents-box:nth-child(3n+1) {
  margin: 40px 0 0 0;
}
.documents-contents .material-box .documents-list .documents-box .item-img {
  overflow: hidden;
  border-radius: 16px;
}
.documents-contents .material-box .documents-list .documents-box .item-dec-box {
  margin-top: 20px;
}
.documents-contents .material-box .documents-list .documents-box .item-dec-box .item-sub-ttl {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #005cac;
}
.documents-contents .material-box .documents-list .documents-box .item-dec-box .item-text {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #2c2c2c;
}
.documents-contents .material-box .documents-list .documents-box .btn-download {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 210px;
  height: 52px;
}
.documents-contents .material-box .documents-list .documents-box .btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 26px;
  border: 1px solid #005bac;
  position: relative;
}
.documents-contents .material-box .documents-list .documents-box .btn-download a .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #005bac;
}
.documents-contents .material-box .documents-list .documents-box .btn-download a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 21px;
  right: 16px;
  width: 7.9px;
}
.documents-contents .material-box .documents-list .documents-box:hover {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
}
.documents-contents .material-box .documents-list .documents-box:hover .btn-download .btn-arrow {
  animation: arrow 0.5s;
}
@media screen and (max-width: 1670px) {
  .documents-contents .container-in {
    max-width: calc(100% - 200px);
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 1366px) {
  .documents-contents .container-in {
    max-width: calc(85.3587115666% + 30px);
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 768px) {
  .documents-contents {
    margin-top: 30px;
  }
  .documents-contents .container-in {
    width: calc(100% - 20px);
  }
  .documents-contents .material-box .documents-list {
    display: block;
  }
  .documents-contents .material-box .documents-list .documents-box {
    width: 100%;
    margin: 32px 0 0 0;
    transition: box-shadow 0.3s;
    border-radius: 10px;
    padding: 40px 30px;
  }
  .documents-contents .material-box .documents-list .documents-box:nth-child(3n+1) {
    margin: 32px 0 0 0;
  }
  .documents-contents .material-box .documents-list .documents-box .item-img {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 448px;
  }
  .documents-contents .material-box .documents-list .documents-box .item-dec-box {
    margin-top: 0;
  }
  .documents-contents .material-box .documents-list .documents-box .item-dec-box .item-sub-ttl {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .documents-contents .material-box .documents-list .documents-box .btn-download {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 320px;
    height: 52px;
  }
  .documents-contents .material-box .documents-list .documents-box .btn-download a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 26px;
    border: 1px solid #005bac;
    position: relative;
  }
  .documents-contents .material-box .documents-list .documents-box .btn-download a .btn-text {
    font-size: 14px;
  }
  .documents-contents .material-box .documents-list .documents-box .btn-download a .btn-arrow {
    position: absolute;
    overflow: hidden;
    top: 22px;
    right: 16px;
    width: 11.2px;
  }
  .documents-contents .material-box .documents-list .documents-box:hover {
    box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
  }
  .documents-contents .material-box .documents-list .documents-box:hover .btn-download .btn-arrow {
    animation: arrow 0.5s;
  }
}

#pardot-form form.form span.value {
  display: block;
  margin-left: 0 !important;
}/*# sourceMappingURL=contact.css.map */