@charset "UTF-8";

/*---------------------
　共通
-----------------------*/
footer {
  margin-top: 0;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */

.contents .sec-message {
  padding: 120px 0 0;
  color: #282d4b;
}
.contents .message-ttl {
  margin-bottom: 20px;
}
.contents .message-heading {
  margin: 0 0 50px;
}
.contents .message-desc {
  margin: 0 0 160px;
  padding: 0;
}
.contents .sec-check {
  padding: 40px 0 0;
  color: #282d4b;
}

.contents .sec-check .wi1100 {
  position: relative;
}
.contents .check-ttl {
  margin-bottom: 20px;
}

.contents .check-heading {
  margin: 0 0 90px;
}

.contents .check-img {
  position: absolute;
  top: -147px;
  right: -200px;
  width: 455px;
  display: none;
  aspect-ratio: 1;
  z-index: -1;
}
.contents .check-img img {
  display: block;
  width: 100%;
}
.contents .check-tab__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 40px;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
}
.contents .check-tab__head > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  background: #e8f5fd;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.contents .caption.sm {
font-size: 0.9rem;
	}
@media (any-hover: hover) {
  .contents .check-tab__head > *:hover {
    opacity: 0.7;
  }
}
.contents .check-tab__head > *::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  border-top: 15px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.contents .check-tab__head > * span {
  display: block;
  background: white;
  color: #285a96;
  border-radius: 15px;
  text-align: center;
  padding: 5px 0 7px;
  letter-spacing: 0.03em;
}
.contents .check-tab__head > *.is-active {
  background: #285a96;
  cursor: inherit;
}
@media (any-hover: hover) {
  .contents .check-tab__head > *.is-active:hover {
    opacity: 1;
  }
}
.contents .check-tab__head > *.is-active::before {
  border-top-color: #285a96;
}
.contents .check-tab__head > *.is-active span {
  color: #285a96;
}
.contents .check-tab__head.sp {
  display: none;
}
.contents .check-tab__head.sp > * {
  border-radius: 0 0 15px 15px;
}
.contents .check-tab__head.sp > *::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: auto;
  bottom: 100%;
}
.contents .check-tab__body {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px;
}
.contents .check-tab__body::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #aadcf0;
}
.contents .check-tab__body-item {
  background: white;
  padding: 80px 50px 50px;
  border-radius: 30px;
  display: none;
}
.contents .check-tab__body-item.is-active {
  display: block;
}
.contents .check-tab__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: center;
  gap: 50px;
  padding: 0 0 90px 10px;
}
.contents .check-tab__flex-img {
  width: 360px;
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.9047619048;
}
.contents .check-tab__flex-img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contents .check-tab__flex-img img {
  border-radius: 30px;
}

.contents .check-tab__flex-ct {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  gap: 20px;
  padding: 0;
}

.contents .check-tab__flex-ttl {
  font-size: 2.6rem;
  line-height: 2;
  font-weight: bold;
  background: #285a96;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  margin: 0;
  padding: 5px 39px 7px;
  letter-spacing: 0.03em;
}

.contents .check-tab__flex-desc {
  margin: 0;
}
.contents .check-tab__ttl {
  font-size: 3rem;
  line-height: 1.5714285714;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: grid;
  text-align: center;
  color: #285a96;
  gap: 3px;
  margin: 0 0 40px;
}

.contents .check-tab__ttl small {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
.contents .check-tab__list {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0 0 50px;
}

.contents .check-tab__list + .check-tab__ttl {
  margin-bottom: 20px;
}

.contents .check-tab__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 26px;
  padding: 0 0 3rem 0;
}
.contents .check-tab__list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents .check-tab__list-item:nth-child(2) .check-tab__list-ct {
  border-radius: 30px 30px 0 30px;
}

.contents .check-tab__list-img {
  width: 135px;
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}
.contents .check-tab__list-img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contents .check-tab__list-img img {
  border-radius: 50%;
	    border: 2px solid #e9e9e9;
}
.contents .check-tab__list-ct {
  width: 690px;
  position: relative;
  display: grid;
  gap: 12px;
  background: #e8f5fd;
  border-radius: 30px 30px 30px 0;
  padding: 30px 39px 36px;
}

.contents .check-tab__list-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin: 0;
}

.contents .check-tab__list-tags {
  display: -ms-flexbox;
  display: -webkit-box;
	margin-top: 1rem;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  font-weight: 500;
  line-height: 1.7142857143;
}

.contents .check-tab__list-tags span {
  background: white;
  color: #285a96;
  border-radius: 24px;
  padding: 0 12px;
}

.contents .check-tab__designate {
  margin: 0 auto 5rem;
  padding: 0 0 0 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 90%;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
}

.contents .check-tab__designate-item {
  border: 3px solid #aadcf0;
  border-radius: 30px;
  padding: 19px 30px 21px 80px;
  position: relative;
  text-align: left;
}

.contents .check-tab__designate-item::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 26px;
  background: url(img/ico-checkmark.png) no-repeat center/contain;
  top: calc(50% - 13px);
  left: 30px;
}

.contents .check-tab__btn {
  padding: 0 9px;
}
.contents .sec-work {
  padding: 150px 0 140px;
  background: #1473b9;
  position: relative;
  color: #282d4b;
}

.contents .sec-work::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 0;
  bottom: 60px;
  left: 50px;
  background: white;
  border-radius: 30px 0 0 30px;
}

.contents .sec-work .wi1100 {
  position: relative;
  z-index: 1;
}
.contents .work-ttl {
  margin: 0 0 14px;
}

.contents .work-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.contents .work-flex__left {
  width: 490px;
}

.contents .work-flex__heading {
  gap: 5px;
}

.contents .work-flex__desc {
  margin: 27px 0 0;
}

.contents .work-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-bottom: 48px;
}

.contents .work-row__desc {
  display: grid;
  gap: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 11px 0 0;
  letter-spacing: 0.03em;
}

.contents .work-row__desc p {
  margin: 0;
}
.contents .work-row__info {
  background: #e8f5fd;
  border-radius: 30px;
  width: 550px;
  position: relative;
  padding: 50px 40px 35px;
}

.contents .work-row__ttl {
  margin: 0 auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  background: #285a96;
  color: white;
  border-radius: 15px 15px 15px 0;
  padding: 10px 30px 13px;
}

.contents .work-row__list {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  letter-spacing: 0.03em;
}

.contents .work-row__list-item {
  padding: 0 0 15px 45px;
  position: relative;
  line-height: 1.8571428571;
  font-size: 1.8rem;
}

.contents .work-row__list-item:not(:last-child) {
  border-bottom: 1px solid #aadcf0;
}
.contents .work-row__list-item::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 26px;
  background: url(img/ico-checkmark.png) no-repeat center/contain;
  top: 3px;
  left: 0;
}

.contents .sec-knowledge {
  padding: 170px 0 70px;
  background: none;
  position: relative;
  color: #282d4b;
}

.contents .sec-knowledge::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 50px;
  bottom: 0;
  left: 0;
  background: #e4f3ff;
  border-radius: 0 30px 30px 0;
}

.contents .sec-knowledge .wi1100 {
  position: relative;
}
.contents .knowledge-right {
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.contents .knowledge-right__ttl {
  margin-bottom: 20px;
}

.contents .knowledge-right__heading {
  margin: 0 0 7px;
}

.contents .knowledge-right__heading02 {
  margin: 0;
}
.contents .knowledge-img {
  position: absolute;
  top: -305px;
  left: -200px;
  display: none;
  width: 644px;
}

.contents .knowledge-img img {
  display: block;
  width: 100%;
}
.contents .knowledge-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
  padding: 0;
  margin: 0;
}

.contents .knowledge-list__item {
  width: calc(50% - 20px);
  margin: 0;
  background: white;
  border-radius: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 523px;
  padding: 40px;
}


.contents .knowledge-list__item:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 40px;
}
.contents .knowledge-list__item:first-child {
  border-radius: 0 30px 30px 30px;
}
.contents .knowledge-list__item:nth-child(2) {
  border-radius: 30px 0 30px 30px;
}
.contents .knowledge-list__item:nth-child(3) {
  border-radius: 30px 30px 30px 0;
}
.contents .knowledge-list__item:nth-child(4) {
  border-radius: 30px 30px 0 30px;
}


.contents .knowledge-list__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 19px;
  margin-bottom: 15px;
}

.contents .knowledge-list__ttl img {
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 60px;
}

.contents .knowledge-list__ttl-txt {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.contents .knowledge-list__txt {
  display: grid;
  gap: 18px;
  margin-bottom: 63px;
}
.contents .knowledge-list__txt p {
  margin: 0;
}
.contents .knowledge-list__txt .c-txt__01 {
  letter-spacing: 0.03em;
}
.contents .knowledge-list__txt .c-txt__02 {
  color: #999999;
  font-size: 1.2rem;
}
.contents .knowledge-list__txt .c-txt__02 a {
  color: inherit;
}

.contents .knowledge-list__txt .c-txt__02 a:hover {
  text-decoration: underline;
}

.contents .knowledge-list__btn:hover {
  opacity: 0.6;
}

.contents .knowledge-list__box {
  background: #f5f5f5;
  position: relative;
  border-radius: 30px;
  padding: 40px 45px 30px;
  margin: 0 0 38px;
}
.contents .knowledge-list__box-ttl {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.03em;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  background: #285a96;
  color: white;
  position: absolute;
  top: -25px;
  left: 40px;
  right: 40px;
  border-radius: 15px 15px 15px 0;
  margin: 0;
  padding: 0px 25px;
}

.contents .knowledge-list__box-ttl small {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.contents .knowledge-list__box-desc {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.contents .knowledge-list__box-desc span {
  color: #ff8200;
}

.contents .knowledge-list__group {
  margin: 0;
  padding: 5px 0 7px 0;
  letter-spacing: 0.03em;
  font-weight: bold;
  display: grid;
  gap: 8px;
}

.contents .knowledge-list__group-item {
  padding: 0 0 0 21px;
  position: relative;
}

.contents .knowledge-list__group-item::before {
  content: "";
  border-radius: 50%;
  background: #97cd1a;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 12px;
  height: 12px;
}

.contents .sec-howto {
  background: white;
  color: #282d4b;
  padding: 150px 0 0;
}

.contents .howto-ttl {
  margin-bottom: 20px;
}

.contents .howto-heading {
  margin: 0 0 100px;
}

.contents .howto-desc {
  margin: 0 0 53px;
}

.contents .howto-row__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 130px;
}

.contents .howto-row__ttl img {
  position: absolute;
  z-index: -1;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 201px;
  margin: auto;
}

.contents .howto-row__ttl p {
  margin: 0;
}

.contents .howto-row__ttl--second {
  margin: 0 0 140px;
}
.contents .howto-row__ttl--second img {
  width: 246px;
  right: 1.7%;
  top: 53.8%;
  opacity: 0.6;
}

.contents .howto-row__ttl--three {
  margin: 0 0 110px;
}
.contents .howto-row__ttl--three img {
  width: 246px;
  opacity: 0.5;
}

.contents .howto-row__ttl-txt {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: bold;
  color: white;
  letter-spacing: 0.06em;
  margin: 0 0 -4px !important;
}

.contents .howto-row__img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 64px;
}

.contents .howto-row__img img {
  width: 40px;
  height: auto;
}

.contents .howto-row__img--second {
  margin-bottom: 74px;
  opacity: 0.5;
}

.contents .howto-list__item {
  position: relative;
  padding: 0 0 80px;
}
.contents .howto-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  background: #285a96;
  border-radius: 60px 0 0 60px;
}
.contents .howto-list__item .wi1100 {
  position: relative;
}
.contents .step-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 100px;
}

.contents .step-list__item {
  position: relative;
  padding: 0 0 90px;
}

.contents .step-list__item:nth-child(even)::before {
  right: 50px;
  left: 0;
  border-radius: 0 30px 30px 0;
}
.contents .step-list__item:nth-child(even) .step-list__ttl {
     margin: 0 0 60px;
    padding: 20px 40px 26px 40px;
	border-radius:15px 15px 15px 0;
}


.contents .step-list__item::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 50px;
  background: #285a96;
  border-radius: 30px 0 0 30px;
}

.contents .step-list__item .wi1100 {
  position: relative;
}
.contents .step-list__ttl {
  margin: 0 0 50px;
  padding: 20px 50px 26px 50px;
}

.contents .step-list__checkmark {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: white;
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 0 60px;
}
.contents .step-list__checkmark::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 37px;
  height: 36px;
  background: url(img/ico-checkmark-white.png) no-repeat center/contain;
}

.contents .step-list__checkmark span {
  color: #ffab79;
}
.contents .step-list__checkmark--second {
  width: 77.3%;
  margin: 0 0 70px auto;
}

.contents .step-list__box {
  width: 900px;
  background: white;
  border-radius: 0 30px 30px 30px;
  padding: 40px 70px 60px;
  margin: 0 0 -30px;
}

.contents .step-list__box-ttl {
  font-size: 2.6rem;
  line-height: 1.4166666667;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #285a96;
  margin: 0 0 25px;
}

.contents .step-list__box .c-txt__01 {
  margin: 0 0 18px;
  letter-spacing: 0.03em;
}
.contents .step-list__box .c-txt__02 {
  margin: 0;
  color: #666666;
}
.contents .step-list__method {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.contents .step-list__method--second {
  width: 945px;
  margin: 0 auto 20px;
}

.contents .step-list__method-item {
  width: calc(50% - 20px);
  position: relative;
  z-index: 1;
  padding: 0 40px 44px 40px;
}
.contents .step-list__method-item::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e8f5fd;
  border-radius: 0 30px 30px 30px;
  z-index: -1;
}
.contents .step-list__method-item--full {
  width: 100%;
  padding: 0 50px 40px 50px;
}
.contents .step-list__method-item--full::before {
  top: 50px;
  right: 0;
  border-radius: 30px;
}

.contents .step-list__method-content {
  display: grid;
  gap: 49px;
}

.contents .step-list__method-ttl {
  margin: 0 0 40px;
  min-height: 106px;
  width: 100%;
  gap: 15px;
}


.contents .step-list__method-ttl h4{
  font-weight:bold;
}
.contents .step-list__method-ttl--second {
  min-height: 89px;
}

.contents .step-list__method-box {
  border-radius: 20px;
  padding: 0 40px 30px 40px;
  display: grid;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.contents .step-list__method-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  border-radius: 0 30px 30px 30px;
}
.contents .step-list__method-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 26px);
  width: 52px;
  height: 29px;
  background: url(img/ico-arrow-down.png) no-repeat center/contain;
}

.contents .step-list__method-box--second {
  padding-top: 25px;
}
.contents .step-list__method-box--second::before {
  top: 0;
}

.contents .step-list__method-head {
  font-size: 1.8rem;
  line-height: 1.625;
  font-weight: bold;
  background: #285a96;
  color: white;
  text-align: center;
  border-radius: 15px 15px 15px 0;
  padding: 10px 20px 10px;
  letter-spacing: 0.03em;
  margin: 0;
}

.contents .step-list__method-desc {
  letter-spacing: 0.03em;
  margin: 0;
}
.contents .step-list__method-list {
  display: grid;
  gap: 60px;
  margin-bottom: -8px;
}

.contents .step-list__method-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 20px 15px 21px 0;
}
.contents .step-list__method-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40px;
  border-radius: 15px;
  background: white;
}
.contents .step-list__method-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 17px);
  left: calc(50% - 25px);
  width: 52px;
  height: 29px;
  background: url(img/ico-arrow-down.png) no-repeat center/contain;
}

.contents .step-list__method-icon .c-txt__01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
}
.contents .step-list__method-icon .c-txt__03 {
  width: 75px;
  margin: 0;
  font-size: 1.8rem;
}

.contents .step-list__method-img {
  width: 80px;
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}
.contents .step-list__method-img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contents .step-list__method-img img {
  border-radius: 50%;
}
.contents .step-list__method-note {
  letter-spacing: 0.03em;
  margin: 0;
}
.contents .step-list__img {
  width: 549px;
  margin: 0 0 -555px -440px;
  display: none;
}

.contents .sec-interview {
  padding: 140px 0 190px;
  background: white;
}
.contents .sec-interview .wi1100 {
  position: relative;
  z-index: 1;
}
.contents .interview-ttl {
  margin-bottom: 20px;
}

.contents .interview-heading {
  gap: 7px;
  margin-bottom: 80px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 60px 0 0;
}
.contents .interview-heading span {
  display: block;
}
.contents .interview-heading:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("img/icon_sub.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents .interview-img {
  position: absolute;
  top: 48px;
  right: 17px;
  width: 175px;
  height: auto;
  z-index: -1;
}

.contents .interview-img img {
  display: block;
  width: 100%;
}
.contents .interview-slider {
  margin: 0 -30px;
}
.contents .interview-slider__item {
  padding: 0 30px;
  text-decoration:none;
}
.contents .interview-slider__flex {
  background: #1473b9;
  color: white;
  border-radius: 30px;
  padding: 85px 0 90px 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 60px;
  position:relative;
}


	.contents .interview-slider__flex::after {
		position: absolute;
		content: "";
		width: 140px;
		background: url(img/arrow-bottom_interview.png) no-repeat 50% / contain;
		height: 50px;
		border-radius: 50%;
		top: calc(86%);
		transform: none;
		right: 44px;
	}

.contents .interview-slider__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contents .interview-slider__ttl {
  margin: -14px 0 30px;
}
.contents .interview-slider__ttl small {
  letter-spacing: 0.03em;
}

.contents .interview-slider__ct {
  background: white;
  color: #282d4b;
  border-radius: 0 30px 30px 30px;
  padding: 20px 25px 23px;
  letter-spacing: 0.03em;
}
.contents .interview-slider__ct p {
  margin: 0;
}
.contents .interview-slider__right {
  width: 450px;
}

.contents .interview-slider__img img {
  display: block;
  width: 100%;
	 border: 3px solid #dcebf5;
  border-right: none;
  height: auto;
  border-radius: 30px 0 0 30px;
}

.contents .interview-slider__caption {
  background: #282d4b;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 0 0 auto;
  width: 89%;
  text-align: center;
  padding: 7px 5px 9px;
  letter-spacing: 0.03em;
  border-radius: 0 0 0 15px;
}

.contents .interview-slider .slick-list {
  overflow: inherit;
}
.contents .interview-slider .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 100px;
  background: #282d4b;
}
.contents .interview-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid white;
}
.contents .interview-slider .slick-prev {
  left: -10px;
  border-radius: 15px 0 0 15px;
}
.contents .interview-slider .slick-prev::before {
  border-top: none;
  border-right: none;
  left: 58%;
}
.contents .interview-slider .slick-next {
  right: -10px;
  border-radius: 0 15px 15px 0;
}
.contents .interview-slider .slick-next::before {
  border-bottom: none;
  border-left: none;
  left: 42%;
}
.contents .interview-slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: -47px;
}
.contents .interview-slider .slick-dots li {
  padding: 0;
  margin: 0 15px;
}
.contents .interview-slider .slick-dots li button {
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dcebf5;
}
.contents .interview-slider .slick-dots li button::before {
  display: none;
}
.contents .interview-slider .slick-dots li.slick-active button {
  background: #1473b9;
}
.contents .sec-process {
  padding: 110px 0 90px;
  background: white;
  color: #282d4b;
  position: relative;
}
.contents .sec-process::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  background: #e8f5fd;
  border-radius: 30px 0 0 30px;
}

.contents .sec-process .wi1100 {
  position: relative;
}
.contents .sec-process .question-box {
  margin: 0 0 130px;
}

.contents .process-ttl {
  margin-bottom: 20px;
}

.contents .process-heading {
  margin: 0 0 90px;
  gap: 7px;
}

.contents .process-box {
  background: white;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 800px;
  padding: 0 60px 50px;
  margin: 0 auto 100px;
}
.contents .process-box__inn {
  width: 100%;
  margin: 0 auto;
}

.contents .process-box__ttl {
  margin: 0 auto -17px;
  -webkit-transform: translateY(-49px);
  -ms-transform: translateY(-49px);
  transform: translateY(-49px);
}

.contents .process-box__desc {
  margin: 0;
  letter-spacing: 0.03em;
}
.contents .process-info {
  margin-bottom: 90px;
}
@media screen and (min-width: 481px) {
  .contents .process-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 50px;
  }
}

.contents .process-info__img {
  width: 450px;
}
.contents .process-info__img img {
  display: block;
  width: 100%;
  border-radius: 30px 30px 30px 0;
}

.contents .process-info__ct {
  padding: 0 0 8px;
}
@media screen and (min-width: 481px) {
  .contents .process-info__ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    gap: 31px;
  }
}

.contents .process-info__ct p {
  margin: 0;
}

.contents .process-info__ct .c-ttl__02 small {
  letter-spacing: 0.03em;
}
.contents .process-info__ct .c-txt__01 {
  letter-spacing: 0.03em;
}
.contents .sec-sponsored {
  padding: 7rem 0 70px;
}

.contents .sec-offices {
  background-color: #dcebf5;
  background-image: url(img/offices-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  border-radius: 60px 60px 0 0;
  text-align: center;
  padding: 140px 0 170px;
}

.contents .offices-ttl {
  margin: 0 0 30px;
}

.contents .offices-desc {
  margin: 0 0 70px;
  letter-spacing: 0.03em;
}

.contents .offices-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.contents .offices-list__item {
  padding: 0;
}
.contents .offices-list__link {
  text-decoration: none;
  border-radius: 0 30px 30px;
  background: white;
  padding: 32px 10px 33px;
  display: grid;
  gap: 10px;
}
.contents ul li a:hover,
.contents ol li a:hover {
  opacity: 0.6;
  text-decoration: none;
}


.contents .offices-list__ttl {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: bold;
  position: relative;
  color: #285a96;
  margin: 0 0 5px;
  padding: 0 65px;
  letter-spacing: 0.03em;
}
.contents .offices-list__ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 39px;
  width: 23px;
  height: 23px;
  background: url(img/arrow-right-dark.png) no-repeat 50%/contain;
}

.contents .offices-list .c-txt__01 {
  letter-spacing: 0.03em;
}








@media screen and (max-width: 480px) {

  .contents .sec-message {
    padding: 50px 4% 0;
  }
  
  .contents .message-ttl {
    margin-bottom: 14px;
  }
  
  .contents .message-heading {
    margin: 0 0 20px;
  }
  
  .contents .message-desc {
    margin: 0 0 90px;
    padding: 0;
  }
  
  .contents .sec-check {
    padding: 26px 4% 30px;
  }
  
  .contents .check-ttl {
    margin-bottom: 10px;
  }
  
  .contents .check-heading {
    margin: 0 0 36px;
  }
  
  .contents .check-img {
    width: 141px;
    right: calc((100% - 100vw) / 2);
    top: -51px;
  }
  
  .contents .check-tab__head {
    font-size: 1.6rem;
    line-height: 1.5;
    gap: 2px;
    margin: 0 -10px;
  }
  
  .contents .check-tab__head > * {
    padding: 10px;
    border-radius: 15px 15px 0 0;
  }
  
  .contents .check-tab__head > *::before {
    border-top-width: 8px;
    border-left-width: 10px;
    border-right-width: 10px;
    left: calc(50% - 10px);
  }
  
  .contents .check-tab__head > * span {
    border-radius: 7px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .contents .check-tab__head.sp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  
  .contents .check-tab__body {
    padding: 30px 0;
  }
  
  .contents .check-tab__body-item {
    padding: 25px 25px 39px;
    border-radius: 15px;
  }
  
  .contents .check-tab__flex {
    padding: 0 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  
  .contents .check-tab__flex-img {
    width:80%;
  }
  
  .contents .check-tab__flex-img img {
    border-radius: 0 15px 15px 15px;
  }
  
  .contents .check-tab__flex-ct {
    padding: 0;
    margin: auto;
    gap: 10px;
  }
  
  .contents .check-tab__flex-ttl {
    font-size: 1.8rem;
    padding: 3px 29px 6px;
    border-radius: 7px;
    margin: -4rem auto 1rem;
    z-index: 1;
  }
  
  .contents .check-tab__ttl {
    font-size: 2.1rem;
    line-height: 1.6666666667;
    text-align: center;
    margin: 0 0 50px;
  }
  
  .contents .check-tab__ttl small {
    font-size: 1.6rem;
  }
  
  .contents .check-tab__list {
    gap: 20px;
    margin: 0 0 20px;
  }
  
  .contents .check-tab__list + .check-tab__ttl {
    text-align: center;
    margin-bottom: 22px;
  }
  
  .contents .check-tab__list-item:nth-child(even) .check-tab__list-img {
    margin: 0;
  }
  
  .contents .check-tab__list-item:nth-child(even) .check-tab__list-ct::before {
    top: auto;
    bottom: 35px;
    right: auto;
    left: calc(100% - 3px);
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .contents .check-tab__list-item {
    display: block;
    position: relative;
}
  
  .contents .check-tab__list-img {
    width: 80px;
    margin: auto;
    top: -3rem;
    position: absolute;
    z-index: 2;
    left: 50%;
transform: translateX(-50%);
  }
  
  .contents .check-tab__list-ct {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 15px;
    padding: 61px 19px 20px 20px;
    gap: 15px;
    position: relative;
  }
  .contents .check-tab__list-ct::before {
   display:none;
  }

  .contents .check-tab__list-ttl {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  
  .contents .check-tab__list-tags {
    font-size: 1.2rem;
    line-height: 1.5;
    gap: 5px;
  }
  
  .contents .check-tab__list-tags span {
    padding: 0 9px 3px;
  }
  
  .contents .check-tab__designate {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.6;
    text-align: left;
    gap: 13px;
    margin: 0 0 37px;
  }
  
  .contents .check-tab__designate-item {
    border-radius: 15px;
    padding: 11px 20px 13px 42px;
  }
  
  .contents .check-tab__designate-item::before {
    width: 20px;
    height: 20px;
    top: 13px;
    left: 12px;
  }
  
  .contents .sec-work {
    padding: 70px 5.3% 66px 9.4%;
  }
  
  .contents .sec-work::before {
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 4%;
    border-radius: 15px 0 0 15px;
  }
  
  .contents .work-ttl {
    margin: 0 0 10px;
  }
  
  .contents .work-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 33px;
  }
  
  .contents .work-flex__left {
    width: 100%;
  }
  
  .contents .work-flex__heading {
    gap: 5px;
  }
  
  .contents .work-flex__desc {
    margin: 0;
  }
  
  .contents .work-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 26px 0 36px;
    gap: 87px;
  }
  
  .contents .work-row__desc {
    padding: 0;
  }
  
  .contents .work-row__info {
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px 25px;
  }
  
  .contents .work-row__ttl {
    top: -55px;
    padding: 8px 40px 9px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    border-radius: 7px 7px 7px 0;
  }
  
  .contents .work-row__list {
    gap: 7px;
  }
  
  .contents .work-row__list-item {
    line-height: 1.7142857143;
    padding: 0 0 10px 30px;
    font-size: 1.5rem;
  }
  
  .contents .work-row__list-item::before {
    top: 20px;
    width: 21px;
    height: 20px;
  }
  
  .contents .sec-knowledge {
    padding: 80px 9.4% 70px 5.3%;
  }
  
  .contents .sec-knowledge::before {
    top: 30px;
    right: 4%;
    bottom: 30px;
    border-radius: 0 15px 15px 0;
  }
  
  .contents .knowledge-right {
    margin-bottom: 35px;
  }
  
  .contents .knowledge-right__ttl {
    margin-bottom: 14px;
  }
  
  .contents .knowledge-right__heading {
    margin: 0 0 10px;
  }
  
  .contents .knowledge-img {
    width: 192px;
    top: -145px;
    left: -20px;
  }
  
  .contents .knowledge-list {
    gap: 15px;
  }
  
  .contents .knowledge-list__item {
    width: 100%;
    border-radius: 0 15px 15px 15px;
    padding: 25px 25px 26px;
    min-height: 0;
  }
  .contents .knowledge-list__item:nth-child(odd) {
    margin: 0;
  }
  
  .contents .knowledge-list__ttl {
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .contents .knowledge-list__ttl img {
    width: 45px;
  }
  
  .contents .knowledge-list__ttl-txt {
    font-size: 1.9rem;
    line-height: 1.3684210526;
  }
  
  .contents .knowledge-list__txt {
    margin-bottom: 53px;
    gap: 12px;
  }
  
  .contents .knowledge-list__txt--second {
    margin-bottom: 65px;
  }
  
  .contents .knowledge-list__box {
    border-radius: 15px;
    padding: 20px 20px 20px;
    margin: 0 0 26px;
  }
  
  .contents .knowledge-list__box-ttl {
    font-size: 1.4rem;
    line-height: 1.6;
    top: -20px;
   left: 50%;
transform: translateX(-50%);
    border-radius: 7px 7px 7px 0;
    width: 70%;
    padding: 5px 5px 5px;
  }
  
  .contents .knowledge-list__box-ttl small {
    font-size: 1.3rem;
    display: block;
    margin: 3px 0 0;
  }
  
  .contents .knowledge-list__box-ttl--second {
    top: -20px;
  }
  
  .contents .knowledge-list__box-desc--second {
    width: unset;
    letter-spacing: -0.01em;
  }
  
  .contents .knowledge-list__group {
    padding: 4px 0 0;
    gap: 5px;
  }
  
  .contents .knowledge-list__group-item {
    padding: 0 0 0 20px;
  }
  
  .contents .knowledge-list__group-item::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  
  .contents .sec-howto {
    padding: 70px 0 0;
  }
  
  .contents .sec-howto__inn {
    padding: 0 4%;
  }
  
  .contents .howto-ttl {
    margin-bottom: 14px;
  }
  
  .contents .howto-heading {
    margin: 0 0 44px;
  }
  
  .contents .howto-desc {
    margin: 0 0 43px;
  }
  
  .contents .howto-row__ttl {
    margin: 0 0 80px;
  }
  
  .contents .howto-row__ttl img {
    width: 120px;
  }
  
  .contents .howto-row__ttl p {
    font-size: 2rem;
    line-height: 1.65;
  }
  
  .contents .howto-row__ttl--second {
    margin: 0 0 70px;
  }
  
  .contents .howto-row__ttl--second img {
    width: 150px;
    right: 0;
    top: 52.6%;
  }
  
  .contents .howto-row__ttl--three {
    margin: 0 0 50px;
  }
  
  .contents .howto-row__ttl--three img {
    width: 150px;
    top: 49%;
  }
  
  .contents .howto-row__ttl-txt {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 2px !important;
  }
  
  .contents .howto-row__img {
    margin-bottom: 35px;
  }
  
  .contents .howto-row__img img {
    width: 30px;
  }
  
  .contents .howto-row__img--second {
    margin-bottom: 32px;
  }
  
  .contents .step-list {
    gap: 38px;
  }
  
  .contents .step-list__item {
    padding: 0 4% 40px 8%;
  }
  
  .contents .step-list__item:nth-child(even) {
    padding: 0 8% 40px 4%;
  }
  
  .contents .step-list__item:nth-child(even)::before {
    right: 4%;
    border-radius: 0 15px 15px 0;
  }
  
  .contents .step-list__item:nth-child(even) .step-list__ttl {
    border-radius: 7px 7px 0 7px;
    margin: 0 0 22px;
  }
  
  .contents .step-list__item::before {
    left: 4%;
    top: 30px;
    border-radius: 15px 0 0 15px;
  }
  
  .contents .step-list__ttl {
    margin: 0 0 22px;
  }
  
  .contents .step-list__checkmark {
    font-size: 2rem;
    line-height: 1.65;
    padding: 0 0 0 33px;
    margin: 0 0 30px;
  }
  
  .contents .step-list__checkmark::before {
    width: 23px;
    height: 21px;
    top: 7px;
  }
  
  .contents .step-list__checkmark--second {
    width: 71.3%;
    margin: 0 0 24px auto;
  }
  
  .contents .step-list__box {
    width: 100%;
    border-radius: 0 15px 15px 15px;
    padding: 25px 25px 27px;
    margin-bottom: 50px;
  }
  
  .contents .step-list__box-ttl {
    font-size: 2rem;
    line-height: 1.5555555556;
    color: #282d4b;
    margin: 0 0 15px;
  }
  
  .contents .step-list__box .c-txt__01 {
    margin: 0 0 7px;
  }
  
  .contents .step-list__method {
    gap: 30px;
  }
  
  .contents .step-list__method--second {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .contents .step-list__method-item {
    width: 100%;
    padding: 0 20px 24px;
  }
  
  .contents .step-list__method-item::before {
    top: 57px;
    border-radius: 0 15px 15px 15px;
  }
  
  .contents .step-list__method-item--full {
    padding: 0 0 25px 20px;
  }
  
  .contents .step-list__method-item--full::before {
    top: 33px;
    right: -15px;
    border-radius: 15px 0 0 15px;
  }
  
  .contents .step-list__method-content {
    gap: 37px;
  }
  
  .contents .step-list__method-ttl {
    margin: 0 0 30px;
    min-height: 72px;
  }
  
  .contents .step-list__method-ttl--second {
    min-height: auto;
    margin: 0 0 20px;
  }
  
  .contents .step-list__method-box {
    gap: 15px;
    padding: 0 20px 27px;
  }
  
  .contents .step-list__method-box::before {
    top: 10px;
    border-radius: 0 15px 15px 15px;
  }
  
  .contents .step-list__method-box:not(:last-child)::after {
    width: 30px;
    height: 17px;
    left: calc(50% - 15px);
  }
  
  .contents .step-list__method-box--second {
    padding: 25px;
  }
  
  .contents .step-list__method-box--second::before {
    right: 5px;
  }
  
  .contents .step-list__method-head {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 9px 20px 11px;
    border-radius: 0 9px 9px 9px;
    margin: 0 -3px 0 -5px;
    width: unset;
  }
  
  .contents .step-list__method-list {
    gap: 37px;
    margin-bottom: -15px;
  }
  
  .contents .step-list__method-icon {
    display: grid;
    gap: 4px;
    padding: 25px;
  }
  
  .contents .step-list__method-icon::before {
    left: 0;
    border-radius: 7px;
  }
  
  .contents .step-list__method-icon:not(:last-child)::after {
    left: calc(50% - 15px);
    width: 30px;
    height: 17px;
  }
  
  .contents .step-list__method-icon .c-txt__01 {
    line-height: 1.7857142857;
    letter-spacing: 0.03em;
  }
  
  .contents .step-list__method-icon .c-txt__03 {
    width: 100%;
    margin-left: 5.5rem;
    margin-bottom: 1.5rem;
  }
  
  .contents .step-list__method-img {
    width: 45px;
    position: absolute;
    left: 25px;
    top: 39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .contents .step-list__img {
    width: 126px;
    margin: -198px -30px 11px auto;
    position: relative;
    pointer-events: none;
  }
  
  .contents .sec-interview {
    padding: 52px 4% 92px;
  }
  
  .contents .interview-ttl {
    margin-bottom: 14px;
  }
  
  .contents .interview-heading {
    line-height: 1.4285714286;
    gap: 13px;
    padding-right: 0;
    margin-bottom: 35px;
  }
  
  .contents .interview-heading:after {
           width: 20px;
        height: 20px;
        right: 10px;
        top: 63%;
  }
  
  .contents .interview-img {
    width: 95px;
    top: 38px;
    right: -6px;
  }
  
  .contents .interview-slider__flex {
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:25px 25px 50px 25px;
  }
  
  .contents .interview-slider__ttl {
    margin: 0 0 20px;
  }
  
  .contents .interview-slider__ttl small {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  
  .contents .interview-slider__ct {
    border-radius: 0 15px 15px 15px;
    padding: 15px 20px 12px;
  }
  
  .contents .interview-slider__right {
    width: unset;
    margin: 0 0 20px 0;
  }
  
  .contents .interview-slider__img img {
    border-radius: 15px;
	  border-right: 3px solid #dcebf5;
  }
  
  .contents .interview-slider__caption {
    width: 95.5%;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 10px 5px 12px;
    border-radius: 0 0 9px 9px;
    margin: 0 auto;
  }
  
  .contents .interview-slider .slick-arrow {
    width: 30px;
    height: 75px;
    top: 30.2%;
  }
  
  .contents .interview-slider .slick-prev {
    border-radius: 7px 0 0 7px;
    left: 25px;
  }
  
  .contents .interview-slider .slick-next {
    border-radius: 0 7px 7px 0;
    right: 25px;
  }
  
  .contents .interview-slider .slick-dots {
    bottom: -34px;
  }
  
  .contents .interview-slider .slick-dots li {
    margin: 0 12px;
  }
  
  .contents .interview-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  
  .contents .sec-process {
    padding: 51px 4% 40px 8%;
  }
  
  .contents .sec-process::before {
    top: 0;
    left: 4%;
    bottom: 0;
    border-radius: 15px 0 0 15px;
  }
  
  .contents .sec-process .question-box {
    gap: 50px;
    margin: 0 0 73px;
  }
  
  .contents .process-ttl {
    margin-bottom: 14px;
  }
  
  .contents .process-heading {
    margin: 0 0 35px;
    gap: 10px;
  }
  
  .contents .process-box {
    width: 100%;
    border-radius: 0 15px 15px 0;
    padding: 0;
    margin: 0 0 50px;
    text-align: left;
  }
  
  .contents .process-box__inn {
    width: 100%;
    padding: 25px;
  }
  
  .contents .process-box__ttl {
    margin: 0 0 -23px;
    -webkit-transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    transform: translateY(-33px);
    width: 100%;
    text-align: left;
  }
  
  .contents .process-info {
    margin-bottom: 14px;
  }
  
  .contents .process-info::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .contents .process-info__img {
    width: 75.8%;
    float: none;
    position: relative;
    margin: auto;
    height: auto;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.6666666667;
    margin-bottom: 20px;
  }
  .contents .process-info__img * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .contents .process-info__img img {
    border-radius: 15px 15px 15px 0;
  }
  
  .contents .process-info__ct {
    padding: 0 0 8px;
  }
  
  .contents .process-info__ct .c-ttl__02 {
    margin-bottom: 14px;
    width: 100%;
  }
  
  .contents .process-info__ct .c-ttl__02 small {
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  
  .contents .sec-sponsored {
    padding: 70px 4% 0;
  }
  .contents .sponsored-box--second {
    margin: 0 0 60px;
  }
  
  .contents .sec-offices {
    padding: 60px 4% 70px;
    border-radius: 30px 30px 0 0;
    background-image: url(img/offices-bg-sp.jpg);
  }
  
  .contents .offices-ttl {
    margin: 0 0 15px;
  }
  
  .contents .offices-desc {
    text-align: left;
    margin: 0 0 33px;
  }
  
  .contents .offices-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .contents .offices-list__link {
    border-radius: 0 15px 15px;
    padding: 17px 10px;
    gap: 1px;
    margin: auto;
    width: 90%;
  }
  
  .contents .offices-list__ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
  
  .contents .offices-list__ttl::after {
    width: 15px;
    height: 14px;
    top: calc(50% - 6px);
    right: 34px;
  }
  .contents .interview-slider__flex::after {
           width: 108px;
        height: 34px;
        top: calc(93%);
        right: 19px;
  }
  

  
}

.contact-box__item a::after {
    transform: rotate(0deg);
}


