@charset "UTF-8";
/*------------------
googleフォント読み込み
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*------------------
googleフォント指定
-------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  padding: 0;
  margin: 0;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
}

.c-flex__sa {
  display: flex;
  justify-content: space-around;
}

.c-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  html {
    scroll-padding-top: 70px;
  }
}
body#three_min main {
  margin-top: 66px;
}
body#three_min main section#mv div.inner {
  position: relative;
}
body#three_min main section#mv div.inner h1 {
  display: flex;
  justify-content: center;
  padding-top: 235px;
  position: relative;
}
body#three_min main section#mv div.inner h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#three_min main section#mv div.inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#three_min main section#mv div.inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body#three_min main section#one_sec div.inner, body#three_min main #three_sec div.inner {
  padding: 120px 0 150px 0;
  max-width: 915px;
  width: 95%;
  margin: 0 auto;
}
body#three_min main section#one_sec div.inner div.c-flex__sb, body#three_min main #three_sec div.inner div.c-flex__sb {
  width: 100%;
  padding-bottom: 75px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents {
  width: 46.9945355191%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
  width: 79.5348837209%;
  padding-bottom: 115px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
  width: 23.3918128655%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 84px;
  line-height: 74px;
  color: #0058a1;
  position: relative;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 402px;
  background-color: #0058a1;
  bottom: -410px;
  left: 50%;
  margin: auto;
  border-radius: 50%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
  width: 68.4210526316%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
  width: 100%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  background-color: #0058a1;
  color: #fff;
  display: block;
  text-align: center;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1), body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
  width: 77.7777777778%;
  margin: 10px 0;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2), body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
  width: 100%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents p.text, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  width: 80.9302325581%;
  text-align: justify;
  padding-left: 80px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb p.img, body#three_min main #three_sec div.inner div.c-flex__sb p.img {
  padding-top: 220px;
  width: 45.6043956044%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point, body#three_min main #three_sec div.inner div.c-flex__sb.point {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point p.img, body#three_min main #three_sec div.inner div.c-flex__sb.point p.img {
  width: 61.2021857923%;
  padding-top: 0;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box {
  width: 56.8306010929%;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 65px;
  left: 480px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box p.point_ttl, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box p.point_ttl {
  width: 23.4615384615%;
  text-align: center;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  background-color: #0058a1;
  color: #fff;
  margin: 0 auto;
  margin-top: -18px;
  margin-bottom: 25px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl {
  width: 100%;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl dt, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #0058a1;
  text-align: center;
  padding-bottom: 40px;
}
body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl dd, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  width: 66.9230769231%;
  text-align: justify;
  margin: 0 auto;
}
body#three_min main a.shadow_btn {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  width: 47%;
  margin: 0 auto;
  padding-left: 20px;
  display: block;
  padding: 50px 0 50px 20px;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  background: url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
}
body#three_min main section.blue_back {
  background: linear-gradient(90deg, #0058a1, #4992b9);
  padding: 80px 0;
}
body#three_min main section.blue_back div.inner {
  max-width: 915px;
  width: 95%;
  margin: 0 auto;
}
body#three_min main section.blue_back div.inner div.c-flex__sb {
  width: 100%;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding-bottom: 80px;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents {
  width: 47.2131147541%;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
  width: 100%;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 84px;
  line-height: 74px;
  color: #fff;
  width: 19.212962963%;
  position: relative;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 402px;
  background-color: #fff;
  bottom: -410px;
  right: 50%;
  margin: auto;
  border-radius: 50%;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
  margin-top: 10px;
  width: 74.537037037%;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  display: block;
  background-color: #fff;
  color: #0058a1;
  text-align: center;
}
body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 80.5555555556%;
  text-align: justify;
  padding: 85px 0 0 110px;
  color: #fff;
}
body#three_min main section.blue_back div.inner div.c-flex__sb p.img {
  padding-top: 215px;
  width: 46.4480874317%;
}
body#three_min main section.blue_back div.inner a {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  background: url(../img/common/btn_mark.png) 98% 90%/8px no-repeat #fff;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
  width: 100%;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
  width: 19.212962963%;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
  margin-top: 10px;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
  width: 100%;
  margin: 0 0 10px 0;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
  width: 79.5031055901%;
}
body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents p.text {
  padding: 115px 0 0 110px;
}
body#three_min main section#three_sec div.inner {
  max-width: 996px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 0px;
}
body#three_min main section#three_sec div.inner div.c-flex__sb {
  width: 100%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents {
  width: 43.3734939759%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
  width: 84.0277777778%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
  width: 22.8650137741%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
  width: 69.9724517906%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
  width: 100%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  background-color: #0058a1;
  color: #fff;
  display: block;
  text-align: center;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
  width: 108.547008547%;
  margin-bottom: 10px;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
  width: 89.7435897436%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents p.text {
  width: 80.5555555556%;
}
body#three_min main section#three_sec div.inner div.c-flex__sb p.img {
  padding-top: 160px;
  width: 50.2008032129%;
}
body#three_min main section#people {
  background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 40%, #fff 40%, #fff 100%);
}
body#three_min main section#people div.inner {
  max-width: 940px;
  width: 95%;
  margin: 0 auto;
}
body#three_min main section#people div.inner div.c-flex__sb {
  width: 100%;
  padding: 80px 0 145px 0;
}
body#three_min main section#people div.inner div.c-flex__sb a {
  display: block;
  text-decoration: none;
  width: 23.4042553191%;
}
body#three_min main section#people div.inner div.c-flex__sb a p.img {
  width: 100%;
}
body#three_min main section#people div.inner div.c-flex__sb a p.name small {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: #0058a1;
}
body#three_min main section#people div.inner div.c-flex__sb a p.name strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: block;
  color: #000000;
}
body#three_min main section#people div.inner div.c-flex__sb a p.name span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #000000;
}
body#three_min main section#people div.inner div.c-flex__sb a:nth-child(2) {
  padding-top: 50px;
}
body#three_min main section#people div.inner div.c-flex__sb a:nth-child(4) {
  padding-top: 50px;
}
body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
  width: 100%;
}
body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
  width: 64.5962732919%;
  margin-bottom: 10px;
}
body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
  width: 86.3354037267%;
}

@media screen and (max-width: 767px) {
  body#three_min main section#mv div.inner {
    position: relative;
  }
  body#three_min main section#mv div.inner h1 {
    padding-top: 265px;
    position: relative;
  }
  body#three_min main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    margin: 0 auto;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#three_min main section#one_sec div.inner, body#three_min main #three_sec div.inner {
    padding: 60px 0 75px 0;
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb, body#three_min main #three_sec div.inner div.c-flex__sb {
    width: 100%;
    padding-bottom: 35px;
    flex-direction: column;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents {
    width: 100%;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
    width: 77.7777777778%;
    padding-bottom: 55px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    width: 21.4285714286%;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 59px;
    line-height: 52px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 260px;
    background-color: #0058a1;
    bottom: -260px;
    left: 80%;
    margin: auto;
    border-radius: 50%;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
    width: 71.4285714286%;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1), body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
    width: 80%;
    margin: 5px 0;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2), body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
    width: 100%;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents p.text, body#three_min main #three_sec div.inner div.c-flex__sb div.text_contents p.text {
    width: 77.7777777778%;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-left: 40px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb p.img, body#three_min main #three_sec div.inner div.c-flex__sb p.img {
    padding-top: 50px;
    width: 77.7777777778%;
    margin: 0 auto;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point, body#three_min main #three_sec div.inner div.c-flex__sb.point {
    width: 100%;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point p.img, body#three_min main #three_sec div.inner div.c-flex__sb.point p.img {
    width: 88.8888888889%;
    margin: 0 auto;
    padding-top: 220px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box p.point_ttl, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box p.point_ttl {
    width: 33.3333333333%;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: -9px;
    margin-bottom: 12px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl {
    width: 100%;
    margin: 0 auto;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl dt, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb.point div.point_box dl dd, body#three_min main #three_sec div.inner div.c-flex__sb.point div.point_box dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 83.3333333333%;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    position: relative;
  }
  body#three_min main section#one_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 260px;
    background-color: #0058a1;
    bottom: -260px;
    left: 50%;
    margin: auto;
    border-radius: 50%;
  }
  body#three_min main a.shadow_btn {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    width: 61.1111111111%;
    margin: 0 auto;
    padding-left: 10px;
    padding: 25px 0 25px 10px;
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.4);
    background: url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
  }
  body#three_min main section.blue_back {
    padding: 40px 0;
  }
  body#three_min main section.blue_back div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents {
    width: 94.4444444444%;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
    width: 100%;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    width: 17.6470588235%;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 59px;
    line-height: 52px;
    position: relative;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 220px;
    background-color: #fff;
    bottom: -220px;
    right: 50%;
    margin: auto;
    border-radius: 50%;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
    width: 76.4705882353%;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb div.text_contents p.text {
    width: 77.7777777778%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    text-align: justify;
    padding: 40px 0 0 80px;
  }
  body#three_min main section.blue_back div.inner div.c-flex__sb p.img {
    padding-top: 50px;
    width: 77.7777777778%;
    margin: 0 auto;
  }
  body#three_min main section.blue_back div.inner a {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    background: url(../img/common/btn_mark.png) 98% 90%/8px no-repeat #fff;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
    width: 100%;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    width: 6.6666666667%;
    position: relative;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 230px;
    background-color: #fff;
    bottom: -230px;
    left: 150%;
    right: 50%;
    margin: auto;
    border-radius: 50%;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
    width: 93.3333333333%;
    margin: 5px 0;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
    width: 80%;
  }
  body#three_min main section#two_sec div.inner div.c-flex__sb div.text_contents p.text {
    padding: 25px 0 0 60px;
  }
  body#three_min main section#three_sec div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb {
    width: 100%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents {
    width: 83.3333333333%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
    width: 100%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    width: 13.3333333333%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd {
    width: 73.3333333333%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
    width: 90.9090909091%;
    margin-bottom: 5px;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
    width: 72.7272727273%;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb div.text_contents p.text {
    width: 88.8888888889%;
    padding: 0 0 20px 60px;
  }
  body#three_min main section#three_sec div.inner div.c-flex__sb p.img {
    padding-top: 25px;
    width: 83.3333333333%;
  }
  body#three_min main section#people {
    background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 60%, #fff 60%, #fff 100%);
  }
  body#three_min main section#people div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#three_min main section#people div.inner div.c-flex__sb {
    width: 100%;
    padding: 40px 0 70px 0;
    flex-direction: column;
  }
  body#three_min main section#people div.inner div.c-flex__sb a {
    width: 77.7777777778%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body#three_min main section#people div.inner div.c-flex__sb a p.img {
    width: 100%;
  }
  body#three_min main section#people div.inner div.c-flex__sb a p.name small {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
  }
  body#three_min main section#people div.inner div.c-flex__sb a p.name strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
  }
  body#three_min main section#people div.inner div.c-flex__sb a p.name span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
  }
  body#three_min main section#people div.inner div.c-flex__sb a:nth-child(2) {
    padding-top: 0px;
  }
  body#three_min main section#people div.inner div.c-flex__sb a:nth-child(4) {
    padding-top: 0px;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb {
    width: 100%;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt {
    position: relative;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 250px;
    background-color: #fff;
    bottom: -250px;
    right: 50%;
    margin: auto;
    border-radius: 50%;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(1) {
    width: 64.5962732919%;
    margin-bottom: 10px;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents dl.c-flex__sb dd span:nth-child(2) {
    width: 86.3354037267%;
  }
  body#three_min main section#four_sec div.inner div.c-flex__sb div.text_contents p.text {
    padding-left: 60px;
  }
}
body#business main {
  margin-top: 66px;
}
body#business main section#mv div.inner h1 {
  display: flex;
  justify-content: center;
  padding-top: 235px;
  position: relative;
}
body#business main section#mv div.inner h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#business main section#mv div.inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#business main section#mv div.inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body#business main section#individual div.inner {
  max-width: 1010px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 100px;
}
body#business main section#individual div.inner h2 {
  padding: 120px 0 110px 0;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #0058a1;
  text-align: center;
  position: relative;
}
body#business main section#individual div.inner h2 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  display: block;
}
body#business main section#individual div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #e6222e;
  top: 210px;
  left: 48%;
}
body#business main section#individual div.inner div.c-flex__sb {
  width: 100%;
  position: relative;
}
body#business main section#individual div.inner div.c-flex__sb p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 34.6534653465%;
  padding: 0px 140px 140px 80px;
  margin-top: 50px;
  text-align: justify;
  border-left: solid 1px #0058a1;
  border-bottom: solid 1px #0058a1;
  color: #000000;
}
body#business main section#individual div.inner div.c-flex__sb p.img {
  width: 48.2178217822%;
  position: absolute;
  top: 0;
  right: 0px;
}
body#business main section.pickup div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 150px;
}
body#business main section.pickup div.inner div.box {
  width: 100%;
  background-color: #e5eef6;
  margin: 0 auto;
  position: relative;
}
body#business main section.pickup div.inner div.box p.pick_ttl {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  background-color: #0058a1;
  color: #fff;
  text-align: center;
  width: 12.2%;
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 43%;
}
body#business main section.pickup div.inner div.box div.reason, body#business main section.pickup div.inner div.box div.corp {
  width: 83%;
  margin: 0 auto;
}
body#business main section.pickup div.inner div.box div.reason p.question, body#business main section.pickup div.inner div.box div.corp p.question {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #0058a1;
  padding: 45px 0 35px 0;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb {
  width: 100%;
  border-bottom: solid 1px #0058a1;
  margin-bottom: 50px;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl {
  height: 350px;
  width: 46.6265060241%;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dt, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0058a1;
  text-align: center;
  padding-bottom: 20px;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dd.img, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dd.img {
  width: 25.8397932817%;
  margin: 0 auto;
  padding-bottom: 25px;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dd.text, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dd.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: justify;
}
body#business main section.pickup div.inner div.box div.reason div.c-flex__sb::after, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 310px;
  background-color: #0058a1;
  top: 110px;
  left: 50%;
}
body#business main section.pickup div.inner div.box div.oneroom {
  width: 83%;
  margin: 0 auto;
}
body#business main section.pickup div.inner div.box div.oneroom p.question {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #0058a1;
  text-align: center;
  padding-bottom: 40px;
}
body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
}
body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 40.2409638554%;
  margin: 0 auto;
  padding: 0 25px 40px 25px;
  background: url(../img/business/fukidashi.png) 80% 100%/383px no-repeat;
}
body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb p.text:nth-child(3) {
  margin-top: 25px;
  margin-bottom: 40px;
}
body#business main section#for_company {
  position: relative;
}
body#business main section#for_company div.back {
  width: 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  z-index: -10000;
  position: absolute;
  top: 0;
  left: 0%;
}
body#business main section#for_company div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#business main section#for_company div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 95px;
  position: relative;
}
body#business main section#for_company div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 145px;
  left: 49%;
}
body#business main section#for_company div.inner div.box {
  width: 100%;
  background-color: #fff;
  border: solid 1px #0058a1;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
body#business main section#for_company div.inner div.box p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 82.8%;
  margin: 0 auto;
  text-align: justify;
  color: #000000;
  padding: 40px 0;
}
body#business main section#for_company div.inner div.box p.img {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 30px;
}
body#business main section#for_company div.inner div.box p.img.pc {
  display: block;
}
body#business main section#for_company div.inner div.box p.img.sp {
  display: none;
}
body#business main section#for_company div.inner div.box p.center {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
body#business main section#flow .inner .box .corp p.question {
  padding-bottom: 60px;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  border: none;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img {
  width: 43.842364532%;
  position: relative;
  padding-bottom: 100px;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #0058a1;
  position: absolute;
  top: -20px;
  left: -20px;
  border: solid 1px #0058a1;
  background-color: #fff;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.one {
  width: 30.3370786517%;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.two {
  width: 56.1797752809%;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.three {
  width: 25.8426966292%;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.four {
  width: 25.8426966292%;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img:nth-child(2n+1)::after {
  display: block;
  content: "";
  position: absolute;
  width: 61px;
  height: 10px;
  background-image: url(../img/business/arrow01.png);
  background-repeat: no-repeat;
  background-size: 61px;
  top: 115px;
  right: -70px;
}
body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img:nth-child(2)::after {
  display: block;
  content: "";
  position: absolute;
  width: 456px;
  height: 60px;
  background-image: url(../img/business/arrow02.png);
  background-repeat: no-repeat;
  background-size: 456px;
  bottom: 25px;
  right: 50%;
}
body#business main section#flow .inner .box .corp div.c-flex__sb::after {
  content: none;
}

@media screen and (max-width: 767px) {
  body#business main section#mv div.inner {
    position: relative;
  }
  body#business main section#mv div.inner h1 {
    padding-top: 265px;
    position: relative;
  }
  body#business main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    margin: 0 auto;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#business main section#individual div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body#business main section#individual div.inner h2 {
    padding: 60px 0 55px 0;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }
  body#business main section#individual div.inner h2 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
  }
  body#business main section#individual div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #e6222e;
    top: 130px;
    left: 45%;
  }
  body#business main section#individual div.inner div.c-flex__sb {
    width: 100%;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
  }
  body#business main section#individual div.inner div.c-flex__sb p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 83.3333333333%;
    padding: 0px 20px 30px 20px;
    margin-top: 25px;
    margin-bottom: 280px;
  }
  body#business main section#individual div.inner div.c-flex__sb p.img {
    width: 83.3333333333%;
    position: absolute;
    top: 215px;
    right: 10%;
  }
  body#business main section.pickup div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 75px;
  }
  body#business main section.pickup div.inner div.box {
    width: 94.4444444444%;
    margin: 0 auto;
    position: relative;
  }
  body#business main section.pickup div.inner div.box p.pick_ttl {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    width: 35.2941176471%;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    left: 33%;
  }
  body#business main section.pickup div.inner div.box div.reason, body#business main section.pickup div.inner div.box div.corp {
    width: 100%;
    margin: 0 auto;
  }
  body#business main section.pickup div.inner div.box div.reason p.question, body#business main section.pickup div.inner div.box div.corp p.question {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    padding: 20px 0 15px 0;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb {
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    border: none;
    margin-bottom: 50px;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl {
    height: 230px;
    width: 82.3529411765%;
    margin: 0 auto;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dt, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dd.img, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dd.img {
    width: 28.5714285714%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb dl dd.text, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb dl dd.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #0058a1;
  }
  body#business main section.pickup div.inner div.box div.reason div.c-flex__sb::after, body#business main section.pickup div.inner div.box div.corp div.c-flex__sb::after {
    content: none;
  }
  body#business main section.pickup div.inner div.box div.oneroom {
    width: 100%;
    margin: 0 auto;
  }
  body#business main section.pickup div.inner div.box div.oneroom p.question {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb {
    width: 100%;
    flex-direction: column;
  }
  body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 82.3529411765%;
    margin: 0 auto;
    padding: 0 10px 60px 10px;
    background: url(../img/business/fukidashi.png) 100% 100%/383px no-repeat;
    margin-bottom: 20px;
  }
  body#business main section.pickup div.inner div.box div.oneroom div.c-flex__sb p.text:nth-child(3) {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  body#business main section#for_company div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#business main section#for_company div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
  }
  body#business main section#for_company div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 145px;
    left: 49%;
  }
  body#business main section#for_company div.inner div.box {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  body#business main section#for_company div.inner div.box p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 88.8888888889%;
    margin: 0 auto;
    padding: 20px 0;
  }
  body#business main section#for_company div.inner div.box p.img {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#business main section#for_company div.inner div.box p.img.pc {
    display: none;
  }
  body#business main section#for_company div.inner div.box p.img.sp {
    display: block;
    padding: 0;
  }
  body#business main section#for_company div.inner div.box p.center {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
  body#business main section#flow .inner .box .corp p.question {
    padding-bottom: 30px;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img {
    width: 82.3529411765%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 70px;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    top: -10px;
    left: -10px;
    border: solid 1px #0058a1;
    background-color: #fff;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.one {
    width: 35.2941176471%;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.two {
    width: 58.8235294118%;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.three {
    width: 29.4117647059%;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img span.four {
    width: 29.4117647059%;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img:nth-child(2n+1)::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 60px;
    background-image: url(../img/business/arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 7px;
    top: 190px;
    right: 47%;
  }
  body#business main section#flow .inner .box .corp .c-flex__sb.img_flow p.img:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 60px;
    background-image: url(../img/business/arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 7px;
    bottom: 0px;
    right: 47%;
  }
  body#business main section#flow .inner .box .corp div.c-flex__sb::after {
    content: none;
  }
}
body#about main {
  margin-top: 66px;
}
body#about main section#mv div.inner {
  position: relative;
}
body#about main section#mv div.inner h1 {
  display: flex;
  justify-content: center;
  padding-top: 235px;
  position: relative;
}
body#about main section#mv div.inner h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#about main section#mv div.inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#about main section#mv div.inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body#about main section#detail div.inner, body#about main section#charm div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 120px;
}
body#about main section#detail div.inner h2, body#about main section#charm div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #0058a1;
  padding-bottom: 140px;
  position: relative;
}
body#about main section#detail div.inner h2::after, body#about main section#charm div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #e6222e;
  top: 65px;
  left: 48%;
}
body#about main section#detail div.inner div.c-flex__sb, body#about main section#charm div.inner div.c-flex__sb {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
body#about main section#detail div.inner div.c-flex__sb p.text, body#about main section#charm div.inner div.c-flex__sb p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 39.8%;
  text-align: justify;
  padding: 55px 80px;
  color: #000000;
  border-left: solid 1px #0058a1;
  border-bottom: solid 1px #0058a1;
}
body#about main section#detail div.inner div.c-flex__sb p.img, body#about main section#charm div.inner div.c-flex__sb p.img {
  width: 43%;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
body#about main section#detail div.inner div.text_box, body#about main section#charm div.inner div.text_box {
  width: 100%;
  margin: 0 auto;
  background-color: #e5eef6;
  padding: 45px 0 40px 0;
  margin-bottom: 150px;
}
body#about main section#detail div.inner div.text_box dl, body#about main section#charm div.inner div.text_box dl {
  width: 73.8%;
  margin: 0 auto;
}
body#about main section#detail div.inner div.text_box dl dt, body#about main section#charm div.inner div.text_box dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #0058a1;
  text-align: center;
  padding-bottom: 40px;
}
body#about main section#detail div.inner div.text_box dl dd, body#about main section#charm div.inner div.text_box dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
body#about main section#detail div.inner div.text_box dl dd ul, body#about main section#charm div.inner div.text_box dl dd ul {
  width: 100%;
  border-bottom: solid 1px #0058a1;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
body#about main section#detail div.inner div.text_box dl dd ul li, body#about main section#charm div.inner div.text_box dl dd ul li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
body#about main section#position {
  position: relative;
}
body#about main section#position div.back {
  width: 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0%;
}
body#about main section#position div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#about main section#position div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  position: relative;
  padding-bottom: 100px;
}
body#about main section#position div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 145px;
  left: 48%;
}
body#about main section#position div.inner div.box {
  background-color: #fff;
  padding-top: 40px;
  border: solid 1px #0058a1;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body#about main section#position div.inner div.box p.text {
  width: 74%;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 105px;
  color: #000000;
}
body#about main section#position div.inner div.box p.img {
  width: 82%;
  padding: 0 0 90px 50px;
}
body#about main section#position div.inner div.box p.img.pc {
  display: block;
}
body#about main section#position div.inner div.box p.img.sp {
  display: none;
}
body#about main section#position div.inner div.box dl.pink, body#about main section#position div.inner div.box dl.blue, body#about main section#position div.inner div.box dl.green {
  width: 31%;
}
body#about main section#position div.inner div.box dl.pink dt, body#about main section#position div.inner div.box dl.blue dt, body#about main section#position div.inner div.box dl.green dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 29.0322580645%;
}
body#about main section#position div.inner div.box dl.pink dd, body#about main section#position div.inner div.box dl.blue dd, body#about main section#position div.inner div.box dl.green dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
body#about main section#position div.inner div.box dl.pink {
  position: absolute;
  top: 225px;
  left: 275px;
}
body#about main section#position div.inner div.box dl.pink dt {
  background-color: #f8aeae;
  margin-bottom: 15px;
}
body#about main section#position div.inner div.box dl.blue {
  position: absolute;
  top: 195px;
  left: 640px;
}
body#about main section#position div.inner div.box dl.blue dt {
  background-color: #87b1e0;
  margin-bottom: 15px;
}
body#about main section#position div.inner div.box dl.green {
  position: absolute;
  bottom: 40px;
  left: 500px;
  width: 44.8%;
}
body#about main section#position div.inner div.box dl.green dt {
  background-color: #a5cb77;
  width: 20.0892857143%;
  margin-bottom: 15px;
}
body#about main section#charm div.inner {
  margin-bottom: 150px;
}
body#about main section#charm div.inner div.c-flex__sb p.text {
  padding: 0 80px 30px 80px;
}
body#about main section#charm div.inner div.c-flex__sb p.img {
  border: none;
}
body#about main section#number {
  position: relative;
}
body#about main section#number div.back {
  width: 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  z-index: -10000;
  position: absolute;
  top: 0;
  left: 0%;
}
body#about main section#number div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
}
body#about main section#number div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding: 80px 0 95px 0;
  position: relative;
}
body#about main section#number div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 140px;
  left: 50%;
}
body#about main section#number div.inner div.num_box.c-flex__sb {
  background-color: #fff;
  padding: 40px 50px;
  width: 90%;
  margin: 0 auto;
  border: solid 1px #0058a1;
  flex-wrap: wrap;
  position: relative;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl {
  padding-top: 35px;
  width: 50%;
  height: 280px;
  border-bottom: solid 1px #0058a1;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 75px;
  margin: 0 auto;
  color: #0058a1;
  position: relative;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl dt::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #0058a1;
  top: 45px;
  left: 45%;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(1) dd {
  width: 88.8888888889%;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2) dd {
  width: 70.2222222222%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(3) dd {
  width: 51.3333333333%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(4) dd {
  width: 86%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(5) dd {
  width: 58.2222222222%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(6) dt {
  padding-bottom: 40px;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(6) dd {
  width: 63.5555555556%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) {
  border: none;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) dt {
  padding-bottom: 45px;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) dd {
  width: 86%;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(8) {
  border: none;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(8) dd {
  width: 84.4444444444%;
  margin: 0 auto;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2n) dt {
  padding-left: 50px;
  position: relative;
}
body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2n) dt::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #0058a1;
  top: 45px;
  left: 50%;
}
body#about main section#number div.inner div.num_box.c-flex__sb::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1260px;
  background-color: #0058a1;
  top: 45px;
  left: 50%;
}

@media screen and (max-width: 767px) {
  body#about main section#mv div.inner {
    position: relative;
  }
  body#about main section#mv div.inner h1 {
    padding-top: 265px;
    position: relative;
  }
  body#about main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    margin: 0 auto;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#about main section#detail div.inner, body#about main section#charm div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 60px;
  }
  body#about main section#detail div.inner h2, body#about main section#charm div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 70px;
    position: relative;
  }
  body#about main section#detail div.inner h2::after, body#about main section#charm div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #e6222e;
    top: 45px;
    left: 45%;
  }
  body#about main section#detail div.inner div.c-flex__sb, body#about main section#charm div.inner div.c-flex__sb {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  body#about main section#detail div.inner div.c-flex__sb p.text, body#about main section#charm div.inner div.c-flex__sb p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 94.4444444444%;
    padding: 25px 40px;
    margin-bottom: 200px;
  }
  body#about main section#detail div.inner div.c-flex__sb p.img, body#about main section#charm div.inner div.c-flex__sb p.img {
    width: 94.4444444444%;
    position: absolute;
    bottom: 0px;
    right: 3%;
  }
  body#about main section#detail div.inner div.text_box, body#about main section#charm div.inner div.text_box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    margin-bottom: 75px;
  }
  body#about main section#detail div.inner div.text_box dl, body#about main section#charm div.inner div.text_box dl {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#detail div.inner div.text_box dl dt, body#about main section#charm div.inner div.text_box dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    color: #0058a1;
    text-align: center;
    padding-bottom: 20px;
  }
  body#about main section#detail div.inner div.text_box dl dd, body#about main section#charm div.inner div.text_box dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 100%;
  }
  body#about main section#detail div.inner div.text_box dl dd ul, body#about main section#charm div.inner div.text_box dl dd ul {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  body#about main section#detail div.inner div.text_box dl dd ul li, body#about main section#charm div.inner div.text_box dl dd ul li {
    width: 100%;
  }
  body#about main section#position div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#about main section#position div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
  }
  body#about main section#position div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 85px;
    left: 45%;
  }
  body#about main section#position div.inner div.box {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body#about main section#position div.inner div.box p.text {
    width: 88.8888888889%;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 10px;
  }
  body#about main section#position div.inner div.box p.img {
    width: 88.8888888889%;
    padding: 0 0 280px 25px;
  }
  body#about main section#position div.inner div.box p.img.pc {
    display: none;
  }
  body#about main section#position div.inner div.box p.img.sp {
    display: block;
  }
  body#about main section#position div.inner div.box dl.pink, body#about main section#position div.inner div.box dl.blue, body#about main section#position div.inner div.box dl.green {
    width: 88.8888888889%;
  }
  body#about main section#position div.inner div.box dl.pink dt, body#about main section#position div.inner div.box dl.blue dt, body#about main section#position div.inner div.box dl.green dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    width: 25%;
    margin-bottom: 5px;
  }
  body#about main section#position div.inner div.box dl.pink dd, body#about main section#position div.inner div.box dl.blue dd, body#about main section#position div.inner div.box dl.green dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    width: 100%;
  }
  body#about main section#position div.inner div.box dl.pink {
    position: absolute;
    top: 750px;
    left: 20px;
  }
  body#about main section#position div.inner div.box dl.blue {
    position: absolute;
    top: 830px;
    left: 20px;
  }
  body#about main section#position div.inner div.box dl.blue dt {
    background-color: #87b1e0;
  }
  body#about main section#position div.inner div.box dl.green {
    position: absolute;
    bottom: 0px;
    top: 910px;
    left: 20px;
    width: 88.8888888889%;
  }
  body#about main section#position div.inner div.box dl.green dt {
    width: 25%;
  }
  body#about main section#charm div.inner {
    margin-bottom: 35px;
  }
  body#about main section#charm div.inner div.c-flex__sb {
    margin-bottom: 100px;
  }
  body#about main section#charm div.inner div.c-flex__sb p.text {
    padding: 0 40px 15px 40px;
  }
  body#about main section#charm div.inner div.c-flex__sb p.img {
    width: 94.4444444444%;
    position: absolute;
    bottom: -50px;
    right: 3%;
  }
  body#about main section#number {
    position: relative;
  }
  body#about main section#number div.back {
    width: 100%;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    position: absolute;
    top: 20px;
    left: 0%;
  }
  body#about main section#number div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  body#about main section#number div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 40px 0 45px 0;
    position: relative;
  }
  body#about main section#number div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 110px;
    left: 45%;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl {
    padding-top: 15px;
    width: 88.8888888889%;
    margin: 0 auto;
    height: 240px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 35px;
    margin: 0 auto;
    position: relative;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl dt::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #0058a1;
    top: 35px;
    left: 45%;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(1) dt {
    padding-bottom: 80px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(1) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2) dt {
    padding-bottom: 70px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(3) dt {
    padding-bottom: 60px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(3) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(4) dt {
    padding-bottom: 70px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(4) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(5) dt {
    padding-bottom: 70px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(5) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(6) dt {
    padding-bottom: 60px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(6) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) {
    border-bottom: solid 1px #0058a1;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) dt {
    padding-bottom: 50px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(7) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(8) {
    border: none;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(8) dt {
    padding-bottom: 70px;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(8) dd {
    width: 88.8888888889%;
    margin: 0 auto;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2n) dt {
    padding-left: 0px;
    position: relative;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb dl:nth-child(2n) dt::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #0058a1;
    top: 35px;
    left: 45%;
  }
  body#about main section#number div.inner div.num_box.c-flex__sb::after {
    content: none;
  }
}
body#message main {
  margin-top: 66px;
}
body#message main section#mv div.inner {
  position: relative;
}
body#message main section#mv div.inner h1 {
  display: flex;
  margin-left: 220px;
  padding-top: 315px;
  position: relative;
}
body#message main section#mv div.inner h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#message main section#mv div.inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#message main section#mv div.inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body#message main section#mv div.inner p.position {
  width: 126px;
  position: absolute;
  top: 388px;
  left: 220px;
  padding: 25px 30px;
  background-color: #fff;
  color: #000000;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}
body#message main section#mv div.inner p.position span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
body#message main section#mv div.inner p.position.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#message main section#text01 div.inner, body#message main section#text02 div.inner, body#message main section#text03 div.inner {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
body#message main section#text01 div.inner h2, body#message main section#text02 div.inner h2, body#message main section#text03 div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #0058a1;
  text-align: center;
  padding-bottom: 45px;
  position: relative;
}
body#message main section#text01 div.inner h2::after, body#message main section#text02 div.inner h2::after, body#message main section#text03 div.inner h2::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #0058a1;
  top: 45px;
  left: 47%;
}
body#message main section#text01 div.inner p.text, body#message main section#text02 div.inner p.text, body#message main section#text03 div.inner p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  width: 100%;
  margin: 0 auto;
}
body#message main section#text01 .inner {
  padding: 130px 0 120px 0;
}
body#message main section#text02 {
  background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 63%, #fff 63%, #fff 100%);
}
body#message main section#text02 div.inner {
  padding: 80px 0 120px 0;
}
body#message main section#text02 div.inner p.text {
  padding-bottom: 55px;
}
body#message main section#text02 div.inner p.img {
  width: 100%;
  margin: 0 auto;
}
body#message main section#text03 .inner {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  body#message main section#mv div.inner {
    position: relative;
  }
  body#message main section#mv div.inner h1 {
    margin-left: 30px;
    padding-top: 435px;
    position: relative;
  }
  body#message main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    padding: 0 5px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#message main section#mv div.inner p.position {
    width: 27.7777777778%;
    position: absolute;
    top: 500px;
    left: 8%;
    padding: 12px 15px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  body#message main section#mv div.inner p.position span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
  body#message main section#text01 div.inner, body#message main section#text02 div.inner, body#message main section#text03 div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#message main section#text01 div.inner h2, body#message main section#text02 div.inner h2, body#message main section#text03 div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 40px;
    position: relative;
  }
  body#message main section#text01 div.inner h2::after, body#message main section#text02 div.inner h2::after, body#message main section#text03 div.inner h2::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #0058a1;
    top: 35px;
    left: 43%;
  }
  body#message main section#text01 div.inner p.text, body#message main section#text02 div.inner p.text, body#message main section#text03 div.inner p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body#message main section#text01 .inner {
    padding: 65px 0 60px 0;
  }
  body#message main section#text02 {
    background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 70%, #fff 70%, #fff 100%);
  }
  body#message main section#text02 div.inner {
    padding: 40px 0 60px 0;
  }
  body#message main section#text02 div.inner p.text {
    padding-bottom: 25px;
  }
  body#message main section#text02 div.inner p.img {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body#message main section#text03 .inner {
    padding-bottom: 95px;
  }
}
body.story main {
  margin-top: 66px;
}
body.story main section#mv {
  border-bottom: solid 1px #0058a1;
}
body.story main section#mv .inner {
  position: relative;
}
body.story main section#mv .inner .mv_ph {
  margin-bottom: 130px;
}
body.story main section#mv .inner h1 {
  width: 100%;
  padding-top: 265px;
  position: relative;
  justify-content: center;
}
body.story main section#mv .inner h1 span {
  width: 100%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: block;
  padding: 5px 0;
  margin-left: 190px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body.story main section#mv .inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body.story main section#mv .inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body.story main section#mv .inner .position {
  position: absolute;
  bottom: -90px;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  width: 230px;
  padding: 25px 260px 25px 25px;
  background-color: #fff;
}
body.story main section#mv .inner .position small {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #0058a1;
}
body.story main section#mv .inner .position strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  display: block;
}
body.story main section#mv .inner .position span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
body.story main section#intro .inner, body.story main section#works .inner, body.story main section#culture .inner, body.story main section#future .inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 55px;
}
body.story main section#intro .inner h2, body.story main section#works .inner h2, body.story main section#culture .inner h2, body.story main section#future .inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
  text-align: center;
  color: #000000;
  padding-bottom: 60px;
}
body.story main section#intro .inner h3, body.story main section#works .inner h3, body.story main section#culture .inner h3, body.story main section#future .inner h3 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  color: #0058a1;
  padding-bottom: 30px;
}
body.story main section#intro .inner h3::after, body.story main section#works .inner h3::after, body.story main section#culture .inner h3::after, body.story main section#future .inner h3::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #0058a1;
  top: 40px;
  left: -3%;
}
body.story main section#intro .inner p.text, body.story main section#works .inner p.text, body.story main section#culture .inner p.text, body.story main section#future .inner p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
body.story main section#intro .inner {
  padding: 125px 0 115px 0;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
body.story main section#intro .inner h3 {
  width: 90.9090909091%;
  position: relative;
}
body.story main section#intro .inner h3::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #0058a1;
  top: 40px;
  left: -2%;
}
body.story main section#intro .inner p.text {
  width: 72.7272727273%;
  margin: 0 auto;
  margin-right: 200px;
  text-align: justify;
}
body.story main section#works .inner, body.story main section#culture .inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
body.story main section#works .inner .c-flex__sb, body.story main section#culture .inner .c-flex__sb {
  width: 100%;
}
body.story main section#works .inner .c-flex__sb .text_contents, body.story main section#culture .inner .c-flex__sb .text_contents {
  width: 54.5454545455%;
}
body.story main section#works .inner .c-flex__sb .text_contents h3, body.story main section#culture .inner .c-flex__sb .text_contents h3 {
  width: 100%;
  color: #0058a1;
}
body.story main section#works .inner .c-flex__sb .text_contents p.text, body.story main section#culture .inner .c-flex__sb .text_contents p.text {
  width: 100%;
  text-align: justify;
  padding-bottom: 55px;
}
body.story main section#works .inner .c-flex__sb p.img, body.story main section#culture .inner .c-flex__sb p.img {
  width: 38.1818181818%;
}
body.story main section#works .inner {
  padding-bottom: 55px;
}
body.story main section#works .inner .c-flex__sb p.img {
  padding-top: 115px;
}
body.story main section#culture .inner {
  padding-bottom: 55px;
}
body.story main section#culture .inner .c-flex__sb {
  flex-direction: row-reverse;
}
body.story main section#culture .inner .c-flex__sb .text_contents {
  width: 45.6363636364%;
}
body.story main section#culture .inner .c-flex__sb .text_contents p.text {
  width: 100%;
}
body.story main section#culture .inner .c-flex__sb p.img {
  padding-top: 10px;
  width: 46.9090909091%;
}
body.story main section#future .inner {
  padding-bottom: 55px;
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
}
body.story main section#future .inner .c-flex__sb {
  width: 100%;
}
body.story main section#future .inner .c-flex__sb .text_contents {
  width: 43.8524590164%;
}
body.story main section#future .inner .c-flex__sb .text_contents h3 {
  width: 100%;
}
body.story main section#future .inner .c-flex__sb .text_contents p.text {
  width: 100%;
  padding-bottom: 55px;
}
body.story main section#future .inner .c-flex__sb p.img {
  width: 49.5081967213%;
  padding-top: 70px;
}
body.story main section#choice {
  padding-top: 80px;
  background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 65%, #fff 65%, #fff 100%);
}
body.story main section#choice .inner {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 115px;
}
body.story main section#choice .inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
  text-align: center;
  padding-bottom: 30px;
}
body.story main section#choice .inner p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 55px;
  width: 100%;
}
body.story main section#choice .inner p.img {
  width: 85%;
  margin: 0 auto;
}
body.story main section#schedule .inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body.story main section#schedule .inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 30px;
  color: #000000;
}
body.story main section#schedule .inner .c-flex__sb {
  width: 85%;
  border: solid 1px #0058a1;
  padding: 70px 110px;
}
body.story main section#schedule .inner .c-flex__sb .sche_box {
  width: 45.8823529412%;
  position: relative;
}
body.story main section#schedule .inner .c-flex__sb .sche_box dl {
  width: 100%;
  height: 60px;
}
body.story main section#schedule .inner .c-flex__sb .sche_box dl dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
body.story main section#schedule .inner .c-flex__sb .sche_box dl dt::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: -45px;
  background-color: #0058a1;
  border-radius: 50%;
}
body.story main section#schedule .inner .c-flex__sb .sche_box dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
body.story main section#schedule .inner .c-flex__sb .sche_box dl.add {
  height: 85px;
}
body.story main section#schedule .inner .c-flex__sb .sche_box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120%;
  top: -30px;
  left: -40px;
  background-color: #0058a1;
}
body.story main section#schedule .inner p.attention {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: end;
  padding-top: 10px;
  margin: 0 -70px 120px 0;
}
body.story main section#people {
  background-color: #e5eef6;
}
body.story main section#people .inner {
  padding: 75px 0;
  max-width: 780px;
  width: 95%;
  margin: 0 auto;
}
body.story main section#people .inner .c-flex__sb {
  width: 100%;
}
body.story main section#people .inner .c-flex__sb a {
  display: block;
  text-decoration: none;
  width: 28.2051282051%;
}
body.story main section#people .inner .c-flex__sb a p.name small {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0058a1;
  display: block;
}
body.story main section#people .inner .c-flex__sb a p.name strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  display: block;
}
body.story main section#people .inner .c-flex__sb a p.name span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: block;
}

body#stories01 main section#mv .inner h1 span:nth-child(1) {
  width: 630px;
  margin-bottom: 10px;
}
body#stories01 main section#mv .inner h1 span:nth-child(2) {
  width: 765px;
}

body#stories02 main section#mv .inner h1 span:nth-child(1) {
  width: 580px;
  margin-bottom: 10px;
}
body#stories02 main section#mv .inner h1 span:nth-child(2) {
  width: 580px;
}

body#stories03 main section#mv .inner h1 span:nth-child(1) {
  width: 600px;
  margin-bottom: 10px;
}
body#stories03 main section#mv .inner h1 span:nth-child(2) {
  width: 650px;
}

body#stories04 main section#mv .inner h1 span:nth-child(1) {
  width: 580px;
  margin-bottom: 10px;
}
body#stories04 main section#mv .inner h1 span:nth-child(2) {
  width: 600px;
}

@media screen and (max-width: 767px) {
  body.story main section#mv div.inner {
    position: relative;
  }
  body.story main section#mv div.inner h1 {
    padding-top: 385px;
    position: relative;
  }
  body.story main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    margin-left: 10px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body.story main section#mv div.inner .position {
    position: absolute;
    bottom: -110px;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 90%;
    padding: 0;
    background-color: #fff;
  }
  body.story main section#mv div.inner .position small {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #0058a1;
  }
  body.story main section#mv div.inner .position strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }
  body.story main section#mv div.inner .position span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    display: block;
  }
  body.story main section#intro .inner, body.story main section#works .inner, body.story main section#culture .inner, body.story main section#future .inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  body.story main section#intro .inner h2, body.story main section#works .inner h2, body.story main section#culture .inner h2, body.story main section#future .inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    padding-bottom: 30px;
  }
  body.story main section#intro .inner h3, body.story main section#works .inner h3, body.story main section#culture .inner h3, body.story main section#future .inner h3 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-bottom: 15px;
  }
  body.story main section#intro .inner h3::after, body.story main section#works .inner h3::after, body.story main section#culture .inner h3::after, body.story main section#future .inner h3::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    top: 25px;
    left: -6%;
  }
  body.story main section#intro .inner p.text, body.story main section#works .inner p.text, body.story main section#culture .inner p.text, body.story main section#future .inner p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
  body.story main section#intro .inner {
    padding: 60px 0 55px 0;
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body.story main section#intro .inner h3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body.story main section#intro .inner h3::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #0058a1;
    top: 25px;
    left: -6%;
  }
  body.story main section#intro .inner p.text {
    width: 100%;
    margin: 0 auto;
    margin-right: 50px;
  }
  body.story main section#works .inner, body.story main section#culture .inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body.story main section#works .inner .c-flex__sb, body.story main section#culture .inner .c-flex__sb {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  body.story main section#works .inner .c-flex__sb .text_contents, body.story main section#culture .inner .c-flex__sb .text_contents {
    width: 100%;
    margin: 0 auto;
  }
  body.story main section#works .inner .c-flex__sb .text_contents h3, body.story main section#culture .inner .c-flex__sb .text_contents h3 {
    width: 100%;
  }
  body.story main section#works .inner .c-flex__sb .text_contents p.text, body.story main section#culture .inner .c-flex__sb .text_contents p.text {
    width: 100%;
    padding-bottom: 25px;
  }
  body.story main section#works .inner .c-flex__sb p.img, body.story main section#culture .inner .c-flex__sb p.img {
    width: 82.3529411765%;
    margin: 0 auto;
  }
  body.story main section#works .inner {
    padding-bottom: 50px;
  }
  body.story main section#works .inner .c-flex__sb p.img {
    padding-top: 20px;
  }
  body.story main section#culture .inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body.story main section#culture .inner .c-flex__sb {
    flex-direction: column;
  }
  body.story main section#culture .inner .c-flex__sb .text_contents {
    width: 100%;
    margin: 0 auto;
  }
  body.story main section#culture .inner .c-flex__sb .text_contents p.text {
    width: 100%;
  }
  body.story main section#culture .inner .c-flex__sb p.img {
    padding-top: 10px;
    width: 82.3529411765%;
  }
  body.story main section#future .inner {
    padding-bottom: 50px;
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body.story main section#future .inner .c-flex__sb {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  body.story main section#future .inner .c-flex__sb .text_contents {
    width: 100%;
    margin: 0 auto;
  }
  body.story main section#future .inner .c-flex__sb .text_contents h3 {
    width: 100%;
  }
  body.story main section#future .inner .c-flex__sb .text_contents p.text {
    width: 100%;
    padding-bottom: 25px;
  }
  body.story main section#future .inner .c-flex__sb p.img {
    width: 82.3529411765%;
    margin: 0 auto;
    padding-top: 35px;
  }
  body.story main section#choice {
    padding-top: 40px;
    background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 68%, #fff 68%, #fff 100%);
  }
  body.story main section#choice .inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 115px;
  }
  body.story main section#choice .inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    padding-bottom: 15px;
  }
  body.story main section#choice .inner p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 25px;
    width: 100%;
  }
  body.story main section#choice .inner p.img {
    width: 82.3529411765%;
    margin: 0 auto;
  }
  body.story main section#schedule .inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body.story main section#schedule .inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  body.story main section#schedule .inner .c-flex__sb {
    width: 100%;
    flex-direction: column;
    padding: 35px 0px;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box {
    width: 76.4705882353%;
    margin: 0 auto;
    position: relative;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box dl {
    width: 100%;
    height: 60px;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box dl dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    position: relative;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box dl dt::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: -25px;
    background-color: #0058a1;
    border-radius: 50%;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box dl.add {
    height: 85px;
  }
  body.story main section#schedule .inner .c-flex__sb .sche_box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 110%;
    top: -20px;
    left: -20px;
    background-color: #0058a1;
  }
  body.story main section#schedule .inner p.attention {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-top: 5px;
    margin: 0 0px 60px 0;
  }
  body.story main section#people .inner {
    padding: 35px 0;
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body.story main section#people .inner .c-flex__sb {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  body.story main section#people .inner .c-flex__sb a {
    width: 82.3529411765%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body.story main section#people .inner .c-flex__sb a p.name small {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
  }
  body.story main section#people .inner .c-flex__sb a p.name strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
  }
  body.story main section#people .inner .c-flex__sb a p.name span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
  }
  body#stories01 main section#mv {
    padding-bottom: 10px;
  }
  body#stories01 main section#mv .inner h1 span:nth-child(1) {
    width: 80.6451612903%;
  }
  body#stories01 main section#mv .inner h1 span:nth-child(2) {
    width: 96.7741935484%;
  }
  body#stories01 main section#mv .inner .position {
    position: absolute;
    bottom: -135px;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 90%;
    padding: 0;
    background-color: #fff;
    padding: 10px 0px 10px 40px;
  }
  body#stories02 main section#mv .inner h1 span:nth-child(1) {
    width: 75.2688172043%;
  }
  body#stories02 main section#mv .inner h1 span:nth-child(2) {
    width: 75.2688172043%;
  }
  body#stories03 main section#mv .inner h1 span:nth-child(1) {
    width: 80.6451612903%;
  }
  body#stories03 main section#mv .inner h1 span:nth-child(2) {
    width: 89.247311828%;
  }
  body#stories04 main section#mv .inner h1 span:nth-child(1) {
    width: 75.2688172043%;
  }
  body#stories04 main section#mv .inner h1 span:nth-child(2) {
    width: 80.6451612903%;
  }
}
body#top main {
  margin-top: 66px;
}
body#top main #mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
body#top main #mv h1 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 74px;
  text-align: center;
  position: absolute;
  top: calc(50% - 74px);
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
body#top main #mv #anime-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1;
}
body#top main section#text_only {
  filter: blur(20px);
}
body#top main section#text_only div.inner {
  max-width: 513px;
  width: 95%;
  margin: 0 auto;
  padding: 155px 0 115px 0;
}
body#top main section#text_only div.inner p.text {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  writing-mode: vertical-rl;
  color: #000000;
  text-orientation: upright;
}
body#top main section#appearance .inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#top main section#appearance .inner p.img {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
body#top main section#appearance .inner p.img img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#top main section#appearance .inner p.img img.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#top main section#two_btn div.inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 180px;
}
body#top main section#two_btn div.inner div.c-flex__sb {
  width: 100%;
}
body#top main section#two_btn div.inner div.c-flex__sb a {
  width: 48.9583333333%;
  text-decoration: none;
  display: block;
  position: relative;
}
body#top main section#two_btn div.inner div.c-flex__sb a p.img {
  width: 100%;
}
body#top main section#two_btn div.inner div.c-flex__sb a p.img img {
  width: 91.4893617021%;
  display: block;
  margin: 0 auto;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#top main section#two_btn div.inner div.c-flex__sb a p.img img.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#top main section#two_btn div.inner div.c-flex__sb a p.btn_text {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  width: 94.6808510638%;
  background: url(../img/common/btn_mark_w.png) 98% 90%/8px no-repeat, linear-gradient(90deg, #0058a1, #4992b9);
  color: #fff;
  padding-left: 25px;
  margin: 0 auto;
  position: absolute;
  bottom: -110px;
  left: 0%;
  opacity: 0;
}
body#top main section#about div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 100px;
}
body#top main section#about div.inner h2 {
  text-align: center;
  color: #000000;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
}
body#top main section#about div.inner p.text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  padding-bottom: 80px;
}
body#top main section#about div.inner p.img {
  width: 100%;
  margin: 0 auto;
}
body#top main section#about div.inner p.img img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#top main section#about div.inner p.img img.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#top main section#about div.inner div.c-flex__sb {
  width: 96%;
  margin: 0 auto;
}
body#top main section#about div.inner div.c-flex__sb a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  color: #000000;
  width: 47.3958333333%;
  padding-left: 15px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  margin-top: -50px;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
  z-index: 2;
  margin-top: -30px;
  opacity: 0;
}
body#top main section#people {
  padding-top: 75px;
  background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 55%, #fff 55%, #fff 100%);
}
body#top main section#people div.inner {
  max-width: 1020px;
  width: 95%;
  margin: 0 auto;
}
body#top main section#people div.inner h2 {
  color: #000000;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
}
body#top main section#people div.inner p.text {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 45px;
}
body#top main section#people div.inner div.c-flex__sb {
  width: 92.1568627451%;
  margin: 0 auto;
  padding: 0px 0 90px 0;
}
body#top main section#people div.inner div.c-flex__sb a.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#top main section#people div.inner div.c-flex__sb a {
  display: block;
  text-decoration: none;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  width: 23.4042553191%;
}
body#top main section#people div.inner div.c-flex__sb a p.img {
  width: 100%;
}
body#top main section#people div.inner div.c-flex__sb a p.name small {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: #0058a1;
}
body#top main section#people div.inner div.c-flex__sb a p.name strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: block;
  color: #000000;
}
body#top main section#people div.inner div.c-flex__sb a p.name span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #000000;
}
body#top main section#people div.inner div.c-flex__sb a:nth-child(2) {
  padding-top: 50px;
}
body#top main section#people div.inner div.c-flex__sb a:nth-child(4) {
  padding-top: 50px;
}
body#top main section#culture div.inner {
  max-width: 740px;
  width: 95%;
  margin: 0 auto;
}
body#top main section#culture div.inner h2 {
  text-align: center;
  color: #000000;
  padding-bottom: 70px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
}
body#top main section#culture div.inner a {
  display: block;
  text-decoration: none;
}
body#top main section#culture div.inner a p.img {
  width: 60.8108108108%;
}
body#top main section#culture div.inner a p.img img {
  width: 100%;
  display: block;
}
body#top main section#culture div.inner a p.btn_text {
  width: 61.4864864865%;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  padding-left: 15px;
  color: #000000;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
}
body#top main section#culture div.inner a.one {
  position: relative;
  margin-bottom: 120px;
}
body#top main section#culture div.inner a.one p.btn_text {
  width: 61.4864864865%;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  padding-left: 15px;
  color: #000000;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -90px;
  left: -50px;
}
body#top main section#culture div.inner a.two {
  display: block;
  text-decoration: none;
  position: relative;
  margin-bottom: 190px;
}
body#top main section#culture div.inner a.two p.img {
  width: 60.8108108108%;
  margin-left: auto;
  margin-right: 0;
}
body#top main section#culture div.inner a.two p.img img {
  width: 100%;
  display: block;
}
body#top main section#culture div.inner a.two p.btn_text {
  width: 61.4864864865%;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  padding-left: 15px;
  color: #000000;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -90px;
  right: -50px;
}
body#top main section#career {
  background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 73%, #fff 73%, #fff 100%);
}
body#top main section#career div.inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
}
body#top main section#career div.inner h2 {
  color: #000000;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
}
body#top main section#career div.inner p.text {
  color: #000000;
  padding-bottom: 50px;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
body#top main section#career div.inner div.c-flex__sb {
  width: 95.4545454545%;
  margin: 0 auto;
  margin-bottom: 160px;
}
body#top main section#career div.inner div.c-flex__sb a {
  position: relative;
  text-decoration: none;
  width: 44.7619047619%;
}
body#top main section#career div.inner div.c-flex__sb a p.img {
  width: 95.7446808511%;
}
body#top main section#career div.inner div.c-flex__sb a p.img img {
  width: 100%;
}
body#top main section#career div.inner div.c-flex__sb a p.btn_text {
  width: 96.8085106383%;
  padding-left: 15px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  background-color: #fff;
  color: #000000;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
}
body#top main section#career div.inner div.c-flex__sb a.one {
  position: relative;
}
body#top main section#career div.inner div.c-flex__sb a.one p.btn_text {
  position: absolute;
  bottom: -10px;
  left: -50px;
}
body#top main section#career div.inner div.c-flex__sb a.two {
  margin-top: 50px;
  position: relative;
}
body#top main section#career div.inner div.c-flex__sb a.two p.btn_text {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
body#top main section#recruit div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#top main section#recruit div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
  color: #000000;
  text-align: center;
}
body#top main section#recruit div.inner p.text {
  color: #000000;
  text-align: center;
  padding-bottom: 80px;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
body#top main section#recruit div.inner p.img {
  width: 100%;
  margin: 0 auto;
}
body#top main section#recruit div.inner p.img img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#top main section#recruit div.inner p.img img.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#top main section#recruit div.inner div.c-flex__sb {
  width: 96%;
  margin: 0 auto;
}
body#top main section#recruit div.inner div.c-flex__sb a {
  text-decoration: none;
  color: #000000;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120px;
  width: 47.3958333333%;
  padding-left: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
  margin: -50px 0 95px 0;
  background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
  z-index: 2;
  margin-top: -30px;
  opacity: 0;
}

@keyframes blur_animation {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
.blur_animation {
  animation: blur_animation 1s linear 0s 1 normal forwards running;
}

.slick-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.slider.pc {
  display: block;
}

.slider.sp {
  display: none;
}

.slide-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 34px);
}
.slide-arrow img {
  width: 17px;
  cursor: pointer;
}

.prev-arrow {
  left: 2%;
}

.next-arrow {
  right: 2%;
}

@media screen and (max-width: 767px) {
  body#top main #mv {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  body#top main #mv h1 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 52px;
    position: absolute;
    top: calc(50% - 50px);
    left: 3%;
    width: 100%;
  }
  body#top main section#text_only div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 75px 0 55px 0;
  }
  body#top main section#text_only div.inner p.text {
    width: 94.4444444444%;
    margin: 0 auto;
    writing-mode: horizontal-tb;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 31px;
  }
  body#top main section#appearance .inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
  body#top main section#appearance .inner p.img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body#top main section#two_btn div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  body#top main section#two_btn div.inner div.c-flex__sb {
    width: 83.3333333333%;
    margin: 0 auto;
    flex-direction: column;
  }
  body#top main section#two_btn div.inner div.c-flex__sb a {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body#top main section#two_btn div.inner div.c-flex__sb a p.img {
    width: 93.3333333333%;
    margin: 0 auto;
  }
  body#top main section#two_btn div.inner div.c-flex__sb a p.img img {
    width: 100%;
    margin: 0 auto;
  }
  body#top main section#two_btn div.inner div.c-flex__sb a p.btn_text {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    width: 100%;
    background: url(../img/common/btn_mark_w.png) 98% 90%/8px, linear-gradient(90deg, #0058a1, #4992b9);
    background-repeat: no-repeat;
    padding-left: 12px;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    left: -2%;
  }
  body#top main section#two_btn div.inner div.c-flex__sb a:nth-child(1) {
    margin-bottom: 120px;
  }
  body#top main section#about div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body#top main section#about div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
  }
  body#top main section#about div.inner p.text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 40px;
  }
  body#top main section#about div.inner p.img {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body#top main section#about div.inner div.c-flex__sb {
    width: 83.3333333333%;
    margin: 0 auto;
    flex-direction: column;
  }
  body#top main section#about div.inner div.c-flex__sb a {
    width: 100%;
    padding-left: 7px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    margin-top: -25px;
    background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
    margin-top: -35px;
  }
  body#top main section#about div.inner div.c-flex__sb a:nth-child(1) {
    margin-bottom: 40px;
  }
  body#top main section#people {
    padding-top: 35px;
    background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 60%, #fff 60%, #fff 100%);
  }
  body#top main section#people div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#top main section#people div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
  }
  body#top main section#people div.inner p.text {
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 20px;
  }
  body#top main section#people div.inner div.c-flex__sb {
    width: 100%;
    padding: 0px 0 25px 0;
    flex-direction: column;
  }
  body#top main section#people div.inner div.c-flex__sb a {
    width: 77.7777777778%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body#top main section#people div.inner div.c-flex__sb a p.img {
    width: 100%;
  }
  body#top main section#people div.inner div.c-flex__sb a p.name small {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
  }
  body#top main section#people div.inner div.c-flex__sb a p.name strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
  }
  body#top main section#people div.inner div.c-flex__sb a p.name span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
  }
  body#top main section#people div.inner div.c-flex__sb a:nth-child(2) {
    padding-top: 0px;
  }
  body#top main section#people div.inner div.c-flex__sb a:nth-child(4) {
    padding-top: 0px;
  }
  body#top main section#culture div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#top main section#culture div.inner h2 {
    padding-bottom: 35px;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
  }
  body#top main section#culture div.inner a p.img {
    width: 77.7777777778%;
    margin: 0 auto;
  }
  body#top main section#culture div.inner a p.img img {
    width: 100%;
    display: block;
  }
  body#top main section#culture div.inner a p.btn_text {
    width: 83.3333333333%;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    padding-left: 7px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
  }
  body#top main section#culture div.inner a.one {
    position: relative;
    margin-bottom: 100px;
  }
  body#top main section#culture div.inner a.one p.btn_text {
    width: 83.3333333333%;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    padding-left: 7px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: -70px;
    left: 8%;
  }
  body#top main section#culture div.inner a.two {
    position: relative;
    margin-bottom: 120px;
  }
  body#top main section#culture div.inner a.two p.img {
    width: 77.7777777778%;
    margin: 0 auto;
  }
  body#top main section#culture div.inner a.two p.img img {
    width: 100%;
  }
  body#top main section#culture div.inner a.two p.btn_text {
    width: 83.3333333333%;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    padding-left: 7px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: -70px;
    right: 8%;
  }
  body#top main section#career {
    background: linear-gradient(180deg, #e5eef6 0%, #e5eef6 75%, #fff 75%, #fff 100%);
  }
  body#top main section#career div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 35px;
  }
  body#top main section#career div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
  }
  body#top main section#career div.inner p.text {
    padding-bottom: 25px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
  }
  body#top main section#career div.inner div.c-flex__sb {
    width: 83.3333333333%;
    margin: 0 auto;
    margin-bottom: 80px;
    flex-direction: column;
  }
  body#top main section#career div.inner div.c-flex__sb a {
    position: relative;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
  }
  body#top main section#career div.inner div.c-flex__sb a p.img {
    width: 93.3333333333%;
    margin: 0 auto;
  }
  body#top main section#career div.inner div.c-flex__sb a p.img img {
    width: 100%;
  }
  body#top main section#career div.inner div.c-flex__sb a p.btn_text {
    width: 100%;
    padding-left: 7px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
  }
  body#top main section#career div.inner div.c-flex__sb a.one {
    position: relative;
    margin-bottom: 60px;
  }
  body#top main section#career div.inner div.c-flex__sb a.one p.btn_text {
    position: absolute;
    bottom: -60px;
    left: -1%;
  }
  body#top main section#career div.inner div.c-flex__sb a.two {
    margin-top: 25px;
    position: relative;
  }
  body#top main section#career div.inner div.c-flex__sb a.two p.btn_text {
    position: absolute;
    bottom: -60px;
    right: -2%;
  }
  body#top main section#recruit div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#top main section#recruit div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
  }
  body#top main section#recruit div.inner p.text {
    padding-bottom: 40px;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
  }
  body#top main section#recruit div.inner p.img {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body#top main section#recruit div.inner div.c-flex__sb {
    width: 83.3333333333%;
    margin: 0 auto;
    flex-direction: column;
  }
  body#top main section#recruit div.inner div.c-flex__sb a {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 84px;
    width: 100%;
    margin: 0 auto;
    padding-left: 7px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    margin: -25px 0 45px 0;
    background: #fff url(../img/common/btn_mark.png) 98% 90%/8px no-repeat;
    margin-top: -15px;
  }
  @keyframes blur_animation {
    0% {
      filter: blur(20px);
    }
    100% {
      filter: blur(0);
    }
  }
  .blur_animation {
    animation: blur_animation 1s linear 0s 1 normal forwards running;
  }
  .slick-img img {
    height: 600px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .slider.pc {
    display: none;
  }
  .slider.sp {
    display: block;
  }
  .slide-arrow {
    position: absolute;
    z-index: 3;
    top: calc(50% - 34px);
  }
  .slide-arrow img {
    width: 17px;
    cursor: pointer;
  }
  .prev-arrow {
    left: 2%;
  }
  .next-arrow {
    right: 2%;
  }
}
body#newgraduate main {
  margin-top: 66px;
}
body#newgraduate main section#mv div.inner h1 {
  display: flex;
  justify-content: center;
  padding-top: 235px;
  position: relative;
}
body#newgraduate main section#mv div.inner h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  color: #0058a1;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
body#newgraduate main section#mv div.inner h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#newgraduate main section#mv div.inner h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: block;
}
body#newgraduate main section#requirment div.inner {
  padding-top: 120px;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#newgraduate main section#requirment div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 90px;
  position: relative;
  color: #0058a1;
}
body#newgraduate main section#requirment div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 60px;
  left: 49%;
  background-color: #e6222e;
}
body#newgraduate main section#requirment div.inner dl.c-flex__sb {
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #0058a1;
  margin-bottom: 150px;
}
body#newgraduate main section#requirment div.inner dl.c-flex__sb dt {
  width: 25%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  padding: 30px 0 30px 50px;
  border-bottom: solid 1px #0058a1;
}
body#newgraduate main section#requirment div.inner dl.c-flex__sb dd {
  width: 70%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  padding: 30px 0;
  border-bottom: solid 1px #0058a1;
}
body#newgraduate main section#requirment div.inner dl.c-flex__sb dd span {
  color: #0058a1;
}
body#newgraduate main section#flow {
  background-color: #e5eef6;
}
body#newgraduate main section#flow .inner {
  max-width: 975px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
body#newgraduate main section#flow .inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  color: #0058a1;
}
body#newgraduate main section#flow .inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 60px;
  left: 48%;
  background-color: #e6222e;
}
body#newgraduate main section#flow .inner .c-flex__sb {
  width: 100%;
  padding: 60px 110px 80px 110px;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box {
  width: 47.6923076923%;
  position: relative;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box dl {
  width: 86.0215053763%;
  height: 75px;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  color: #0058a1;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dt::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  left: -45px;
  background-color: #0058a1;
  border-radius: 50%;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box dl.add {
  height: 105px;
}
body#newgraduate main section#flow .inner .c-flex__sb .step_box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 370px;
  top: -30px;
  left: -40px;
  background-color: #0058a1;
}
body#newgraduate main section#flow .inner p.attention {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: start;
  width: 83.0769230769%;
  margin: 0 auto;
  position: relative;
}
body#newgraduate main section#flow .inner p.attention::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  left: -15px;
  background-color: #0058a1;
  border-radius: 50%;
}
body#newgraduate main section#flow .inner p.attention:nth-child(4) {
  padding-bottom: 70px;
}
body#newgraduate main section#faq div.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 150px 0 45px 0;
}
body#newgraduate main section#faq div.inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 95px;
  position: relative;
  color: #0058a1;
}
body#newgraduate main section#faq div.inner h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 60px;
  left: 48.5%;
  background-color: #e6222e;
}
body#newgraduate main section#faq div.inner div.q_sheet {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  margin-bottom: 35px;
  background: url(../img/newgraduate/plus.svg) 98% center/30px no-repeat #0058a1;
}
body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
}
body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 70px;
  width: 7.5%;
  text-align: center;
  position: relative;
}
body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 25px;
  left: 85%;
  background-color: #fff;
}
body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 70px;
  width: 92%;
}
body#newgraduate main section#faq div.inner div.q_sheet.open {
  background: url(../img/newgraduate/minus.svg) 98% center/30px no-repeat #0058a1;
}
body#newgraduate main section#faq div.inner div.a_sheet {
  width: 80%;
  margin: 0 auto;
  display: none;
}
body#newgraduate main section#faq div.inner div.a_sheet p.text {
  padding: 0px 0 55px 0;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
body#newgraduate main section#faq div.inner div.a_sheet p.text span {
  color: #0058a1;
}
body#newgraduate main section#faq div.inner div.a_sheet p.text a {
  color: #0058a1;
}
body#newgraduate main section#faq div.inner div.a_sheet p.text a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  body#newgraduate main section#mv div.inner {
    position: relative;
  }
  body#newgraduate main section#mv div.inner h1 {
    padding-top: 265px;
    position: relative;
  }
  body#newgraduate main section#mv div.inner h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    margin: 0 auto;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#newgraduate main section#requirment div.inner {
    padding-top: 60px;
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#newgraduate main section#requirment div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 45px;
    position: relative;
  }
  body#newgraduate main section#requirment div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 45px;
    left: 45%;
  }
  body#newgraduate main section#requirment div.inner dl.c-flex__sb {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
  }
  body#newgraduate main section#requirment div.inner dl.c-flex__sb dt {
    width: 30%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding: 15px 0 15px 7px;
    box-sizing: border-box;
  }
  body#newgraduate main section#requirment div.inner dl.c-flex__sb dd {
    width: 70%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding: 15px 0;
  }
  body#newgraduate main section#flow .inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
  }
  body#newgraduate main section#flow .inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 30px;
    position: relative;
  }
  body#newgraduate main section#flow .inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 45px;
    left: 45%;
    background-color: #e6222e;
  }
  body#newgraduate main section#flow .inner .c-flex__sb {
    width: 100%;
    padding: 10px 0px 20px 0px;
    flex-direction: column;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box {
    width: 83.3333333333%;
    margin: 0 auto;
    position: relative;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box dl {
    width: 100%;
    height: 55px;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    color: #0058a1;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dt::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -25px;
    background-color: #0058a1;
    border-radius: 50%;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box dl.add {
    height: 75px;
  }
  body#newgraduate main section#flow .inner .c-flex__sb .step_box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: -10px;
    left: -20px;
    background-color: #0058a1;
  }
  body#newgraduate main section#flow .inner p.attention {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    text-align: start;
    width: 83.3333333333%;
    margin: 0 auto;
    position: relative;
  }
  body#newgraduate main section#flow .inner p.attention::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -25px;
    background-color: #0058a1;
    border-radius: 50%;
  }
  body#newgraduate main section#flow .inner p.attention:nth-child(4) {
    padding-bottom: 35px;
  }
  body#newgraduate main section#faq div.inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 75px 0 20px 0;
  }
  body#newgraduate main section#faq div.inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 45px;
    position: relative;
  }
  body#newgraduate main section#faq div.inner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 45px;
    left: 45%;
    background-color: #e6222e;
  }
  body#newgraduate main section#faq div.inner div.q_sheet {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../img/newgraduate/plus.svg) 97% center/20px no-repeat #0058a1;
  }
  body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb {
    width: 100%;
  }
  body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 49px;
    width: 11.1111111111%;
    position: relative;
  }
  body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 33%;
    left: 100%;
    background-color: #fff;
  }
  body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 49px;
    width: 83.3333333333%;
  }
  body#newgraduate main section#faq div.inner div.q_sheet dl.c-flex__sb dd.x2 {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
  }
  body#newgraduate main section#faq div.inner div.q_sheet.open {
    background: url(../img/newgraduate/minus.svg) 97% center/20px no-repeat #0058a1;
  }
  body#newgraduate main section#faq div.inner div.a_sheet {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body#newgraduate main section#faq div.inner div.a_sheet p.text {
    padding: 20px 0 25px 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
}
body#welfare main {
  margin-top: 66px;
}
body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 {
  display: flex;
  padding-top: 235px;
  justify-content: center;
  position: relative;
}
body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: center;
  color: #0058a1;
}
body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
}
body#welfare main section#workway .p-workway-inner {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 145px;
}
body#welfare main section#workway .p-workway-inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 30px;
  margin: 115px 0 60px 0;
  text-align: center;
  color: #0058a1;
  position: relative;
}
body#welfare main section#workway .p-workway-inner h2::after {
  content: "";
  background: #e6222e;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 70px;
  left: 48%;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li {
  width: 33.2222222222%;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl {
  width: 86.6666666667%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 25px;
  margin-top: 40px;
  color: #0058a1;
  text-align: center;
  position: relative;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dt::after {
  position: absolute;
  content: "";
  top: 40px;
  left: 40%;
  width: 50px;
  height: 1px;
  background: #0058a1;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dd.p-workway__icon {
  padding-bottom: 20px;
  height: 70px;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dd.p-workwat__text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
  color: #000000;
  text-align: justify;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(1),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(2),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(3),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(4),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(5),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(6),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(7),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(8),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(9) {
  border-bottom: solid 1px #0058a1;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(2),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(5),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(8),
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(11) {
  border-left: solid 1px #0058a1;
  border-right: solid 1px #0058a1;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(1) dl dd.p-workway__icon {
  width: 34.6153846154%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(2) dl dd.p-workway__icon,
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(4) dl dd.p-workway__icon,
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(8) dl dd.p-workway__icon,
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(9) dl dd.p-workway__icon {
  width: 30.7692307692%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(3) dl dd.p-workway__icon {
  width: 30%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(5) dl dd.p-workway__icon {
  width: 30.3846153846%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(6) dl dd.p-workway__icon {
  width: 28.4615384615%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(7) dl dd.p-workway__icon {
  width: 10.3846153846%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(9) dl dd.p-workway__icon {
  width: 26.9230769231%;
  margin: 0 auto;
}
body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(10) dl dd.p-workway__icon {
  width: 27.6923076923%;
  margin: 0 auto;
}
body#welfare main section#voice {
  position: relative;
  margin-bottom: 145px;
}
body#welfare main section#voice .p-voice__back {
  width: 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -100;
}
body#welfare main section#voice .p-voice__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
}
body#welfare main section#voice .p-voice__inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  position: relative;
}
body#welfare main section#voice .p-voice__inner h2::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 65px;
  left: 48%;
  background: #fff;
}
body#welfare main section#voice .p-voice__inner .p-voice__box {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 35px 0;
  margin-bottom: 60px;
  border: solid 1px #0058a1;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb {
  width: 90%;
  margin: 0 auto;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position {
  width: 34.4444444444%;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position .p-voice__img {
  width: 100%;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl {
  width: 100%;
  color: #000000;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein {
  width: 60%;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 20px;
  color: #0058a1;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__systemname {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
  background-color: #0058a1;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
body#welfare main section#voice .p-voice__inner .p-voice__box:nth-child(4) {
  margin-bottom: 100px;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box {
  width: 100%;
  background-color: #e5eef6;
  padding: 45px 0;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box {
  width: 100%;
  background: url(../img/welfare/arrow_back.svg) center top/100% no-repeat;
  position: relative;
  height: 450px;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb {
  width: 95.625%;
  margin: 0 auto;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p {
  width: 23.5294117647%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  background: linear-gradient(90deg, #0058a1, #4992b9);
  margin-top: 165px;
  height: 180px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  color: #fff;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p span {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: block;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__maximize {
  width: 65%;
  position: absolute;
  top: 80px;
  left: 20%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  background-color: #fff;
  border: solid 1px #0058a1;
  text-align: center;
  color: #0058a1;
}
body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__wellbeing {
  width: 65%;
  position: absolute;
  bottom: 30px;
  left: 20%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  background-color: #0058a1;
  color: #fff;
  border: solid 1px #0058a1;
  text-align: center;
}
body#welfare main section#voice .p-voice__inner .p-diversity__inner {
  width: 80%;
  margin: 0 auto;
}
body#welfare main section#voice .p-voice__inner .p-diversity__inner h3 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px;
  text-align: center;
  color: #0058a1;
}
body#welfare main section#voice .p-voice__inner .p-diversity__text {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 25px;
}
body#welfare main section#voice .p-voice__inner .p-diversity__sastainable {
  width: 100%;
  background-color: #0058a1;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
}
body#welfare main section#gallery .p-gallery__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#welfare main section#gallery .p-gallery__inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  padding-bottom: 95px;
  text-align: center;
  color: #0058a1;
}
body#welfare main section#gallery .p-gallery__inner h2::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #e6222e;
  position: absolute;
  top: 65px;
  left: 48%;
}
body#welfare main section#gallery .p-gallery__inner .c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
body#welfare main section#gallery .p-gallery__img {
  width: 28.8%;
  padding-bottom: 70px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 {
    padding-top: 265px;
    position: relative;
  }
  body#welfare main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    margin: 0 auto;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  body#welfare main section#workway .p-workway-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  body#welfare main section#workway .p-workway-inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 55px 0 30px 0;
    position: relative;
  }
  body#welfare main section#workway .p-workway-inner h2::after {
    content: "";
    background: #e6222e;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 45px;
    left: 45%;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb {
    width: 100%;
    flex-direction: column;
    border-top: solid 1px #0058a1;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li {
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 1px #0058a1;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl {
    width: 100%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-top: 20px;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dt::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 46%;
    width: 25px;
    height: 1px;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dd.p-workway__icon {
    padding-bottom: 10px;
    padding-top: 15px;
    height: 60px;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li dl dd.p-workwat__text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 15px;
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(2),
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(5),
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(8),
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(11) {
    border-left: none;
    border-right: none;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(1) dl dd.p-workway__icon {
    width: 18.8888888889%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(2) dl dd.p-workway__icon,
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(4) dl dd.p-workway__icon,
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(8) dl dd.p-workway__icon,
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(9) dl dd.p-workway__icon {
    width: 16.6666666667%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(3) dl dd.p-workway__icon {
    width: 17.7777777778%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(5) dl dd.p-workway__icon {
    width: 16.6666666667%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(6) dl dd.p-workway__icon {
    width: 20%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(7) dl dd.p-workway__icon {
    width: 6.6666666667%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(9) dl dd.p-workway__icon {
    width: 16.6666666667%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(10) dl dd.p-workway__icon {
    width: 16.6666666667%;
    margin: 0 auto;
  }
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(11),
  body#welfare main section#workway .p-workway-inner ul.c-flex__sb li:nth-child(12) {
    display: none;
  }
  body#welfare main section#voice {
    position: relative;
    margin-bottom: 70px;
  }
  body#welfare main section#voice .p-voice__back {
    width: 100%;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -100;
  }
  body#welfare main section#voice .p-voice__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 35px;
  }
  body#welfare main section#voice .p-voice__inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    position: relative;
  }
  body#welfare main section#voice .p-voice__inner h2::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 45%;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box {
    width: 100%;
    padding: 20px 0 15px 0;
    margin: 30px 0;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl {
    margin-bottom: 20px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__position dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein dl {
    margin-bottom: 10px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__voicein dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box .c-flex__sb .p-voice__systemname {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  body#welfare main section#voice .p-voice__inner .p-voice__box:nth-child(4) {
    margin-bottom: 50px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box {
    width: 100%;
    padding: 20px 0 70px 0;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box {
    width: 100%;
    background: url(../img/welfare/arrow_back_sp.png) center top/100% no-repeat;
    position: relative;
    height: auto;
    height: 340px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p {
    width: 120px;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
    height: 120px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p span {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p:nth-child(1), body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__box .c-flex__sb p:nth-child(2) {
    margin-top: 80px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__maximize {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 23px;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0%;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__box .p-attempt__wellbeing {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 23px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__inner {
    width: 80%;
    margin: 0 auto;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__inner h3 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: center;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__text {
    color: #000000;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 25px;
  }
  body#welfare main section#voice .p-voice__inner .p-diversity__sastainable {
    width: 100%;
    background-color: #0058a1;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 35px;
  }
  body#welfare main section#gallery .p-gallery__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#welfare main section#gallery .p-gallery__inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-bottom: 45px;
  }
  body#welfare main section#gallery .p-gallery__inner h2::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #e6222e;
    position: absolute;
    top: 45px;
    left: 45%;
  }
  body#welfare main section#gallery .p-gallery__inner .c-flex__sb {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  body#welfare main section#gallery .p-gallery__img {
    width: 46.6666666667%;
    padding-bottom: 20px;
  }
}
body#career main {
  margin-top: 66px;
}
body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 {
  display: flex;
  padding-top: 235px;
  justify-content: center;
  position: relative;
}
body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: center;
  color: #0058a1;
}
body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
}
body#career main section#entry .p-entry__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#career main section#entry .p-entry__inner p.p-entry__txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding: 115px 0 95px 0;
  text-align: center;
  color: #000000;
}
body#career main section#entry .p-entry__inner .p-entry-btnin {
  width: 100%;
  padding-bottom: 100px;
}
body#career main section#entry .p-entry__inner .p-entry-btnin__btn {
  width: 44.5%;
}
body#career main section#entry .p-entry__inner .p-entry-btnin__btn a {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120px;
  width: 100%;
  display: block;
  background: url(../img/common/btn_mark_w.png) 98% 90%/8px no-repeat, linear-gradient(90deg, #0058a1, #4992b9);
  padding-left: 25px;
  text-decoration: none;
  color: #fff;
}
body#career main section#entry .p-entry__inner .p-entry-btnin__btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 {
    display: flex;
    padding-top: 265px;
    position: relative;
  }
  body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    color: #0058a1;
  }
  body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 span.active {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: all 0.5s ease;
  }
  body#career main section#mv .p-mv-inner .p-mv-mv_ph h1 b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #000;
  }
  body#career main section#entry .p-entry__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#career main section#entry .p-entry__inner p.p-entry__txt {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding: 55px 0 45px 0;
  }
  body#career main section#entry .p-entry__inner .p-entry-btnin {
    width: 100%;
    padding-bottom: 50px;
    flex-direction: column;
  }
  body#career main section#entry .p-entry__inner .p-entry-btnin__btn {
    width: 88.8888888889%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  body#career main section#entry .p-entry__inner .p-entry-btnin__btn a {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 84px;
    width: 100%;
    background: url(../img/common/btn_mark_w.png) 98% 90%/8px no-repeat, linear-gradient(90deg, #0058a1, #4992b9);
    padding-left: 12px;
    margin-left: -6px;
  }
}
body.p-crosstalk__body main {
  margin-top: 66px;
}
body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 {
  padding-top: 315px;
  justify-content: center;
  position: relative;
  margin-left: 220px;
}
body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.p-mv__sessionttlw {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: center;
  color: #0058a1;
}
body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.p-mv__sessionttlb {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
  width: 188px;
  background: #0058a1;
  display: block;
  text-align: center;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  color: #fff;
  margin-bottom: 10px;
}
body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
}
body.p-crosstalk__body main section#outline .p-outline__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 130px 0 125px 0;
}
body.p-crosstalk__body main section#outline .p-outline__inner h2 {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 30px 0;
  color: #0058a1;
  text-align: center;
}
body.p-crosstalk__body main section#outline .p-outline__text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  color: #000000;
  text-align: justify;
}
body.p-crosstalk__body main section#member {
  background-color: #e5eef6;
  padding: 95px 0;
}
body.p-crosstalk__body main section#member .p-member__inner {
  max-width: 875px;
  width: 95%;
  margin: 0 auto;
}
body.p-crosstalk__body main section#member .p-member__inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 74px;
  padding-bottom: 50px;
  color: #000000;
  text-align: center;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box {
  width: 26.7428571429%;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__img {
  width: 94.0170940171%;
  margin: 0 auto;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__position {
  text-align: center;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__position span {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: #0058a1;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__position b {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 46px;
  display: block;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__position strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 15px;
}
body.p-crosstalk__body main section#member .p-member__inner .p-member-box__text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner {
  padding: 95px 0 0px 0;
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb {
  width: 100%;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap {
  width: 52.1739130435%;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__ttl {
  width: 31.3333333333%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
  background-color: #0058a1;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 40px;
  color: #0058a1;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl {
  width: 10%;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl dt {
  width: 100%;
  padding-top: 7px;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewTxt {
  width: 87.3333333333%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 35px;
  text-align: justify;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__imgWrap {
  width: 40.8695652174%;
  padding-top: 190px;
}
body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__imgWrap .p-session__img {
  width: 100%;
  padding-bottom: 165px;
}
body.p-crosstalk__body main section#imgSection .p-imgsec__inner {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}
body.p-crosstalk__body main section#imgSection .p-imgsec__inner p {
  width: 100%;
  padding-bottom: 30px;
}
body.p-crosstalk__body main section#imgSection .p-imgsec__inner span {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 95px;
  text-align: end;
}
body.p-crosstalk__body main section#session01,
body.p-crosstalk__body main section#session02,
body.p-crosstalk__body main section#session03 {
  border-bottom: solid 1px #0058a1;
}
body.p-crosstalk__body main section#session01 .p-session__inner {
  padding: 130px 0 0px 0;
}
body.p-crosstalk__body main section#session01 .p-session__inner .c-flex__sb .p-session__imgWrap .p-session__img {
  padding-bottom: 690px;
}
body.p-crosstalk__body main section#session02 .p-session__inner .c-flex__sb,
body.p-crosstalk__body main section#session04 .p-session__inner .c-flex__sb {
  flex-direction: row-reverse;
}
body.p-crosstalk__body main section#session02 .p-session__inner .c-flex__sb .p-session-txt__interviewBox.c-flex__sb,
body.p-crosstalk__body main section#session04 .p-session__inner .c-flex__sb .p-session-txt__interviewBox.c-flex__sb {
  flex-direction: row;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box.c-flex__sb,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box.c-flex__sb {
  flex-direction: row;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 95px;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap {
  width: 63.2380952381%;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap__flow,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap__flow {
  width: 100%;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__comment,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__comment {
  width: 32%;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__comment p,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__comment p {
  padding: 0 0 25px 1rem;
  text-indent: -1rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__comment p span,
body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__comment p span {
  color: #e6222e;
}

body#crosstalk02 main section#member .p-member__inner {
  max-width: 554px;
  width: 95%;
  margin: 0 auto;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box {
  width: 42.238267148%;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__img {
  width: 94.0170940171%;
  margin: 0 auto;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__position {
  text-align: center;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__position span {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__position b {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 46px;
  display: block;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__position strong {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 15px;
}
body#crosstalk02 main section#member .p-member__inner .p-member-box__text {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 {
    padding-top: 10px;
    position: relative;
    margin-left: 60px;
  }
  body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.p-mv__sessionttlw {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    text-align: left;
  }
  body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.p-mv__sessionttlb {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 27px;
    width: 40%;
    margin-bottom: 5px;
  }
  body.p-crosstalk__body main section#mv .p-mv-inner .p-mv-mv__ph h1 span.active {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: all 0.5s ease;
  }
  body.p-crosstalk__body main section#outline .p-outline__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 65px 0 60px 0;
  }
  body.p-crosstalk__body main section#outline .p-outline__inner h2 {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 15px 0;
  }
  body.p-crosstalk__body main section#outline .p-outline__text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
  body.p-crosstalk__body main section#member {
    padding: 45px 0;
  }
  body.p-crosstalk__body main section#member .p-member__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#member .p-member__inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    padding-bottom: 25px;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb {
    flex-direction: column;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box {
    width: 100%;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box__img {
    width: 50%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box__position span {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box__position b {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 32px;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box__position strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 7px;
  }
  body.p-crosstalk__body main section#member .p-member__inner .c-flex__sb .p-member-box__text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    width: 72.2222222222%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner {
    padding: 45px 0 0px 0;
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb {
    flex-direction: column;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt {
    width: 100%;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__ttl {
    width: 35.2941176471%;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb {
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl {
    width: 18.75%;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl dt {
    width: 100%;
    padding-top: 7px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewBox.c-flex__sb dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 25px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__txtWrap .p-session-txt__interviewTxt {
    width: 75%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 35px;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__imgWrap {
    width: 83.3333333333%;
    margin: 0 auto;
    padding-top: 0;
  }
  body.p-crosstalk__body main section.p-session__section .p-session__inner .c-flex__sb .p-session__imgWrap .p-session__img {
    padding-bottom: 45px;
  }
  body.p-crosstalk__body main section#imgSection .p-imgsec__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#imgSection .p-imgsec__inner p {
    padding-bottom: 15px;
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#imgSection .p-imgsec__inner span {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 45px;
  }
  body.p-crosstalk__body main section#session01 .p-session__inner {
    padding: 35px 0 0px 0;
  }
  body.p-crosstalk__body main section#session01 .p-session__inner .c-flex__sb .p-session__imgWrap .p-session__img {
    padding-bottom: 45px;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .c-flex__sb,
  body.p-crosstalk__body main section#session04 .p-session__inner .c-flex__sb {
    flex-direction: column;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .c-flex__sb .p-session-txt__interviewBox.c-flex__sb,
  body.p-crosstalk__body main section#session04 .p-session__inner .c-flex__sb .p-session-txt__interviewBox.c-flex__sb {
    flex-direction: row;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box.c-flex__sb,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box.c-flex__sb {
    flex-direction: column;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box .scroll-hint-shadow-wrap {
    width: 100%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__flow,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__flow {
    width: 94.4444444444%;
    margin: 0 auto;
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__flow img,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__flow img {
    width: 141.1764705882%;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__comment,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__comment {
    width: 94.4444444444%;
    margin: 0 auto;
  }
  body.p-crosstalk__body main section#session02 .p-session__inner .p-inventory-box__comment p,
  body.p-crosstalk__body main section#session04 .p-session__inner .p-inventory-box__comment p {
    padding: 0 0 12px 8px;
    text-indent: -1rem;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
  }
  body#crosstalk02 main section#member .p-member__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box {
    width: 100%;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box__img {
    width: 50%;
    margin: 0 auto;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box__position span {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box__position b {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 32px;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box__position strong {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 7px;
  }
  body#crosstalk02 main section#member .p-member__inner .p-member-box__text {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
  }
}
body#education main {
  margin-top: 66px;
}
body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 {
  display: flex;
  padding-top: 235px;
  justify-content: center;
  position: relative;
}
body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: center;
  color: #0058a1;
}
body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 span.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: all 0.5s ease;
}
body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
}
body#education main section#system .p-system__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#education main section#system .p-system__inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding: 120px 0 90px 0;
  position: relative;
  text-align: center;
  color: #0058a1;
}
body#education main section#system .p-system__inner h2::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #e6222e;
  position: absolute;
  top: 185px;
  left: 49%;
}
body#education main section#system .p-system__inner .p-system {
  width: 1000px;
}
body#education main section#system .p-system__inner .p-system__flowImg {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}
body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 100px;
  border-top: solid 1px #0058a1;
  box-sizing: border-box;
}
body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dt {
  width: 16%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding: 25px 0 25px 30px;
  border-bottom: solid 1px #0058a1;
  color: #0058a1;
}
body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dd {
  width: 79.4%;
  padding: 25px 0 25px 1rem;
  border-bottom: solid 1px #0058a1;
}
body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dd p {
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-indent: -1rem;
}
body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dd p span {
  color: #0058a1;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li {
  width: 49.9%;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl {
  width: 80%;
  margin: 0 auto;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding: 0px 0 45px 0;
  margin-top: 50px;
  text-align: center;
  color: #0058a1;
  position: relative;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dt::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 45%;
  width: 50px;
  height: 1px;
  background: #0058a1;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 50px;
  color: #000000;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(2n+1) {
  border-right: solid 1px #0058a1;
}
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(1),
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(2),
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(3),
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(4),
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(5),
body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(6) {
  border-bottom: solid 1px #0058a1;
}
body#education main section#careerPass {
  position: relative;
}
body#education main section#careerPass .p-careerpPass__back {
  width: 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -100;
}
body#education main section#careerPass .p-careerPass__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
}
body#education main section#careerPass .p-careerPass__inner h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  padding-bottom: 95px;
  position: relative;
  text-align: center;
}
body#education main section#careerPass .p-careerPass__inner h2::after {
  position: absolute;
  content: "";
  background: #fff;
  top: 65px;
  left: 49%;
  width: 30px;
  height: 1px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__box {
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #fff;
  border: solid 1px #0058a1;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb {
  width: 23.3333333333%;
  flex-direction: column;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb .p-careerPass__careerEx {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  width: 74.2857142857%;
  background-color: #0058a1;
  padding: 40px 0;
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl {
  width: 100%;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl dt {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 10px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__careerImg {
  width: 75.5555555556%;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox {
  width: 90%;
  margin: 0 auto;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone {
  width: 93.7777777778%;
  margin: 0 auto;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
  color: #0058a1;
  position: relative;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dt::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #0058a1;
  top: 40px;
  left: -3%;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 50px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex {
  width: 96.8888888889%;
  margin: 0 auto;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
  color: #0058a1;
  position: relative;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dt::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #0058a1;
  top: 40px;
  left: -3%;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb {
  width: 100%;
  padding-bottom: 50px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb .p-careerPass-txtBox__flexTxt {
  width: 48.3944954128%;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb .p-careerPass-txtBox__flexImg {
  width: 44.7247706422%;
  padding-top: 7px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-future {
  width: 100%;
  background-color: #e5eef6;
  margin: 0 auto;
  padding-bottom: 40px;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__inner {
  width: 80%;
  margin: 0 auto;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__inner h3 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  padding: 80px 0 30px 0;
  text-align: center;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 55px;
  width: 100%;
  text-align: justify;
}
body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__img {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 {
    display: flex;
    padding-top: 265px;
    position: relative;
  }
  body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 span {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    text-align: center;
    color: #0058a1;
  }
  body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 span.active {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: all 0.5s ease;
  }
  body#education main section#mv .p-mv-inner .p-mv-mv_ph h1 b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #000;
  }
  body#education main section#system .p-system__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
  body#education main section#system .p-system__inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 60px 0 45px 0;
    position: relative;
  }
  body#education main section#system .p-system__inner h2::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #e6222e;
    position: absolute;
    top: 100px;
    left: 46%;
  }
  body#education main section#system .p-system__inner .p-system {
    width: 100%;
  }
  body#education main section#system .p-system__inner .p-system__flowImg {
    width: 94.4444444444%;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  body#education main section#system .p-system__inner .p-system__flowImg img {
    width: 176.4705882353%;
  }
  body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dt {
    width: 22.2222222222%;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 22px;
    padding: 12px 0 12px 8px;
    box-sizing: border-box;
  }
  body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dd {
    width: 77.7777777778%;
    padding: 12px 0 12px 8px;
    box-sizing: border-box;
  }
  body#education main section#system .p-system__inner .p-system__flowTxt.c-flex__sb dd p {
    width: 100%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    text-indent: -12px;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb {
    flex-direction: column;
    width: 100%;
    padding-bottom: 35px;
    border-top: solid 1px #0058a1;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li {
    width: 94.4444444444%;
    margin: 0 auto;
    height: 200px;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl {
    width: 100%;
    margin: 0 auto;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    padding: 0px 0 40px 0;
    margin-top: 25px;
    position: relative;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dt::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 40%;
    width: 50px;
    height: 1px;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 25px;
    width: 88.2352941176%;
    margin: 0 auto;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(2n+1) {
    border-right: none;
  }
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(1),
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(2),
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(3),
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(4),
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(5),
  body#education main section#system .p-system__inner .p-system__training.c-flex__sb li:nth-child(6) {
    border-bottom: solid 1px #0058a1;
  }
  body#education main section#careerPass {
    position: relative;
  }
  body#education main section#careerPass .p-careerpPass__back {
    width: 100%;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -100;
  }
  body#education main section#careerPass .p-careerPass__inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 35px;
  }
  body#education main section#careerPass .p-careerPass__inner h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 45px;
    position: relative;
  }
  body#education main section#careerPass .p-careerPass__inner h2::after {
    position: absolute;
    content: "";
    background: #fff;
    top: 45px;
    left: 49%;
    width: 30px;
    height: 1px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__box {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb {
    width: 88.8888888889%;
    margin: 0 auto;
    flex-direction: row;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb .p-careerPass__careerEx {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    width: 37.5%;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl {
    width: 50%;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl dt {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__positionTxt.c-flex__sb dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass__positionWrap.c-flex__sb .p-careerPass__careerImg {
    width: 88.8888888889%;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox {
    width: 100%;
    margin: 0 auto;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 15px;
    position: relative;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dt::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 1px;
    background-color: #0058a1;
    top: 85%;
    left: -3%;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flexnone dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 25px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 15px;
    position: relative;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dt::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 1px;
    background-color: #0058a1;
    top: 85%;
    left: -3%;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb {
    width: 100%;
    padding-bottom: 25px;
    flex-direction: column;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb .p-careerPass-txtBox__flexTxt {
    width: 100%;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    padding-bottom: 15px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-txtBox__flex dd.c-flex__sb .p-careerPass-txtBox__flexImg {
    width: 100%;
    margin: 0 auto;
    padding-top: 7px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-future {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__inner {
    width: 100%;
    margin: 0 auto;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__inner h3 {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 40px 0 15px 0;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__txt {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
    width: 83.3333333333%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  body#education main section#careerPass .p-careerPass__inner .p-careerPass-future__img {
    width: 83.3333333333%;
    margin: 0 auto;
  }
}
/*------------------------------
 reset
------------------------------*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

span.ib {
  display: inline-block;
}

/*--------------
共通で使うもの
---------------*/
a.close {
  pointer-events: none;
  opacity: 0.5;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header .inner.c-flex__sb #h-logo {
  padding: 10px 0 0 60px;
}
header .inner.c-flex__sb #h-logo a img {
  width: 380px;
}
header .inner.c-flex__sb #header-btns {
  width: 446px;
}
header .inner.c-flex__sb #header-btns ul li.entry__mid a {
  background: #00afec;
}
header .inner.c-flex__sb #header-btns ul li.entry__new a {
  background: #0058a1;
}
header .inner.c-flex__sb #header-btns ul li a {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 66px;
  display: block;
  width: 190px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
header .inner.c-flex__sb #header-btns .js-menubtn {
  cursor: pointer;
  position: relative;
  background: #353333;
  border: none;
  width: 66px;
  height: 66px;
}
header .inner.c-flex__sb #header-btns .js-menubtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 21px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(1) {
  top: 25px;
}
header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(2) {
  top: 33px;
}
header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(3) {
  top: 41px;
}
header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#menu {
  z-index: 1000;
  background: #353333;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  display: none;
}
#menu .inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 110px 0;
}
#menu .inner .c-flex__sb .menu-list dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #00afec;
}
#menu .inner .c-flex__sb .menu-list dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#menu .inner .c-flex__sb .menu-list dl dd ul li {
  padding-bottom: 8px;
  margin-left: 15px;
  position: relative;
}
#menu .inner .c-flex__sb .menu-list dl dd ul li a {
  color: #fff;
  text-decoration: none;
}
#menu .inner .c-flex__sb .menu-list dl dd ul li::before {
  content: "";
  background: #00afec;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#menu .inner .c-flex__sb .menu-list__header {
  min-height: 200px;
}
#menu .inner ul.c-flex.none {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }
  header .inner.c-flex__sb #h-logo {
    padding: 15px 0 0 20px;
  }
  header .inner.c-flex__sb #h-logo a img {
    width: 250px;
  }
  header .inner.c-flex__sb #header-btns {
    width: 404px;
  }
  header .inner.c-flex__sb #header-btns ul li {
    display: none;
  }
  header .inner.c-flex__sb #header-btns ul li.entry__mid a {
    background: #00afec;
  }
  header .inner.c-flex__sb #header-btns ul li.entry__new a {
    background: #0058a1;
  }
  header .inner.c-flex__sb #header-btns ul li a {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 46px;
    display: block;
    width: 170px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn {
    cursor: pointer;
    position: relative;
    background: #353333;
    border: none;
    width: 66px;
    height: 66px;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 21px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(1) {
    top: 25px;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(2) {
    top: 33px;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn span:nth-of-type(3) {
    top: 41px;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .inner.c-flex__sb #header-btns .js-menubtn.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #menu {
    z-index: 1000;
    background: #353333;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    display: none;
    height: 90%;
  }
  #menu .inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 0 15px;
  }
  #menu .inner .c-flex__sb {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #menu .inner .c-flex__sb .menu-list {
    width: 50%;
  }
  #menu .inner .c-flex__sb .menu-list .menu-list__header {
    min-height: 110px;
  }
  #menu .inner .c-flex__sb .menu-list .menu-list__footer {
    min-height: 110px;
  }
  #menu .inner .c-flex__sb .menu-list dl {
    margin-bottom: 14px;
  }
  #menu .inner .c-flex__sb .menu-list dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #00afec;
  }
  #menu .inner .c-flex__sb .menu-list dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
  }
  #menu .inner .c-flex__sb .menu-list dl dd ul li {
    padding-bottom: 4px;
    margin-left: 10px;
    position: relative;
  }
  #menu .inner .c-flex__sb .menu-list dl dd ul li a {
    color: #fff;
    text-decoration: none;
  }
  #menu .inner .c-flex__sb .menu-list dl dd ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  #menu .inner .c-flex__sb__header {
    min-height: 0px;
  }
  #menu .inner .c-flex__sb__footer {
    min-height: 0px;
  }
  #menu .inner .c-flex__sb .menu-list.wide {
    width: 100%;
    margin: 0 auto;
  }
  #menu .inner .c-flex__sb .menu-list.wide .menu-list__header {
    min-height: 0px;
  }
  #menu .inner .c-flex__sb .menu-list.wide .menu-list__footer {
    min-height: 0px;
  }
  #menu .inner .c-flex__sb .menu-list.wide dl {
    width: 100%;
    margin-bottom: 14px;
  }
  #menu .inner .c-flex__sb .menu-list.wide dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #00afec;
  }
  #menu .inner .c-flex__sb .menu-list.wide dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
  }
  #menu .inner .c-flex__sb .menu-list.wide dl dd ul li a {
    color: #fff;
    text-decoration: none;
  }
  #menu .inner ul.c-flex.none {
    display: block;
    display: flex;
  }
  #menu .inner ul.c-flex.none li {
    width: 95%;
  }
  #menu .inner ul.c-flex.none li.entry__mid a {
    background: #00afec;
  }
  #menu .inner ul.c-flex.none li.entry__new a {
    background: #0058a1;
    margin-left: -10px;
  }
  #menu .inner ul.c-flex.none li a {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 46px;
    display: block;
    width: 95%;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
}
footer {
  border-top: 2px solid #0058a1;
  padding: 80px 0 0 0;
}
footer .inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
footer .inner .c-flex__sb .footer-list {
  padding: 0 0 80px 0;
}
footer .inner .c-flex__sb .footer-list dl dt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  padding: 0 0 5px 0;
  color: #353333;
}
footer .inner .c-flex__sb .footer-list dl dd {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
footer .inner .c-flex__sb .footer-list dl dd ul li {
  padding: 0 0 5px 0;
}
footer .inner .c-flex__sb .footer-list dl dd ul li a {
  color: #000;
}
footer .inner dl#footer-copy {
  text-align: center;
}
footer .inner dl#footer-copy dt img {
  width: 274px;
}
footer .inner dl#footer-copy dd {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 0 0;
  }
  footer .inner {
    width: 90%;
  }
  footer .inner .c-flex__sb {
    flex-wrap: wrap;
  }
  footer .inner .c-flex__sb .footer-list {
    padding: 0 0 40px 0;
    width: 49%;
  }
  footer .inner .c-flex__sb .footer-list dl dt {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 22px;
  }
  footer .inner .c-flex__sb .footer-list dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
  footer .inner dl#footer-copy dt img {
    width: 180px;
  }
  footer .inner dl#footer-copy dd {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 22px;
  }
}
body#three_min main section#mv .inner .mv_ph {
  background: url(../img/3min/mv.webp) center center/cover no-repeat;
  height: 530px;
}

body#message main section#mv .inner .mv_ph {
  background: url(../img/message/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#about main section#mv .inner .mv_ph {
  background: url(../img/about/mv.webp) center center/cover no-repeat;
  height: 534px;
}

body#business main section#mv .inner .mv_ph {
  background: url(../img/business/mv.webp) center center/cover no-repeat;
  height: 534px;
}

body#newgraduate main section#mv .inner .mv_ph {
  background: url(../img/newgraduate/mv.webp) center center/cover no-repeat;
  height: 534px;
}

body#crosstalk01 main section#mv .p-mv-inner .p-mv-mv__ph {
  background: url(../img/crosstalk01/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#crosstalk02 main section#mv .p-mv-inner .p-mv-mv__ph {
  background: url(../img/crosstalk02/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#stories01 main section#mv .inner .mv_ph {
  background: url(../img/stories01/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#stories02 main section#mv .inner .mv_ph {
  background: url(../img/stories02/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#stories03 main section#mv .inner .mv_ph {
  background: url(../img/stories03/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#stories04 main section#mv .inner .mv_ph {
  background: url(../img/stories04/mv.webp) center center/cover no-repeat;
  height: 690px;
}

body#welfare main section#mv .p-mv-inner .p-mv-mv_ph {
  background: url(../img/welfare/mv.webp) center center/cover no-repeat;
  height: 534px;
}

body#education main section#mv .p-mv-inner .p-mv-mv_ph {
  background: url(../img/education/mv.webp) center center/cover no-repeat;
  height: 534px;
}

body#career main section#mv .p-mv-inner .p-mv-mv_ph {
  background: url(../img/career/mv.webp) center center/cover no-repeat;
  height: 534px;
}

@media screen and (max-width: 767px) {
  body#three_min main section#mv .inner .mv_ph {
    background: url(../img/3min/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#message main section#mv .inner .mv_ph {
    background: url(../img/message/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#about main section#mv .inner .mv_ph {
    background: url(../img/about/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#business main section#mv .inner .mv_ph {
    background: url(../img/business/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#newgraduate main section#mv .inner .mv_ph {
    background: url(../img/newgraduate/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#crosstalk01 main section#mv .p-mv-inner .p-mv-mv__ph {
    background: url(../img/crosstalk01/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#crosstalk02 main section#mv .p-mv-inner .p-mv-mv__ph {
    background: url(../img/crosstalk02/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#stories01 main section#mv .inner .mv_ph {
    background: url(../img/stories01/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#stories02 main section#mv .inner .mv_ph {
    background: url(../img/stories02/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#stories03 main section#mv .inner .mv_ph {
    background: url(../img/stories03/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#stories04 main section#mv .inner .mv_ph {
    background: url(../img/stories04/mv_sp.webp) center center/cover no-repeat;
    height: 500px;
  }
  body#welfare main section#mv .p-mv-inner .p-mv-mv_ph {
    background: url(../img/welfare/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#education main section#mv .p-mv-inner .p-mv-mv_ph {
    background: url(../img/education/mv_sp.webp) center center/cover no-repeat;
    height: 600px;
  }
  body#career main section#mv .p-mv-inner .p-mv-mv_ph {
    background: url(../img/career/mv_sp.webp) center center/cover no-repeat;
    height: 534px;
  }
}/*# sourceMappingURL=styles.css.map */