@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  outline: 0;
}

button,
input[type="submit"] {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

body,
input,
select,
textarea,
button {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #231F20;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  color: #231F20;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  vertical-align: top;
}

button {
  cursor: pointer;
}

button a {
  font-style: italic;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  margin: auto;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  border: solid #231F20 2px;
  background-color: #32ac78;
  z-index: 1;
}

@media (min-width: 769px) {
  .btn {
    max-width: 587px;
  }
}

.btn a, .btn button, .btn input[type="submit"] {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  padding: 1.2rem 0;
  text-align: center;
}

@media (min-width: 769px) {
  .btn a, .btn button, .btn input[type="submit"] {
    padding: 2.5rem 0;
  }
}

.btn a:hover, .btn button:hover, .btn input[type="submit"]:hover {
  opacity: unset;
}

.btn a img, .btn button img, .btn input[type="submit"] img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 24px;
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #FFD400;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btn:hover {
  color: #ffffff;
  opacity: 1;
}

.btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

h2 {
  font-family: "Source Code Pro", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 150px;
  letter-spacing: 0em;
  text-align: center;
}

@media (min-width: 769px) {
  h2 {
    font-size: 200px;
  }
}

h2 span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17vw;
}

@media (min-width: 769px) {
  h2 span {
    font-size: 36px;
  }
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.table-style {
  margin: 2rem auto;
  list-style: none;
}

.table-style dl {
  padding: 1rem;
  border-bottom: 1px solid #231F20;
}

.table-style dl:first-child {
  border-top: 1px solid #231F20;
}

@media (min-width: 769px) {
  .table-style dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
  }
}

.table-style dl dt {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .table-style dl dt {
    margin-bottom: 0;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --main-text-color: $black;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.f5 {
  background-color: #F5F5F5;
}

body {
  font-weight: 400;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
  position: relative;
}

.heading--back {
  color: #DEEAE5;
}

.heading--front {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: center;
  color: #231F20;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lists {
  list-style: none;
}

.lists--list {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  margin-left: 35px;
  margin-bottom: 1.5rem;
}

.lists--list label {
  background-color: #ffffff;
}

.lists--list::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  left: -35px;
  top: 3px;
  background-image: url(../img/Union.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.lists--list .child-lists {
  background-color: #F5F5F5;
}

.lists--list .child-lists--list {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #F5F5F5;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.lists--list .child-lists--list li {
  margin-bottom: 5px;
}

.lists--list .child-lists--list::before {
  width: 12px;
  height: 14px;
  left: -20px;
  top: 3px;
}

.share {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}

.share--icon {
  margin-left: 15px;
}

.triangle {
  position: relative;
}

.triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
  z-index: 1;
}

.triangle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22.5px 13px 0;
  border-color: transparent #231F20 transparent transparent;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-73%);
          transform: translateX(-73%);
}

.text-right {
  text-align: right;
}

.notice-box {
  padding: 24px;
  border: solid 2px #231F20;
  background-color: #ffffff;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.notice-box .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-top: 10px;
}

.notice-box .recommend img {
  width: 20px;
}

.notice-box::before {
  top: -15px;
  left: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.notice-box::after {
  top: -20px;
  left: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sign-up {
  background-image: url(../img/sign-bg.svg);
  background-size: cover;
  background-color: #DEEAE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 264px;
}

.sign-up.white {
  background-image: none;
  background-color: #ffffff;
  height: auto;
  margin-top: 75px;
}

#ask .ask-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#ask .ask-title .ask-text {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
}

footer {
  height: 92px;
  background-color: #231F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

footer p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

footer small {
  font-family: "Source Code Pro", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .heading--back {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #service {
    padding-top: 90px;
  }
  .heading--back {
    font-size: 64px;
    line-height: 80px;
  }
  .heading--front {
    font-size: 24px;
    line-height: 1;
    top: 56%;
    width: 100%;
  }
  .notice-box {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    margin-top: 20px;
  }
  .sign-up {
    height: 160px;
  }
  .sign-up--btn {
    font-size: 20px;
    height: 60px;
  }
  .sign-up.white {
    margin-top: 40px;
  }
  #ask .ask-title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #ask .ask-title .ask-text {
    font-size: 27px;
    line-height: 1.5;
  }
}

#back_to_top {
  position: fixed;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: none;
  border-radius: 50%;
  background-color: #ffffff;
}

#back_to_top span {
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 15px;
  top: 18px;
}

@media screen and (min-width: 768px) {
  #back_to_top {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #back_to_top {
    right: 15px;
    bottom: 15px;
  }
}

.zenKakuGo {
  font-weight: 500;
}

.sourceCodePro {
  font-family: "Source Code Pro", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .spshow {
    display: none;
  }
  .pcshow {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .spshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
  .lists--list {
    font-size: 20px;
  }
  footer p {
    font-size: 20px;
  }
  .notice-box {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .notice-box .recommend {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
  }
  .notice-box .recommend img {
    width: 16px;
    height: 16px;
  }
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  margin-top: 100px;
}

.voice--content {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-text-color);
  width: 750px;
  border: 2px solid #231F20;
  padding: 30px;
  position: relative;
}

.voice--content.triangle::before {
  top: 34px;
}

.voice--content.triangle::after {
  top: 31px;
}

@media (max-width: 769px) {
  .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .voice--content {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  .voice--content.triangle:before {
    top: -15px;
    left: 39px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .voice--content.triangle:after {
    border-width: 12.5px 21.7px 12.5px 0;
    top: -19px;
    left: 37px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-top: 100px;
}

.profiles--profile {
  border: solid #231F20 3px;
  padding: 32px;
  background-color: #ffffff;
  width: calc((100% - 40px)/2);
}

.profiles--profile--name {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

.profiles--profile--thumb {
  text-align: center;
}

.profiles--profile--thumb img {
  text-align: center;
}

.profiles--profile--summary {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  border-bottom: 1px solid #231F20;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 217px;
}

.profiles--profile--steps {
  list-style: none;
}

.profiles--profile--steps li {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
}

.profiles--profile--steps li .top-note {
  background-color: #97d3b8;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  padding: 5px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.profiles--profile--steps li:not(:last-child)::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #231F20 transparent transparent transparent;
  margin: auto;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.profiles--profile--button {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
}

.profiles--profile--button--text {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #231F20;
}

.profiles--profile--button--price {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
}

.profiles--profile--button--price .currency {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

@media (max-width: 767px) {
  .profiles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 0;
  }
  .profiles--profile {
    padding: 15px;
    width: 100%;
  }
  .profiles--profile--name {
    font-size: 28px;
  }
}

.about-mentor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  margin-top: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about-mentor--thumb {
  position: relative;
}

.about-mentor--thumb .heading--front {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  word-break: keep-all;
}

.about-mentor--thumb .sub-heading {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  margin-top: 15px;
}

.about-mentor--thumb--author-box {
  position: absolute;
  top: 40px;
  left: -30px;
  text-align: center;
}

.about-mentor--thumb--author-box .triangle {
  display: inline-block;
  background-color: #ffffff;
  padding: 30px;
  border: solid #231F20 3px;
}

.about-mentor--thumb--author-box .triangle::before, .about-mentor--thumb--author-box .triangle::after {
  left: 100%;
  -webkit-transform: translateX(-25%) rotate(180deg);
          transform: translateX(-25%) rotate(180deg);
}

.about-mentor--thumb--author-box .triangle::before {
  top: 30px;
}

.about-mentor--thumb--author-box .triangle::after {
  top: 27px;
}

.about-mentor--thumb--author-box--ja-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: center;
  color: #231F20;
}

.about-mentor--thumb--author-box--en-title {
  font-family: "Source Code Pro", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #231F20;
}

@media (max-width: 920px) {
  .about-mentor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0px;
    margin-top: 0;
  }
  .about-mentor--thumb img {
    width: 100%;
    height: auto;
  }
  .about-mentor--thumb .heading--back {
    font-size: 60px;
  }
  .about-mentor--thumb .heading--front {
    font-size: 20px;
  }
  .ask-icon {
    display: none;
  }
  .about-mentor--thumb .sub-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .about-mentor--thumb--author-box {
    left: -10px;
    top: 10px;
  }
  .about-mentor--thumb--author-box .triangle {
    padding: 5px;
    border-width: 2px;
  }
  .about-mentor--thumb--author-box .triangle .about-mentor--thumb--author-box--ja-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .about-mentor--thumb--author-box .triangle .about-mentor--thumb--author-box--en-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .about-mentor--thumb--author-box .triangle::before {
    top: 20px;
  }
  .about-mentor--thumb--author-box .triangle::after {
    top: 17px;
  }
}

.faqs {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.faqs--faq .faqs--faq--title {
  border-bottom: solid 1px #231F20;
}

.faqs--faq:last-child .faqs--faq--title {
  border-bottom: none;
}

.faqs--faq--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.faqs--faq--title > span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.faqs--faq--title .controls {
  position: relative;
  padding-right: 40px;
}

.faqs--faq--title .controls span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faqs--faq--title .controls span.plus {
  display: block;
}

.faqs--faq--title .controls span.minus {
  display: none;
}

.faqs--faq--content {
  display: none;
}

.faqs--faq--content .notice-box {
  margin-top: 0px;
}

.faqs--faq.active .faqs--faq--title {
  border-bottom: none;
}

.faqs .active {
  border: none;
}

.faqs .active .controls span.plus {
  display: none;
}

.faqs .active .controls span.minus {
  display: block;
}

.faqs .active .faqs--faq--content .notice-box {
  display: block;
}

@media (max-width: 767px) {
  .faqs {
    width: 100%;
    margin-top: 0;
  }
  .faqs--faq--title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqs--faq--title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table--wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .table--wrapper {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table--wrapper.once_plan--wrapper {
  margin: 70px auto;
}

.table--wrapper .sub-title {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
}

.table--wrapper table {
  width: 100%;
  border: 1px solid #231F20;
  text-align: center;
}

.table--wrapper table tr {
  border-bottom: 1px solid #231F20;
}

.table--wrapper table tr.f9 {
  background-color: #F5F5F5;
}

.table--wrapper table tr.month_head th {
  text-align: center;
  padding: 2rem 0;
  border-left: 1px solid #231F20;
}

.table--wrapper table tr.month_head th:nth-child(even) {
  background-color: #F5F5F5;
}

.table--wrapper table tr th {
  width: 25%;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .table--wrapper table tr th {
    padding: 0 0 0 1.5rem;
  }
}

.table--wrapper table tr td {
  border-left: 1px solid #231F20;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.table--wrapper table tr td:not(:first-of-type) {
  text-align: center;
}

.table--wrapper table tr td:nth-child(even) {
  background-color: #F5F5F5;
}

.table--wrapper table tr td span.yb-border {
  -webkit-box-shadow: inset 0 -10px #FFD400;
          box-shadow: inset 0 -10px #FFD400;
}

.table--wrapper table tr td .cross {
  color: #b5b5b5;
  font-size: 24px;
  line-height: 1;
}

.table--wrapper table tr td .round {
  color: #32ac78;
  font-size: 24px;
  line-height: 1;
}

.table--wrapper table tr td .view-only {
  position: relative;
  display: block;
}

.table--wrapper table tr td .view-only::after {
  content: "*閲覧のみ";
  font-size: 10px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -18px;
  color: #231F20;
}

.table--wrapper table tr td .consultant-available {
  position: relative;
  display: block;
}

.table--wrapper table tr td .consultant-available::after {
  content: "*相談あり";
  font-size: 10px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -12px;
  color: #231F20;
}

.table--wrapper table.once_plan tr td:last-of-type {
  width: 50%;
  font-weight: normal;
  text-align: left;
}

.table--heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .table--wrapper table tr.custom:first-of-type td:first-child {
    min-width: 190px;
  }
  .table--wrapper table tr.custom:first-of-type td:nth-child(2) {
    min-width: 120px;
  }
}

@media (max-width: 767px) {
  .table--wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .table--wrapper.once_plan--wrapper {
    margin-top: 30px;
  }
  .table--wrapper table {
    overflow-x: scroll;
  }
  .table--heading {
    margin-bottom: 15px;
  }
  .table--wrapper table tr td {
    padding: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .table--wrapper table tr td .round {
    font-size: 16px;
    font-size: 1rem;
  }
  .table--wrapper table tr td .cross {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .table--wrapper table tr td .consultant-available::after {
    bottom: -13px;
  }
  .table--wrapper table tr td .view-only {
    font-size: 0;
  }
  .table--wrapper table tr td .view-only img {
    width: 16px;
    height: 16px;
    margin-top: -5px;
  }
  .table--wrapper table tr td .view-only::after {
    bottom: -10px;
  }
}

#mainvisual {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #DEEAE5));
  background-image: linear-gradient(180deg, transparent 80%, #DEEAE5 80%);
  background: url(../img/mainvisual-bg.svg);
  background-position: right top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

#mainvisual .box {
  width: 645px;
  height: 65px;
  border-left: solid 2px #231F20;
  border-right: solid 2px #231F20;
  margin-left: auto;
  margin-right: auto;
}

#mainvisual .sp-menu {
  position: fixed;
  top: 15px;
  right: 10px;
  display: none;
}

#mainvisual .sp-menu.active .trigger:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainvisual .sp-menu.active .trigger:first-child {
  display: none;
}

#mainvisual .sp-menu .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border: solid 2px #231F20;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainvisual .sp-menu .trigger:last-child {
  display: none;
}

#mainvisual .nav-lists {
  position: absolute;
  left: 0;
  top: 100px;
  list-style: none;
}

#mainvisual .nav-lists .nav-list {
  width: 165px;
  margin-left: 20px;
  margin-top: 20px;
}

#mainvisual .nav-lists .nav-list a {
  border-right: 2px #231F20 solid;
}

#mainvisual .nav-lists .nav-list.cvbtn {
  border-radius: 0;
  padding: 0;
  background: none;
}

#mainvisual .nav-lists .nav-list.cvbtn .nav-link {
  display: block;
  text-align: center;
  padding: 1rem;
}

#mainvisual .nav-lists .nav-list.cvbtn a {
  border-right: 0;
}

#mainvisual .nav-lists .nav-list .nav-link {
  color: #231F20;
  text-decoration: none;
  display: block;
}

#mainvisual .nav-lists .nav-list .nav-link-ja {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

#mainvisual .nav-lists .nav-list .nav-link-en {
  font-family: "Source Code Pro", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #b5b5b5;
}

.mainvisual-wrapper {
  border-radius: 18px;
  background-color: #32ac78;
  border: solid 2px #231F20;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual--titles {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 2px #231F20;
  padding: 20px 0;
}

.mainvisual--titles--main {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
}

.mainvisual--titles--sub {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
}

.mainvisual--img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .mainvisual-wrapper {
    width: 718px;
  }
  .mainvisual--img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 775px;
    margin: 70px auto 0;
  }
  .mainvisual--img img {
    margin-bottom: -90px;
  }
}

@media (max-width: 1024px) {
  #mainvisual {
    padding-top: 20px;
    background-size: cover;
  }
  #mainvisual .mv_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
  }
  #mainvisual .box {
    width: 15px;
    height: 290px;
    margin: auto;
    border-color: transparent;
    border-top: solid 1px #231F20;
    border-bottom: solid 1px #231F20;
  }
  #mainvisual .sp-menu {
    display: block;
    z-index: 222;
  }
  #mainvisual .sp-menu .active {
    display: none;
  }
  #mainvisual .nav-lists {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding-top: 60px;
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow-x: hidden;
  }
  #mainvisual .nav-lists.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow-y: scroll;
  }
  #mainvisual .nav-lists .nav-list {
    width: 100%;
    border-right: none;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
  }
  #mainvisual .nav-lists .nav-list a {
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    border-right: none;
    border-bottom: 2px #231f10 solid;
  }
  #mainvisual .nav-lists .nav-list.btn {
    margin: 50px auto;
    border: none;
  }
  #mainvisual .nav-lists .nav-list.btn a {
    margin: 0;
    border: 3px solid #231F20;
  }
  .mainvisual-wrapper {
    width: 83px;
    border-radius: 10px;
    padding: 5px;
  }
  .mainvisual--titles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
    padding: 10px;
    width: 67px;
    border-radius: 8px;
  }
  .mainvisual--titles--sub {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
    text-align: center;
  }
  .mainvisual--titles--main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    text-align: center;
  }
  .mainvisual--titles--main span {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mainvisual--img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 85%;
    margin: 0 0 0 auto;
  }
  .mainvisual--img img {
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: -11.7%;
  }
}

@media (max-width: 480px) {
  .mainvisual--img img {
    max-width: 290px;
    margin-top: 120px;
    margin-bottom: -33px;
  }
}

#service {
  background-color: #DEEAE5;
}

#service .heading--back {
  color: #ffffff;
}

#service .job-change {
  margin-top: 80px;
}

#service .job-change .text-lead {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 20px;
}

#service .job-change .tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

#service .job-change--title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: center;
  -webkit-box-shadow: inset 0 -30px #ffffff;
          box-shadow: inset 0 -30px #ffffff;
}

#service .job-change--title span {
  font-size: 36px;
}

#service .section-summery {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.barriers {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.barriers--title {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}

.barriers--title .num {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #32ac78;
}

.barriers--barrier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 40px;
  background-color: #ffffff;
  border: 2px solid #231F20;
  position: relative;
  margin-top: 35px;
}

.barriers--barrier .corner {
  position: absolute;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.barriers--barrier .corner span {
  position: relative;
  display: block;
}

.barriers--barrier .corner span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

.barriers--barrier .corner.left {
  left: -2px;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #231F20 transparent;
}

.barriers--barrier .corner.left span::before {
  top: 2px;
  left: -11px;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #ffffff transparent;
}

.barriers--barrier .corner.right {
  right: -2px;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #231F20;
}

.barriers--barrier .corner.right span::before {
  top: -11px;
  right: 2px;
  border-width: 11px 0 0 11px;
  border-color: transparent transparent transparent #ffffff;
}

.barriers--barrier::before {
  content: "";
  display: block;
  width: calc(100% - 21px);
  background-color: #ffffff;
  border-top: solid 2px #231F20;
  position: absolute;
  top: -2px;
  left: 50%;
  height: 13px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.barriers--barrier--titles {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.barriers--barrier--titles--sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}

.barriers--barrier--titles--title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  margin-top: 8px;
}

.barriers--barrier--titles--title .tech {
  position: relative;
}

.barriers--barrier--titles--title .tech::before {
  content: "スキル";
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 5px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}

.barriers--barrier--content {
  width: 67%;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 920px) {
  #service .section-summery {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
  }
  .barriers {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .barriers--barrier--titles--title {
    font-size: 28px;
  }
  #service .job-change .tri {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  #service .job-change {
    margin-top: 40px;
  }
  #service .job-change .text-lead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #service .job-change--title {
    font-size: 40px;
    line-height: 56px;
  }
  #service .job-change--title span {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .barriers--barrier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px 20px;
  }
  .barriers--barrier--titles,
  .barriers--barrier--content {
    width: 100%;
  }
}
