@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, dl, dt {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: none;
}

p, dt, dd, li {
  text-align: justify;
  text-justify: initial;
}

.alignCenter {
  text-align: center;
}

.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}

img.fitImg {
  max-width: 100%;
  height: auto;
}

br {
  line-height: 1;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .pc-br,
  .is-pc {
    display: none;
  }
}

.sp-br,
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.lt-robo_con400 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.lt-robo_con700 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*日本語*/
/******************************************************************************
* header
*******************************************************************************/
.o-header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .o-header {
    top: 4.1025641026vw;
    padding: 0 3.0769230769vw;
  }
}
.o-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.2);
          box-shadow: 0 3px 6px 0px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .o-header .l-inner {
    height: 15.3846153846vw;
    border-radius: 2.0512820513vw;
  }
}

.l-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .l-header-main {
    width: 100%;
  }
}
.l-header-main .o-header-logo {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .l-header-main .o-header-logo {
    padding-left: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-main .o-header-logo img {
    width: 23.5897435897vw;
  }
}
.l-header-main .o-header-catch {
  padding-left: 32px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-main .o-header-catch {
    padding: 0 5.1282051282vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

.l-header-sub {
  width: 25%;
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  .l-header-sub {
    display: none;
  }
}

.l-header-btn-wrap {
  max-width: 200px;
  margin: 0 0 0 auto;
  text-align: right;
}
.l-header-btn-wrap .a-button_inner {
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  color: #010101;
  text-align: center;
  background-color: #fee246;
  border-radius: 15px;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 6px 1px rgba(1, 1, 1, 0.2);
}
@media screen and (min-width: 768px) {
  .l-header-btn-wrap a:hover .a-button_inner {
    background-color: #fff0a9;
  }
}

/******************************************************************************
* mv
*******************************************************************************/
.hero .l-content {
  width: 100%;
  height: 620px;
  padding: 0 20px;
  background: url(../img/hero_bg_pc.webp) no-repeat center center, -webkit-gradient(linear, left top, right top, from(#82d9d0), color-stop(50%, #82d9d0), color-stop(50%, #3ca8da), to(#3ca8da));
  background: url(../img/hero_bg_pc.webp) no-repeat center center, linear-gradient(to right, #82d9d0 0%, #82d9d0 50%, #3ca8da 50%, #3ca8da 100%);
}
@media screen and (max-width: 767px) {
  .hero .l-content {
    height: 167.1794871795vw;
    padding: 0;
    background-image: url("../img/hero_bg_sp.webp");
    background-position: center top;
    background-size: cover;
  }
}
.hero .l-inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  padding: 160px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero .l-inner {
    max-width: 100%;
    padding: 24.6153846154vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .o-hero-catch {
    text-align: center;
    padding: 0 6.1538461538vw;
  }
}
.o-hero-catch span {
  display: inline-block;
  padding: 12px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#1d6ba3), color-stop(50%, #165690), to(#0c3c78));
  background: linear-gradient(to right, #1d6ba3 0%, #165690 50%, #0c3c78 100%);
}
@media screen and (max-width: 767px) {
  .o-hero-catch span {
    padding: 2.0512820513vw 3.0769230769vw;
  }
}
.o-hero-catch span img {
  width: 545px;
}
@media screen and (max-width: 767px) {
  .o-hero-catch span img {
    max-width: 100%;
  }
}

.o-hero-headline {
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .o-hero-headline {
    padding: 2.0512820513vw 6.1538461538vw 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-headline img {
    max-width: 100%;
  }
}

.o-hero-prize {
  position: absolute;
  right: -152px;
  bottom: 0;
}
@media screen and (max-width: 1520px) {
  .o-hero-prize {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-prize {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    padding: 0 3.0769230769vw;
    margin-top: 56.4102564103vw;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-prize img {
    max-width: 100%;
  }
}

.o-hero-btn {
  width: 350px;
  margin: 0 auto 0 0;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .o-hero-btn {
    width: 100%;
    padding: 0 6.1538461538vw 0;
    margin-top: -3.0769230769vw;
    text-align: center;
  }
}
.o-hero-btn span {
  display: inline-block;
  width: 100%;
  height: 70px;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background-color: #fee246;
  border-radius: 20px;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.3);
          box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.3);
}
@media screen and (max-width: 767px) {
  .o-hero-btn span {
    height: 18.4615384615vw;
    font-size: 4.6153846154vw;
    line-height: 18.4615384615vw;
    border-radius: 5.1282051282vw;
  }
}
.o-hero-btn span:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../img/icon_arrow02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .o-hero-btn span:after {
    right: 6.1538461538vw;
    top: calc(50% - 4.1025641026vw);
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .o-hero-btn a:hover span {
    background-color: #fff0a9;
  }
}

.o-hero-illust {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -37px;
  width: 600px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .o-hero-illust {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-illust {
    width: 100%;
    right: 3.0769230769vw;
    bottom: -5.1282051282vw;
  }
}
.o-hero-illust img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .o-hero-illust img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-illust img {
    width: 62vw;
  }
}

.l-content {
  width: 100%;
}
.l-content.is-w-1200 {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .l-content.is-w-1200 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-content.is-w-1200 {
    width: 100%;
    height: auto;
  }
}

.l-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.8);
  display: none;
}

.no-wrap-line {
  font-style: normal;
  font-weight: inherit;
  white-space: nowrap;
}

/*-----------------------------------------------

共通見出しなど

-------------------------------------------------*/
.o-content-headline {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .o-content-headline {
    font-size: 6.1538461538vw;
  }
}
.o-content-headline .is-en {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00a0e9;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-content-headline .is-en {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.o-content-headline .is-en sup {
  font-size: 60%;
}
.o-content-headline + .o-content-lead {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .o-content-headline + .o-content-lead {
    padding-top: 7vw;
  }
}
.o-content-headline + .o-content-subhead {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .o-content-headline + .o-content-subhead {
    padding-top: 6.1538461538vw;
  }
}

.o-content-lead {
  max-width: 66.666%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .o-content-lead {
    max-width: 100%;
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .o-content-lead {
    max-width: 100%;
    padding: 0 6.1538461538vw;
  }
}
.o-content-lead .is-text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .o-content-lead .is-text {
    font-size: 4.1025641026vw;
  }
}

.o-content-subhead {
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  color: #002d6c;
}
@media screen and (max-width: 767px) {
  .o-content-subhead {
    font-size: 4.6153846154vw;
  }
}
.o-content-subhead + .o-content-lead {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .o-content-subhead + .o-content-lead {
    padding-top: 4.1025641026vw;
  }
}

/*-----------------------------------------------

about

-------------------------------------------------*/
.about {
  width: calc(100% - 48px);
  margin: 28px auto 0;
  padding: 0 0 88px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    width: calc(100% - 6.1538461538vw);
    margin-top: 3.0769230769vw;
    padding: 0 0 15.3846153846vw;
  }
}
.about:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 0 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .about:before {
    border-radius: 0 7.6923076923vw 0 7.6923076923vw;
  }
}
.about .o-content-headline {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .about .o-content-headline {
    padding-top: 14.358974359vw;
  }
}

.about-list-box {
  padding: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .about-list-box {
    padding: 7.1794871795vw 0 0;
  }
}
.about-list-box dt {
  text-align: center;
}
.about-list-box dt img {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .about-list-box dt img {
    width: auto;
    max-width: 74%;
  }
}
.about-list-box dd {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .about-list-box dd {
    padding: 8.2051282051vw 0 0;
  }
}

.about-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .about-list {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-item {
  width: 31.5%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 12px 0px rgba(1, 1, 1, 0.2);
  padding: 36px 0 28px;
}
@media screen and (max-width: 767px) {
  .about-item {
    width: 100%;
    border-radius: 5.1282051282vw;
    padding: 8.2051282051vw 0;
  }
}
@media screen and (max-width: 767px) {
  .about-item + .about-item {
    margin-top: 6.1538461538vw;
  }
}
.about-item:nth-of-type(1) .about-item-image img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .about-item:nth-of-type(1) .about-item-image img {
    width: 38.4615384615vw;
  }
}
.about-item:nth-of-type(2) .about-item-image img {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .about-item:nth-of-type(2) .about-item-image img {
    width: 22.3076923077vw;
  }
}
.about-item:nth-of-type(3) .about-item-image img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .about-item:nth-of-type(3) .about-item-image img {
    width: 21.7948717949vw;
  }
}

.about-item-headline {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-item-headline {
    font-size: 4.6153846154vw;
  }
}
.about-item-headline .is-num {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: #00a0e9;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 767px) {
  .about-item-headline .is-num {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}

.about-item-image {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-item-image {
    height: 33.8461538462vw;
  }
}
.about-item-image img {
  max-width: 100%;
}

.about-item-lead {
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .about-item-lead {
    padding: 0 7.1794871795vw;
  }
}
.about-item-lead .is-text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about-item-lead .is-text {
    font-size: 4.1025641026vw;
  }
}

.usecase {
  width: 100%;
  background: #fff;
  padding: 100px 48px 120px;
}
@media screen and (max-width: 767px) {
  .usecase {
    padding: 24.6153846154vw 3.0769230769vw 20.5128205128vw;
  }
}

.usecase-list {
  padding: 40px 8.333% 0;
}
@media screen and (max-width: 1240px) {
  .usecase-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .usecase-list {
    padding: 6.1538461538vw 0 0;
  }
}

.usecase-item {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px 0px rgba(1, 1, 1, 0.1);
          box-shadow: 0 1px 5px 0px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .usecase-item {
    border-radius: 4.1025641026vw;
  }
}
.usecase-item + .usecase-item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .usecase-item + .usecase-item {
    margin-top: 4.1025641026vw;
  }
}

.usecase-content-wrap {
  width: 100%;
}
.usecase-content-wrap dd {
  display: none;
  width: 100%;
}
.usecase-content-wrap dd.is-open {
  display: block;
}
.usecase-content-wrap dd .is-sp-switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .usecase-content-wrap dd .is-sp-switch {
    position: relative;
    display: block;
    max-width: 37.9487179487vw;
    margin: 0 auto 4.1025641026vw;
    border: 1px solid #00a0e9;
    padding: 3.0769230769vw 0;
    border-radius: 5.1282051282vw;
    background: #fff;
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #00a0e9;
    text-align: center;
  }
}
.usecase-content-wrap dd .is-sp-switch:before, .usecase-content-wrap dd .is-sp-switch:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .usecase-content-wrap dd .is-sp-switch:before, .usecase-content-wrap dd .is-sp-switch:after {
    display: block;
    position: absolute;
    right: 4.1025641026vw;
    top: calc(50% - 2px);
    width: 3.0769230769vw;
    height: 0;
    border-top: 4px solid #00a0e9;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  }
}

.usecase-content-header {
  background: #fff;
  padding: 28px 20px 28px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  -webkit-transition: background ease 0.8s;
  transition: background ease 0.8s;
}
@media screen and (max-width: 1240px) {
  .usecase-content-header {
    padding-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .usecase-content-header {
    position: relative;
    padding: 5.1282051282vw 6.1538461538vw 5.1282051282vw 18.4615384615vw;
    font-size: 4.1025641026vw;
    cursor: default;
  }
}
.usecase-content-header.is-open {
  background: #00a0e9;
  color: #fff;
}
.usecase-content-header.is-open .is-num {
  color: #fff;
}
.usecase-content-header.is-open .is-switch {
  background: #fff;
}
.usecase-content-header.is-open .is-switch:before, .usecase-content-header.is-open .is-switch:after {
  border-top: 2px solid #00a0e9;
}
.usecase-content-header.is-open .is-switch small {
  color: #00a0e9;
}
.usecase-content-header .is-num {
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  color: #00a0e9;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-num {
    position: absolute;
    left: 6.1538461538vw;
    top: 5.1282051282vw;
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
.usecase-content-header .is-num b {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-num b {
    display: block;
    font-size: 6.6666666667vw;
  }
}
.usecase-content-header .is-switch {
  position: absolute;
  right: 20px;
  top: calc(50% - 14px);
  background: #00a0e9;
  display: inline-block;
  width: 80px;
  height: 28px;
  padding: 0 0 0 14px;
  border-radius: 14px;
  overflow: hidden;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-switch {
    display: none;
  }
}
.usecase-content-header .is-switch:before, .usecase-content-header .is-switch:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 1px);
  width: 8px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.usecase-content-header .is-switch:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.usecase-content-header .is-switch small {
  position: absolute;
  display: block;
  left: 10px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.usecase-content-header .is-switch small:nth-of-type(1) {
  top: 0;
}
.usecase-content-header .is-switch small:nth-of-type(2) {
  top: -100%;
}
.usecase-content-header.is-open .is-switch:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.usecase-content-header.is-open .is-switch small:nth-of-type(1) {
  top: 100%;
}
.usecase-content-header.is-open .is-switch small:nth-of-type(2) {
  top: 0;
}
@media screen and (max-width: 767px) {
  .usecase-content-header.is-open .is-sp-switch {
    display: none;
  }
}
.usecase-content-header .is-sp-switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-sp-switch {
    display: block;
    position: relative;
    max-width: 37.9487179487vw;
    margin: 3.0769230769vw auto 0 9.5vw;
    border: 1px solid #00a0e9;
    padding: 3.0769230769vw 0;
    border-radius: 5.1282051282vw;
    background: #00a0e9;
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
}
.usecase-content-header .is-sp-switch:before, .usecase-content-header .is-sp-switch:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-sp-switch:before, .usecase-content-header .is-sp-switch:after {
    display: block;
    position: absolute;
    right: 4.1025641026vw;
    top: calc(50% - 2px);
    width: 3.0769230769vw;
    height: 0;
    border-top: 4px solid #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .usecase-content-header .is-sp-switch:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.usecase-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .usecase-content-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.1282051282vw 6.1538461538vw;
  }
}

.usecase-content-info {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .usecase-content-info {
    width: 100%;
  }
}

.usecase-content-headline {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #002d6c;
}
@media screen and (max-width: 767px) {
  .usecase-content-headline {
    font-size: 4.1025641026vw;
  }
}

.usecase-content-lead {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .usecase-content-lead {
    padding: 3.0769230769vw 0 0;
  }
}
.usecase-content-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .usecase-content-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.usecase-content-image {
  width: 36%;
  background: #f5f5f5;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .usecase-content-image {
    width: 100%;
    border-radius: 2.5641025641vw;
    margin-top: 4.1025641026vw;
  }
}
.usecase-content-image .is-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.usecase-content-image .is-icon span {
  display: inline-block;
  background: #00a0e9;
  padding: 8px 12px;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .usecase-content-image .is-icon span {
    padding: 2.0512820513vw 3.0769230769vw;
    border-radius: 0 0 2.5641025641vw 0;
  }
}
.usecase-content-image .is-icon + .is-image {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .usecase-content-image .is-icon + .is-image {
    padding-top: 12.3076923077vw;
  }
}
.usecase-content-image .is-image {
  padding: 24px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .usecase-content-image .is-image {
    padding: 0 0 4.1025641026vw;
  }
}
.usecase-content-image .is-image img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------

conversion

-------------------------------------------------*/
.conversion {
  width: 100%;
  padding: 0 24px;
  height: 293px;
  background: url(../img/conv_bg_pc.png) no-repeat center top, -webkit-gradient(linear, left top, right top, from(#82d9d0), color-stop(50%, #82d9d0), color-stop(50%, #00a0e9), to(#00a0e9));
  background: url(../img/conv_bg_pc.png) no-repeat center top, linear-gradient(to right, #82d9d0 0%, #82d9d0 50%, #00a0e9 50%, #00a0e9 100%);
}
@media screen and (max-width: 767px) {
  .conversion {
    padding: 0 9.2307692308vw;
    height: 76.9230769231vw;
    background: url(../img/conv_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .conversion.is-sp-hide {
    display: none;
  }
}
.conversion .l-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conversion-headline {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .conversion-headline {
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.conversion-headline .lt-en {
  display: block;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 767px) {
  .conversion-headline .lt-en {
    margin-bottom: 4.1025641026vw;
  }
}

.conversion-btn {
  width: 100%;
  padding-top: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conversion-btn {
    padding-top: 7.1794871795vw;
  }
}
.conversion-btn span {
  display: inline-block;
  width: 350px;
  height: 70px;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background-color: #fee246;
  border-radius: 20px;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
}
@media screen and (max-width: 767px) {
  .conversion-btn span {
    width: 100%;
    height: 18.4615384615vw;
    font-size: 4.6153846154vw;
    line-height: 18.4615384615vw;
    border-radius: 5.1282051282vw;
  }
}
.conversion-btn span:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../img/icon_arrow02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .conversion-btn span:after {
    right: 5.1282051282vw;
    top: calc(50% - 4.1025641026vw);
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .conversion-btn a:hover span {
    background-color: #fff0a9;
  }
}

/*-----------------------------------------------

support

-------------------------------------------------*/
.support {
  width: 100%;
  background: #fff;
  padding: 120px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 20.5128205128vw 3.0769230769vw 20.5128205128vw;
  }
}

.support-service-wrap {
  max-width: 83.333%;
  margin: 40px auto 0;
  padding: 48px 8.6% 72px;
  background: #e1f2fa;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .support-service-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .support-service-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .support-service-wrap {
    max-width: 100%;
    margin: 5.1282051282vw auto 0;
    padding: 10.2564102564vw 3.0769230769vw;
    border-radius: 5.1282051282vw;
  }
}
.support-service-wrap + .o-content-subhead {
  padding-top: 92px;
}
@media screen and (max-width: 767px) {
  .support-service-wrap + .o-content-subhead {
    padding-top: 12.3076923077vw;
  }
}
.support-service-wrap.is-step02 {
  margin-top: 8px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .support-service-wrap.is-step02 {
    margin-top: 1.5384615385vw;
    padding-top: 13.3333333333vw;
  }
}
.support-service-wrap.is-step02:before, .support-service-wrap.is-step02:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}
.support-service-wrap.is-step02:before {
  left: calc(50% - 50px);
  top: -58px;
  width: 100px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .support-service-wrap.is-step02:before {
    left: calc(50% - 8.9743589744vw);
    top: -10.5128205128vw;
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
}
.support-service-wrap.is-step02:after {
  left: calc(50% - 42px);
  top: -50px;
  width: 84px;
  height: 84px;
  background: #00a0e9 url(../img/icon_arrow01.svg) no-repeat center center;
  background-size: auto 29px;
}
@media screen and (max-width: 767px) {
  .support-service-wrap.is-step02:after {
    left: calc(50% - 7.6923076923vw);
    top: -9.2307692308vw;
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    background: #00a0e9 url(../img/icon_arrow01.svg) no-repeat center center;
    background-size: auto 5.1282051282vw;
  }
}

.support-service-headline {
  text-align: center;
}
.support-service-headline span {
  padding: 0 2em;
  height: 50px;
  display: inline-block;
  background: #00a0e9;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .support-service-headline span {
    height: 10.7692307692vw;
    font-size: 4.1025641026vw;
    line-height: 10.7692307692vw;
    border-radius: 5.641025641vw;
  }
}

.support-service-inner {
  background: #fff;
  border-radius: 20px;
  padding: 32px 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .support-service-inner {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 6.1538461538vw;
    margin: 7.1794871795vw 0 0;
  }
}

.support-service-subhead {
  position: relative;
  z-index: 4;
  font-size: 20px;
  font-weight: 700;
  color: #002d6c;
  text-align: center;
  text-shadow: 0 3px 1px #fff, 3px 0 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -3px 0 1px #fff;
}
@media screen and (max-width: 767px) {
  .support-service-subhead {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}

.support-service-list-wrap {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .support-service-list-wrap {
    padding: 0;
  }
}

.support-service-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .support-service-list {
    margin: 4.1025641026vw 0 0;
  }
}

.support-service-item {
  width: 32%;
  height: 150px;
  background: #fee246;
  border-radius: 10px;
  line-height: 150px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .support-service-item {
    height: 26.6666666667vw;
    border-radius: 2.5641025641vw;
    line-height: 26.6666666667vw;
  }
}
.support-service-item img {
  max-width: 100%;
}
.support-service-item:nth-of-type(1) img {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .support-service-item:nth-of-type(1) img {
    width: 12.3076923077vw;
  }
}
.support-service-item:nth-of-type(2) img {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .support-service-item:nth-of-type(2) img {
    width: 15.3846153846vw;
  }
}
.support-service-item:nth-of-type(3) img {
  width: 82px;
}
@media screen and (max-width: 767px) {
  .support-service-item:nth-of-type(3) img {
    width: 18.2051282051vw;
  }
}

.support-service-figure01,
.support-service-figure02 {
  position: absolute;
  z-index: 1;
}

.support-service-figure01 {
  width: 78px;
  left: 8.5%;
  bottom: 74px;
}
@media screen and (max-width: 940px) {
  .support-service-figure01 {
    width: 11.4%;
  }
}
@media screen and (max-width: 767px) {
  .support-service-figure01 {
    width: 13.0769230769vw;
    left: 0;
    bottom: 12.5vw;
  }
}
.support-service-figure01 img {
  max-width: 100%;
}

.support-service-figure02 {
  position: absolute;
  width: 100px;
  right: 9.9%;
  bottom: 76px;
}
@media screen and (max-width: 940px) {
  .support-service-figure02 {
    width: 14.6%;
  }
}
@media screen and (max-width: 767px) {
  .support-service-figure02 {
    width: 17.6923076923vw;
    right: 0;
    bottom: 12vw;
  }
}
.support-service-figure02 img {
  max-width: 100%;
}

.support-service-lead {
  padding: 24px 22px 0;
}
@media screen and (max-width: 767px) {
  .support-service-lead {
    padding: 5.1282051282vw 3.0769230769vw 0;
  }
}
.support-service-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .support-service-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.support-service-other-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .support-service-other-flex {
    padding: 6.1538461538vw 0 0;
  }
}

.support-service-other-col {
  width: 49.4%;
  background: #fff;
  border-radius: 20px;
  padding: 32px 40px;
}
@media screen and (max-width: 960px) {
  .support-service-other-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .support-service-other-col {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 3.0769230769vw;
  }
}
.support-service-other-col dt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-service-other-col dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
}
.support-service-other-col dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd {
    padding: 4.1025641026vw 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.support-service-other-col dd .is-text {
  width: calc(50% - 4px);
  height: 64px;
  margin: 0 0 8px 8px;
  background: #fffbc7;
  border-radius: 10px;
  font-size: 14px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd .is-text {
    width: calc(50% - 0.5128205128vw);
    height: auto;
    margin: 0 0 1.0256410256vw 1.0256410256vw;
    padding: 2.0512820513vw 0;
    border-radius: 1.2820512821vw;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
}
.support-service-other-col dd .is-text:nth-of-type(2n+1) {
  margin-left: 0;
}
.support-service-other-col dd.is-col3 {
  position: relative;
}
.support-service-other-col dd.is-col3:after {
  content: "など";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd.is-col3:after {
    right: 2.0512820513vw;
    bottom: 2.0512820513vw;
    font-size: 3.0769230769vw;
  }
}
.support-service-other-col dd.is-col3 .is-text {
  width: calc(33.33% - 8px);
  margin: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd.is-col3 .is-text {
    width: calc(50% - 0.5128205128vw);
    height: auto;
    margin: 0 0 1.0256410256vw 1.0256410256vw;
    border-radius: 1.2820512821vw;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd.is-col3 .is-text:nth-of-type(3n+1) {
    margin-left: 1.0256410256vw;
  }
}
@media screen and (max-width: 767px) {
  .support-service-other-col dd.is-col3 .is-text:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.support-result-image {
  padding: 36px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-result-image {
    padding: 6.1538461538vw 0 0;
  }
}
.support-result-image img {
  max-width: 100%;
  height: auto;
}

.casestudy {
  width: 100%;
  padding: 120px 48px 92px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .casestudy {
    padding: 15.3846153846vw 6.1538461538vw 12.3076923077vw;
  }
}

.casestudy-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .casestudy-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8.2051282051vw 0 0;
  }
}

.casestudy-item {
  width: 48.33%;
  margin: 0 0 40px 3.34%;
  padding: 0 0 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
}
@media screen and (max-width: 767px) {
  .casestudy-item {
    width: 100%;
    margin: 0 0 8.2051282051vw;
    padding: 0 0 10.2564102564vw;
    border-radius: 5.1282051282vw;
  }
}
.casestudy-item:nth-of-type(2n+1) {
  margin-left: 0;
}
.casestudy-item.is-full {
  margin-left: 0;
  width: 100%;
  min-height: 488px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .casestudy-item.is-full {
    min-height: 0;
  }
}
.casestudy-item.is-full .casestudy-item-headline {
  width: 44%;
  padding: 40px 0 0 64px;
}
@media screen and (max-width: 767px) {
  .casestudy-item.is-full .casestudy-item-headline {
    width: 100%;
    padding: 6.1538461538vw 6.1538461538vw 0;
  }
}
.casestudy-item.is-full .casestudy-lead {
  width: 46%;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .casestudy-item.is-full .casestudy-lead {
    width: 100%;
    padding: 6.1538461538vw 6.1538461538vw 0;
  }
}
.casestudy-item.is-full .casestudy-image {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .casestudy-item.is-full .casestudy-image {
    position: initial;
    max-width: 100%;
    top: inherit;
    right: inherit;
    padding: 6.1538461538vw 3.0769230769vw;
    margin: 5.1282051282vw auto 0;
    width: calc(100% - 12.3076923077vw);
  }
}
.casestudy-item.is-full .casestudy-image img {
  max-width: 100%;
  height: auto;
}
.casestudy-item .is-num span {
  display: inline-block;
  padding: 0 28px;
  background: #00a0e9;
  border-radius: 0 0 20px 0;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.casestudy-content {
  padding: 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .casestudy-content {
    padding: 6.1538461538vw 6.1538461538vw 0;
    min-height: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.casestudy-content-inner {
  width: 100%;
}

.casestudy-item-headline {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #002d6c;
}
@media screen and (max-width: 767px) {
  .casestudy-item-headline {
    width: 100%;
    font-size: 4.1025641026vw;
  }
}
.casestudy-item-headline .in-name {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .casestudy-item-headline .in-name {
    margin-bottom: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}

.casestudy-lead {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .casestudy-lead {
    padding: 4.1025641026vw 0 0;
  }
}
.casestudy-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .casestudy-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.casestudy-image {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .casestudy-image {
    margin-top: 4.1025641026vw;
    border-radius: 5.1282051282vw;
  }
}
.casestudy-image.is-illust {
  background: #e2f2fa;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .casestudy-image.is-illust {
    border-radius: 5.1282051282vw;
    padding: 5.1282051282vw 3.0769230769vw;
  }
}
.casestudy-image img {
  max-width: 100%;
}

.price {
  width: 100%;
  padding: 120px 48px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 20.5128205128vw 3.0769230769vw;
  }
}

.price-wrap {
  width: 100%;
  border: 1px solid #e2f2fa;
  -webkit-box-shadow: 3px 5px 15px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 3px 5px 15px 1px rgba(1, 1, 1, 0.1);
  border-radius: 20px;
  margin: 40px 0 0;
  padding: 50px 8.333%;
}
@media screen and (max-width: 1240px) {
  .price-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .price-wrap {
    border-radius: 5.1282051282vw;
    margin: 6.1538461538vw 0 0;
    padding: 8.2051282051vw 6.1538461538vw;
  }
}

.price-catch {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-catch {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}

.price-main {
  max-width: 500px;
  margin: 28px auto 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #00a0e9;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .price-main {
    max-width: 100%;
    margin: 4.1025641026vw auto 0;
    height: 14.358974359vw;
    border-radius: 7.1794871795vw;
  }
}
.price-main .is-label {
  width: 155px;
  background: #00a0e9;
  display: inline-block;
  border-radius: 0 35px 35px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .price-main .is-label {
    width: 25%;
    border-radius: 0 7.1794871795vw 7.1794871795vw 0;
    font-size: 3.5897435897vw;
    line-height: 14.358974359vw;
  }
}
.price-main .is-price {
  width: 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .price-main .is-price {
    width: 75%;
    padding-right: 0;
    font-size: 4.1025641026vw;
  }
}
.price-main .is-price b {
  display: inline-block;
  margin-right: 4px;
  font-size: 40px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #00a0e9;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .price-main .is-price b {
    margin-right: 1.0256410256vw;
    font-size: 7.6923076923vw;
  }
}
.price-main .is-price sup {
  font-size: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.price-annotation {
  padding: 20px 0 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-annotation {
    padding: 4.1025641026vw 0 0 1em;
    text-indent: -1em;
    font-size: 3.0769230769vw;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .price-chart {
    width: 100%;
    overflow: auto;
    position: relative;
  }
}
.price-chart:before, .price-chart:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .price-chart:before, .price-chart:after {
    content: "";
    display: block;
    position: absolute;
    left: 25.641025641vw;
    top: 40%;
    width: 30.7692307692vw;
    height: 24.358974359vw;
  }
}
.price-chart:before {
  border-radius: 1.2820512821vw;
  background-color: rgba(1, 1, 1, 0.7);
}
.price-chart:after {
  background: url(../img/icon_scroll.svg) no-repeat center center;
  background-size: 17.9487179487vw auto;
}
.price-chart.is-browser-in:before, .price-chart.is-browser-in:after {
  -webkit-animation: scroll_icon_fadeOunt 0.8s ease-in-out 1s forwards;
          animation: scroll_icon_fadeOunt 0.8s ease-in-out 1s forwards;
}

@-webkit-keyframes scroll_icon_fadeOunt {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    left: 10%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}

@keyframes scroll_icon_fadeOunt {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    left: 10%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}
.price-chart-inner {
  width: 100%;
  background: #dbeff9;
  border-radius: 16px;
  margin: 32px 0 0;
  padding: 60px 10%;
}
@media screen and (max-width: 1240px) {
  .price-chart-inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .price-chart-inner {
    border-radius: 4.1025641026vw;
    margin: 7.1794871795vw 0 0;
    padding: 10.2564102564vw 5.1282051282vw;
    width: 240%;
  }
}

.price-chart-image {
  text-align: center;
}
.price-chart-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .price-chart-image img {
    max-width: inherit;
    width: 100%;
  }
}

.price-chart-annotation {
  padding: 24px 14% 0;
}
@media screen and (max-width: 1300px) {
  .price-chart-annotation {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (max-width: 1140px) {
  .price-chart-annotation {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1080px) {
  .price-chart-annotation {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media screen and (max-width: 1060px) {
  .price-chart-annotation {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1000px) {
  .price-chart-annotation {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 960px) {
  .price-chart-annotation {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 930px) {
  .price-chart-annotation {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-chart-annotation {
    padding: 6.1538461538vw 0 0;
  }
}
.price-chart-annotation .is-text {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .price-chart-annotation .is-text {
    padding-left: 4.1025641026vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0;
  }
}
.price-chart-annotation .is-text + .is-text {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .price-chart-annotation .is-text + .is-text {
    margin-top: 2.0512820513vw;
  }
}
.price-chart-annotation .is-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0e9;
}
@media screen and (max-width: 767px) {
  .price-chart-annotation .is-text:before {
    top: 1.5384615385vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}

.link {
  width: 100%;
  padding: 120px 48px 92px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .link {
    padding: 15.3846153846vw 6.1538461538vw 12.3076923077vw;
  }
}

.link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8.2051282051vw 0 0;
  }
}

.link-item {
  width: 48.33%;
  margin: 0 0 40px 3.34%;
  padding: 0 0 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
}
@media screen and (max-width: 767px) {
  .link-item {
    width: 100%;
    margin: 0 0 8.2051282051vw;
    padding: 0 0 10.2564102564vw;
    border-radius: 5.1282051282vw;
  }
}
.link-item:nth-of-type(2n+1) {
  margin-left: 0;
}
.link-item.is-full {
  margin-left: 0;
  width: 100%;
  min-height: 488px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-item.is-full {
    min-height: 0;
  }
}
.link-item.is-full .link-item-headline {
  width: 44%;
  padding: 40px 0 0 64px;
}
@media screen and (max-width: 767px) {
  .link-item.is-full .link-item-headline {
    width: 100%;
    padding: 6.1538461538vw 6.1538461538vw 0;
  }
}
.link-item.is-full .link-lead {
  width: 46%;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .link-item.is-full .link-lead {
    width: 100%;
    padding: 6.1538461538vw 6.1538461538vw 0;
  }
}
.link-item.is-full .link-image {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .link-item.is-full .link-image {
    position: initial;
    max-width: 100%;
    top: inherit;
    right: inherit;
    padding: 6.1538461538vw 3.0769230769vw;
    margin: 5.1282051282vw auto 0;
    width: calc(100% - 12.3076923077vw);
  }
}
.link-item.is-full .link-image img {
  max-width: 100%;
  height: auto;
}
.link-item .is-num span {
  display: inline-block;
  padding: 0 28px;
  background: #00a0e9;
  border-radius: 0 0 20px 0;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.link-content {
  padding: 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .link-content {
    padding: 6.1538461538vw 6.1538461538vw 0;
    min-height: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.link-content-inner {
  width: 100%;
}

.link-item-headline {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #002d6c;
}
@media screen and (max-width: 767px) {
  .link-item-headline {
    width: 100%;
    font-size: 4.1025641026vw;
  }
}
.link-item-headline .in-name {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .link-item-headline .in-name {
    margin-bottom: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}

.link-lead {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .link-lead {
    padding: 4.1025641026vw 0 0;
  }
}
.link-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .link-lead .is-text {
    font-size: 3.5897435897vw;
  }
}

.link-image {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-image {
    margin-top: 4.1025641026vw;
    border-radius: 5.1282051282vw;
  }
}
.link-image.is-illust {
  background: #e2f2fa;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .link-image.is-illust {
    border-radius: 5.1282051282vw;
    padding: 5.1282051282vw 3.0769230769vw;
  }
}
.link-image img {
  max-width: 100%;
}
.conversion-btn {
  width: 100%;
  padding-top: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-btn {
    padding-top: 7.1794871795vw;
  }
}
.link-btn span {
  display: inline-block;
  width: 350px;
  height: 70px;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background-color: #fee246;
  border-radius: 20px;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.3);
}
@media screen and (max-width: 767px) {
  .link-btn span {
    width: 100%;
    height: 18.4615384615vw;
    font-size: 4.6153846154vw;
    line-height: 18.4615384615vw;
    border-radius: 5.1282051282vw;
  }
}
.link-btn span:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../img/icon_arrow02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .link-btn span:after {
    right: 5.1282051282vw;
    top: calc(50% - 4.1025641026vw);
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .link-btn a:hover span {
    background-color: #fff0a9;
  }
}

/*-----------------------------------------------

フッタ

-------------------------------------------------*/
.l-footer {
  width: 100%;
  background: #009;
}
.l-footer-menu-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-wrap {
    padding: 0 6.1538461538vw;
  }
}

.o-footer-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .o-footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 9.2307692308vw 0;
  }
}

.o-footer-logo {
  width: 16.7%;
}
@media screen and (max-width: 767px) {
  .o-footer-logo {
    width: 100%;
  }
}
.o-footer-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .o-footer-logo img {
    width: 34.8717948718vw;
  }
}

.o-footer-link-list {
  width: 83.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .o-footer-link-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6.1538461538vw;
  }
}

.o-footer-link-item {
  padding: 4px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-footer-link-item {
    width: 50%;
    padding: 1.0256410256vw 0 1.0256410256vw 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
.o-footer-link-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.o-footer-link-item:nth-of-type(1):after {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-footer-link-item:nth-of-type(1):after {
    display: block;
  }
}
.o-footer-link-item:nth-last-of-type(1) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .o-footer-link-item:nth-of-type(2n+1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .o-footer-link-item:nth-of-type(2n+1):after {
    display: none;
  }
}
.o-footer-link-item span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-footer-link-item span {
    font-size: 3.0769230769vw;
  }
}

.l-footer-last-wrap {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-footer-last {
  padding: 16px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer-last {
    padding: 4.1025641026vw 0;
  }
}

.o-footer-copyright {
  font-size: 12px;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .o-footer-copyright {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}

/*------------------------------------------------------------

上に戻る

-------------------------------------------------------------*/
.o-back-to-top {
  position: fixed;
  z-index: 998;
  right: 20px;
  bottom: 40px;
  width: 64px;
  height: 64px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .o-back-to-top {
    right: 2vw;
    bottom: 5vw;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
.o-back-to-top.is-bottom {
  bottom: 220px;
}
@media screen and (max-width: 767px) {
  .o-back-to-top.is-bottom {
    bottom: 77vw;
  }
}
.o-back-to-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .o-back-to-top a:hover {
    background: #fff;
  }
  .o-back-to-top a:hover span:after {
    opacity: 0.5;
  }
}
.o-back-to-top a span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.o-back-to-top a span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow04.svg) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .o-back-to-top a span:after {
    background-size: 100% auto;
  }
}

.text-animation {
  -webkit-background-clip: text;
          background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-size: 0 100%;
  background-position: left top;
}
.text-animation.o-board-headline {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
.text-animation.is-browser-in {
  -webkit-animation: textAnimation 0.4s linear 0.4s forwards;
          animation: textAnimation 0.4s linear 0.4s forwards;
}

@-webkit-keyframes textAnimation {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes textAnimation {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.pc-header-check {
  width: 100%;
  height: 100px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pc-header-check {
    display: none;
  }
}

.sp-header-check {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-header-check {
    display: block;
    width: 100%;
    height: 10px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}