@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
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, sup, 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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

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

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.txt-crim {
  font-family: "Crimson Text", serif;
}

.maker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #faf189));
  background: linear-gradient(transparent 60%, #faf189 60%);
}

.txt-pink {
  color: #de667a;
}

.txt-blue {
  color: #2e81bb;
}

.txt-green {
  color: #92bb2e;
}

.txt-orange {
  color: #db842c;
}

.txt-brown {
  color: #6b3b30;
}

.txt-pop {
  font-family: "Poppins", sans-serif;
}

sup {
  font-size: 70%;
  vertical-align: text-top;
}

.bold {
  font-weight: bold;
}

.notes {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw;
  }
}
.notes .head {
  padding-right: 0.4em;
  white-space: nowrap;
}

.common-section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: 16vw 0;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

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

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header {
    height: 13.3333333333vw;
    padding: 0 4vw;
  }
}

.header-logo {
  width: 323px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 50.1333333333vw;
  }
}

.mv {
  width: 100%;
  position: relative;
  background: url(../img/mv_pc.jpg) top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.jpg) top center/100% auto no-repeat;
    height: 145.8666666667vw;
  }
}
.mv h1 {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .mv:before {
    content: "";
    display: block;
    padding-top: 37.5%;
  }
}

.cv-area {
  background: #ffe9e5;
}

.cv-area-inner {
  width: 840px;
  height: 182px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cv-area-inner {
    height: auto;
    width: 89.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5.3333333333vw 0;
  }
}

.cv-tel-box {
  width: 320px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv-tel-box {
    width: 68vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.2666666667vw;
  }
}

.cv-tel-top-txt {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 12px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .cv-tel-top-txt {
    font-size: 2.6666666667vw;
    text-align: left;
    padding-bottom: 0;
    border-right: 2px #333 solid;
    padding-right: 3.2vw;
    width: 22.6666666667vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .cv-tel {
    width: 41.2vw;
    margin-left: auto;
  }
}

.cv-btn-box {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .cv-btn-box {
    width: 89.3333333333vw;
  }
}

.cv-btn-top-txt {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 12px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .cv-btn-top-txt {
    font-size: 3.2vw;
    padding-bottom: 2.1333333333vw;
  }
}

.cv-btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cv-btn:hover {
  opacity: 0.8;
}

.reason {
  width: 100%;
  position: relative;
  background: url(../img/reason_bg_pc.jpg) top 180px center/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .reason {
    background: url(../img/reason_bg_top_sp.png) top center/100% auto no-repeat, url(../img/reason_bg_bottom_sp.png) bottom center/100% auto no-repeat;
  }
}

.reason-ttl {
  width: 717px;
  font-size: 0;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .reason-ttl {
    width: 95.6vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.reason-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason-list-item {
    gap: 64px;
    padding-bottom: 50px;
    margin: 0 auto 50px;
    background: url(../img/reason_list_item_bg_pc.jpg) bottom right calc(50% - 616px)/auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.3333333333vw 10.6666666667vw;
    margin: 0 auto 16vw;
    background: url(../img/reason_list_item_bg_sp.jpg) bottom right/83.7333333333vw auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .reason-list-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: url(../img/reason_list_item_bg_pc.jpg) bottom left calc(50% - 686px)/auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-item:nth-child(2n) {
    background: url(../img/reason_list_item_bg_sp.jpg) bottom left/83.7333333333vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-item:nth-child(2n) .reason-list-img {
    margin-left: auto;
  }
}
.reason-list-item:last-child {
  margin: 0 auto;
}

.reason-list-txt-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason-list-txt-box .notes {
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    left: 0;
    display: block;
    width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-txt-box .notes {
    padding-bottom: 1.5em;
    padding-right: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .reason-ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reason-list-img {
  width: 495px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason-list-img {
    height: 690px;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-img {
    width: 83.7333333333vw;
    height: 116.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .reason01-list-img {
    background-image: url(../img/reason01_img.jpg);
    background-position-x: left;
    background-position-y: top;
    background-size: 834px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason01-list-img {
    background: url(../img/reason01_img.png) left top/100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .reason02-list-img {
    background-image: url(../img/reason02_img.jpg);
    background-position-x: left;
    background-position-y: top;
    background-size: 834px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason02-list-img {
    background: url(../img/reason02_img.png) left top/100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .reason03-list-img {
    background: url(../img/reason03_img.png) left top/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason03-list-img {
    background: url(../img/reason03_img.png) left top/100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .reason04-list-img {
    background-image: url(../img/reason04_img.jpg);
    background-position-x: left;
    background-position-y: top;
    background-size: 834px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason04-list-img {
    background: url(../img/reason04_img.png) left top/100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .reason05-list-img {
    background-image: url(../img/reason05_img.jpg);
    background-position-x: left;
    background-position-y: top;
    background-size: 834px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .reason05-list-img {
    background: url(../img/reason05_img.png) left top/100% auto no-repeat;
  }
}

.reason-num {
  color: #3670b2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-top: 80px;
  margin-bottom: 30px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .reason-num {
    padding-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.reason-num p {
  border-bottom: 2px solid #3670b2;
  display: inline-block;
  padding-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-num p {
    border-bottom: 0.2666666667vw solid #3670b2;
  }
}
.reason-num span {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .reason-num span {
    font-size: 9.6vw;
  }
}

.reason-list-ttl {
  color: #3670b2;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  line-height: 1.5;
  width: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.06em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .reason-list-ttl {
    font-size: 5.2vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 4vw;
    white-space: nowrap;
  }
}
.reason-list-ttl img {
  height: 100%;
  max-width: auto;
}

.reason-txt {
  padding-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason-txt {
    padding-bottom: 3.2vw;
    letter-spacing: -0.02em;
  }
}

.reason-list-topic-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-list-topic-box {
    padding-bottom: 4.2666666667vw;
  }
}
.reason-list-topic-box .heart {
  width: 67px;
}
@media screen and (max-width: 767px) {
  .reason-list-topic-box .heart {
    width: 8.9333333333vw;
  }
}
.reason-list-topic-box .reason-list-topic {
  color: #92bb2e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #3670b2;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .reason-list-topic-box .reason-list-topic {
    width: auto;
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .reason-list-txt-box:has(.notes) {
    padding-bottom: 30px;
  }
}

.career {
  width: 100%;
  position: relative;
  background: #fbfbfe;
}

.career-ttl {
  width: 741px;
  font-size: 0;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .career-ttl {
    width: 98.8vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.career-txt {
  text-align: center;
  font-size: 24px;
  color: #3670b2;
  line-height: 1.5;
  padding-bottom: 32px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 4.2666666667vw;
  }
}

.career-list {
  width: 1200px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career-list {
    width: 89.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 9.3333333333vw;
  }
}

.career-list-item {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .career-list-item {
    width: 89.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.career-list-item:last-child {
  margin-bottom: 0;
}

.career-num {
  width: 140px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .career-num {
    width: 18.6666666667vw;
    margin: 0 auto 3.2vw;
  }
}

.career-img {
  width: 560px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .career-img {
    width: 74.6666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}

.career-list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .career-list-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 3.2vw;
  }
}
.career-list-ttl span {
  font-size: 120%;
  color: #3670b2;
}

.career-list-txt {
  font-weight: 500;
}

.career-check-box {
  width: 1200px;
  margin: 0 auto 100px;
  background: #ebecfc;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .career-check-box {
    width: 89.3333333333vw;
    border-radius: 0.8vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.career-check-box .check {
  background: #3670b3;
  width: 156px;
  position: relative;
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .career-check-box .check {
    width: 9.3333333333vw;
    height: 25.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .career-check-box .check .check-txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    left: 1.3333333333vw;
    width: 10.9333333333vw;
  }
}
.career-check-box .check::before {
  position: absolute;
  content: "";
  top: 0;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 0 61px 38px;
  border-color: transparent transparent transparent #3670b3;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}
@media screen and (max-width: 767px) {
  .career-check-box .check::before {
    right: 0.1333333333vw;
    border-width: 12.6666666667vw 0 12.6666666667vw 5.3333333333vw;
  }
}

.career-check-cont {
  width: 1046px;
  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;
  padding-left: 38px;
  color: #3670b3;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .career-check-cont {
    width: 80vw;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.career-skill-box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 0;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .career-skill-box {
    width: 89.3333333333vw;
    padding: 12.8vw 0;
    border-radius: 0.8vw;
  }
}
.career-skill-box .career-skill-ttl {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 520px;
}
@media screen and (max-width: 767px) {
  .career-skill-box .career-skill-ttl {
    width: 77.4666666667vw;
  }
}

.career-skill-list-item {
  width: 960px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career-skill-list-item {
    width: 78.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8vw;
  }
}
.career-skill-list-item:last-child {
  margin: 0 auto;
}

.career-skill-list-img {
  width: 242px;
}
@media screen and (max-width: 767px) {
  .career-skill-list-img {
    width: 66.6666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}

.career-skill-list-txt-box {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .career-skill-list-txt-box {
    width: 78.6666666667vw;
  }
}

.career-skill-list-ttl {
  color: #3670b3;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .career-skill-list-ttl {
    text-align: center;
    font-size: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}

.work {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work .notes-wrap {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .work .notes-wrap .notes-inner {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .work .notes-wrap {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.work-ttl {
  width: 614px;
  font-size: 0;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .work-ttl {
    width: 81.8666666667vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.work-list {
  position: relative;
  padding-top: 90px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-list {
    width: 89.3333333333vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .work-list .line {
    position: absolute;
    top: 0;
    right: 272px;
    width: 4px;
    height: 100%;
    border-radius: 8px;
    background: #333;
    z-index: 2;
  }
}

.work-list-item {
  width: 1000px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 32px;
  background: url(../img/dot_line.jpg) bottom left/6px auto repeat-x;
  padding-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work-list-item {
    width: 89.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .work-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    border-radius: 1.0666666667vw;
    background: #333;
  }
}
.work-list-item:last-child {
  margin: 0 auto;
  background: none;
}
.work-list-item:last-child::after {
  content: none;
}

.work-list-teacher {
  width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .work-list-teacher {
    width: 58.6666666667vw;
    padding-left: 0.4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.work-list-child {
  width: 235px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work-list-child {
    width: 26.6666666667vw;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clock {
  width: 87px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .clock {
    width: 10vw;
    margin-right: 3.6vw;
    padding-top: 4.2666666667vw;
    padding-left: 0.4vw;
  }
}

.teacher-img {
  width: 176px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .teacher-img {
    width: 44.5333333333vw;
    margin-right: 0;
  }
}

.teacher-txt-box {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .teacher-txt-box {
    width: 58.6666666667vw;
  }
}

.teacher-header-pc {
  position: absolute;
  top: 0;
  left: 365px;
  height: 46px;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #3670b2;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .teacher-header-pc {
    display: none;
  }
}

.child-header-pc {
  position: absolute;
  top: 0;
  left: 769px;
  height: 46px;
  width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #3eb382;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .child-header-pc {
    display: none;
  }
}

.teacher-header-sp {
  height: 6.1333333333vw;
  width: 58.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
  background: #3670b2;
  border-radius: 0.8vw;
  margin-top: 4.2666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher-header-sp {
    display: none;
  }
}

.child-header-sp {
  height: 6.1333333333vw;
  width: 26.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
  background: #3eb382;
  border-radius: 0.8vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 4.2666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .child-header-sp {
    display: none;
  }
}

.teacher-txt {
  font-weight: 500;
  margin-top: -8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .teacher-txt {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}

.child-list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .child-list-pcrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}

.child-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  gap: 0.1em;
  font-weight: 500;
}
.child-list-item .head {
  color: #3eb282;
}

.child-img {
  position: absolute;
  bottom: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .child-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    height: 28vw;
    width: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .child-img01 {
    right: 30px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .child-img01 img {
    position: absolute;
    width: 17.8666666667vw;
    right: 4.1333333333vw;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .child-img02 {
    right: 30px;
    bottom: -16px;
    width: 197px;
  }
}
@media screen and (max-width: 767px) {
  .child-img02 img {
    position: absolute;
    width: 26.2666666667vw;
    right: 0vw;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .child-img03 {
    right: 52px;
    bottom: -16px;
    width: 158px;
  }
}
@media screen and (max-width: 767px) {
  .child-img03 img {
    position: absolute;
    width: 26.5333333333vw;
    right: 0vw;
    bottom: 7.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .child-img04 {
    right: 52px;
    bottom: -16px;
    width: 159px;
  }
}
@media screen and (max-width: 767px) {
  .child-img04 img {
    position: absolute;
    width: 26.5333333333vw;
    right: 0vw;
    bottom: 6.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .child-img05 {
    right: 53px;
    bottom: 0px;
    width: 156px;
  }
}
@media screen and (max-width: 767px) {
  .child-img05 img {
    position: absolute;
    width: 26.6666666667vw;
    right: 0vw;
    bottom: 6.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .child-img06 {
    right: 29px;
    bottom: -16px;
    width: 101px;
  }
}
@media screen and (max-width: 767px) {
  .child-img06 img {
    position: absolute;
    width: 22.2666666667vw;
    right: 1.6vw;
    bottom: 0vw;
  }
}

.rule {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f6fbf5;
}
@media screen and (min-width: 768px) {
  .rule .notes-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .rule .notes-wrap .notes-inner {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .rule .notes-wrap {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.rule-ttl {
  width: 1249px;
  font-size: 0;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  .rule-ttl {
    width: 100vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.rule-container {
  width: 860px;
  margin: -12px auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .rule-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.3333333333vw;
    margin: 0 auto 8.5333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.rule-box {
  position: relative;
  width: 440px;
  padding: 40px 0px 20px 40px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .rule-box {
    width: 89.3333333333vw;
    margin: 0 auto 0vw;
    border-radius: 0.8vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

.income-circle {
  width: 389px;
}
@media screen and (max-width: 767px) {
  .income-circle {
    width: 78.8vw;
    margin: 0 auto;
  }
}

.rule-dl {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .rule-dl {
    margin-bottom: 2.1333333333vw;
  }
}

.rule-dt {
  background: #3eb382;
  padding: 6px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 16px;
  width: 90px;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .rule-dt {
    width: 16vw;
    padding: 0.8vw 0 0.8vw;
    font-size: 3.2vw;
    margin-right: 2.1333333333vw;
    border-radius: 0.8vw;
  }
}

.rule-dd {
  width: 290px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .rule-dd {
    width: 61.3333333333vw;
    line-height: 1.5;
  }
}

.qa {
  width: 100%;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .qa .notes-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .qa .notes-wrap .notes-inner {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .qa .notes-wrap {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.qa-ttl {
  width: 672px;
  font-size: 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .qa-ttl {
    width: 89.6vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.qa-list-item {
  margin: 0 auto 40px;
  width: 880px;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.qa-list-item:last-child {
  margin: 0 auto;
}

.qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#45c79b), to(#85bff2));
  background: linear-gradient(to right, #45c79b 0%, #85bff2 100%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-q {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.qa-q .qa-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #3eb282;
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .qa-q .qa-icon {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 3.7333333333vw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    margin-top: 0.6666666667vw;
  }
}
.qa-q .qa-txt {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qa-q .qa-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .qa-q .qa-txt img {
    height: 100%;
    max-width: auto;
  }
}

.toggle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto auto;
  }
}

.toggle span::before,
.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 20px;
  height: 4px;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .toggle span::before,
  .toggle span::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa-a {
  display: none;
}

.qa-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #f5f8fa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-a-inner {
    padding: 4.8vw 4.8vw 5.3333333333vw;
  }
}
.qa-a-inner .qa-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3eb382;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .qa-a-inner .qa-icon {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 3.7333333333vw;
    margin-right: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.qa-a-inner .qa-a-cont {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .qa-a-inner .qa-a-cont {
    width: 72vw;
  }
}
.qa-a-inner .qa-a-cont .qa-txt {
  padding-bottom: 0.8em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .qa-a-inner .qa-a-cont .qa-txt {
    font-size: 3.7333333333vw;
  }
}

.qa-grade-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .qa-grade-box {
    margin-top: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qa-grade-txt {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .qa-grade-txt {
    width: 100%;
  }
}

.qa-grade-img {
  width: 290px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .qa-grade-img {
    width: 70.6666666667vw;
  }
}

.qa-grade-dl {
  padding-bottom: 1em;
}
.qa-grade-dl:last-child {
  padding-bottom: 0;
}

.qa-grade-dt {
  font-size: 16px;
  font-weight: bold;
  color: #3670b2;
}
@media screen and (max-width: 767px) {
  .qa-grade-dt {
    font-size: 3.7333333333vw;
  }
}

.qa-grade-dd {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .qa-grade-dd {
    font-size: 3.7333333333vw;
  }
}

.step {
  width: 100%;
  position: relative;
  background: #f9fdff;
}
@media screen and (min-width: 768px) {
  .step .notes-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .step .notes-wrap .notes-inner {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .step .notes-wrap {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.step-ttl {
  width: 691px;
  font-size: 0;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .step-ttl {
    width: 92.1333333333vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.step-list-item {
  width: 880px;
  margin: 0 auto 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaf2), to(#85bff2));
  background: linear-gradient(#aaaaf2 0%, #85bff2 100%);
  border-radius: 6px;
  position: relative;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .step-list-item {
    padding: 0.2666666667vw;
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
    border-radius: 0.8vw;
  }
}
.step-list-item::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 20px;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url(../img/arrow.png) top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .step-list-item::after {
    width: 4.4vw;
    height: 2.6666666667vw;
    bottom: -5.3333333333vw;
  }
}
.step-list-item:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .step-list-item:last-child {
    margin: 0 auto;
  }
}
.step-list-item:last-child::after {
  content: none;
}

.step-list-item-inner {
  background: #fff;
  padding: 30px 0 30px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-list-item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 4.2666666667vw 0 4.2666666667vw 5.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}

.step-list-icon {
  width: 120px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .step-list-icon {
    width: 16vw;
    margin-right: 4.2666666667vw;
  }
}

.step-txt-box {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .step-txt-box {
    width: 60vw;
  }
}

.step-list-ttl {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  color: #3670b2;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .step-list-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

.step-txt {
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .step-list-session {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 78px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .step-list-session {
    width: 66.8vw;
    margin-left: 15.2vw;
    margin-top: 1.6vw;
  }
}

.map {
  position: relative;
  background: #fff;
}

.map-ttl {
  width: 701px;
  font-size: 0;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .map-ttl {
    width: 94vw;
    margin: 0 auto 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .map-box {
    width: 880px;
    background: #fbfbfe;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    min-height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .map-box {
    width: 89.3333333333vw;
    margin: 0 auto;
    background: #fbfbfe;
    padding: 8vw;
    border-radius: 0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .area-list {
    width: 320px;
    position: absolute;
    left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .area-list {
    margin-bottom: 8.5333333333vw;
  }
}

.map-list-dt {
  height: 20px;
  font-size: 20px;
  margin-bottom: 16px;
  padding-left: 14px;
  position: relative;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .map-list-dt {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.map-list-dt img {
  height: 100%;
  max-width: auto;
}
.map-list-dt::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.area-list .map-list-dt {
  color: #3eb382;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .area-list .map-list-dt {
    margin-right: 0;
  }
}
.area-list .map-list-dt::before {
  background: #3eb382;
}

.map-list-dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .map-list-dd a {
    width: 100%;
    height: 12.8vw;
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
  }
}

.area-list .map-list-dd a {
  border: #3eb382 solid 2px;
  color: #3eb382;
}
@media screen and (min-width: 768px) {
  .area-list .map-list-dd a {
    width: 140px;
    height: 50px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .area-list .map-list-dd a {
    border: #3eb382 solid 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .area-list .map-list-dd a:hover {
    background: #3eb382;
    color: #fff;
  }
}

.popularity-list .map-list-dd a {
  border: #3670b2 solid 2px;
  color: #3670b2;
}
@media screen and (min-width: 768px) {
  .popularity-list .map-list-dd a {
    width: 180px;
    height: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .popularity-list .map-list-dd a {
    border: #3670b2 solid 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .popularity-list .map-list-dd a:hover {
    background: #3670b2;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .area-list01 {
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .area-list02 {
    top: 230px;
  }
}

@media screen and (min-width: 768px) {
  .popularity-list {
    position: absolute;
    width: 180px;
    top: 88px;
    right: 76px;
  }
}

.popularity-list .map-list-dt {
  color: #3670b2;
}
.popularity-list .map-list-dt::before {
  background: #3670b2;
}

@media screen and (min-width: 768px) {
  .map-img01 {
    position: absolute;
    top: 0px;
    left: 60px;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .map-img01 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .map-img02 {
    position: absolute;
    bottom: 0;
    right: -70px;
  }
}
@media screen and (max-width: 767px) {
  .map-img02 {
    position: absolute;
    right: 24px;
    bottom: 21px;
    width: 18vw;
  }
}

@media screen and (min-width: 768px) {
  .map-img03 {
    position: absolute;
    top: 36px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  .map-img03 {
    display: none;
  }
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 0;
}

@media screen and (max-width: 767px) {
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8.5333333333vw 0 10.6666666667vw;
  }
}
.footer-box-logo {
  width: 440px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .footer-box-logo {
    width: 68vw;
    padding-bottom: 7.4666666667vw;
  }
}
.footer-box-adress {
  width: 510px;
  margin-left: 100px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .footer-box-adress {
    font-size: 2.6666666667vw;
    width: 84vw;
    margin: 0 auto;
  }
}
.footer {
  background: #000;
  width: 100%;
  padding: 16px 0 112px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}

.floating {
  background: #ffedeb;
  padding: 24px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: 3.2vw 0;
  }
}
.floating .cv-btn {
  width: 460px;
  font-size: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn {
    width: 89.3333333333vw;
  }
}

.floating.show {
  opacity: 1;
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.txt img {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .txt img {
    width: 80%;
    margin: 0 auto;
  }
}