@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  margin: 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  text-decoration: none;
  transition: .3s;
}

a img {
  display: inline-block;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 980px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.text__common_link {
  font-size: inherit;
  color: inherit;
}

.fw-b {
  font-weight: 700;
}

.ff-oswald {
  font-family: 'Oswald', sans-serif;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: .82vw;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 1.26vw;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  color: #222;
}

@media only screen and (max-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.main {
  display: block;
}

.section__content {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section__content {
    padding: 0 4rem;
  }
}

.section__bg_gy {
  background: #F2F2F2;
}

.ttl__common_h2 {
  margin: 0 auto 5rem;
  padding: 0 0 3.8rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.3334;
  font-size: 4rem;
  font-weight: 700;
}

.ttl__common_h2::after {
  content: "";
  width: 10rem;
  height: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ttl__common_h2-blue::after {
  background: #1c5fc3;
}

.ttl__common_h2-black::after {
  background: #000;
}

.ttl__common_h2-strong {
  font-size: 5rem;
  font-weight: 900;
}

.ttl__common_h2-small {
  font-size: 3rem;
}

.ttl__common_h2-wrap {
  display: inline-block;
  position: relative;
  font-feature-settings: 'palt';
}

.ttl__common_h2-wrap::before, .ttl__common_h2-wrap::after {
  content: "";
  width: 2px;
  height: 75%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
}

.ttl__common_h2-wrap::before {
  left: -3.6rem;
}

.ttl__common_h2-wrap::after {
  right: -3.6rem;
}

.ttl__common_h2-ruby {
  position: relative;
}

.ttl__common_h2-ruby_child {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2.8rem;
  word-break: keep-all;
  transform: translateX(-50%);
  font-size: 2.4rem;
  font-weight: 500;
}

.ttl__common_h2-bgye {
  background: #fff22a;
}

.ttl__common_h2-textblue {
  color: #1c5fc3;
}

.ttl__common_h2-textblue .ttl__common_h2-wrap::before, .ttl__common_h2-textblue .ttl__common_h2-wrap::after {
  background: #1c5fc3;
}

.ttl__common_h2-white {
  color: #FFF;
}

.ttl__common_h2-white::after {
  background: #84c2e9;
}

.ttl__common_h2-white .ttl__common_h2-wrap::before, .ttl__common_h2-white .ttl__common_h2-wrap::after {
  background: #FFF;
}

.btn {
  display: flex;
  align-items: center;
  filter: drop-shadow(1rem 1rem 1rem rgba(54, 54, 54, 0.25));
  transition: .3s;
}

.btn__icon {
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: .3s;
}

.btn__content {
  width: calc(100% + 3rem);
  margin: 0 0 0 -3rem;
  padding: 2rem 3.9rem 2.4rem;
  border-radius: 0 100px 100px 0;
  box-sizing: border-box;
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
  transition: .3s;
}

@media only screen and (max-width: 768px) {
  .btn__content {
    padding: 1.5rem 1.2rem;
    font-size: 2.2rem;
  }
}

.btn__engineer .btn__icon {
  border: 1.3rem solid #ff432a;
}

.btn__engineer .btn__content {
  background: #ff432a;
}

.btn__engineer:hover .btn__icon {
  border: 1.3rem solid #cd3622;
}

.btn__engineer:hover .btn__content {
  background: #cd3622;
}

.btn__company .btn__icon {
  border: 1.3rem solid #2a7fff;
}

.btn__company .btn__content {
  background: #2a7fff;
}

.btn__company:hover .btn__icon {
  border: 1.3rem solid #1c5fc3;
}

.btn__company:hover .btn__content {
  background: #1c5fc3;
}

.btn__default .btn__icon {
  width: 15.2rem;
}

@media only screen and (max-width: 768px) {
  .btn__default .btn__icon {
    width: 14.2rem;
  }
}

.btn__default .btn__content {
  padding: 3.4rem 0 3.8rem;
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .btn__default .btn__content {
    padding: 2.6rem 0 3rem;
    font-size: 3.6rem;
  }
}

.bnr__common_l {
  position: relative;
  filter: drop-shadow(1.7rem 1.7rem 2.1rem rgba(54, 54, 54, 0.15));
}

.bnr__common_date {
  display: inline-block;
  margin: 0;
  padding: 1rem 2rem 1.2rem;
  box-sizing: border-box;
  background: #222;
  position: absolute;
  top: 16.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .bnr__common_date {
    padding: .5rem;
    top: 11.5rem;
    letter-spacing: 1px;
    font-size: 2.4rem;
  }
}

.bnr__common_date::before, .bnr__common_date::after {
  content: "";
  width: 4.2rem;
  height: 100%;
  background: url(../img/bar_end_l.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .bnr__common_date::before, .bnr__common_date::after {
    width: 2.9rem;
    background: url(../img/bar_end.png) 50% 50% no-repeat;
    background-size: 100% 100%;
  }
}

.bnr__common_date::before {
  left: -4.2rem;
}

@media only screen and (max-width: 768px) {
  .bnr__common_date::before {
    left: -2.9rem;
  }
}

.bnr__common_date::after {
  right: -4.2rem;
  transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .bnr__common_date::after {
    right: -2.9rem;
  }
}

.header {
  background: url(../img/mv_bg.png) 50% 0 no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .header {
    background: url(../img/mv_bg_sp.png) 50% 0 no-repeat;
    background-size: 100% 22.7rem;
  }
}

.header__copy {
  display: flex;
  padding: 3.5rem 0;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .header__copy {
    flex-direction: column;
    align-items: center;
    padding: 1.6rem 0 7.3rem;
  }
}

.header__copy_item {
  display: flex;
  align-items: flex-end;
}

.header__copy_item + .header__copy_item {
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .header__copy_item + .header__copy_item {
    margin: 1.5rem 0 0;
  }
}

.header__copy_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__copy_sub {
  margin: 0;
  line-height: 1.5;
  font-size: 2.1rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .header__copy_sub {
    font-size: 2.6rem;
  }
}

.header__copy_main {
  display: block;
  width: 100%;
  margin: 0;
  padding: .3rem 0;
  box-sizing: border-box;
  background: #FFF;
  text-align: center;
  line-height: 1.2;
  font-size: 2.3rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .header__copy_main {
    font-size: 2.6rem;
  }
}

.header__copy_engineer {
  color: #ff432a;
}

.header__copy_company {
  color: #2a7fff;
}

.header__copy_text {
  padding: .3rem 0 0 2rem;
  font-size: 2.1rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .header__copy_text {
    padding-left: 1rem;
    font-size: 2.6rem;
  }
}

.header__main {
  padding: 0 0 9.5rem 3rem;
  text-align: left;
  background: url(../img/mv_img.png) 100% 99.55% no-repeat;
  background-size: 55.9rem auto;
}

@media only screen and (max-width: 768px) {
  .header__main {
    padding: 0 0 18.2rem;
    background: url(../img/mv_img.png) 100% 90% no-repeat;
    background-size: 36rem auto;
  }
}

.header__main_ttl {
  width: 59.3rem;
  margin: 0 0 4.2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header__main_ttl {
    width: 100%;
    margin: 0 auto 1.5rem;
    padding: 0 4.5rem;
    filter: drop-shadow(1.7rem 1.7rem 2.1rem rgba(5, 5, 5, 0.15));
    box-sizing: border-box;
  }
}

.header__main_ttl-date {
  display: inline-block;
  padding: .2rem 1.3rem .5rem;
  box-sizing: border-box;
  background: #222;
  position: absolute;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  text-align: center;
  letter-spacing: 2.16px;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .header__main_ttl-date {
    padding: .5rem;
    top: 8.5rem;
    letter-spacing: .5px;
    font-size: 2.4rem;
  }
}

.header__main_ttl-date::before, .header__main_ttl-date::after {
  content: "";
  width: 2.9rem;
  height: 100%;
  background: url(../img/bar_end.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}

.header__main_ttl-date::before {
  left: -2.9rem;
}

.header__main_ttl-date::after {
  right: -2.9rem;
  transform: rotate(180deg);
}

.header__main_sub {
  margin: 0;
  line-height: 1.304;
  font-size: 4.3rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .header__main_sub {
    padding-left: 5.5rem;
    box-sizing: border-box;
    font-size: 4.6rem;
  }
}

.header__main_strong {
  font-size: 6rem;
}

.header__main_ribon {
  display: inline-block;
  padding: 0 .2rem .2rem;
  box-sizing: border-box;
  background: #84c2e9;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 500;
  color: #FFF;
}
.header__main_note {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}
.header__btn {
  padding: 3.4rem 0 4.2rem;
  box-shadow: 0 17px 21px rgba(54, 54, 54, 0.15);
  box-sizing: border-box;
  background: #fde899;
}

.header__btn_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.header__btn_link {
  width: 48.6rem;
}

@media only screen and (max-width: 768px) {
  .header__btn_link {
    width: 37rem;
  }
}

.header__btn_link .btn__icon {
  width: 11.25rem;
}

@media only screen and (max-width: 768px) {
  .header__btn_link .btn__icon {
    width: 7rem;
  }
}

.footer {
  padding: 5.6rem 0;
}

.footer__logo {
  width: 21.5rem;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 22rem;
  }
}

.footer__logo_link {
  display: block;
}

.footer__copy {
  line-height: 1;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1.6rem;
  }
}

.section__about {
  padding: 8.6rem 0 6.5rem;
}

.about__copy {
  margin: 0 auto 5.8rem;
  line-height: 1.6;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .about__copy {
    font-feature-settings: 'palt';
    font-size: 2.4rem;
    margin-bottom: 5.6rem;
  }
}

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

@media only screen and (max-width: 768px) {
  .about__content {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.about__content_item {
  width: 17rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(54, 54, 54, 0.2));
}

@media only screen and (max-width: 768px) {
  .about__content_item {
    margin: 1.2rem 1.5rem 0;
  }
}

.section__trouble {
  padding: 6rem 0 5rem;
  background: url(../img/trouble_bg.png) 50% 0 no-repeat;
  background-size: 100% 16rem;
}

@media only screen and (max-width: 768px) {
  .section__trouble {
    padding: 5rem 0 7.3rem;
  }
}

@media only screen and (max-width: 768px) {
  .trouble__block {
    display: flex;
    justify-content: space-between;
  }
}

.trouble__block_box + .trouble__block_box {
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .trouble__block_box + .trouble__block_box {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .trouble__block_box {
    width: 48.936%;
  }
}

.trouble__block_ttl {
  margin: 0 auto 2.4rem;
}

.trouble__block_free {
  width: 45rem;
}

@media only screen and (max-width: 768px) {
  .trouble__block_free {
    width: 100%;
    margin-top: .7rem;
  }
}

.trouble__block_postfree {
  width: 62rem;
}

@media only screen and (max-width: 768px) {
  .trouble__block_postfree {
    width: 100%;
  }
}

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

@media only screen and (max-width: 768px) {
  .trouble__block_flex {
    flex-direction: column;
  }
}

.trouble__block_item {
  width: 22.4rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(54, 54, 54, 0.2));
}

@media only screen and (max-width: 768px) {
  .trouble__block_item {
    width: 100%;
  }
  .trouble__block_item + .trouble__block_item {
    margin-top: 1.2rem;
  }
}

.section__solution {
  padding: 11.5rem 0 9.6rem;
  background: url(../img/solution_bg.png) 50% 0 no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .section__solution {
    padding: 14rem 0 7.7rem;
    background: url(../img/solution_bg_sp.png) 50% 0 no-repeat;
    background-size: 100% 100%;
  }
}

.solution__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .solution__block {
    flex-direction: column;
    padding: 0;
  }
}

.solution__block_item {
  width: 44.8rem;
  padding: 2.7rem 0 5.5rem;
  border-radius: 20px;
  box-shadow: 1rem 1rem 1rem rgba(54, 54, 54, 0.2);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}

.solution__block_item:nth-child(n+3) {
  margin-top: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .solution__block_item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .solution__block_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7.5rem 5.5rem 7.5rem 2.5rem;
  }
  .solution__block_item + .solution__block_item {
    margin-top: 4.4rem;
  }
}

.solution__block_num {
  display: inline-block;
  padding: 1.2rem 4.5rem;
  box-sizing: border-box;
  background: #fff22a;
  position: absolute;
  top: -2.7rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .solution__block_num {
    top: -2.2rem;
    left: 9.8rem;
    transform: translateX(0);
  }
}

.solution__block_img {
  width: 22rem;
  margin: 0 auto;
}

.solution__block_cont {
  margin: 2rem auto 0;
  padding: 0 6rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .solution__block_cont {
    width: calc(100% - 25rem);
    padding: 0;
  }
}

.solution__block_ttl {
  width: calc(100% + 12rem);
  margin: 0 -6rem 2.7rem;
  line-height: 1.25;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff432a;
}

@media only screen and (max-width: 768px) {
  .solution__block_ttl {
    width: 100%;
    margin: 0 0 2.7rem;
    text-align: left;
  }
}

.solution__block_text {
  margin: 0;
  text-align: left;
  line-height: 1.66667;
  font-feature-settings: 'palt';
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .solution__block_text {
    font-size: 2.6rem;
  }
}

.solution__block_att {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .solution__block_reverse {
    padding: 7.5rem 2.5rem 7.5rem 5.5rem;
  }
  .solution__block_reverse .solution__block_num {
    left: auto;
    right: 9.8rem;
  }
  .solution__block_reverse .solution__block_img {
    order: 2;
  }
  .solution__block_reverse .solution__block_cont {
    order: 1;
  }
}

.solution__btn {
  width: 82.4rem;
  margin: 9.6rem auto 0;
}

@media only screen and (max-width: 768px) {
  .solution__btn {
    width: 100%;
    margin: 6.6rem auto 0;
  }
}

.section__transfer {
  padding: 9.2rem 0;
}

@media only screen and (max-width: 768px) {
  .section__transfer {
    padding: 5rem 0;
  }
}

.section__interview {
  padding: 10rem 0 8.5rem;
}

.interview__block {
  display: flex;
}

.interview__block + .interview__block {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 768px) {
  .interview__block + .interview__block {
    margin-top: 7.9rem;
  }
}

.interview__block_sign {
  width: calc(100% - 76.7rem + 7.7rem);
  margin-top: -5.5rem;
  margin-right: -7.7rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .interview__block_sign {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 69.5rem + 47.8rem);
    margin-top: 0;
    margin-right: -47.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .interview__block_img {
    width: 31rem;
  }
}

.interview__block_ttl {
  display: flex;
  justify-content: space-between;
  width: 20rem;
  margin: 1.2rem auto 0 0;
}

@media only screen and (max-width: 768px) {
  .interview__block_ttl {
    width: 22.5rem;
    padding-left: 2rem;
    box-sizing: border-box;
  }
}

.interview__block_num {
  width: 6rem;
  margin: 0;
  line-height: 0.8;
  font-size: 12rem;
  font-weight: 300;
  color: #ff604b;
  order: 2;
}

.interview__block_name {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
  order: 1;
}

@media only screen and (max-width: 768px) {
  .interview__block_name {
    width: 13.5rem;
  }
}

.interview__block_name-sign {
  display: block;
  margin: 0 0 1.2rem;
  line-height: 1;
  letter-spacing: 5px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ff604b;
}

@media only screen and (max-width: 768px) {
  .interview__block_name-sign {
    letter-spacing: 2px;
  }
}

.interview__block_name-ttl {
  display: block;
  padding: .6rem 0;
  box-sizing: border-box;
  background: #ff604b;
  line-height: 1;
  font-size: 2rem;
  color: #FFF;
}

.interview__block_cont {
  width: 76.7rem;
  padding: 5rem 5rem 5rem 11rem;
  border: 4px solid #ff604b;
  border-radius: 20px;
  box-shadow: -3.3rem 3.3rem 0 #ff604b;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .interview__block_cont {
    width: 69.5rem;
    margin-top: 14.1rem;
    padding: 8.8rem 5.5rem;
  }
}

.interview__block_strong {
  margin: 0 0 3.2rem;
  line-height: 1.41667;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff604b;
}

@media only screen and (max-width: 768px) {
  .interview__block_strong {
    font-size: 3.6rem;
    text-align: right;
  }
}

.interview__block_text {
  margin: 0;
  line-height: 2;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .interview__block_text {
    font-size: 2.6rem;
  }
}

.interview__block_reverse .interview__block_sign {
  margin-right: auto;
  margin-left: -7.7rem;
  order: 2;
}

@media only screen and (max-width: 768px) {
  .interview__block_reverse .interview__block_sign {
    margin-left: -47.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .interview__block_reverse .interview__block_img {
    order: 2;
  }
}

.interview__block_reverse .interview__block_ttl {
  margin: 1.2rem 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .interview__block_reverse .interview__block_ttl {
    padding-right: 2rem;
    padding-left: 0;
    order: 1;
  }
}

.interview__block_reverse .interview__block_num {
  order: 1;
}

.interview__block_reverse .interview__block_name {
  order: 2;
}

.interview__block_reverse .interview__block_cont {
  padding: 5rem 11rem 5rem 5rem;
  box-shadow: 3.3rem 3.3rem 0 #ff604b;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .interview__block_reverse .interview__block_cont {
    padding: 8.8rem 5.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .interview__block_reverse .interview__block_strong {
    text-align: left;
  }
}

.interview__btn {
  width: 82.4rem;
  margin: 9.6rem auto 0;
}

@media only screen and (max-width: 768px) {
  .interview__btn {
    width: 100%;
    margin: 8.4rem auto 0;
  }
}

.section__charge {
  padding: 5.8rem 0 8.8rem;
  background: url(../img/charge_bg.png) 50% 0 no-repeat;
  background-size: 100% 100%;
}

.charge__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.charge__block_item {
  width: 50%;
}

.charge__block_item-1 .charge__block_img {
  margin: 0 3.5rem 0 auto;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-1 .charge__block_img {
    margin: 0 -4rem 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .charge__block_item-2 {
    padding-top: 4.6rem;
  }
}

.charge__block_item-2 .charge__block_img {
  margin: 0 auto 0 3.5rem;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-2 .charge__block_img {
    margin: 0 auto 0 -4rem;
  }
}

.charge__block_item-3 {
  margin-top: -16.8rem;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-3 {
    margin-top: 2.2rem;
  }
}

.charge__block_item-3 .charge__block_img {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-3 .charge__block_img {
    margin: 0 -4rem 0 auto;
  }
}

.charge__block_item-4 {
  margin-top: -16.8rem;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-4 {
    margin-top: 2.2rem;
    padding-top: 9.4rem;
  }
}

.charge__block_item-4 .charge__block_img {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-4 .charge__block_img {
    margin: 0 auto 0 -4rem;
  }
}

.charge__block_item-5 {
  margin-top: -15.4rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-5 {
    margin-top: 0;
    z-index: 0;
  }
}

.charge__block_item-5 .charge__block_img {
  margin: 0 -6rem 0 auto;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-5 .charge__block_img {
    margin: 0 -4rem 0 auto;
  }
}

.charge__block_item-6 {
  margin-top: -5.6rem;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-6 {
    margin-top: 0;
    padding-top: 14.5rem;
  }
}

.charge__block_item-6 .charge__block_img {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 768px) {
  .charge__block_item-6 .charge__block_img {
    margin: 0 auto 0 -4rem;
  }
}

.charge__block_img {
  width: 29.8rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(54, 54, 54, 0.2));
}

@media only screen and (max-width: 768px) {
  .charge__block_img {
    width: 36.5rem;
  }
}

.charge__copy {
  margin: 2.2rem auto 0;
  padding: 0 3rem 17.2rem;
  box-sizing: border-box;
  background: url(../img/charge_img_07.png) 100% 100% no-repeat;
  background-size: 45.9rem auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .charge__copy {
    padding: 0 4rem 0 5.5rem;
    background: url(../img/charge_img_07.png) 100% 25% no-repeat;
    background-size: 25.3rem auto;
  }
}

.charge__copy_text {
  margin: 0;
  line-height: 1.875;
  font-size: 3.2rem;
  font-weight: 900;
  color: #1c5fc3;
}

@media only screen and (max-width: 768px) {
  .charge__copy_text {
    font-size: 3rem;
  }
}

.charge__bnr {
  margin: 3.2rem auto 0;
}

@media only screen and (max-width: 768px) {
  .charge__bnr {
    margin: 6.8rem auto 0;
  }
}

.section__environment {
  padding: 8.9rem 0 10.3rem;
  background: url(../img/environment_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.solution__block + .ttl__common_h2 {
  margin-top: 10.4rem;
}

.solution__block_environment {
  color: #1c5fc3;
}

.environment__copy {
  margin: 7.6rem auto 0;
  line-height: 1.3;
  font-size: 4.6rem;
  font-weight: 900;
  color: #1c5fc3;
}

.environment__btn {
  width: 82.4rem;
  margin: 5rem auto 0;
}

@media only screen and (max-width: 768px) {
  .environment__btn {
    width: 100%;
  }
}

.section__message {
  padding: 5.5rem 0 9rem;
  background: url(../img/message_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.message__block {
  margin: 5.4rem auto 0;
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.message__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.message__block_inner {
  padding: 4.7rem 0 12.3rem;
  border: 2px solid #2F3131;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .message__block_inner {
    border: 1px solid #2F3131;
  }
}

.message__block_inner::after {
  content: "";
  width: 7.5rem;
  height: 1px;
  background: #2F3131;
  position: absolute;
  left: 50%;
  bottom: 4.7rem;
  transform: translateX(-50%);
}

.message__block_ttl {
  display: inline-block;
  margin: 0 auto 5rem;
  padding: 0 0 .5rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .message__block_ttl {
    font-size: 1.6rem;
  }
}

.message__block_ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #2F3131;
  position: absolute;
  left: 0;
  bottom: 0;
}

.message__block_text {
  margin: 0;
  line-height: 1.5;
  font-size: 2.4rem;
}

.message__block_text + .message__block_text {
  margin-top: 4.7rem;
}

@media only screen and (max-width: 768px) {
  .message__block_text {
    font-size: 2.6rem;
  }
  .message__block_text + .message__block_text-spnomargin {
    margin-top: 0;
  }
}

.section__flow {
  padding: 10.2rem 0 14rem;
}

.section__btns {
  padding: 5.3rem 0 6.5rem;
}

@media only screen and (max-width: 768px) {
  .section__btns {
    padding: 4.5rem 0 5.6rem;
  }
}

.btns__block {
  display: flex;
  flex-direction: column;
  width: 82.4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .btns__block {
    width: 100%;
  }
}

.btns__block_item + .btns__block_item {
  margin-top: 1.8rem;
}

.section__campaign {
  padding: 8.3rem 0;
}

@media only screen and (max-width: 768px) {
  .section__campaign {
    padding: 7.8rem 0 7rem;
  }
}

.campaign__wrap {
  padding: 5rem 8rem 8rem;
  border-radius: 20px;
  box-shadow: 1.7rem 1.7rem 2.1rem rgba(54, 54, 54, 0.15);
  box-sizing: border-box;
  background: url(../img/campaign_box_bg.png) 50% 50% repeat;
  background-size: 38.3rem;
}

@media only screen and (max-width: 768px) {
  .campaign__wrap {
    padding: 5.4rem 5.5rem 5.5rem;
  }
}

.campaign__ttl {
  margin: 0 auto 3.8rem;
  padding: 0;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .campaign__ttl {
    margin: 0 auto 4.6rem;
  }
}

.campaign__ttl::after {
  display: none;
}

.campaign__ttl_main {
  margin: 0;
  line-height: 0.86;
  font-size: 7.6rem;
  font-weight: 900;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .campaign__ttl_main {
    font-feature-settings: 'palt';
  }
}

.campaign__block {
  padding: 3rem 4.5rem 0;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}

.campaign__block_ttl {
  width: 65.8rem;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .campaign__block_ttl {
    width: 58.6rem;
  }
}

.campaign__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 4rem 0;
}

@media only screen and (max-width: 768px) {
  .campaign__box {
    flex-direction: column;
    padding: 3.6rem 0;
  }
}

.campaign__box + .campaign__box {
  border-top: 1px dotted #ff604b;
}

.campaign__box_ttl {
  width: 21.5rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .campaign__box_ttl {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}

.campaign__box_cont {
  width: calc(100% - 21.5rem);
  padding: 0 1.2rem;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .campaign__box_cont {
    width: 100%;
  }
}

.campaign__box_text {
  margin: 0;
  line-height: 1.7;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .campaign__box_text {
    font-size: 2.6rem;
  }
}

.campaign__box_strong {
  font-size: 3rem;
  font-weight: 700;
}

.campaign__box_att {
  font-feature-settings: 'palt';
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .campaign__box_att {
    font-size: 2.2rem;
  }
}

.fade__to_bottom {
  opacity: 0;
  transform: translateY(5rem);
  transition-duration: .8s;
  transition-timing-function: ease-in-out;
}

.fade__to_bottom-delay {
  transition-delay: .3s;
}

@media only screen and (max-width: 768px) {
  .fade__to_bottom-delay {
    transition-delay: 0s;
  }
}

.fade__to_bottom.on {
  transform: translateY(0);
  opacity: 1;
}

.fade__chain_child {
  opacity: 0;
  transform: translateY(5rem);
  transition-duration: .8s;
  transition-timing-function: ease-in-out;
}

.fade__chain_child-1 {
  transition-delay: 0.3s;
}

.fade__chain_child-2 {
  transition-delay: 0.6s;
}

.fade__chain_child-3 {
  transition-delay: 0.9s;
}

.fade__chain_child-4 {
  transition-delay: 1.2s;
}

.fade__chain_child-5 {
  transition-delay: 1.5s;
}

.fade__chain_child-6 {
  transition-delay: 1.8s;
}

.fade__chain_child-7 {
  transition-delay: 2.1s;
}

.fade__chain_child-8 {
  transition-delay: 2.4s;
}

.fade__chain_child-9 {
  transition-delay: 2.7s;
}

.fade__chain_child-10 {
  transition-delay: 3s;
}

.fade__chain_child-11 {
  transition-delay: 3.3s;
}

.fade__chain_child-12 {
  transition-delay: 3.6s;
}

.fade__chain_child-13 {
  transition-delay: 3.9s;
}

.fade__chain_child-14 {
  transition-delay: 4.2s;
}

.fade__chain_child-15 {
  transition-delay: 4.5s;
}

.fade__chain_child-16 {
  transition-delay: 4.8s;
}

.fade__chain_child-17 {
  transition-delay: 5.1s;
}

.fade__chain_child-18 {
  transition-delay: 5.4s;
}

.fade__chain_child-19 {
  transition-delay: 5.7s;
}

.fade__chain_child-20 {
  transition-delay: 6s;
}

.fade__chain.on .fade__chain_child {
  opacity: 1;
  transform: translateY(0);
}
