@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  html {
    font-size: 2.6666666666666665vw;
  }
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  color: #05161A;
  overflow-x: hidden;
}

@media (max-width: 1080px) {
  body {
    width: 1080px;
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

body.change {
  overflow-y: hidden;
}

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

button {
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.7;
}

.l-header {
  background-color: white;
  padding: 12px 15px 21px 15px;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

.l-header-item {
  max-width: 1400px;
  margin: 0 auto;
}

.l-header-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-lead__logoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header-lead__explain {
  font-size: 8px;
  letter-spacing: -0.24px;
  font-weight: 500;
}

.l-header-lead__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-header-lead__logo img {
  width: 101.12px;
  height: 34.66px;
}

.l-header-lead__logo p {
  color: white;
}

.l-header-lead__logo p span {
  background-color: #1F4C94;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 3px;
  font-size: 10px;
}

.l-header-lead__contact {
  background: transparent linear-gradient(109deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  width: 160px;
  height: 44px;
  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;
}

.l-header-lead__contact span {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.l-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.l-header-link a {
  cursor: pointer;
  border-left: 1px solid #E5E5E5;
  padding: 0 23px;
  font-weight: bold;
}

.l-header-link a span {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.l-header-link a span::before {
  content: "";
  background: url(../img/ico_arrow_down.svg) no-repeat;
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-right: 10px;
}

.l-header-link a:last-child {
  border-right: 1px solid #E5E5E5;
}

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

.c-ttl__en {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #B1B1B1;
  line-height: 1;
}

.c-ttl__jp {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-top: 10px;
  position: relative;
}

.c-ttl__jp::after {
  content: "";
  width: 33px;
  height: 3.5px;
  background-color: #EA5435;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-pc-block {
  display: block;
}

.c-sp-block {
  display: none;
}

.c-none {
  display: none;
}

@media (max-width: 1460px) {
  .l-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .l-header {
    padding: 12px 17px 12px 10px;
    border-bottom: 1px solid #EDEDED;
  }
  .l-header-lead__contact {
    display: none;
  }
  .l-header-lead__explain {
    font-size: 7px;
    letter-spacing: -0.1em;
  }
  .l-header-lead__logo img {
    width: 80.88px;
    height: 27.72px;
  }
  .l-header-lead__logo p span {
    font-size: 8px;
  }
  .l-header-link {
    display: none;
  }
  .c-pc-block {
    display: none;
  }
  .c-sp-block {
    display: block;
  }
  .c-ttl__en {
    font-size: 1.2rem;
  }
  .c-ttl__jp {
    font-size: 2.4rem;
  }
}

.main_fv {
  background: url(../img/fv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1400px) {
  .main_fv {
    height: 489px;
  }
}

.main_fv-item {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.main_fv-item__txt {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
}

.main_fv-item h1 {
  font-size: 53px;
  margin: 15px 0 32px 0;
  line-height: 1;
  font-weight: bold;
}

.main_fv-item__detailTxt {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}

.main_fv-item__contactBtn {
  margin-top: 46px;
  display: block;
  width: 360px;
  height: 56px;
  background: transparent linear-gradient(110deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
  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;
  font-size: 18px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.serviceExplain {
  background: #FFF8F5 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px -1px 39px #1F12121A;
          box-shadow: 0px -1px 39px #1F12121A;
  padding: 60px 0;
}

.serviceExplain-item {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.serviceExplain-item h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
}

.serviceExplain-item h2 span {
  font-size: 30px;
}

.serviceExplain-item h2::after {
  content: "";
  width: 33px;
  height: 3.5px;
  background-color: #EA5435;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.serviceExplain-item p {
  line-height: 1.6875;
  text-align: center;
  margin-top: 50px;
}

.serviceExplain-item p span {
  font-weight: bold;
  color: #FE4521;
}

.point {
  padding: 60px 0 0 0;
}

.point-item {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point-item h2 {
  font-size: 30px;
  font-weight: bold;
}

.point-item h2 span {
  font-size: 32px;
  color: #FE4521;
}

.point-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
}

.point-group__col {
  text-align: center;
}

.point-group__col p {
  margin-top: 20px;
  line-height: 1.27778;
  font-weight: bold;
  font-size: 18px;
}

.point-group__col:nth-child(2) {
  margin: 20px 58px 0 58px;
}

.point-group__img {
  width: 160px;
  height: 160px;
  background: transparent linear-gradient(133deg, #FF5858 0%, #F09819 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 20px #0000001F;
          box-shadow: 0px 0px 20px #0000001F;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service {
  padding-top: 60px;
}

.service-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-plan a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  cursor: pointer;
}

.service-plan__support {
  width: 256px;
  height: 38px;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 19px;
  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;
  margin-right: 15px;
}

.service-plan__payment {
  width: 256px;
  height: 38px;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 19px;
  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;
}

.service-item {
  max-width: 948px;
  margin: 67px auto 0 auto;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 14px #E6E6E6A8;
          box-shadow: 0px 0px 14px #E6E6E6A8;
  border: 2px solid #F4F4F4;
  border-radius: 6px;
  padding: 40px;
  position: relative;
}

.service-item .reset_pdl {
  padding-left: unset !important;
}

.service-item__effectNum {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-item__subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #F23814;
  letter-spacing: -0.05em;
}

.service-item__subTtl span {
  border-bottom: 2px dotted #F23814;
}

.service-item__txt {
  margin: 27px 0 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35714;
  letter-spacing: -0.01em;
  letter-spacing: var(--unnamed-character-spacing--0-28);
}

.service-item__feature {
  background: var(--背景) 0% 0% no-repeat padding-box;
  background: #FFF8F5 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 20px;
}

.service-item__featureTtl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.35714;
  letter-spacing: -0.01em;
  letter-spacing: var(--unnamed-character-spacing--0-28);
}

.service-item__featureTxt li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 15px;
}

.service-item__featureTxt li:first-child {
  margin-top: unset;
}

.service-item__featureTxt li span:first-child {
  background-color: #FE4521;
  width: 14px;
  height: 14px;
  color: white;
  font-weight: 500;
  font-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  letter-spacing: -0.01em;
  margin: 3px 6px 0 0;
  line-height: 1;
  padding-bottom: 0.5px;
}

.service-item__featureTxt li span:nth-child(2) {
  font-size: 14px;
  line-height: 1.35714;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.service-item__featureImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px 40px 30px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-item__img {
  width: 369px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-item__planOption {
  font-size: 12px;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.service-item__planTtl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 7px;
}

.service-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 246px;
  height: 49px;
  background: transparent linear-gradient(108deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.solution {
  padding: 60px 0 70px 0;
}

.solution .solution_bg1 {
  background-color: #EFF8FF;
  border-radius: 176px;
}

.solution .solution_bg2 {
  background-color: #FFEDEA;
  border-radius: 176px;
}

.solution .c-ttl {
  margin-bottom: 60px;
}

.solution-item {
  max-width: 1215px;
  margin: 71px auto 0 auto;
  padding: 95px 60px 100px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.solution-item .ft_size_14 {
  font-size: 14px;
  font-weight: 400;
}

.solution-item .ft_clr_set_blue {
  color: #3889BF;
}

.solution-item .ft_clr_set_yanred {
  color: #D65B43;
}

.solution-item .bg1 {
  background-color: #56A3D7;
  padding: 9px 72px 10px 72px;
  border-radius: 100px;
}

.solution-item .bg2 {
  background-color: #E07A66;
  padding: 9px 72px 10px 72px;
  border-radius: 100px;
}

.solution-item__lead {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.solution-item__col {
  width: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-item__col p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1875;
  position: absolute;
}

.solution-item__col .txt_bg {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 8px #0000001A;
          box-shadow: 0px 0px 8px #0000001A;
  padding: 16px 24px;
}

.solution-item__col img {
  z-index: 1;
}

.solution-item .after_set1 {
  position: relative;
}

.solution-item .after_set1::after {
  content: "";
  background: url(../img/illu_after1.svg) no-repeat;
  width: 58px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.solution-item .after_set2 {
  position: relative;
}

.solution-item .after_set2::after {
  content: "";
  background: url(../img/illu_after2.svg) no-repeat;
  width: 58px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.solution-item__txt1 {
  border-radius: 35px 35px 0px 35px;
  top: 5px;
  left: 0;
}

.solution-item__txt2 {
  border-radius: 35px 35px 35px 0px;
  top: -10px;
  right: 65px;
}

.solution-item__txt3 {
  border-radius: 35px 0px 35px 35px;
  bottom: -15px;
  left: 0;
  z-index: 2;
}

.solution-item__txt4 {
  border-radius: 35px 35px 0px 35px;
  top: 0;
  left: 0;
}

.solution-item__txt5 {
  border-radius: 35px 35px 35px 0px;
  top: 0;
  right: 30px;
  z-index: 0;
}

.solution-item__txt6 {
  border-radius: 0px 35px 35px 35px;
  bottom: 0;
  right: 50px;
  z-index: 2;
}

.solution-item__txt7 {
  border-radius: 35px 35px 0px 35px;
  top: -15px;
  left: 45px;
}

.solution-item__txt8 {
  border-radius: 35px 35px 35px 0px;
  top: 2px;
  right: 5px;
  z-index: 0;
}

.contactCta {
  background: url(../img/bg_cta.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.contactCta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.contactCta-item h2 {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: white;
  letter-spacing: -0.05em;
}

.contactCta-item p {
  margin: 35px 0;
  font-size: 16px;
  line-height: 1.73333;
  color: white;
  font-weight: 500;
}

.contactCta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: bold;
  color: white;
  width: 432px;
  height: 63px;
  background: transparent linear-gradient(110deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}

.benefits {
  padding-top: 60px;
}

.benefits .c-ttl {
  margin-bottom: 60px;
}

.benefits-item {
  max-width: 1036px;
  margin: 0 auto;
  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;
}

.benefits-item__col {
  width: 332px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 14px #E6E6E6A8;
          box-shadow: 0px 0px 14px #E6E6E6A8;
  border: 2px solid #F4F4F4;
  border-radius: 6px;
  padding: 28px 28px 34px 28px;
  text-align: center;
  margin-bottom: 16px;
}

.benefits-item__col:nth-child(2) {
  margin: 0 20px 16px 20px;
}

.benefits-item__col:nth-child(4) {
  margin-right: 20px;
}

.benefits-item__col h3 {
  font-size: 20px;
  font-weight: bold;
}

.benefits-item__col p {
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.42857;
}

.benefits-item__col .mt_set {
  margin-top: 9px;
}

.benefits-item__col .mt_set1 {
  margin: 38px 0 52px 0;
}

.benefits-item__col .mt_set2 {
  margin: 28px 0 49px 0;
}

.benefits-item__col .mt_set3 {
  margin: 40px 0 50px 0;
}

.benefits-item__col .mt_set4 {
  margin: 31px 0 40px 0;
}

.benefits-item__col .mt_set5 {
  margin: 27px 0 42px 0;
}

.result {
  padding: 60px 0;
}

.result .c-ttl {
  margin-bottom: 60px;
}

.result-item {
  max-width: 950px;
  margin: 0 auto;
}

.result-item__img {
  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;
}

.result-item__smTxt {
  font-size: 12px;
  line-height: 1.58333;
  margin-top: 35px;
}

.result-item__txt {
  margin-top: 56px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.79167;
}

.result-item__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F4E20E));
  background: linear-gradient(transparent 60%, #F4E20E 0%);
}

.footer {
  background-color: #F4F4F4;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.01em;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1275px) {
  .solution-item {
    margin: 51px 30px 0 30px;
    padding: 95px 20px 100px 30px;
  }
}

@media (max-width: 1220px) {
  .main_fv-item {
    margin: 0 30px;
  }
}

@media (max-width: 768px) {
  .main_fv {
    background: url(../img/fv_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .main_fv-item {
    width: 100%;
    margin: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_fv-item__txt {
    font-size: 2.2rem;
    margin-top: 47px;
  }
  .main_fv-item h1 {
    font-size: 3.5rem;
    margin: 17px 0 32px 0;
  }
  .main_fv-item__detailTxt {
    font-size: 1.5rem;
  }
  .main_fv-item__contactBtn {
    margin-top: 32px;
    display: block;
    width: 29.8rem;
    height: 5.6rem;
    background: transparent linear-gradient(110deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
    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;
    font-size: 1.6rem;
    border-radius: 6px;
  }
  .serviceExplain {
    background: #FFF8F5 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px -1px 39px #1F12121A;
            box-shadow: 0px -1px 39px #1F12121A;
    padding: 5rem 0 5.5rem 0;
  }
  .serviceExplain-item {
    padding: 0 2rem;
  }
  .serviceExplain-item h2 {
    font-size: 2.6rem;
  }
  .serviceExplain-item h2 span {
    font-size: 2.2rem;
  }
  .serviceExplain-item p {
    margin-top: 45px;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    line-height: 1.78571;
  }
  .point {
    padding: 5rem 0 0 0;
  }
  .point-item h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .point-item h2 span {
    font-size: 2.6rem;
    color: #FE4521;
  }
  .point-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .point-group__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point-group__col p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .point-group__col p br {
    display: none;
  }
  .point-group__col:nth-child(2) {
    margin: 30px 0;
  }
  .point-group__img {
    width: 160px;
    height: 160px;
    background: transparent linear-gradient(133deg, #FF5858 0%, #F09819 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0px 20px #0000001F;
            box-shadow: 0px 0px 20px #0000001F;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service {
    padding-top: 5rem;
  }
  .service-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem 4rem 4rem 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-plan a {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .service-plan__support {
    width: 19.2rem;
    height: 2.8rem;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 50px;
    margin-right: unset;
  }
  .service-plan__payment {
    width: 19.2rem;
    height: 2.8rem;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 50px;
    margin-top: 1rem;
  }
  .service-item {
    margin: 6rem 2rem 0 2rem;
    border-radius: 3px;
    padding: 3.8rem 1.8rem 5rem 1.8rem;
  }
  .service-item__effectNum {
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-item__subTtl {
    font-size: 2.2rem;
  }
  .service-item__txt {
    margin: 30px 0 18px 0;
    font-size: 1.2rem;
  }
  .service-item__feature {
    background: var(--背景) 0% 0% no-repeat padding-box;
    background: #FFF8F5 0% 0% no-repeat padding-box;
    border-radius: 3px;
    padding: 1.5rem 1rem;
  }
  .service-item__featureTtl {
    font-size: 1.2rem;
  }
  .service-item__featureTxt li {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 11px;
  }
  .service-item__featureTxt li:first-child {
    margin-top: 11px;
  }
  .service-item__featureTxt li span:first-child {
    min-width: 1.4rem;
    min-height: 1.4rem;
    font-size: 0.9rem;
  }
  .service-item__featureTxt li span:nth-child(2) {
    font-size: 1.2rem;
  }
  .service-item__featureImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: unset;
  }
  .service-item__img {
    width: 100%;
    margin-top: 20px;
  }
  .service-item__img img {
    width: 100%;
    height: auto;
  }
  .service-item__planOption {
    font-size: 1.2rem;
  }
  .service-item__planTtl {
    font-size: 1.4rem;
  }
  .service-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .service-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23rem;
    height: 4.9rem;
    background: transparent linear-gradient(109deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  .solution {
    padding: 5rem 0;
  }
  .solution .solution_bg1 {
    background-color: #EFF8FF;
    border-radius: unset;
  }
  .solution .solution_bg2 {
    background-color: #FFEDEA;
    border-radius: unset;
  }
  .solution .c-ttl {
    margin-bottom: 70px;
  }
  .solution-item {
    margin: 5rem auto 0 auto;
    padding: 9.5rem 2rem 10.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .solution-item .ft_size_14 {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .solution-item .ft_clr_set_blue {
    color: #3889BF;
  }
  .solution-item .ft_clr_set_yanred {
    color: #D65B43;
  }
  .solution-item .bg1 {
    background-color: #56A3D7;
    padding-left: unset;
    padding-right: unset;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    border-radius: 100px;
  }
  .solution-item .bg2 {
    background-color: #E07A66;
    border-radius: 100px;
    padding-left: unset;
    padding-right: unset;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }
  .solution-item__lead {
    position: absolute;
    top: -2rem;
    font-size: 1.6rem;
    width: 70%;
    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;
  }
  .solution-item__col {
    width: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solution-item__col p {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.1875;
    position: absolute;
  }
  .solution-item__col .txt_bg {
    padding: 15px 20px;
  }
  .solution-item .after_set1 {
    position: relative;
    margin-bottom: 140px;
  }
  .solution-item .after_set1::after {
    content: "";
    background: url(../img/illu_after1_sp.svg) no-repeat;
    width: 14px;
    height: 42px;
    position: absolute;
    right: unset;
    top: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: -120px;
    left: 50%;
  }
  .solution-item .after_set2 {
    position: relative;
    margin-bottom: 140px;
  }
  .solution-item .after_set2::after {
    content: "";
    background: url(../img/illu_after2_sp.svg) no-repeat;
    width: 14px;
    height: 42px;
    position: absolute;
    right: unset;
    top: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: -120px;
    left: 50%;
  }
  .solution-item__txt1 {
    border-radius: 35px 35px 0px 35px;
    top: -46px;
    left: 0;
  }
  .solution-item__txt2 {
    border-radius: 35px 35px 35px 0px;
    top: 4px;
    right: 0;
  }
  .solution-item__txt3 {
    border-radius: 35px 0px 35px 35px;
    bottom: -55px;
    left: 0;
    z-index: 2;
  }
  .solution-item__txt4 {
    border-radius: 35px 35px 0px 35px;
    top: 0;
    left: 0;
  }
  .solution-item__txt5 {
    border-radius: 35px 35px 35px 0px;
    top: 65px;
    right: 0;
    z-index: 0;
    letter-spacing: -0.1em;
  }
  .solution-item__txt6 {
    border-radius: 0px 35px 35px 35px;
    bottom: -50px;
    right: 0;
    z-index: 2;
  }
  .solution-item__txt7 {
    border-radius: 35px 35px 0px 35px;
    top: 0;
    left: 0;
  }
  .solution-item__txt8 {
    border-radius: 35px 35px 35px 0px;
    top: 60px;
    right: 0;
    z-index: 0;
    letter-spacing: -0.01em;
  }
  .solution-item .sp_mt_set {
    padding-top: 80px;
  }
  .solution-item .sp_mt_set img {
    margin-right: 35px;
  }
  .contactCta {
    background: url(../img/bg_cta_sp.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 80px 0;
  }
  .contactCta-item h2 {
    font-size: 3rem;
  }
  .contactCta-item p {
    margin: 35px 0;
    font-size: 1.4rem;
  }
  .contactCta-btn {
    width: 29.8rem;
    height: 5.3rem;
    font-size: 1.6rem;
  }
  .benefits {
    padding-top: 5rem;
  }
  .benefits .c-ttl {
    margin-bottom: 60px;
  }
  .benefits-item {
    max-width: 1036px;
    margin: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits-item__col {
    width: 100%;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0px 14px #E6E6E6A8;
            box-shadow: 0px 0px 14px #E6E6E6A8;
    border: 2px solid #F4F4F4;
    border-radius: 3px;
    padding: 3rem 1.8rem 3rem 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .benefits-item__col:nth-child(2) {
    margin: 0 0 16px 0;
  }
  .benefits-item__col:nth-child(4) {
    margin-right: 0;
  }
  .benefits-item__col h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .benefits-item__col p {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    font-weight: 400;
    line-height: 1.42857;
  }
  .benefits-item__col .mt_set {
    margin-top: 0;
  }
  .benefits-item__col .mt_set1 {
    margin: 38px 0 52px 0;
  }
  .benefits-item__col .mt_set2 {
    margin: 28px 0 49px 0;
  }
  .benefits-item__col .mt_set3 {
    margin: 40px 0 50px 0;
  }
  .benefits-item__col .mt_set4 {
    margin: 31px 0 40px 0;
  }
  .benefits-item__col .mt_set5 {
    margin: 27px 0 42px 0;
  }
  .result {
    padding: 5rem 0;
  }
  .result .c-ttl {
    margin-bottom: 60px;
  }
  .result-item {
    margin: 0 2rem;
  }
  .result-item__img {
    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;
  }
  .result-item__smTxt {
    font-size: 1rem;
    margin-top: 25px;
    letter-spacing: -0.05em;
  }
  .result-item__txt {
    margin-top: 43px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
  .result-item__txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F4E20E));
    background: linear-gradient(transparent 60%, #F4E20E 0%);
  }
  .footer {
    font-size: 1rem;
  }
}

.sp-menu {
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (max-width: 767px) {
  .sp-menu {
    display: block;
  }
}

.sp-menu span {
  border-bottom: 3px solid #05161A;
  width: 30px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sp-menu span:last-child {
  margin-bottom: unset;
}

.sp-menu.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2px, 4px);
          transform: rotate(-45deg) translate(-2px, 4px);
}

.sp-menu.change span:nth-child(2) {
  display: none;
}

.sp-menu.change span:last-child {
  -webkit-transform: rotate(45deg) translate(-3px, -3px);
          transform: rotate(45deg) translate(-3px, -3px);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 160px 0 0 0;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 90;
}

.menu-overlay.change {
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 768px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
}

.menu-overlay .overlay-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-overlay .overlay-links a {
  display: block;
  margin-top: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #05161A;
}

.menu-overlay .overlay-links a:first-child {
  margin-top: unset;
}

.menu-overlay .overlay-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-overlay .overlay-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 174px;
  height: 45px;
  background: transparent linear-gradient(113deg, #EF432C 0%, #E68040 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

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