@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&amp;subset=japanese");

body {
  font-size: 16px;
  line-height: 1.4;
  color: #343434;
  font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
}
/* --------- common --------- */
.common_font-blue {
  color: #4d61de;
}
.common_cta-area__space {
  margin-bottom: 20px;
}
.common_button-white {
  background: #fff;
  color: #112bb0;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 15px -5px #04167e;
  background: url(/lp/mail05_trial/asset/images/icon_blue-arrow-right.svg) right 30px center no-repeat #fff;
}
.common_button-radius {
  border-radius: 10px;
}
@media (hover: hover) {
  .common_button-white:hover {
    cursor: pointer;
    transform: translateY(2px);
    background: url(/lp/mail05_trial/asset/images/icon_white-arrow-right.svg) right 30px center no-repeat #f4a608;
    color: #fff;
  }
}
.common_bg--paleblue {
  background-color: #f5f6fa;
}
.common_bg--gray {
  background: #f6f6f6;
}
.common_bg--deepblue {
  background-color: #3a48a6;
}
.common_container {
  margin-top: 94px;
}
.common_button-radius {
  border-radius: 5px;
}
.common__font-blue {
  color: #4d61de;
  font-weight: bold;
}
.common_button-move {
  position: relative;
  display: block;
  background: #fff;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #4d61de;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.common_button-move__link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.common_button-move__effect {
  width: 400px;
  height: 50px;
  left: -400px;
  background: #4d61de;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.common_button-move:hover .common_button-move__effect {
  left: 0;
}
.common_button-move__link:hover {
  color: #fff !important;
}
.common_button-move::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 17px;
  background: url(/lp/mail05_trial/asset/images/icon_blue-arrow-bottom.svg) 0 0 no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
}
.common_button-move:hover::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 17px;
  background: url(/lp/mail05_trial/asset/images/icon_white-arrow-bottom.svg) 0 0 no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  z-index: 2;
}
.common__cta {
  width: 450px;
  margin: 0 auto;
}
.common__cta-button {
  background-image: url(/lp/mail05_trial/asset/images/icon_white-arrow-right.svg), linear-gradient(to right, rgba(41, 120, 239, 1) 0%, rgba(17, 43, 176, 1) 100%);
  background-repeat: no-repeat;
  background-position: center right 30px, right center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 15px -5px #04167e;
  display: grid;
  place-content: center;
  height: 81px;
  max-width: 450px;
  margin: 0;
  font-size: 26px;
  border-radius: 10px;
  transition: 0.2s;
}
.common__cta-button:hover {
  background: url(/lp/mail05_trial/asset/images/icon_blue-arrow-right.svg) center right 30px no-repeat #fff;
  color: #04167e;
  transition: 0.2s;
}
/*section space*/
.common_section-space {
  padding: 120px 0;
}
/*button color*/
.common_button-yellow {
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 100ms ease all;
  border: 3px solid transparent;
}
.common_button-yellow {
  background: #ffb300;
  background: -webkit-linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  background: linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
}
.common_button-yellow:hover {
  background: #fff;
  color: #ffb300;
  border: 3px solid #ffb300;
  opacity: 1;
  cursor: pointer;
}
/*--------------------------
cta area
--------------------------*/
.top__cta{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top__button {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 22px 20px;
  font-size: 135%;
  border-radius: 50px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.top__button-free {
  font-size: 80%;
  border: 1px solid;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.cta-area {
  padding: 20px 0;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.cta-area__felx {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cta-area__heading-l {
  color: #fff;
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}
.cta-area__heading-l-big {
  font-size: 130%;
}
.cta-area__image {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.cta-area_box-2 {
  width: 48%;
  margin: 0 auto;
}
.cta-banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.cta-banzai::before,
.cta-banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.cta-banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cta-banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cta-area__link {
  font-size: 150%;
  max-width: 400px;
  width: 100%;
  display: block;
  padding: 18px 10px;
  box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  border: 3px solid #f4a608;
}
.cta-area__link.common_button-green{
  border: 2px solid #00ce9d;
}
.common_cta-area__link-free {
  display: inline-block;
  border: 2px solid;
  font-size: 70%;
  padding: 1px 3px 2px;
  margin-left: 5px;
  border-radius: 4px;
  line-height: 1.1;
}

/*button color*/
.common_button-light-gray {
  background: #fff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  border-bottom: 3px solid #ccc;
}
.common_cta-area {
  padding: 20px 0;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.common_cta-area__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.common_cta-area__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.common_cta-area__item {
  width: 310px;
}
.common_cta-area__heading-l {
  color: #fff;
  font-size: 200%;
  text-align: center;
  margin-bottom: 20px;
}
.common_cta-area__heading-l-big {
  font-size: 200%;
}
.common_cta-area__image {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.common_cta-banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.common_cta-banzai::before,
.common_cta-banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.common_cta-banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.common_cta-area__link {
  font-size: 150%;
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 18px 10px;
  box-sizing: border-box;
  border-radius: 50px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.common-add_icon-arrow-right {
  position: relative;
}
.common-add_icon-arrow-right::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-add_icon-arrow-right:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #f4a608;
  border-right: 2px solid #f4a608;
}
.common-add_icon-arrow-right.common_button-green:hover::after {
  border-top: 2px solid #00ce9d;
  border-right: 2px solid #00ce9d;
}
/* --------- header --------- */
#header-pc {
  display: block;
}
#header-sp {
  display: none;
}
.header-bridge {
  position: fixed;
  top: 0;
  z-index: 11;
  box-shadow: none;
}
.header-bridge-txt {
  background: #eaeaea;
  height: 30px;
  width: 100%;
}
.header-bridge-txt .header-bridge-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.header-bridge-inner-left {
  display: flex;
  justify-content: flex-start;
}
.header-bridge-txt .header-bridge-inner p {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.header-bridge-txt .header-bridge-inner p span {
  font-size: 10px;
  padding: 0 13px 0 0;
}
.header-bridge-txt .header-bridge-inner p::after {
  content: "|";
  position: absolute;
  right: 0;
}
.header-bridge-inner-tel {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.header-bridge-inner-tel .strikethrough {
  text-decoration: line-through;
}
.header-bridge-inner-tel li:not(:last-of-type) {
  margin-right: 14px;
}
.header-bridge-inner-tel a {
  color: #fff;
  transition: 0.2s;
}
.header-bridge-inner-tel a:hover {
  color: #fff;
  opacity: 0.85;
}
.header-bridge-wrap .header-bridge-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  transition: 0.5s;
  max-width: 1200px;
  margin: 0 auto;
}
.header-bridge-menuwrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.nav-utilitywrap {
  display: flex;
  justify-content: space-between;
}
/* nav-urgent area */
.nav-urgent {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.nav-urgent li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-urgent li a {
  font-weight: bold;
  color: #444444;
}
/* nav-urgent area end */
.nav-utility li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-utility li:last-child {
  padding: 0 0 0 10px;
}
.nav-utility li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.nav-utility li a {
  transition: 0.3s;
}
.nav-utility li a:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: underline;
}
.nav_button-radius {
  border-radius: 30px;
}
.scrolldown .header-bridge-wrap .header-bridge-inner {
  height: 72px;
}
.header-bridge-logo {
  margin: 0;
}
header.scrolldown .header-bridge-logo {
  margin: 18px 0 0;
}
p.header-bridge-logo img {
  width: 200px;
  height: 31px;
}
.nav {
  transition: 0.5s;
  line-height: 20px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 10px 0;
  color: #fff;
}
.nav ul li:not(.nav-offer) {
  padding-right: 5px;
}
.nav-utilitywrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  margin: 10px 0;
}
.nav-utility {
  margin: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
}
.scrolldown .nav-utilitywrap {
  top: -40px;
}
.nav li span,
.nav li:not(.nav-offer) a,
.nav li.nav-alignment a {
  padding: 10px 20px 10px 20px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  color: #4e66e0;
}
.nav_item a {
  padding: 10px 30px 10px 15px;
}

.nav_item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4e66e0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 18px;
  right: 1px;
}
.nav_item li {
  color: #112bb0 !important;
}
.nav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav li:not(.nav-offer) a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}

.nav-feature,
.nav-about,
.nav-function,
.nav-fee,
.nav-case,
.nav-alignment {
  position: relative;
}

.nav ul.nav-level {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  padding: 0;
}
.nav .nav-alignment ul.nav-level {
  width: 380px;
}
.nav .nav-feature ul.nav-level {
  width: 280px;
}
.nav .nav-about ul.nav-level {
  width: 280px;
}
.nav-feature:hover ul.nav-level,
.nav-about:hover ul.nav-level,
.nav-function:hover ul.nav-level,
.nav-fee:hover ul.nav-level,
.nav-case:hover ul.nav-level,
.nav-alignment:hover ul.nav-level {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav ul.nav-level li {
  width: 100%;
  display: block;
  padding-right: 0;
  background: none;
  transition: 0.2s;
}
.nav ul.nav-level li a {
  font-weight: bold;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  display: block;
  color: #112bb0;
}
.nav ul.nav-level li :hover {
  color: #112bb0;
}
.nav_item :hover a {
  color: #fff;
}
.nav ul.nav-level li:last-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav ul.nav-level li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
.nav li .nav-level a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.nav .nav-level a::after {
  position: absolute;
  content: "";
  background: none;
}

.nav li.only-scrolldown {
  display: none;
  transition: 0.5s;
}
.scrolldown .nav li.only-scrolldown {
  display: inline-block;
}
.navbar {
  display: none;
}
/*リファクタリング後font-size: 90%に戻す */
.nav-offer {
  margin-left: 40px;
}
.nav-offer-text {
  position: relative;
  margin: 0 20px 6px;
  font-size: 14px;
  font-weight: 500;
}
/*リファクタリング後font-size: 90%に戻す　end */
.nav-offer-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: rotate(-30deg);
}
.nav-offer-text::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: rotate(30deg);
}

.nav-offer a {
  width: 240px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 10px;
  display: block;
  text-align: center;
  background: #f4a608;
  transition: 0.2s;
}
.nav-offer a:hover {
  background: #fff;
  color: #f4a608;
  border: solid 1px #f4a608;
}
.header-navi-cta__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
}
.header-navi-cta__link {
  display: block;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-radius: 50px;
  padding: 10px 14px 10px 12px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
  width: 200px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  border: 3px solid transparent;
}
.header-navi-cta__link::after,
.header-navi-cta__link:hover::after {
  width: 5px;
  height: 5px;
  right: 6px;
}

/* header end */

/* --------- fv --------- */
.top-fv {
  position: relative;
  overflow: hidden;
  max-height: 475px;
  z-index: 10;
}
.top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: -167px;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-131deg);
  transform: skewX(155deg);
  z-index: -1;
  background: #3d53be;
  background: -webkit-linear-gradient(bottom left, #172a88 0%, #4d61de 100%);
  background: linear-gradient(to top right, #172a88 0%, #4d61de 100%);
}
.top-fv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 475px;
  max-width: 1153px;
  margin: 0 auto;
  padding-top: 65px;
  z-index: 0;
}
.top-fv-content {
  width: 43%;
}
.top-fv__heading-xl {
  margin: 15px 0;
  color: #4e4e4e;
  font-size: 288%;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  text-shadow: none;
  text-align: center;
}
.top-fv__heading-xl-balloon {
  position: relative;
  display: block;
  margin-bottom: 22px;
  color: #777777;
  font-size: 76%;
  letter-spacing: 1.5px;
}
.top-fv__heading-xl-balloon-small {
  font-size: 80%;
}
.top-fv__heading-xl-balloon::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 434px;
  height: 13px;
  background: url(/asset/images/top/image_fv-line.svg) no-repeat;
}
.top-fv__heading-xl-big {
  color: #4e66e0;
  font-size: 136%;
}
.top-fv__cta {
  margin: 0 0 30px;
  padding-top: 45px;
}
.top-fv__cta-button {
  place-content: center;
  height: 81px;
  max-width: 460px;
  margin: 0;
  font-size: 26px;
}
.top-fv-movie {
  position: absolute;
  top: 52px;
  right: 0;
  height: auto;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
}
.top-fv-movie__figure {
  position: relative;
  display: block;
  width: 646px;
  height: auto;
  top: 0px;
  z-index: 2;
}
.top-fv-movie__box {
  position: absolute;
  top: 22px;
  left: 74px;
  margin: auto;
  width: 510px;
  height: auto;
}
.top-fv-movie__video {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.top-fv-movie__image {
  width: 646px;
}

/* --------- emblem --------- */
.emblem {
  padding: 20px 0;
}
.emblem__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.emblem__item {
  width: 32%;
}
.emblem__image {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.emblem_caution {
  font-size: 11px;
  color: #cccccc;
  margin: 0 auto;
  text-align: center;
}
/* --------- emblem --------- */
.emblem {
  padding: 20px 0 0;
}
.emblem__list {
  display: flex;
  place-content: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.emblem__image {
  max-width: 350px;
  width: 100%;
  height: auto;
}

/* --------- performance --------- */
.performance {
  width: 100%;
  margin: 0 auto;
}
.performance .performance-partner-logo_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 75px;
  background-color: #fff;
  box-sizing: border-box;
}
.performance .performance-partner-logo_inner li {
  display: grid;
  place-content: center;
  width: calc(100% / 8);
}
.performance_company-logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/asset/images/partner/image_logo-slide.png.webp) repeat-x left center/auto 140px;
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2140px 0;
  }
}

/* --------- note --------- */
.note {
  width: 90%;
  margin: 0 auto;
}
.note__text {
  margin: 15px 0;
  color: #9a9a9a;
  font-size: 10px;
  text-align: center;
}

/*-------------------worry-solution--------------------*/
.worry-solution-inner {
  position: relative;
}
.worry-solution__lead {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.5;
}
/*-------------------top index main--------------------*/
.worry-solution-main__figure {
  text-align: center;
  margin-bottom: 40px;
}
.worry-solution-main__image {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.worry-solution-main__text {
  text-align: center;
  line-height: 2;
  font-size: 110%;
}

/*-------------------worry-solution-theme--------------------*/
.worry-solution-theme__heading-m {
  margin-bottom: 50px;
}
.worry-solution-theme__list {
  margin-top: 100px;
}
.worry-solution-theme__box {
  width: 100%;
}
.worry-solution-theme-top {
  padding: 40px 14px 50px;
  min-height: 130px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  background-color: #fff;
}
.worry-solution-theme-top__item {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
  color: #444444;
  position: relative;
  text-align: center;
  padding: 20px 0 0 0;
}
.worry-solution-theme-top__item--text-theme {
  position: relative;
}
.worry-solution-theme-bottom {
  background: #fff;
  border: 3px solid #4d61de;
  padding: 11px 12px 20px;
  border-radius: 12px;
  height: 470px;
  position: relative;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.worry-solution-theme-bottom__title {
  margin: 0;
  font-size: 100%;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  color: #444;
  height: 68px;
}
.worry-solution-theme-bottom__title-big {
  font-size: 165%;
  display: inline-block;
}
.worry-solution-theme-bottom__subtitle {
  background: #4d61de;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  text-align: center;
  margin: -32px;
  border-radius: 40px;
  position: relative;
  width: 220px;
  margin: -33px auto 20px;
}
.worry-solution-theme-bottom__figure {
  margin: 20px 0 0 0;
}

.worry-solution-theme-bottom__image {
  max-height: 100px;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.worry-solution-theme-bottom__text {
  font-size: 110%;
  line-height: 1.6;
  height: 100px;
}
.worry-solution-theme-top--arrow-bottom::after,
.worry-solution-theme-top__item--icon-check::before,
.worry-solution-theme-top__item--text-theme::before {
  content: "";
  position: absolute;
}
.worry-solution-theme-top--arrow-bottom::after {
  background: url(/lp/mail05_trial/asset/images/icon_down-arrow-blue.svg) no-repeat;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 270px;
  transform: translateX(-50%);
}
.worry-solution-theme-top__item--text-theme::before {
  background: url(/lp/mail05_trial/asset/images/icon_fukidashi-worry.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: -59px;
}
.worry-solution-theme-bottom__button {
  margin-top: auto;
}
.worry-solution-theme__title {
  color: #444;
  position: absolute;
  right: 0%;
  bottom: 428px;
  width: 100%;
  text-align: center;
}
.worry-solution-theme__title_strong {
  font-size: 150%;
}
.bridge-solution {
  position: relative;
}
.bridge-solution-tiltle__list {
  background-color: #fff;
  border-radius: 20px;
  border: dotted 2px #4d61de;
  padding: 15px 0;
  font-size: 150%;
  line-height: 1.4;
}
.worry-solution-theme__image {
  width: 300px;
  height: auto;
}
.worry-solution-top__fukidashi-image,
.worry-solution-bottom__fukidashi-image {
  height: 48px;
  width: auto;
  margin: 0 auto;
  transform: translateY(-20px);
}
.worry-solution-bottom__heading-m {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.05em;
}
.worry-solution-bottom__heading-m-big {
  display: block;
  font-size: 120%;
  color: #4d61de;
}
.worry-solution-bottom__figure {
  margin-bottom: 25px;
}
.worry-solution-bottom__image {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.worry-solution-bottom__item {
  padding: 0 0 8px 26px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c1caff;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.worry-solution-bottom__item::before {
  content: "";
  position: absolute;
  background: url(/lp/mail05_trial/asset/images/icon_check_bg-blue_100-100.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.worry-solution-bottom__item:last-of-type {
  margin-bottom: 0;
}

/*worry-solution-*/

/*--------------------------
pagetop
--------------------------*/
.js_pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.js_pagetop__link {
  background: #4d61de;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
/* 即時に遷移する */
html {
  scroll-behavior: auto;
}

/* ゆっくり遷移する */
html {
  scroll-behavior: smooth;
}

/*汎用 丸形ボタン アイコンあり*/
.button-round-shadow,
.button-round-shadow--white {
  text-align: center;
}
.top_button-round_sub-txt a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.top_button-round-shadow {
  text-align: center;
}
.top_button-round-shadow--center {
  margin: 0 auto;
  text-align: center;
}
.top_button-round-shadow__link--block {
  display: block;
}
.top_button-round-shadow__contents,
.top_button-round-shadow--white__contents {
  text-align: center;
}
.top_button-round-shadow__link,
.top_button-round-shadow--white__link,
.top_button-round-shadow__link--image-float,
.top_button-round-shadow--white__link--image-float,
.top_button-round-shadow__link--block,
.top_button-round-shadow--white__link--block {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 6px;
  border-radius: 100px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  transition: all ease 0.3s;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}
.top_button-round-shadow__link-inner {
  color: #fff;
  background: #f4a608;
  padding: 15px 75px 16px 75px;
  border-radius: 100px;
  transition: 750ms ease all;
  border: 2px solid transparent;
}
.top_button-round-shadow--white__link-inner {
  color: #f4a608;
  background: #fff;
  padding: 31px 40px 32px 75px;
  border-radius: 100px;
  transition: 750ms ease all;
  border: 2px solid #e5e5e5;
}
.top_button-round-shadow__link-inner:hover {
  background-color: #fff;
  color: #f4a608;
  border: 2px solid;
}
.top_button-round-shadow--white__link-inner:hover {
  background-color: #f4a608;
  color: #fff;
  border: 2px solid;
}
.top_button-round-shadow__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.top_button-round-shadow__link-inner::after,
.top_button-round-shadow--white__link-inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 75px;
  bottom: 0;
  margin: auto;
}
.top_button-round-shadow__link-inner::after,
.top_button-round-shadow__link-inner::after {
  background: url(/lp/mail05_trial/asset/images/icon_feather-arrow-right.png) no-repeat top right;
  width: 21px;
  height: 18px;
  background-size: 21px 17px;
  content: "";
  position: absolute;
  top: 5px;
  right: 40px;
}

.top_button-round-shadow__link-inner:hover::after,
.top_button-round-shadow--white__link-inner::after {
  background: url(/lp/mail05_trial/asset/images/icon_feather-arrow-right_og.png) no-repeat top right;
  width: 21px;
  height: 18px;
  background-size: 21px 17px;
  content: "";
  position: absolute;
  top: 5px;
  right: 40px;
}
.top_button-round-shadow__link:hover,
.top_button-round-shadow__link--image-float:hover,
.top_button-round-shadow__link--block:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px 0 rgba(76, 73, 72, 0.3);
}
.js-fadeinright {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.js-fadeinleft {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s;
}
.js-fadeintop {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
/*=====================================
タブレット
スマホ対応
=====================================*/
@media (max-width: 1280px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  /* --------- 共通 --------- */
  .common__cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 130%;
  }
  .common__cta {
    width: 100%;
    margin: 0 auto;
  }
  .common_cta-area__heading-l {
    color: #fff;
    font-size: 150%;
    text-align: center;
    margin-bottom: 20px;
  }

  /* --------- nav --------- */
  .global-nav__list {
    margin: 0;
  }
  .global-nav__list li {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #4d61de;
    border-bottom: 1px solid #dbdbdb;
  }
  .global-nav__list li a {
    color: #333;
  }

  /*リファクタリング後font-size: 90%に戻す */

  .nav-offer-sp a {
    width: 170px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 10px;
    display: block;
    text-align: center;
    background: #f4a608;
    transition: 0.2s;
  }
  .nav-offer-sp a:hover {
    background: #f4a608;
    color: #fff;
  }
  .nav-offer-text {
    position: relative;
    margin: 0 20px 6px;
    font-size: 14px;
    font-weight: 500;
  }
  /*リファクタリング後font-size: 90%に戻す　end */
  .nav-offer-text::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(-30deg);
  }
  .nav-offer-text::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -15px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(30deg);
  }
  #global-btn {
    position: relative;
    background: #f4a608;
    width: 100%;
    padding: 30px 7%;
    z-index: 10;
  }
  #global-btn .global-btn-form {
    width: 98%;
    margin: 0 auto 20px;
  }
  #global-btn .global-btn-form p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding-left: 25px;
  }
  #global-btn .global-btn-form p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background-image: url(/asset/images/sp_mail_w.svg);
    width: 16px;
    height: 12px;
  }
  #global-btn .global-btn-form a {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    height: 55px;
    padding: 15px 0;
    text-align: center;
  }
  #global-btn .global-btn-form a::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 20px;
    right: 30px;
  }
  #global-btn .global-btn-tel {
    width: 98%;
    margin: 25px auto;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
  #global-btn .global-btn-tel p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 20px;
  }
  #global-btn .global-btn-tel p span {
    font-size: 12px;
  }
  #global-btn .global-btn-tel p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background: url(/asset/images/sp_tel.svg) no-repeat;
    width: 12px;
    height: 12px;
  }
  #global-btn .global-btn-tel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #global-btn .global-btn-tel ul li {
    position: relative;
    display: grid;
    align-items: center;
    width: 48%;
    height: auto;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    padding: 12px;
  }
  #global-btn .global-btn-tel ul li::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 17px;
    right: 10px;
  }
  #header-sp .global-nav #global-btn .global-btn-tel a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border: none;
    background: none;
  }
  #header-sp .global-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translateX(100%);
    background-color: #fff;
    z-index: 3;
    transition: ease 0.4s;
  }
  #header-sp .global-nav.active {
    transform: translateX(0);
    z-index: 1;
  }

  /* --------- header --------- */
  .header-navi-cta {
    width: 100%;
  }
  .header-navi-cta__list {
    padding: 12px 0;
  }
  .header-navi-cta__list {
    display: none;
  }
  .js_header-navi-cta__link {
    padding: 8px 3px;
    font-size: 85%;
    letter-spacing: -0.02em;
    max-width: 102px;
  }
  .header-navi-cta__item:first-of-type {
    margin-right: 5px;
  }
  .header-sp-logo {
    width: 150px;
    height: auto;
    margin: 20px 0;
  }
  .header-sp-logo img {
    width: 130px;
    height: auto;
    margin: 0 15px;
  }
  .header-navi-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  #header-pc {
    display: none;
  }
  #header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-sp-inquiry {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 60px;
  }
  .header-sp-inquiry img {
    width: 24px;
    height: 17px;
  }
  .burger-icon {
    margin-right: 10px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
  }
  .burger-icon span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #4e66e0;
    position: relative;
    left: 15px;
    top: 0px;
  }
  .burger-icon span:first-of-type {
    transform: translateY(14px);
    transform-origin: center center;
  }
  .burger-icon span:nth-of-type(2) {
    transform: translateY(19px);
  }
  .burger-icon span:last-of-type {
    transform: translateY(24px);
    transform-origin: center center;
  }
  .burger-icon.active span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 27px);
  }
  .burger-icon.active span:first-of-type {
    transform: rotate(-45deg) translate(-17px, 13px);
    transform-origin: center center;
  }
  .burger-icon.active span:last-of-type {
    transform: rotate(45deg) translate(9px, 13px);
    transform-origin: center center;
  }

  /* --------- performance --------- */
  .performance {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #dbdbdb;
  }

  .movie-box-pc__video {
    position: unset;
  }
  .movie-box-pc__video-box {
    position: absolute;
    top: 82px;
    left: 56px;
    margin: auto;
    width: 400px;
    height: auto;
  }

  /* --------- fv --------- */
  .fv::before {
    width: 60%;
  }
  .fv-pc {
    width: 100%;
    top: 3px;
  }
  .fv-content {
    width: 450px;
  }
  .fv__inner .fv__heading-xl {
    font-size: 240%;
  }
  .fv-image {
    margin: 0;
    width: calc(100% - 450px);
    bottom: 0px;
    top: 0;
  }
  .fv__image-display {
    width: 510px;
    margin: 0;
  }
  .top__button {
    margin: 0 auto;
    padding: 12px;
    font-size: 110%;
    max-width: 300px;
  }
  .top__cta {
    margin-top: 15px;
  }

  /* --------- worry-solution-theme --------- */
  .worry-solution-theme__title {
    display: none;
  }
  .worry-solution-theme-top {
    margin-bottom: 60px;
  }
  .worry-solution-theme__list {
    flex-wrap: wrap;
  }
  .worry-solution-theme-top--arrow-bottom::after {
    background: url(/lp/mail05_trial/asset/images/icon_down-arrow-blue.svg) no-repeat;
    width: 60px;
    height: 60px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
}
/*===============================
汎用クラス　ipad対応
===============================*/
@media screen and (min-width: 821px) and (max-width: 1024px) {
  main {
    margin: 150px 0 0 0;
  }
  /* --------- fv --------- */
  .fv::before {
    height: 80%;
  }
  .fv__inner {
    height: 45vh;
  }

  .fv-content {
    width: 450px;
  }
  .fv-image {
    margin: 0;
    width: calc(100% - 450px);
    top: 0px;
    position: relative;
  }
  .fv-pc {
    width: 100%;
    top: 0px;
  }
  .movie-box-pc__video-box {
    position: absolute;
    top: 17px;
    left: 52px;
    margin: auto;
    width: 343px;
    height: auto;
  }
  .fv__image-display {
    width: 450px;
    margin: 0;
  }

  /* --------- worry-solution-main --------- */
  .worry-solution-theme-bottom {
    height: 100%;
    max-height: 530px;
  }
  .worry-solution-theme-bottom__title-big {
    font-size: 135%;
  }
  .worry-solution-theme-bottom__subtitle {
    width: 170px;
    margin: -23px auto 20px;
  }
}
/*===============================
ユニーククラス　スマホ対応
===============================*/
@media (max-width: 820px) {
  /* 共通*/
  .common_cta-button {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .common-add_icon-arrow-right::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }

  /* --------- fv --------- */
  .top-fv {
    height: 121vh;
    max-height: 625px;
  }

  .top-fv__inner {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 90%;
    height: 100%;
    max-width: 1153px;
    margin: 0 auto;
    padding-top: 0;
    z-index: 0;
  }

  .top-fv__heading-xl {
    font-size: 200%;
    text-align: center;
  }
  .top-fv__heading-xl-balloon {
    font-size: 80%;
  }
  .top-fv__heading-xl-balloon::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: -webkit-fill-available;
    height: 20px;
    background: url(/asset/images/top/image_fv-line.svg) no-repeat center center;
    background-position: center center;
    background-size: 232px auto;
  }

  .top-fv-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-fv-movie {
    display: flex;
  }

  .top-fv-movie {
    position: relative;
    display: block;
    width: 350px;
    height: 200px;
    top: 8px;
    margin: 0 auto;
  }
  .top-fv-movie__figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0px;
    z-index: 2;
  }
  .top-fv-movie__image {
    width: 350px;
    margin: 0 auto;
  }
  .top-fv__cta-button {
    display: flex;
    max-width: 380px;
    font-size: 130%;
    align-items: center;
  }
  .top-fv__cta {
    margin: 0 auto 30px;
    width: 380px;
  }
  .top-fv-movie__box {
    position: absolute;
    top: 2px;
    left: 35px;
    margin: 0 auto;
    width: 279px;
    height: auto;
  }
  .top-fv-movie__video {
    position: unset;
  }

  /* --------- worry-solution --------- */
  .worry-solution-theme__item {
    padding-bottom: 80px;
  }
}

