/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");


:root {
  --color-primary: #323232;
  --color-red: #e94609;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-primary);
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: var(--color-primary);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-primary);
}
a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0;
}

.color-red {
  color: var(--color-red);
}

.t-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.link-tel {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .link-tel {
    pointer-events: none;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .container {
    width: auto;
  }
}

@media (hover: hover) {
  .hover-opacity:hover {
    opacity: 0.7;
  }
}

.haeder {
  background-color: #fff;
  padding: 15px 0 13px;
  text-align: center;
  @media screen and (max-width: 750px){
    padding: 9px 0 8px;
  }
}
.header__logo {
  img {
    width: 308px;
    @media screen and (max-width: 750px){
      width: 166px;
    }
  }
}

.hero {
  height: 600px;
  background: url(../img/bg_hero.png) no-repeat center center/cover;
  padding-top: 30px;
  @media screen and (max-width: 750px){
    height: 182.4vw;
    padding-top: 4.8vw;
    background: url(../img/bg_hero_sp.png) no-repeat center center/cover;
  }
}
.hero__main {
  text-align: center;
  img {
    width: 1216px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}

.old {
  padding: 50px 20px 280px;
  background-color: #f8f672;
  @media screen and (max-width: 750px){
    padding: 104px 20px;
  }
}
.old__inner {
  max-width: 870px;
  margin: 0 auto;
}
.old__title {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-left: -14px;
  }
  img {
    width: 768px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.oldCv {
  text-align: center;
  margin-top: 20px;
  position: relative;
  @media screen and (max-width: 750px){
    margin-top: 0;
  }
}
.oldCv__text {
  font-size: 22px;
  font-weight: bold;
  @media screen and (max-width: 750px){
    font-size: 15px;
  }
}
.oldCv__character {
  position: absolute;
  top: -22px;
  left: calc(50% - 389px);
  width: 175px;
  @media screen and (max-width: 750px){
    display: none;
  }
}
.oldCv__title {
  text-align: center;
  margin-top: 24px;
  @media screen and (max-width: 750px){
    margin-top: 16px;
  }
  img {
    width: 450px;
    @media screen and (max-width: 750px){
      width: 285px;
    }
  }
}
.oldCv__btn {
  text-align: center;
  margin-top: 20px;
  @media screen and (max-width: 750px){
    margin-top: 15px;
  }
  img {
    width: 650px;
    @media screen and (max-width: 750px){
      width: 300px;
    }
  }
}
.oldCv__caution {
  font-size: 15px;
  font-weight: 500;
  margin-top: 24px;
  @media screen and (max-width: 750px){
    font-size: 11px;
    margin-top: 10px;
  }
}
.old__list {
  margin-top: 24px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
  }
  li {
    font-size: 22px;
    font-weight: bold;
    padding-left: 1.1em;
    position: relative;
    @media screen and (max-width: 750px){
      font-size: 15px;
    }
    &:before {
      content: "●";
      position: absolute;
      top: 0px;
      left: 0px;
    }
  }
}
.problem {
  position: relative;
  z-index: 2;
  margin-top: -170px;
  height: 1010px;
  background: url(../img/bg_problem.png) no-repeat center center/cover;
  padding-top: 1px;
  @media screen and (min-width: 1800px){
    background-size: 100% 100%;
  }
  @media screen and (max-width: 750px){
    margin-top: -38px;
    padding: 1px 0 65px;
    height: auto;
    background: url(../img/bg_problem_sp.png) no-repeat center center/100% 100%;
  }
}
.problemList {
  display: flex;
  justify-content: center;
  margin-top: -40px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.problemList__item {
  margin: 0 24px;
  width: 284px;
  @media screen and (min-width: 751px){
    &.-item02 {
      padding-top: 12px;
    }
    &.-item03 {
      padding-top: 12px;
    }
  }
  @media screen and (max-width: 750px){
    width: 100%;
    margin: 0;
  }
}
.problemList__img {
  @media screen and (max-width: 750px){
    width: 226px;
    margin: 0 auto;
  }
}
.problemList__btn {
  margin-top: 30px;
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: 26px;
  }
  img {
    width: 240px;
    @media screen and (max-width: 750px){
      width: 270px;
    }
  }
}
.problemList__caution {
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
  @media screen and (max-width: 750px){
    font-size: 11px;
    text-align: center;
  }
}
.problemCv {
  margin-top: 60px;
  text-align: center;
  position: relative;
  @media screen and (max-width: 750px){
    margin-top: 36px;
  }
}
.problemCv__character {
  position: absolute;
  top: 27px;
  left: calc(50% - 543px);
  width: 111px;
  @media screen and (max-width: 750px){
    display: none;
  }
}
.problemCv__title {
  img {
    width: 810px;
    @media screen and (max-width: 750px){
      width: 314px;
    }
  }
}
.problemCv__btn {
  margin-top: 20px;
  img {
    width: 650px;
    @media screen and (max-width: 750px){
      width: 300px;
    }
  }
}
.any {
  position: relative;
  z-index: 1;
  margin-top: -174px;
  height: 602px;
  background: url(../img/bg_pink_top.png) no-repeat center bottom/1800px auto, url(../img/bg_blue.png) no-repeat center center/cover;
  text-align: center;
  padding-top: 218px;
  @media screen and (min-width: 1800px){
    background: url(../img/bg_pink_top.png) no-repeat center bottom/100% auto, url(../img/bg_blue.png) no-repeat center center/cover;
  }
  @media screen and (max-width: 750px){
    margin-top: -38px;
    height: auto;
    padding: 42px 20px 8px;
    background: url(../img/bg_pink_top_sp.png) no-repeat center bottom/100% auto, url(../img/bg_blue_sp.png) no-repeat center center/cover;
  }
}
.any__img {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-left: -10px;
  }
  img {
    width: 934px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.check {
  padding-top: 1px;
  padding-bottom: 60px;
  background: url(../img/bg_pink.png) repeat-y center top/ 1800px auto;
  position: relative;
  z-index: 2;
  @media screen and (min-width: 1800px){
    background-size: 100% auto;
  }
  @media screen and (max-width: 750px){
    padding: 30px 0 60px;
    background: url(../img/bg_pink_sp.png) repeat-y center top/100% auto;
  }
}
.check__inner {
  max-width: 1000px;
  margin: -120px auto 0;
  @media screen and (max-width: 750px){
    margin: 0;
  }
}
.check__title {
  position: relative;
  width: 1054px;
  left: -100px;
  @media screen and (max-width: 750px){
    width: 100%;
    left: 0;
  }
}
.checkBlock {
  margin-top: -46px;
  position: relative;
  background-color: #ffffd3;
  border-radius: 25px;
  padding: 46px 58px 54px;
  @media screen and (max-width: 750px){
    margin: -20px 20px 0;
    border-radius: 15px;
    padding: 20px 20px 45px;
  }
}
.checkBlock__character {
  position: absolute;
  top: -174px;
  right: calc(50% - 316px);
  width: 237px;
  @media screen and (max-width: 750px){
    right: 0px;
    top: -24vw;
    width: 32.9vw;
  }
}
.checkBlock__title {
  text-align: center;
  position: relative;
  img {
    width: 570px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
  &:before {
    content: "";
    background: url(../img/check_balloon.png) no-repeat center center/contain;
    width: 122px;
    height: 98px;
    position: absolute;
    top: 18px;
    left: calc(50% - 420px);
    @media screen and (max-width: 750px){
      display: none;
    }
  }
}
.checkBlock__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  @media screen and (max-width: 750px){
    font-size: 12px;
    margin: 12px -1em 0;
  }
}
.checkList {
  position: relative;
  border: 3px solid var(--color-red);
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  display: flex;
  margin-top: 24px;
  @media screen and (max-width: 750px){
    margin-top: 50px;
    padding: 35px 10px 35px 20px;
    border-radius: 10px;
    flex-direction: column;
    border-width: 1.5px;
    gap: 12px;
  }
}
.checkList__title {
  position: absolute;
  top: -82px;
  left: calc(50% - 412px);
  width: 129px;
  @media screen and (max-width: 750px){
    width: 78px;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.checkList__list {
  width: 50%;
  @media screen and (max-width: 750px){
    width: 100%;
  }
  li {
    padding-left: 36px;
    margin-bottom: 24px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    @media screen and (max-width: 750px){
      font-size: 15px;
      margin-bottom: 12px;
      padding-left: 26px;
    }
    &:before {
      content: "";
      width: 24px;
      height: 24px;
      background: url(../img/check_off.png) no-repeat center center/contain;
      position: absolute;
      top: 6px;
      left: 0px;
      @media screen and (max-width: 750px){
        width: 15px;
        height: 15px;
        top: 3px;
      }
    }
    &.is-active {
      &:before {
        background: url(../img/check_on.png) no-repeat center center/contain;
      }
    }
    &:last-child {
      margin-bottom: 0;
      @media screen and (max-width: 750px){
        margin-bottom: 0;
      }
    }
  }
}
.check__caution {
  margin-top: 25px;
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: 10px;
  }
  img {
    width: 724px;
    @media screen and (max-width: 750px){
      width: 302px;
    }
  }
}
.checkCv {
  margin-top: 40px;
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: 28px;
  }
}
.checkCv__title {
  img {
    width: 596px;
    @media screen and (max-width: 750px){
      width: 259px;
    }
  }
}
.checkCv__btn {
  margin-top: 20px;
  @media screen and (max-width: 750px){
    margin-top: 16px;
  }
  img {
    width: 650px;
    @media screen and (max-width: 750px){
      width: 300px;
    }
  }
}
.guide {
  padding: 80px 0;
  @media screen and (max-width: 750px){
    padding: 60px 20px;
  }
}
.guide__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.guide__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 16px;
  border-left: 5px solid var(--color-primary);
  padding-bottom: 2px;
  @media screen and (max-width: 750px){
    font-size: 20px;
    padding-left: 15px;
    border-width: 3px;
  }
}
.guide__table {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #000000;
  @media screen and (max-width: 750px){
    display: block;
    border-bottom-style: none;
    tbody,
    tr,
    th,
    td {
      display: block;
    }
  }
  th {
    background-color: #eeeeee;
    vertical-align: middle;
    padding: 24px 30px;
    font-size: 15px;
    font-weight: bold;
    width: 23%;
    border: 1px solid #000000;
    @media screen and (max-width: 750px){
      padding: 10px 15px;
      font-size: 14px;
      width: 100%;
      border-style: none;
      border-bottom: 1px solid #000000;
    }
  }
  td {
    font-size: 15px;
    padding: 24px 30px;
    border: 1px solid #000000;
    @media screen and (max-width: 750px){
      padding: 10px 15px;
      font-size: 14px;
      border-style: none;
      border-bottom: 1px solid #000000;
    }
    li {
      padding-left: 1.1em;
      position: relative;
      &:before {
        content: "・";
        position: absolute;
        top: 0px;
        left: 0px;
      }
    }
  }
}

.support {
  padding: 26px 20px 68px;
  background-color: #fff57f;
  position: relative;
  @media screen and (max-width: 750px){
    padding: 1px 20px 60px;
  }
}
.support__character {
  position: absolute;
  top: -25px;
  right: calc(50% - 486px);
  width: 197px;
  @media screen and (max-width: 750px){
    display: none;
  }
}
.support__title {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: -20px;
  }
  img {
    width: 816px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.supportMerit {
  margin-top: 48px;
  height: 640px;
  background: url(../img/bg_merit.png) no-repeat center center/contain;
  position: relative;
  padding-top: 54px;
  @media screen and (max-width: 750px){
    margin-top: 54px;
    background: #fff;
    border-radius: 15px;
    height: auto;
    padding: 24px 0px 30px;
  }
}
.supportMerit__title {
  position: absolute;
  text-align: center;
  top: -18px;
  left: 0px;
  width: 100%;
  img {
    width: 508px;
    @media screen and (max-width: 750px){
      width: 318px;
    }
  }
}
.supportMeritList {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .supportMeritList {
    justify-content: space-between;
  }
}
.supportMeritList__item {
  width: 33.3%;
  padding: 0 26px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__item {
    width: 50%;
    padding: 0 4vw;
  }
  .supportMeritList__item:nth-child(2n):after {
    border-width: 2px;
    height: calc(100% - 24px);
    top: 12px;
    right: auto;
    left: 0px;
  }
  .supportMeritList__item:nth-child(2n-1):after {
    display: none;
  }
}
.supportMeritList__item:after {
  content: "";
  border-right: 4px dotted #0e050a;
  height: calc(100% - 48px);
  width: 1px;
  position: absolute;
  top: 24px;
  right: 0px;
}
.supportMeritList__item.-large {
  width: 66.6%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__item.-large {
    width: 50%;
    margin-bottom: 29.4666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .supportMeritList__item.-large:after {
    display: none;
  }
}
.supportMeritList__item.-large .supportMeritList__img {
  width: 332px;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__item.-large .supportMeritList__img {
    width: auto;
  }
}
.supportMeritList__item.-large .supportMeritList__text {
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__item.-large .supportMeritList__text {
    text-align: center;
  }
}
.supportMeritList__item:last-child {
  border-right-style: none;
}
.supportMeritList__item:last-child:after {
  display: none;
}
.supportMeritList__title {
  width: 290px;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__title {
    width: auto;
  }
}
.supportMeritList__menu {
  width: 294px;
  position: absolute;
  top: 0px;
  right: 30px;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__menu {
    top: calc(100% + 3.5vw);
    right: 4vw;
    width: 81vw;
  }
}
.supportMeritList__item {
  margin-top: 18px;
}
.supportMeritList__img {
  margin-top: 20px;
}
.supportMeritList__text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media only screen and (max-width: 750px) {
  .supportMeritList__text {
    font-size: 2.6vw;
    margin-top: 6px;
  }
}
.support__caution {
  max-width: 1000px;
  margin: 24px auto 0;
  font-size: 13px;
  font-weight: 500;
  li {
    margin-left: 1.8em;
    text-indent: -1.8em;
  }
}
.support__btn {
  text-align: center;
  margin-top: 24px;
  img {
    width: 425px;
  }
}

.contact {
  background-color: #e5e5e5;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .contact {
    padding: 40px 20px 40px;
  }
}
.contactRow {
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .contactRow {
    margin-top: 0;
    display: block;
  }
}
.contactList {
  font-family: "Noto Sans JP", sans-serif;
}
.contactList__item {
  display: flex;
}
.contactList__name {
  width: 158px;
  height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 30px 0;
}
@media only screen and (max-width: 750px) {
  .contactList__name {
    width: 96px;
    height: 23px;
    font-size: 11px;
    padding: 3px 12px 0;
  }
}
.contactList__name span {
  display: block;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.contactList__address {
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 750px) {
  .contactList__address {
    margin-left: 13px;
    flex: 1;
    font-size: 11px;
  }
}
.contactBottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .contactBottom {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.contactBottom__left {
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  .contactBottom__left {
    padding: 0;
  }
}
.contactBottom__logo {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .contactBottom__logo {
    max-width: 240px;
  }
}
.contactBottom__url {
  width: 245px;
  margin: 12px auto 0;
}
@media only screen and (max-width: 750px) {
  .contactBottom__url {
    width: 147px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .contactBottom__right {
    margin-top: 15px;
  }
}
.contactBottom__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .contactBottom__text {
    font-size: 12px;
  }
}
.contactBottom__tel {
  width: 449px;
  margin-top: 7px;
}
@media only screen and (max-width: 750px) {
  .contactBottom__tel {
    margin: 4px auto 0;
    width: 270px;
  }
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .copyright {
    font-size: 8px;
    padding: 10px 0;
  }
}