@charset "UTF-8";
/* CSS Document */
/* ----------
counseling
-----
*/

.pc{
  display:block;
}

.sp{
  display:none;
}

@media screen and (max-width: 640px) {
.pc{
  display:none;
}

.sp{
  display:block;
}
}

#counseling .breadcrumb {
  position: absolute;
  /* top: 110px; */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #counseling .breadcrumb {
    top: 70px;
    left: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  #counseling .breadcrumb {
    top: -20px;
    left: 20px;
  }
}
#counseling.is_open {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* base */
.counseling {
  overflow: hidden;
  background-color: #f8f8f8;
}
.counseling h1, .counseling h2, .counseling h3, .counseling h4, .counseling h5, .counseling div, .counseling p, .counseling ul, .counseling ol, .counseling li, .counseling table {
  margin: 0 auto;
  line-height: 1;
  box-sizing: border-box;
}
.counseling th, .counseling td {
  line-height: 1;
}
.counseling h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.counseling p, .counseling li, .counseling th, .counseling td {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .counseling p, .counseling li, .counseling th, .counseling td {
    font-size: 4.2666666667vw;
    line-height: 1.75;
      }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling p, .counseling li, .counseling th, .counseling td {
    font-size: 16px;
  }
}
.counseling img {
  width: 100%;
  max-width: 100%;
}
.counseling span {
  color: inherit;
}
.counseling .container > section > div {
  position: relative;
}
.counseling .container > section:nth-of-type(2n+1) > div {
  background-color: #fff;
}
.counseling .p-course {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counseling .c-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0099a5;
}
.counseling .c-num > span {
  font-size: 96px;
  font-weight: 100;
}
 @media screen and (max-width: 640px) {
  .counseling .c-num > span {
    font-size: 19.2vw;
  }
} 
.counseling .c-num > span > span {
  position: absolute;
  left: -12px;
  top: -3px;
  padding: 3px;
  border-bottom: 1px solid #0099a5;
  font-size: 14px;
  font-weight: 100;
  transform: rotate(-37deg);
}
@media screen and (max-width: 640px) {
  .counseling .c-num > span > span {
    font-size: 2.8vw;
  }
}
.counseling .contents__header {
  position: absolute;
  left: 0;
  top: -105px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .counseling .contents__header {
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header {
    top: -100px;
  }
}
.counseling .contents__header > div {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1080px;
  height: 211px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header > div {
  position: relative;
  display: block;
}
}
@media screen and (max-width: 640px) {
  .counseling .contents__header > div {
    display:block;
    flex-wrap: wrap;
    flex-direction: column;
    width: 84%;
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 630px;
    /* height: 280px; */
  }
}
.counseling .contents__header > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to right, #00bfbf, #00adb2 33%, #008d9c);
}
.counseling .contents__header h2,
.counseling .contents__header p,
.counseling .contents__header span {
  color: #fff;
}
.counseling .contents__header h2, .counseling .contents__header p {
  position: relative;
  z-index: 2;
}
.counseling .contents__header h2 {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .counseling .contents__header h2 {
    flex-wrap: wrap;
    padding-top: 6.6666666667vw;
    font-size: 9.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header h2 {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.counseling .contents__header h2 span:nth-of-type(2) {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .contents__header h2 span:nth-of-type(2) {
    margin-top: 2.4vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header h2 span:nth-of-type(2) {
    margin-top: 18px;
  }
}
.counseling .contents__header p {
  position: relative;
  margin-top: 66px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .counseling .contents__header p {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header p {
    margin-top: 34px;
  }
}
.counseling .contents__header p:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fff;
}

.counseling .contents__header > div p.visline:before {
  top: 15px;
  left: -132px;
  width: 120px;
}

@media screen and (max-width: 640px) {
  .counseling .contents__header > div p.visline:before {
   position: static;
    margin-bottom: 3.2vw;
    width:19.2vw;
}
}

@media screen and (max-width: 640px) {
  .counseling .contents__header p:before {
    position: static;
    margin-bottom: 3.2vw;
    width:19.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__header p:before {
    position: static;
    margin-bottom: 24px;
  }
}
.counseling .contents__menu {
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 640px) {
  .counseling .contents__menu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents__menu {
    height: 0;
    overflow: hidden;
  }
}
.counseling .contents__menu ul {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.counseling .contents__menu a span {
  color: #0099a5;
  transition: color 0.3s ease;
}
.counseling .contents__menu a:hover span, .counseling .contents__menu a.is_current span {
  color: #fff;
}
.counseling .contents__menu a:hover .contents__menu__txt, .counseling .contents__menu a.is_current .contents__menu__txt {
  background-color: #003461;
}
.counseling .contents__menu a:hover .contents__menu__txt:after, .counseling .contents__menu a.is_current .contents__menu__txt:after {
  background-color: #fff;
}
.counseling .contents__menu__txt {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.counseling .contents__menu__txt:after {
  position: absolute;
  left: 38px;
  top: 38px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #0099a5;
  transition: background-color 0.3s ease;
  transform: rotate(-45deg);
}
.counseling .contents__menu__txt > span:nth-of-type(1) {
  margin-left: 15px;
  font-size: 26px;
}
.counseling .contents__menu__txt > span:nth-of-type(2) {
  margin-left: 18px;
  font-size: 15px;
  line-height: 1.4;
}
.counseling .contents__menu__txt > span.oneLine {
  margin-top: 0.5em;
}
.counseling .contents .p-btn {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn {
    width: 100%;
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn {
    width: 100%;
    height: 140px;
  }
}
.counseling .contents .p-btn a {
  color: #fff;
}
.counseling .contents .p-btn__txt {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt {
    width: 100%;
    height: 100%;
    background-color: #003461;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt {
    width: 100%;
    height: 100%;
    background-color: #003461;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt > span {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt > span {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt > span:nth-of-type(1) {
    margin-left: 4.7619047619%;
    font-size: 6.9333333333vw;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt > span:nth-of-type(1) {
    margin-left: 30px;
    font-size: 52px;
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt > span:nth-of-type(2) {
    margin-left: 3.4920634921%;
    font-size: 4.2666666667vw;
    line-height: 1.38;
    order: 3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt > span:nth-of-type(2) {
    margin-left: 22px;
    font-size: 32px;
    line-height: 1.38;
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt:before {
    content: "";
    display: block;
    width: 1px;
    height: 4.8vw;
    margin-left: 2.2222222222%;
    background-color: rgba(255, 255, 255, 0.5);
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt:before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    margin-left: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__txt:after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    margin-left: auto;
    margin-right: 4.7619047619%;
    background: url("../img/pict_btn_open_w.svg") center center no-repeat;
    background-size: cover;
    order: 4;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__txt:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: 30px;
    background: url("../img/pict_btn_open_w.svg") center center no-repeat;
    background-size: cover;
    order: 4;
  }
}
.counseling .contents .p-btn__modal {
  width: 410px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__modal {
    width: 99.6825396825%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__modal {
    width: 628px;
  }
}
.counseling .contents .p-btn__modal a {
  color: #003461;
}
.counseling .contents .p-btn__modal .p-btn__txt {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #003461;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__modal .p-btn__txt {
    height: 14.6666666667vw;
    border-radius: 10vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__modal .p-btn__txt {
    height: 110px;
    border-radius: 18px;
  }
}
.counseling .contents .p-btn__modal .p-btn__txt > span {
  margin-left: 48px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__modal .p-btn__txt > span {
    margin-left: 5.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__modal .p-btn__txt > span {
    margin-left: 38px;
    font-size: 32px;
  }
}
.counseling .contents .p-btn__modal .p-btn__txt:after {
  position: absolute;
  right: 34px;
  top: 16px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/pict_btn_open_b.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents .p-btn__modal .p-btn__txt:after {
    top: 4vw;
    right: 4vw;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .p-btn__modal .p-btn__txt:after {
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
}
.counseling .contents .is_current .p-btn__txt:after {
  background-image: url("../img/pict_btn_close_w.svg");
}
.counseling .contents .c-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 0;
  background-color: #13345e;
  color: #fff;
  overflow: hidden;
}
.counseling .contents .c-modal.is_open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1501;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  overflow-y: scroll;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .counseling .contents .c-modal.is_open {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .c-modal.is_open {
    padding-top: 30px;
  }
}
.counseling .contents .c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .counseling .contents .c-modal__close {
    right: -4vw;
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .c-modal__close {
    right: -30px;
  }
}
.counseling .contents .c-modal__contents {
  position: relative;
  max-width: 1010px;
  width: 100%;
  padding: 25px 0 100px;
  cursor: default;
  margin:0;
}
.counseling .contents .bottom-close {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  width: 50px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .counseling .contents .c-modal__contents {
    width: 84%;
    padding: 14.6666666667vw 0 14.6666666667vw;
  }
.counseling .contents .bottom-close {
  position: absolute;
  top: auto;
  bottom:30.5vw;
  right: -3.5vw;
  width: 50px;
  cursor: pointer;
}
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .c-modal__contents {
    width: 542px;
  }
}
.counseling .contents .c-modal__content {
  max-width: 880px;
  width: 100%;
}
.counseling .contents .c-modal__content h4 {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .c-modal__content h4 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
.counseling .contents .c-modal__content {
  max-width: 880px;
  width: 100%;
}  .counseling .contents .c-modal__contents {
    width: 84%;
    padding: 14.6666666667vw 0 47.6666666667vw;
  }
}
.counseling .contents .c-modal__content h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .c-modal__content h4:after {
    width: 16vw;
    height: 0.5333333333vw;
  }
}
.counseling .contents .c-modal__content p {
  color: #fff;
}
.counseling .contents:nth-of-type(2n+1) .contents__header > div {
  padding-left: 98px;
}
@media screen and (max-width: 640px) {
  .counseling .contents:nth-of-type(2n+1) .contents__header > div {
    padding-left: 8vw;
    height:190px!important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents:nth-of-type(2n+1) .contents__header > div {
    padding-left: 60px;
  }
}
.counseling .contents:nth-of-type(2n+1) .contents__header > div:before {
  left: 0;
}
.counseling .contents:nth-of-type(2n) .contents__header > div:before {
  right: 0;
}

/* .main__header */
.counseling .main__header > div {
  width: 100%;
  height: 664px;
  background: url("../img/counseling_main.jpg") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .counseling .main__header > div {
    height: auto;
    padding-bottom: 32.6666666667vw;
    background-image: url("../img/counseling_main_s.jpg");
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1366px) {
  .counseling .main__header > div {
    background-size: cover;
  }
}
.counseling .main__header h1 {
  max-width: 1080px;
  width: 100%;
  padding-top: 82px;
  color: #123e75;
  opacity: 1;
  font-size: 55px;
  transform: none;
}
@media screen and (max-width: 640px) {
  .counseling .main__header h1 {
    padding-top: 7.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .main__header h1 {
    width: 636px;
  }
}
.counseling .main__header h1 > span {
  display: block;
  width: 100%;
  color: #123e75;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .counseling .main__header h1 > span {
    width: auto;
    margin-left: 8%;
  }
}
.counseling .main__header h1 > span:nth-of-type(1) {
  font-size: 55px;
}
@media screen and (max-width: 640px) {
  .counseling .main__header h1 > span:nth-of-type(1) {
    font-size: 7.7333333333vw;
  }
}
.counseling .main__header h1 > span:nth-of-type(2) {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .counseling .main__header h1 > span:nth-of-type(2) {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.04em;
  }
}
.counseling .main__header h1:after {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  margin-top: 18px;
  margin-left: 0;
  background-color: #003461;
}
@media screen and (max-width: 640px) {
  .counseling .main__header h1:after {
    width: 40%;
    margin-top: 0.9333333333vw;
    margin-left: 8%;
  }
}
.counseling .main__header__contents {
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .main__header__contents {
    width: 84.8%;
    margin-top: 74.4vw;
    margin-left: 8%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .main__header__contents {
    width: 636px;
  }
}
.counseling .main__header .p-course {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .main__header .p-course {
    text-align: left;
    justify-content: start;
    margin-top: 4.8vw;
  }
}
.counseling .main__header .p-course li {
  width: 66px;
}
@media screen and (max-width: 640px) {
  .counseling .main__header .p-course li {
    width: 17.6vw;
  }
}
@media screen and (max-width: 640px) {
  .counseling .main__header .p-course li:nth-of-type(1) {
    margin: 0;
  }
}
.counseling .main__header .p-course li:nth-of-type(2) {
  margin-left: 14px;
}
@media screen and (max-width: 640px) {
  .counseling .main__header .p-course li:nth-of-type(2) {
    margin-left: 4vw;
  }
}
.counseling .main__catch {
  font-size: 23px;
  line-height: 1.56;
  letter-spacing: 0.08625em;
}
@media screen and (max-width: 640px) {
  .counseling .main__catch {
    font-size: 4.2666666667vw;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.counseling .main__copy {
  width: 460px;
  margin-top: 12px;
  margin-left: 0px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .counseling .main__copy {
    width: auto;
    margin-top: 4.2666666667vw;
    line-height: 1.75;
  }
}
/* .cases */
.counseling .contents.cases > div {
  padding-top: 70px;
  padding-bottom: 105px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases > div {
    padding-top: 300px;
    padding-bottom: 50vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases > div {
    padding-top: 260px;
    padding-bottom: 240px;
  }
}
.counseling .contents.cases .contents__header {
  top: -130px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header {
    top: -28.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header {
    top: -130px;
  }
}
.counseling .contents.cases .contents__header > div {
  display: flex;
  flex-wrap: wrap;
  height: 300px;
}

.counseling .contents.cases .contents__header > div .bar-text{
  margin:0;
  position:relative;
  top:-40px;
  width:75%;
  font-size:15px;
}

.counseling .contents.cases .contents__header > div .bar-text:before{
  display:none;
}

@media screen and (max-width: 1089px) {
 .counseling .contents.cases .contents__header > div {
  display: block;
  height: 300px;
}
.counseling .contents.cases .contents__header > div .bar-text{
  margin:0;
  position:relative;
  top:20px;
  width:95%;
  font-size:15px;
} 
}

@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div {
    height:380px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div {
    height: 380px;
  }
}
.counseling .contents.cases .contents__header > div p {
  /* margin-left: 192px; */
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div p {
    margin-left: 0;
  }
}
.counseling .contents.cases .contents__header > div p:before {
  top: 15px;
  left: -115px;
  width: 103px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div p:before {
    width: 19.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div p:before {
    width: 144px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(1):before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(1):before {
    content: "\a";
    white-space: pre;
  }
}
.counseling .contents.cases .contents__header > div p > span:nth-of-type(1):after {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(1):after {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(1):after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(2):after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .contents__header > div p > span:nth-of-type(2):after {
    content: "\a";
    white-space: pre;
  }
}
.counseling .contents.cases .contents__menu {
  /*
  &__txt {
    align-items: flex-start;
    padding-top: 14px;
    background-color: #fff;
    &:after {
      position: absolute;
      left: 38px;
      top: 38px;
      width: 16px;
      height: 1px;
      transform: rotate(-45deg);
    }
    & > span {
      &:nth-of-type(1) {
        margin-left: 15px;
        font-size: 26px;
      }
      &:nth-of-type(2) {
        margin-left: 18px;
        font-size: 15px;
        line-height: 1.4;
      }
      &.oneLine {
        margin-top: .5em;
      }
    }
  }*/
}
.counseling .contents.cases .contents__menu ul {
  width: 980px;
  margin: 34px 0 0 ;
}
.counseling .contents.cases .contents__menu li {
  width: 33.333%;
  height: 66px;
}
.counseling .contents.cases .c-num {
  position: absolute;
  top: 88px;
  left: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.cases .c-num {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.cases .c-num {
    top: 0;
    left: 0;
  }
}
.counseling .contents.cases .c-num > span > span {
  background-color: #f8f8f8;
}
.counseling .contents .case {
  width: 100%;
  max-width: 1300px;
  background-repeat: no-repeat;
  background-position: right -33px bottom 0;
  background-size: 584px auto;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case:nth-of-type(n+1) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case:nth-of-type(n+1) {
    margin-top: 30px;
  }
}
.counseling .contents .case.is_current .case__content {
  height: auto;
  /* padding: 88px 0 120px 190px; */
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case.is_current .case__content {
    padding: 0 0 4.8vw;
    margin-top: 10.6666666667vw;
    overflow: visible;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case.is_current .case__content {
    padding: 0 0 36px;
    margin-top: 40px;
    overflow: visible;
  }
}
.counseling .contents .case__list {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__list {
    width: 84%;
    overflow: visible;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__list {
    width: 630px;
    overflow: visible;
  }
}
.counseling .contents .case__content {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  max-width: 1080px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.2s;
}
/*.counseling .contents .case__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 88px;
  left: 147px;
  width: 1px;
  height: 100%;
  background-color: #99d6db;
}*/
@media screen and (max-width: 640px) {
  .counseling .contents .case__content:before {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content:before {
    content: none;
  }
}
.counseling .contents .case__content h3 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.0096153846em;
  color: #0099a5;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content h3 {
    display: flex;
    align-items: center;
    height: 18.9333333333vw;
    margin-left: 25.3968253968%;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content h3 {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content h3 > span {
    margin-left: 1.0666666667vw;
    margin-top: -0.1em;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content h3 > span > span:before {
    content: "\a";
    white-space: pre;
  }
}
.counseling .contents .case__content ul {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul {
    margin-top: 30px;
  }
}
.counseling .contents .case__content ul li {
  position: relative;
  font-weight: bold;
  line-height: 1.88;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li {
    padding-left: 5.6vw;
    text-indent: -5.6vw;
    line-height: 1.56;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li {
    padding-left: 42px;
    text-indent: -42px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li:nth-of-type(n+1) {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li:nth-of-type(n+1) {
    margin-top: 0.25em;
  }
}
.counseling .contents .case__content ul li > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li > span:before {
    content: none;
  }
}
.counseling .contents .case__content ul li strong {
  position: relative;
  z-index: 1;
  vertical-align: bottom;
  background: url("../img/pict_linemarker.svg") bottom left repeat-x;
  background-size: auto 5px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li strong {
    background-size: auto 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li strong > span {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li strong > span {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li strong > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1.3333333333vw;
    background-color: rgba(252, 238, 33, 0.7);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li strong > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    background-color: rgba(252, 238, 33, 0.7);
  }
}
.counseling .contents .case__content ul li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 7px;
  background: url("../img/pict_check.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content ul li:before {
    width: 3.7333333333vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content ul li:before {
    width: 28px;
    height: 24px;
  }
}
.counseling .contents .case__content p {
  width: 500px;
  margin-top: 32px;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content p {
    width: 100%;
    margin-top: 8vw;
    margin-left: auto;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content p {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case__content p:before {
    content: "";
    display: block;
    width: 92.6984126984%;
    height: 74.1333333333vw;
    margin: 0 auto 8vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case__content p:before {
    content: "";
    display: block;
    width: 584px;
    height: 556px;
    margin: 0 auto 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
  }
}

@media screen and (max-width: 640px) {
  .counseling .contents .case_01 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_01 {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_01 .case__content p {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_01 .case__content p {
    margin-top: 0;
  }
}


.counseling .contents .case_02 {
  /* background-image: url("/wp-content/themes/ecbm/img/counseling/consulting_case_img_02.jpg"); */
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_02 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_02 {
    background-image: none;
  }
}


.counseling .contents .case_03 {
  /* background-image: url("/wp-content/themes/ecbm/img/counseling/consulting_case_img_03.jpg"); */
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_03 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_03 {
    background-image: none;
  }
}

.counseling .contents .case_04 {
  /* background-image: url("/wp-content/themes/ecbm/img/counseling/consulting_case_img_04.jpg"); */
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_04 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_04 {
    background-image: none;
  }
}

.counseling .contents .case_05 {
  /* background-image: url("/wp-content/themes/ecbm/img/counseling/consulting_case_img_05.jpg"); */
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_05 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_05 {
    background-image: none;
  }
}

.counseling .contents .case_06 {
  /* background-image: url("/wp-content/themes/ecbm/img/counseling/consulting_case_img_06.jpg"); */
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_06 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_06 {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .case_06 .case__content h3 span {
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_07 {
    background-image: none;
  }
}

@media screen and (max-width: 640px) {
  .counseling .contents .case_08 {
    background-image: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .case_08 {
    background-image: none;
  }
}


/* .features */
.counseling .contents.features > div {
  padding-top: 86px;
  padding-bottom: 105px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features > div {
    padding-top: 32vw;
    padding-bottom: 50.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features > div {
    padding-top: 160px;
    padding-bottom: 190px;
  }
}
.counseling .contents.features .contents__header {
  top: -121px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .contents__header {
    top: -24vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .contents__header {
    top: -160px;
  }
}
.counseling .contents.features .contents__header > div {
  height: 242px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .contents__header > div {
    height: 220px!important; 
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .contents__header > div {
    height: 320px;
  }
}
.counseling .contents.features .contents__header > div p {
  /* margin-left: 224px; */
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .contents__header > div p {
    margin-left: 0;
  }
}
.counseling .contents.features .contents__header > div p:before {
  top: 15px;
  left: -129px;
  width: 110px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .contents__header > div p:before {
    width: 19.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .contents__header > div p:before {
    width: 72px;
  }
}
.counseling .contents.features .contents__menu ul {
  width: 980px;
  margin-left: 98px;
}
.counseling .contents.features .contents__menu li {
  width: 33.333%;
  height: 70px;
}
.counseling .contents.features .contents__menu__txt {
  background-color: #f8f8f8;
}
.counseling .contents.features .feature {
  position: relative;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature:nth-of-type(n+1) {
    margin-top: 15vw;
  }
.counseling .contents.features .feature:nth-child(2),
.counseling .contents.features .feature:nth-child(3)  {
    margin-top: 4vw!important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature:nth-of-type(n+1) {
    margin-top: 30px;
  }
}
.counseling .contents.features .feature.is_current .feature__content {
  height: auto;
  padding-bottom: 0px;
  opacity: 1;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature.is_current .feature__content {
    margin-top: 9.6vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature.is_current .feature__content {
    margin-top: 36px;
    padding-bottom: 30px;
  }
}
.counseling .contents.features .feature__list {
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__list {
    width: 84%;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__list {
    width: 630px;
    margin-top: 0;
  }
}
.counseling .contents.features .feature .c-num {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature .c-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature .c-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.counseling .contents.features .feature .c-num > span > span {
  font-size: 12px;
  top: 8px;
  left: -22px;
  background-color: #fff;
  transform: rotate(-44deg);
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature .c-num > span > span {
    top: 0.2666666667vw;
    left: -5.3333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature .c-num > span > span {
    top: 2px;
    left: -22px;
  }
}
.counseling .contents.features .feature__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.2s;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__content {
    flex-wrap: wrap;
  }
}
/*.counseling .contents.features .feature__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 270px;
  width: 1px;
  height: 100%;
  background-color: #99d6db;
}*/
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__content:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__content:before {
    content: none;
  }
}
.counseling .contents.features .feature__header {
  width: 270px;
  padding-left: 40px;
  margin-right: 0;
  order: 2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.counseling .contents.features .feature__header h3 {
  margin-top: 56px;
  font-size: 24px;
  line-height: 1.5;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header h3 {
    display: flex;
    align-items: center;
    width: 75.2380952381%;
    height: 19.2vw;
    margin-right: 0;
    margin-top: 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header h3 {
    display: flex;
    align-items: center;
    width: 550px;
    height: 72px;
    margin-top: 0;
    margin-right: 0;
  }
}
.counseling .contents.features .feature__header h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header h3:after {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header h3:after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header h3 > span {
    margin-left: 3.7333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header h3 > span {
    margin-left: 28px;
  }
}
.counseling .contents.features .feature__header p {
  margin-top: 28px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header p {
    margin-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header p {
    margin-top: 23px;
  }
}
.counseling .contents.features .feature__header p > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__header p > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__header p > span:before {
    content: none;
  }
}
.counseling .contents.features .feature__detail {
  width: 820px;
  order: 1;
  margin:0;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail {
    width: 100%;
    margin-top: 9.6vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail {
    width: 100%;
    margin-top: 18px;
    order: 2;
  }
}
.counseling .contents.features .feature__detail_01 > p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 > p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 > p {
    line-height: 1.75;
  }
}
.counseling .contents.features .feature__detail_01 > div {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 > div {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 > div {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 32px;
  }
}
.counseling .contents.features .feature__detail_01 .problem {
  width: 100px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .problem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 20vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .problem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 150px;
  }
}
.counseling .contents.features .feature__detail_01 .problem > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #304a5c;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .problem > span {
    width: 20vw;
    height: 20vw;
    margin-left: auto;
    margin-right: 2vw;
    border-width: 0.4vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .problem > span {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: 15px;
    border-width: 3px;
    font-size: 23px;
  }
}
.counseling .contents.features .feature__detail_01 .problem:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin-top: 8px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .problem:after {
    width: 17.7333333333vw;
    height: 18.1333333333vw;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .problem:after {
    width: 133px;
    height: 136px;
    margin: 0 auto 0 0;
  }
}
.counseling .contents.features .feature__detail_01 .solution {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution {
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution {
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  }
}
.counseling .contents.features .feature__detail_01 .solution__header {
  width: 100px;
  margin-left: 0;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__header {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__header {
    width: 100%;
    padding-top: 0;
  }
}
.counseling .contents.features .feature__detail_01 .solution__header h4 {
  font-size: 18px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__header h4 {
    font-size: 3.6vw;
  }
}
.counseling .contents.features .feature__detail_01 .solution__header h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 8px auto;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__header h4:after {
    width: 6vw;
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__header h4:after {
    width: 45px;
    margin-top: 6px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__header p {
  margin-top: 10px;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__header p {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__header p {
    margin-top: 10px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow {
  position: relative;
  width: 144px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__flow {
    width: 28vw;
    height: 40.8vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__flow {
    width: 210px;
    height: 276px;
    margin-top: 24px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow h5 {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: -0.0769230769em;
  color: #fff;
  transform: translateY(-8px);
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__flow h5 {
    width: 16vw;
    padding: 0.8vw 0;
    font-size: 3.0666666667vw;
    transform: translateY(-1.3333333333vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__flow h5 {
    width: 120px;
    padding: 6px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow p {
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__flow p {
    margin-top: 1.0666666667vw;
    font-size: 2.8vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__flow p {
    margin-top: 4px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__flow:before {
    width: 24vw;
    height: 24vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__flow:before {
    width: 180px;
    height: 180px;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow:after {
  content: "";
  position: absolute;
  top: 53px;
  right: -6px;
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-bottom: 3px solid #4dacb2;
  border-right: 3px solid #4dacb2;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__flow:after {
    top: auto;
    bottom: -0.2666666667vw;
    left: 12.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom-width: 0.5333333333vw;
    border-left: 0.5333333333vw solid #4dacb2;
    border-right: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__flow:after {
    top: auto;
    left: 96px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    border-bottom-width: 2px;
    border-left: 2px solid #4dacb2;
    border-right: none;
  }
}
.counseling .contents.features .feature__detail_01 .solution__flow:nth-last-of-type(1):after {
  content: none;
}
.counseling .contents.features .feature__detail_01 .solution__list {
  width: 558px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution__list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution__list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }
}
.counseling .contents.features .feature__detail_01 .solution_01 {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_01 {
    padding-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_01 {
    padding-top: 0;
  }
}
.counseling .contents.features .feature__detail_01 .solution_01 .solution__flow h5 {
  background-color: #0099a5;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_01 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_01 {
    margin-top: 10px;
  }
}

.counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
  width: 110px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_03 h5 {
    width: 200px;
  }
}
.counseling .contents.features .feature__detail_01 .solution_01 .solution__flow_03 p {
  font-weight: bold;
  color: #0095a2;
}
.counseling .contents.features .feature__detail_01 .solution_02 {
  margin-top: 28px;
  padding-top: 40px;
  border-top: 1px dotted #b3b3b3;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #b3b3b3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_02 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #b3b3b3;
  }
}
.counseling .contents.features .feature__detail_01 .solution_02 .solution__header h4:after {
  background-color: #123e75;
}
.counseling .contents.features .feature__detail_01 .solution_02 .solution__header h4 {
  color: #123e75;
}
.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow h5 {
  background-color: #123e75;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_01 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_01 {
    margin-top: 10px;
  }
}

.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_01 p {
    margin-top: 10px;
  }
}

.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_02 h5 {
  width: 86px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_02 h5 {
    width: 22.9333333333vw;
  }
}
.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_02 p {
    margin-top: 10px;
  }
}

.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
  width: 93px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_03 h5 {
    width: 200px;
  }
}
.counseling .contents.features .feature__detail_01 .solution_02 .solution__flow_03 p {
  font-weight: bold;
  color: #123e75;
}
.counseling .contents.features .feature__detail_02 .solution {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 660px;
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_02 .solution {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
}
.counseling .contents.features .feature__detail_02 .solution > div {
  width: 196px;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution > div {
    width: 81.5873015873%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_02 .solution > div {
    width: 514px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution > div:nth-of-type(n+1) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_02 .solution > div:nth-of-type(n+1) {
    margin-top: 20px;
  }
}
.counseling .contents.features .feature__detail_02 .solution h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1.39;
  letter-spacing: -0.02em;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution h4 {
    font-size: 4.8vw;
  }
}
.counseling .contents.features .feature__detail_02 .solution h4 > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution h4 > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_02 .solution h4 > span:before {
    content: none;
  }
}
.counseling .contents.features .feature__detail_02 .solution h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 14px auto 0;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution h4:after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    margin-top: 2.9333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_02 .solution h4:after {
    margin-top: 11px;
  }
}
.counseling .contents.features .feature__detail_02 .solution__img {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution__img {
    margin-top: 5.3333333333vw;
  }
}
.counseling .contents.features .feature__detail_02 .solution__img + p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_02 .solution__img + p {
    margin-top: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.counseling .contents.features .feature__detail_03 {
  width: 670px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 {
    width: 100%;
    margin-left: auto;
    margin-top: 8vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.features .feature__detail_03 {
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
    order: 2;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div {
  position: relative;
  padding-left: 155px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div {
    padding-left: 0;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  width: 115px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div:before {
    top: 0;
    left: 0;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div h4 {
  font-size: 18px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div h4 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 17.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div h4 > span {
    margin-left: 20.5333333333vw;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div ul {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div ul {
    margin-top: 3.4666666667vw;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div ul li {
    padding-left: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
.counseling .contents.features .feature__detail_03 .solution > div ul li + li {
  margin-top: 1em;
}
.counseling .contents.features .feature__detail_03 .solution > div ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution > div ul li:before {
    top: 1.6vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.counseling .contents.features .feature__detail_03 .solution_02 {
  margin-top: 46px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.features .feature__detail_03 .solution_02 {
    margin-top: 12.6666666667vw;
  }
}

/* .service  */
.counseling .contents.service > div {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.service > div {
    padding-top: 34.5333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.service > div {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.service .contents__header {
    top: -34.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.service .contents__header {
    top: -150px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.service .contents__header > div {
    height: 67.7333333333vw!important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.service .contents__header > div {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.service .contents__header > div h2 > span > span:before {
    content: "\a";
    white-space: pre;
  }
}
.counseling .contents.service .contents__header > div p {
  margin-left: 152px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.service .contents__header > div p {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.service .contents__header > div p {
    margin-left: 0;
  }
}
.counseling .contents.service .contents__header > div p:before {
  top: 15px;
  left: -132px;
  width: 116px;
}
@media screen and (max-width: 640px) {
.counseling .contents.service .contents__header > div p:before {
  top: 15px;
  left: -132px;
  width: 19.2vw;
}  
}

@media screen and (max-width: 640px) {
  .counseling .contents.service .contents__header > div p > span:before {
    content: "\a";
    white-space: pre;
  }
}




.counseling .contents .service__contents {
  width: 100%;
  max-width: 1080px;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__contents {
    width: 84%;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__contents {
    width: 630px;
    margin-top: 40px;
  }
}
.counseling .contents .service__content:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content:nth-of-type(n+2) {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.counseling .contents .service__content h3 {
  font-size: 24px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content h3 {
    font-size: 5.3333333333vw;
  }
}
.counseling .contents .service__content h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content h3:after {
    width: 13.3333333333vw;
    margin-top: 5.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content h3:after {
    width: 60px;
    margin-top: 20px;
  }
}
.counseling .contents .service__content h3 + p {
  margin-top: 26px;
  line-height: 1.63;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content h3 + p {
    margin-top: 4.2666666667vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content h3 + p {
    margin-top: 26px;
    text-align: center;
  }
}
.counseling .contents .service__content .c-num {
  position: relative;
  margin-left: 24px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .c-num {
    margin-left: 6.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .c-num {
    margin-left: 50px;
  }
}
.counseling .contents .service__content .c-num > span {
  font-size: 37px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .c-num > span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .c-num > span {
    font-size: 75px;
  }
}
.counseling .contents .service__content .c-num > span > span {
  left: -15px;
  top: -4px;
  padding: 2px 0;
  border-bottom-color: #fff;
  background-color: #4dacb2;
  font-size: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .c-num > span > span {
    left: -4vw;
    top: -1.0666666667vw;
    padding: 0.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .c-num > span > span {
    left: -30px;
    top: -8px;
    padding: 2px;
    font-size: 20px;
  }
}
.counseling .contents .service__content .booking {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking {
    flex-direction: column;
    margin-top: 5.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking {
    flex-direction: column;
    margin-top: 19px;
  }
}
.counseling .contents .service__content .booking li {
  position: relative;
  display: flex;
  align-items: center;
  width: 306px;
  height: 78px;
  margin-left: 0;
  margin-right: 30px;
  color: #fff;
  background-color: #4dacb2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking li {
    width: 90.4761904762%;
    height: 17.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking li {
    width: 570px;
    height: 130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking li:nth-of-type(n+2) {
    margin-top: 11.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking li:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
.counseling .contents .service__content .booking li:after {
  position: absolute;
  top: 33px;
  right: -19px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #4dacb2;
  border-right: 1px solid #4dacb2;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking li:after {
    top: auto;
    bottom: -6.6666666667vw;
    right: 36.2666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border-right: none;
    border-left: 0.5333333333vw solid #4dacb2;
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking li:after {
    top: auto;
    bottom: -25px;
    right: 272px;
    width: 34px;
    height: 34px;
    border-bottom-width: 3px;
    border-right: none;
    border-left: 3px solid #4dacb2;
  }
}
.counseling .contents .service__content .booking li .txt {
  margin-left: 26px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking li .txt {
    margin-left: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking li .txt {
    margin-left: 20px;
    font-size: 36px;
  }
}
.counseling .contents .service__content .booking li:nth-last-of-type(1):after {
  content: none;
}
.counseling .contents .service__content .booking__steps {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__steps {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking__steps {
    margin-top: 0;
  }
}
.counseling .contents .service__content .booking__step {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
}
.counseling .contents .service__content .booking__step.bp0{
  border:none;
  padding:30px 0 0;
}


.counseling .contents .service__content .booking__step.bp0 .last-img{
  width:500px;
}

@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step.bp0 .last-img{
      width:calc(100% );
      /* padding-left:36px; */
      margin-top:20px;
}

}

@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step {
    flex-direction: column;
    padding: 4.8148148148vw 0 8vw;
  }
}

.counseling .contents .service__content .booking__step.booking__step_00-1 {
  border-bottom: none;
}


@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking__step {
    flex-direction: column;
  }
}
.counseling .contents .service__content .booking__step > div {
  width: 364px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step > div {
    width: 100%;
  }
}
.counseling .contents .service__content .booking__step h5 {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step h5 {
    font-size: 6.6666666667vw;
  }
}
.counseling .contents .service__content .booking__step h5 > span {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  vertical-align: text-top;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step h5 > span {
    margin-left: 1.12vw;
    padding: 1.0666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.counseling .contents .service__content .booking__step h5 + p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step h5 + p {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
.counseling .contents .service__content .booking__step .booking__img {
  width: 500px;
  margin: 0 0 0 0;
}
.counseling .contents .service__content .booking__step .booking__img.size-mini {
  width:480px;
 margin:0 auto;
}

.counseling .contents .service__content .booking__step .booking__img.size-mini img{
  width:250px;
 margin:0 auto;
 display:block;
}


@media screen and (max-width: 640px) {
.counseling .contents .service__content .booking__step .booking__img.size-mini {
  width:250px;
 margin:20px auto 0;
 padding-left:0;
}  
.counseling .contents .service__content .booking__step .booking__img.size-mini img{
  width:200px;
 margin:20px auto 0;
 padding-left:0;
}  
}


.counseling .contents .service__content .booking__step .booking__img.flex{
  display:flex;
  justify-content:space-between;
  width:500px;
}
@media screen and (max-width: 640px) {

.counseling .contents .service__content .booking__step .booking__img.flex{
  display:block;
  justify-content:space-between;
  width:630px;
}  
}


.counseling .contents .service__content .booking__step .booking__img.flex figure{
  width:48%;
  margin:0;
}

@media screen and (max-width: 640px) {
.counseling .contents .service__content .booking__step .booking__img.flex figure{
  margin:0 0 20px;
}
}

.counseling .contents .service__content .booking__step  figcaption{
  color:#fff;
  font-size:14px;
  margin-top:5px;
}


@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step .booking__img {
    margin: 4.5333333333vw 0 0 auto;
    width:calc(100%);
    padding-left:0px;
  }
.counseling .contents .service__content .booking__step_02 .booking__img {
    margin: 4.5333333333vw 0 0 auto;
    width:calc(100% - 0px);
    padding-left:0px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .booking__step .booking__img {
    margin-top: 34px;
    margin-right: auto;
  }
}
.counseling .contents .service__content .booking__step .notice {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .booking__step .notice {
    font-size: 3.2vw;
  }
}
.counseling .contents .service__content .zoom__notice {
  display: flex;
  align-items: center;
  width: 100%;
  height: 190px;
  margin-top: 56px;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .zoom__notice {
    height: 68.8vw;
    margin-top: 4vw;
  }
}
.counseling .contents .service__content .zoom__notice h5 {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .zoom__notice h5 {
    font-size: 4.2666666667vw;
  }
}
.counseling .contents .service__content .zoom__notice p {
  margin-top: 18px;
  line-height: 1.61;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .zoom__notice p {
    margin: 4.5333333333vw auto 0;
    width: 87.3015873016%;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .zoom__notice p {
    width: 500px;
    text-align: left;
  }
}
.counseling .contents .service__content .zoom__notice a {
  color: #4dacb2;
  text-decoration: underline;
}
.counseling .contents .service__content .zoom__notice a:hover {
  text-decoration: none;
}
.counseling .contents .service__content .session__steps {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__steps {
    flex-direction: column;
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .session__steps {
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
  }
}
.counseling .contents .service__content .session__step h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #4dacb2;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step h4 {
    height: 17.3333333333vw;
  }
}
.counseling .contents .service__content .session__step h4 > span {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step h4 > span {
    font-size: 4.8vw;
  }
}
.counseling .contents .service__content .session__step ul {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 150px;
  padding-top: 26px;
  text-align: left;
  background-color: #f8f8f8;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step ul {
    height: auto;
    padding: 7.7333333333vw 0;
  }
}
.counseling .contents .service__content .session__step ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 0.75em;
  margin-left: 38px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step ul li {
    margin-left: 6.1333333333vw;
  }
}
.counseling .contents .service__content .session__step ul li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step ul li + li {
    margin-top: 0.3em;
  }
}
.counseling .contents .service__content .session__step ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4dacb2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step ul li:before {
    top: 2.4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.counseling .contents .service__content .session__step .pre_04 {
  position: absolute;
  top: 26px;
  right: 26px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step .pre_04 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0.3em;
  }
}
.counseling .contents .service__content .session__step .link__dl {
  font-weight: bold;
}
.counseling .contents .service__content .session__step .link__dl:before {
  content: "\a";
  white-space: pre;
}
.counseling .contents .service__content .session__step .link__dl a {
  position: relative;
  display: inline-block;
  width: 265px;
  margin-top: 0.5em;
  color: #003461;
  border-bottom: 1px solid #003461;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step .link__dl a {
    width: 70.6666666667vw;
    margin-top: 10.4vw;
  }
}
.counseling  .contents .service__content .session__step .link__dl a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 17px;
    height: 21px;
    background: url(../img/pict_dl.svg) center center no-repeat;
    background-size: cover;
}
.counseling .contents .service__content .session__step .link__dl a:hover {
  border-bottom: none;
}
.counseling .contents .service__content .session__step .link__dl a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step .link__dl a:after {
    width: 4.5333333333vw;
    height: 5.6vw;
  }
}
.counseling .contents .service__content .session__step_01 {
  width: 640px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step_01 {
    width: 100%;
  }
}
.counseling .contents .service__content .session__step_02 {
  width: 310px;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content .session__step_02 {
    width: 100%;
    margin-left: 0;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content .session__step_02 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }
}
.counseling .contents .service__content_01 .p-btn__modal {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_01 .p-btn__modal {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_01 .p-btn__modal {
    margin-top: 32px;
  }
}
.counseling .contents .service__content_01 .booking__step_06 > div, .counseling .contents .service__content_01 .booking__step_07 > div {
  min-height: 118px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_01 .booking__step_06 > div, .counseling .contents .service__content_01 .booking__step_07 > div {
    min-height: 0;
  }
}
.counseling .contents .service__content_01 .booking__step_06 {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_01 .booking__step_06 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_01 .booking__step_06 {
    width: 100%;
  }
}
.counseling .contents .service__content_01 .booking__step_07 {
  width: 480px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_01 .booking__step_07 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_01 .booking__step_07 {
    width: 100%;
  }
}
.counseling .contents .service__content_01 .booking__step_07 > div {
  width: auto;
  padding-left: 55px;
  border-left: 1px dotted #fff;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_01 .booking__step_07 > div {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_01 .booking__step_07 > div {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.counseling .contents .service__content_02 .p-btn__modal {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .p-btn__modal {
    margin-top: 10.6666666667vw;
  }
}
.counseling .contents .service__content_02 .booking__step > div {
  width: 385px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step > div {
    padding-top: 6.6666666667vw;
    width: 100%;
  }
}
.counseling .contents .service__content_02 .booking__step > div h5 + p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step > div h5 + p {
    font-size: 4vw;
  }
}
.counseling .contents .service__content_02 .booking__step .booking__img {
  width: 450px;
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step .booking__img {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_02 .booking__step .booking__img {
    width: 500px;
    margin-left: auto;
  }
}
.counseling .contents .service__content_02 .booking__step .booking__img span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step .booking__img span {
    font-size: 2.4vw;
  }
}
.counseling .contents .service__content_02 .booking__step .notice {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step .notice {
    padding-left: 0.5em;
    text-indent: -0.5em;
    font-size: 3.2vw;
  }
}
.counseling .contents .service__content_02 .booking__step_02 .booking__img {
  width: 249px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step_02 .booking__img {
    width: 69.6825396825%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_02 .booking__step_02 .booking__img {
    width: 439px;
  }
}
.counseling .contents .service__content_02 .booking__step_03 {
  border-bottom: none;
}
.counseling .contents .service__content_02 .booking__step_03 .booking__img {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_02 .booking__step_03 .booking__img {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_02 .booking__step_03 .booking__img {
    width: 542px;
  }
}
.counseling .contents .service__content_03 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 {
    flex-direction: column;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_03 {
    flex-direction: column;
  }
}
.counseling .contents .service__content_03 > div {
  width: 560px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_03 > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 > div h3 {
    letter-spacing: -0.03em;
  }
}
.counseling .contents .service__content_03 > div p {
  letter-spacing: -0.077em;
  line-height: 1.63;
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_03 > div p {
    text-align: left;
  }
}
.counseling .contents .service__content_03 > div .note {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 > div .note {
    margin-top: 0.5em;
    font-size: 3.4666666667vw;
  }
}
.counseling .contents .service__content_03 .session__step {
  width: 364px;
  margin-left: 46px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 .session__step {
    width: 100%;
    margin-left: auto;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__content_03 .session__step {
    margin-left: 0;
    margin-top: 30px;
  }
}
.counseling .contents .service__content_03 .session__step ul li {
  margin-left: 20px;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content_03 .session__step ul li {
    margin-left: 6.1333333333vw;
  }
}
.counseling .contents .service__notice {
  width: 100%;
  max-width: 1080px;
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice {
    width: 84%;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice {
    width: 630px;
    margin-top: 50px;
  }
}
.counseling .contents .service__notice > div {
  display: flex;
  align-items: flex-start;
  width: 980px;
  height: 182px;
  margin-left: 0;
  padding-top: 24px;
  background-color: #fff;
  border: 1px solid #c1272d;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8vw 0;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice > div {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-radius: 20px;
  }
}
.counseling .contents .service__notice > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 224px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice > div > div {
    width: 100%;
  }
}
.counseling .contents .service__notice > div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.counseling .contents .service__notice > div h3 span {
  width: 53px;
  margin: 0 5px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div h3 span {
    width: 14.6666666667vw;
    margin: 0 1.6vw;
  }
}
.counseling .contents .service__notice > div h3 + p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  text-align: center;
  color: #c1272d;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div h3 + p {
    margin-top: 3.4666666667vw;
    font-size: 4.8vw;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice > div h3 + p {
    margin-top: 13px;
    line-height: 1;
  }
}
.counseling .contents .service__notice > div h3 + p:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 0 auto 10px;
  background-color: #c1272d;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div h3 + p:before {
    width: 8vw;
    height: 0.8vw;
    margin-bottom: 4vw;
  }
}
.counseling .contents .service__notice > div h3 + p > span:before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div h3 + p > span:before {
    content: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice > div h3 + p > span:before {
    content: none;
  }
}
.counseling .contents .service__notice > div > ul {
  width: 700px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div > ul {
    width: auto;
    margin: 6.1333333333vw 6.6666666667vw 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__notice > div > ul {
    width: auto;
    margin: 23px 25px 0;
  }
}
.counseling .contents .service__notice > div > ul li {
  position: relative;
  padding-left: 0.8em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div > ul li {
    font-size: 4.2666666667vw;
  }
}
.counseling .contents .service__notice > div > ul li + li {
  margin-top: 0.2em;
}
.counseling .contents .service__notice > div > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__notice > div > ul li:before {
    top: 2.4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.counseling .contents .service__abstract {
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  padding-bottom: 115px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract {
    width: 84%;
    margin-top: 10.9333333333vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract {
    width: 630px;
    padding-bottom: 65px;
  }
}
.counseling .contents .service__abstract > div {
  width: 878px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract > div {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract > div {
    width: 630px;
  }
}
.counseling .contents .service__abstract h3 {
  font-size: 24px;
  color: #4dacb2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract h3 {
    font-size: 5.3333333333vw;
  }
}
.counseling .contents .service__abstract table {
  width: 100%;
  margin-top: 28px;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table {
    margin-top: 3.7333333333vw;
  }
}
.counseling .contents .service__abstract table th {
  width: 170px;
  padding: 24px 0 24px 6px;
  border-top: 2px solid #4dacb2;
  color: #4dacb2;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table th {
    width: 28.5714285714%;
    padding: 3.7333333333vw 0 3.7333333333vw 1.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    border-top-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract table th {
    width: 140px;
  }
}
.counseling .contents .service__abstract table td {
  width: 808px;
  padding: 24px 0 24px 32px;
  border-top: 1px dotted #999999;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table td {
    width: 71.4285714286%;
    padding: 3.7333333333vw 0 3.7333333333vw 3.2vw;
    border-top-width: 0.2666666667vw;
    font-size: 4.2666666667vw;
    /* font-weight: 500; */
    line-height: 1.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract table td {
    width: 490px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table td .notice {
    display: inline-block;
    text-indent: -0.5em;
    padding-left: 0.5em;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.counseling .contents .service__abstract table tr:nth-last-of-type(1) th {
  border-bottom: 2px solid #4dacb2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table tr:nth-last-of-type(1) th {
    border-bottom-width: 0.5333333333vw;
  }
}
.counseling .contents .service__abstract table tr:nth-last-of-type(1) td {
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table tr:nth-last-of-type(1) td {
    border-bottom-width: 0.2666666667vw;
  }
}
.counseling .contents .service__abstract table .service__abstract_01 th {
  vertical-align: middle;
}
.counseling .contents .service__abstract table .service__abstract_01 td {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
.counseling .contents .service__abstract table .service__abstract_01 td span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td span {
    vertical-align: top;
  }
}
.counseling .contents .service__abstract table .service__abstract_01 td span:nth-of-type(1) {
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td span:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.counseling .contents .service__abstract table .service__abstract_01 td span:nth-of-type(2) {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td span:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td span:nth-of-type(3) {
    margin-right: 0;
    margin-left: 2.1333333333vw;
  }
}
.counseling .contents .service__abstract table .service__abstract_01 td span.type {
  width: 49px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_01 td span.type {
    width: 10.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_02 td span {
    font-size: 3.4666666667vw;
  }
}
.counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1), .counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
  display: inline-block;
  /* font-weight: bold; */
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1) {
    display: inline;
  }
 .service-ind{
  display:inline-block;
  padding-left:15px;
}
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(1):after {
    content: "\a";
    white-space: pre;
  }
}
.counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
  margin-left: 42px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract table .service__abstract_04 td span:nth-of-type(3) {
    margin-left: 0;
  }
}
.counseling .contents .service__abstract table .service__abstract_06 td div {
  display: flex;
  align-items: flex-start;
  line-height: 1.63;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div {
    flex-direction: column;
    line-height: 1.75;
  }
}
.counseling .contents .service__abstract table .service__abstract_06 td div + div {
  margin-top: 0.25em;
}
.counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1) {
  width: 5em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1) {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(1):after {
    content: " ： ";
    font-weight: bold;
  }
}
.counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2) {
    width: 370px;
  }
}
.counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2):before {
  content: " ： ";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__abstract table .service__abstract_06 td div span:nth-of-type(2):before {
    content: none;
  }
}
.counseling .contents .onlinetour {
  margin-top: 80px;
  background-color: #ebebeb;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour {
    margin-top: 13.3333333333vw;
  }
}
.counseling .contents .onlinetour > div {
  width: 100%;
  height: 531px;
  padding-top: 67px;
  max-width: 1080px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour > div {
    height: auto;
    padding: 11.7333333333vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour > div {
    height: auto;
    padding: 44px 0;
  }
}
.counseling .contents .onlinetour > div > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour > div > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 84%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour > div > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 630px;
    margin-left: auto;
  }
}
.counseling .contents .onlinetour__header {
  width: 402px;
  margin-right: 0;
  order: 2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour__header {
    width: 100%;
    order: 1;
  }
}
.counseling .contents .onlinetour__header h3 {
  font-size: 24px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header h3 {
    font-size: 5.3333333333vw;
  }
}
.counseling .contents .onlinetour__header h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header h3:after {
    width: 15.873015873%;
    margin-top: 5.3333333333vw;
  }
}
.counseling .contents .onlinetour__header h3 + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header h3 + p {
    margin-top: 4.5333333333vw;
  }
}
.counseling .contents .onlinetour__header p {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.counseling .contents .onlinetour__header .link {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__header .link {
    height: 0;
    margin-top: 0;
    overflow: hidden;
  }
}
.counseling .contents .onlinetour__header .link a {
  color: #0099a5;
}
.counseling .contents .onlinetour__header .link a:hover:after {
  transform: translateX(10px);
}
.counseling .contents .onlinetour__header .link a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 5px;
  margin-left: 10px;
  background: url("../img/pict_arrow_streetview.svg") center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.counseling .contents .onlinetour__embed {
  width: 548px;
  height: 395px;
  margin-left: 0;
  order: 1;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__embed {
    width: 100%;
    height: 60.5333333333vw;
    margin-top: 8vw;
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour__embed {
    width: 100%;
    height: 454px;
    margin-left: auto;
    margin-top: 30px;
    order: 2;
  }
}
.counseling .contents .onlinetour__embed iframe {
  width: 100%;
  height: 100%;
}
.counseling .contents .onlinetour__link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__link {
    position: static;
    width: 100%;
    margin-top: 6.4vw;
    order: 3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour__link {
    position: static;
    width: 100%;
    margin-top: 24px;
    order: 3;
  }
}
.counseling .contents .onlinetour__link li {
  width: 175px;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__link li {
    width: 46.0317460317%;
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour__link li {
    width: 290px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents .onlinetour__link li:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents .onlinetour__link li:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
}

/* .voice  */
.counseling .contents.voice > div {
  padding-top: 105px;
  padding-bottom: 185px;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
 .counseling .contents.voice > div {
  padding-top: 105px;
  padding-bottom: 105px;
} 
}

@media screen and (max-width: 640px) {
  .counseling .contents.voice > div {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.counseling .contents.voice .voice__list {
  width: 100%;
  max-width: 1080px;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__list {
    width: 84%;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.voice .voice__list {
    width: 630px;
  }
}
.counseling .contents.voice .voice__content {
  display: flex;
  align-items: center;
  width: 964px;
  margin-left: 105px;
  padding: 26px 0;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    padding: 13.0666666667vw 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.voice .voice__content {
    width: 100%;
    margin-left: auto;
  }
}
.counseling .contents.voice .voice__content > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content > p {
    width: 52.380952381%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.voice .voice__content > p {
    width: 170px;
    margin: 0 auto;
  }
}
.counseling .contents.voice .voice__content > p > span {
  transform: translateX(-5px);
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content > p > span {
    transform: translateX(0);
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.voice .voice__content > p > span {
    transform: translateX(0);
  }
}
.counseling .contents.voice .voice__content > p > span:nth-of-type(2) {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content > p > span:nth-of-type(2) {
    font-size: 5.6vw;
  }
}
.counseling .contents.voice .voice__content > div {
  width: 635px;
  margin-left: 68px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content > div {
    width: 100%;
    margin-left: auto;
    margin-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.voice .voice__content > div {
    width: 427px;
    margin-left: 34px;
  }
}
.counseling .contents.voice .voice__content > div p {
  margin-top: -1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content > div p {
    margin-top: auto;
    padding-top: 0;
  }
}
.counseling .contents.voice .voice__content_02 {
  align-items: flex-start;
}
.counseling .contents.voice .voice__content_02 > div p {
  margin-top: 0;
}
.counseling .contents.voice .voice__content_02 > div p strong {
  font-weight: normal;
  color: #0099a5;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content_02 > div p strong {
    font-weight: 500;
  }
}
.counseling .contents.voice .voice__content_02 > div ul li {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.counseling .contents.voice .voice__content_02 > div ul li + li {
  margin-top: 0.3em;
}
.counseling .contents.voice .voice__content_02 > div ul + p {
  margin-top: 0.1em;
}
@media screen and (max-width: 640px) {
  .counseling .contents.voice .voice__content_02 > div ul + p {
    margin-top: 0.5em;
  }
}

/* .faq  */
.counseling .contents.faq > div {
  padding: 105px 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq > div {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.counseling .contents.faq .faq__list {
  width: 100%;
  max-width: 1080px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__list {
    width: 84%;
    margin-top: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .faq__list {
    width: 630px;
    margin-top: 24px;
  }
}
.counseling .contents.faq .faq__content {
  width: 888px;
  margin-left: 100px;
  padding: 35px 0 24px;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .faq__content {
    width: 100%;
    margin-left: auto;
  }
}
.counseling .contents.faq .faq__content h3 {
  display: flex;
  align-items: center;
  color: #4dacb2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content h3 {
    flex-direction: column;
  }
}
.counseling .contents.faq .faq__content h3 span:nth-of-type(1) {
  font-size: 35px;
  font-weight: 300;
  order: 1;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content h3 span:nth-of-type(1) {
    margin-left: 1.8666666667vw;
    margin-right: auto;
    font-size: 9.3333333333vw;
  }
}
.counseling .contents.faq .faq__content h3 span:nth-of-type(2) {
  margin-left: 32px;
  font-size: 18px;
  order: 3;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content h3 span:nth-of-type(2) {
    margin: 3.2vw auto 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.56;
  }
}
#counseling .contents.faq .faq__content a {
  color: #0095a2;
  text-decoration:underline;
}
.counseling .contents.faq .faq__content h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-left: 15px;
  background-color: #4dacb2;
  order: 2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content h3:before {
    width: 10.9333333333vw;
    height: 1px;
    margin: 1.3333333333vw auto 0 0;
  }
}
.counseling .contents.faq .faq__content > div {
  margin-top: 9px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content > div {
    margin-top: 5.3333333333vw;
  }
}
.counseling .contents.faq .faq__content > div > p {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content > div > p {
    flex-direction: column;
  }
}
.counseling .contents.faq .faq__content > div > p span:nth-of-type(1) {
  width: 28px;
  color: #003461;
  font-size: 35px;
  font-weight: 300;
  order: 1;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content > div > p span:nth-of-type(1) {
    margin-left: 2.1333333333vw;
    margin-right: auto;
    font-size: 9.3333333333vw;
    line-height:1;
  }
}
.counseling .contents.faq .faq__content > div > p span:nth-of-type(2) {
  width: 655px;
  margin-left: 32px;
  font-size: 16px;
  line-height: 1.75;
  order: 3;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content > div > p span:nth-of-type(2) {
    width: auto;
    margin: 3.2vw 0 0;
    /* font-size: 4.2666666667vw; */
    line-height: 1.56;
  }
}
.counseling .contents.faq .faq__content > div > p:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-top: 5px;
  margin-left: 15px;
  background-color: #123e75;
  order: 2;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content > div > p:before {
    width: 10.9333333333vw;
    height: 1px;
    margin: 1.3333333333vw auto 0 0;
  }
}
.counseling .contents.faq .faq__content_04 > div ul {
  margin-left: 74px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content_04 > div ul {
    margin-left: 0;
  }
}
.counseling .contents.faq .faq__content_04 > div ul li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .faq__content_04 > div ul li {
    font-size: 4.2666666667vw;
    line-height: 1.56;
  }
}
.counseling .contents.faq .occupation__list {
  margin-top: 20px;
  margin-left: 86px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list {
    margin-top: 5.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list {
    margin-left: 72px;
  }
}
.counseling .contents.faq .occupation__list h4 {
  font-size: 14px;
  color: #003461;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list h4 {
    text-align: center;
  }
}
.counseling .contents.faq .occupation__list ul {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.counseling .contents.faq .occupation__list ul li {
  width: 88px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list ul li {
    width: 22.5396825397%;
    margin: 0 4.126984127%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list ul li {
    margin: 0 13px;
  }
}
.counseling .contents.faq .occupation__list ul li > span:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list ul li > span:nth-of-type(2) {
    margin-top: 1.6vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list ul li > span:nth-of-type(2) {
    margin-top: 0;
  }
}
.counseling .contents.faq .occupation__list ul li:nth-of-type(n+2) {
  margin-left: 34px;
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list ul li:nth-of-type(n+2) {
    margin-left: 4.126984127%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1089px) {
  .counseling .contents.faq .occupation__list ul li:nth-of-type(n+2) {
    margin-left: 13px;
  }
}
@media screen and (max-width: 640px) {
  .counseling .contents.faq .occupation__list ul li:nth-of-type(n+4) {
    margin-top: 3.4666666667vw;
  }
}

#counseling .contents.faq .faq__content_09 > div ul{
  margin-left: 74px;
}

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

#counseling .contents.faq .faq__content_09 > div ul{
    margin-left: 0;
  }
}

#counseling .contents.faq .faq__content_09 > div ul li{
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
}


.career .btn {
	position: relative;
}

.career .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 190px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	border: 1px solid #123e75;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	color: #123e75;
}

@media screen and (max-width: 640px) {
	.career .btn a {
		width: 48vw;
		height: 9.6vw;
		font-size: 3.7333333333vw;
		border-top-left-radius: 4.8vw;
		border-top-right-radius: 4.8vw;
		border-bottom-left-radius: 4.8vw;
		border-bottom-right-radius: 4.8vw;
		padding-right: 7.2vw;
		padding-left: 7.2vw;
	}
}

.career .btn a:hover img {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.career .btn a img {
	vertical-align: 5px;
	margin-left: 17px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.career .btn a img {
		width: 12.8vw;
		margin-left: 2.1333333333vw;
	}
}

.career .container #main p.btn a img,
.career .container #main .overview .trainer__list li.btn a img,
.overview .trainer__list .career .container #main li.btn a img {
	top: 50%;
	margin-bottom: 0;
}

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

	.career .container #main p.btn a img,
	.career .container #main .overview .trainer__list li.btn a img,
	.overview .trainer__list .career .container #main li.btn a img {
		right: 7.4666666667vw;
	}
}

#counseling #link {
	width: 100%;
	margin: 0 auto;
	background: white;
	padding-top: 80px;
	padding-bottom: 145px;
}

@media screen and (max-width: 640px) {
	#counseling #link {
		margin-top: 0;
		padding-top: 10.6666666667vw;
		padding-bottom: 1vw;
	}
}

#counseling #link .mcdarea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f8f8f8;
	margin-bottom: 100px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1080px;
}

@media screen and (max-width: 950px) {
	#counseling #link .mcdarea {
		padding: 6%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea {
		background-color: white;
		padding: 0;
		margin-bottom: 28vw;
	}
}

@media screen and (max-width: 950px) {
	#counseling #link .mcdarea:after {
		content: "";
		width: 48%;
		display: block;
	}
}

#counseling #link .mcdarea li {
	max-width: 358px;
	width: 33%;
	padding-bottom: 45px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 950px) {
	#counseling #link .mcdarea li {
		width: 48%;
	}
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li {
		width: 84vw;
		margin: 0 auto;
		max-width: none;
		background-color: #f8f8f8;
		border: solid 1px #eee;
		padding-bottom: 8.8vw;
	}
}

#counseling #link .mcdarea li h3 {
	font-size: 18px;
	line-height: 1.33;
	color: #123e75;
	position: relative;
	height: 70px;
	margin: 20px auto 12px;
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li h3 {
		height: auto;
		margin-top: 5.3333333333vw;
		margin-bottom: 2.6666666667vw;
		font-size: 4.2666666667vw;
	}
}

#counseling #link .mcdarea li h3::after {
	content: "";
	border-bottom: solid 2px #123e75;
	display: block;
	width: 40px;
	height: 0;
	margin: 12px auto;
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li h3::after {
		width: 9.3333333333vw;
		margin-top: 3.2vw;
		margin-bottom: 5.3333333333vw;
	}
}

#counseling #link .mcdarea li .text {
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 1.63;
	height: 100px;
	padding: 0 1em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li .text {
		font-size: 3.7333333333vw;
		margin-bottom: 4.8vw;
		height: 100%;
		padding: 0 1.3em;
	}
}

@media screen and (max-width: 950px) {
	#counseling #link .mcdarea li:nth-child(odd) {
		margin-right: 4%;
	}
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li:nth-child(odd) {
		margin-right: auto;
	}
}

@media screen and (max-width: 640px) {
	#counseling #link .mcdarea li:not(:last-child) {
		margin-bottom: 8.5333333333vw;
	}
}

#counseling #link .mcdarea li:not(:last-child) div {
	position: relative;
}

#counseling #link .mcdarea li:not(:last-child) div::after {
	content: "";
	border-right: solid 1px #e6e6e6;
	position: absolute;
	width: 1px;
	height: 170px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 950px) {
	#counseling #link .mcdarea li:not(:last-child) div::after {
		content: none;
	}
}

#counseling #link .mcdarea .btn.blue a {
	background: -webkit-gradient(linear, left top, right top, from(#5cb8f5), to(#3071c1));
	background: -webkit-linear-gradient(left, #5cb8f5, #3071c1);
	background: linear-gradient(to right, #5cb8f5, #3071c1);
	color: white;
	border: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

section#faq{
    margin-top: -245px;
    padding-top: 245px;
}
@media screen and (max-width:640px){
section#faq {
	margin-top: -105px;
	padding-top: 105px;
}
}

.counseling .contents .service__abstract table td a{
  color:#0095a2;
  position:relative;
}

.counseling .contents .service__abstract table td a:after{
  content: '';
    display: inline-block;
    width: 25px;
    height: 4px;
  background: url("../img/green_arrow.png") center center no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    left: 5px;
    bottom: 2px;
    margin-right: 4px;
transition: transform 0.2s ease;
}

.counseling .contents .service__abstract table td a:hover:after{
  transform: translateX(10px);
}

.counseling .contents .rule-container{
  margin-bottom:100px;
  width:100%;
}

@media screen and (min-width: 641px) and (max-width: 1089px) {
.counseling .contents .rule-container{
  max-width:630px;
}
}
@media screen and (max-width: 640px) {
.counseling .contents .rule-container{
  margin-bottom:60px;
}
}

.counseling .contents .rule-container p,
.counseling .contents .rule-container a{
line-height:1.6;
}

.counseling .contents .rule-container.last{
  margin-bottom:0px;
}

.counseling .contents .rule-container.last p{
 line-height:1.6;
 width:75%;
 margin:0;
}
@media screen and (max-width: 1089px) {
 .counseling .contents .rule-container.last p{
 width:100%;
} 
}


.counseling .contents .rule-container .kyocho{
  display:block;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}


.counseling .contents .rule-container h3 {
  font-size: 24px;
  color: #0095a2;
}
@media screen and (max-width: 640px) {
  .counseling .contents .service__content h3 {
    font-size: 5.3333333333vw;
}
.counseling .contents .rule-container h3 {
    font-size: 5.3333333333vw;
    line-height:1.4;

}
}

.counseling .contents .rule-container h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  background-color: #0095a2;
}
@media screen and (max-width: 640px) {
.counseling .contents .rule-container h3:after {
    width: 13.3333333333vw;
    margin-top: 5.2vw;
  }
}

.counseling .contents.what-nlp > div {
  padding-top: 105px;
  padding-bottom: 125px;
  background-color:#fff;
}

.counseling .what-container{

}

.counseling .what-container h3{
  font-size: 26px;
    line-height: 1.8;
    letter-spacing: -0.0096153846em;
    color: #0099a5;
    margin-bottom:20px;
}

.counseling .what-container p{
  line-height:1.8;
  width:calc(100% - 100px);
  margin:0 ;
}

.counseling .yougo-kaisetsu{
  background-color:#f2f2f2;
  padding:70px;
  margin:50px 0;
}

.counseling .yougo-kaisetsu .inner{
  margin:0 atuo;
  text-align:center;
}

.counseling .yougo-kaisetsu .inner .title{
  font-size:24px;
  font-weight:bold;
  color:#123e75;
  position:relative;
  margin-bottom:50px;
}

@media screen and (max-width: 640px) {
.counseling .yougo-kaisetsu .inner .title{
  margin-top: 0;
    margin-bottom: 35px;
    font-size: 5vw;
}
 
}




.counseling .yougo-kaisetsu .inner .title:after{
  content:"";
  display:block;
  width:40px;
  height:2px;
  background-color:#123e75;
  position:absolute;
  left:50%;
  	-webkit-transform: translate(-50%, -0);
	transform: translate(-50%, -0);
  bottom:-18px;
}

.counseling .yougo-kaisetsu ul{
    display: flex;
    justify-content:space-between;
    width:450px;
}

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

.counseling .yougo-kaisetsu .inner .title:after{
  width:width: 9.3333333333vw;
  height:2px;
  background-color:#123e75;
  position:absolute;
  left:50%;
  	-webkit-transform: translate(-50%, -0);
	transform: translate(-50%, -0);
  bottom:-10px;
}
.counseling .yougo-kaisetsu ul{
    display: block;
    justify-content:space-between;
    width:60%;
}  
}


.counseling .yougo-kaisetsu ul li{
  display:inline-block;
}
@media screen and (max-width: 640px) {
.counseling .yougo-kaisetsu ul li{
  display:block;
  text-align:left;
}
}  


.counseling .yougo-kaisetsu ul li a{
  font-weight:bold;
  color:#123e75;
  position:relative;
 }


.counseling .yougo-kaisetsu ul li a:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 6px;
    background-image: url(../img/blue_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    left: 5px;
    bottom: 2px;
    margin-right: 4px;
  transition: transform 0.2s ease;  
 }

.counseling .yougo-kaisetsu ul li a:hover:after{
transform: translateX(10px);
}

@media screen and (max-width: 640px) {
.counseling .what-container h3{
  font-size: 5.3333333333vw;
  line-height:1.611;
}

.counseling .what-container p{
    width: 100%;
    margin-top: 8vw;
    margin-left: auto;
    font-size: 4.2666666667vw;
    line-height: 1.75;
}

.counseling .what-nlp .contents__header > div {
    flex-wrap: wrap;
    flex-direction: column;
    width: 84%;
    height: 36.6666666667vw;
}
.counseling .what-nlp .contents__header h2 span:nth-of-type(2) {
   line-height:1.5;
}
.counseling .yougo-kaisetsu{
  padding: 8.5vw 0 9.5vw;
  margin:50px 0;
}
}

.counseling .bg-paper{
  background-image: url(../img/paper_back.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  width:calc(100% - 50px);
  margin:0!important;
  padding:30px ;
}

.counseling .process-box{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    justify-content:space-between;
}

.counseling .process-box .left,
.counseling .process-box .right{
  width:47%;
  margin:0;
}

.counseling .process-box .left .title{
  font-size:17px;
  text-align:center;
  font-weight:bold;
  color:#fff;
  background-color:#87999b;
  padding:10px;
  border-radius:50px;
  margin-bottom:20px;
}
.counseling .process-box .right .title{
  font-size:17px;
  text-align:center;
  font-weight:bold;
  color:#fff;
  background-color:#4dacb2;
  padding:10px;
  border-radius:50px;
  margin-bottom:20px;
}

.counseling .process-box ul{
  position:relative;
}

.counseling .process-box ul:before{
  content:"";
  display:block;
  width:1px;
  height:calc(100% - 20px);
  background-color:#a5a5a5;
  position:absolute;
  top:2px;
  left:14.5px;
}


.counseling .process-box .right ul:before{
  content:"";
  display:block;
  width:1px;
  height:calc(100% - 40px);
  background-color:#a5a5a5;
  position:absolute;
  top:2px;
  left:14.5px;
}



.counseling .process-box li{
  margin-bottom:20px;
  position:relative;
  font-size:15px;
  padding-left:40px;
  line-height:1.4;
}

.counseling .process-box .left li:nth-child(1):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/gray_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}

.counseling .process-box .left li:nth-child(2):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/gray_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}
.counseling .process-box .left li:nth-child(3):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/gray_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}

.counseling .process-box .right li:nth-child(1):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/green_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}

.counseling .process-box .right li:nth-child(2):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/green_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}
.counseling .process-box .right li:nth-child(3):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/green_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}
.counseling .process-box .right li:nth-child(4):before{
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(../img/green_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}


.counseling .kouka-box{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    justify-content:space-between;
}

.counseling .kouka-box .left{
  width:40%;
  margin:0;
}

.counseling .kouka-box .right{
  width:55%;
  margin:0;
}

.counseling .kouka-box .title{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}

.counseling .kouka-box li{
  margin-bottom:20px;
  font-size:15px;
  line-height:1.45;
}

.counseling .booking__lead{
  font-size:18px;
  color:#fff;
  margin:20px 0 15px;
}

.counseling .btnimage{
  width:180px;
  margin:20px 0 15px;
}



.counseling .contents .c-modal__content p {
    color: #fff;
    line-height:1.5;
    margin-right:0;
}
.counseling .contents .c-modal__content p.num1,
.counseling .contents .c-modal__content p.num0,
.counseling .contents .c-modal__content .pc-hide{
    color: #fff;
    padding-left:36px;
    position:relative;
}

.contents .service__content .booking__step div p.num1:before{
	content: "";
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;background-size: 100%;display: inline-block;position: relative;
	margin-top: 4px;
	margin-right: 10px;
  position:absolute;
  top:0;
  left:0;
}
.contents .service__content .booking__step div p.num1:before{
	background-image: url(../img/num1.svg);
}

.contents .service__content .booking__step div p.num2{
  position:relative;
}

.contents .service__content .booking__step div p.num2 span{
  padding-left:36px;
  display:inline-block;
  margin-bottom:20px;
}

.contents .service__content .booking__step div p.num2 span span{
  padding-left:0.6em;
  text-indent:-0.6em;
  display:inline-block;
  margin-bottom:20px;
}


.contents .service__content .booking__step div p.num2:before{
	content: "";
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;background-size: 100%;display: inline-block;position: relative;
	margin-top: 4px;
	margin-right: 10px;
  position:absolute;
  top:0;
  left:0;
}
.contents .service__content .booking__step div p.num2:before{
	background-image: url(../img/num2.svg);
}

.contents .service__content .booking__step div p.num3{
  position:relative;
}

.contents .service__content .booking__step div p.num3 span{
  padding-left:36px;
  display:inline-block;
  margin-bottom:20px;
}

.contents .service__content .booking__step div p.num3 span span{
  padding-left:0.6em;
  text-indent:-0.6em;
  display:inline-block;
  margin-bottom:20px;
}


.contents .service__content .booking__step div p.num3:before{
	content: "";
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;background-size: 100%;display: inline-block;position: relative;
	margin-top: 4px;
	margin-right: 10px;
  position:absolute;
  top:0;
  left:0;
}
.contents .service__content .booking__step div p.num3:before{
	background-image: url(../img/num3.svg);
}
.rule-container h3{
  margin-bottom:30px ;
}

.rule-container .box1{
  margin:20px 0;
}

.rule-container .box1 .title{
  font-weight:bold;
  color:#0095a2;
  position:relative;
  padding-left:22px
}

.rule-container .box1 .title:before{
  content: '';
    display: inline-block;
    width: 16px;
    height:16px;
    background-image: url(../img/green_point.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 4px; 
}

.rule-container .box1 .text{
  padding-left:20px;
  width:75%;
  margin:0;
}

@media screen and (max-width: 1089px) {
.rule-container .box1 .text{
  width:100%;
}  
}

.rule-container a{
  color:#0095a2!important;
  text-decoration:underline;
  margin-top:5px;
  display:inline-block;
  position:relative;
}


.rule-container ul li a:after{
    display: none;
}

.rule-container .box1 p{
  line-height:1.6;
}

.rule-container ul{
  width:75%;
  margin:0;
}
@media screen and (max-width: 640px) {
.counseling .yougo-kaisetsu ul li a{
  font-size:4vw;
 }

.counseling .yougo-kaisetsu ul li a::after {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    margin-left: 2.1333333333vw;
}
}  
@media screen and (max-width: 1089px) {
.rule-container ul{
  width:100%;
  margin:0;
}  
}

.rule-container ul li{
  font-weight:bold;
  margin-bottom:20px;
  line-height:1.5;
  position:relative;
  padding-left:22px;
}

.rule-container ul li:before{
 content: '';
    display: inline-block;
    width: 16px;
    height:16px;
    background-image: url(../img/green_point.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 4px; 
}
.rule-container ul li a{
  font-weight:normal;
  margin:0;
}

.counseling .flow-container{
  margin:0;
}

@media screen and (max-width: 1089px) {
.counseling  .flow-container{
  margin-bottom:50px;
}
}

.counseling .flow-container p{
  line-height:1.6;
}

.counseling .flow-container .main-list{
      display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    margin:0 0 0 -15px;
}

.counseling .flow-container .main-list .left{
  width:27%;
  margin:0;
}
.counseling .flow-container .main-list .right{
  width:73%;
  margin:0;
}

@media screen and (max-width:1089px) {
.counseling .flow-container .main-list{
      display:block;
    margin:0;
}

.counseling .flow-container .main-list .left,
.counseling .flow-container .main-list .right{
  width:100%;  
  margin:0 0 10px;
}
}

.counseling .flow-container .main-list .left .number-icon{
  width:56px;
  margin:0;
  position:relative;
  z-index:1;
}
@media screen and (max-width: 1089px) {
.counseling .flow-container .main-list .left .number-icon{
  width:40px;
  margin:0;
}  
}

.counseling .flow-container .main-list .left p{
  display:inline-block;
  font-size:23px;
  font-weight:bold;
  color:#0095a2;
  padding-left:15px;
  transform: translateY(-10px);
}

@media screen and (max-width: 1089px) {
.counseling .flow-container .main-list .left p{
  display:inline-block;
  font-size:20px;
  font-weight:bold;
  color:#0095a2;
  padding-left:15px;
  transform: translateY(-5px);
}  
}

.counseling .flow-container .main-list  li{
  margin:0;
}

.counseling .flow-container .main-list .right .text01{
  font-size:20px;
  font-weight:bold;
  margin-bottom:15px;
}

@media screen and (max-width: 640px) {
.counseling .flow-container .main-list .right .text01{
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
}

}


.counseling .flow-container .main-list .right .text02{
  font-size:18px;
  font-weight:bold;
  line-height:1.5;
}

.counseling .flow-container .mrgnb{
  margin-bottom:10px;
}

.counseling .flow-container .main-list .right .green-title{
  font-weight:bold;
  line-height:1.5;
  color:#0095a2;
  position:relative;
  padding-left:20px;
}

.counseling .flow-container .main-list .right .green-title:before{
 content: '';
    display: inline-block;
    width: 16px;
    height:16px;
    background-image: url(../img/green_point.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 4px; 
}

.counseling .flow-container .main-list .right .green-text{
  padding-left:20px;
}

.counseling .flow-container .main-list .right .blue-box{
  background-color:#385683;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  padding:3px 15px;
  margin:20px 0 10px;
}

.counseling .flow-container .main-list .right .right-list li{
  font-weight:bold;
  color:#0095a2!important;
  line-height:1.6;
  position:relative;
  padding-left:20px;
  margin:0 0 5px;
}

.counseling .flow-container .main-list .right .right-list li:before{
 content: '';
    display: inline-block;
    width: 16px;
    height:16px;
    background-image: url(../img/green_point.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 4px; 
}

.stripe{
  background-image: url(../img/stripe_pattern.png);
  padding:30px 20px 30px 0;
  width:calc(100% - 15px);
  position:relative;
}

.no-stripe{
  padding:30px 20px 30px 0;
  width:calc(100% - 15px);
  position:relative;
}

.line:before{
  content:"";
  display:block;
  width:1px;
  height:100%;
  background-color:#333;
  position:absolute;
  left:15px;
  z-index:1;
}
.line{
  position:relative;
}

.stripe:before{
  content:"";
  display:block;
  width:1px;
  height:100%;
  background-color:#333;
  position:absolute;
  left:15px;
}

@media screen and (max-width: 1089px) {
.stripe{
  padding: 20px;
  width:100%;
}
.no-stripe{
  padding: 20px;
  width:100%;
}
}
@media screen and (max-width: 1089px) {
.line:before{
  display:none;
}
.stripe:before{
  display:none;
}
}

.counseling .kome{
  font-size:14px;
  line-height:1.5;
  margin-top:10px;
}

.counseling .contents .visitor__contents {
  width: 100%;
  max-width: 1080px;
  margin-top: 80px;
}
@media screen and (max-width: 1089px) {
 .counseling .contents .visitor__contents {
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
} 
}

@media screen and (max-width: 640px) {
  .counseling .contents .visitor__contents {
    width: 84%;
    margin-top: 37.6666666667vw;
  }
}

.counseling .vishead{
  height:auto;
}

@media screen and (max-width: 1089px) {
.counseling .vishead{
  height:300px!important;
}
}

.counseling .container section:nth-of-type(6){
  background-color:#fff;
}

.counseling .container section:nth-of-type(7)>div{
  background-color:rgba(0,0,0,0);
  padding-bottom:100px;
}

.counseling .container section:nth-of-type(8){
  background-color:#fff;
}

#counseling ul.fix-menu li a{
	height: 150px;
}
@media screen and (max-width: 500px){
#counseling ul.fix-menu li a {
	height: 13.3333333333vw;
	}
ul.fix-menu li:nth-of-type(1) a {
  border-bottom: none;
}
}



























/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/* HIDE*/
.hideXS {
  display:none;
}
.hideXL {
  display: block;
}
.splitter {
  display: flex;
  flex-direction: column;
}
.splitter aside {
  display: flex;
  flex-direction: column;
}
.splitter aside h3{
  display: block;
  align-items: center;
  height: 18.9333333333vw;
  margin-left: 26.3968253968%;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  color:#0099a5;
}
.splitter aside h3 >span {
  display: block;
}
.splitter div {
  height: max-content;
}


/* FEATURE LIST 1*/
.hb-blue, 
.hb-grey {
  padding:2.1333333333vw 0;
  font-size: 4.2666666667vw;
  border-radius: 2rem;
  color:#fff;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.hb-grey {
  background:#87999B;
}
.hb-blue {
  background-image: linear-gradient(to right, #00bfbf, #00adb2 33%, #008d9c);
}
.f-list-numbered {
  position: relative;
}
.f-list-numbered.grey > li::before {
  background: #87999B;
}
.f-list-numbered li {
  counter-increment: item;
  text-indent: 4px;
  color:#fff;
  padding-bottom: 2rem;
  position: relative;
}
.f-list-numbered li::before {
  content: "0"counter(item);
  display: -ms-flexbox;
  -ms-flex-align: center;
  flex-shrink:0;
  display: grid;
  justify-content: center;
  align-content: center;
  width: 8vw;
  height: 8vw;
  background: #008d9c;
  border-radius: 50%;
  position:absolute;
  text-indent: -1px;
  left:0px;
  z-index: 1;
  font-size: 1rem;
  font-family: circe-slab-a, serif;
  vertical-align: middle;
}
.f-list-numbered li::after { /* BORDER*/
  content:"";
  border-left:1px dotted #87999B;
  height: 100%;
  position: absolute;
  top: 23px;
  left:3.7vw;
  z-index: 0;
}
.f-list-numbered li:last-child::after { /* BORDER*/
  content:"";
  border-left:none;
}
.f-list-numbered li p{
  color:#000;
  padding-left: 9vw;
  text-indent: 0;
  line-height: 1.56;
}


/* COLOR */
.clr1 { color:#008d9c;}
.clr2 { color:#87999B;}

/* PAPER BOX */
.wrap-card {
  display:grid;
}
.wrap-card section{
  width: 100%;
}

/* BORDER BOX */
.wrap-border {
  border:1px solid #0095a2;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* margin-top: 1vw !important; */
  padding:2rem;
}

.wrap-card h6{
  margin:1rem auto 1.5rem;
  font-size:4.2666666667vw ;
  line-height:1.5;
}

.splitter aside p {
    margin-top: 1rem;
}

 /* HEADING 1 */
.heading1 {
  font-size:5.6vw;
  text-align: center;
  color: #008d9c;
}
.heading1::after {
  content: " ";
  border-bottom: 3px solid #008d9c;
  width:10%;
  display: block;
  margin:1rem 45%;
}

.heading1.hblue {color: #757575;}
.heading1.hblue::after {
  border-bottom: 3px solid #757575;
}


 /* HEADING 2 */

 .heading2 {
  font-size:  4.2666666667vw;
  text-align: center;
  position: relative;
  margin:1rem 0;
}
.heading2::before {
  content: " ";
  border-top: 2px solid #0095a2;
  width:20px;
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  top: 50%;
  left: auto;
}
.heading2::after {
  content: " ";
  border-top: 2px solid #0099a5;
  width:20px;
  display: inline-block;
  position: absolute;
  margin-right:10px;
  top: 50%;
}



/* LIST 1*/

.list1 li{
  display:flex;
  margin-bottom: 12px;
  font-weight:bold;
}
.list1 li i::before {
  content: " ";
  display: block;
  width:13px;
  height:13px;
  background-image: url(../img/green_point.png);
  background-size: cover;
  border-radius: 50%;
  margin-top: 25%;
}
.list1 li > p {
  margin-left:7px;
  font-size: 4.2666666667vw;
  line-height: 1.2;
 
}
.list1.list-grey li i::before{
  background-image: url(../img/grey_point.png);
}

/* LIST 2*/

.list2 li{
  display:flex;
  margin-bottom: 1rem;
}
.list2 i {
  background:#008d9c;
  width:20px;
  height:20px;
  padding:5px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color:#fff;
}





@media all and (min-width:640px) {
  .hb-blue, 
  .hb-grey {
    padding:8px 0;
  }


.heading2 {
  font-size: 24px;
}
.hb-grey {
  font-size: 18px;
}
.hb-blue {
  font-size: 18px;
}
.wrap-card h6 {
  font-size: 18px;
}


.splitter aside h3 {
  font-size: 24px;
  align-items: center;
  height: 10vw;
}
.splitter .c-num h3 {
  margin-left: 10%;
}
.splitter aside p {
  margin: 1.5rem 40px;
  font-size: 16px;
}

.list1 li > p {
  font-size: 16px;
}
.splitter .wrap-card {
  padding: none;
  /* margin-top: 1rem; */
  display: flex;
  gap: 23px;
}
.splitter .wrap-border {
  padding: none;
  flex-direction: row;
}
.wrap-border section {
  width: calc(90%/2);
}

.wrap-card {
  background: none;
}
.wrap-card section{
  width: 100%;
}
.counseling .contents__header > div::before {
  height: 100%;
}

.f-list-numbered li p{
  padding-left: 35px;
}
.f-list-numbered li::after {
  left: 14px;
}
.f-list-numbered li::before {
  width: 30px;
  height: 30px;
}
.splitter aside h3 {
  margin-left: 135px;
}

}
/*
@media all and (min-width:768px) { 

  .splitter div {
    margin-top: 1rem;
  }
  .splitter aside h3 {
    margin-left: 20.396825%;
  }
 
  .hb-grey,
  .hb-blue {
    width: 90%;
  }
  .wrap-card h6 {
    margin:1rem auto;
  }
  
  .under-nlp{
    text-align: center;
  }
  .f-list-numbered {
    
    width: 88%;
}

.heading2 {
 margin:2rem 0;
}

.heading2::before,
.heading2::after {
  width: 30px;
 }
 .heading2::before {
  left: auto;
  margin-left: -35px;
}
.heading2::after {
  right: auto;
  margin-right: 50px;
}



}

@media (min-width: 1024px){

  .wrap-card h6 {
  font-size: 2.6vw;
}

}
*/
@media all and (min-width:1090px) {
  .hideXS {
    display:block;
  }
  .hideXL {
    display: none;
  }
  .splitter aside h3 >span {
    display: block;
  }
  .splitter {
    display: flex;
    flex-direction: row-reverse;
    min-height: 500px;
  }
  .splitter div {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-bottom: 10%;
  }
  .splitter aside {
    display: block;
    position: relative;
    margin-left: 70px;
    width: 20%;
    
  }

 

  .splitter .c-num{
    transform: scale(1.1);
  }

  .splitter aside::before {
    content: "";
    border-left: 1px solid  #99d6db;
;
    height: 100%;
    position: absolute;
    left:-35px;

  }
  .splitter aside h3{
    display: block;
    align-items: center;
    height:0;
    margin-left:0;
    font-size: 15px;
    line-height: 1.5;
    color:#0099a5;
  }
  .splitter aside h3 span{
    font-size: 1.5rem;
    position: relative;
  }
  .splitter aside h3 span:first-of-type {
    margin-top: 2rem;
  }
  .splitter aside h3 span:last-of-type::after{
    content: " ";
    border-bottom:1px solid #0099a5;
    width: 60px;
    position: absolute;
    top:135%;
    left:0;
    margin: 0;
  }

  .splitter aside p{
    margin:8rem 0 0 0 ;
    line-height: 1.75;
  }


  .heading1 {
    font-size: 28px;
  }
  .heading2 {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
  }
  .wrap-card {
    background: url(../img/paper_back.jpg);
  }

  .wrap-border {
    height: max-content;
    
    flex-wrap: wrap;
  }
  .wrap-border h6{
    width:100%;
  }
  .wrap-border section {
    width: calc(100%/3);
  }

  .wrap-card section {
    padding:1rem 1rem 1rem 2rem;
  }
  .wrap-card section:nth-child(2) {
    padding:1rem 2rem 1rem 1rem;
  }

  .wrap-card h6 {
    font-size: 18px;
    line-height:1.5;
}
   
.list1 li > p{
  margin-left: 0.2rem;
  font-weight:bold;
}
.wrap-card .list1 li > p{
  line-height: 1.75;
}
.list1 li i::before {
  width:13px;
  height:13px;
  /* margin-top: 52%; */
}

}

/* ==================================================== COUNSELING CASES */
.counseling .contents .case.is_current .case__content { 
  height: auto;
  padding: 88px 0 120px 190px;
  opacity: 1;
}

.counseling .contents .case.is_current .case__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 88px;
  left: 147px;
  width: 1px;
  height: 100%;
  background-color: #99d6db;
}
@media screen and (max-width: 640px){
.counseling .contents .case.is_current .case__content:before {
  display: none;
}  
}

/* PC*/
.counseling .contents .case_01 {
  background: url(../img/case01_pc.png) no-repeat bottom  ; 
  background-size: 32%;
  background-position-x: 81%;
}
.counseling .contents .case_02 {
  background: url(../img/case02_pc.png) no-repeat bottom ; 
  background-size: 36%;
  background-position-x: 88%;
 
}
.counseling .contents .case_03 {
  background: url(../img/case03_pc.png) no-repeat bottom ; 
  background-size: contain;
  background-position-x: 86%;

}
.counseling .contents .case_04 {
  background: url(../img/case04_pc.png) no-repeat bottom ; 
  background-size: contain;
  background-position-x: 82%;

}
.counseling .contents .case_05 {
  background: url(../img/case05_pc.png) no-repeat bottom ; 
  background-size: 27%;
  background-position-x: 74%;
  
}
.counseling .contents .case_06 {
  background: url(../img/case06_pc.png) no-repeat bottom ; 
  background-size: contain;
  background-position-x: 70%;

}


  

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

.counseling .contents.features .contents__header > div {
    height: 100%!important; 
  }
.counseling .contents.features .contents__header > div p {
    padding-bottom: 4.53vw;
 }
 
  .counseling .contents .case__content ul:after {
    content: "";
    display: block;
    width: 92.6984126984%;
    height: 74.1333333333vw;
    margin-top:1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1;
}

.counseling .contents .case.is_current .case__content {

  padding: 0;

}
.counseling .contents .case_01 .case__content p::before {
  display: none;
}
.counseling .contents .case_01 .case__content ul:after {
  background-image: url(../img/case01_sp.jpg);
}
.counseling .contents .case_02 .case__content ul:after {
  background-image: url(../img/case02_sp.jpg);
}
.counseling .contents .case_03 .case__content ul:after {
  background-image: url(../img/case03_sp.jpg);
}
.counseling .contents .case_04 .case__content ul:after {
  background-image: url(../img/case04_sp.jpg);
  background-size: cover;
}
.counseling .contents .case_05 .case__content ul:after {
  background-image: url(../img/case05_sp.jpg);
  background-size: contain;
}
.counseling .contents .case_06 .case__content ul:after {
  background-image: url(../img/case06_sp.jpg);
 
}

.counseling .contents .case_01 {
  background:none  ; 
}
.counseling .contents .case_02 {
  background:none  ; 
}
.counseling .contents .case_03 {
  background:none  ; 
}
.counseling .contents .case_04 {
  background:none  ; 
}
.counseling .contents .case_05 {
  background:none  ; 
}
.counseling .contents .case_06 {
  background:none  ; 
}

}

@media screen and (min-width: 641px) and (max-width: 1089px){

  .counseling .contents.features .feature .c-num {
    left: 19px;
}
  .counseling .contents .case.is_current .case__content {
    padding: 0 0 0px;
    margin-top: 40px;
    overflow: visible;
  }
  .counseling .contents.cases .c-num {
    top: 0;
    left: 0;
}
.counseling .contents .case__content h3 {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: 100px;
}

.counseling .contents .case__content h3 {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: 110px;
}

.counseling .contents .case_01 .case__content p {
  margin-top: 0;
}
.counseling .contents .case_01 .case__content p::before {
  display: none;
}
.counseling .contents .case__content ul {
  margin-top: 30px;
}
.counseling .contents .case__content ul:after {
  content: "";
  display: block;
  width: 584px;
  height: 556px;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
}

.counseling .contents .case_01 {
  background:none  ; 
}
.counseling .contents .case_02 {
  background:none  ; 
}
.counseling .contents .case_03 {
  background:none  ; 
}
.counseling .contents .case_04 {
  background:none  ; 
}
.counseling .contents .case_05 {
  background:none  ; 
}
.counseling .contents .case_06 {
  background:none  ; 
}


.counseling .contents .case_01 .case__content ul:after {
  background-image: url(../img/case01_sp.jpg);
  background-size: contain;
  margin-top: 2rem;
}
.counseling .contents .case_02 .case__content ul:after {
  background-image: url(../img/case02_sp.jpg);
  background-size: contain;
  margin-top: 2rem;
}
.counseling .contents .case_03 .case__content ul:after {
  background-image: url(../img/case03_sp.jpg);
  background-size: contain;
  margin-top: 2rem;
}
.counseling .contents .case_04 .case__content ul:after {
  background-image: url(../img/case04_sp.jpg);
  margin-top: 2rem;
}
.counseling .contents .case_05 .case__content ul:after {
  background-image: url(../img/case05_sp.jpg);
  background-size: contain;
  margin-top: 2rem;
}
.counseling .contents .case_06 .case__content ul:after {
  background-image: url(../img/case06_sp.jpg);
  background-size: contain;
  margin-top: 2rem;
}

}

