/* Mv
------------------------------------------------ */
#mv {
  padding: 0;
}

/* Worry
------------------------------------------------ */
#worry {
  margin: 113px 0 70px;
}
@media all and (max-width: 1024px) {
  #worry {
    margin: 80px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #worry {
    margin: 36px 0 37px;
  }
}
#worry .worry-heading {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 51px;
  color: #005ead;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  #worry .worry-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-heading {
    font-size: 22px;
    white-space: normal;
    margin-bottom: 25px;
  }
}
#worry .worry-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 62px;
  max-width: 900px;
}
@media all and (max-width: 1024px) {
  #worry .worry-list {
    flex-wrap: wrap;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-list {
    max-width: 72.26vw;
    margin-bottom: 28px;
  }
}
#worry .worry-list li {
  width: 210px;
  height: 210px;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #eaf2fb;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #worry .worry-list li {
    width: 170px;
    height: 170px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-list li {
    width: 34.93vw;
    height: 34.93vw;
    padding-top: 3.8%;
  }
  #worry .worry-list li:nth-child(n+3) {
    margin-top: 3%;
  }
}
#worry .worry-list img {
  width: 94px;
  margin-bottom: 12px;
}
@media all and (min-width: 1025px) and (max-width: 1240px) {
  #worry .worry-list img {
    width: 85px;
  }
}
@media all and (max-width: 1024px) {
  #worry .worry-list img {
    width: 80px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-list img {
    width: 35.11%;
    margin-bottom: 4.343%;
  }
}
#worry .worry-list p {
  color: #005ead;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
}
@media all and (max-width: 1024px) {
  #worry .worry-list p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-list p {
    font-size: 3.2vw;
  }
}
#worry .worry-text {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #worry .worry-text {
    font-size: 14px;
    line-height: 1.64;
  }
}

/* Topics
------------------------------------------------ */
#topics {
  margin-bottom: 117px;
}
@media all and (max-width: 1024px) {
  #topics {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #topics {
    margin-bottom: 64px;
  }
}
#topics .inner {
  padding: 36px 0 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  #topics .inner {
    padding-top: 20px;
  }
}
#topics .topics-heading {
  position: relative;
  margin-bottom: 5px;
  color: #595757;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topics .topics-heading {
    margin-bottom: 0;
    font-size: 23px;
  }
}
#topics .topics-list {
  height: 180px;
  padding: 0 0 15px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #topics .topics-list {
    height: auto;
    max-height: 108px;
    padding: 0 0 10px;
    font-size: 10px;
  }
}
#topics .topics-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #topics .topics-list li + li {
    margin-top: 8px;
  }
}
#topics .topics-list a {
  display: flex;
  color: #595757;
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  #topics .topics-list a {
    transition: all 0.2s ease;
  }
  #topics .topics-list a:hover {
    opacity: 0.6;
  }
}
#topics .topics-date {
  width: 120px;
  color: #005ead;
}
@media screen and (max-width: 767px) {
  #topics .topics-date {
    width: 66px;
  }
}
#topics .topics-text {
  width: calc(100% - 120px);
  color: #595757;
}
@media screen and (max-width: 767px) {
  #topics .topics-text {
    width: calc(100% - 66px);
  }
}

/* Points
------------------------------------------------ */
#points {
  padding-top: 124px;
  padding-bottom: 109px;
  background: url(../img/top/points_bg.jpg) center top/cover no-repeat;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  #points {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #points {
    padding-top: 47px;
    padding-bottom: 38px;
    background-image: url(../img/top/points_bg_sp.jpg);
  }
}
#points .points-heading {
  position: relative;
  width: 700px;
  margin: 0 auto 62px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #points .points-heading {
    width: 300px;
    margin-bottom: 33px;
    font-size: 24px;
  }
}
#points .points-heading::before, #points .points-heading::after {
  display: block;
  position: absolute;
  top: 45%;
  width: 80px;
  height: 0;
  border-top: 4px solid #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  #points .points-heading::before, #points .points-heading::after {
    width: 65px;
    border-top: 2px solid #ffffff;
  }
}
#points .points-heading::before {
  left: 0;
  transform: translate(-25%, -50%) rotate(-303.5deg);
}
#points .points-heading::after {
  right: 0;
  transform: translate(25%, -50%) rotate(-56.5deg);
}

/* Process
------------------------------------------------ */
#process {
  margin: 118px 0 125px;
}
@media all and (max-width: 1024px) {
  #process {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #process {
    margin: 42px 0;
  }
}
#process .process-lead {
  margin: 56px 0 64px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #process .process-lead {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #process .process-lead {
    font-size: 14px;
    margin: 23px 0 26px;
    line-height: 1.5;
  }
}
#process .process-row {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #process .process-row {
    max-width: 500px;
  }
}
#process .process-row + .process-row {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #process .process-row + .process-row {
    margin-top: 18px;
  }
}
#process .supports {
  position: relative;
  width: 100%;
  max-width: calc(100% - 130px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #process .supports {
    max-width: calc(100% - 46px);
    margin: 0;
  }
}
#process .support {
  position: relative;
}
#process .support + .support {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  #process .support + .support {
    margin-top: 20px;
  }
}
#process .support::before, #process .support::after {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 485px;
  height: 96px;
  border-top: 48px solid;
  border-right: 242.5px solid;
  border-bottom: 48px solid;
  border-left: 242.5px solid;
  content: "";
}
@media screen and (max-width: 767px) {
  #process .support::before, #process .support::after {
    width: 580px;
    height: 190px;
    border-top: 95px solid;
    border-right: 290px solid;
    border-bottom: 95px solid;
    border-left: 290px solid;
  }
}
#process .support::before {
  right: 50%;
  border-color: transparent transparent #ffffff #ffffff;
}
#process .support::after {
  left: 50%;
  border-color: transparent #ffffff #ffffff transparent;
}
#process .support-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
  height: 58px;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  #process .support-heading {
    transition: all 0.2s ease;
  }
  #process .support-heading:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #process .support-heading {
    height: 29px;
    font-size: 17px;
  }
}
#process .support-heading .ico {
  display: block;
  width: 73px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #process .support-heading .ico {
    width: 36px;
  }
}
#process .support-heading .text {
  display: block;
  width: 215px;
  padding-top: 5px;
  line-height: 1;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 767px) {
  #process .support-heading .text {
    width: 130px;
    padding-top: 2px;
  }
}
#process .support-heading .text span {
  display: inline-block;
  letter-spacing: 0.1em;
  margin-right: -0.6em;
}
#process .support-heading::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-25%);
  width: 16px;
  height: 30px;
  border-top: 15px solid;
  border-right: 8px solid;
  border-bottom: 15px solid;
  border-left: 8px solid;
  border-color: #ffffff transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  #process .support-heading::after {
    width: 8px;
    height: 16px;
    border-top: 8px solid;
    border-right: 4px solid;
    border-bottom: 8px solid;
    border-left: 4px solid;
    right: 13px;
    border-color: #ffffff transparent transparent transparent;
  }
}
#process .support-heading.isCurrent::after {
  transform: translateY(-75%);
  border-color: transparent transparent #ffffff transparent;
}
#process .support-content {
  display: none;
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 32px;
  padding: 0 20px 73px;
}
@media all and (max-width: 1024px) {
  #process .support-content {
    padding: 0 10px 73px;
  }
}
@media screen and (max-width: 767px) {
  #process .support-content {
    padding: 0 10px 40px;
  }
}
#process .support-content p {
  line-height: 1.46;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #process .support-content p {
    font-size: 12px;
  }
}
#process .support-content p:first-child {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  #process .support-content p:first-child {
    padding-top: 10px;
  }
}
#process .support-content ul {
  margin-top: 20px;
  margin-bottom: -8px;
  line-height: 1.58;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #process .support-content ul {
    margin-top: 10px;
    font-size: 12px;
  }
}
#process .support-content ul li::before {
  background-color: #43c062;
}
#process .support1 .support-content {
  background-color: #daf0cc;
}
#process .support1 .support-heading {
  background-color: #70c238;
}
@media screen and (max-width: 767px) {
  #process .support2::after, #process .support2::before {
    height: 260px;
    border-top: 130px solid;
    border-right: 290px solid;
    border-bottom: 130px solid;
    border-left: 290px solid;
  }
  #process .support2::before {
    border-color: transparent transparent #ffffff #ffffff;
  }
  #process .support2::after {
    border-color: transparent #ffffff #ffffff transparent;
  }
}
#process .support2 .support-content {
  background-color: #d9e9db;
}
#process .support2 .support-heading {
  background-color: #23b33c;
}
#process .support3 .support-content {
  background-color: #ccf0e5;
}
#process .support3 .support-heading {
  background-color: #28c285;
}
#process .support4 .support-content {
  background-color: #fff7bb;
}
#process .support4 .support-heading {
  background: linear-gradient(to bottom, #e2b915 0%, #cb9b0c 60%);
}
#process .support5 .support-content {
  background-color: #d3f1ff;
}
#process .support5 .support-heading {
  background-color: #1daad7;
}
#process .support6 .support-content {
  background-color: #d8e6ff;
}
#process .support6 .support-heading {
  background-color: #0080d9;
}
#process .support-period {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 38px;
  height: 100%;
  padding: 10px 5px;
  background-color: #b7b7b7;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #process .support-period {
    width: 26px;
    font-size: 15px;
    padding: 5px;
    line-height: 1;
    min-height: 36px;
  }
}
#process .support-period.min3 {
  min-height: 85px;
}
@media screen and (max-width: 767px) {
  #process .support-period.min3 {
    min-height: 57px;
  }
}
#process .support-period.hasArrow {
  width: 50px;
  height: calc(100% - 18px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #process .support-period.hasArrow {
    height: calc(100% - 13px);
    min-height: 175px;
    width: 26px;
    padding: 5px;
  }
}
#process .support-period.hasArrow::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 50px;
  height: 60px;
  border-top: 30px solid;
  border-right: 25px solid;
  border-bottom: 30px solid;
  border-left: 25px solid;
  border-color: #b7b7b7 transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  #process .support-period.hasArrow::after {
    width: 26px;
    height: 26px;
    border: 13px solid;
    border-color: #b7b7b7 transparent transparent transparent;
  }
}
#process .support-period span {
  display: inline-block;
}
#process .support-period span.rotate {
  transform: rotate(-90deg) scale(-1, 1);
}
#process .support-period span.nowrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#process .line-dot {
  width: 100%;
  height: 7px;
  margin: 64px 0;
  background: url(../img/top/process_line_dot.png) center center/contain repeat-x;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #process .line-dot {
    width: calc(100% - 43px);
    height: 3px;
    margin: 14px 0 17px;
  }
}
#process .mod-btn {
  margin-top: 112px;
}
#process .mod-btn a {
  margin: 0 auto;
}

/* Cases
------------------------------------------------ */
#cases {
  padding-top: 99px;
  padding-bottom: 107px;
  background-color: #edf4f9;
}
@media all and (max-width: 1024px) {
  #cases {
    padding-top: 80px;
    padding-bottom: 37px;
  }
}
@media all and (max-width: 1024px) {
  #cases {
    padding-top: 40px;
    padding-bottom: 37px;
  }
}
#cases .inner {
  max-width: 1022px;
}
@media screen and (max-width: 767px) {
  #cases .mod-heading-line {
    font-size: 23px;
    line-height: 1.5;
  }
}
#cases .mod-heading-line::after {
  content: none;
}
#cases .cases-border-text {
  margin-top: 50px;
  padding: 11px 0 8px;
  border: 3px solid #005ead;
  border-radius: 10px;
  background-color: #ffffff;
  color: #005ead;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #cases .cases-border-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #cases .cases-border-text {
    margin-top: 28px;
    border-radius: 5px;
    padding: 5px 0;
    border: 2px solid #005ead;
    border-radius: 5px;
    font-size: 21px;
  }
}
#cases .case-list {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  #cases .case-list {
    margin-top: 31px;
  }
}
#cases .case-item + .case-item {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  #cases .case-item + .case-item {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid #005ead;
  }
}
#cases .case-name {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 36px;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #005ead;
  color: #ffffff;
  line-height: 1.1;
}
@media all and (max-width: 1024px) {
  #cases .case-name {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #cases .case-name {
    height: 30px;
    margin-bottom: 16px;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 350px) {
  #cases .case-name {
    padding: 0 0 0 10px;
  }
}
#cases .case-name h3 {
  margin-top: 2px;
  margin-right: 27px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  #cases .case-name h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #cases .case-name h3 {
    margin-right: 10px;
    font-size: 13px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 350px) {
  #cases .case-name h3 {
    margin-right: 5px;
  }
}
#cases .case-name p {
  position: relative;
  padding-top: 2px;
  padding-left: 25px;
  font-size: 20px;
}
@media all and (max-width: 1024px) {
  #cases .case-name p {
    padding-left: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #cases .case-name p {
    padding-right: 5px;
    padding-left: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  #cases .case-name p {
    padding-left: 5px;
  }
}
#cases .case-name p::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 43px;
  border-left: 2px solid #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  #cases .case-name p::before {
    height: 100%;
    border-left: 1px solid #fff;
  }
}
#cases .case-character {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cases .case-character {
    align-items: normal;
  }
}
#cases .case-character div {
  position: relative;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  background-color: #337ebd;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 0.4em;
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  #cases .case-character div {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #cases .case-character div {
    width: 23px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 0;
    text-indent: 0;
    line-height: 1.4;
    height: auto;
  }
}
#cases .case-character div span {
  display: block;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#cases .case-character ul {
  width: calc(100% - 120px - 0.8428em);
  margin-left: 1em;
  line-height: 1.3;
  text-indent: -0.8428em;
}
@media screen and (max-width: 767px) {
  #cases .case-character ul {
    font-size: 11px;
    width: calc(100% - 32px - 0.8428em);
    margin-top: -1px;
  }
}
#cases .case-character ul li::before {
  background-color: #337ebd;
}
#cases .case-character ul li + li {
  margin-top: 4px;
}
#cases .case-image {
  max-width: 882px;
  margin: 43px auto 0;
}
@media screen and (max-width: 767px) {
  #cases .case-image {
    margin-top: 11px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
#cases .detail-btn {
  max-width: 882px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  #cases .detail-btn {
    margin-top: 13px;
  }
}
#cases .detail-btn a {
  display: block;
  width: 180px;
  margin: 0 0 0 auto;
  padding: 6px 0 5px;
  border: 1px solid #005ead;
  border-radius: 3px;
  background: #005ead url(../img/top/btn_detail_arrow.png) right 8px center/12px no-repeat;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-align: center;
  text-indent: -0.3em;
}
@media all and (min-width: 1025px) {
  #cases .detail-btn a {
    transition: all 0.3s ease;
  }
  #cases .detail-btn a:hover {
    color: #005ead;
    background: #fff url(../img/top/btn_detail_arrow_blue.png) right 8px center/12px no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #cases .detail-btn a {
    font-size: 14px;
    width: 90px;
    padding: 5px;
    border-radius: 1px;
    background: #005ead url(../img/top/btn_detail_arrow.png) right 5px center/6px no-repeat;
  }
}
#cases .detail-btn a.blank {
  background: #005ead url(../img/top/ico_blank_white.png) right 8px center/12px no-repeat;
}
@media all and (min-width: 1025px) {
  #cases .detail-btn a.blank:hover {
    background: #fff url(../img/top/ico_blank_blue.png) right 8px center/12px no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #cases .detail-btn a.blank {
    background: #005ead url(../img/top/ico_blank_white.png) right 5px center/10px no-repeat;
  }
}
#cases .case-cat {
  max-width: 875px;
  margin: 64px auto 0;
  border-top: 2px solid #005ead;
  border-bottom: 2px solid #005ead;
  color: #005ead;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #cases .case-cat {
    margin-top: 50px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #cases .case-cat {
    font-size: 14px;
    text-align: left;
    padding: 6px 10px 5px;
    background: #ccdfef;
    border: 1px solid #005ead;
    position: relative;
    margin-top: 10px;
  }
  #cases .case-cat::after {
    display: block;
    content: "";
    width: 14px;
    height: 12px;
    background: url(../img/top/case_other_arrow.png) right center/contain no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  #cases .case-cat.current::after {
    transform: translateY(-50%) rotate(0deg);
  }
}
#cases .other-case {
  display: flex;
  flex-wrap: wrap;
  max-width: 875px;
  margin: 39px auto 0;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  #cases .other-case {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case {
    max-width: 514px;
    display: none;
    margin: 0 auto;
  }
}
#cases .other-case li {
  position: relative;
  width: 29.372%;
  max-width: 257px;
}
@media all and (max-width: 1024px) {
  #cases .other-case li {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case li {
    width: 100%;
    max-width: none;
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case li:first-child img {
    margin-top: 19px;
  }
}
#cases .other-case li:nth-child(3n+4)::after {
  display: block;
  position: absolute;
  top: -27px;
  width: 340.47%;
  border-top: 1px solid #005ead;
  content: "";
}
@media all and (max-width: 1024px) {
  #cases .other-case li:nth-child(3n+4)::after {
    width: 322.58%;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case li:nth-child(3n+4)::after {
    border: none;
  }
}
#cases .other-case li:nth-child(3n-1) {
  margin: 0 5.942%;
}
@media all and (max-width: 1024px) {
  #cases .other-case li:nth-child(3n-1) {
    margin: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case li:nth-child(3n-1) {
    margin: 0;
  }
}
#cases .other-case li:nth-child(n+4) {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #cases .other-case li:nth-child(n+4) {
    margin: 0;
  }
}
#cases .other-case li .info {
  position: relative;
  padding: 3px 0 0 9px;
  border-left: 5px solid #005ead;
}
#cases .other-case li img {
  display: block;
  margin-bottom: 12px;
}
#cases .other-case li h4 {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
@media all and (max-width: 1024px) {
  #cases .other-case li h4 {
    font-size: 16px;
  }
}
#cases .other-case li h4 small {
  display: inline-block;
  font-size: 14px;
}
#cases .other-case li p {
  width: calc(100% - 85px);
  font-size: 14px;
  line-height: 1.125;
}
@media all and (max-width: 1024px) {
  #cases .other-case li p {
    margin-top: 3px;
  }
}
#cases .other-case li a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 20px;
  padding-top: 3px;
  border: 1px solid #005ead;
  border-radius: 10px;
  background-color: #ffffff;
  color: #005ead;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-align: center;
  text-indent: 0.3em;
}
@media all and (min-width: 1025px) {
  #cases .other-case li a {
    transition: all 0.3s ease;
  }
  #cases .other-case li a:hover {
    color: #fff;
    background-color: #005ead;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case li a {
    width: 96%;
    position: static;
    margin-top: 7px;
  }
}
#cases .other-case li a.blank::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 1px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/top/ico_blank_blue.png);
}
@media all and (min-width: 1025px) {
  #cases .other-case li a.blank:hover::after {
    background-image: url(../img/top/ico_blank_white.png);
  }
}
@media screen and (max-width: 767px) {
  #cases .case-item:last-child .case-name {
    margin-bottom: 16px;
  }
}
#cases .other-case + .case-cat {
  margin-top: 79px;
}
@media all and (max-width: 1024px) {
  #cases .other-case + .case-cat {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #cases .other-case + .case-cat {
    margin-top: 10px;
  }
}
#cases .other-case.no-border li:nth-child(3n+4)::after {
  content: none;
}
#cases .other-case.no-border li:nth-child(n+4) {
  margin-top: 31px;
}

/* FAQ
------------------------------------------------ */
#faq {
  margin: 98px 0 64px;
}
@media all and (max-width: 1024px) {
  #faq {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #faq {
    margin: 59px 0 63px;
  }
}
#faq .inner {
  max-width: 878px;
}
#faq .faq-cat {
  margin-top: 37px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faq .faq-cat {
    margin-top: 29px;
  }
}
#faq .faq-cat:first-of-type {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  #faq .faq-cat:first-of-type {
    margin-top: 32px;
  }
}
#faq .faq-cat span {
  display: inline-block;
  padding: 12px 10px 8px;
  border-radius: 3px;
  background-color: #005ead;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #faq .faq-cat span {
    font-size: 15px;
    padding: 6px 7px 5px;
    border-radius: 1px;
  }
}
#faq .faq-list {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #faq .faq-list {
    margin-top: 21px;
    font-size: 11px;
  }
}
#faq .faq-list li {
  margin-bottom: 33px;
}
@media all and (max-width: 1024px) {
  #faq .faq-list li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list li {
    margin-bottom: 11px;
  }
}
#faq .faq-list li:last-child {
  margin-bottom: 0;
}
#faq .faq-list .question, #faq .faq-list .answer {
  position: relative;
  padding: 0 50px 0 80px;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question, #faq .faq-list .answer {
    padding: 0 30px 0 38px;
  }
}
#faq .faq-list .question::before, #faq .faq-list .answer::before {
  display: block;
  position: absolute;
  left: 23px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  line-height: 43px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question::before, #faq .faq-list .answer::before {
    width: 23px;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    left: 9px;
  }
}
#faq .faq-list .question {
  display: flex;
  align-items: center;
  height: 63px;
  padding-top: 4px;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-weight: bold;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  #faq .faq-list .question {
    transition: all 0.3s ease;
  }
  #faq .faq-list .question:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question {
    height: auto;
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
#faq .faq-list .question::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #005ead;
  content: "Q";
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question::before {
    top: 3px;
    transform: none;
  }
}
#faq .faq-list .question::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-25%);
  width: 16px;
  height: 30px;
  border-top: 15px solid;
  border-right: 8px solid;
  border-bottom: 15px solid;
  border-left: 8px solid;
  border-color: #005ead transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question::after {
    width: 8px;
    height: 16px;
    border-top: 8px solid;
    border-right: 4px solid;
    border-bottom: 8px solid;
    border-left: 4px solid;
    right: 13px;
    border-color: #005ead transparent transparent transparent;
  }
}
#faq .faq-list .question.isCurrent::after {
  transform: translateY(-75%);
  border-color: transparent transparent #005ead transparent;
}
#faq .faq-list .answer {
  display: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer {
    padding-right: 10px;
    padding-bottom: 0;
  }
}
#faq .faq-list .answer::before {
  top: 19px;
  background-color: #15a993;
  content: "A";
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer::before {
    top: 9px;
  }
}
#faq .faq-list .answer p {
  line-height: 1.8;
}
#faq .faq-list .answer p:first-child {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer p:first-child {
    padding-top: 12px;
  }
}
#faq .faq-list .answer p:last-child {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer p:last-child {
    margin-bottom: 0;
  }
}
#faq .faq-list .answer a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
#faq .faq-list .answer a:hover {
  text-decoration: underline;
}