@charset "UTF-8";
/* Scss Document */
/* Device Width */
/* font family */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  padding: 70px 0 0;
  font-family: "YakuHanMP_Noto", "Noto Sans JP", sans-serif;
  font-size: var(--fs-16);
  letter-spacing: 0.17em;
  line-height: 1.75;
  color: #7D7D7F;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media only, screen and (max-width: 768px) {
  body {
    letter-spacing: 0.07em;
  }
}

@media print {
  body {
    width: 1512px;
  }

  a[href]:after {
    content: "" !important;
  }
}
* {
  box-sizing: border-box;
  /*outline: solid 1px #ff0000;*/
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

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

a {
  outline: none;
}

.pcItem {
  display: block;
}
@media only, screen and (max-width: 820px) {
  .pcItem {
    display: none;
  }
}

.spItem {
  display: none;
}
@media only, screen and (max-width: 820px) {
  .spItem {
    display: block;
  }
}

.pcInline {
  display: inline;
}
@media only, screen and (max-width: 768px) {
  .pcInline {
    display: none;
  }
}

.spInline {
  display: none;
}
@media only, screen and (max-width: 768px) {
  .spInline {
    display: inline;
  }
}

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

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    width: 92.3076923077vw;
  }
}

@media only, screen and (max-width: 768px) {
  .over-wrap {
    overflow-x: hidden;
  }
}

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

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

/* ---------------------------------------------------------------------- */
/* font-size */
/* ---------------------------------------------------------------------- */
:root {
  --fs-134: 134px;
  --fs-100: 100px;
  --fs-90: 90px;
  --fs-84: 84px;
  --fs-80: 80px;
  --fs-70: 70px;
  --fs-60: 60px;
  --fs-46: 46px;
  --fs-40: 40px;
  --fs-38: 38px;
  --fs-36: 36px;
  --fs-34: 34px;
  --fs-30: 30px;
  --fs-29: 29px;
  --fs-28: 28px;
  --fs-26: 26px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-13: 13px;
  --fs-12: 12px;
}

@media only, screen and (max-width: 768px) {
  :root {
    --fs-134: 63px;
    --fs-100: 60px;
    --fs-90: 50px;
    --fs-84: 29px;
    --fs-80: 40px;
    --fs-70: 50px;
    --fs-60: 40px;
    --fs-46: 22px;
    --fs-40: 30px;
    --fs-38: 28px;
    --fs-36: 22px;
    --fs-34: 24px;
    --fs-30: 30px;
    --fs-29: 20px;
    --fs-28: 18px;
    --fs-26: 18px;
    --fs-24: 24px;
    --fs-22: 20px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-16: 16px;
    --fs-14: 14px;
    --fs-13: 13px;
    --fs-12: 12px;
  }
}
/* ---------------------------------------------------------------------- */
/* Title */
/* ---------------------------------------------------------------------- */
.ttl-01 {
  margin: 0 0 50px;
  font-size: 2.380952381vw;
  font-weight: 700;
  color: #12B3C7;
}
@media screen and (min-width: 1513px) {
  .ttl-01 {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-01 {
    margin: 0 0 15px;
    font-size: 5.641025641vw;
  }
}
.ttl-01 span {
  padding: 0 30px 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.6137566138vw;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (min-width: 1513px) {
  .ttl-01 span {
    font-size: 100px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-01 span {
    display: block;
    font-size: 15.3846153846vw;
  }
}

.ttl-02 {
  font-size: 1.7195767196vw;
  font-weight: 700;
  color: #12B3C7;
}
@media screen and (min-width: 1513px) {
  .ttl-02 {
    font-size: 26px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 4.6153846154vw;
  }
}
.ttl-02 span {
  padding: 0 30px 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.9682539683vw;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: baseline;
}
@media screen and (min-width: 1513px) {
  .ttl-02 span {
    font-size: 60px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-02 span {
    font-size: 10.2564102564vw;
  }
}

.ttl-03 {
  margin: 0 0 50px;
  font-size: var(--fs-24);
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  color: #12B3C7;
}
@media only, screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 4.6153846154vw;
  }
}

.ttl-04 {
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #12B3C7;
}
@media only, screen and (max-width: 768px) {
  .ttl-04 {
    font-size: var(--fs-18);
  }
}
.ttl-04:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 44px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  background: url("../img/icn_ttl.png") left top/100% auto no-repeat;
}

.ttl-05 {
  margin: 0 0 10px;
  font-size: var(--fs-34);
}

.ttl-second {
  padding: 10.3835978836vw 0 0 7.5396825397vw;
  font-size: 2.2486772487vw;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .ttl-second {
    padding: 157px 0 0 114px;
    font-size: 34px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-second {
    padding: 28.7179487179vw 0 0 5.1282051282vw;
    font-size: 6.1538461538vw;
  }
}
.ttl-second span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.9523809524vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1513px) {
  .ttl-second span {
    font-size: 90px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-second span {
    font-size: 12.8205128205vw;
  }
}

/* ---------------------------------------------------------------------- */
/* button */
/* ---------------------------------------------------------------------- */
.btn-01 {
  display: block;
  font-size: var(--fs-20);
  font-weight: 700;
  text-decoration: none;
}
.btn-01 span {
  padding: 0 40px 0 0;
  position: relative;
}
.btn-01 span:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: right 0.3s;
}
.btn-01:hover span:after {
  right: -10px;
}

.btn-green {
  color: #ADD361;
}
.btn-green span:after {
  background: url(../img/icn_arrow_green.png) left top/100% auto no-repeat;
}

.btn-orange {
  color: #E8AD61;
}
.btn-orange span:after {
  background: url(../img/icn_arrow_orange.png) left top/100% auto no-repeat;
}

.btn-blue {
  color: #14A79D;
}
.btn-blue span:after {
  background: url(../img/icn_arrow_blue.png) left top/100% auto no-repeat;
}

.btn-white {
  color: #fff;
}
.btn-white span:after {
  background: url(../img/icn_arrow_white.png) left top/100% auto no-repeat;
}

.btn-02 {
  display: block;
  width: 31.5476190476vw;
  max-width: 477px;
  margin: 0 2.6455026455vw;
  padding: 2.6455026455vw 0;
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 117px;
}
@media screen and (min-width: 1513px) {
  .btn-02 {
    margin: 0 40px;
    padding: 40px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .btn-02 {
    width: 100%;
    margin: 0 0 7.6923076923vw;
    padding: 7.6923076923vw 0;
    font-size: var(--fs-20);
  }
}
.btn-02--orange {
  background: #E8AD61;
  transition: background 0.3s;
}
.btn-02--orange:hover {
  background: #E8B779;
}
.btn-02--green {
  background: #ADD361;
  transition: background 0.3s;
}
.btn-02--green:hover {
  background: #B4D376;
}
.btn-02 span {
  padding: 0 40px 0 0;
  position: relative;
}
.btn-02 span:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: right 0.3s;
  background: url("../img/icn_arrow_white.png") left top/100% auto no-repeat;
}
.btn-02:hover span:after {
  right: -10px;
}

.btn-recruit a {
  display: block;
  width: 72.7513227513vw;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 80px 0 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #12B3C7;
  border: solid 3px #12B3C7;
  border-radius: 60px;
  transition: color 0.3s, background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .btn-recruit a {
    width: 92.3076923077vw;
    margin: 0 auto 17.9487179487vw;
    padding: 17.9487179487vw 12.8205128205vw 15.3846153846vw;
    border-radius: 40px;
  }
}
.btn-recruit a span:first-of-type {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.5555555556vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1513px) {
  .btn-recruit a span:first-of-type {
    font-size: 84px;
  }
}
@media only, screen and (max-width: 768px) {
  .btn-recruit a span:first-of-type {
    font-size: 14.358974359vw;
  }
}
.btn-recruit a span:last-of-type {
  display: inline-block;
  font-size: 1.917989418vw;
  font-weight: 700;
  padding: 0 50px 0 0;
  position: relative;
}
@media screen and (min-width: 1513px) {
  .btn-recruit a span:last-of-type {
    font-size: 29px;
  }
}
@media only, screen and (max-width: 768px) {
  .btn-recruit a span:last-of-type {
    font-size: 5.1282051282vw;
  }
}
.btn-recruit a span:last-of-type:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  margin: auto;
  background: url("../img/icn_arrow_white.png") left top/100% auto no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: right 0.3s;
}
@media only, screen and (max-width: 768px) {
  .btn-recruit a span:last-of-type:after {
    width: 6.9230769231vw;
    height: 6.9230769231vw;
  }
}
.btn-recruit a:hover {
  color: #12B3C7;
  background: #fff;
}
.btn-recruit a:hover span:last-of-type:after {
  background: url("../img/icn_arrow_blue02.png") left top/100% auto no-repeat;
  right: -10px;
}

.btn-entry {
  width: 100%;
  min-height: 23.8095238095vw;
  margin: 0 0 70px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .btn-entry {
    height: 160px;
    margin: 0 0 33.3333333333vw;
  }
}
.btn-entry--line .line-l-to-r--inner {
  width: 104.2989417989vw;
  max-width: 1577px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .btn-entry--line .line-l-to-r--inner {
    width: 175.641025641vw;
    top: 0;
    left: -50%;
    transform: translate(-50%, -50%);
  }
}
.btn-entry--line .line-l-to-r--inner img {
  margin: 0 0 0 4.4312169312vw;
}
@media screen and (min-width: 1513px) {
  .btn-entry--line .line-l-to-r--inner img {
    margin: 0 0 0 67px;
  }
}
.btn-entry .wrapper {
  padding: 85px 0 0;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .btn-entry .wrapper {
    padding: 7.6923076923vw 0 0;
  }
}
.btn-entry .wrapper figure {
  width: 4.3650793651vw;
  max-width: 66px;
  position: absolute;
  top: 2.9761904762vw;
  left: 19.5767195767vw;
}
@media screen and (min-width: 1513px) {
  .btn-entry .wrapper figure {
    width: 66px;
    top: 45px;
    left: 256px;
  }
}
@media only, screen and (max-width: 768px) {
  .btn-entry .wrapper figure {
    width: 16.9230769231vw;
    top: 2.5641025641vw;
    left: 1.2820512821vw;
  }
}
.btn-entry .wrapper a {
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 21px 0;
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #12B3C7;
  border: solid 3px #12B3C7;
  border-radius: 67px;
  transition: color 0.3s, background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .btn-entry .wrapper a {
    width: 56.4102564103vw;
    font-size: 5.1282051282vw;
  }
}
.btn-entry .wrapper a:hover {
  color: #12B3C7;
  background: #fff;
}

.btn-back {
  display: block;
  width: 146px;
  margin: 0 auto 146px;
  color: #12B3C7;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s;
}
.btn-back span {
  padding: 0 36px;
  position: relative;
}
.btn-back span:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  margin: auto;
  background: url(../img/icn-arrow-back.png) left top/100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: left 0.3s;
}
@media only, screen and (max-width: 768px) {
  .btn-back span:before {
    transition: none;
  }
}
.btn-back:hover {
  color: #88D9E3;
}
.btn-back:hover span:before {
  background: url(../img/icn-arrow-back-hov.png) left top/100% auto no-repeat;
  left: -10px;
}
@media only, screen and (max-width: 768px) {
  .btn-back:hover span:before {
    left: 0;
  }
}

/* ---------------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------------- */
header {
  width: 100%;
  background: #12B3C7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .header-box {
  width: 100%;
  height: 70px;
  max-width: 1512px;
  padding: 15px 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
header .header-box .logo {
  width: 228px;
}
header .header-box ul {
  list-style: none;
}
header .header-box ul li {
  display: inline-block;
}
header .header-box ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
header .header-box ul.nav {
  display: block;
  font-size: 0;
}
@media screen and (max-width: 940px) {
  header .header-box ul.nav {
    display: none;
  }
}
header .header-box ul.nav li {
  width: 12.6322751323vw;
  margin: 0 5px;
  color: #fff;
  font-size: var(--fs-16);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1513px) {
  header .header-box ul.nav li {
    width: 181px;
  }
}
header .header-box ul.nav li span {
  padding: 0 18px 0 0;
  position: relative;
}
header .header-box ul.nav li span:before, header .header-box ul.nav li span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
header .header-box ul.nav li span:after {
  transform: rotate(-450deg);
  transform-origin: center;
  transition: all 0.3s;
}
header .header-box ul.nav li > ul {
  display: none;
  width: 100%;
  padding: 1.3227513228vw 1.3227513228vw 0;
  background: #E7F7F9;
  position: absolute;
  top: 49px;
  left: 0;
}
@media screen and (min-width: 1513px) {
  header .header-box ul.nav li > ul {
    padding: 20px 20px 0;
  }
}
header .header-box ul.nav li > ul li {
  display: block;
  width: auto;
  margin: 0;
}
header .header-box ul.nav li > ul li:before, header .header-box ul.nav li > ul li:after {
  content: none;
}
header .header-box ul.nav li > ul li a {
  padding: 0 0 20px;
  color: #12B3C7;
  text-decoration: none;
  transition: color 0.3s;
}
header .header-box ul.nav li > ul li a:hover {
  color: #88D9E3;
}
header .header-box ul.nav li.open span {
  color: #88D9E3;
}
header .header-box ul.nav li.open span:before, header .header-box ul.nav li.open span:after {
  background: #88D9E3;
}
header .header-box ul.nav li.open span:after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
header .header-box ul.second-nav {
  display: block;
}
@media screen and (max-width: 940px) {
  header .header-box ul.second-nav {
    display: none;
  }
}
header .header-box ul.second-nav li a {
  transition: color 0.3s;
}
header .header-box ul.second-nav li a:hover {
  color: #88D9E3;
}
header .header-box ul.second-nav li:last-of-type a {
  margin: 0 0 0 32px;
  padding: 7px 30px;
  color: #12b3c7;
  font-size: var(--fs-14);
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  transition: background 0.3s, color 0.3s;
}
header .header-box ul.second-nav li:last-of-type a:hover {
  color: #fff;
  background: #88D9E3;
}

.drawer {
  display: none;
}
@media screen and (max-width: 940px) {
  .drawer {
    display: inline-block;
    width: 40px;
    height: 35px;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 26px;
    right: 18px;
    cursor: pointer;
  }
}
.drawer div span {
  position: absolute;
  height: 2px;
  width: 48px;
  margin: auto;
  background: #fff;
  left: 0;
  right: 0;
  transition: top 0.17s linear 0.15s, transform linear 0.15s;
}
.drawer div span:nth-child(1) {
  top: 0;
}
.drawer div span:nth-child(2) {
  top: 16px;
}

.open .drawer {
  background: transparent;
}
.open .drawer span {
  transition: top linear 0.15s, transform 0.17s linear 0.15s;
}
.open .drawer span:nth-child(1) {
  top: 8px;
  transform: rotate(-18.43deg);
  transform-origin: center;
}
.open .drawer span:nth-child(2) {
  top: 8px;
  transform: rotate(18.43deg);
  transform-origin: center;
}

.spNav {
  display: none;
}
@media screen and (max-width: 940px) {
  .spNav {
    display: block;
    width: 100%;
    margin: auto;
    transition: opacity 0.25s, right 0.35s ease-in-out;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    top: 70px;
    bottom: 0;
    overflow-y: scroll;
    right: -200vw;
    left: inherit;
    z-index: -1;
  }
}
.spNav div {
  width: 100%;
  margin: 0 auto;
  padding: 30px 25px 45px;
  background-color: #12B3C7;
}
.spNav div .content-cat {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #88D9E3;
}
.spNav div .content-cat:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 31px;
  margin: 0 5px 1px 0;
  vertical-align: text-bottom;
  background: url("../img/icn_sp_nav.png") left top/100% auto no-repeat;
}
.spNav div .sp-entry {
  width: 100%;
  margin: auto;
  padding: 40px 0 0;
  font-size: var(--fs-16);
  color: #fff;
  text-align: center;
  border-top: solid 1px #fff;
}
.spNav div .sp-entry a {
  color: #fff;
  text-decoration: none;
}
.spNav div .sp-entry a.footer-btn {
  display: inline-block;
  margin: 0 30px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #12B3C7;
  text-decoration: none;
  background: #fff;
  border-radius: 40px;
}
.spNav div ul {
  margin: 0 0 40px;
  list-style: none;
  font-size: 0;
}
.spNav div ul li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: var(--fs-16);
}
.spNav div ul li:not(:last-of-type) {
  margin-right: 20px;
}
.spNav div ul li > ul {
  width: 100%;
  margin: 20px 0 25px 20px;
}
.spNav div ul li > ul li {
  display: block;
  margin: 0 0 15px;
}
.spNav div ul li > ul li:not(:first-of-type) {
  margin: 0 0 15px;
}
.spNav div ul li.sp-block {
  display: block;
  margin: 0;
}
.spNav .sp-nav-logo {
  padding: 30px 0;
  background: #fff;
}
.spNav .sp-nav-logo img {
  display: block;
  width: 253px;
  margin: 0 auto;
  vertical-align: bottom;
}

.spNav-open {
  opacity: 1;
  right: 0;
  z-index: 8;
  transition: opacity 0.25s, right 0.35s ease-in-out;
}

/* ---------------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------------- */
footer {
  padding: 0 0 4.4973544974vw;
}
@media screen and (min-width: 1513px) {
  footer {
    padding: 0 0 68px;
  }
}
@media only, screen and (max-width: 768px) {
  footer {
    padding: 0 0 10.2564102564vw;
  }
}
footer .footer-box {
  width: 80.6878306878vw;
  max-width: 1220px;
  margin: 0 auto;
  padding: 50px 3.9682539683vw 0 3.6375661376vw;
  border-top: solid 1px #7D7D7F;
  position: relative;
}
@media screen and (min-width: 1513px) {
  footer .footer-box {
    padding: 50px 60px 0 55px;
  }
}
@media screen and (max-width: 1220px) {
  footer .footer-box {
    width: 87%;
  }
}
@media only, screen and (max-width: 820px) {
  footer .footer-box {
    width: 86.9230769231vw;
    padding: 50px 2.5641025641vw 0 2.5641025641vw;
  }
}
@media only, screen and (max-width: 768px) {
  footer .footer-box {
    padding: 50px 2.5641025641vw 0 2.5641025641vw;
  }
}
@media screen and (max-width: 360px) {
  footer .footer-box {
    width: 92.3076923077vw;
    padding: 50px 0 0;
  }
}
footer .footer-box a {
  display: inline-block;
  margin: 0 0 28px;
  font-size: var(--fs-16);
  color: #7D7D7F;
  text-decoration: none;
  letter-spacing: 0;
  transition: color 0.3s;
}
@media screen and (max-width: 320px) {
  footer .footer-box a {
    font-size: 15px;
  }
}
footer .footer-box a:hover {
  color: #88D9E3;
}
footer .footer-box .flex-box {
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1220px) {
  footer .footer-box .flex-box div {
    margin: 0 0 0 20px;
  }
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box div {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1220px) {
  footer .footer-box .flex-box div:first-of-type {
    margin: 0;
  }
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box div:first-of-type {
    margin: 0 0 40px;
  }
}
footer .footer-box .flex-box div .content-cat {
  margin: 0 0 20px;
}
footer .footer-box .flex-box div .content-cat span {
  color: #12B3C7;
  position: relative;
}
footer .footer-box .flex-box div .content-cat span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0 6px 0 0;
  background: url("../img/icn_ttl.png") left top/100% auto no-repeat;
  position: relative;
  top: -3px;
  left: 0;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box div .content-cat span:before {
    width: 17px;
    height: 19px;
    margin: 0 4px 0 0;
    top: -2px;
  }
}
footer .footer-box .flex-box div ul {
  margin: 0 0 0 20px;
  list-style: none;
  font-size: 0;
}
footer .footer-box .flex-box div ul li {
  font-size: var(--fs-14);
}
footer .footer-box .flex-box div ul li a {
  margin: 0 0 20px;
  color: #7D7D7F;
  transition: color 0.3s;
}
footer .footer-box .flex-box div ul li a:hover {
  color: #88D9E3;
}
footer .footer-box .flex-box div ul li a.footer-btn {
  width: 120px;
  margin: 0;
  padding: 4px 0 6px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #12B3C7;
  border: solid 1px #12B3C7;
  border-radius: 28px;
  transition: background 0.3s, color 0.3s;
}
footer .footer-box .flex-box div ul li a.footer-btn:hover {
  color: #12B3C7;
  background: #fff;
}
footer .footer-box .flex-box div ul li:last-child a {
  margin: 0;
}
footer .footer-box .flex-box div ul li > ul {
  margin: -10px 0 20px 7px;
  padding: 0 0 0 15px;
  border-left: solid 1px #676565;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box div ul li > ul {
    display: none;
  }
}
footer .footer-box .flex-box div ul li > ul li a {
  margin: 0 0 10px;
}
footer .footer-box .flex-box div ul li > ul li:last-of-type a {
  margin: 0;
}
footer .footer-box .flex-box div ul.footer-entry {
  margin: 45px 0 0;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box div ul.footer-entry {
    margin: 10px 0 0;
  }
}
footer .footer-box .footer-logo {
  width: 100%;
  max-width: 303px;
  position: absolute;
  right: 0;
  bottom: -7px;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .footer-logo {
    position: static;
  }
}
footer .footer-box .footer-logo img {
  vertical-align: bottom;
}

/* ---------------------------------------------------------------------- */
/* Second page title */
/* ---------------------------------------------------------------------- */
.page-ttl {
  width: 100%;
  height: 25.1984126984vw;
  max-height: 381px;
  border-radius: 0 0 60px 60px;
  background: #ccc;
}
@media only, screen and (max-width: 768px) {
  .page-ttl {
    height: 86.1538461538vw;
    max-height: inherit;
    border-radius: 0 0 40px 40px;
    overflow-x: hidden;
  }
}
.page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.page-ttl .ttl-l-to-r--inner {
  width: 91.6666666667vw;
  max-width: 1386px;
  margin: auto;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .page-ttl .ttl-l-to-r--inner {
    width: 211.2820512821vw;
    top: 25.641025641vw;
    left: -50%;
    transform: translate(-50%, 0);
  }
}

/* ---------------------------------------------------------------------- */
/* Animetion setting */
/* ---------------------------------------------------------------------- */
.fadeIn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeIn.open {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.scrl-type1,
.scrl-type2,
.interview-scrl {
  display: block;
  margin-top: 10px;
  opacity: 0;
  overflow: hidden;
}
.scrl-type1 .inner,
.scrl-type2 .inner,
.interview-scrl .inner {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.scrl-type1.open,
.scrl-type2.open,
.interview-scrl.open {
  opacity: 1;
}
.scrl-type1.open .inner,
.scrl-type2.open .inner,
.interview-scrl.open .inner {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.scrl-type3 {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.scrl-type3.open {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.scrl-type4 {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.scrl-type4.open {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.line-l-to-r,
.ttl-l-to-r {
  width: 100%;
}
.line-l-to-r--inner,
.ttl-l-to-r--inner {
  transform: translateX(-100%);
  overflow: hidden;
}
.line-l-to-r img,
.ttl-l-to-r img {
  transform: translateX(100%);
  opacity: 0;
}
.line-l-to-r.open .line-l-to-r--inner,
.line-l-to-r.open .ttl-l-to-r--inner,
.ttl-l-to-r.open .line-l-to-r--inner,
.ttl-l-to-r.open .ttl-l-to-r--inner {
  animation-name: line-l-to-r;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.line-l-to-r.open img,
.ttl-l-to-r.open img {
  animation-name: line-l-to-r-box;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes line-l-to-r-box {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes line-l-to-r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ---------------------------------------------------------------------- */
/* top */
/* ---------------------------------------------------------------------- */
.mv {
  height: 62.5vw;
  margin: 0;
  background: url(../img/bg_mv_pc.png) center 90px/101.8518518519vw auto no-repeat #12B3C7;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .mv {
    height: 197.4358974359vw;
    background: url(../img/bg_mv_sp.png) center top/110.7692307692vw auto no-repeat #12B3C7;
  }
}
.mv h1 {
  padding: 28.5714285714vw 0 0 20px;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .mv h1 {
    padding: 105.641025641vw 0 0 20px;
  }
}
.mv h1 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 8.8624338624vw;
  /*font-size: var(--fs-134);*/
  line-height: 1;
  color: #EBDE50;
}
@media screen and (min-width: 1513px) {
  .mv h1 span {
    font-size: 134px;
  }
}
@media only, screen and (max-width: 768px) {
  .mv h1 span {
    font-size: 16.1538461538vw;
  }
}
.mv h1 span#sub-copy {
  margin-top: 25px;
  font-size: 2.380952381vw;
  /*font-size: var(--fs-36);*/
  font-weight: 700;
}
@media screen and (min-width: 1513px) {
  .mv h1 span#sub-copy {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 768px) {
  .mv h1 span#sub-copy {
    margin-top: 5.1282051282vw;
    font-size: 5.641025641vw;
    line-height: 1.9;
  }
}
.mv svg {
  position: absolute;
  top: 8.4656084656vw;
}
@media only, screen and (max-width: 768px) {
  .mv svg {
    top: 5.1282051282vw;
  }
}
.mv:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.mv:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#line {
  fill: #ebde50;
  mask: url(#mask-wrapper);
}

#mv-line {
  fill: none;
  stroke: #ebde50;
  stroke-width: 5px;
  stroke-dasharray: 3800px;
  stroke-dashoffset: 1900px;
  animation: line_ani 3s forwards;
}

@keyframes line_ani {
  0% {
    stroke-dashoffset: 3800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#line-sp {
  fill: #ebde50;
  mask: url(#mask-wrapper-sp);
}

#mv-line-sp {
  fill: none;
  stroke: #ebde50;
  stroke-width: 5px;
  stroke-dasharray: 1710px;
  stroke-dashoffset: 1710px;
  animation: line_ani-sp 3s forwards;
}

@keyframes line_ani-sp {
  0% {
    stroke-dashoffset: 1710px;
  }
  100% {
    stroke-dashoffset: 3420px;
  }
}
.read {
  margin: 0 0 8.5978835979vw;
  padding: 11.044973545vw 0 14.2857142857vw;
  background: #12B3C7;
}
@media screen and (min-width: 1513px) {
  .read {
    margin: 0 0 130px;
    padding: 167px 0 216px;
  }
}
@media only, screen and (max-width: 768px) {
  .read {
    margin: 0 0 20.5128205128vw;
    padding: 16.1538461538vw 0 25.641025641vw;
  }
}
.read--box {
  width: 880px;
  align-items: flex-start;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .read--box {
    width: 74.358974359vw;
  }
}
@media only, screen and (max-width: 768px) {
  .read--box {
    display: block;
    width: 74.358974359vw;
  }
}
@media screen and (max-width: 360px) {
  .read--box {
    width: 82.0512820513vw;
  }
}
.read--box h2 {
  margin: -17px 0 0;
  font-size: var(--fs-36);
  font-weight: 700;
  line-height: 2.278;
}
@media only, screen and (max-width: 768px) {
  .read--box h2 {
    margin: 0 0 35px;
    font-size: 26px;
    line-height: 2;
  }
}
.read--box div {
  flex: 1;
  margin: 0 0 0 6.0846560847vw;
}
@media screen and (min-width: 1513px) {
  .read--box div {
    margin: 0 0 0 92px;
  }
}
@media only, screen and (max-width: 768px) {
  .read--box div {
    margin: 0;
  }
}
.read--box div p {
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: 1.75;
}
.read--box div p:first-of-type {
  margin: 0 0 35px;
}
.read--box div p:nth-of-type(2) {
  margin: 0 0 65px;
}
.read--box div p b {
  font-size: var(--fs-22);
}
.read--box div p span {
  font-size: var(--fs-14);
}
@media only, screen and (max-width: 768px) {
  .read--box div p span {
    font-size: 13px;
  }
}

.about {
  width: 93.5185185185vw;
  max-width: 1414px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .about {
    width: 100%;
  }
}
.about--line {
  position: absolute;
  top: 0;
}
@media only, screen and (max-width: 768px) {
  .about--line {
    top: 6.1538461538vw;
  }
}
.about--box {
  margin: 0 auto 9.9206349206vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .about--box {
    margin: 0 auto 220px;
  }
}
.about--box .flex-box {
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box {
    display: block;
    margin: 0 0 80px;
  }
}
.about--box .flex-box div {
  width: 353px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1513px) {
  .about--box .flex-box div {
    width: 353px;
  }
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div {
    width: 100%;
    margin: 0 0 15.3846153846vw;
  }
}
.about--box .flex-box div figure {
  width: 18.5185185185vw;
  max-width: 280px;
  margin: 0 auto -6.9444444444vw;
}
@media screen and (min-width: 1513px) {
  .about--box .flex-box div figure {
    margin: 0 auto -105px;
  }
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div figure {
    width: 71.7948717949vw;
    margin: 0 auto -36.4102564103vw;
  }
}
.about--box .flex-box div figure img {
  vertical-align: bottom;
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div > div {
    margin: 0 0 5.1282051282vw;
  }
}
.about--box .flex-box div p {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1513px) {
  .about--box .flex-box div p {
    font-size: 24px;
  }
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div p {
    font-size: 6.1538461538vw;
  }
}
.about--box .flex-box div p span {
  display: inline-block;
  margin: 0 0 6px;
  padding: 4px 5px 5px;
}
.about--box .flex-box div p span .space {
  margin: 0;
  padding: 0;
}
.about--box .flex-box div p span .space:before {
  content: "";
  display: inline-block;
  width: 126px;
  height: 27px;
  margin: 2px 5px 2px 0;
  border: solid 2px #fff;
  vertical-align: middle;
}
.about--box .flex-box div .btn-01 {
  padding-right: 10px;
}
.about--box .flex-box div:first-of-type {
  width: 360px;
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div:first-of-type {
    width: 94.8717948718vw;
  }
}
.about--box .flex-box div:first-of-type > div p span {
  background: #ADD361;
}
.about--box .flex-box div:nth-of-type(2) {
  margin: 0 1.3227513228vw;
}
@media screen and (min-width: 1513px) {
  .about--box .flex-box div:nth-of-type(2) {
    marign: 0 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .about--box .flex-box div:nth-of-type(2) {
    margin: 0 0 15.3846153846vw;
  }
}
.about--box .flex-box div:nth-of-type(2) > div p span {
  background: #E8AD61;
}
.about--box .flex-box div:last-of-type > div p span {
  background: #14A79D;
}

.people {
  width: 100vw;
  padding: 5.291005291vw 0;
  position: relative;
}
@media screen and (min-width: 1513px) {
  .people {
    padding: 80px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .people {
    padding: 7.6923076923vw 0;
    overflow-x: hidden;
  }
}
.people--line .line-l-to-r--inner {
  width: 115.873015873vw;
  max-width: 1752px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .people--line .line-l-to-r--inner {
    width: 217.1794871795vw;
    top: 0;
    left: -75%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
}
.people--box {
  width: calc(100% - 40px);
  margin: 0 auto 11.5079365079vw;
  padding: 10.582010582vw 12.3015873016vw 4.1666666667vw;
  background: #12B3C7;
  border-radius: 60px;
}
@media screen and (min-width: 1513px) {
  .people--box {
    margin: 0 auto 174px;
    padding: 160px 186px 63px;
  }
}
@media only, screen and (max-width: 768px) {
  .people--box {
    width: 92.3076923077vw;
    padding: 15.3846153846vw 5.1282051282vw 7.6923076923vw 7.6923076923vw;
  }
}
.people--box .ttl-01 {
  margin: 0 0 4.1666666667vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .people--box .ttl-01 {
    margin: 0 0 63px;
  }
}
.people--box .flex-box {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .people--box .flex-box {
    display: block;
  }
}
.people--box--interview {
  margin: 0 auto 3.9682539683vw;
  align-items: center;
}
@media screen and (min-width: 1513px) {
  .people--box--interview {
    margin: 0 auto 60px;
  }
}
.people--box--interview figure {
  width: 43.5185185185vw;
  max-width: 658px;
}
@media only, screen and (max-width: 768px) {
  .people--box--interview figure {
    width: 79.4871794872vw;
  }
}
@media only, screen and (max-width: 768px) {
  .people--box--interview div {
    position: relative;
    top: -7.6923076923vw;
  }
}
.people--box--interview div p {
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .people--box--interview div p {
    font-size: 7.6923076923vw;
  }
}
.people--box--interview div p .btn-01 {
  margin: 10px 18px 0 0;
}
@media only, screen and (max-width: 768px) {
  .people--box--interview div p .btn-01 {
    margin: 10px 0 0;
  }
}
.people--box--voice {
  position: relative;
}
.people--box--voice figure {
  width: 53.1746031746vw;
  max-width: 804px;
}
@media only, screen and (max-width: 768px) {
  .people--box--voice figure {
    width: 102.5641025641vw;
    position: relative;
    right: 0;
  }
}
.people--box--voice div {
  position: absolute;
  left: 0;
  top: 7.2751322751vw;
}
@media screen and (min-width: 1513px) {
  .people--box--voice div {
    top: 110px;
  }
}
@media only, screen and (max-width: 768px) {
  .people--box--voice div {
    position: relative;
    top: -12.8205128205vw;
  }
}
.people--box--voice div p {
  font-size: var(--fs-30);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.375;
  color: #fff;
}
.people--box--voice div p .btn-01 {
  margin: 10px 18px 0 0;
}
@media only, screen and (max-width: 768px) {
  .people--box--voice div p .btn-01 {
    margin: 10px 0 0;
    text-align: right;
  }
}

.work-environment {
  margin: 0 0 120px;
  padding: 0 0 133px;
  background: #FDFCED;
}
@media only, screen and (max-width: 768px) {
  .work-environment {
    margin: 0 0 70px;
    padding: 0 0 80px;
  }
}
.work-environment .wrapper {
  position: relative;
}
.work-environment .wrapper .ttl-02 {
  position: relative;
  top: -30px;
}
.work-environment .wrapper .flex-box {
  justify-content: center;
}
@media only, screen and (max-width: 768px) {
  .work-environment .wrapper .flex-box {
    display: block;
    margin: 14.358974359vw 0 0;
  }
}
.work-environment .wrapper .flex-box div {
  position: relative;
}
.work-environment .wrapper .flex-box div:first-of-type figure {
  width: 126px;
  position: absolute;
  top: 3.7698412698vw;
  left: -1.5211640212vw;
}
@media screen and (min-width: 1513px) {
  .work-environment .wrapper .flex-box div:first-of-type figure {
    top: 57px;
    left: -23px;
  }
}
@media only, screen and (max-width: 768px) {
  .work-environment .wrapper .flex-box div:first-of-type figure {
    top: -22.0512820513vw;
    left: inherit;
    right: -10.2564102564vw;
  }
}
.work-environment .wrapper .flex-box div:last-of-type figure {
  width: 91.5px;
  position: absolute;
  top: 2.7777777778vw;
  left: -1.0582010582vw;
}
@media screen and (min-width: 1513px) {
  .work-environment .wrapper .flex-box div:last-of-type figure {
    top: 42px;
    left: -16px;
  }
}
@media only, screen and (max-width: 768px) {
  .work-environment .wrapper .flex-box div:last-of-type figure {
    top: 7.6923076923vw;
    left: -7.6923076923vw;
  }
}

/* ---------------------------------------------------------------------- */
/* business */
/* ---------------------------------------------------------------------- */
.business .page-ttl {
  background: #ADD361;
  position: relative;
  z-index: 2;
}
.business .page-ttl--box figure {
  width: 17.1296296296vw;
  max-width: 259px;
  position: absolute;
  top: 7.5396825397vw;
  right: 9.9206349206vw;
}
@media screen and (min-width: 1513px) {
  .business .page-ttl--box figure {
    top: 114px;
    right: 150px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .page-ttl--box figure {
    width: 33.8461538462vw;
    max-width: inherit;
    top: 44.6153846154vw;
    right: 6.4102564103vw;
  }
}
.business .roles {
  padding: 13.2275132275vw 0 6.3492063492vw;
  background: #FDFCED;
  position: relative;
  top: -60px;
}
@media screen and (min-width: 1513px) {
  .business .roles {
    padding: 200px 0 96px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles {
    padding: 32.0512820513vw 0 15.3846153846vw;
  }
}
.business .roles .roles--box {
  width: 71.2962962963vw;
  max-width: 1078px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .business .roles .roles--box {
    width: 92.3076923077vw;
  }
}
.business .roles .first-box {
  width: 29.9603174603vw;
  max-width: 453px;
  padding: 2.6455026455vw 1.3227513228vw 1.3227513228vw;
  background: #E7F7F9;
  border-radius: 30px;
}
@media screen and (min-width: 1513px) {
  .business .roles .first-box {
    padding: 40px 20px 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .first-box {
    width: 100%;
    max-width: inherit;
    padding: 30px 20px 20px;
  }
}
.business .roles .first-box h3 {
  margin: 0 0 1.9841269841vw;
  font-size: 1.3227513228vw;
  font-weight: 700;
  color: #12B3C7;
  text-align: center;
}
@media screen and (min-width: 1513px) {
  .business .roles .first-box h3 {
    margin: 0 0 30px;
    font-size: 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .first-box h3 {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.business .roles .first-box p {
  width: 38.4920634921vw;
  max-width: 582px;
  margin: 0 0 1.9841269841vw;
  padding: 1.6534391534vw 1.3227513228vw;
  font-size: 1.0582010582vw;
  font-weight: 700;
  color: #12B3C7;
  text-align: justify;
  letter-spacing: 0.1em;
  background: #E7F7F9;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1513px) {
  .business .roles .first-box p {
    margin: 0 0 30px;
    padding: 25px 20px;
    font-size: 16px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .first-box p {
    width: calc(100% - 40px);
    max-width: inherit;
    margin: 0 auto 20px;
    font-size: 14px;
    background: none;
    padding: 0;
    position: static;
  }
}
.business .roles .first-box p:before {
  content: "";
  display: block;
  width: 3.7037037037vw;
  height: 0.7275132275vw;
  margin: auto;
  background: #E7F7F9;
  position: absolute;
  left: -3.7037037037vw;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1513px) {
  .business .roles .first-box p:before {
    width: 56px;
    height: 11px;
    left: -56px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .first-box p:before {
    content: none;
  }
}
.business .roles .first-box p span {
  display: block;
  margin: 1em 0 0;
}
@media only, screen and (max-width: 768px) {
  .business .roles .first-box p span {
    margin: 0;
  }
}
.business .roles .second-box {
  padding: 1.9841269841vw 1.3227513228vw 1.3227513228vw;
  background: #88D9E3;
  border-radius: 20px;
}
@media screen and (min-width: 1513px) {
  .business .roles .second-box {
    padding: 30px 20px 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .second-box {
    padding: 30px 20px 20px;
  }
}
.business .roles .second-box h3 {
  margin: 0 0 1.3227513228vw;
  color: #fff;
}
@media screen and (min-width: 1513px) {
  .business .roles .second-box h3 {
    margin: 0 0 20px;
  }
}
.business .roles .second-box p {
  color: #fff;
  background: #88D9E3;
  top: 12.8306878307vw;
}
@media screen and (min-width: 1513px) {
  .business .roles .second-box p {
    top: 194px;
  }
}
.business .roles .second-box p:before {
  background: #88D9E3;
  width: 5.291005291vw;
  left: -5.291005291vw;
}
@media screen and (min-width: 1513px) {
  .business .roles .second-box p:before {
    width: 80px;
    left: -80px;
  }
}
.business .roles .third-box {
  padding: 3.9682539683vw 0;
  background: #12B3C7;
  border-radius: 10px;
}
@media screen and (min-width: 1513px) {
  .business .roles .third-box {
    padding: 60px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .third-box {
    padding: 30px 0;
  }
}
.business .roles .third-box h3 {
  margin: 0;
}
@media only, screen and (max-width: 768px) {
  .business .roles .third-box h3 {
    margin: 0 0 20px;
  }
}
.business .roles .third-box p {
  letter-spacing: 0.05em;
  background: #12B3C7;
  top: 19.1137566138vw;
}
@media screen and (min-width: 1513px) {
  .business .roles .third-box p {
    top: 289px;
  }
}
@media only, screen and (max-width: 768px) {
  .business .roles .third-box p {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.business .roles .third-box p:before {
  background: #12B3C7;
  width: 7.0105820106vw;
  left: -7.0105820106vw;
}
@media screen and (min-width: 1513px) {
  .business .roles .third-box p:before {
    width: 106px;
    left: -106px;
  }
}
.business .business-box--read {
  width: 740px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 780px) {
  .business .business-box--read {
    width: 92.3076923077vw;
  }
}
.business .business-box--read p {
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
.business .business-box--graph {
  width: 1058px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1058px) {
  .business .business-box--graph {
    width: 92.2495274102vw;
  }
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph {
    margin: 0 auto 80px;
  }
}
.business .business-box--graph .graph-box {
  margin: 0 auto 30px;
  justify-content: space-between;
  align-items: center;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box {
    display: block;
    margin: 0 auto 52px;
  }
}
.business .business-box--graph .graph-box .company {
  width: 373px;
  padding: 54px 0;
  font-size: var(--fs-20);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #12B3C7;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1058px) {
  .business .business-box--graph .graph-box .company {
    width: 35.2551984877vw;
  }
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .company {
    width: 75.8974358974vw;
    margin: 0 auto 36.9230769231vw;
    padding: 32px 0;
    font-size: 4.1025641026vw;
  }
}
.business .business-box--graph .graph-box .company:after {
  content: "";
  display: block;
  width: 175px;
  height: 262px;
  margin: auto;
  background: url("../business/img/icn-arrow.png") left top/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -193px;
}
@media screen and (max-width: 1058px) {
  .business .business-box--graph .graph-box .company:after {
    width: 10.2513227513vw;
    height: 16.0052910053vw;
    right: -11.4417989418vw;
  }
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .company:after {
    width: 27.9487179487vw;
    height: 42.8205128205vw;
    transform: rotate(90deg);
    right: 0;
    left: 0;
    top: 42.0512820513vw;
  }
}
.business .business-box--graph .graph-box .cliant {
  width: 483px;
  padding: 40px 25px 25px;
  background: #ADD361;
  border-radius: 10px;
}
@media screen and (max-width: 1058px) {
  .business .business-box--graph .graph-box .cliant {
    width: 45.652173913vw;
  }
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant {
    width: 92.3076923077vw;
    padding: 40px 22px 15px;
  }
}
.business .business-box--graph .graph-box .cliant h4 {
  margin: 0 0 10px 15px;
  font-size: var(--fs-20);
  font-weight: 700;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant h4 {
    text-align: center;
  }
}
.business .business-box--graph .graph-box .cliant .cliant-box {
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant .cliant-box {
    justify-content: center;
  }
}
.business .business-box--graph .graph-box .cliant .cliant-box span {
  display: block;
  margin: 0 7.5px 15px;
  padding: 10px 15px;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant .cliant-box span {
    margin: 0 5px 10px;
  }
}
.business .business-box--graph .graph-box .cliant .cliant-box span.newline {
  margin: 0 15px 15px 7.5px;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant .cliant-box span.newline {
    margin: 0 5px 10px;
  }
}
.business .business-box--graph .graph-box .cliant .cliant-box span:last-of-type {
  background: none;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant .cliant-box span:last-of-type {
    width: 100%;
    text-align: center;
  }
}
.business .business-box--graph .graph-box .cliant .cliant-box span:last-of-type img {
  width: 47px;
}
@media only, screen and (max-width: 768px) {
  .business .business-box--graph .graph-box .cliant .cliant-box span:last-of-type img {
    transform: rotate(90deg);
  }
}
.business .business-box--example {
  padding: 40px;
  background: #88D9E3;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 320px) {
  .business .business-box--example {
    padding: 40px 0;
  }
}
.business .business-box--example:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 16px 38px 16px;
  border-color: transparent transparent #88D9E3 transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
}
.business .business-box--example h4 {
  margin: 0 0 20px;
  font-size: var(--fs-20);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.business .business-box--example p {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.business .business-box .btn-project {
  width: 726px;
  margin: 0 auto 98px;
}
@media screen and (max-width: 726px) {
  .business .business-box .btn-project {
    width: 87.1794871795vw;
    margin: 0 auto 50px;
  }
}
.business .business-box .btn-project h4 {
  margin: 0 0 5px;
  font-size: var(--fs-18);
  color: #E8AD61;
}
.business .business-box .btn-project h4:before {
  content: "";
  display: inline-block;
  width: 112px;
  height: 3px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: #E8AD61;
}
@media screen and (max-width: 726px) {
  .business .business-box .btn-project h4:before {
    width: 13.3333333333vw;
    font-size: 4.6153846154vw;
  }
}
.business .business-box .btn-project a {
  display: block;
  height: 101px;
  padding: 0 42px 0 0;
  font-size: var(--fs-29);
  font-weight: 700;
  line-height: 101px;
  color: #fff;
  text-decoration: none;
  text-align: right;
  background: url("../business/img/icn-btn.png") left 68px top -3px/178px auto no-repeat #E8AD61;
  border-radius: 10px;
  transition: background 0.3s;
}
@media screen and (max-width: 726px) {
  .business .business-box .btn-project a {
    height: 114px;
    padding: 0 5.1282051282vw 0 0;
    font-size: 5.1282051282vw;
    line-height: 114px;
    background: url("../business/img/icn-btn.png") left -7px top -3px/33.3333333333vw auto no-repeat #E8AD61;
  }
}
.business .business-box .btn-project a span {
  padding: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 726px) {
  .business .business-box .btn-project a span {
    padding: 0 9.7435897436vw 0 0;
  }
}
.business .business-box .btn-project a span:after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: auto;
  vertical-align: middle;
  background: url("../img/icn_arrow_white.png") left top/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: right 0.3s;
}
@media screen and (max-width: 726px) {
  .business .business-box .btn-project a span:after {
    width: 6.9230769231vw;
    height: 6.9230769231vw;
  }
}
.business .business-box .btn-project a:hover {
  background-color: #E8B779;
}
.business .business-box .btn-project a:hover span:after {
  right: -10px;
}

/* ---------------------------------------------------------------------- */
/* project */
/* ---------------------------------------------------------------------- */
.project .project-wrap {
  overflow: hidden;
}
.project .page-ttl {
  margin: 0 auto 44px;
  background: #E8AD61;
  position: relative;
  z-index: 2;
}
.project .page-ttl--box figure {
  width: 20.3703703704vw;
  max-width: 308px;
  position: absolute;
  top: 7.5396825397vw;
  right: 9.9206349206vw;
}
@media screen and (min-width: 1513px) {
  .project .page-ttl--box figure {
    top: 114px;
    right: 150px;
  }
}
@media only, screen and (max-width: 768px) {
  .project .page-ttl--box figure {
    width: 44.6153846154vw;
    max-width: inherit;
    top: 46.6666666667vw;
    right: 7.1794871795vw;
  }
}
.project .ttl-project {
  display: inline-block;
  margin: 0 0 30px;
  padding: 44px 40px;
  font-size: 3.0423280423vw;
  font-weight: 700;
  color: #fff;
  background: #12B3C7;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1513px) {
  .project .ttl-project {
    font-size: 46px;
  }
}
@media only, screen and (max-width: 768px) {
  .project .ttl-project {
    margin: 0 0 10px;
    padding: 30px 25px;
    font-size: 5.641025641vw;
  }
}
.project .ttl-project:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 11px 44px 11px 0;
  border-color: transparent #12B3C7 transparent transparent;
  position: absolute;
  left: -44px;
  bottom: 30px;
}
@media only, screen and (max-width: 768px) {
  .project .ttl-project span {
    display: block;
  }
}
.project .ttl-project span:before {
  content: "";
  display: inline-block;
  width: 15.3439153439vw;
  height: 59px;
  margin: 0 5px;
  vertical-align: text-top;
  border: solid 2px #fff;
}
@media only, screen and (max-width: 768px) {
  .project .ttl-project span:before {
    width: 33.5897435897vw;
    height: 36px;
    vertical-align: baseline;
  }
}
.project .ttl-project + div {
  width: 52.380952381vw;
  max-width: 792px;
  margin: 0 0 92px auto;
  padding: 30px;
  background: #E7F7F9;
  border-radius: 10px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .project .ttl-project + div {
    width: 83.0769230769vw;
    margin: 0 0 68px auto;
  }
}
.project .ttl-project + div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 11px 0 11px 44px;
  border-color: transparent transparent transparent #E7F7F9;
  position: absolute;
  right: -44px;
  bottom: 30px;
}
.project .ttl-project + div p {
  font-weight: 700;
  color: #12B3C7;
}
.project .project-01 {
  display: grid;
  grid-template-columns: 725px 1fr;
  grid-template-rows: 140px repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 860px;
  max-width: 860px;
  margin: 0 0 60px;
}
@media only, screen and (max-width: 768px) {
  .project .project-01 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-01 .project-01-ttl {
  grid-area: 1/1/2/2;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #ADD361;
}
.project .project-01 .project-01-ttl span {
  display: inline-block;
}
.project .project-01 .project-01-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #ADD361;
  overflow: hidden;
  vertical-align: middle;
}
@media only, screen and (max-width: 768px) {
  .project .project-01 .project-01-ttl span.box {
    margin: 10px 5px 0 0;
  }
}
.project .project-01 .project-01-img {
  grid-area: 1/2/3/3;
  width: 190px;
  margin: 0 0 0 30px;
}
@media only, screen and (max-width: 768px) {
  .project .project-01 .project-01-img {
    width: 30.5128205128vw;
    margin: 0 auto 10px;
  }
}
.project .project-01 .project-01-txt {
  grid-area: 2/1/3/2;
  text-align: justify;
}
@media only, screen and (max-width: 768px) {
  .project .project-01 .project-01-txt {
    width: 100%;
  }
}
.project .project-02 {
  display: grid;
  grid-template-columns: 1fr 725px;
  grid-template-rows: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 860px;
  margin: 0 0 60px auto;
}
@media only, screen and (max-width: 768px) {
  .project .project-02 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-02 .project-02-ttl {
  grid-area: 1/2/2/3;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #14A79D;
}
@media only, screen and (max-width: 768px) {
  .project .project-02 .project-02-ttl {
    letter-spacing: 0;
  }
}
.project .project-02 .project-02-ttl span {
  display: inline-block;
}
.project .project-02 .project-02-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #14A79D;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-02 .project-02-img {
  grid-area: 1/1/3/2;
  width: 98px;
  margin: 0 30px 0 0;
}
@media only, screen and (max-width: 768px) {
  .project .project-02 .project-02-img {
    width: 14.358974359vw;
    margin: 0 auto 10px;
  }
}
.project .project-02 .project-02-txt {
  grid-area: 2/2/3/3;
  text-align: justify;
}
.project .project-03 {
  display: grid;
  grid-template-columns: 725px 1fr;
  grid-template-rows: 140px repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 860px;
  margin: 0 0 120px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .project .project-03 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-03 .project-03-ttl {
  grid-area: 1/1/2/2;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .project .project-03 .project-03-ttl {
    letter-spacing: 0;
  }
}
.project .project-03 .project-03-ttl span {
  display: inline-block;
}
.project .project-03 .project-03-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #E8AD61;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-03 .project-03-img {
  grid-area: 1/2/3/3;
  width: 273px;
  margin: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .project .project-03 .project-03-img {
    width: 38.4615384615vw;
    margin: 0 auto 10px;
    position: static;
  }
}
.project .project-03 .project-03-txt {
  grid-area: 2/1/3/2;
  text-align: justify;
}
.project .project-04 {
  display: grid;
  grid-template-columns: 1fr 725px;
  grid-template-rows: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 860px;
  margin: 0 0 60px auto;
}
@media only, screen and (max-width: 768px) {
  .project .project-04 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-04 .project-04-ttl {
  grid-area: 1/2/2/3;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #12B3C7;
}
@media only, screen and (max-width: 768px) {
  .project .project-04 .project-04-ttl {
    letter-spacing: 0;
  }
}
.project .project-04 .project-04-ttl span {
  display: inline-block;
}
.project .project-04 .project-04-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #12B3C7;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-04 .project-04-img {
  grid-area: 1/1/3/2;
  width: 185px;
  margin: 0 30px 0 0;
}
@media only, screen and (max-width: 768px) {
  .project .project-04 .project-04-img {
    width: 29.7435897436vw;
    margin: 0 auto 10px;
  }
}
.project .project-04 .project-04-txt {
  grid-area: 2/2/3/3;
  text-align: justify;
}
.project .project-05 {
  display: grid;
  grid-template-columns: 725px 1fr;
  grid-template-rows: 180px repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 860px;
  margin: 0 0 60px;
}
@media only, screen and (max-width: 768px) {
  .project .project-05 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-05 .project-05-ttl {
  grid-area: 1/1/2/2;
  margin: 50px 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #ADD361;
}
@media only, screen and (max-width: 768px) {
  .project .project-05 .project-05-ttl {
    letter-spacing: 0;
  }
}
.project .project-05 .project-05-ttl span {
  display: inline-block;
}
.project .project-05 .project-05-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #ADD361;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-05 .project-05-img {
  grid-area: 1/2/3/3;
  width: 353px;
  margin: 0 0 0 30px;
}
@media only, screen and (max-width: 768px) {
  .project .project-05 .project-05-img {
    width: 45.1282051282vw;
    margin: 0 auto 10px;
  }
}
.project .project-05 .project-05-txt {
  grid-area: 2/1/3/2;
  text-align: justify;
}
.project .project-06 {
  display: grid;
  grid-template-columns: 1fr 725px;
  grid-template-rows: auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 860px;
  margin: 0 0 60px auto;
}
@media only, screen and (max-width: 768px) {
  .project .project-06 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-06 .project-06-ttl {
  grid-area: 1/2/2/3;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #14A79D;
}
@media only, screen and (max-width: 768px) {
  .project .project-06 .project-06-ttl {
    letter-spacing: 0;
  }
}
.project .project-06 .project-06-ttl span {
  display: inline-block;
}
.project .project-06 .project-06-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #14A79D;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-06 .project-06-img {
  grid-area: 1/1/3/2;
  width: 288px;
  margin: 0 30px 0 0;
}
@media only, screen and (max-width: 768px) {
  .project .project-06 .project-06-img {
    width: 43.5897435897vw;
    margin: 0 auto 10px;
  }
}
.project .project-06 .project-06-txt {
  grid-area: 2/2/3/3;
  text-align: justify;
}
.project .project-07 {
  display: grid;
  grid-template-columns: 725px 1fr;
  grid-template-rows: 130px repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 860px;
  margin: 0 0 60px;
}
@media only, screen and (max-width: 768px) {
  .project .project-07 {
    display: block;
    width: 92.3076923077vw;
    margin: -10px auto 60px;
  }
}
.project .project-07 .project-07-ttl {
  grid-area: 1/1/2/2;
  margin: 0 0 10px;
  font-size: var(--fs-26);
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .project .project-07 .project-07-ttl {
    letter-spacing: 0;
  }
}
.project .project-07 .project-07-ttl span {
  display: inline-block;
}
.project .project-07 .project-07-ttl span.box {
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: solid 2px #E8AD61;
  overflow: hidden;
  vertical-align: middle;
}
.project .project-07 .project-07-img {
  grid-area: 1/2/3/3;
  width: 212px;
  margin: 0 0 0 30px;
}
@media only, screen and (max-width: 768px) {
  .project .project-07 .project-07-img {
    width: 30.2564102564vw;
    margin: 0 auto 10px;
  }
}
.project .project-07 .project-07-txt {
  grid-area: 2/1/3/2;
  text-align: justify;
}

/* ---------------------------------------------------------------------- */
/* Interview */
/* ---------------------------------------------------------------------- */
.interview-top .page-ttl {
  width: 100%;
  height: 29.2328042328vw;
  max-height: 442px;
  background: none;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .interview-top .page-ttl {
    height: 82.0512820513vw;
    max-height: inherit;
    overflow-x: hidden;
  }
}
.interview-top .page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .interview-top .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.interview-top .page-ttl--box .ttl-second {
  color: #12B3C7;
}
.interview-top .page-ttl .ttl-l-to-r--inner {
  width: 46.4285714286vw;
  max-width: 702px;
  margin: 0;
  position: absolute;
  top: 102px;
  left: -30px;
}
@media only, screen and (max-width: 768px) {
  .interview-top .page-ttl .ttl-l-to-r--inner {
    width: 105.1282051282vw;
    top: 25.641025641vw;
    left: 10px;
  }
}
.interview-top--list {
  margin: 0 0 100px;
  padding: 6.4153439153vw 0 5.753968254vw;
  background: #12B3C7;
  border-radius: 60px;
  position: relative;
  top: -6.2169312169vw;
  z-index: 0;
}
@media screen and (min-width: 1513px) {
  .interview-top--list {
    padding: 97px 0 87px;
    top: -94px;
  }
}
@media only, screen and (max-width: 768px) {
  .interview-top--list {
    margin: 0 0 -15px;
    padding: 15.3846153846vw 0 16.9230769231vw;
    border-radius: 40px;
    top: -16.9230769231vw;
  }
}
.interview-top--list picture {
  width: 115.873015873vw;
  margin: auto;
  position: absolute;
  top: 11.9047619048vw;
  left: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list picture {
    width: 371.0256410256vw;
    top: 35.3846153846vw;
    left: -128.2051282051vw;
  }
}
.interview-top--list .txt-catch {
  width: 929px;
  margin: 0 auto 20px;
  font-size: var(--fs-30);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .interview-top--list .txt-catch {
    width: 92.3076923077vw;
  }
}
@media only, screen and (max-width: 768px) {
  .interview-top--list .txt-catch {
    width: 92.3076923077vw;
    margin: 0 auto 29.2307692308vw;
    font-size: 5.1282051282vw;
    text-align: center;
  }
}
.interview-top--list ul {
  width: 929px;
  margin: 0 auto;
  list-style: none;
  font-size: 0;
}
@media screen and (max-width: 930px) {
  .interview-top--list ul {
    width: 92.3076923077vw;
  }
}
.interview-top--list ul li {
  font-size: var(--fs-16);
}
.interview-top--list ul li a {
  align-items: center;
  margin: 0 auto 15px;
  padding: 2.3148148148vw 6.6137566138vw 2.3148148148vw 2.3148148148vw;
  text-decoration: none;
  background: #fff;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 930px) {
  .interview-top--list ul li a {
    padding: 2.3148148148vw 11.2433862434vw 2.3148148148vw 2.3148148148vw;
  }
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li a {
    display: block;
    margin: 0 auto 29.2307692308vw;
    padding: 20.5128205128vw 3.8461538462vw 7.6923076923vw 3.8461538462vw;
    border-radius: 20px;
  }
}
.interview-top--list ul li a figure {
  width: 134px;
  margin: 0 15px 0 0;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li a figure {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -23.5897435897vw;
  }
}
.interview-top--list ul li a h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.727;
  color: #7D7D7F;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li a h2 {
    font-size: 4.6153846154vw;
    text-align: center;
  }
}
.interview-top--list ul li a:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  margin: auto;
  background: url("../img/icn_arrow_blue02.png") left top/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 47px;
  transition: right 0.3s;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li a:after {
    content: none;
  }
}
.interview-top--list ul li a:hover:after {
  right: 37px;
}
.interview-top--list ul li a:hover figure {
  transform: scale(1.1, 1.1);
}
.interview-top--list ul li a p {
  margin: 0 0 5px;
  font-weight: 700;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li a p {
    font-size: var(--fs-14);
    text-align: center;
  }
}
.interview-top--list ul li:first-of-type a p {
  color: #E8AD61;
}
.interview-top--list ul li:nth-of-type(2) a p {
  color: #3E96D2;
}
.interview-top--list ul li:nth-of-type(3) a p {
  color: #DAC806;
}
.interview-top--list ul li:nth-of-type(4) a p {
  color: #14A79D;
}
.interview-top--list ul li:nth-of-type(5) a p {
  color: #ADD361;
}
@media only, screen and (max-width: 768px) {
  .interview-top--list ul li:last-of-type a {
    margin: 0 auto;
  }
}

.interview {
  margin: 70px 0 0;
}
.interview--ttl {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto 53px;
  position: relative;
}
.interview--ttl .ttl-l-to-r {
  position: relative;
  z-index: 1;
}
.interview--ttl .ttl-l-to-r--inner {
  width: 46.4285714286vw;
  max-width: 702px;
  height: 21.9576719577vw;
  max-height: 332px;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl .ttl-l-to-r--inner {
    width: 105.1282051282vw;
    height: 50.5128205128vw;
    top: 63.3333333333vw;
    left: 15px;
  }
}
.interview--ttl picture {
  width: 56.0846560847vw;
  max-width: 848px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl picture {
    width: 78.2051282051vw;
  }
}
.interview--ttl picture img {
  border-radius: 0 0 60px 60px;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl picture img {
    border-radius: 0 0 40px 40px;
  }
}
.interview--ttl-box {
  width: 72.7513227513vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl-box {
    width: 87.9487179487vw;
    padding: 78.9743589744vw 0 0;
  }
}
.interview--ttl-box .txt-page-ttl {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: var(--fs-30);
  font-weight: 400;
  color: #B7E8EE;
}
.interview--ttl-box h1 {
  display: inline;
  margin: 0 0 3.9682539683vw;
  font-size: 2.2486772487vw;
  font-weight: 700;
  color: #fff;
  line-height: 2.3;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl-box h1 {
    margin: 0 0 6.4102564103vw;
    font-size: 4.6153846154vw;
  }
}
.interview--ttl-box h1 span {
  display: inline;
  padding: 10px;
  background-image: linear-gradient(0deg, #12B3C7 66px, transparent 66px);
  background-size: 100% 70px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl-box h1 span {
    padding: 5px;
    background-image: linear-gradient(0deg, #12B3C7 76px, transparent 76px);
    background-size: 100% 63px;
  }
}
.interview--ttl-box .name {
  font-size: var(--fs-24);
  font-weight: 700;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl-box .name {
    display: inline-block;
    width: 3em;
    vertical-align: top;
  }
}
.interview--ttl-box .cat {
  font-size: var(--fs-14);
  font-weight: 400;
}
@media only, screen and (max-width: 768px) {
  .interview--ttl-box .cat {
    display: inline-block;
    width: calc(100% - 6em);
  }
}
.interview--detail {
  width: 726px;
  margin: 0 auto 95px;
}
@media only, screen and (max-width: 768px) {
  .interview--detail {
    width: 87.1794871795vw;
    margin: 0 auto 60px;
  }
}
.interview--detail h2 {
  margin: 0 0 3px;
  font-size: var(--fs-16);
  font-weight: 700;
  lne-height: 1;
  color: #12B3C7;
}
.interview--detail p {
  padding: 25px 0;
  line-height: 1.875;
  text-align: justify;
  border-top: solid 4px #12B3C7;
  border-bottom: solid 4px #12B3C7;
}
.interview section {
  width: 726px;
  margin: 0 auto 80px;
}
@media only, screen and (max-width: 820px) {
  .interview section {
    width: 87.1794871795vw;
    margin: 0 auto 70px;
  }
}
.interview section .ttl-04 {
  margin: 0 0 10px;
  font-size: var(--fs-16);
}
.interview section .ttl-04:before {
  width: 19px;
  height: 23px;
}
@media only, screen and (max-width: 768px) {
  .interview section .ttl-04:before {
    width: 21px;
    height: 25px;
  }
}
.interview section h2 {
  margin: 0 0 15px;
  font-size: var(--fs-24);
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .interview section h2 {
    font-size: var(--fs-20);
  }
}
.interview section p {
  text-align: justify;
  line-height: 1.875;
}
.interview .interview-box {
  width: 72.7513227513vw;
  max-width: 1100px;
  margin: 0 auto 80px;
  justify-content: space-between;
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .interview .interview-box {
    display: block;
    width: 87.1794871795vw;
  }
}
.interview .interview-box section {
  width: 35.6481481481vw;
  max-width: 539px;
  margin: 65px 0 0;
}
@media only, screen and (max-width: 820px) {
  .interview .interview-box section {
    width: 100%;
    max-width: inherit;
    margin: 0 0 40px;
  }
}
.interview .interview-box figure {
  width: 33.3994708995vw;
  max-width: 505px;
  position: relative;
  top: -20px;
}
@media only, screen and (max-width: 820px) {
  .interview .interview-box figure {
    width: 100%;
    max-width: inherit;
    top: 0;
  }
}

/* ---------------------------------------------------------------------- */
/* Voice */
/* ---------------------------------------------------------------------- */
.voice {
  position: relative;
}
.voice .page-ttl {
  width: 100%;
  height: 40.2116402116vw;
  max-height: 608px;
  background: none;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl {
    height: auto;
    max-height: inherit;
    margin: 0 0 60px;
    overflow-x: hidden;
  }
}
.voice .page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.voice .page-ttl--box .ttl-second {
  color: #12B3C7;
}
.voice .page-ttl figure {
  width: 42.8571428571vw;
  max-width: 648px;
  position: absolute;
  top: 118px;
  right: -46px;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl figure {
    width: 107.6923076923vw;
    top: 170px;
    right: -76px;
  }
}
.voice .page-ttl .ttl-l-to-r--inner {
  width: 46.4285714286vw;
  max-width: 702px;
  margin: 0;
  position: absolute;
  top: 102px;
  left: -30px;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl .ttl-l-to-r--inner {
    width: 105.1282051282vw;
    top: 25.641025641vw;
    left: 10px;
  }
}
.voice .page-ttl h2 {
  padding: 5.9523809524vw 0 0 7.5396825397vw;
  font-size: 3.0423280423vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #12B3C7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .voice .page-ttl h2 {
    padding: 157px 0 0 114px;
    font-size: 22px;
  }
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl h2 {
    padding: 58.9743589744vw 0 0 5.1282051282vw;
    font-size: 6.1538461538vw;
  }
}
.voice .page-ttl p {
  padding: 0 0 0 7.5396825397vw;
}
.voice .faq {
  margin: 0 0 6.4153439153vw;
  padding: 5.8862433862vw 0 6.3492063492vw;
  background: #FDFCED;
  border-radius: 60px;
}
@media screen and (min-width: 1513px) {
  .voice .faq {
    margin: 0 0 97px;
    padding: 89px 0 96px;
  }
}
@media only, screen and (max-width: 768px) {
  .voice .faq {
    padding: 15.3846153846vw 0 17.9487179487vw;
    border-radius: 40px;
  }
}
.voice .faq--box {
  width: 726px;
  margin: 0 auto;
}
@media only, screen and (max-width: 768px) {
  .voice .faq--box {
    width: 92.3076923077vw;
  }
}
.voice .faq dl {
  margin: 0 0 20px;
  position: relative;
  cursor: pointer;
}
.voice .faq dl:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl:after {
    width: 20px;
    height: 20px;
  }
}
.voice .faq dl dt {
  padding: 23px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 20px;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dt {
    border-radius: 10px;
  }
}
.voice .faq dl dt span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-28);
  font-weight: 700;
}
.voice .faq dl dt:before, .voice .faq dl dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #ccc;
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 1;
  transition: transform 0.5s;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dt:before, .voice .faq dl dt:after {
    width: 10px;
    height: 1px;
    right: 15px;
    bottom: 19px;
  }
}
.voice .faq dl dt:after {
  transform: rotate(-630deg);
}
.voice .faq dl dd {
  display: none;
  margin: 40px 0 0;
  padding: 40px 30px;
  background: #fff;
  border: solid 4px #ccc;
  border-radius: 20px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd {
    border-radius: 10px;
  }
}
.voice .faq dl dd:before, .voice .faq dl dd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
}
.voice .faq dl dd:before {
  border-width: 0 32px 42px 0;
  border-color: transparent transparent #ccc transparent;
  top: -42px;
  right: 170px;
  transform: skewX(15deg);
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd:before {
    right: 54px;
  }
}
.voice .faq dl dd:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 34px 0;
  border-color: transparent transparent #fff transparent;
  top: -28px;
  right: 169px;
  transform: skewX(15deg);
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd:after {
    right: 53px;
  }
}
.voice .faq dl dd p {
  margin: 0 0 1em;
  letter-spacing: 0.05em;
}
.voice .faq dl dd p span {
  font-weight: 700;
}
.voice .faq dl dd p:last-child {
  margin: 0;
}
.voice .faq dl dd .flex-box {
  margin: 0 0 1em;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd .flex-box {
    display: block;
    margin: 0;
  }
}
.voice .faq dl dd .flex-box p {
  margin: 0 1em 0 0;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd .flex-box p {
    margin: 0 0 1em;
  }
}
.voice .faq dl dd .flex-box:last-of-type {
  margin: 0;
}
.voice .faq dl.active {
  margin: 0 0 30px;
}
.voice .faq dl.active:after {
  background: #ccc;
}
.voice .faq dl.active dt:before {
  background: #fff !important;
  transform: rotate(-315deg);
}
.voice .faq dl.active dt:after {
  background: #fff !important;
  transform: rotate(135deg);
}
.voice .faq dl.active dd {
  display: block;
}
.voice .faq dl:first-of-type.active:after, .voice .faq dl:nth-of-type(6).active:after, .voice .faq dl:nth-of-type(11).active:after {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dt, .voice .faq dl:nth-of-type(6) dt, .voice .faq dl:nth-of-type(11) dt {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dt:before, .voice .faq dl:first-of-type dt:after, .voice .faq dl:nth-of-type(6) dt:before, .voice .faq dl:nth-of-type(6) dt:after, .voice .faq dl:nth-of-type(11) dt:before, .voice .faq dl:nth-of-type(11) dt:after {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dd, .voice .faq dl:nth-of-type(6) dd, .voice .faq dl:nth-of-type(11) dd {
  border: solid 4px #12B3C7;
}
.voice .faq dl:first-of-type dd:before, .voice .faq dl:nth-of-type(6) dd:before, .voice .faq dl:nth-of-type(11) dd:before {
  border-color: transparent transparent #12B3C7 transparent;
}
.voice .faq dl:first-of-type dd p span, .voice .faq dl:nth-of-type(6) dd p span, .voice .faq dl:nth-of-type(11) dd p span {
  color: #12B3C7;
}
.voice .faq dl:nth-of-type(2).active:after, .voice .faq dl:nth-of-type(7).active:after, .voice .faq dl:nth-of-type(12).active:after {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dt, .voice .faq dl:nth-of-type(7) dt, .voice .faq dl:nth-of-type(12) dt {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dt:before, .voice .faq dl:nth-of-type(2) dt:after, .voice .faq dl:nth-of-type(7) dt:before, .voice .faq dl:nth-of-type(7) dt:after, .voice .faq dl:nth-of-type(12) dt:before, .voice .faq dl:nth-of-type(12) dt:after {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dd, .voice .faq dl:nth-of-type(7) dd, .voice .faq dl:nth-of-type(12) dd {
  border: solid 4px #ADD361;
}
.voice .faq dl:nth-of-type(2) dd:before, .voice .faq dl:nth-of-type(7) dd:before, .voice .faq dl:nth-of-type(12) dd:before {
  border-color: transparent transparent #ADD361 transparent;
}
.voice .faq dl:nth-of-type(2) dd p span, .voice .faq dl:nth-of-type(7) dd p span, .voice .faq dl:nth-of-type(12) dd p span {
  color: #ADD361;
}
.voice .faq dl:nth-of-type(3).active:after, .voice .faq dl:nth-of-type(8).active:after, .voice .faq dl:nth-of-type(13).active:after {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dt, .voice .faq dl:nth-of-type(8) dt, .voice .faq dl:nth-of-type(13) dt {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dt:before, .voice .faq dl:nth-of-type(3) dt:after, .voice .faq dl:nth-of-type(8) dt:before, .voice .faq dl:nth-of-type(8) dt:after, .voice .faq dl:nth-of-type(13) dt:before, .voice .faq dl:nth-of-type(13) dt:after {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dd, .voice .faq dl:nth-of-type(8) dd, .voice .faq dl:nth-of-type(13) dd {
  border: solid 4px #3E96D2;
}
.voice .faq dl:nth-of-type(3) dd:before, .voice .faq dl:nth-of-type(8) dd:before, .voice .faq dl:nth-of-type(13) dd:before {
  border-color: transparent transparent #3E96D2 transparent;
}
.voice .faq dl:nth-of-type(3) dd p span, .voice .faq dl:nth-of-type(8) dd p span, .voice .faq dl:nth-of-type(13) dd p span {
  color: #3E96D2;
}
.voice .faq dl:nth-of-type(4).active:after, .voice .faq dl:nth-of-type(9).active:after, .voice .faq dl:nth-of-type(14).active:after {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dt, .voice .faq dl:nth-of-type(9) dt, .voice .faq dl:nth-of-type(14) dt {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dt:before, .voice .faq dl:nth-of-type(4) dt:after, .voice .faq dl:nth-of-type(9) dt:before, .voice .faq dl:nth-of-type(9) dt:after, .voice .faq dl:nth-of-type(14) dt:before, .voice .faq dl:nth-of-type(14) dt:after {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dd, .voice .faq dl:nth-of-type(9) dd, .voice .faq dl:nth-of-type(14) dd {
  border: solid 4px #E8AD61;
}
.voice .faq dl:nth-of-type(4) dd:before, .voice .faq dl:nth-of-type(9) dd:before, .voice .faq dl:nth-of-type(14) dd:before {
  border-color: transparent transparent #E8AD61 transparent;
}
.voice .faq dl:nth-of-type(4) dd p span, .voice .faq dl:nth-of-type(9) dd p span, .voice .faq dl:nth-of-type(14) dd p span {
  color: #E8AD61;
}
.voice .faq dl:nth-of-type(5).active:after, .voice .faq dl:nth-of-type(10).active:after, .voice .faq dl:nth-of-type(15).active:after {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dt, .voice .faq dl:nth-of-type(10) dt, .voice .faq dl:nth-of-type(15) dt {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dt:before, .voice .faq dl:nth-of-type(5) dt:after, .voice .faq dl:nth-of-type(10) dt:before, .voice .faq dl:nth-of-type(10) dt:after, .voice .faq dl:nth-of-type(15) dt:before, .voice .faq dl:nth-of-type(15) dt:after {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dd, .voice .faq dl:nth-of-type(10) dd, .voice .faq dl:nth-of-type(15) dd {
  border: solid 4px #14A79D;
}
.voice .faq dl:nth-of-type(5) dd:before, .voice .faq dl:nth-of-type(10) dd:before, .voice .faq dl:nth-of-type(15) dd:before {
  border-color: transparent transparent #14A79D transparent;
}
.voice .faq dl:nth-of-type(5) dd p span, .voice .faq dl:nth-of-type(10) dd p span, .voice .faq dl:nth-of-type(15) dd p span {
  color: #14A79D;
}

/* ---------------------------------------------------------------------- */
/* Voice */
/* ---------------------------------------------------------------------- */
.voice {
  position: relative;
}
.voice .page-ttl {
  width: 100%;
  height: 40.2116402116vw;
  max-height: 608px;
  background: none;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl {
    height: auto;
    max-height: inherit;
    margin: 0 0 60px;
    overflow-x: hidden;
  }
}
.voice .page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.voice .page-ttl--box .ttl-second {
  color: #12B3C7;
}
.voice .page-ttl figure {
  width: 42.8571428571vw;
  max-width: 648px;
  position: absolute;
  top: 118px;
  right: -46px;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl figure {
    width: 107.6923076923vw;
    top: 170px;
    right: -76px;
  }
}
.voice .page-ttl .ttl-l-to-r--inner {
  width: 46.4285714286vw;
  max-width: 702px;
  margin: 0;
  position: absolute;
  top: 102px;
  left: -30px;
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl .ttl-l-to-r--inner {
    width: 105.1282051282vw;
    top: 25.641025641vw;
    left: 10px;
  }
}
.voice .page-ttl h2 {
  padding: 5.9523809524vw 0 0 7.5396825397vw;
  font-size: 3.0423280423vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #12B3C7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .voice .page-ttl h2 {
    padding: 157px 0 0 114px;
    font-size: 22px;
  }
}
@media only, screen and (max-width: 768px) {
  .voice .page-ttl h2 {
    padding: 58.9743589744vw 0 0 5.1282051282vw;
    font-size: 6.1538461538vw;
  }
}
.voice .page-ttl p {
  padding: 0 0 0 7.5396825397vw;
}
.voice .faq {
  margin: 0 0 6.4153439153vw;
  padding: 5.8862433862vw 0 6.3492063492vw;
  background: #FDFCED;
  border-radius: 60px;
}
@media screen and (min-width: 1513px) {
  .voice .faq {
    margin: 0 0 97px;
    padding: 89px 0 96px;
  }
}
@media only, screen and (max-width: 768px) {
  .voice .faq {
    padding: 15.3846153846vw 0 17.9487179487vw;
    border-radius: 40px;
  }
}
.voice .faq--box {
  width: 726px;
  margin: 0 auto;
}
@media only, screen and (max-width: 768px) {
  .voice .faq--box {
    width: 92.3076923077vw;
  }
}
.voice .faq dl {
  margin: 0 0 20px;
  position: relative;
  cursor: pointer;
}
.voice .faq dl:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl:after {
    width: 20px;
    height: 20px;
  }
}
.voice .faq dl dt {
  padding: 23px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 20px;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dt {
    border-radius: 10px;
  }
}
.voice .faq dl dt span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fs-28);
  font-weight: 700;
}
.voice .faq dl dt:before, .voice .faq dl dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #ccc;
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 1;
  transition: transform 0.5s;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dt:before, .voice .faq dl dt:after {
    width: 10px;
    height: 1px;
    right: 15px;
    bottom: 19px;
  }
}
.voice .faq dl dt:after {
  transform: rotate(-630deg);
}
.voice .faq dl dd {
  display: none;
  margin: 40px 0 0;
  padding: 40px 30px;
  background: #fff;
  border: solid 4px #ccc;
  border-radius: 20px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd {
    border-radius: 10px;
  }
}
.voice .faq dl dd:before, .voice .faq dl dd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
}
.voice .faq dl dd:before {
  border-width: 0 32px 42px 0;
  border-color: transparent transparent #ccc transparent;
  top: -42px;
  right: 170px;
  transform: skewX(15deg);
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd:before {
    right: 54px;
  }
}
.voice .faq dl dd:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 34px 0;
  border-color: transparent transparent #fff transparent;
  top: -28px;
  right: 169px;
  transform: skewX(15deg);
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd:after {
    right: 53px;
  }
}
.voice .faq dl dd p {
  margin: 0 0 1em;
  letter-spacing: 0.05em;
}
.voice .faq dl dd p span {
  font-weight: 700;
}
.voice .faq dl dd p:last-child {
  margin: 0;
}
.voice .faq dl dd .flex-box {
  margin: 0 0 1em;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd .flex-box {
    display: block;
    margin: 0;
  }
}
.voice .faq dl dd .flex-box p {
  margin: 0 1em 0 0;
}
@media only, screen and (max-width: 768px) {
  .voice .faq dl dd .flex-box p {
    margin: 0 0 1em;
  }
}
.voice .faq dl dd .flex-box:last-of-type {
  margin: 0;
}
.voice .faq dl.active {
  margin: 0 0 30px;
}
.voice .faq dl.active:after {
  background: #ccc;
}
.voice .faq dl.active dt:before {
  background: #fff !important;
  transform: rotate(-315deg);
}
.voice .faq dl.active dt:after {
  background: #fff !important;
  transform: rotate(135deg);
}
.voice .faq dl.active dd {
  display: block;
}
.voice .faq dl:first-of-type.active:after, .voice .faq dl:nth-of-type(6).active:after, .voice .faq dl:nth-of-type(11).active:after {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dt, .voice .faq dl:nth-of-type(6) dt, .voice .faq dl:nth-of-type(11) dt {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dt:before, .voice .faq dl:first-of-type dt:after, .voice .faq dl:nth-of-type(6) dt:before, .voice .faq dl:nth-of-type(6) dt:after, .voice .faq dl:nth-of-type(11) dt:before, .voice .faq dl:nth-of-type(11) dt:after {
  background: #12B3C7;
}
.voice .faq dl:first-of-type dd, .voice .faq dl:nth-of-type(6) dd, .voice .faq dl:nth-of-type(11) dd {
  border: solid 4px #12B3C7;
}
.voice .faq dl:first-of-type dd:before, .voice .faq dl:nth-of-type(6) dd:before, .voice .faq dl:nth-of-type(11) dd:before {
  border-color: transparent transparent #12B3C7 transparent;
}
.voice .faq dl:first-of-type dd p span, .voice .faq dl:nth-of-type(6) dd p span, .voice .faq dl:nth-of-type(11) dd p span {
  color: #12B3C7;
}
.voice .faq dl:nth-of-type(2).active:after, .voice .faq dl:nth-of-type(7).active:after, .voice .faq dl:nth-of-type(12).active:after {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dt, .voice .faq dl:nth-of-type(7) dt, .voice .faq dl:nth-of-type(12) dt {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dt:before, .voice .faq dl:nth-of-type(2) dt:after, .voice .faq dl:nth-of-type(7) dt:before, .voice .faq dl:nth-of-type(7) dt:after, .voice .faq dl:nth-of-type(12) dt:before, .voice .faq dl:nth-of-type(12) dt:after {
  background: #ADD361;
}
.voice .faq dl:nth-of-type(2) dd, .voice .faq dl:nth-of-type(7) dd, .voice .faq dl:nth-of-type(12) dd {
  border: solid 4px #ADD361;
}
.voice .faq dl:nth-of-type(2) dd:before, .voice .faq dl:nth-of-type(7) dd:before, .voice .faq dl:nth-of-type(12) dd:before {
  border-color: transparent transparent #ADD361 transparent;
}
.voice .faq dl:nth-of-type(2) dd p span, .voice .faq dl:nth-of-type(7) dd p span, .voice .faq dl:nth-of-type(12) dd p span {
  color: #ADD361;
}
.voice .faq dl:nth-of-type(3).active:after, .voice .faq dl:nth-of-type(8).active:after, .voice .faq dl:nth-of-type(13).active:after {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dt, .voice .faq dl:nth-of-type(8) dt, .voice .faq dl:nth-of-type(13) dt {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dt:before, .voice .faq dl:nth-of-type(3) dt:after, .voice .faq dl:nth-of-type(8) dt:before, .voice .faq dl:nth-of-type(8) dt:after, .voice .faq dl:nth-of-type(13) dt:before, .voice .faq dl:nth-of-type(13) dt:after {
  background: #3E96D2;
}
.voice .faq dl:nth-of-type(3) dd, .voice .faq dl:nth-of-type(8) dd, .voice .faq dl:nth-of-type(13) dd {
  border: solid 4px #3E96D2;
}
.voice .faq dl:nth-of-type(3) dd:before, .voice .faq dl:nth-of-type(8) dd:before, .voice .faq dl:nth-of-type(13) dd:before {
  border-color: transparent transparent #3E96D2 transparent;
}
.voice .faq dl:nth-of-type(3) dd p span, .voice .faq dl:nth-of-type(8) dd p span, .voice .faq dl:nth-of-type(13) dd p span {
  color: #3E96D2;
}
.voice .faq dl:nth-of-type(4).active:after, .voice .faq dl:nth-of-type(9).active:after, .voice .faq dl:nth-of-type(14).active:after {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dt, .voice .faq dl:nth-of-type(9) dt, .voice .faq dl:nth-of-type(14) dt {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dt:before, .voice .faq dl:nth-of-type(4) dt:after, .voice .faq dl:nth-of-type(9) dt:before, .voice .faq dl:nth-of-type(9) dt:after, .voice .faq dl:nth-of-type(14) dt:before, .voice .faq dl:nth-of-type(14) dt:after {
  background: #E8AD61;
}
.voice .faq dl:nth-of-type(4) dd, .voice .faq dl:nth-of-type(9) dd, .voice .faq dl:nth-of-type(14) dd {
  border: solid 4px #E8AD61;
}
.voice .faq dl:nth-of-type(4) dd:before, .voice .faq dl:nth-of-type(9) dd:before, .voice .faq dl:nth-of-type(14) dd:before {
  border-color: transparent transparent #E8AD61 transparent;
}
.voice .faq dl:nth-of-type(4) dd p span, .voice .faq dl:nth-of-type(9) dd p span, .voice .faq dl:nth-of-type(14) dd p span {
  color: #E8AD61;
}
.voice .faq dl:nth-of-type(5).active:after, .voice .faq dl:nth-of-type(10).active:after, .voice .faq dl:nth-of-type(15).active:after {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dt, .voice .faq dl:nth-of-type(10) dt, .voice .faq dl:nth-of-type(15) dt {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dt:before, .voice .faq dl:nth-of-type(5) dt:after, .voice .faq dl:nth-of-type(10) dt:before, .voice .faq dl:nth-of-type(10) dt:after, .voice .faq dl:nth-of-type(15) dt:before, .voice .faq dl:nth-of-type(15) dt:after {
  background: #14A79D;
}
.voice .faq dl:nth-of-type(5) dd, .voice .faq dl:nth-of-type(10) dd, .voice .faq dl:nth-of-type(15) dd {
  border: solid 4px #14A79D;
}
.voice .faq dl:nth-of-type(5) dd:before, .voice .faq dl:nth-of-type(10) dd:before, .voice .faq dl:nth-of-type(15) dd:before {
  border-color: transparent transparent #14A79D transparent;
}
.voice .faq dl:nth-of-type(5) dd p span, .voice .faq dl:nth-of-type(10) dd p span, .voice .faq dl:nth-of-type(15) dd p span {
  color: #14A79D;
}

/* ---------------------------------------------------------------------- */
/* Training */
/* ---------------------------------------------------------------------- */
.training .page-ttl {
  width: 100%;
  margin: 0 0 63px;
  background: none;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .training .page-ttl {
    height: auto;
  }
}
.training .page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .training .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.training .page-ttl--box .ttl-second {
  color: #12B3C7;
}
@media only, screen and (max-width: 820px) {
  .training .page-ttl--box .ttl-second {
    padding: 17.6587301587vw 0 0 7.5396825397vw;
  }
}
@media only, screen and (max-width: 768px) {
  .training .page-ttl--box .ttl-second {
    padding: 37.6923076923vw 0 0 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}
@media only, screen and (max-width: 820px) {
  .training .page-ttl--box .ttl-second span {
    font-size: 10.2564102564vw;
  }
}
.training .page-ttl--box figure {
  width: 29.2328042328vw;
  max-width: 442px;
  position: absolute;
  top: 35px;
  right: 1.9841269841vw;
}
@media screen and (min-width: 1513px) {
  .training .page-ttl--box figure {
    right: 30px;
  }
}
@media only, screen and (max-width: 820px) {
  .training .page-ttl--box figure {
    right: -1.3227513228vw;
  }
}
@media only, screen and (max-width: 768px) {
  .training .page-ttl--box figure {
    width: 34.8717948718vw;
    top: 55px;
    right: -23px;
  }
}
.training .ttl-l-to-r--inner {
  width: 94.8412698413vw;
  max-width: 1434px;
  margin: auto;
  position: absolute;
  top: 17.1957671958vw;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .training .ttl-l-to-r--inner {
    top: 260px;
  }
}
@media only, screen and (max-width: 820px) {
  .training .ttl-l-to-r--inner {
    top: 11.2433862434vw;
  }
}
@media only, screen and (max-width: 768px) {
  .training .ttl-l-to-r--inner {
    width: 149.7435897436vw;
    top: 28.2051282051vw;
    left: -24.8717948718vw;
  }
}
.training--read {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto 7.9365079365vw;
  padding: 0 0 0 7.5396825397vw;
}
@media screen and (min-width: 1513px) {
  .training--read {
    margin: 0 auto 120px;
    padding: 0 0 0 114px;
  }
}
@media only, screen and (max-width: 820px) {
  .training--read {
    margin: 15.8536585366vw auto 14.6341463415vw;
  }
}
@media only, screen and (max-width: 768px) {
  .training--read {
    width: 87.1794871795vw;
    margin: 0 auto 60px;
    padding: 0;
  }
}
.training--read p {
  width: 55.5555555556vw;
  max-width: 840px;
  letter-spacing: 0.07em;
}
@media only, screen and (max-width: 820px) {
  .training--read p {
    width: 100%;
    max-width: inherit;
    text-align: justify;
  }
}
.training--section {
  padding: 85px 0 370px;
  background: #12B3C7;
}
@media only, screen and (max-width: 820px) {
  .training--section {
    padding: 85px 0 130px;
  }
}
.training--section h2 {
  margin: 0;
  font-size: var(--fs-38);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.training--section p {
  width: 46.9576719577vw;
  max-width: 710px;
  margin: 20px auto 0;
  font-size: var(--fs-16);
  color: #fff;
  text-align: justify;
}
@media only, screen and (max-width: 820px) {
  .training--section p {
    width: 87.1794871795vw;
    max-width: inherit;
    font-size: var(--fs-16);
  }
}
.training--box {
  width: 89.5502645503vw;
  max-width: 1354px;
  margin: -310px auto 0;
  padding: 5.9523809524vw 9.9206349206vw;
  background: #fff;
  border-radius: 60px;
}
@media only, screen and (max-width: 820px) {
  .training--box {
    width: 100%;
    max-width: inherit;
    margin: -100px auto 0;
    padding: 17.9487179487vw 6.4102564103vw 12.8205128205vw;
    border-radius: 40px;
  }
}
.training--box .flow {
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow {
    padding: 0 0 20px;
  }
}
.training--box .flow:before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background: #E7F7F9;
  position: absolute;
  left: 64px;
  top: 0;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow:before {
    left: 23px;
  }
}
.training--box .flow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 42px 0 42px;
  border-color: #E7F7F9 transparent transparent transparent;
  position: absolute;
  left: 34px;
  bottom: -10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow:after {
    border-width: 32px 32px 0 32px;
    left: 3px;
    bottom: -32px;
  }
}
.training--box .flow--ttl {
  margin: 0 0 40px;
  align-items: center;
  background: #88D9E3;
  border-radius: 153px;
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--ttl {
    display: block;
    border-radius: 20px;
  }
}
.training--box .flow--ttl p {
  display: flex;
  align-items: center;
  height: 153px;
  padding: 0 60px 0 203px;
  font-size: 1.0582010582vw;
  font-weight: 700;
  color: #fff;
  flex: 1;
}
@media screen and (min-width: 1513px) {
  .training--box .flow--ttl p {
    font-size: 16px;
  }
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--ttl p {
    display: block;
    height: inherit;
    padding: 40px 25px 25px;
    font-size: 14px;
    line-height: 2.143;
  }
}
.training--box .flow--ttl p.icn {
  display: block;
  width: 153px;
  height: 153px;
  padding: 0;
  font-size: 1.8518518519vw;
  color: #fff;
  text-align: center;
  line-height: 153px;
  background: #12B3C7;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1513px) {
  .training--box .flow--ttl p.icn {
    font-size: 28px;
  }
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--ttl p.icn {
    width: 140px;
    height: 56px;
    padding: 0 0 0 25px;
    font-size: 20px;
    text-align: left;
    line-height: 56px;
    border-radius: 20px 40px 40px 0;
    top: -30px;
  }
}
.training--box .flow--ttl p.icn:before {
  content: none;
}
.training--box .flow--inner {
  margin: 0 10.582010582vw;
  padding: 0 0 4.2989417989vw;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--inner {
    margin: 0 0 55px;
    padding: 0 0 0 35px;
  }
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--inner:last-of-type {
    margin: 0;
  }
}
@media only, screen and (max-width: 820px) {
  .training--box .flow--inner.carrer-up {
    padding: 0;
  }
}
.training--box .flow .training-flow {
  display: grid;
  grid-template-columns: 34.9867724868vw 10.119047619vw;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.9100529101vw;
  grid-row-gap: 1.3227513228vw;
  font-size: var(--fs-18);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1513px) {
  .training--box .flow .training-flow {
    grid-template-columns: 529px 153px;
    grid-column-gap: 44px;
    grid-row-gap: 20px;
  }
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow {
    display: block;
    margin: 0 0 0 30px;
  }
}
.training--box .flow .training-flow .training-flow--step1 {
  grid-area: 1/1/2/2;
  padding: 20px;
  background: #E8AD61;
  border-radius: 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step1 {
    margin: 0 0 10px;
    padding: 15px 15px;
  }
}
.training--box .flow .training-flow .training-flow--step1 p {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step1 p {
    font-size: 16px;
  }
}
.training--box .flow .training-flow .training-flow--step1 .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step1 .flex-box {
    justify-content: flex-start;
  }
}
.training--box .flow .training-flow .training-flow--step1 .flex-box p {
  flex: 1;
  margin: 0 0 10px 10px;
  padding: 12px 0;
  color: #E8AD61;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step1 .flex-box p {
    flex: inherit;
    margin: 0 10px 10px 0;
    padding: 5px 8px;
    font-size: 14px;
  }
}
.training--box .flow .training-flow .training-flow--step1 .flex-box p:first-child {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step1 .flex-box p:first-child {
    margin: 0 10px 10px 0;
  }
}
.training--box .flow .training-flow .training-flow--step2 {
  grid-area: 2/1/3/2;
  padding: 20px;
  background: #ADD361;
  border-radius: 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step2 {
    margin: 0 0 40px;
    padding: 15px 15px;
  }
}
.training--box .flow .training-flow .training-flow--step2 p {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step2 p {
    font-size: 16px;
  }
}
.training--box .flow .training-flow .training-flow--step2 .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step2 .flex-box {
    justify-content: flex-start;
  }
}
.training--box .flow .training-flow .training-flow--step2 .flex-box p {
  flex: 1;
  margin: 0 0 10px 10px;
  padding: 12px 0;
  color: #ADD361;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step2 .flex-box p {
    flex: inherit;
    margin: 0 10px 10px 0;
    padding: 5px 8px;
    font-size: 14px;
  }
}
.training--box .flow .training-flow .training-flow--step2 .flex-box p:first-child {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step2 .flex-box p:first-child {
    margin: 0 10px 10px 0;
  }
}
.training--box .flow .training-flow .training-flow--step3 {
  grid-area: 1/2/3/3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-18);
  font-weight: 700;
  color: #fff;
  background: #14A79D;
  border-radius: 10px;
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step3 {
    display: block;
    padding: 20px;
    font-size: 16px;
  }
}
.training--box .flow .training-flow .training-flow--step3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
}
@media only, screen and (max-width: 820px) {
  .training--box .flow .training-flow .training-flow--step3:before {
    border-width: 16px 16px 0 16px;
    border-color: #D9D9D9 transparent transparent transparent;
    bottom: inherit;
    left: 37px;
    top: -26px;
  }
}
.training--box h3 {
  margin: 0 0 10px;
  font-size: var(--fs-28);
  font-weight: 700;
  color: #12B3C7;
  position: relative;
}
.training--box h3:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 32px;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
  vertical-align: text-top;
  background: url("../training/img/icn-book.png") left top/100% auto no-repeat;
}
.training--box h4 {
  margin: 0;
  padding: 0;
  font-size: var(--fs-18);
  font-weight: 700;
  color: #12B3C7;
}
@media only, screen and (max-width: 820px) {
  .training--box h4 {
    margin: 0 0 0 30px;
  }
}
.training--box h4:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  margin: 0 10px 0 0;
  background: url("../training/img/icn-check.png") left top/100% auto no-repeat;
}
.training--box h4 + p {
  margin: 0 0 30px;
}
@media only, screen and (max-width: 820px) {
  .training--box h4 + p {
    margin: 0 0 30px 30px;
  }
}
.training--box ul {
  margin: 0 0 50px;
  list-style: none;
  font-size: 0;
}
.training--box ul li {
  margin: 0 0 10px 31px;
  font-size: var(--fs-16);
  text-indent: -31px;
}
.training--box ul li:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  margin: 0 10px 0 0;
  background: url("../training/img/icn-check.png") left top/100% auto no-repeat;
}
.training--box .organization {
  width: 766px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 820px) {
  .training--box .organization {
    display: block;
    width: 100%;
  }
}
.training--box .organization--ttl {
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 0 9px;
  font-size: var(--fs-28);
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #EBDE50;
}
@media only, screen and (max-width: 820px) {
  .training--box .organization--ttl {
    font-size: var(--fs-18);
  }
}
.training--box .organization--ttl:before {
  content: none;
}
.training--box .organization div {
  width: 353px;
}
@media only, screen and (max-width: 820px) {
  .training--box .organization div {
    width: 100%;
    margin: 0 0 50px;
  }
}
.training--box .organization div p {
  margin: 0 0 20px;
  font-size: var(--fs-14);
  line-height: 2.143;
  text-align: justify;
}
.training--box .organization div figure {
  width: 174px;
  margin: 0 auto;
}
.training--box .organization div:last-of-type {
  position: relative;
}
.training--box .organization div:last-of-type figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media only, screen and (max-width: 820px) {
  .training--box .organization div:last-of-type figure {
    position: static;
  }
}

/* ---------------------------------------------------------------------- */
/* Workstyle */
/* ---------------------------------------------------------------------- */
.workstyle .page-ttl {
  width: 100%;
  margin: 0 0 63px;
  background: none;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .workstyle .page-ttl {
    height: auto;
    margin: 0 0 42px;
  }
}
.workstyle .page-ttl--box {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .workstyle .page-ttl--box {
    width: 100%;
    max-width: inherit;
  }
}
.workstyle .page-ttl--box .ttl-second {
  color: #12B3C7;
}
@media only, screen and (max-width: 820px) {
  .workstyle .page-ttl--box .ttl-second {
    padding: 17.6587301587vw 0 0 7.5396825397vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .page-ttl--box .ttl-second {
    padding: 37.6923076923vw 0 0 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}
@media only, screen and (max-width: 820px) {
  .workstyle .page-ttl--box .ttl-second span {
    font-size: 10.2564102564vw;
  }
}
.workstyle .page-ttl--box figure {
  width: 29.2328042328vw;
  max-width: 442px;
  position: absolute;
  top: 35px;
  right: 1.9841269841vw;
}
@media screen and (min-width: 1513px) {
  .workstyle .page-ttl--box figure {
    right: 30px;
  }
}
@media only, screen and (max-width: 820px) {
  .workstyle .page-ttl--box figure {
    right: -1.3227513228vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .page-ttl--box figure {
    width: 37.9487179487vw;
    top: 55px;
    right: -23px;
  }
}
.workstyle .ttl-l-to-r--inner {
  width: 94.8412698413vw;
  max-width: 1434px;
  margin: auto;
  position: absolute;
  top: 17.1957671958vw;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .workstyle .ttl-l-to-r--inner {
    top: 260px;
  }
}
@media only, screen and (max-width: 820px) {
  .workstyle .ttl-l-to-r--inner {
    top: 11.2433862434vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .ttl-l-to-r--inner {
    width: 149.7435897436vw;
    top: 28.2051282051vw;
    left: -24.8717948718vw;
  }
}
.workstyle--read {
  width: 91.6005291005vw;
  max-width: 1385px;
  margin: 0 auto 7.9365079365vw;
  padding: 0 0 0 7.5396825397vw;
}
@media screen and (min-width: 1513px) {
  .workstyle--read {
    margin: 0 auto 120px;
    padding: 0 0 0 114px;
  }
}
@media only, screen and (max-width: 820px) {
  .workstyle--read {
    margin: 15.8536585366vw auto 14.6341463415vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--read {
    width: 87.1794871795vw;
    margin: 0 auto 60px;
    padding: 0;
  }
}
.workstyle--read p {
  width: 55.5555555556vw;
  max-width: 840px;
  letter-spacing: 0.07em;
}
@media only, screen and (max-width: 820px) {
  .workstyle--read p {
    width: 100%;
    max-width: inherit;
    text-align: justify;
  }
}
.workstyle--box {
  padding: 95px 0 226px;
  background: #12B3C7;
  border-radius: 60px 60px 0 0;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box {
    padding: 80px 0 190px;
    border-radius: 40px 40px 0 0;
  }
}
.workstyle--box:last-of-type {
  padding: 95px 0 130px;
}
.workstyle--box .line-l-to-r--inner {
  width: 46.4285714286vw;
  margin: 0;
  position: absolute;
  left: 4.2328042328vw;
  top: 4.2328042328vw;
}
@media screen and (min-width: 1513px) {
  .workstyle--box .line-l-to-r--inner {
    width: 702px;
    left: 64px;
    top: 64px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .line-l-to-r--inner {
    width: 91.2820512821vw;
    left: -10.2564102564vw;
    top: 12.8205128205vw;
  }
}
.workstyle--box h2 {
  width: calc(100% - 400px);
  margin: 0 auto 4.6296296296vw;
  font-size: 5.291005291vw;
  font-weight: 700;
  line-height: 1.3;
  color: #88D9E3;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1513px) {
  .workstyle--box h2 {
    margin: 0 auto 70px;
    font-size: 80px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box h2 {
    width: 87.1794871795vw;
    margin: 0 auto 7.6923076923vw;
    font-size: 10.2564102564vw;
  }
}
.workstyle--box .inner {
  width: 726px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner {
    width: 87.1794871795vw;
  }
}
.workstyle--box .inner h3 {
  margin: 0 0 10px;
  font-size: 1.8518518519vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1513px) {
  .workstyle--box .inner h3 {
    font-size: 28px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner h3 {
    font-size: 5.641025641vw;
  }
}
.workstyle--box .inner h3 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.6296296296vw;
  font-weight: 400;
  line-height: 1;
  color: #88D9E3;
}
@media screen and (min-width: 1513px) {
  .workstyle--box .inner h3 span {
    font-size: 70px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner h3 span {
    font-size: 12.8205128205vw;
  }
}
.workstyle--box .inner p {
  margin: 0 0 30px;
  font-size: var(--fs-16);
  line-height: 1.875;
  color: #fff;
  text-align: justify;
}
.workstyle--box .inner p.icn-etc {
  width: 44px;
  transform: rotate(90deg);
  margin: 20px auto;
}
.workstyle--box .inner .stepup01,
.workstyle--box .inner .stepup02,
.workstyle--box .inner .stepup03 {
  margin: 0 0 40px;
  padding: 25px 30px 15px;
  position: relative;
}
.workstyle--box .inner .stepup01:before,
.workstyle--box .inner .stepup02:before,
.workstyle--box .inner .stepup03:before {
  content: "";
  display: block;
  width: 62px;
  height: 72px;
  position: absolute;
  top: -18px;
  left: -28px;
}
.workstyle--box .inner .stepup01:after,
.workstyle--box .inner .stepup02:after,
.workstyle--box .inner .stepup03:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #88D9E3 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
}
.workstyle--box .inner .stepup01 .flex-box,
.workstyle--box .inner .stepup02 .flex-box,
.workstyle--box .inner .stepup03 .flex-box {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.workstyle--box .inner .stepup01 .flex-box p,
.workstyle--box .inner .stepup02 .flex-box p,
.workstyle--box .inner .stepup03 .flex-box p {
  margin: 0 5px 10px;
  padding: 10px 20px;
  font-size: var(--fs-14);
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner .stepup01 .flex-box p,
.workstyle--box .inner .stepup02 .flex-box p,
.workstyle--box .inner .stepup03 .flex-box p {
    padding: 10px;
  }
}
.workstyle--box .inner .stepup01 {
  background: #F3D6AF;
}
.workstyle--box .inner .stepup01:before {
  background: url("../workstyle/img/icn-orange.png") left top/100% auto no-repeat;
}
.workstyle--box .inner .stepup01 .flex-box p {
  color: #E8AD61;
}
.workstyle--box .inner .stepup02 {
  background: #D6E9B0;
}
.workstyle--box .inner .stepup02:before {
  background: url("../workstyle/img/icn-green.png") left top/100% auto no-repeat;
}
.workstyle--box .inner .stepup02 .flex-box p {
  color: #ADD361;
}
.workstyle--box .inner .stepup03 {
  margin: 0 0 90px;
  background: #9ECAE8;
}
.workstyle--box .inner .stepup03:before {
  background: url("../workstyle/img/icn-blue.png") left top/100% auto no-repeat;
}
.workstyle--box .inner .stepup03:after {
  content: none;
}
.workstyle--box .inner .stepup03 .flex-box p {
  color: #3E96D2;
}
.workstyle--box .inner .itc {
  margin: 0 auto;
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner .itc {
    display: block;
  }
}
.workstyle--box .inner .itc figure {
  width: 354px;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner .itc figure {
    width: 208px;
    margin: 0 auto 30px;
  }
}
.workstyle--box .inner .itc div {
  width: 303px;
  padding: 30px 30px 20px;
  background: #fff;
  border-radius: 30px;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner .itc div {
    margin: 0 auto;
    border-radius: 10px;
  }
}
.workstyle--box .inner .itc div h4 {
  margin: 0 0 15px;
  font-size: var(--fs-18);
  color: #12B3C7;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box .inner .itc div h4 {
    margin: 0 0 10px;
  }
}
.workstyle--box .inner .itc div p {
  margin: 0;
  font-size: var(--fs-12);
  line-height: 2.167;
  letter-spacing: 0.05em;
  color: #7D7D7F;
}
.workstyle--box-w {
  margin: 0 0 -97px;
  padding: 95px 0 120px;
  background: #fff;
  border-radius: 60px 60px 0 0;
  top: -97px;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w {
    border-radius: 40px 40px 0 0;
    top: -87px;
  }
}
.workstyle--box-w h2 {
  margin: 0 auto 4.6296296296vw;
}
@media screen and (min-width: 1513px) {
  .workstyle--box-w h2 {
    margin: 0 auto 70px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w h2 {
    margin: 0 auto 7.6923076923vw;
  }
}
.workstyle--box-w .inner p {
  margin: 0 0 40px;
  color: #7D7D7F;
  font-size: var(--fs-16);
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner p {
    font-size: var(--fs-14);
  }
}
.workstyle--box-w .inner p.att {
  margin: 0 0 20px;
  font-size: var(--fs-14);
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner p.att {
    font-size: var(--fs-13);
  }
}
.workstyle--box-w .inner .flex-box {
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box {
    display: block;
    position: relative;
    height: 100vw;
  }
}
.workstyle--box-w .inner .flex-box div {
  width: 216px;
  height: 256px;
  padding: 80px 0 0 34px;
  background: url("../workstyle/img/icn-bg.png") left top/100% auto no-repeat;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div {
    width: 44.358974359vw;
    height: 52.5641025641vw;
    padding: 15.3846153846vw 0 0 7.6923076923vw;
    position: absolute;
  }
}
@media screen and (max-width: 320px) {
  .workstyle--box-w .inner .flex-box div {
    width: 46.1538461538vw;
    height: 54.358974359vw;
  }
}
.workstyle--box-w .inner .flex-box div p {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #12B3C7;
  line-height: 1.5;
}
@incldue iPhone {
  .workstyle--box-w .inner .flex-box div p {
    font-size: 4.1025641026vw;
  }
}
.workstyle--box-w .inner .flex-box div p span {
  font-size: 26px;
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div p span {
    font-size: 5.1282051282vw;
  }
}
.workstyle--box-w .inner .flex-box div p:last-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #7D7D7F;
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div p:last-of-type {
    font-size: 3.0769230769vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div:first-of-type {
    top: 0;
    left: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div:nth-of-type(2) {
    top: 17.9487179487vw;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .workstyle--box-w .inner .flex-box div:nth-of-type(2) {
    top: 20.5128205128vw;
    right: -1.2820512821vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle--box-w .inner .flex-box div:last-of-type {
    top: 52.5641025641vw;
    left: 1.2820512821vw;
  }
}
@media screen and (max-width: 320px) {
  .workstyle--box-w .inner .flex-box div:last-of-type {
    top: 55.1282051282vw;
    left: -1.2820512821vw;
  }
}

/* ---------------------------------------------------------------------- */
/* recruit */
/* ---------------------------------------------------------------------- */
.recruit .page-ttl {
  margin: 0 0 70px;
  background: #E7F7F9;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .recruit .page-ttl {
    height: 68.75vw;
    margin: 0 0 20px;
  }
}
.recruit .page-ttl--box h1 {
  padding: 10.4497354497vw 0 0;
  color: #12B3C7;
  text-align: center;
}
@media screen and (min-width: 1513px) {
  .recruit .page-ttl--box h1 {
    padding: 158px 0 0;
  }
}
@media only, screen and (max-width: 768px) {
  .recruit .page-ttl--box h1 {
    padding: 31.9010416667vw 0 0;
  }
}
.recruit--wrapper {
  width: 729px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 768px) {
  .recruit--wrapper {
    width: 87.1794871795vw;
  }
}
.recruit--wrapper .ttl-recruit {
  width: 248px;
  height: 132px;
  margin: 0 0 40px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .recruit--wrapper .ttl-recruit {
    width: 186px;
    height: 100px;
    margin: 0 0 5px;
  }
}
.recruit--wrapper .ttl-recruit h2 {
  padding: 43px 0 0;
  font-size: var(--fs-28);
  font-weight: 700;
  text-align: center;
  color: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  .recruit--wrapper .ttl-recruit h2 {
    padding: 35px 0 0;
    font-size: 20px;
  }
}
.recruit--wrapper .ttl-recruit svg {
  position: absolute;
  left: 0;
  top: 0;
}
.recruit--wrapper .ttl-recruit.go-on #mask-wrap #ttl-circle-line,
.recruit--wrapper .ttl-recruit.go-on #mask-wrap #ttl-circle-line02,
.recruit--wrapper .ttl-recruit.go-on #mask-wrap02 #ttl-circle-line,
.recruit--wrapper .ttl-recruit.go-on #mask-wrap02 #ttl-circle-line02 {
  animation: ttl_line_ani 1.2s forwards;
}
.recruit #ttl-circle {
  fill: #ebde50;
  mask: url(#mask-wrap);
}
.recruit #ttl-circle02 {
  fill: #ebde50;
  mask: url(#mask-wrap02);
}
.recruit #ttl-circle-line,
.recruit #ttl-circle-line02 {
  fill: none;
  stroke: #EBDE50;
  stroke-width: 5px;
  stroke-dasharray: 729px;
  stroke-dashoffset: 729px;
}
@keyframes ttl_line_ani {
  0% {
    stroke-dashoffset: 729px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.recruit .recruit-flow {
  margin: 0 0 5.291005291vw;
  border-collapse: collapse;
}
@media screen and (min-width: 1513px) {
  .recruit .recruit-flow {
    margin: 0 0 80px;
  }
}
.recruit .recruit-flow tr th {
  padding: 0 10px 40px 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: var(--fs-30);
  font-weight: 400;
  color: #D8D8D8;
  vertical-align: top;
  text-align: left;
}
@media only, screen and (max-width: 768px) {
  .recruit .recruit-flow tr th {
    padding: 0 10px 20px 0;
  }
}
.recruit .recruit-flow tr td {
  padding: 0 0 40px;
  font-size: var(--fs-14);
}
@media only, screen and (max-width: 768px) {
  .recruit .recruit-flow tr td {
    padding: 5px 0 20px;
  }
}
.recruit .recruit-flow tr td h3 {
  font-size: var(--fs-22);
  font-weight: 700;
  color: #12B3C7;
}
.recruit .recruit-flow tr td .flex-box {
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .recruit .recruit-flow tr td .flex-box {
    display: block;
  }
}
.recruit .recruit-flow tr td .flex-box .btn-entry {
  display: block;
  width: 282px;
  height: 58px;
  min-height: inherit;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  border: solid 1px #00AAEB;
  position: relative;
  top: 0;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .recruit .recruit-flow tr td .flex-box .btn-entry {
    width: 212px;
    height: 44px;
    margin: 5px 0 0;
  }
}
.recruit .recruit-flow tr td .flex-box .btn-entry img {
  opacity: 1;
  transition: opacity 0.3s;
}
.recruit .recruit-flow tr td .flex-box .btn-entry:before, .recruit .recruit-flow tr td .flex-box .btn-entry:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #D8D8D8;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
}
@media only, screen and (max-width: 768px) {
  .recruit .recruit-flow tr td .flex-box .btn-entry:before, .recruit .recruit-flow tr td .flex-box .btn-entry:after {
    content: none;
  }
}
.recruit .recruit-flow tr td .flex-box .btn-entry:before {
  left: -74px;
}
.recruit .recruit-flow tr td .flex-box .btn-entry:after {
  left: -40px;
}
.recruit .recruit-flow tr td .flex-box .btn-entry:hover img {
  opacity: 0.7;
}
.recruit .recruit-flow tr:last-of-type th {
  padding: 0;
}
.recruit .recruit-flow tr:last-of-type td {
  padding: 5px 0 0;
}
.recruit dl {
  margin: 0 0 20px;
  border: solid 2px #12B3C7;
  cursor: pointer;
}
.recruit dl dt {
  padding: 20px;
  font-size: var(--fs-22);
  font-weight: 700;
  color: #12B3C7;
  background: #E7F7F9;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dt {
    padding: 13px 20px;
    font-size: 18px;
  }
}
.recruit dl dt:before, .recruit dl dt:after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #12B3C7;
  position: absolute;
  right: 20px;
  top: 39px;
  z-index: 1;
  transition: transform 0.5s;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dt:before, .recruit dl dt:after {
    width: 23px;
    height: 2px;
    right: 20px;
    top: 29px;
  }
}
.recruit dl dt:after {
  transform: rotate(-630deg);
}
.recruit dl dd {
  display: none;
  padding: 30px;
  font-size: var(--fs-14);
}
.recruit dl dd .recruit-data {
  border-collapse: collapse;
}
.recruit dl dd .recruit-data tr th {
  width: 8em;
  padding: 40px 0;
  font-size: var(--fs-18);
  font-weight: 700;
  color: #12B3C7;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #D8D8D8;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
.recruit dl dd .recruit-data tr th span {
  display: block;
  font-size: var(--fs-14);
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr th span {
    display: inline-block;
    margin: 0 0 0 0.5em;
  }
}
.recruit dl dd .recruit-data tr td {
  padding: 40px 0;
  font-size: var(--fs-14);
  border-bottom: solid 1px #D8D8D8;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
}
.recruit dl dd .recruit-data tr td .txt-indent {
  display: inline-block;
  padding: 0 0 0 1.25em;
  text-indent: -1.25em;
}
.recruit dl dd .recruit-data tr:first-of-type th {
  padding: 0 0 40px;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr:first-of-type th {
    padding: 0;
  }
}
.recruit dl dd .recruit-data tr:first-of-type td {
  padding: 0 0 40px;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr:first-of-type td {
    padding: 0 0 20px;
  }
}
.recruit dl dd .recruit-data tr:last-of-type th {
  padding: 40px 0;
  border-bottom: none;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr:last-of-type th {
    padding: 20px 0 0;
  }
}
.recruit dl dd .recruit-data tr:last-of-type td {
  padding: 40px 0;
  border-bottom: none;
}
@media only, screen and (max-width: 768px) {
  .recruit dl dd .recruit-data tr:last-of-type td {
    padding: 0;
  }
}
.recruit dl.active dt:before {
  transform: rotate(-315deg);
}
.recruit dl.active dt:after {
  transform: rotate(135deg);
}
.recruit dl.active dd {
  display: block;
}

/* ---------------------------------------------------------------------- */
/* Data */
/* ---------------------------------------------------------------------- */
.data {
  /*./data--box*/
}
.data .page-ttl {
  background: #14A79D;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
@media only, screen and (max-width: 820px) {
  .data .page-ttl {
    height: inherit;
    padding: 0 0 70px;
  }
}
@media only, screen and (max-width: 768px) {
  .data .page-ttl {
    height: 102.5641025641vw;
  }
}
.data .page-ttl--box figure {
  width: 9.9206349206vw;
  max-width: 150px;
  position: absolute;
  top: 6.0846560847vw;
  right: 13.6243386243vw;
}
@media screen and (min-width: 1513px) {
  .data .page-ttl--box figure {
    top: 92px;
    right: 206px;
  }
}
@media only, screen and (max-width: 768px) {
  .data .page-ttl--box figure {
    width: 33.8461538462vw;
    max-width: inherit;
    top: 44.6153846154vw;
    right: 6.4102564103vw;
  }
}
.data .page-ttl--box h1 {
  color: #fff;
}
.data .page-ttl .ttl-l-to-r--inner {
  top: 52px;
}
.data--wrapper {
  margin: 0 0 15px;
  padding: 160px 0 100px;
  background: #FDFCED;
  position: relative;
  top: -60px;
}
@media only, screen and (max-width: 820px) {
  .data--wrapper {
    padding: 80px 0 100px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--wrapper {
    margin: 0 0 23px;
    padding: 90px 0 110px;
  }
}
.data--box {
  width: 1099px;
  margin: 0 auto;
}
@media only, screen and (max-width: 820px) {
  .data--box {
    width: 92.3076923077vw;
  }
}
.data--box h2 {
  margin: 0 0 40px;
  font-size: var(--fs-46);
  font-weight: 700;
  line-height: 1.17;
  color: #14A79D;
}
@media only, screen and (max-width: 820px) {
  .data--box h2 {
    font-size: 5.641025641vw;
    text-align: center;
  }
}
.data--box .flex-box {
  justify-content: space-between;
}
@media only, screen and (max-width: 820px) {
  .data--box .flex-box {
    display: block;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .flex-box.last-box {
    display: flex;
  }
}
.data--box .data-item {
  margin: 0 0 20px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-item {
    padding: 7.6923076923vw 0;
  }
}
.data--box .data-item .flex-box {
  justify-content: space-between;
  align-items: center;
}
.data--box .data-item h3 {
  font-size: var(--fs-26);
  font-weight: 700;
  line-height: 1.65;
  color: #7D7D7F;
}
@media screen and (min-width: 1513px) {
  .data--box .data-item h3 {
    font-size: 25px;
  }
}
.data--box .data-item .num {
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
}
.data--box .data-item .unit {
  vertical-align: baseline;
  line-height: 1;
}
.data--box .data-item .supple {
  font-size: var(--fs-14);
  text-align: right;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-item .supple {
    text-align: center;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-item .supple {
    right: 0;
  }
}
.data--box .data-grid {
  display: grid;
  grid-template-columns: 539px 540px;
  grid-template-rows: repeat(2, 179px);
  grid-column-gap: 20px;
  grid-row-gap: 0;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid {
    grid-template-columns: repeat(2, 360px);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid {
    margin: 0 0 90px;
    grid-template-columns: repeat(2, 43.5897435897vw);
    grid-template-rows: repeat(2, auto);
  }
}
.data--box .data-grid .data-01 {
  padding: 0 30px;
  grid-area: 1/1/2/2;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-01 {
    grid-area: 1/1/2/2;
    padding: 30px;
    text-align: center;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-01 {
    padding: 30px 0;
  }
}
.data--box .data-grid .data-01 .flex-box {
  padding: 10px 0 0;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-01 .flex-box {
    display: block;
    padding: 0;
  }
}
.data--box .data-grid .data-01 h3 {
  padding: 10px 30px 0 0;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-01 h3 {
    padding: 0;
    text-align: center;
  }
}
.data--box .data-grid .data-01 .num {
  font-size: 6.746031746vw;
  color: #E8AD61;
}
@media screen and (min-width: 1513px) {
  .data--box .data-grid .data-01 .num {
    font-size: 102px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-01 .num {
    font-size: 42px;
  }
}
.data--box .data-grid .data-01 .unit {
  font-size: 46px;
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-01 .unit {
    font-size: 24px;
  }
}
.data--box .data-grid .data-02 {
  padding: 0 30px;
  grid-area: 2/1/3/2;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-02 {
    grid-area: 1/2/2/3;
    padding: 30px;
    text-align: center;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-02 {
    padding: 30px 0;
  }
}
.data--box .data-grid .data-02 .flex-box {
  padding: 20px 0 0;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-02 .flex-box {
    display: block;
    padding: 0;
  }
}
.data--box .data-grid .data-02 h3 {
  padding: 10px 30px 0 0;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-02 h3 {
    padding: 0;
    text-align: center;
  }
}
.data--box .data-grid .data-02 .num {
  font-size: 6.9444444444vw;
  color: #E8AD61;
}
@media screen and (min-width: 1513px) {
  .data--box .data-grid .data-02 .num {
    font-size: 105px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-02 .num {
    font-size: 42px;
  }
}
.data--box .data-grid .data-02 .unit {
  font-size: 46px;
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-02 .unit {
    font-size: 24px;
  }
}
.data--box .data-grid .data-03 {
  grid-area: 1/2/3/3;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-03 {
    grid-area: 2/1/3/3;
  }
}
.data--box .data-grid .data-03 h3 {
  margin: 0 0 30px;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 h3 {
    margin: 0 0 10px;
  }
}
.data--box .data-grid .data-03 figure {
  width: 204px;
  max-width: 204px;
  position: absolute;
  right: -88px;
  bottom: 156px;
  z-index: 12;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-03 figure {
    right: -38px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 figure {
    width: 39.7435897436vw;
    right: 0;
    bottom: -100px;
  }
}
.data--box .data-grid .data-03 .txt-woman,
.data--box .data-grid .data-03 .txt-man {
  position: absolute;
  z-index: 1;
}
.data--box .data-grid .data-03 .txt-woman span,
.data--box .data-grid .data-03 .txt-man span {
  font-size: 26px;
  font-weight: 700;
  color: #E8AD61;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-woman span,
.data--box .data-grid .data-03 .txt-man span {
    font-size: 4.6153846154vw;
  }
}
.data--box .data-grid .data-03 .txt-woman span.num,
.data--box .data-grid .data-03 .txt-man span.num {
  font-family: "YakuHanMP_Noto", "Noto Sans JP", sans-serif;
  font-size: 56px;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-woman span.num,
.data--box .data-grid .data-03 .txt-man span.num {
    font-size: 9.2307692308vw;
  }
}
.data--box .data-grid .data-03 .txt-woman span.unit,
.data--box .data-grid .data-03 .txt-man span.unit {
  font-family: "YakuHanMP_Noto", "Noto Sans JP", sans-serif;
  font-size: 56px;
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-woman span.unit,
.data--box .data-grid .data-03 .txt-man span.unit {
    font-size: 9.2307692308vw;
  }
}
.data--box .data-grid .data-03 .txt-woman {
  top: 51px;
  left: 42px;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-03 .txt-woman {
    top: 85px;
    left: 138px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-woman {
    top: 2.5641025641vw;
    left: 12.8205128205vw;
  }
}
@media screen and (max-width: 360px) {
  .data--box .data-grid .data-03 .txt-woman {
    top: 2.5641025641vw;
    left: 7.6923076923vw;
  }
}
.data--box .data-grid .data-03 .txt-man {
  bottom: 21px;
  right: 44px;
}
@media only, screen and (max-width: 820px) {
  .data--box .data-grid .data-03 .txt-man {
    bottom: 20px;
    right: 84px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-man {
    text-align: center;
    bottom: 50px;
    right: 30.7692307692vw;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .data-grid .data-03 .txt-man span {
    color: #fff;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age {
    margin: 0 0 138px;
  }
}
.data--box .type-age h3 {
  margin: 0 0 30px;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age h3 {
    margin: 0 0 10px;
  }
}
.data--box .type-age .txt-age-20,
.data--box .type-age .txt-age-30,
.data--box .type-age .txt-age-40,
.data--box .type-age .txt-age-50 {
  font-size: 28px;
  font-weight: 700;
  color: #14A79D;
  line-height: 1;
  position: absolute;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-20,
.data--box .type-age .txt-age-30,
.data--box .type-age .txt-age-40,
.data--box .type-age .txt-age-50 {
    font-size: 18px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-20,
.data--box .type-age .txt-age-30,
.data--box .type-age .txt-age-40,
.data--box .type-age .txt-age-50 {
    font-size: 4.6153846154vw;
  }
}
.data--box .type-age .txt-age-20 span,
.data--box .type-age .txt-age-30 span,
.data--box .type-age .txt-age-40 span,
.data--box .type-age .txt-age-50 span {
  font-size: 72px;
  line-height: 1;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-20 span,
.data--box .type-age .txt-age-30 span,
.data--box .type-age .txt-age-40 span,
.data--box .type-age .txt-age-50 span {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-20 span,
.data--box .type-age .txt-age-30 span,
.data--box .type-age .txt-age-40 span,
.data--box .type-age .txt-age-50 span {
    font-size: 9.2307692308vw;
  }
}
.data--box .type-age .txt-age-20 {
  top: 106px;
  right: 124px;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-20 {
    top: 108px;
    right: 92px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-20 {
    color: #B8E4E1;
    top: 27.1794871795vw;
    right: 10.2564102564vw;
  }
}
@media screen and (max-width: 320px) {
  .data--box .type-age .txt-age-20 {
    top: 32.3076923077vw;
    right: 10.2564102564vw;
  }
}
.data--box .type-age .txt-age-30 {
  bottom: 84px;
  right: 124px;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-30 {
    bottom: 42px;
    right: 92px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-30 {
    bottom: 15.3846153846vw;
    right: 10.2564102564vw;
  }
}
@media screen and (max-width: 320px) {
  .data--box .type-age .txt-age-30 {
    bottom: 20.5128205128vw;
    right: 10.2564102564vw;
  }
}
.data--box .type-age .txt-age-40 {
  text-align: right;
  bottom: 84px;
  left: 134px;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-40 {
    text-align: left;
    bottom: 42px;
    left: 84px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-40 {
    bottom: 15.3846153846vw;
    left: 10.2564102564vw;
  }
}
@media screen and (max-width: 320px) {
  .data--box .type-age .txt-age-40 {
    bottom: 20.5128205128vw;
    left: 10.2564102564vw;
  }
}
.data--box .type-age .txt-age-50 {
  text-align: right;
  top: 106px;
  left: 134px;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age .txt-age-50 {
    text-align: left;
    top: 106px;
    left: 84px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age .txt-age-50 {
    top: 27.1794871795vw;
    left: 10.2564102564vw;
  }
}
@media screen and (max-width: 320px) {
  .data--box .type-age .txt-age-50 {
    top: 32.3076923077vw;
    left: 10.2564102564vw;
  }
}
.data--box .type-age figure {
  width: 262px;
  position: absolute;
  left: -168px;
  top: -58px;
}
@media only, screen and (max-width: 820px) {
  .data--box .type-age figure {
    left: -30px;
    top: -100px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .type-age figure {
    width: 50.5128205128vw;
    top: inherit;
    left: -15px;
    bottom: -130px;
  }
}
.data--box .shikaku {
  width: 373px;
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku {
    width: 100%;
  }
}
.data--box .shikaku h3 {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku h3 {
    margin: 0 0 10px;
  }
}
.data--box .shikaku .data-num {
  font-size: 2.380952381vw;
  font-weight: 700;
  text-align: center;
  color: #3E96D2;
}
@media screen and (min-width: 1513px) {
  .data--box .shikaku .data-num {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku .data-num {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku .data-num {
    font-size: 31px;
  }
}
.data--box .shikaku .data-num .num {
  font-size: 7.671957672vw;
}
@media screen and (min-width: 1513px) {
  .data--box .shikaku .data-num .num {
    font-size: 116px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku .data-num .num {
    font-size: 116px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku .data-num .num {
    font-size: 76px;
  }
}
.data--box .shikaku .supple {
  text-align: center;
}
.data--box .shikaku-example {
  width: 706px;
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku-example {
    width: 100%;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku-example {
    margin: 0 0 112px;
  }
}
.data--box .shikaku-example h3 {
  margin: 0 0 20px;
  text-align: center;
}
.data--box .shikaku-example .trial {
  justify-content: space-between;
}
.data--box .shikaku-example .trial div {
  font-weight: 700;
  color: #3E96D2;
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku-example .trial div {
    text-align: center;
  }
}
.data--box .shikaku-example .trial div span {
  padding: 0 0 0 1em;
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku-example .trial div span {
    display: block;
    padding: 0;
  }
}
.data--box .shikaku-example .trial div p {
  font-size: 30px;
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku-example .trial div p {
    font-size: 24px;
  }
}
.data--box .shikaku-example figure {
  width: 126px;
  position: absolute;
  top: -60px;
  right: -52px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .data--box .shikaku-example figure {
    right: -20px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .shikaku-example figure {
    top: inherit;
    bottom: -77px;
    right: 0;
  }
}
.data--box .ikuji {
  width: 540px;
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji {
    width: 100%;
    text-align: center;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji {
    padding: 30px 0 !important;
  }
}
.data--box .ikuji h3 {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji h3 {
    margin: 0 0 10px;
  }
}
.data--box .ikuji .flex-box {
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .flex-box {
    display: flex;
  }
}
.data--box .ikuji .data-num {
  width: 100%;
  margin: 0 0 0 60px;
  font-size: 2.7777777778vw;
  font-weight: 700;
  color: #ADD361;
}
@media screen and (min-width: 1513px) {
  .data--box .ikuji .data-num {
    font-size: 42px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji .data-num {
    display: inline-block;
    width: 50%;
    margin: 0;
    font-size: 42px;
    text-align: center;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .data-num {
    font-size: 26px;
  }
}
.data--box .ikuji .data-num span {
  vertical-align: middle;
}
.data--box .ikuji .data-num span.gender-type {
  position: relative;
  bottom: -20px;
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .data-num span.gender-type {
    bottom: 0;
  }
}
.data--box .ikuji .data-num span.num {
  padding: 0 0 0 30px;
  font-size: 6.746031746vw;
}
@media screen and (min-width: 1513px) {
  .data--box .ikuji .data-num span.num {
    font-size: 102px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji .data-num span.num {
    font-size: 102px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .data-num span.num {
    padding: 0;
    font-size: 50px;
  }
}
.data--box .ikuji .data-num span.unit {
  font-size: 6.746031746vw;
}
@media screen and (min-width: 1513px) {
  .data--box .ikuji .data-num span.unit {
    font-size: 102px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji .data-num span.unit {
    font-size: 102px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .data-num span.unit {
    font-size: 50px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji .data-num .spItem {
    display: none;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji .data-num .spItem {
    display: block;
  }
}
.data--box .ikuji figure {
  width: 158px;
  position: absolute;
  left: -103px;
  top: -60px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .data--box .ikuji figure {
    left: -30px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .ikuji figure {
    width: 40.5128205128vw;
    left: 0;
    top: inherit;
    bottom: -85.641025641vw;
  }
}
.data--box .comeback {
  width: 540px;
}
@media only, screen and (max-width: 820px) {
  .data--box .comeback {
    width: 100%;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .comeback {
    margin: 0 0 170px;
  }
}
.data--box .comeback h3 {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 820px) {
  .data--box .comeback h3 {
    margin: 0;
  }
}
.data--box .comeback .data-num {
  font-size: 9.6560846561vw;
  font-weight: 700;
  text-align: center;
  color: #ADD361;
}
@media screen and (min-width: 1513px) {
  .data--box .comeback .data-num {
    font-size: 146px;
  }
}
@media only, screen and (max-width: 820px) {
  .data--box .comeback .data-num {
    line-height: 1;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .comeback .data-num {
    font-size: 90px;
  }
}
.data--box .turnover {
  width: 540px;
}
@media only, screen and (max-width: 820px) {
  .data--box .turnover {
    width: 44.358974359vw;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .turnover {
    padding: 30px 0 !important;
  }
}
.data--box .turnover h3 {
  margin: 0 0 10px;
  text-align: center;
}
.data--box .turnover .data-num {
  font-size: 7.671957672vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #E8AD61;
}
@media screen and (min-width: 1513px) {
  .data--box .turnover .data-num {
    font-size: 116px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .turnover .data-num {
    font-size: 46px;
  }
}
.data--box .turnover .supple {
  text-align: center;
}
.data--box .vacation {
  width: 540px;
}
@media only, screen and (max-width: 820px) {
  .data--box .vacation {
    width: 44.358974359vw;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .vacation {
    padding: 30px 0 !important;
  }
}
.data--box .vacation h3 {
  margin: 0 0 10px;
  text-align: center;
}
.data--box .vacation .data-num {
  font-size: 7.671957672vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #E8AD61;
}
@media screen and (min-width: 1513px) {
  .data--box .vacation .data-num {
    font-size: 116px;
  }
}
@media only, screen and (max-width: 768px) {
  .data--box .vacation .data-num {
    font-size: 46px;
  }
}
.data--box .vacation figure {
  width: 136px;
  position: absolute;
  right: -37px;
  bottom: -28px;
}
@media only, screen and (max-width: 768px) {
  .data--box .vacation figure {
    width: 136px;
    right: 0;
    bottom: -47.4358974359vw;
  }
}

/* 男女別グラフ */
.graph-gender-box {
  position: relative;
  width: 173px;
  height: 173px;
  margin: 0 auto;
}
@media only, screen and (max-width: 768px) {
  .graph-gender-box {
    width: 44.358974359vw;
    height: 44.358974359vw;
  }
}

.graph-gender {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gender {
  fill: transparent;
  cx: 32px;
  cy: 32px;
  r: 16px;
  stroke-width: 32;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 25;
}

.go-on .man {
  stroke: #E8AD61;
  animation: man 2s ease-in-out forwards;
}
.go-on .woman {
  stroke: #F3D6AF;
  animation: woman 2s ease-in-out forwards;
}

@keyframes woman {
  50%, 100% {
    stroke-dasharray: 100, 0, 0, 0;
  }
}
@keyframes man {
  50%, 100% {
    stroke-dasharray: 81, 19, 0, 0;
  }
}
.line-graph-woman {
  width: 120px;
  height: 76px;
  position: absolute;
  left: 127px;
  top: 68px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-woman {
    left: 223px;
    top: 102px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-woman {
    left: 12.8205128205vw;
    top: 20.5128205128vw;
  }
}
@media screen and (max-width: 360px) {
  .line-graph-woman {
    left: 7.6923076923vw;
    top: 20.5128205128vw;
  }
}
.line-graph-woman #line-woman {
  fill: #E8AD61;
  mask: url(#mask-woman);
}
.line-graph-woman #mask-line-woman {
  fill: none;
  stroke: #fff;
  stroke-width: 14px;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.line-graph-woman #mask-line-woman.line-on {
  animation: line_woman 3s forwards;
}
.line-graph-woman #line-woman-sp {
  fill: #E8AD61;
  mask: url(#mask-woman-sp);
}
.line-graph-woman #mask-line-woman-sp {
  fill: none;
  stroke: #fff;
  stroke-width: 12px;
  stroke-dasharray: 200px;
  stroke-dashoffset: 200px;
}
.line-graph-woman #mask-line-woman-sp.line-on {
  animation: line_woman_sp 3s forwards;
}

@keyframes line_woman {
  0% {
    stroke-dashoffset: 400px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line_woman_sp {
  0% {
    stroke-dashoffset: 200px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.line-graph-man {
  width: 90px;
  height: 62px;
  position: absolute;
  right: 182px;
  bottom: 50px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-man {
    right: 232px;
    bottom: 50px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-man {
    display: none;
  }
}
.line-graph-man #line-man {
  fill: #F3D6AF;
  mask: url(#mask-man);
}
.line-graph-man #mask-line-man {
  fill: none;
  stroke: #fff;
  stroke-width: 12px;
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.line-graph-man #mask-line-man.line-on {
  animation: line_man 3s forwards;
}

@keyframes line_man {
  0% {
    stroke-dashoffset: 400px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* 年代別グラフ */
.graph-age-box {
  position: relative;
  width: 310px;
  height: 310px;
  margin: 0 auto;
}
@media only, screen and (max-width: 820px) {
  .graph-age-box {
    width: 237px;
    height: 237px;
  }
}

.graph-age {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media only, screen and (max-width: 768px) {
  .graph-age {
    left: 0;
  }
}

.age {
  fill: transparent;
  cx: 32px;
  cy: 32px;
  r: 16px;
  stroke-width: 32;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 25;
}

.go-on .age-20 {
  stroke: #14A79D;
  animation: age-20 2s ease-in-out forwards;
}
.go-on .age-30 {
  stroke: #89D3CE;
  animation: age-30 2s ease-in-out forwards;
}
.go-on .age-40 {
  stroke: #B8E4E1;
  animation: age-40 2s ease-in-out forwards;
}
.go-on .age-50 {
  stroke: #E7F6F5;
  animation: age-50 2s ease-in-out forwards;
}

@keyframes age-20 {
  50%, 100% {
    stroke-dasharray: 24.2, 75.8, 0, 0;
  }
}
@keyframes age-30 {
  50%, 100% {
    stroke-dasharray: 45.3, 54.7, 0, 0;
  }
}
@keyframes age-40 {
  50%, 100% {
    stroke-dasharray: 69.3, 30.7, 0, 0;
  }
}
@keyframes age-50 {
  50%, 100% {
    stroke-dasharray: 100, 0, 0, 0;
  }
}
.line-graph-age-20 {
  width: 116px;
  height: 64px;
  position: absolute;
  right: 382px;
  top: 140px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-age-20 {
    right: 230px;
    top: 130px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-age-20 {
    display: none;
  }
}
.line-graph-age-20 #line-age-20 {
  fill: #89D3CE;
  mask: url(#mask-age-20);
}
.line-graph-age-20 #mask-line-age-20 {
  fill: none;
  stroke: #fff;
  stroke-width: 14px;
  stroke-dasharray: 160px;
  stroke-dashoffset: 160px;
}
.line-graph-age-20 #mask-line-age-20.line-on {
  animation: line_age-20 3s forwards;
}

@keyframes line_age-20 {
  0% {
    stroke-dashoffset: 160px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.line-graph-age-30 {
  width: 76px;
  height: 36px;
  position: absolute;
  right: 382px;
  bottom: 114px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-age-30 {
    right: 242px;
    bottom: 57px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-age-30 {
    display: none;
  }
}
.line-graph-age-30 #line-age-30 {
  fill: #14a79d;
  mask: url(#mask-age-30);
}
.line-graph-age-30 #mask-line-age-30 {
  fill: none;
  stroke: #fff;
  stroke-width: 12px;
  stroke-dasharray: 160px;
  stroke-dashoffset: 160px;
}
.line-graph-age-30 #mask-line-age-30.line-on {
  animation: line_age-30 3s forwards;
}

@keyframes line_age-30 {
  0% {
    stroke-dashoffset: 160px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.line-graph-age-40 {
  /*width: 88px;
  height: 45px;*/
  width: 166px;
  height: 56px;
  position: absolute;
  left: 380px;
  bottom: 100px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-age-40 {
    left: 240px;
    bottom: 70px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-age-40 {
    display: none;
  }
}
.line-graph-age-40 #line-age-40 {
  fill: #14A79D;
  mask: url(#mask-age-40);
}
.line-graph-age-40 #mask-line-age-40 {
  fill: none;
  stroke: #fff;
  stroke-width: 12px;
  stroke-dasharray: 200px;
  stroke-dashoffset: 200px;
}
.line-graph-age-40 #mask-line-age-40.line-on {
  animation: line_age-40 3s forwards;
}

@keyframes line_age-40 {
  0% {
    stroke-dashoffset: 160px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.line-graph-age-50 {
  width: 110px;
  height: 60px;
  position: absolute;
  left: 380px;
  top: 140px;
  z-index: 1;
}
@media only, screen and (max-width: 820px) {
  .line-graph-age-50 {
    left: 220px;
    top: 130px;
  }
}
@media only, screen and (max-width: 768px) {
  .line-graph-age-50 {
    display: none;
  }
}
.line-graph-age-50 #line-age-50 {
  fill: #14A79D;
  mask: url(#mask-age-50);
}
.line-graph-age-50 #mask-line-age-50 {
  fill: none;
  stroke: #fff;
  stroke-width: 12px;
  stroke-dasharray: 160px;
  stroke-dashoffset: 160px;
}
.line-graph-age-50 #mask-line-age-50.line-on {
  animation: line_age-50 3s forwards;
}

@keyframes line_age-50 {
  0% {
    stroke-dashoffset: 160px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* 売上高グラフ */
.sales {
  width: 726px;
}
@media only, screen and (max-width: 820px) {
  .sales {
    width: 100%;
    padding: 30px 40px !important;
  }
}
@media only, screen and (max-width: 768px) {
  .sales {
    padding: 30px 0 30px 40px !important;
  }
}
.sales h3 {
  margin: 0 0 20px;
  text-align: center;
}
.sales--graph li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
  position: relative;
}
.sales--graph li:last-of-type {
  margin: 0;
}
.sales--graph li .years {
  margin: 0 20px 0 0;
}
@media only, screen and (max-width: 768px) {
  .sales--graph li .years {
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
  }
}
.sales--graph li .bar {
  display: block;
  margin: 0 auto 0 0;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sales--graph li .bar.bar-on {
  transform: scale(1, 1);
  animation: chartBar 2s forwards;
}
.sales--graph li .bar span {
  display: none;
}
@media only, screen and (max-width: 768px) {
  .sales--graph li .bar span {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    color: #fff;
  }
}
.sales--graph li .total-sales {
  font-size: 22px;
  font-weight: 700;
}
@media only, screen and (max-width: 768px) {
  .sales--graph li .total-sales {
    display: none;
  }
}

li:nth-child(1) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(1) .bar {
    height: 30px;
  }
}

li:nth-child(2) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(2) .bar {
    height: 30px;
  }
}

li:nth-child(3) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(3) .bar {
    height: 30px;
  }
}

li:nth-child(4) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(4) .bar {
    height: 30px;
  }
}

li:nth-child(5) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(5) .bar {
    height: 30px;
  }
}

li:nth-child(6) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(6) .bar {
    height: 30px;
  }
}

li:nth-child(7) .bar {
  width: 0;
  height: 24px;
  background: #EBDE50;
}
@media only, screen and (max-width: 768px) {
  li:nth-child(7) .bar {
    height: 30px;
  }
}

@keyframes chartBar {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.case {
  width: 353px;
}
@media only, screen and (max-width: 820px) {
  .case {
    width: 100%;
  }
}
.case h3 {
  margin: 0 0 50px;
  text-align: center;
}
@media only, screen and (max-width: 820px) {
  .case h3 {
    margin: 0 0 10px;
  }
}
.case .data-num {
  font-size: 2.380952381vw;
  font-weight: 700;
  color: #EBDE50;
  text-align: center;
}
@media screen and (min-width: 1513px) {
  .case .data-num {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 820px) {
  .case .data-num {
    font-size: 36px;
  }
}
@media only, screen and (max-width: 768px) {
  .case .data-num {
    font-size: 31px;
  }
}
.case .data-num .num {
  font-size: 6.4814814815vw;
  letter-spacing: 0;
}
@media screen and (min-width: 1513px) {
  .case .data-num .num {
    font-size: 98px;
  }
}
@media only, screen and (max-width: 820px) {
  .case .data-num .num {
    font-size: 98px;
  }
}
@media only, screen and (max-width: 768px) {
  .case .data-num .num {
    font-size: 76px;
  }
}

/*# sourceMappingURL=style.css.map */
