@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1.material_title{
  font-size:35px;
  line-height:1.5;
  color:#fff;
  font-family: "メイリオ", sans-serif;
  padding: 0 20%;
}

@media screen and (max-width: 767px) {
  h1.material_title{
    font-size:28px;
    padding: 60px 6px 10px 6px ;
  }
}

.form_comment {
  margin: 0 20px;
  line-height:1.6;
}

@media screen and (max-width: 767px) {
  .form_comment {
    margin: 0 ;
    line-height:1.6;
  }
}


.d-inner{
  max-width: 900px;
  margin: 0 auto;
  float:left;
  width:38%;
}

.f-inner{
  max-width: 900px;
  margin: 0 auto;
  float:right;
  width:60%;
}

@media screen and (max-width: 767px) {
  .d-inner{
    margin: 0 auto;
    float: none;
    width:90%;
  }

  .f-inner{
    margin: 0 auto;
    float: none;
    width:90%;
  }
}

.f-info-box{
  line-height: 1.5 ;
  margin: 0 20px;
  padding: 0;
}

.f-info-list{
  padding-left: 20px ;
  margin: 20px 0 ;
}

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: 5.1282051282vw;
  }
}
@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;
}
@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 {
  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-color: #00a0e9;
  background-image: url("../img/hero_bg.png"), url("../img/mv_bg_icon.png");
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, left 45% top 172px;
}
@media screen and (max-width: 767px) {
  .hero .l-content {
    height: 132vw;
    padding: 0 5.1282051282vw;
    padding: 0;
    background-image: url("../img/hero_bg_sp.png");
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.hero .l-inner {
  position: relative;
  max-width: 1000px;
  height: 100%;
  padding: 185px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero .l-inner {
    max-width: 100%;
    padding: 26.9230769231vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .o-hero-catch {
    text-align: center;
    padding: 0 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-catch img {
    max-width: 100%;
  }
}

.o-hero-headline {
  padding-top: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .o-hero-headline {
    padding: 5.1282051282vw 6.1538461538vw 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .o-hero-headline img {
    max-width: 100%;
  }
}

.o-hero-btn {
  width: 350px;
  margin: 0 auto 0 0;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .o-hero-btn {
    width: 100%;
    padding: 8.2051282051vw 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #00a0e9;
    text-align: center;
  }
}
.o-hero-btn .l-conv-btn-wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .o-hero-btn .l-conv-btn-wrap {
    width: calc(100% - 18.4615384615vw);
  }
}

.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: 980px;
  margin: 0 auto;
  height: 100%;
  
}
@media screen and (max-width: 1220px) {
  .l-content.is-w-1200 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
}
@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;
}

.lt-rounded {
  font-family: "メイリオ", sans-serif;
  font-weight: 800;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.lt-rounded.is-no-rotate {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.l-conv-btn-wrap {
  display: block;
  width: 348px;
  color: #010101;
}
.l-conv-btn-wrap .a-button_inner {
  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);
}
.l-conv-btn-wrap .a-button_inner img {
  width: inherit;
  max-width: 100%;
  height: inherit;
}
.l-conv-btn-wrap .a-button_inner svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .l-conv-btn-wrap:hover .a-button_inner {
    background-color: #fff0a9;
  }
}

/*-----------------------------------------------

共通見出しなど

-------------------------------------------------*/
.o-content-headline {
  font-size: 36px;
  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: 1.25rem;
  font-size: 1.125rem;
  color: #00a0e9;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@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: 45px;
}
@media screen and (max-width: 767px) {
  .o-content-headline + .o-content-lead {
    padding-top: 7vw;
  }
}

.o-content-annotation {
  padding: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .o-content-annotation {
    padding: 3.0769230769vw 3.0769230769vw 0;
  }
}
.o-content-annotation .is-text {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .o-content-annotation .is-text {
    font-size: 3.0769230769vw;
  }
}
.o-content-annotation .is-text a {
  color: #00a0e9;
  text-decoration: underline;
}

/*-----------------------------------------------

reason

-------------------------------------------------*/
.reason {
  width: 100%;
  padding: 80px 40px 120px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 15.3846153846vw 3.0769230769vw 20.5128205128vw;
    margin-top: 38.4615384615vw;
  }
}

.o-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .o-reason-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.0769230769vw 0 0;
  }
}

.o-reason-item {
  width: 31.66%;
}
@media screen and (max-width: 767px) {
  .o-reason-item {
    width: 100%;
    padding-top: 3.0769230769vw;
  }
}

.o-reason-item_content {
  padding: 0 32px 32px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
          box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .o-reason-item_content {
    padding: 0 6.1538461538vw 7.1794871795vw;
    border-radius: 5.1282051282vw;
  }
}

.o-reason-item_headline {
  padding-top: 76px;
  background: url("../img/icon_alert.svg") no-repeat center 20px;
  background-size: auto 36px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-reason-item_headline {
    padding-top: 17.4358974359vw;
    background: url("../img/icon_alert.svg") no-repeat center 5.1282051282vw;
    background-size: auto 10.2564102564vw;
    font-size: 4.6153846154vw;
  }
}

.o-reason-item_lead {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #eeece1;
}
@media screen and (max-width: 767px) {
  .o-reason-item_lead {
    padding: 5.1282051282vw 0 0;
    margin: 5.1282051282vw 0 0;
  }
}
.o-reason-item_lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .o-reason-item_lead .is-text {
    font-size: 4.1025641026vw;
  }
}

.l-reason-column {
  width: 100%;
  margin-top: 32px;
  background: #eeece1;
  border-radius: 20px;
  padding: 12px 36px;
}
@media screen and (max-width: 767px) {
  .l-reason-column {
    margin-top: 9.2307692308vw;
    border-radius: 5.1282051282vw;
    padding: 6.1538461538vw 6.1538461538vw 9.2307692308vw;
  }
}

.o-reason-column-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-reason-column-content dt {
  width: 26%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content dt {
    width: 100%;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.o-reason-column-content dt small {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content dt small {
    font-size: 3.0769230769vw;
  }
}
.o-reason-column-content dd {
  width: 74%;
  position: relative;
  padding: 12px 12px 12px 24px;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content dd {
    width: 100%;
    padding: 5.1282051282vw 0 0;
    margin-top: 5.1282051282vw;
  }
}
.o-reason-column-content dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content dd:after {
    width: 100%;
    height: 0;
    border-left: transparent;
    border-top: 1px solid #fff;
  }
}
.o-reason-column-content dd .is-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .o-reason-column-content dd .is-text {
    font-size: 4.1025641026vw;
  }
}

/*-----------------------------------------------

problem

-------------------------------------------------*/
.problem {
  width: 100%;
  background: #eeece1;
  padding: 92px 40px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 23.5897435897vw 0 20.5128205128vw;
  }
}
.problem .l-inner {
  padding: 0 100px;
}
@media screen and (max-width: 1280px) {
  .problem .l-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .problem .l-inner {
    padding: 0 6.1538461538vw;
  }
}
.problem:before, .problem:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: -50px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .problem:before, .problem:after {
    left: calc(50% - 10.2564102564vw);
    top: -10.2564102564vw;
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
}
.problem:before {
  border-radius: 50%;
  background: #eeece1;
}
.problem:after {
  background: url(../img/arrow01.svg) no-repeat center center;
  background-size: 60px auto;
}
@media screen and (max-width: 767px) {
  .problem:after {
    background: url(../img/arrow01.svg) no-repeat center center;
    background-size: 12.8205128205vw auto;
  }
}

.o-problem-list {
  width: 100%;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: url(../img/illust_balloon_pc.png) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .o-problem-list {
    margin-top: 7.1794871795vw;
    padding-bottom: 49.2307692308vw;
    background: url(../img/illust_balloon_sp.png) no-repeat center bottom;
    background-size: 30.7692307692vw auto;
  }
}

.o-problem-item {
  width: 39%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .o-problem-item {
    width: 100%;
    margin-bottom: 3.0769230769vw;
  }
}

.o-problem-item-inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px 28px 20px 24px;
}
@media screen and (max-width: 767px) {
  .o-problem-item-inner {
    border-radius: 5.1282051282vw;
    padding: 5.1282051282vw 6.1538461538vw;
  }
}
.o-problem-item-inner .is-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-problem-item-inner .is-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
}
.o-problem-item-inner .is-text b {
  font-weight: 700;
  color: #00a0e9;
}

.o-problem-more {
  width: 100%;
  margin-top: 56px;
  padding-top: 32px;
  min-height: 200px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../img/illust_female01.svg), url(../img/illust_male01.svg);
  background-repeat: no-repeat;
  background-position: 40px center, right 40px center;
  background-size: 232px auto;
}
@media screen and (max-width: 767px) {
  .o-problem-more {
    margin-top: 0;
    padding-top: 8.2051282051vw;
    padding-bottom: 44.1025641026vw;
    min-height: 0;
    border-radius: 5.1282051282vw;
    background-image: url(../img/illust_male01_female01.svg);
    background-position: center bottom 9.2307692308vw;
    background-size: 80% auto;
  }
}

.o-problem-more-balloon {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-problem-more-balloon {
    margin-bottom: 6.1538461538vw;
  }
}
.o-problem-more-balloon span {
  display: inline-block;
  position: relative;
  padding: 8px 1.5em;
  background: #fdd61e;
  border-radius: 16px/50%;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .o-problem-more-balloon span {
    padding: 2.0512820513vw 1.5em;
    border-radius: 4.1025641026vw/50%;
    font-size: 5.1282051282vw;
  }
}
.o-problem-more-balloon span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 16px solid #fdd61e;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .o-problem-more-balloon span:after {
    margin-left: -3.0769230769vw;
    border: 3.0769230769vw solid transparent;
    border-top: 4.1025641026vw solid #fdd61e;
  }
}

.o-problem-more-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-problem-more-headline {
    font-size: 4.1025641026vw;
    line-height: 1.7;
  }
}

/*-----------------------------------------------

solution

-------------------------------------------------*/
.solution {
  width: 100%;
  background: #fff;
  padding: 92px 40px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 18.4615384615vw 0 20.5128205128vw;
  }
}
.solution:before, .solution:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 62px);
  top: -62px;
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 767px) {
  .solution:before, .solution:after {
    left: calc(50% - 12.8205128205vw);
    top: -12.8205128205vw;
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
.solution:before {
  border-radius: 50%;
  background: #fff;
}
.solution:after {
  background: url(../img/arrow02.svg) no-repeat center center;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {
  .solution:after {
    background: url(../img/arrow02.svg) no-repeat center center;
    background-size: 20.5128205128vw auto;
  }
}

.o-solution-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .o-solution-list {
    padding: 8.2051282051vw 3.0769230769vw 0;
  }
}
@media screen and (max-width: 767px) {
  .o-solution-list + .o-content-annotation {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}

.o-solution-item {
  width: 32.16%;
  margin: 0 0 20px 1.76%;
}
@media screen and (max-width: 767px) {
  .o-solution-item {
    width: 100%;
    margin: 0 0 2.0512820513vw 0;
  }
}
.o-solution-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.o-solution-item-inner {
  padding: 32px 36px 32px 116px;
  background: #fff url(../img/solution_icon01.svg) no-repeat 24px center;
  background-size: 82px auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.2), 0 0 5px rgba(1, 1, 1, 0.2);
          box-shadow: 0 0 5px rgba(1, 1, 1, 0.2), 0 0 5px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .o-solution-item-inner {
    padding: 7.1794871795vw 6.1538461538vw 7.1794871795vw 25.641025641vw;
    background: #fff url(../img/solution_icon01.svg) no-repeat 6.1538461538vw center;
    background-size: 15.3846153846vw auto;
    border-radius: 5.1282051282vw;
  }
}

.o-solution-item-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .o-solution-item-headline {
    font-size: 4.1025641026vw;
  }
}
.o-solution-item-headline sup {
  font-size: 60%;
}

.l-solution-column {
  padding: 72px 100px 0;
}
@media screen and (max-width: 1280px) {
  .l-solution-column {
    padding: 72px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .l-solution-column {
    padding: 8.2051282051vw 0 0;
  }
}

.o-solution-column-content {
  background: #eeece1;
  border-radius: 20px;
  padding: 64px 10%;
}
@media screen and (max-width: 1280px) {
  .o-solution-column-content {
    padding: 64px 5%;
  }
}
@media screen and (max-width: 767px) {
  .o-solution-column-content {
    border-radius: 5.1282051282vw;
    padding: 8.2051282051vw 3.0769230769vw 10.2564102564vw;
  }
}

.o-solution-column-headline {
  font-size: 24px;
  line-height: 1.6;
  color: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-solution-column-headline {
    font-size: 5.1282051282vw;
  }
}

.l-solution-column-inner {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px 50px;
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner {
    border-radius: 5.1282051282vw;
    padding: 8.2051282051vw 9.2307692308vw 12.3076923077vw;
    margin-top: 7.1794871795vw;
  }
}
.l-solution-column-inner.is-after {
  border: 4px solid #00a0e9;
  margin-top: 20px;
  padding: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner.is-after {
    border: 1.0256410256vw solid #00a0e9;
    margin-top: 5.1282051282vw;
    padding: 8.2051282051vw 0 0;
  }
}
.l-solution-column-inner.is-after:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 28px);
  top: -44px;
  width: 56px;
  height: 58px;
  background: url(../img/arrow03.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner.is-after:after {
    left: calc(50% - 7.1794871795vw);
    top: -10.2564102564vw;
    width: 14.358974359vw;
    height: 14.8717948718vw;
  }
}
.l-solution-column-inner dt {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner dt {
    padding-left: 2.0512820513vw;
    font-size: 5.1282051282vw;
  }
}
.l-solution-column-inner dt span {
  position: relative;
}
.l-solution-column-inner dt span:after {
  content: "";
  display: block;
  position: absolute;
  right: 105%;
  top: 0;
  width: 33px;
  height: 33px;
  background: url(../img/solution_cloud_icon.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner dt span:after {
    width: 8.4615384615vw;
    height: 8.4615384615vw;
  }
}
.l-solution-column-inner dd {
  width: 100%;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .l-solution-column-inner dd {
    padding-top: 5.1282051282vw;
  }
}

.o-solution-cloud-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-solution-cloud-item {
  width: 32.4%;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-solution-cloud-item {
    padding: 3.0769230769vw 0;
    border-radius: 2.5641025641vw;
    font-size: 3.5897435897vw;
    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;
  }
}
.o-solution-cloud-item:nth-of-type(1) {
  background: #f08300;
}
.o-solution-cloud-item:nth-of-type(2) {
  background: #2980c4;
}
.o-solution-cloud-item:nth-of-type(3) {
  background: #e03657;
}

.o-solution-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-solution-check-list {
    padding: 0 6.1538461538vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-solution-check-item {
  width: 180px;
  height: 160px;
  border-radius: 10px;
  background-color: #eeece1;
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 60px auto;
  padding-top: 92px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-solution-check-item {
    width: 32%;
    height: auto;
    border-radius: 2.5641025641vw;
    background-position: center 4.1025641026vw;
    background-size: 13.3333333333vw auto;
    padding: 18.4615384615vw 0 3.0769230769vw;
    margin-left: 0;
    font-size: 3.0769230769vw;
  }
}
.o-solution-check-item:nth-of-type(1) {
  margin-left: 0;
  background-image: url(../img/solution_icon02.svg);
}
.o-solution-check-item:nth-of-type(2) {
  background-image: url(../img/solution_icon03.svg);
}
.o-solution-check-item:nth-of-type(3) {
  background-image: url(../img/solution_icon04.svg);
}

.o-solution-result {
  position: relative;
  margin-top: 44px;
  padding: 52px 0 60px;
  border-top: 3px dotted #00a0e9;
  background-image: url(../img/illust_female02.svg), url(../img/illust_male02.svg);
  background-size: 24% auto;
  background-repeat: no-repeat;
  background-position: 34px center, right 34px center;
}
@media screen and (max-width: 767px) {
  .o-solution-result {
    margin-top: 11.2820512821vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 44.1025641026vw;
    background-image: url(../img/illust_male02_female02.svg);
    background-position: center bottom 7.1794871795vw;
    background-size: 80% auto;
  }
}
.o-solution-result:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 28px);
  top: -30px;
  width: 56px;
  height: 58px;
  background: url(../img/arrow03.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .o-solution-result:after {
    left: calc(50% - 7.1794871795vw);
    top: -7.1794871795vw;
    width: 14.358974359vw;
    height: 14.8717948718vw;
  }
}

.o-solution-result-headline {
  font-size: 32px;
  color: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-solution-result-headline {
    font-size: 6.1538461538vw;
  }
}

.o-solution-result-text {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-solution-result-text {
    padding-top: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}

/*-----------------------------------------------

point

-------------------------------------------------*/
.point {
  width: 100%;
  background: #fff;
  padding: 120px 40px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 16.4102564103vw 3.0769230769vw 20.5128205128vw;
  }
}

.o-point-list {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .o-point-list {
    padding-top: 5.1282051282vw;
  }
}

.o-point-item {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .o-point-item {
    padding-top: 4.1025641026vw;
  }
}
.o-point-item.is-point01 .o-point-item-headline {
  background-image: url(../img/illust_point01_bg.svg);
  background-size: 38% auto;
}
@media screen and (max-width: 767px) {
  .o-point-item.is-point01 .o-point-item-headline {
    background-size: 88% auto;
  }
}
.o-point-item.is-point02 .o-point-item-headline {
  background-image: url(../img/illust_point02_bg.svg);
  background-size: 37% auto;
}
@media screen and (max-width: 767px) {
  .o-point-item.is-point02 .o-point-item-headline {
    background-size: 80% auto;
  }
}
.o-point-item.is-point03 .o-point-item-headline {
  background-image: url(../img/illust_point03_bg.svg);
  background-size: 38% auto;
}
@media screen and (max-width: 767px) {
  .o-point-item.is-point03 .o-point-item-headline {
    background-size: 86% auto;
    background-position: center bottom 3.0769230769vw;
  }
}

.o-point-item-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
          box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 20px;
  padding: 0 8.3333% 76px;
}
@media screen and (max-width: 1080px) {
  .o-point-item-inner {
    padding: 0 4% 76px;
  }
}
@media screen and (max-width: 767px) {
  .o-point-item-inner {
    border-radius: 5.1282051282vw;
    padding: 0 0 9.2307692308vw;
  }
}

.o-point-item-header {
  padding: 80px 7.25% 0;
}
@media screen and (max-width: 1200px) {
  .o-point-item-header {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .o-point-item-header {
    padding: 10.2564102564vw 0 0;
  }
}

.o-point-item-number {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .o-point-item-number {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.o-point-item-number span {
  display: inline-block;
  border-radius: 16px/50%;
  padding: 8px 1.6em;
  background: #fdd000;
}
@media screen and (max-width: 767px) {
  .o-point-item-number span {
    border-radius: 4.1025641026vw/50%;
    padding: 2.0512820513vw 1.6em;
  }
}

.o-point-item-headline {
  padding: 40px 0;
  margin-top: -20px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .o-point-item-headline {
    padding: 5.1282051282vw 0 51.2820512821vw;
    background-position: center bottom 4.1025641026vw;
    margin-top: 0;
    font-size: 4.6153846154vw;
    text-align: center;
  }
}

.o-point-item-lead {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .o-point-item-lead {
    padding: 0 6.1538461538vw 0;
  }
}
.o-point-item-lead .is-text {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .o-point-item-lead .is-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
}

.l-point-item-column {
  width: 100%;
  background: #eeece1;
  padding: 68px 10%;
  border-radius: 20px;
  margin-top: 50px;
}
}
@media screen and (max-width: 1128px) {
  .l-point-item-column {
    padding: 68px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-point-item-column {
    width: calc(100% - 6.1538461538vw);
    padding: 8.2051282051vw 3.0769230769vw 10.2564102564vw;
    border-radius: 5.1282051282vw;
    margin: 5.1282051282vw auto 0;
  }
}

.o-point-item-column-headline {
  font-size: 24px;
  line-height: 1.5;
  color: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-headline {
    font-size: 4.6153846154vw;
  }
}

.o-point-item-column-image {
  margin-top: 28px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-image {
    width: 100%;
    margin-top: 7.1794871795vw;
    padding: 5.1282051282vw;
    overflow: auto;
  }
}
.o-point-item-column-image:before, .o-point-item-column-image:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-image:before, .o-point-item-column-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 25.641025641vw;
    top: 40%;
    width: 30.7692307692vw;
    height: 24.358974359vw;
  }
}
.o-point-item-column-image:before {
  border-radius: 1.2820512821vw;
  background-color: rgba(1, 1, 1, 0.7);
}
.o-point-item-column-image:after {
  background: url(../img/icon_scroll.svg) no-repeat center center;
  background-size: 17.9487179487vw auto;
}
.o-point-item-column-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-image img {
    padding-right: 6.1538461538vw;
    max-width: inherit;
    width: 280%;
  }
}
.o-point-item-column-image.is-browser-in:before, .o-point-item-column-image.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%;
  }
}
.o-point-item-column-more {
  margin-top: 28px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-more {
    margin-top: 3.0769230769vw;
    padding: 6.1538461538vw 5.1282051282vw;
    border-radius: 5.1282051282vw;
  }
}
.o-point-item-column-more dt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-more dt {
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.o-point-item-column-more dd {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-more dd {
    padding-top: 5.1282051282vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-point-item-column-more dd .is-text {
  width: 49%;
  padding: 15px;
  background: #eeece1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-more dd .is-text {
    width: 100%;
    padding: 4.1025641026vw 0;
    border-radius: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 767px) {
  .o-point-item-column-more dd .is-text + .is-text {
    margin-top: 2.0512820513vw;
  }
}

.o-point-item-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-list {
    padding: 5.1282051282vw 6.1538461538vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-point-item-column-item {
  width: 32%;
  border-radius: 20px;
  margin: 0 6px;
  padding: 84px 24px 32px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  background: #fff url(../img/icon_check_yellow.svg) no-repeat center 30px;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-item {
    width: 100%;
    border-radius: 5.1282051282vw;
    margin: 0 0 2.0512820513vw;
    padding: 21.5384615385vw 6.1538461538vw 8.2051282051vw;
    font-size: 3.5897435897vw;
    background: #fff url(../img/icon_check_yellow.svg) no-repeat center 8.2051282051vw;
    background-size: 9.2307692308vw auto;
  }
}

.o-point-item-column-link {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-link {
    padding: 9.2307692308vw 0 0;
  }
}
.o-point-item-column-link .is-catch-text {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-link .is-catch-text {
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.o-point-item-column-link .is-btn {
  width: 440px;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-link .is-btn {
    padding: 5.1282051282vw 3.0769230769vw 0;
    font-size: 3.5897435897vw;
    width: 100%;
  }
}
.o-point-item-column-link .is-btn span {
  display: inline-block;
  width: 100%;
  background: #00a0e9 url(../img/icon_arrow03_white.svg) no-repeat right 12px center;
  background-size: 29px auto;
  padding: 18px 4.5em;
  border-radius: 28px/50%;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 2px 2px 8px 2px rgba(1, 1, 1, 0.2);
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-link .is-btn span {
    display: block;
    background: #00a0e9 url(../img/icon_arrow03_white.svg) no-repeat right 3.0769230769vw center;
    background-size: 6.1538461538vw auto;
    padding: 4.1025641026vw 0;
    border-radius: 8.2051282051vw/50%;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .o-point-item-column-link .is-btn a:hover span {
    background: #fff url(../img/icon_arrow03_green.svg) no-repeat right 12px center;
    color: #00a0e9;
  }
}

.o-point-item-column-info {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-info {
    padding: 7.1794871795vw 0 0;
  }
}
.o-point-item-column-info .is-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-info .is-image {
    padding: 0 3.0769230769vw;
  }
}
.o-point-item-column-info .is-image img {
  max-width: 100%;
}
.o-point-item-column-info .is-text {
  padding: 20px 0 0 1.2em;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-info .is-text {
    padding: 5.1282051282vw 3.0769230769vw 0 1.1em;
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.o-point-item-column-info .is-text:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-info .is-text:before {
    left: 0.1em;
  }
}
.o-point-item-column-info .is-text + .is-text {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .o-point-item-column-info .is-text + .is-text {
    padding-top: 2.0512820513vw;
  }
}

.l-download-wrap {
  max-width: 1000px;
  margin: 64px auto 0;
  background: #ffe787;
  padding: 36px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-download-wrap {
    max-width: 100%;
    margin-top: 9.2307692308vw;
    padding: 9.2307692308vw 6.1538461538vw;
    border-radius: 5.1282051282vw;
  }
}

.o-download-headline {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-download-headline {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
.o-download-headline .is-en {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  color: #00a0e9;
}
@media screen and (max-width: 767px) {
  .o-download-headline .is-en {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}

.o-download-btn {
  width: 440px;
  margin: 0 auto;
  padding: 24px 0 0;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-download-btn {
    width: 100%;
    padding: 6.1538461538vw 0 0;
    font-size: 3.5897435897vw;
  }
}
.o-download-btn span {
  width: 100%;
  display: inline-block;
  background: #00a0e9 url(../img/icon_arrow03_white.svg) no-repeat right 12px center;
  background-size: 29px auto;
  padding: 18px 4.5em;
  border-radius: 28px/50%;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 2px 2px 8px 2px rgba(1, 1, 1, 0.2);
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .o-download-btn span {
    display: block;
    background: #00a0e9 url(../img/icon_arrow03_white.svg) no-repeat right 3.0769230769vw center;
    background-size: 6.1538461538vw auto;
    padding: 4.1025641026vw 0;
    border-radius: 8.2051282051vw/50%;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .o-download-btn a:hover span {
    background: #fff url(../img/icon_arrow03_green.svg) no-repeat right 12px center;
    color: #00a0e9;
  }
}

/*-----------------------------------------------

plan

-------------------------------------------------*/
.plan {
  width: 100%;
  background: #fff;
  padding: 50px 40px 100px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 15.3846153846vw 3.0769230769vw 19.4871794872vw;
  }
}

.l-plan-service-wrap {
  width: 100%;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .l-plan-service-wrap {
    padding: 0;
  }
}

.o-plan-headline {
  padding: 50px 0 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-plan-headline {
    padding: 8.2051282051vw 6.1538461538vw 0;
    font-size: 4.6153846154vw;
  }
}
.o-plan-headline span {
  display: inline-block;
  background: #00a0e9;
  border-radius: 24px/50%;
  padding: 10px 2em;
}
@media screen and (max-width: 767px) {
  .o-plan-headline span {
    display: block;
    border-radius: 8.2051282051vw/50%;
    padding: 3.0769230769vw 0;
    line-height: 1.5;
  }
}

.l-plan-normal-wrap {
  width: 100%;
  background-color: #eeece1;
  padding: 48px 10%;
  margin-top: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-plan-normal-wrap {
    padding: 7.1794871795vw 6.1538461538vw;
    margin-top: 8.2051282051vw;
    border-radius: 5.1282051282vw;
  }
}

.o-plan-subhead {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #00a0e9;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .o-plan-subhead {
    font-size: 4.6153846154vw;
  }
}
.o-plan-subhead small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .o-plan-subhead small {
    font-size: 3.5897435897vw;
  }
}

.o-plan-content {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .o-plan-content {
    padding-top: 5.1282051282vw;
  }
}
.o-plan-content dt {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-plan-content dt {
    font-size: 3.5897435897vw;
    text-align: center;
  }
}
.o-plan-content dd {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .o-plan-content dd {
    padding-top: 2.0512820513vw;
  }
}

.o-service-list {
  width: 100%;
}

.o-service-item {
  margin-top: 8px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .o-service-item {
    margin-top: 2.0512820513vw;
    padding: 4.1025641026vw;
    border-radius: 5.1282051282vw;
    min-height: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-service-item-headline {
  width: 28.75%;
  padding: 4px 1em 4px 24px;
  background: url(../img/icon_check_green.svg) no-repeat left center;
  background-size: 16px auto;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-service-item-headline {
    width: 100%;
    padding: 1.0256410256vw 0 1.0256410256vw 6.1538461538vw;
    background-size: 4.1025641026vw auto;
    font-size: 3.5897435897vw;
  }
}

.o-service-item-text {
  width: 71.25%;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .o-service-item-text {
    width: 100%;
    padding-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}

.l-plan-light-wrap {
  width: 100%;
  margin-top: 36px;
  padding: 48px 10%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
          box-shadow: 0 0 5px rgba(1, 1, 1, 0.1), 0 0 5px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .l-plan-light-wrap {
    margin-top: 5.1282051282vw;
    padding: 8.2051282051vw 6.1538461538vw;
    border-radius: 5.1282051282vw;
  }
}
.l-plan-light-wrap .o-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-plan-light-wrap .o-service-list {
    padding-top: 4.1025641026vw;
  }
}
.l-plan-light-wrap .o-service-item {
  width: 32.5%;
  border: 1px solid #efede2;
  min-height: 0;
  margin-left: 1.25%;
}
@media screen and (max-width: 767px) {
  .l-plan-light-wrap .o-service-item {
    width: 100%;
    margin-left: 0;
  }
}
.l-plan-light-wrap .o-service-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.l-plan-light-wrap .o-service-item-headline {
  width: 100%;
}
.l-plan-light-wrap .o-service-item-headline.is-off {
  color: #d8d6ca;
  background: url(../img/icon_check_gray.svg) no-repeat left center;
  background-size: 16px auto;
}
@media screen and (max-width: 767px) {
  .l-plan-light-wrap .o-service-item-headline.is-off {
    background-size: 4.1025641026vw auto;
  }
}

.o-plan-lead {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .o-plan-lead {
    padding-top: 4.1025641026vw;
  }
}
.o-plan-lead .is-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-plan-lead .is-text {
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
/*-----------------------------------------------

link

-------------------------------------------------*/
.link {
  width: 100%;
  background: url(../img/conv_bg_pc.png);
  padding: 120px 40px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link {
    padding: 15.3846153846vw 3.0769230769vw 19.4871794872vw;
  }
}

.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;
  width: 60%;
}
@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;
  fontsize: 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;
  font-family: "メイリオ", sans-serif;
  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: #fdd000;
  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 {
  list-style-type: none;
  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;
  }
}

/*-----------------------------------------------

cvエリア

-------------------------------------------------*/
.contact {
  width: 100%;
}

.o-materials-main {
  width: 100%;
  padding: 138px 40px 48px 20px;
  background: #00a0e9;
}
@media screen and (max-width: 767px) {
  .o-materials-main {
    padding: 12.3076923077vw 0 5.3846153846vw;
  }
}

.o-contact-main {
  width: 100%;
  padding: 60px 40px;
  background: #00a0e9;
}
@media screen and (max-width: 767px) {
  .o-contact-main {
    padding: 12.3076923077vw 0 15.3846153846vw;
  }
}

.o-contact-headline {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-contact-headline {
    font-size: 4.1025641026vw;
  }
}
.o-contact-headline .lt-en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-contact-headline .lt-en {
    font-size: 3.5897435897vw;
  }
}
.o-contact-headline b {
  display: block;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-contact-headline b {
    margin-top: 5.1282051282vw;
    line-height: 1.6;
  }
}

.o-contact-btn {
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .o-contact-btn {
    padding-top: 6.1538461538vw;
    width: 82.0512820513vw;
  }
}

.o-contact-sub {
  width: 100%;
  background: url(../img/conv_bg_pc.png);
  border-bottom: 4px solid #00a0e9;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .o-contact-sub {
    background: url(../img/conv_bg_sp.png);
    border-bottom: 1.0256410256vw solid #00a0e9;
    padding: 16.4102564103vw 0;
  }
}

.o-contact-banner-box {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-box {
    padding: 0 6.1538461538vw;
  }
}

.o-contact-banner-list {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-list {
    max-width: 100%;
  }
}

.o-contact-banner-item {
  padding: 0 200px;
}
@media screen and (max-width: 1280px) {
  .o-contact-banner-item {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1128px) {
  .o-contact-banner-item {
    padding: 0 10%;
  }
}
@media screen and (max-width: 980px) {
  .o-contact-banner-item {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-item {
    padding: 0;
  }
}
.o-contact-banner-item + .o-contact-banner-item {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-item + .o-contact-banner-item {
    padding-top: 5.1282051282vw;
  }
}

.o-contact-banner-content {
  width: 100%;
  height: 192px;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 3px 3px 6px -1px rgba(1, 1, 1, 0.2);
          box-shadow: 3px 3px 6px -1px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content {
    height: auto;
    border-radius: 5.1282051282vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-contact-banner-content.is-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ffeed9), color-stop(55%, #ffeed9), color-stop(55%, #f08300));
  background: linear-gradient(to right, #ffeed9 0%, #ffeed9 55%, #f08300 55%);
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-orange {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-orange .o-contact-banner-info {
    background: #ffeed9;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-orange .o-contact-banner-link {
    background: #f08300;
  }
}
.o-contact-banner-content.is-orange .o-contact-banner-headline span {
  background-color: #f08300;
}
.o-contact-banner-content.is-orange .o-contact-banner-headline span:after {
  border-top: 10px solid #f08300;
}
.o-contact-banner-content.is-orange .o-contact-banner-text b {
  color: #f08300;
}
.o-contact-banner-content.is-orange .is-btn span {
  color: #f08300;
  background-image: url(../img/icon_arrow_orange.svg);
}
.o-contact-banner-content.is-blue {
  background: -webkit-gradient(linear, left top, right top, from(#e5edfa), color-stop(55%, #e5edfa), color-stop(55%, #2980c4));
  background: linear-gradient(to right, #e5edfa 0%, #e5edfa 55%, #2980c4 55%);
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-blue {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-blue .o-contact-banner-info {
    background: #e5edfa;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-blue .o-contact-banner-link {
    background: #2980c4;
  }
}
.o-contact-banner-content.is-blue .o-contact-banner-headline span {
  background-color: #2980c4;
}
.o-contact-banner-content.is-blue .o-contact-banner-headline span:after {
  border-top: 10px solid #2980c4;
}
.o-contact-banner-content.is-blue .o-contact-banner-text b {
  color: #2980c4;
}
.o-contact-banner-content.is-blue .is-btn span {
  color: #2980c4;
  background-image: url(../img/icon_arrow_blue.svg);
}
.o-contact-banner-content.is-red {
  background: -webkit-gradient(linear, left top, right top, from(#ffefef), color-stop(55%, #ffefef), color-stop(55%, #e03657));
  background: linear-gradient(to right, #ffefef 0%, #ffefef 55%, #e03657 55%);
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-red {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-red .o-contact-banner-info {
    background: #ffefef;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-red .o-contact-banner-link {
    background: #e03657;
  }
}
.o-contact-banner-content.is-red .o-contact-banner-headline span {
  background-color: #e03657;
}
.o-contact-banner-content.is-red .o-contact-banner-headline span:after {
  border-top: 10px solid #e03657;
}
.o-contact-banner-content.is-red .o-contact-banner-text b {
  color: #e03657;
}
.o-contact-banner-content.is-red .is-btn span {
  color: #e03657;
  background-image: url("../img/icon_arrow_red.png");
}
.o-contact-banner-content.is-violet{
  background: -webkit-gradient(linear, left top, right top, from(#ffe6f5), color-stop(55%, #ffe6f5), color-stop(55%, #c71585));
  background: linear-gradient(to right, #ffe6f5 0%, #ffe6f5 55%, #c71585 55%);
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-violet {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-violet .o-contact-banner-info {
    background: #ffe6f5;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-banner-content.is-violet .o-contact-banner-link {
    background: #c71585;
  }
}
.o-contact-banner-content.is-violet .o-contact-banner-headline span {
  background-color: #c71585;
}
.o-contact-banner-content.is-violet .o-contact-banner-headline span:after {
  border-top: 10px solid #c71585;
}
.o-contact-banner-content.is-violet .o-contact-banner-text b {
  color: #c71585;
}
.o-contact-banner-content.is-violet .is-btn span {
  color: #c71585;
  background-image: url("../img/icon_arrow_violet.png");
}
.o-contact-banner-info {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-info {
    width: 100%;
    padding: 6.1538461538vw 0;
  }
}

.o-contact-banner-headline {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-headline {
    margin-bottom: 6.1538461538vw;
    width: 100%;
    padding: 0 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.o-contact-banner-headline span {
  position: relative;
  display: inline-block;
  padding: 8px 3em;
  border-radius: 16px/50%;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-headline span {
    padding: 2.0512820513vw 0;
    width: 100%;
    border-radius: 4.1025641026vw/50%;
  }
}
.o-contact-banner-headline span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ef5310;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-headline span:after {
    margin-left: -2.5641025641vw;
    border: 2.5641025641vw solid transparent;
    border-top: 2.5641025641vw solid #ef5310;
  }
}

.o-contact-banner-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-text {
    font-size: 3.5897435897vw;
  }
}
.o-contact-banner-text b {
  font-weight: 700;
}

.o-contact-banner-link {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-link {
    width: 100%;
    padding: 6.1538461538vw 0;
  }
}
.o-contact-banner-link .is-catch-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-link .is-catch-text {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.o-contact-banner-link .is-btn {
  width: 77.77%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-link .is-btn {
    width: 64.6153846154vw;
    font-size: 3.5897435897vw;
  }
}
.o-contact-banner-link .is-btn span {
  display: block;
  background-color: #fff;
  border-radius: 24px/50%;
  width: 100%;
  padding: 18px 0;
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-box-shadow: 3px 3px 6px -1px rgba(1, 1, 1, 0.2);
          box-shadow: 3px 3px 6px -1px rgba(1, 1, 1, 0.2);
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .o-contact-banner-link .is-btn span {
    border-radius: 6.1538461538vw/50%;
    padding: 4.1025641026vw 0;
    background-position: right 3.0769230769vw center;
  }
}
@media screen and (min-width: 768px) {
  .o-contact-banner-link .is-btn a:hover span {
    opacity: 0.8;
  }
}

/*------------------------------------------------------------

上に戻る

-------------------------------------------------------------*/
.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;
  }
}

