@charset "UTF-8";
.about-stepcarousel {
  margin-top: 30px;
}
.about-stepcarousel .swiper-container {
  padding-bottom: 45px;
}
.about-stepcarousel .swiper-container * {
  -webkit-text-size-adjust: 100%;
}

.about-stepcarousel__bar {
  margin: 30px 0 25px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.about-stepcarousel__bar > li {
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8;
  position: relative;
  height: 86px;
  flex: 1;
}
.about-stepcarousel__bar > li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 5;
  flex: 0.9;
}
.about-stepcarousel__bar > li:nth-child(2) {
  z-index: 4;
}
.about-stepcarousel__bar > li:nth-child(3) {
  z-index: 3;
}
.about-stepcarousel__bar > li:nth-child(4) {
  z-index: 2;
}
.about-stepcarousel__bar > li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1.1;
}
.about-stepcarousel__bar > li:last-child:before, .about-stepcarousel__bar > li:last-child:after {
  content: none;
}
.about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
  content: "";
  position: absolute;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left-style: solid;
}
.about-stepcarousel__bar > li:before {
  top: -1px;
  border-left-color: #c8c8c8;
  z-index: 1;
}
.about-stepcarousel__bar > li:after {
  border-left-color: #e5e5e5;
  top: -1px;
  z-index: 1;
}
.about-stepcarousel__bar > li .box-icon {
  display: inline-block;
  background: #767676;
  color: #ffffff;
  line-height: 1;
  padding: 3px 10px 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.about-stepcarousel__bar > li .box-text {
  color: #767676;
  display: block;
  font-weight: bold;
}
.about-stepcarousel__bar > li + li {
  border-left: none;
}
.about-stepcarousel__bar > li.-current {
  border-color: #16160e;
  background-color: #fce39b;
}
.about-stepcarousel__bar > li.-current:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current:after {
  border-left-color: #fce39b;
}
.about-stepcarousel__bar > li.-done {
  border-color: #16160e;
}
.about-stepcarousel__bar > li.-done:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current .box-icon, .about-stepcarousel__bar > li:hover .box-icon {
  background: #16160e;
  z-index: 2;
  position: relative;
}
.about-stepcarousel__bar > li.-current .box-text, .about-stepcarousel__bar > li:hover .box-text {
  color: #16160e;
  z-index: 2;
  position: relative;
}

.about-stepcarousel__container h3 {
  border-bottom: 1px dotted #16160e;
}
.about-stepcarousel__container h3 .box-icon {
  background: #16160e;
  color: #ffffff;
  border-radius: 20px;
}
.about-stepcarousel__container h4 {
  margin: 15px 0 10px;
}
.about-stepcarousel__container > li {
  border: 1px solid #16160e;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.about-stepcarousel__container > li:not(:first-child) {
  margin-top: 20px;
}

.about-stepcarousel__pagination {
  bottom: 10px;
}
.about-stepcarousel__pagination .swiper-pagination-bullet {
  border: 1px solid #16160e;
}
.about-stepcarousel__pagination .swiper-pagination-bullet-active {
  background: #fce39b;
}

.pointimage {
  text-align: center;
}
.pointimage p span {
  display: inline-block;
  background: #ffffff;
  font-weight: bold;
  padding: 9px 15px;
  border: 1px solid #16160e;
  border-radius: 25px;
  margin-bottom: 5px;
  position: relative;
  min-width: 80px;
}
.pointimage p span::before, .pointimage p span::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.pointimage p span::before {
  border-top-color: #16160e;
  border-right-color: #16160e;
  z-index: 1;
  bottom: -14px;
  left: 1px;
}
.pointimage p span::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-right-width: 6px;
  z-index: 2;
  bottom: -12px;
  left: 0;
}
.pointimage img {
  width: 184px;
  margin: 0 auto;
}

.headline {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 65px 0;
}
.headline p {
  line-height: 1.9em;
}

.headline__heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.headline__news {
  background: #ffffff;
  padding: 10px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.headline__news a {
  display: flex;
  justify-content: center;
}
.headline__news a:hover .inline-block-link {
  text-decoration: underline;
}
.headline__news .news-badge {
  width: 60px;
  height: 22px;
  display: inline-block;
  background: #fce39b;
  margin-right: 10px;
  border: 1px solid #17160f;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.headline__news .inline-block-link {
  text-align: left;
}

#main > p {
  margin: 20px 0;
}

h4 span {
  margin-left: 1em;
  font-weight: normal;
}
h4 .red {
  color: #e8000a;
  margin-left: 0;
  font-weight: bold;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.gray-back {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 24px;
}
.gray-back h4 {
  text-align: center;
  margin-bottom: 20px;
}
.gray-back li:not(:last-child) {
  margin-bottom: 8px;
}
.gray-back .flex {
  align-items: flex-start;
}
.gray-back .flex > * {
  margin-right: 0.5em;
}
.gray-back .flex img {
  width: 18px;
}

.dotted-border {
  border-top: 1px dotted #000;
  padding-top: 16px;
  margin-top: 40px;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.heading2-gray {
  text-align: center;
  background: #f6f6f6;
  border-top: 1px solid #16160e;
  border-bottom: 1px solid #16160e;
  position: relative;
}
.heading2-gray:before, .heading2-gray:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #16160e;
  left: 0;
}
.heading2-gray:before {
  top: 4px;
}
.heading2-gray:after {
  bottom: 4px;
}
.heading2-gray > small {
  color: #16160e;
  font-size: 10px;
  font-weight: bold;
}

.headline {
  margin-bottom: -16px;
}
.headline p {
  padding: 0 4px;
  box-sizing: border-box;
  text-align: left;
}

.h2-section {
  margin: 80px 0;
}
.h2-section h2 {
  margin-bottom: 27px;
}

.h3-section {
  margin: 60px 0;
}
.h3-section.mt-0 {
  margin-top: 0;
}
.h3-section h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 27px;
}

.small-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c8c8c8;
}
.small-list dt,
.small-list dd {
  box-sizing: border-box;
  border-bottom: 1px solid #c8c8c8;
}
.small-list dt {
  width: 152px;
  background-color: #f6f6f6;
  font-weight: bold;
}
.small-list dd {
  width: calc(50% - 152px);
}

.text-link {
  color: #1e50a2;
}
.text-link:hover {
  text-decoration: underline;
}

.large-list {
  border: 1px solid #c8c8c8;
}
.large-list dt,
.large-list dd {
  box-sizing: border-box;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.large-list dt {
  width: 50%;
  height: 54px;
  background-color: #f6f6f6;
  font-weight: bold;
}
.large-list dd {
  width: 50%;
}
.large-list dd span {
  display: inline-block;
  margin-bottom: 6px;
}

.flex {
  display: flex;
}
.flex.sp-column {
  align-items: center;
}

.about-question {
  border-bottom: 1px dotted #16160e;
}
.about-question p {
  margin: 0;
}
.about-question > dt,
.about-question > dd {
  display: flex;
}
.about-question > dt {
  border-top: 1px dotted #16160e;
  font-weight: bold;
  position: relative;
}
.about-question > dt.-opened button:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-question > dt.-opened + dd {
  display: flex;
}
.about-question > dt button {
  background: none;
  border: 0;
  text-align: left;
  font: inherit;
  padding: 15px 40px 15px 5px;
  width: 100%;
  cursor: pointer;
}
.about-question > dt button:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  width: 12px;
  height: 100%;
  background-image: url(/img/icon_arrow_down_gray.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: top 50% right 0;
}
.about-question > dd {
  padding: 5px 40px 15px 5px;
  display: none;
}
.about-question > dd p + p {
  margin-top: 5px;
}
.about-question > dd p + .textlink-right {
  margin-top: 8px;
}
.about-question .box-icon {
  font-weight: bold;
  margin-right: 5px;
  flex: 0 0 20px;
}
.about-question .box-text {
  flex-grow: 1;
}

.note {
  margin: 0;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  margin-top: 195px;
}

.note__inner {
  border: 1px dotted #000;
  border-radius: 5px;
  padding: 30px;
}
.note__inner h3 {
  text-align: center;
  border-bottom: none;
}
.note__inner h4 {
  background: #f6f6f6;
  text-align: center;
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
}
.note__inner .flex {
  justify-content: space-between;
}
.note__inner .flex-container {
  width: 351px;
}
.note__inner li {
  display: flex;
  align-items: flex-start;
}
.note__inner li::before {
  content: "・";
  margin-right: 0.5em;
}

.point-image-man {
  width: 160px;
  left: 363px;
  top: -118px;
}

.point-image {
  height: 109px;
  left: 311px;
  top: -110px;
}

.top-page-button {
  margin-top: 60px;
}

.mv {
  text-align: center;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .about-stepcarousel__bar > li {
    padding: 14px 10px 14px 25px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 25px;
  }
  .about-stepcarousel__bar > li:before {
    right: -25px;
  }
  .about-stepcarousel__bar > li:after {
    right: -24px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 12px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 16px;
  }
  .about-stepcarousel__container h3 {
    text-align: center;
    padding: 20px 0;
  }
  .about-stepcarousel__container h3 .box-icon {
    padding: 6px 15px;
    margin-right: 20px;
  }
  .about-stepcarousel__box {
    padding: 24px 24px 30px;
  }
  .headline p {
    max-width: 796px;
    margin: auto;
  }
  .headline__heading {
    font-size: 26px;
  }
  .headline__news {
    width: 750px;
  }
  .headline__news a {
    align-items: center;
  }
  .headline__news .news-badge {
    height: 25px;
    border-radius: 14px;
    line-height: 25px;
    font-size: 12px;
  }
  .heading2-gray {
    padding: 12px 0;
  }
  .heading2-gray > small {
    font-size: 12px;
  }
  .content.inner {
    width: 796px;
  }
  .small-list dt,
  .small-list dd {
    border-right: 1px solid #c8c8c8;
    padding: 20px 0 20px 20px;
  }
  .small-list dt:nth-of-type(n + 3),
  .small-list dd:nth-of-type(n + 3) {
    border-bottom: none;
  }
  .small-list dd:nth-of-type(2n) {
    border-right: none;
  }
  .large-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 151px;
  }
  .large-list dt,
  .large-list dd {
    border-right: 1px solid #c8c8c8;
  }
  .large-list dt:nth-of-type(2n),
  .large-list dd:nth-of-type(2n) {
    border-right: none;
  }
  .large-list dd {
    height: calc(100% - 54px);
    border-bottom: none;
  }
  .flex > img {
    width: 370px;
    margin-right: 28px;
  }
  .img-description {
    width: calc(100% - 370px - 20px);
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .about-stepcarousel__bar > li {
    padding: 8px 0px 8px 13px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 14px;
  }
  .about-stepcarousel__bar > li:before {
    right: -14px;
  }
  .about-stepcarousel__bar > li:after {
    right: -13px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 10px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 12px;
    display: flex;
    height: 3em;
    align-items: center;
    justify-content: center;
  }
  .about-stepcarousel__container h3 {
    padding: 10px 20px;
    min-height: 66px;
    display: flex;
    align-items: center;
  }
  .about-stepcarousel__container h3 .box-icon {
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 10px;
    flex: none;
  }
  .about-stepcarousel__box {
    padding: 20px;
  }
  .headline {
    padding: 50px 16px;
  }
  img {
    width: 100%;
    max-width: none;
  }
  .heading2-gray {
    margin: 0 -20px;
    padding: 15px 13px;
  }
  .heading2-gray > span {
    display: inline-block;
  }
  .content.inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .small-list dt,
  .small-list dd {
    display: flex;
    align-items: center;
  }
  .small-list dt:nth-of-type(n + 4),
  .small-list dd:nth-of-type(n + 4) {
    border-bottom: none;
  }
  .small-list dt {
    text-align: center;
    width: 124px;
    border-right: 1px solid #c8c8c8;
    justify-content: center;
    padding: 20px 0;
  }
  .small-list dd {
    width: calc(100% - 124px);
    padding: 20px 0 20px 20px;
  }
  .large-list dt {
    width: 100%;
  }
  .large-list dd {
    width: 100%;
    padding: 20px 0;
  }
  .large-list dd:last-child {
    border-bottom: none;
  }
  .flex.sp-column {
    flex-direction: column;
  }
  .point-image-man {
    left: 50%;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  .point-image {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .img-description {
    margin-top: 30px;
  }
}