@charset "UTF-8";
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 7.5px));
            transform: translateX(calc(-50% - 7.5px));
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 7.5px));
            transform: translateX(calc(-50% - 7.5px));
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(calc(-50% - 7.5px));
            transform: translateX(calc(-50% - 7.5px));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(calc(-50% - 7.5px));
            transform: translateX(calc(-50% - 7.5px));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
}
#header.fixed > .logo {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
@media print, screen and (min-width: 920px) {
  #header.fixed > .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
#header.fixed .catch {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media print, screen and (min-width: 920px) {
  #header.fixed .catch {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
#header > .logo {
  visibility: hidden;
  position: absolute;
  left: 16px;
  top: 6px;
  opacity: 0;
}
@media print, screen and (min-width: 920px) {
  #header > .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
#header .catch {
  display: block;
}

#main {
  padding-bottom: 160px;
}
@media print, screen and (min-width: 920px) {
  #main {
    padding-bottom: 200px;
  }
}

.headline {
  color: #909cc2;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .headline {
    font-size: 1.8rem;
  }
}
.headline i {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: block;
  margin-top: 10px;
  color: #2f303a;
  font-size: 4.8rem;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 920px) {
  .headline i {
    margin-top: 10px;
    font-size: 6.4rem;
  }
}

.head_wrap {
  padding-left: 35px;
}
@media print, screen and (min-width: 920px) {
  .head_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
    padding-left: 55px;
  }
}
.head_wrap h3 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .head_wrap h3 {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
.head_wrap h3 i {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 10px;
  color: #909cc2;
  font-size: 1.6rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .head_wrap h3 i {
    left: -55px;
    top: 14px;
    font-size: 2rem;
  }
}
.head_wrap strong {
  display: block;
  font-weight: 700;
}
.head_wrap p {
  font-weight: 700;
  line-height: 1.6;
}

.voice .head_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 45px;
}
.voice .head_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 29px;
  height: 32px;
  background: url(../img/top/icon_megaphone.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 920px) {
  .voice .head_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .voice .head_wrap::before {
    width: 38px;
    height: 42px;
  }
}
.voice .head_wrap h3 {
  color: #909cc2;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 920px) {
  .voice .head_wrap h3 {
    font-size: 2.4rem;
  }
}
.voice .head_wrap p {
  font-weight: 400;
}
.voice .trust {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .voice .trust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voice .trust em {
  display: block;
  position: relative;
  margin: 0 auto 15px;
  padding: 6px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 24px;
  background-color: #fff;
  color: #3abbd3;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
}
.voice .trust em::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -4px;
  width: 24px;
  height: 13px;
  background: url(../img/top/tail.svg) no-repeat center top/contain;
}
@media print, screen and (min-width: 920px) {
  .voice .trust em {
    margin: 0 10px 0 0;
    padding: 7px 22px;
    font-size: 2rem;
  }
  .voice .trust em::before {
    margin-top: -3px;
    width: 26px;
    height: 14px;
  }
}
.voice .trust mark {
  position: relative;
  color: #5470c7;
}

.sec_mv {
  position: relative;
  padding: 20px 4% 50px;
}
.sec_mv::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 75px;
  padding-top: 180%;
  width: 44%;
  background: url(../img/top/mv_bg_sp.png) no-repeat right top/contain;
}
@media print, screen and (min-width: 920px) {
  .sec_mv {
    margin: 0 auto;
    padding: 55px 3.75% 0;
    max-width: 1440px;
    height: calc(100vh - 175px);
    min-height: 765px;
  }
  .sec_mv::before {
    left: 31.25%;
    right: auto;
    top: auto;
    bottom: 0;
    padding-top: 0;
    width: 667px;
    height: 765px;
    background-image: url(../img/top/mv_bg.png);
    background-position: center bottom;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_mv::before {
    left: 20%;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_mv {
    height: 765px;
    min-height: 0;
  }
  .sec_mv::before {
    left: 31.25%;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_mv .logo img {
    width: 31.1vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .logo img {
    width: 367px;
  }
}
.sec_mv .text {
  position: relative;
  z-index: 2;
}
.sec_mv .text .catch {
  display: block;
  margin: 40px 0 15px;
  color: #5470c7;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .text .catch {
    margin: 55px 0 45px;
    font-size: 3.39vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .text .catch {
    font-size: 4rem;
  }
}
.sec_mv .text .sub_catch {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .text .sub_catch {
    margin-bottom: 25px;
    font-size: 1.526vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .text .sub_catch {
    font-size: 1.8rem;
  }
}
.sec_mv .text .sub_catch mark {
  display: inline-block;
  color: #3abbd3;
}
.sec_mv .text .sub_catch span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.sec_mv .text .sub_catch span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3abbd3;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .text .sub_catch span::before {
    top: -8px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_mv .text p {
    font-size: 1.356vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .text p {
    font-size: 1.6rem;
  }
}
.sec_mv .text p span {
  font-size: 1rem;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .text p span {
    font-size: 1.018vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .text p span {
    font-size: 1.2rem;
  }
}
.sec_mv .report {
  padding-top: 35.5vw;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .report {
    position: absolute;
    right: 3%;
    top: 50px;
    width: 50vw;
    padding-top: 35.5vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .report {
    top: 80px;
    width: 590px;
    padding-top: 400px;
  }
}
.sec_mv .video_wrap {
  position: absolute;
  right: 25.5vw;
  top: auto;
  padding-bottom: 56.25%;
  width: 170vw;
  height: 95.625vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .sec_mv .video_wrap {
    right: -27vw;
    top: -55vw;
    width: 192vw;
    height: 108vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .video_wrap {
    right: -305px;
    top: -630px;
    width: 2250px;
    height: 1265.625px;
  }
}
.sec_mv .video_wrap a {
  position: absolute;
  right: 15.6%;
  bottom: 12%;
  z-index: 2;
  width: 26%;
  height: 33%;
}
.sec_mv .video_wrap video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sec_mv .paper {
  overflow: hidden;
  margin-top: 30px;
  width: 67.6328502415vw;
  height: 47.8260869565vw;
  border: 5px solid #f2f5ff;
  -webkit-box-shadow: 10px 10px 32px rgba(122, 134, 171, 0.5);
          box-shadow: 10px 10px 32px rgba(122, 134, 171, 0.5);
}
@media print, screen and (min-width: 920px) {
  .sec_mv .paper {
    width: 100%;
    height: 35.05vw;
    max-height: 400px;
    border-radius: 10px;
  }
}
.sec_mv .paper .page {
  background-color: #eee;
}
.sec_mv .btn_download {
  margin-top: 20px;
  max-width: 100%;
  min-height: 72px;
  border-radius: 20px;
  font-size: 1.6rem;
}
.sec_mv .btn_download::before {
  border-radius: 17px;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .btn_download {
    margin-top: 30px;
    min-height: 84px;
    font-size: 1.694vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .btn_download {
    font-size: 2rem;
  }
}
.sec_mv .btn_download:hover span::before, .sec_mv .btn_download:hover span::after, .sec_mv .btn_download:active span::before, .sec_mv .btn_download:active span::after {
  background-color: #3abbd3;
}
.sec_mv .btn_download span {
  margin: 0 auto 5px;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.3rem;
}
.sec_mv .btn_download span::before, .sec_mv .btn_download span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 2px;
  height: 1em;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_mv .btn_download span::before {
  left: 0;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.sec_mv .btn_download span::after {
  right: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media print, screen and (min-width: 920px) {
  .sec_mv .btn_download span {
    padding: 0 15px;
    font-size: 1.357vw;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_mv .btn_download span {
    font-size: 1.6rem;
  }
}
.sec_mv .btn_on-air {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 3;
  margin: 20px 0 0;
  padding: 0;
  max-width: none;
  min-height: 74px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
          box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
  font-size: 1.7rem;
}
.sec_mv .btn_on-air::before {
  padding-top: 0;
  width: 90px;
  height: 58px;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .btn_on-air {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 60px;
    padding: 0 0 0 12px;
    width: auto;
    max-width: 370px;
    min-height: 144px;
    font-size: 2.4rem;
  }
  .sec_mv .btn_on-air::before {
    width: 190px;
    height: 121px;
  }
}
.sec_mv .btn_on-air:hover, .sec_mv .btn_on-air:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec_mv .btn_on-air p {
  position: relative;
  margin-top: 0;
  padding-left: calc(32px + 3.5%);
  line-height: 1.4;
}
.sec_mv .btn_on-air p::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .btn_on-air p {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .sec_mv .btn_on-air p::before {
    position: relative;
    margin: 0 auto 10px;
    width: 43px;
    height: 43px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_mv .btn_on-air p span {
    display: block;
    font-size: 1.6rem;
  }
}
.sec_mv .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  position: relative;
  left: -4%;
  margin-top: 65px;
  width: 108%;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 32px rgba(49, 66, 117, 0.15);
          box-shadow: 10px 10px 32px rgba(49, 66, 117, 0.15);
}
@media print, screen and (min-width: 920px) {
  .sec_mv .news {
    left: 0;
    margin: 80px auto 0;
    width: 100%;
    max-width: 1280px;
    min-height: 75px;
  }
}
.sec_mv .news h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 115px;
  background-color: #aeb4d6;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .news h2 {
    width: 160px;
    font-size: 1.8rem;
  }
}
.sec_mv .news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 0;
  padding: 10px 20px;
  width: calc(100% - 115px);
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .sec_mv .news a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 25px;
    padding: 15px 30px;
    width: calc(100% - 160px);
  }
}
.sec_mv .news a:hover, .sec_mv .news a:active {
  background-color: #eaeef9;
  text-decoration: none;
}
.sec_mv .news time {
  display: block;
  line-height: 1;
}
.sec_mv .news strong {
  display: inline-block;
  font-weight: 400;
  color: #5470c7;
}

.sec_about {
  position: relative;
  margin-top: 150px;
  border-radius: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_about {
    margin: 230px auto 0;
    max-width: 1440px;
  }
}
.sec_about > .inner {
  position: relative;
  z-index: 1;
  padding: 1px 0 60px;
}
@media print, screen and (min-width: 920px) {
  .sec_about > .inner {
    padding: 1px 0 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_about > .inner {
    padding-left: 47.5%;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_about > .inner {
    padding-left: 48.9%;
  }
}
.sec_about .headline {
  margin-top: -30px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_about .headline {
    margin-top: -40px;
    margin-bottom: 50px;
  }
}
.sec_about .catch {
  display: block;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_about .catch {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_about .catch {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
}
.sec_about p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4;
}
@media print, screen and (min-width: 920px) {
  .sec_about p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_about p {
    font-size: 1.6rem;
  }
}
.sec_about p + p {
  margin-top: 2.4em;
}
.sec_about .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  position: relative;
  left: -20px;
  z-index: -1;
  margin-bottom: 35px;
  width: calc(100% + 40px);
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .sec_about .scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
    position: absolute;
    left: auto;
    right: -20px;
    top: 0;
    margin-bottom: 0;
    width: 65%;
    height: 100%;
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_about .scroll {
    left: -20px;
    right: auto;
    opacity: 1;
    width: 51.1%;
    max-width: 654px;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_about .scroll {
    left: -25px;
  }
}
.sec_about .scroll ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: 10s linear 0s infinite both;
          animation: 10s linear 0s infinite both;
  will-change: animation;
}
@media print, screen and (min-width: 920px) {
  .sec_about .scroll ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    width: calc(50% - 10px);
    min-width: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}
.sec_about .scroll ul.first {
  -webkit-animation-name: scrollRight;
          animation-name: scrollRight;
}
@media print, screen and (min-width: 920px) {
  .sec_about .scroll ul.first {
    left: 0;
    -webkit-animation-name: scrollUp;
            animation-name: scrollUp;
  }
}
.sec_about .scroll ul.second {
  -webkit-animation-name: scrollLeft;
          animation-name: scrollLeft;
}
@media print, screen and (min-width: 920px) {
  .sec_about .scroll ul.second {
    right: 0;
    -webkit-animation-name: scrollDown;
            animation-name: scrollDown;
  }
}
.sec_about .scroll li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 58vw;
}
@media print, screen and (min-width: 920px) {
  .sec_about .scroll li {
    width: auto;
  }
}
.sec_about .scroll img {
  width: 100%;
}
.sec_how {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-bottom: 70px;
}
.sec_how::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 62px;
  bottom: 0;
  right: 25%;
  z-index: -1;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_how {
    margin-top: 120px;
    padding-bottom: 60px;
  }
  .sec_how::before {
    top: 80px;
    right: 23%;
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_how {
    min-height: 546px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_how .inner {
    padding-right: 38.75%;
  }
}
.sec_how h2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_how h2 {
    margin-bottom: 45px;
    font-size: 2.6rem;
  }
}
.sec_how p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4;
}
.sec_how .photo {
  margin-bottom: 25px;
  max-width: 94%;
}
@media print, screen and (min-width: 920px) {
  .sec_how .photo {
    position: absolute;
    right: 5.625%;
    top: 0;
    margin-bottom: 0;
    width: 52.6388888889%;
    max-width: 758px;
  }
}

.sec_task {
  padding: 60px 0;
  border-radius: 20px;
  background: url(../img/top/task_bg_sp.png) no-repeat center center/cover #5470c7;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_task {
    padding: 90px 0 80px;
    min-height: 738px;
    background-image: url(../img/top/task_bg.png);
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_task {
    background-size: 100% auto;
  }
}
.sec_task p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_task p {
    font-size: 2rem;
  }
}
.sec_task .tasks {
  position: relative;
  padding: 30px 0;
}
@media print, screen and (min-width: 920px) {
  .sec_task .tasks {
    padding: 75px 0 90px;
  }
}
.sec_task .tasks.finished ul {
  -webkit-animation: 0.3s ease-in 0s forwards blur;
          animation: 0.3s ease-in 0s forwards blur;
}
.sec_task .tasks.finished .paper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_task .tasks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media print, screen and (min-width: 920px) {
  .sec_task .tasks ul {
    gap: 40px 2.5%;
  }
}
.sec_task .tasks li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 3px 10px 3px 60px;
  width: calc(50% - 6px);
  height: 46px;
  border-radius: 10px;
  background-color: #fff;
  color: #2f303a;
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  will-change: transform, opacity;
}
.sec_task .tasks li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  background: no-repeat center center/52px auto #748cd7;
}
.sec_task .tasks li:nth-child(1)::before {
  background-image: url(../img/top/icon_task1_w.svg);
}
.sec_task .tasks li:nth-child(2)::before {
  background-image: url(../img/top/icon_task2_w.svg);
}
.sec_task .tasks li:nth-child(3)::before {
  background-image: url(../img/top/icon_task3_w.svg);
}
.sec_task .tasks li:nth-child(4)::before {
  background-image: url(../img/top/icon_task4_w.svg);
}
.sec_task .tasks li:nth-child(5)::before {
  background-image: url(../img/top/icon_task5_w.svg);
}
.sec_task .tasks li:nth-child(6)::before {
  background-image: url(../img/top/icon_task6_w.svg);
}
.sec_task .tasks li:nth-child(7)::before {
  background-image: url(../img/top/icon_task7_w.svg);
}
.sec_task .tasks li:nth-child(8)::before {
  background-image: url(../img/top/icon_task8_w.svg);
}
.sec_task .tasks li:nth-child(9)::before {
  background-image: url(../img/top/icon_task9_w.svg);
}
.sec_task .tasks li:nth-child(10)::before {
  background-image: url(../img/top/icon_task10_w.svg);
}
.sec_task .tasks li:nth-child(11)::before {
  background-image: url(../img/top/icon_task11_w.svg);
}
.sec_task .tasks li:nth-child(12)::before {
  background-image: url(../img/top/icon_task12_w.svg);
}
@media print, screen and (max-width: 413px) {
  .sec_task .tasks li {
    padding: 3px 5px 3px 55px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_task .tasks li {
    padding: 5px 25px 5px 92px;
    width: 23.125%;
    height: 68px;
    font-size: 1.8rem;
  }
  .sec_task .tasks li::before {
    width: 68px;
    background-size: contain;
  }
}
.sec_task .paper {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_task .paper img {
  width: 94%;
  max-width: 512.5px;
  max-height: 361px;
  border: 6px solid #f2f5ff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 20px 40px rgba(49, 66, 117, 0.3);
          box-shadow: 4px 20px 40px rgba(49, 66, 117, 0.3);
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  .sec_task .paper img {
    border-width: 10px;
  }
}

.sec_merit {
  position: relative;
  z-index: 1;
  margin-top: 160px;
  padding-bottom: 45px;
}
.sec_merit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 300px;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  background-color: #dfe5f6;
}
@media print, screen and (min-width: 920px) {
  .sec_merit {
    padding-bottom: 110px;
  }
  .sec_merit::before {
    left: 25%;
    top: 30px;
    right: 0;
    border-radius: 20px 0 0 20px;
  }
}
.sec_merit .inner {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .text {
    width: 50%;
  }
}
.sec_merit .headline {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .headline {
    margin-bottom: 80px;
  }
}
.sec_merit .merit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  position: relative;
  left: -16px;
  margin-top: 40px;
  width: calc(100% + 32px);
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    left: auto;
    width: 100%;
    min-height: 540px;
  }
}
.sec_merit .merit .slick-list {
  padding-left: 55px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit .slick-list {
    padding-left: 0;
  }
}
.sec_merit .merit .slick-track {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.sec_merit .merit .slick-arrow {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #5470c7;
  color: #fff;
  text-indent: 101%;
  cursor: pointer;
}
.sec_merit .merit .slick-arrow::before, .sec_merit .merit .slick-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 4px;
  z-index: 2;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_merit .merit .slick-arrow::before {
  width: 16px;
}
.sec_merit .merit .slick-arrow::after {
  width: 6px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_merit .merit .slick-arrow.prev {
  left: 37px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec_merit .merit .slick-arrow.next {
  left: calc(45px + 72.5vw);
}
.sec_merit .merit a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  position: relative;
  width: 72.5vw;
  border: 2px solid #5470c7;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit a {
    visibility: visible;
    margin: 0;
    width: auto;
    height: auto;
    opacity: 1;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 0 rgba(84, 112, 199, 0.2);
            box-shadow: 0 4px 0 rgba(84, 112, 199, 0.2);
  }
  .sec_merit .merit a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 2;
    width: 9px;
    height: calc(100% + 4px);
    border-radius: 10px 0 0 10px;
    background-color: #5470c7;
  }
  .sec_merit .merit a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 14px;
    border-radius: 0;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.sec_merit .merit a.selected {
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit a.selected {
    visibility: visible;
    height: auto;
    border: 2px solid #5470c7;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec_merit .merit a.selected::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit a.selected dl {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sec_merit .merit a.selected dl::before, .sec_merit .merit a.selected dl::after {
    right: -55px;
  }
  .sec_merit .merit a.selected dl::before {
    width: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit a.selected dt {
    color: #5470c7;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit a.selected dd {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    height: auto;
  }
}
.sec_merit .merit a:hover, .sec_merit .merit a:active {
  text-decoration: none;
}
.sec_merit .merit dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  padding: 18px 24px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit dl {
    gap: 0;
    padding: 18px 16% 18px 5%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_merit .merit dl::before, .sec_merit .merit dl::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    z-index: 2;
    margin: auto 0;
    height: 2px;
    background-color: #5470c7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec_merit .merit dl::before {
    width: 20px;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .sec_merit .merit dl::after {
    width: 8px;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.sec_merit .merit dt {
  color: #5470c7;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit dt {
    color: #2f303a;
    font-size: 1.8rem;
  }
}
.sec_merit .merit dd {
  font-size: 1.3rem;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .merit dd {
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 1.5rem;
  }
}
.sec_merit .phone {
  position: relative;
  margin: 25px auto 0;
  padding-top: 121.8%;
  width: 58%;
  background: url(../img/top/phone_bg.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .phone {
    position: absolute;
    right: 0;
    bottom: -25px;
    margin: 0;
    padding-top: 0;
    width: 350px;
    height: 736px;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_merit .phone {
    right: 9%;
  }
}
.sec_merit .phone .slick-list,
.sec_merit .phone .slick-track {
  max-height: 100%;
}
.sec_merit .phone .screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 7.5%;
  right: 0;
  bottom: 3.5%;
  margin: 0 auto;
  max-width: 93.8%;
  border-radius: 0 0 7vw 7vw;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .phone .screen {
    left: -1px;
    top: 54px;
    max-width: 330px;
    border-radius: 0 0 45px 45px;
  }
}
.sec_merit .phone .screen li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-width: 100%;
}
.sec_merit .phone .screen li::before {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_merit .phone .screen li.slick-slide {
  min-width: unset;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .phone .screen li.slick-slide {
    min-width: 330px;
  }
}
.sec_merit .phone .screen li.modal_on::before {
  visibility: visible;
  opacity: 0.8;
}
.sec_merit .phone .screen li.modal_on .modal_contents {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_merit .phone .screen img {
  max-height: 100%;
}
.sec_merit .phone .screen .modal_contents {
  visibility: hidden;
  position: absolute;
  left: 8%;
  top: 8%;
  right: 8%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_merit .phone p {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 8px rgba(49, 66, 117, 0.05);
          box-shadow: 2px 4px 8px rgba(49, 66, 117, 0.05);
}
@media print, screen and (min-width: 920px) {
  .sec_merit .phone p {
    display: block;
    padding: 15px 20px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.sec_merit .phone p.pop1 {
  left: -55px;
  top: 14px;
}
.sec_merit .phone p.pop2 {
  right: -65px;
  top: 300px;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 0 16px;
  width: calc(100% + 16px);
}
@media print, screen and (min-width: 920px) {
  .cards {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 3.4482758621%;
    width: 100%;
  }
}
.cards.slick-slider {
  left: -16px;
  padding-bottom: 35px;
  width: calc(100% + 32px);
}
@media print, screen and (min-width: 920px) {
  .cards.slick-slider {
    left: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.cards .slick-list {
  padding-left: 16px;
}
@media print, screen and (min-width: 920px) {
  .cards .slick-list {
    padding-left: 0;
  }
}
.cards .slick-track {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.cards dl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 20px;
  width: 69vw;
  border-radius: 15px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .cards dl {
    position: relative;
    padding: 24px 30px 24px 145px;
    width: 48.275862069%;
  }
}
.cards dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
  min-height: 58px;
  color: #3abbd3;
  font-weight: 700;
  font-size: 1.54rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .cards dt {
    min-height: 0;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 413px) {
  .cards dt {
    font-size: 1.4rem;
  }
  .cards dt br.sp {
    display: none;
  }
}
.cards dd {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .cards dd {
    font-size: 1.4rem;
  }
}
.cards .illust {
  width: 58px;
}
@media print, screen and (min-width: 920px) {
  .cards .illust {
    position: absolute;
    left: 32px;
    top: 25px;
    width: 93px;
  }
}
.cards .photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 58px;
}
@media print, screen and (min-width: 920px) {
  .cards .photo {
    position: absolute;
    left: 32px;
    top: 25px;
    width: 89px;
  }
}
.cards .slick-arrow {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 10px;
  border-bottom: 2px solid #5470c7;
  font-size: 0;
  white-space: nowrap;
  text-indent: 101%;
}
.cards .slick-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 12px;
  height: 2px;
  background-color: #5470c7;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
}
@media print, screen and (min-width: 920px) {
  .cards .slick-arrow {
    display: none;
  }
}
.cards .slick-arrow.prev {
  left: 16px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cards .slick-arrow.next {
  left: 70px;
}
.cards .slick-dots {
  position: absolute;
  right: 16px;
  bottom: 0;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media print, screen and (min-width: 920px) {
  .cards .slick-dots {
    display: none;
  }
}
.cards .slick-dots li {
  line-height: 0;
}
.cards .slick-dots li.slick-active button {
  background-color: #5470c7;
}
.cards .slick-dots button {
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
  font-size: 0;
  text-indent: 101%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_owner {
  margin-top: 80px;
}
@media print, screen and (min-width: 920px) {
  .sec_owner {
    margin-top: 120px;
  }
}

.sec_staff {
  margin-top: 80px;
}
@media print, screen and (min-width: 920px) {
  .sec_staff {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_staff .head_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 25px;
  }
}
.sec_staff .automation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 3.125%;
  }
}
.sec_staff .automation article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 25px;
  border-radius: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation article {
    padding: 40px 3.75%;
    width: 48.4375%;
  }
}
.sec_staff .automation article img {
  display: block;
  margin: 25px auto;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation article img {
    margin: 30px auto;
    width: auto;
    height: 104px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 25px;
  }
}
.sec_staff .automation h4 {
  margin-bottom: 8px;
  color: #5470c7;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation h4 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.sec_staff .automation strong {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation strong {
    font-size: 1.8rem;
  }
}
.sec_staff .automation p {
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .automation p {
    font-size: 1.5rem;
  }
}
.sec_staff .chart {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .chart {
    margin-top: 40px;
    max-width: 968px;
  }
}
.sec_staff .check {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 16px;
  padding: 25px;
  background-color: #f9faff;
}
.sec_staff .check::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: -1;
  width: 56px;
  height: 56px;
  background: url(../img/top/check.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    padding-left: calc(6% + 139px);
    border-width: 2px;
  }
  .sec_staff .check::before {
    left: 3.75%;
    top: 0;
    width: 139px;
    height: 138px;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_staff .check {
    padding-left: calc(12% + 139px);
  }
  .sec_staff .check::before {
    left: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_staff .check .wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 4%;
  }
}
.sec_staff .check h4 {
  margin-bottom: 5px;
  padding-left: 72px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .check h4 {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 2rem;
  }
}
.sec_staff .check strong {
  display: block;
  margin-bottom: 15px;
  padding-left: 72px;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .check strong {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.sec_staff .check p {
  font-size: 1.2rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .sec_staff .check p {
    width: 78.5%;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_staff .check p {
    width: 68.363%;
    font-size: 1.4rem;
  }
}

.sec_efficient {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 75px 0 55px;
  border-radius: 20px;
  background-color: #5470c7;
  color: #fff;
}
.sec_efficient::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 16px;
  width: 180px;
  height: 103px;
  background: url(../img/top/illust_buildings.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 920px) {
  .sec_efficient {
    margin-top: 100px;
    padding: 100px 0;
  }
  .sec_efficient::before {
    top: 70px;
    right: calc(50% - 640px);
    width: 259px;
    height: 148px;
  }
}
.sec_efficient .tasks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .sec_efficient .tasks {
    gap: 34px 2.65625%;
    margin-top: 50px;
  }
}
.sec_efficient .tasks li {
  overflow: hidden;
  width: calc(50% - 6px);
  min-height: 160px;
  border-radius: 20px;
  color: #2f303a;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_efficient .tasks li {
    width: 185px;
    min-width: 185px;
    font-size: 1.5rem;
    aspect-ratio: 1;
  }
}
.sec_efficient .tasks li:nth-child(1) a {
  background-image: url(../img/top/icon_task1.svg);
}
.sec_efficient .tasks li:nth-child(2) a {
  background-image: url(../img/top/icon_task2.svg);
}
.sec_efficient .tasks li:nth-child(3) a {
  background-image: url(../img/top/icon_task3.svg);
}
.sec_efficient .tasks li:nth-child(4) a {
  background-image: url(../img/top/icon_task4.svg);
}
.sec_efficient .tasks li:nth-child(5) a {
  background-image: url(../img/top/icon_task5.svg);
}
.sec_efficient .tasks li:nth-child(6) a {
  background-image: url(../img/top/icon_task6.svg);
}
.sec_efficient .tasks li:nth-child(7) a {
  background-image: url(../img/top/icon_task7.svg);
}
.sec_efficient .tasks li:nth-child(8) a {
  background-image: url(../img/top/icon_task8.svg);
}
.sec_efficient .tasks li:nth-child(9) a {
  background-image: url(../img/top/icon_task9.svg);
}
.sec_efficient .tasks li:nth-child(10) a {
  background-image: url(../img/top/icon_task10.svg);
}
.sec_efficient .tasks li:nth-child(11) a {
  background-image: url(../img/top/icon_task11.svg);
}
.sec_efficient .tasks li:nth-child(12) a {
  background-image: url(../img/top/icon_task12.svg);
}
.sec_efficient .tasks a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100%;
  background: no-repeat center 30px #eff1fc;
  background-size: auto 45px;
  color: #2f303a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_efficient .tasks a::before {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  content: "+";
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 5px;
  z-index: 2;
  color: #5470c7;
  font-size: 2.4rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_efficient .tasks a {
    background-position: center 35px;
    background-size: auto 60px;
  }
}
.sec_efficient .tasks a:hover, .sec_efficient .tasks a:active {
  opacity: 0.8;
  text-decoration: none;
}
.sec_efficient .tasks span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  min-height: 59px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_efficient .tasks span {
    min-height: 62px;
  }
}

.modal_task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .modal_task {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 5.5%;
  }
}
.modal_task .ttl {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .modal_task .ttl {
    width: 150px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .modal_task .wrap {
    overflow-y: auto;
    width: calc(94.5% - 150px);
    max-height: 100%;
  }
}
.modal_task .wrap img {
  display: block;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .modal_task .wrap img {
    margin-bottom: 20px;
  }
}
.modal_task .wrap p {
  font-size: 1.2rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .modal_task .wrap p {
    font-size: 1.4rem;
  }
}

.sec_price {
  margin-top: 160px;
}
@media print, screen and (min-width: 920px) {
  .sec_price {
    padding-bottom: 85px;
  }
}
.sec_price .cost {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 75%;
    max-width: 1080px;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .headline {
    width: 100%;
  }
}
.sec_price .cost .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 0;
  position: relative;
  z-index: 2;
  margin: 55px auto 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .catch {
    margin: 60px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.8rem;
  }
}
.sec_price .cost .catch em {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 18px 32px 18px 122px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 3px solid #5470c7;
  border-radius: 15px;
  color: #5470c7;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec_price .cost .catch em::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 74px;
  height: 75px;
  background: url(../img/top/icon_door2.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .catch em {
    margin: 5px 0;
    padding: 24px 30px 24px 130px;
    max-width: 340px;
    font-size: 3.4rem;
  }
  .sec_price .cost .catch em::before {
    left: 40px;
  }
}
.sec_price .cost .catch i {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-top: 5px;
  margin-right: 2px;
  font-size: 5.6rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .catch i {
    margin-top: 10px;
    margin-right: 5px;
    font-size: 6.4rem;
  }
}
.sec_price .cost .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 0;
  position: relative;
  z-index: 1;
  margin: 100px 0 0;
  padding: 120px 0 100px;
}
.sec_price .cost .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  width: 190px;
  height: 230px;
  background: url(../img/top/illust_price.svg) no-repeat center center/contain;
}
.sec_price .cost .wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 0;
  right: -16px;
  bottom: 0;
  z-index: -2;
  border-radius: 15px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .wrap {
    gap: 25px 0;
    margin-top: 70px;
    padding: 0;
  }
  .sec_price .cost .wrap::before {
    left: -70%;
    top: 20px;
    width: 290px;
    height: 354px;
  }
  .sec_price .cost .wrap::after {
    content: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost .wrap::before {
    left: auto;
    right: 35vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_price .cost .wrap::before {
    right: calc(100% + 40px);
  }
}
.sec_price .cost .wrap + small {
  display: block;
  position: absolute;
  left: calc(14px + 5%);
  right: calc(14px + 5%);
  bottom: 50px;
  z-index: 1;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 414px) {
  .sec_price .cost .wrap + small {
    left: calc(13px + 10%);
    right: calc(13px + 10%);
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .wrap + small {
    left: auto;
    right: auto;
    bottom: 80px;
    width: auto;
    margin: 0;
  }
}
.sec_price .cost dl {
  position: relative;
  margin: 0 auto;
  padding: 16px 23px;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px 0;
    margin: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 20px;
    padding: 20px 43px 20px 70px;
    width: 555px;
    min-height: 80px;
  }
}
.sec_price .cost dl.running {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost dl.running {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost dl.running dt {
    min-height: 100px;
  }
}
.sec_price .cost dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dt {
    margin-bottom: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost dt {
    width: 165px;
  }
}
.sec_price .cost dt small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dt small {
    display: block;
    font-size: 1.3rem;
  }
}
.sec_price .cost dd {
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dd {
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_price .cost dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec_price .cost dd i {
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dd i {
    font-size: 5.6rem;
  }
}
.sec_price .cost dd i span {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dd i span {
    font-size: 3.2rem;
  }
}
.sec_price .cost dd p {
  margin-top: 3px;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost dd p {
    text-align: center;
  }
}
.sec_price .cost .initial,
.sec_price .cost .running {
  overflow: hidden;
  width: 90%;
  border-radius: 15px;
  background-color: #dce0f5;
}
@media print, screen and (min-width: 414px) {
  .sec_price .cost .initial,
  .sec_price .cost .running {
    width: 79%;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .initial,
  .sec_price .cost .running {
    width: 100%;
  }
}
.sec_price .cost .initial p,
.sec_price .cost .running p {
  font-size: 1.1rem;
  line-height: 1.5;
}
.sec_price .cost .initial strong,
.sec_price .cost .running strong {
  display: block;
  margin: 0 auto;
  padding: 3px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 152px;
  border: 1px solid #2f303a;
  border-radius: 15px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .initial strong,
  .sec_price .cost .running strong {
    padding: 3px 10px;
    min-width: 167px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .initial dt {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-height: 44px;
  }
}
.sec_price .cost .running dd strong {
  border: none;
  background-color: #909cc2;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .running dd strong {
    padding: 4px 10px;
    min-width: 173px;
    font-size: 1.4rem;
  }
}
.sec_price .cost .detail {
  padding: 16px 22px;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail {
    padding: 17px 7.7477477477% 23px;
  }
}
.sec_price .cost .detail hr {
  margin: 8px 0;
  border-top-color: #b8c1de;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail hr {
    margin: 12px 0;
  }
}
.sec_price .cost .detail table {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail table {
    display: table;
    width: 100%;
  }
}
.sec_price .cost .detail tbody {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail tbody {
    display: table-row-group;
  }
}
.sec_price .cost .detail tr {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail tr {
    display: table-row;
  }
}
.sec_price .cost .detail tr + tr {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #b8c1de;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail tr + tr {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail tr + tr th, .sec_price .cost .detail tr + tr td {
    padding-top: 12px;
    border-top: 1px solid #b8c1de;
  }
}
.sec_price .cost .detail tr + tr strong {
  border-color: #2f303a;
  background-color: transparent;
  color: #2f303a;
}
.sec_price .cost .detail th, .sec_price .cost .detail td {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail th, .sec_price .cost .detail td {
    display: table-cell;
    padding-bottom: 12px;
    vertical-align: middle;
  }
}
.sec_price .cost .detail td {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .sec_price .cost .detail td {
    margin-top: 0;
    font-size: 1.1rem;
    text-align: right;
  }
}
.sec_price .cost .detail p {
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail strong {
    margin-left: 0;
  }
}
.sec_price .cost .detail em {
  font-weight: 700;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail em {
    font-size: 1.3rem;
  }
}
.sec_price .cost .detail i {
  display: inline-block;
  margin: 0 4px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
  vertical-align: bottom;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail i {
    font-size: 2.8rem;
  }
}
.sec_price .cost .detail i span {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .detail i span {
    font-size: 2rem;
  }
}
.sec_price .cost .plus {
  -webkit-text-decoration: 101%;
          text-decoration: 101%;
}
.sec_price .cost .plus::before, .sec_price .cost .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -13px;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  background-color: #5470c7;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.sec_price .cost .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media print, screen and (min-width: 920px) {
  .sec_price .cost .plus::before, .sec_price .cost .plus::after {
    top: -20.5px;
    width: 24px;
    height: 3px;
  }
}
.sec_price .simulation {
  margin-top: 40px;
}
.sec_price .simulation h3 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_price .simulation h3 {
    font-size: 2.2rem;
    text-align: left;
  }
}
.sec_price .simulation .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px 0;
  margin: 65px auto 0;
}
@media print, screen and (min-width: 768px) {
  .sec_price .simulation .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_price .simulation .wrap {
    gap: 0 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_price .simulation .wrap {
    gap: 0;
  }
}
.sec_price .simulation article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 25px 25px;
  border-radius: 20px;
  background-color: #fff;
  width: 76%;
  min-width: 290px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .simulation article {
    width: calc(50% - 20px);
    min-width: 0;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_price .simulation article {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_price .simulation article {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 290px;
        -ms-flex-preferred-size: 290px;
            flex-basis: 290px;
  }
}
.sec_price .simulation article:nth-child(1) h4::before {
  content: url(../img/top/icon_capacity1.svg);
}
.sec_price .simulation article:nth-child(2) h4::before {
  content: url(../img/top/icon_capacity2.svg);
}
.sec_price .simulation article:nth-child(3) h4::before {
  content: url(../img/top/icon_capacity3.svg);
}
.sec_price .simulation article:nth-child(4) h4::before {
  content: url(../img/top/icon_capacity4.svg);
}
.sec_price .simulation h4 {
  position: relative;
  margin: -15px auto 15px;
  padding: 7px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  background-color: #5470c7;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.sec_price .simulation h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_price .simulation h4 i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  color: #5470c7;
}
.sec_price .simulation table {
  width: 100%;
}
.sec_price .simulation tr:first-child th {
  font-weight: 700;
  font-size: 1.6rem;
}
.sec_price .simulation tr:first-child td {
  font-weight: 700;
  font-size: 1.8rem;
}
.sec_price .simulation tr:first-child td i {
  display: inline-block;
  font-weight: 700;
  font-size: 3.4rem;
}
.sec_price .simulation th,
.sec_price .simulation td {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.6;
  vertical-align: bottom;
}
.sec_price .simulation th {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
}
.sec_price .simulation td {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: right;
}
.sec_price .simulation td i {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}
.sec_price .simulation .monthly {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: baseline;
}
.sec_price .simulation .monthly i {
  margin-left: 4px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  line-height: 1;
  white-space: nowrap;
}
.sec_price .simulation .monthly i span {
  font-size: 2.8rem;
}

.btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.btn_wrap.inner {
  gap: 16px 0;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap.inner {
    gap: 0 2.1875%;
    margin-top: 70px;
  }
}
.btn_wrap .btn_download,
.btn_wrap .btn_inquiry {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap .btn_download,
  .btn_wrap .btn_inquiry {
    margin-top: 0;
  }
}
.btn_wrap .btn_inquiry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap .btn_inquiry {
    margin-top: 0;
  }
}
.btn_wrap .btn_inquiry.has_img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30%;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 414px) {
  .btn_wrap .btn_inquiry.has_img {
    padding-left: 36.6%;
  }
}
@media print, screen and (min-width: 920px) {
  .btn_wrap .btn_inquiry.has_img {
    padding-left: calc(6% + 158px);
    min-width: 57.03125%;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1160px) {
  .btn_wrap .btn_inquiry.has_img {
    padding-left: calc(10% + 158px);
  }
}
.btn_wrap .btn_inquiry.has_img img {
  position: absolute;
  left: 10px;
  bottom: 16px;
  width: 80px;
}
@media print, screen and (min-width: 414px) {
  .btn_wrap .btn_inquiry.has_img img {
    left: 6%;
    width: 90px;
  }
}
@media print, screen and (min-width: 920px) {
  .btn_wrap .btn_inquiry.has_img img {
    left: 4.3835616438%;
    bottom: 12px;
    width: 158px;
  }
}
.btn_wrap .btn_inquiry.has_img span {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap .btn_inquiry.has_img span {
    font-size: 2.2rem;
  }
}

.sec_system {
  margin-top: 90px;
}
@media print, screen and (min-width: 920px) {
  .sec_system {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_system > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1044px;
  }
}
.sec_system .catch {
  display: block;
  margin-bottom: 40px;
  padding: 25px 40px;
  border: 2px solid #2f303a;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media print, screen and (min-width: 920px) {
  .sec_system .catch {
    margin-bottom: 0;
    padding: 40px 56px;
    width: 390px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_system .developer {
    width: calc(93% - 390px);
  }
}
.sec_system .developer strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .sec_system .developer strong {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.sec_system .developer p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media print, screen and (min-width: 920px) {
  .sec_system .developer p {
    font-size: 1.5rem;
  }
}
.sec_system .profile {
  margin-top: 40px;
  padding: 30px 25px 25px;
  border-radius: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 45px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_system .profile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 35px 4% 35px 6%;
  }
}
.sec_system .profile figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  position: relative;
  margin-bottom: 15px;
  min-height: 90px;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
    margin-bottom: 0;
    min-height: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_system .profile figure {
    gap: 0;
    margin-right: 45px;
  }
}
.sec_system .profile img {
  width: 90px;
  border-radius: 50%;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile img {
    width: 180px;
  }
}
.sec_system .profile figcaption {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile figcaption {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_system .profile figcaption {
    position: absolute;
    top: 0;
    left: calc(100% + 45px);
    font-size: 1.6rem;
    white-space: nowrap;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .sec_system .profile .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
.sec_system .profile th, .sec_system .profile td {
  padding: 5px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile th, .sec_system .profile td {
    padding: 2px 0;
    font-size: 1.4rem;
  }
}
.sec_system .profile th {
  padding-right: 20px;
  min-width: 50px;
  font-weight: 700;
  white-space: nowrap;
}
@media print, screen and (min-width: 920px) {
  .sec_system .profile th {
    padding-right: 25px;
  }
}

.sec_management {
  margin-top: 90px;
}
@media print, screen and (min-width: 920px) {
  .sec_management {
    margin-top: 100px;
  }
}
.sec_management .cards dt {
  color: #5470c7;
}
.sec_management .trust em {
  color: #5470c7;
}
.sec_management .trust mark {
  color: #3abbd3;
}

.sec_faq {
  margin-top: 160px;
}
@media print, screen and (min-width: 920px) {
  .sec_faq {
    margin-top: 160px;
  }
}
.sec_faq .headline {
  margin-bottom: 55px;
}
.sec_faq details {
  border-radius: 10px;
  background-color: #fff;
}
.sec_faq details + details {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .sec_faq details + details {
    margin-top: 15px;
  }
}
.sec_faq details[open] summary::after, .sec_faq details.open summary::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.sec_faq details summary,
.sec_faq details p {
  position: relative;
  padding: 16px 25px 16px 65px;
  line-height: 1.65;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_faq details summary::before,
.sec_faq details p::before {
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 25px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_faq details summary,
  .sec_faq details p {
    padding: 16px 32px 16px 88px;
    line-height: 2;
  }
  .sec_faq details summary::before,
  .sec_faq details p::before {
    left: 32px;
    top: 12px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}
.sec_faq details summary {
  padding-right: 48px;
  font-weight: 700;
}
.sec_faq details summary::before {
  content: "Q";
  background-color: #5470c7;
}
.sec_faq details summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5470c7;
  border-bottom: 2px solid #5470c7;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 920px) {
  .sec_faq details summary::after {
    width: 10px;
    height: 10px;
  }
}
.sec_faq details p::before {
  content: "A";
  background-color: #3abbd3;
}
.sec_faq details p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background-color: #eff1fc;
}
@media print, screen and (min-width: 920px) {
  .sec_faq details p {
    font-size: 1.5rem;
  }
  .sec_faq details p::after {
    left: 32px;
    right: 32px;
  }
}

.sec_experience {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-top: 55px;
  color: #fff;
  text-align: center;
}
.sec_experience::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  background-color: #5470c7;
}
@media print, screen and (min-width: 920px) {
  .sec_experience {
    margin-top: 100px;
    padding-top: 60px;
  }
  .sec_experience::before {
    height: 400px;
    border-radius: 20px;
  }
}
.sec_experience .logo {
  display: block;
  margin: 0 auto 15px;
  width: 76%;
}
@media print, screen and (min-width: 920px) {
  .sec_experience .logo {
    width: 400px;
  }
}
.sec_experience p {
  font-weight: 700;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .sec_experience p {
    font-size: 2rem;
  }
}
.sec_experience .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .sec_experience .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 35px;
    margin: 35px auto 0;
  }
}
@media print, screen and (min-width: 1160px) {
  .sec_experience .btn_wrap {
    width: 78.6%;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_experience .btn_wrap > div {
    width: 48.1%;
    max-width: 484px;
  }
}
.sec_experience .btn_wrap .btn_download {
  margin-top: 25px;
}
.sec_experience .btn_wrap .btn_inquiry {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 12px;
}
.sec_experience .paper {
  margin: 0 auto;
  width: 85.3%;
  border: 6px solid #f2f5ff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
          box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
}
@media print, screen and (min-width: 920px) {
  .sec_experience .paper {
    width: 88.6%;
    border-radius: 8px;
  }
}

.sec_news {
  margin-top: 160px;
}
@media print, screen and (min-width: 920px) {
  .sec_news {
    margin-top: 210px;
  }
}
.sec_news > .inner {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .sec_news > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news .headline {
    position: relative;
    top: -50px;
  }
}
.sec_news .link_index {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  position: absolute;
  right: 0;
  top: 55px;
  color: #5470c7;
  font-size: 1.5rem;
  line-height: 1.3;
}
.sec_news .link_index::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5470c7;
  border-right: 2px solid #5470c7;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.sec_news .link_index::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 920px) {
  .sec_news .link_index {
    left: 0;
    top: 115px;
    right: auto;
  }
}
.sec_news .archives {
  margin-top: 55px;
}
@media print, screen and (min-width: 920px) {
  .sec_news .archives {
    margin-top: 0;
    width: 74%;
  }
}

.links_on-air {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 0;
  margin: 25px auto 0;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .links_on-air {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 40px;
    max-width: 775px;
  }
}
.links_on-air a {
  display: inline-block;
  color: #3abbd3;
  font-size: 1.4rem;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .links_on-air a {
    font-size: 1.6rem;
  }
}
.links_on-air a:hover, .links_on-air a:active {
  opacity: 0.8;
  text-decoration: none;
}

.cta_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .cta_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    right: 3%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.cta_area dl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43%;
}
@media print, screen and (min-width: 920px) {
  .cta_area dl {
    width: 43.5%;
  }
}
.cta_area dl.open dd {
  visibility: visible;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  -webkit-box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
          box-shadow: 2px 10px 15px rgba(49, 66, 117, 0.15);
}
@media print, screen and (min-width: 920px) {
  .cta_area dl.open dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cta_area > a, .cta_area dt {
  background: rgb(110, 126, 219);
  background: -webkit-gradient(linear, left top, right top, from(rgb(110, 126, 219)), to(rgb(76, 157, 233)));
  background: -webkit-linear-gradient(left, rgb(110, 126, 219) 0%, rgb(76, 157, 233) 100%);
  background: linear-gradient(90deg, rgb(110, 126, 219) 0%, rgb(76, 157, 233) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
  z-index: 1;
  padding: 13px 24px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cta_area > a::before, .cta_area dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 0;
  z-index: -1;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .cta_area > a, .cta_area dt {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.cta_area > a:hover, .cta_area > a:active, .cta_area dt:hover, .cta_area dt:active {
  text-decoration: none;
  color: #5470c7;
}
.cta_area > a:hover::before, .cta_area > a:active::before, .cta_area dt:hover::before, .cta_area dt:active::before {
  opacity: 1;
}
.cta_area > a:hover em, .cta_area > a:active em, .cta_area dt:hover em, .cta_area dt:active em {
  border-color: #5470c7;
  color: #5470c7;
}
.cta_area > a em, .cta_area dt em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta_area > a.inquiry {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .cta_area > a.inquiry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta_area dd {
  overflow: hidden;
  visibility: hidden;
  padding: 0 15px;
  height: 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .cta_area dd {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.4rem;
  }
}
.cta_area .qr {
  margin: 10px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* ティザーサイト用 */
body.page.home #main {
  padding-bottom: 0;
}
@media print, screen and (min-width: 920px) {
  body.page.home #main {
    padding-bottom: 0;
  }
}