@charset "UTF-8";
/*
  リセットCSSをキャンセル
  fcodeのポップアップツールを設置した場合にバナーを閉じるボタンが押せないため
  下記設定を追加
  バナーを閉じるボタンがimgタグで設置されており、pointer-events: none;が設定されていると押せないため。
*/
img {
  pointer-events: auto;
}

/* -----------------------
  Foundation
----------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@media screen and (max-width: 767px) {
  .show_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show_sp {
    display: none;
  }
}

@media screen and (min-width: 321px) {
  .show_sp_321 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .show_middle {
    display: none;
  }
}

@font-face {
  font-family: HiraginoSansW3;
  src: url("/lp/website-renewal-support/static/fonts/hiragino-sans-gb-w3.otf");
}

@font-face {
  font-family: HiraginoSansW5;
  src: url("/lp/website-renewal-support/static/fonts/HeiseiKakuGoStd-W5.otf");
}

@font-face {
  font-family: HiraginoSansW6;
  src: url("/lp/website-renewal-support/static/fonts/Hiragino-Sans-GB-W6.otf");
}

@font-face {
  font-family: HiraginoSansW7;
  src: url("/lp/website-renewal-support/static/fonts/HeiseiKakuGoStd-W7.otf");
}

@font-face {
  font-family: HiraginoSansW8;
  src: url("/lp/website-renewal-support/static/fonts/hirakakustd-w8.otf");
}

@font-face {
  font-family: AvenirNextCondensedBold;
  src: url("/lp/website-renewal-support/static/fonts/Avenir Next Condensed Bold.otf");
}

@font-face {
  font-family: Meiryo;
  src: url("/lp/website-renewal-support/static/fonts/Meiryo.otf");
}

/* -----------------------
  Object - Component
----------------------- */
.commonTitle {
  position: relative;
  padding-top: 45px;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .commonTitle {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .commonTitle {
    padding-top: 23px;
  }
}

.commonTitle:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 1px;
  background: #3A3E40;
}

@media screen and (max-width: 1023px) {
  .commonTitle:before {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .commonTitle:before {
    width: 74px;
  }
}

.commonTitle__text {
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .commonTitle__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .commonTitle__text {
    font-size: 14px;
  }
}

.commonTitle__title {
  display: block;
  font-size: 46px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .commonTitle__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .commonTitle__title {
    font-size: 25px;
  }
}

.commonTitle__title::first-letter {
  color: #0091BF;
}

.bg--blue {
  background: #E7EEF4;
}

.bg--gray {
  background: #F8F8F8;
}

.commonContact {
  position: relative;
  background: #3A3E40;
  z-index: 2;
}

.commonContact__inner {
  width: 100%;
  padding: 60px 54px 58px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .commonContact__inner {
    padding: 60px 20px 58px 0;
  }
}

@media screen and (max-width: 767px) {
  .commonContact__inner {
    padding: 42px 0;
  }
}

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

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

.commonContact__textBox {
  width: 47.475%;
  min-width: 390px;
  padding-left: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .commonContact__textBox {
    min-width: initial;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .commonContact__infoWrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.commonContact__info {
  position: relative;
  margin-top: 2px;
  padding-left: 48px;
  box-sizing: border-box;
}

@media screen and (max-width: 321px) {
  .commonContact__info {
    padding-left: 44px;
  }
}

.commonContact__info:before {
  content: "";
  position: absolute;
  top: 38%;
  left: 0;
  width: 36px;
  height: 36px;
  background: url("/lp/website-renewal-support/static/img/tel.svg") no-repeat;
  background-size: 36px auto;
  transform: translateY(-50%);
}

.commonContact__tel {
  font-family: AvenirNextCondensedBold;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 321px) {
  .commonContact__tel {
    font-size: 34px;
  }
}

.commonContact__company {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  margin-top: -19px;
  margin-right: 46px;
  float: right;
}

@media screen and (max-width: 767px) {
  .commonContact__company {
    font-size: 12px;
    float: right;
    margin-top: -16px;
    margin-right: -16px;
  }
}

.commonContact__time {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .commonContact__time {
    font-size: 12px;
  }
}

.commonContact__text {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.7;
  color: #72CEED;
}

@media screen and (max-width: 767px) {
  .commonContact__text {
    font-size: 13px;
    text-align: center;
  }
}

.commonContact__btn {
  width: 52.525%;
}

@media screen and (max-width: 767px) {
  .commonContact__btn {
    width: 100%;
    margin-top: 22px;
  }
}

.commonContactBtn {
  max-width: 437px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .commonContactBtn {
    max-width: 315px;
    margin: 0 auto;
  }
}

.commonContactBtn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #0091BF;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in;
  overflow: hidden;
}

.commonContactBtn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in;
}

.commonContactBtn a span {
  position: relative;
  display: inline-block;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding-left: 45px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .commonContactBtn a span {
    padding-left: 58px;
  }
}

@media screen and (max-width: 321px) {
  .commonContactBtn a span {
    font-size: 18px;
  }
}

.commonContactBtn a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  width: 36px;
  height: 29px;
  background: url("/lp/website-renewal-support/static/img/contact.svg") no-repeat;
  background-size: 36px auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .commonContactBtn a span:before {
    width: 48px;
    height: 39px;
    background-size: 48px auto;
  }
}

.commonContactBtn a:hover:after {
  background: rgba(255, 255, 255, 0.2);
}

/* -----------------------

  Object - Project
----------------------- */
.wrapper {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
}

.sp-only {
  display: none;
}

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

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

.container {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background-color: #e2e5e9;
  text-align: center;
}

.footer__main {
  padding: 30px 12px;
}

.footer__links {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__items a {
  display: block;
  padding: 10px 29px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: HiraginoSansW3, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .footer__items a {
    font-size: 13px;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 321px) {
  .footer__items a {
    font-size: 12px;
    padding: 5px 4px;
  }
}

.footer__img {
  width: 192px;
  height: auto;
  margin: 0 auto;
}

.footer__img img {
  width: 100%;
  height: auto;
}

.footer__text {
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .footer__text {
    margin: 15px 0 12px;
  }
}

.footer__text p {
  color: #6c6c6c;
  font-size: 14px;
  font-family: HiraginoSansW3, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .footer__text p {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
  }
}

@media screen and (max-width: 321px) {
  .footer__text p {
    font-size: 12px;
  }
}

.footer__copyright {
  background-color: #1e1e1e;
  padding: 18px;
}

.footer__copyright p {
  color: #686868;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .footer__copyright p {
    font-size: 13px;
  }
}

@media screen and (max-width: 321px) {
  .footer__copyright p {
    font-size: 12px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  max-width: 1366px;
  width: 100%;
  background: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.navbar__logo {
  margin: 20px 10px 0 25px;
}

@media screen and (max-width: 1185px) {
  .navbar__logo {
    margin: 14px 10px 0 25px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__logo {
    margin: 16px 10px 0 18px;
  }
}

@media screen and (max-width: 321px) {
  .navbar__logo {
    margin: 16px 12px 0 12px;
  }
}

.navbar__logoInner {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 1185px) {
  .navbar__logoInner {
    width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__logoInner {
    width: 160px;
  }
}

@media screen and (max-width: 321px) {
  .navbar__logoInner {
    width: 80px;
  }
}

.navbar__logoInner a {
  display: block;
  width: 100%;
  height: auto;
}

.navbar__logoInner img {
  width: 100%;
  height: auto;
}

.navbar__menu {
  display: flex;
  min-height: 110px;
}

@media screen and (max-width: 1185px) {
  .navbar__menu {
    min-height: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__menu {
    min-height: 80px;
  }
}

.navbar__menu_items a {
  position: relative;
  padding: 18px 20px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 1185px) {
  .navbar__menu_items a {
    padding: 18px 18px;
  }
}

.navbar__menu_listPC {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 30px 0px 0px;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 1185px) {
  .navbar__menu_listPC {
    margin: 0 20px 0px 0px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__menu_listPC {
    display: none;
  }
}

.navbar__menu_listPC .navbar__menu_items {
  position: relative;
}

.navbar__menu_listPC .navbar__menu_items a {
  overflow: hidden;
}

.navbar__menu_listPC .navbar__menu_items a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 1px;
  background: #0091BF;
  transform: translate(50%);
  transition: all 0.2s;
}

.navbar__menu_listPC .navbar__menu_items a:hover:after {
  width: 100%;
}

.navbar__info {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .navbar__info {
    width: 100px;
    padding-left: 0;
  }
}

.navbar__infoInner_text {
  display: block;
  font-family: AvenirNextCondensedBold;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 321px) {
  .navbar__infoInner_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar__infoInner_text {
    font-size: 8px;
  }
}

.navbar__info p {
  white-space: nowrap;
  position: relative;
  font-family: AvenirNextCondensedBold;
  font-size: 25px;
  letter-spacing: 0px;
  color: #000;
}

@media screen and (max-width: 321px) {
  .navbar__info p {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .navbar__info p {
    font-size: 13px;
  }
}

.navbar__info span {
  display: block;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  color: #707070;
}

@media screen and (max-width: 321px) {
  .navbar__info span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar__info span {
    font-size: 8px;
    margin-top: 7px;
  }
}

.navbar__infoInner {
  position: relative;
}

.navbar__contactPC {
  position: relative;
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .navbar__contactPC {
    display: none;
  }
}

.navbar__contactPC a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 17px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #3A3E40;
}

.navbar__contactPC a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1185px) {
  .navbar__contactPC a {
    padding: 16px 17px 10px;
  }
}

.navbar__contactPC a:hover:after {
  background: rgba(255, 255, 255, 0.2);
}

.navbar__contactImg {
  width: 36px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .navbar__contactImg {
    margin: 0 10px 0 0;
  }
}

.navbar__contactImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .navbar__contactImg img {
    vertical-align: middle;
  }
}

.navbar__menu_listDetail {
  padding: 110px 0 0;
}

@media screen and (max-width: 1185px) {
  .navbar__menu_listDetail {
    padding: 90px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__menu_listDetail {
    padding: 80px 0 0;
  }
}

.navbar__menu_listSP {
  display: none;
  max-width: 1366px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #0091bf;
  z-index: 998;
  overflow-y: scroll;
}

.navbar__menu_listSP .navbar__menu_items {
  border-bottom: 1px solid #ffffff;
}

.navbar__menu_listSP .navbar__menu_items a {
  padding: 23px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  width: 100%;
  color: #fff;
}

.navbar__menu_listSP .navbar__menu_items a span {
  float: right;
}

.navbar__menu_button {
  display: none;
}

@media screen and (max-width: 1023px) {
  .navbar__menu_button {
    display: block;
    padding: 28px 22px 27px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .navbar__menu_button img {
    max-width: 30px;
    width: 100%;
    height: auto;
  }
}

.navbar__contactSP {
  position: relative;
  width: 310px;
  border-radius: 60px;
  overflow: hidden;
  text-align: center;
  margin: 60px auto 80px;
}

@media screen and (max-width: 767px) {
  .navbar__contactSP {
    max-width: 310px;
    width: 90%;
  }
}

.navbar__contactSP a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 26px 20px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 20px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  background: #3A3E40;
  border-radius: 60px;
  overflow: hidden;
}

@media screen and (max-width: 321px) {
  .navbar__contactSP a {
    font-size: 18px;
  }
}

.navbar__contactSP a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in;
}

.navbar__contactSP a .navbar__contactImg {
  margin: 0 10px 0 0;
}

.navbar__contactSP a .navbar__contactImg img {
  vertical-align: middle;
}

.navbar__contactSP a:hover:after {
  background: rgba(255, 255, 255, 0.2);
}

.container .mainvisual {
  position: relative;
  max-width: 1366px;
  width: 100%;
  min-height: 750px;
  background: url("/lp/website-renewal-support/static/img/mainvisual/MW_LP_pc.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media screen and (max-width: 1023px) {
  .container .mainvisual {
    min-height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .container .mainvisual {
    min-height: 421px;
  }
}

@media screen and (max-width: 767px) {
  .container .mainvisual {
    margin-top: 80px;
    min-height: 345px;
    background: url("/lp/website-renewal-support/static/img/mainvisual/MW_LP_sp.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

.container .mainvisual__position {
  position: absolute;
  top: 42.9%;
  left: 2.8%;
}

@media screen and (max-width: 1023px) {
  .container .mainvisual__position {
    top: 39%;
  }
}

@media screen and (max-width: 767px) {
  .container .mainvisual__position {
    top: 18.8%;
    left: 6.133%;
  }
}

.container .mainvisual__title {
  display: inline-block;
  color: #fff;
  padding: 3px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
}

.container .mainvisual__title>p {
  width: fit-content;
  margin-bottom: 15px;
  padding: 3px 5px;
  font-size: 28px;
  background: #000;
}

.container .mainvisual__title>h1 {
  padding: 3px 5px;
  background: #000;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .container .mainvisual__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .container .mainvisual__title {
    padding: 1px 2px;
    font-size: 28px;
  }

  .container .mainvisual__title>p {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 321px) {
  .container .mainvisual__title {
    font-size: 24px;
  }
}

.container .mainvisual__title span.textBox {
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background: transparent;
}

.container .mainvisual__desc {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .container .mainvisual__desc {
    margin-top: 13px;
  }
}

.container .mainvisual__desc span {
  display: inline-block;
  color: #fff;
  padding: 5px 0 5px 3px;
  background: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .container .mainvisual__desc span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .container .mainvisual__desc span {
    padding: 3px 0 3px 2px;
    font-size: 16px;
  }
}

.container .mainvisual__desc span.textBox {
  padding: 0;
  font-size: 0;
  line-height: 1;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .container .mainvisual__desc span.textBox span {
    margin-top: 6px;
  }
}

.features {
  position: relative;
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .features {
    margin-top: 37px;
  }
}

.features__head {
  width: 100%;
}

.features .featuresDetail {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .features .featuresDetail {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresDetail {
    margin-top: 30px;
  }
}

.features .featuresDetail__bold {
  font-size: 24px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .features .featuresDetail__bold {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresDetail__bold {
    font-size: 17px;
  }
}

.features .featuresDetail__text {
  margin-top: 15px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  color: #646464;
}

@media screen and (max-width: 1023px) {
  .features .featuresDetail__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresDetail__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

.features__bottom {
  position: relative;
  margin-top: 80px;
  padding: 0 0 92px;
}

@media screen and (max-width: 1023px) {
  .features__bottom {
    margin-top: 60px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .features__bottom {
    margin-top: 47px;
  }
}

.features__bottom:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 192px;
  background: url("/lp/website-renewal-support/static/img/bg_diagonal_white.svg") no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .features__bottom:after {
    height: 127px;
    background: url("/lp/website-renewal-support/static/img/bg_diagonal_white_sp.svg") no-repeat;
    background-position: top right;
    background-size: cover;
  }
}

.features .featuresCard {
  position: relative;
  z-index: 2;
}

.features .featuresCard__bold {
  color: #0091BF;
  font-size: 26px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__bold {
    font-size: 20px;
  }
}

.features .featuresCard__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresCard__list {
    margin-top: 7px;
  }
}

.features .featuresCard__item {
  width: 31.632652%;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__item {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__item:first-child {
    margin-top: 0;
  }
}

.features .featuresCard__item:nth-child(2) {
  margin-top: -25px;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__item:nth-child(2) {
    margin-top: 15px;
  }
}

.features .featuresCard__item:nth-child(3) {
  margin-top: -50px;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard__item:nth-child(3) {
    margin-top: 15px;
  }
}

.features .featuresCard .featuresItem {
  position: relative;
  min-height: 500px;
  background: #fff;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard .featuresItem {
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresCard .featuresItem {
    min-height: 305px;
  }
}

.features .featuresCard .featuresItem__inner {
  position: relative;
  width: 100%;
  padding: 50px 38px 50px 38px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .features .featuresCard .featuresItem__inner {
    padding: 30px 24px 30px 27px;
  }
}

@media screen and (max-width: 321px) {
  .features .featuresCard .featuresItem__inner {
    padding: 30px 18px;
  }
}

.features .featuresCard .featuresItem__title {
  font-size: 22px;
  font-family: HiraginoSansW7, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard .featuresItem__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresCard .featuresItem__title {
    line-height: 1.6;
  }
}

@media screen and (max-width: 321px) {
  .features .featuresCard .featuresItem__title {
    font-size: 19px;
  }
}

.features .featuresCard .featuresItem__text {
  margin-top: 32px;
  font-size: 16px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  color: #646464;
}

@media screen and (max-width: 1023px) {
  .features .featuresCard .featuresItem__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .features .featuresCard .featuresItem__text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
}

.features .featuresCard .featuresItem__num {
  position: absolute;
  right: 15px;
  bottom: 10px;
  max-width: 166px;
  width: 54.248366%;
  z-index: 1;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .features .featuresCard .featuresItem__num {
    bottom: 8px;
    width: 32.025%;
  }
}

.features .featuresCard .featuresItem__num img {
  width: 100%;
  height: auto;
}

.features__contact {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .features__contact {
    margin-top: 30px;
  }
}


.process {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .process {
    margin-top: 60px;
  }
}

.process__innner--white {
  color: #343434;
}

.process__text--bold {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .process__text--bold {
    align-items: flex-start;
  }
}

.process__text--bold>img {
  width: 165px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .process__text--bold>img {
    width: 112px;
  }
}

.process__text--bold>p {
  padding-bottom: 15px;
  font-size: 45px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.process__text--bold>p>span {
  font-size: 70px;
}

@media screen and (max-width: 767px) {
  .process__text--bold>p {
    padding-bottom: 0;
    font-size: 22px;
    line-height: 1.2;
  }

  .process__text--bold>p>span {
    font-size: 30px;
  }
}

.process__text {
  margin-bottom: 60px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  .process__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .process__text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.process__innner--gray {
  position: relative;
  padding: 90px 0;
  color: #343434;
  background-color: #EBEBEB;
}

.process__innner--gray::before {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EBEBEB transparent transparent transparent;
  border-width: 23px 20px 0 20px;
  transform: rotate(180deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .process__innner--gray::before {
    top: -17px;
    border-width: 17px 14px 0 14px;
  }
}

.processBox {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .processBox {
    margin-bottom: 70px;
  }
}

.processDetail {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .processDetail {
    margin-bottom: 70px;
  }
}

.processDetail:last-child {
  margin-bottom: 0;
}

.processDetail__heading {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .processDetail__heading {
    margin-bottom: 5px;
  }
}

.processDetail__number {
  margin-right: 15px;
  padding-top: 2px;
  font-size: 60px;
  font-weight: 700;
  font-family: HiraginoSansW7, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: #0091BF;
}

@media screen and (max-width: 1023px) {
  .processDetail__number {
    margin-right: 10px;
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .processDetail__number {
    padding-top: 0;
    font-size: 35px;
  }
}

.processDetail__text--bold {
  font-size: 46px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .processDetail__text--bold {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .processDetail__text--bold {
    font-size: 25px;
  }
}

.processDetail__text--bold>span {
  color: #0091BF;
}

.processDetail__text {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: #646464;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  .processDetail__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .processDetail__text {
    font-size: 14px;
  }
}

.processList {
  display: flex;
  flex-wrap: wrap;
}

.processList__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% / 4) - 15px);
  min-height: 220px;
  margin-right: 20px;
  padding: 30px 1%;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .processList__item {
    width: calc((100% / 2) - 10px);
    min-height: 156px;
    padding: 25px 1%;
  }
}

.processList__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .processList__item:nth-child(2n) {
    margin-right: 0;
  }

  .processList__item:nth-child(4n) {
    margin-right: auto;
  }

  .processList__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.processList__item:nth-child(n+5) {
  margin-top: 20px;
}

.processList__text {
  position: relative;
  margin-bottom: 20px;
  font-size: 19px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .processList__text {
    margin-bottom: 35px;
    font-size: 13px;
  }
}

.processList__text>span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .processList__text>span {
    font-size: 8px;
  }
}

.processList__text::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #0091BF;
  transform: translate(-50%, 0);
  content: "";
}

.processList__img {
  width: 85px;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .processList__img {
    width: 75px;
    height: 50px;
  }
}

/* 1 */
.processDetail:nth-child(1) .processList__img--01 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img1_01.svg");
}

.processDetail:nth-child(1) .processList__img--02 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img1_02.svg");
}

.processDetail:nth-child(1) .processList__img--03 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img1_03.svg");
}

.processDetail:nth-child(1) .processList__img--04 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img1_04.svg");
}

/* 2 */
.processDetail:nth-child(2) .processList__img--01 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_01.svg");
}

.processDetail:nth-child(2) .processList__img--02 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_02.svg");
}

.processDetail:nth-child(2) .processList__img--03 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_03.svg");
}

.processDetail:nth-child(2) .processList__img--04 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_04.svg");
}

.processDetail:nth-child(2) .processList__img--05 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_05.svg");
}

.processDetail:nth-child(2) .processList__img--06 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_06.svg");
}

.processDetail:nth-child(2) .processList__img--07 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_07.svg");
}

.processDetail:nth-child(2) .processList__img--08 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img2_08.svg");
}

/* 3 */
.processDetail:nth-child(3) .processList__img--01 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img3_01.svg");
}

.processDetail:nth-child(3) .processList__img--02 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img3_02.svg");
}

.processDetail:nth-child(3) .processList__img--03 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img3_03.svg");
}

.processDetail:nth-child(3) .processList__img--04 {
  background-image: url("/lp/website-renewal-support/static/img/process/process_img3_04.svg");
}

.processExample {
  padding: 40px 60px;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  font-size: 19px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .processExample {
    padding: 25px 30px;
    font-size: 13px;
  }
}

.processExample__heading {
  margin-bottom: 10px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.processExample__text {
  font-family: HiraginoSansW4, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.processSummary {
  display: flex;
  align-items: center;
}

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

.processSummary__img {
  width: 330px;
  height: 220px;
  margin-right: 60px;
  background-position: center;
  background-size: contain;
  background-image: url("/lp/website-renewal-support/static/img/process/process_pc_img.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .processSummary__img {
    width: 145px;
    height: 100px;
    margin: 0 auto 18px;
  }

  .processSummary__box {
    width: fit-content;
    margin: 0 auto;
  }
}

.processSummary__text {
  font-size: 48px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .processSummary__text {
    font-size: 30px;
  }
}

.processSummary__text>span {
  color: #0091BF;
}

.processSummary__text--line {
  display: inline;
  background: linear-gradient(transparent 0%, #C0EAFD 0%);
}

.processSummary__text--small {
  margin-top: 25px;
  font-size: 16px;
  color: #646464;
}

@media screen and (max-width: 767px) {
  .processSummary__text--small {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.2;
  }
}


.works {
  margin-top: 95px;
}

@media screen and (max-width: 767px) {
  .works {
    margin-top: 50px;
  }
}

.works__inner {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .works__inner {
    padding-bottom: 46px;
  }
}

.works__contact {
  position: relative;
}

.works .worksDetail {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .works .worksDetail {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .works .worksDetail {
    margin-top: 30px;
  }
}

.works .worksDetail__bold {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  text-align: left;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .works .worksDetail__bold {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .works .worksDetail__bold {
    font-size: 17px;
  }
}

.works .worksDetail__text {
  margin-top: 15px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #646464;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .works .worksDetail__text {
    white-space: normal;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .works .worksDetail__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

.works__list {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.works__list:after {
  content: "";
  display: block;
  width: 328px;
}

@media screen and (max-width: 767px) {
  .works__list:after {
    width: 100%;
  }
}

.works__listInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.works__item {
  width: 328px;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .works__item {
    max-width: 328px;
    width: 100%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .works__item {
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .works__item:first-child {
    margin-top: 36px;
  }
}

.works__item:nth-child(3n+2) {
  margin: 38px 8px 0;
}

@media screen and (max-width: 1040px) {
  .works__item:nth-child(3n+2) {
    margin: 38px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .works__item:nth-child(3n+2) {
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 1040px) {
  .works__item:nth-child(even) {
    margin: 38px 0 0 8px;
  }
}

@media screen and (max-width: 1040px) and (max-width: 767px) {
  .works__item:nth-child(even) {
    margin: 36px auto 0;
  }
}

.works__item.is-hidden {
  display: none;
}

.works__img {
  min-height: 255px;
}

@media screen and (max-width: 767px) {
  .works__img {
    min-height: initial;
  }
}

.works__img img {
  width: 100%;
  height: auto;
}

.works__title {
  position: relative;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .works__title {
    margin-top: 5px;
  }
}

.works__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #0091BF;
}

.works__note {
  margin-top: 20px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #777;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .works__note {
    font-size: 10px;
    margin-top: 15px;
    text-align: center;
  }
}

.works__cta {
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .works__cta {
    margin-top: 32px;
  }
}

.works__btn {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 23px 0;
  border-radius: 40px;
  background: #3A3E40;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 767px) {
  .works__btn {
    max-width: 282px;
    padding: 18px 0;
  }
}

.works__btn:focus {
  outline: none;
}

.works__btn.is-hidden {
  transition: 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .works__btn.is-hidden {
    margin-top: -30px;
  }
}

.works__btn span {
  position: relative;
  display: inline-block;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .works__btn span {
    font-size: 16px;
    line-height: 1;
  }
}

.works__btn span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -24px;
  width: 13px;
  height: 11px;
  background: url("/lp/website-renewal-support/static/img/more.svg") no-repeat;
  background-size: 13px auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .works__btn span:after {
    right: -15px;
    width: 10px;
    height: 9px;
    background-size: 10px auto;
  }
}

.expertise {
  margin-top: 127px;
}

@media screen and (max-width: 1023px) {
  .expertise {
    margin-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .expertise {
    margin-top: 32px;
  }
}

.expertise__head {
  position: relative;
}

.expertise__bottom {
  position: relative;
}

.expertise__detail {
  position: relative;
  padding-top: 57px;
  padding: 57px 0 90px;
}

@media screen and (max-width: 767px) {
  .expertise__detail {
    padding: 23px 0 60px;
  }
}

.expertise__detail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 192px;
  background: url("/lp/website-renewal-support/static/img/bg_diagonal_white.svg") no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .expertise__detail:after {
    height: 100px;
    background: url("/lp/website-renewal-support/static/img/bg_diagonal_white_sp_expertise.svg") no-repeat;
    background-position: top right;
    background-size: cover;
  }
}

.expertise__listWrap {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1040px) {
  .expertise__listWrap.wrapper {
    max-width: 520px;
  }
}

@media screen and (max-width: 321px) {
  .expertise__listWrap.wrapper {
    padding: 0 15px;
  }
}

.expertise__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.expertise__item {
  width: 230px;
  min-height: 230px;
  margin-left: 20px;
}

@media screen and (max-width: 1040px) {
  .expertise__item {
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .expertise__item {
    max-width: 230px;
    width: 156px;
    min-height: 156px;
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 321px) {
  .expertise__item {
    margin: 10px 0 0 10px;
    width: 48%;
  }
}

@media screen and (max-width: 1040px) {
  .expertise__item:nth-child(2) {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 321px) {
  .expertise__item:nth-child(2) {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 1040px) {
  .expertise__item:nth-child(odd) {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .expertise__item:nth-child(odd) {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 321px) {
  .expertise__item:nth-child(odd) {
    margin: 10px 0 0 0;
  }
}

.expertise__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1040px) {
  .expertise__item:first-child {
    margin: 0;
  }
}

.expertise__other {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .expertise__other {
    margin-top: 44px;
  }
}

.expertise .expertiseOther {
  position: relative;
  width: 100%;
}

.expertise .expertiseOther__title {
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0;
  color: #0091BF;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .expertise .expertiseOther__title {
    font-size: 20px;
  }
}

.expertiseOther__text {
  margin-top: 10px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: #646464;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .expertiseOther__text {
    font-size: 14px;
  }
}

.expertise .expertiseOther__listWrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseOther__listWrap {
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 18px;
    display: block;
  }
}

.expertise .expertiseOther__list {
  width: auto;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseOther__list {
    width: 100%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .expertise .expertiseOther__list:first-child {
    margin-top: 0;
  }
}

.expertise .expertiseOther__item {
  position: relative;
  margin-top: 0.5em;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8;
  padding-left: 1em;
  color: #646464;
}

@media screen and (max-width: 1023px) {
  .expertise .expertiseOther__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .expertise .expertiseOther__item {
    margin-top: 6px;
    font-size: 13px;
  }
}

.expertise .expertiseOther__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0091BF;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseOther__item:before {
    width: 6px;
    height: 6px;
  }
}

.expertise .expertiseOther__item:first-child {
  margin-top: 0;
}

.expertise .expertiseItem {
  width: 100%;
  height: 100%;
  padding: 14px 10px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #E7EEF4;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseItem {
    padding: 10px 8px 8px;
  }
}

@media screen and (max-width: 321px) {
  .expertise .expertiseItem {
    padding: 10px 5px 8px;
  }
}

.expertise .expertiseItem__figure {
  width: 130px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseItem__figure {
    width: 100px;
  }
}

.expertise .expertiseItem__figureItem {
  width: 100%;
  height: auto;
}

.expertise .expertiseItem__figureItem img {
  width: 100%;
  height: auto;
}

.expertise .expertiseItem__title {
  width: 100%;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HiraginoSansW7, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #0091BF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .expertise .expertiseItem__title {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .expertise .expertiseItem__title {
    font-size: 11px;
  }
}

.value {
  position: relative;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .value {
    margin-top: 54px;
  }
}

.value__bottom {
  margin-top: 65px;
}

@media screen and (max-width: 1023px) {
  .value__bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .value__bottom {
    margin-top: 24px;
  }
}

.value__list {
  position: relative;
}

.value__item {
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .value__item {
    padding-left: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .value__item {
    padding-left: 30px;
    font-size: 16px;
    margin-top: 8px;
  }
}

.value__item:first-child {
  margin-top: 0;
}

.value__item:before {
  display: block;
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0.25em;
  left: 0;
  background: url("/lp/website-renewal-support/static/img/value/check.svg") no-repeat;
  background-size: 31px auto;
}

@media screen and (max-width: 1023px) {
  .value__item:before {
    top: 0.3em;
    width: 28px;
    height: 28px;
    background-size: 28px auto;
  }
}

@media screen and (max-width: 767px) {
  .value__item:before {
    top: 0.35em;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}

.value__figure {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .value__figure {
    margin-top: 20px;
  }
}

.value__img {
  max-width: 980px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.value__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.strength {
  margin-top: 90px;
}

.strength__sub {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .strength {
    margin-top: 54px;
  }
}

.strength__inner {
  position: relative;
}

.strength__text {
  margin-top: 40px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #343434;
  text-align: left;
}

.strength__bold {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  text-align: left;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .strength__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .strength__text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.strength__bottom {
  position: relative;
  padding-bottom: 55px;
}

.strength__card {
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .strength__card {
    padding-top: 25px;
  }
}

.strength__card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 192px;
  background: url("/lp/website-renewal-support/static/img/bg_diagonal_white.svg") no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .strength__card:after {
    height: 88px;
    background: url("/lp/website-renewal-support/static/img/bg_diagonal_white_sp_strength.svg") no-repeat;
    background-position: top right;
    background-size: cover;
  }
}

.strength__cardInner {
  position: relative;
}

.strength .strengthCard {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #F2F2F2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .strength .strengthCard {
    margin-top: 15px;
  }
}

.strength .strengthCard:first-child {
  margin-top: 0;
}

.strength .strengthCard__inner {
  width: 100%;
  padding: 50px 70px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__inner {
    padding: 35px 28px 0;
  }
}

.strength .strengthCard__title {
  position: relative;
  font-size: 29px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  padding-left: 55px;
  box-sizing: border-box;
  color: #343434;
}

@media screen and (max-width: 1023px) {
  .strength .strengthCard__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__title {
    font-size: 18px;
    padding-left: 43px;
  }
}

.strength .strengthCard__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 40px;
  height: 1px;
  background: #0091BF;
}

@media screen and (max-width: 1023px) {
  .strength .strengthCard__title:before {
    top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__title:before {
    top: 0.5em;
    width: 33px;
  }
}

.strength .strengthCard__detail {
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 1023px) {
  .strength .strengthCard__detail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__detail {
    margin-top: 18px;
  }
}

.strength .strengthCard__detail--item01 {
  padding-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__detail--item01 {
    padding-bottom: 30px;
  }
}

.strength .strengthCard__text {
  margin-top: 30px;
  font-size: 18px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: left;
  color: #777;
}

@media screen and (max-width: 1023px) {
  .strength .strengthCard__text {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__text {
    font-size: 13px;
    line-height: 2;
  }
}

.strength .strengthCard__text:first-child {
  margin-top: 0;
}

.strength .strengthCard__imgWrap {
  width: 100%;
  padding: 0 74px 50px 75px;
  box-sizing: border-box;
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .strength .strengthCard__imgWrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__imgWrap {
    margin-top: 10px;
    padding: 0 3px 35px 3px;
  }
}

.strength .strengthCard__imgWrap--item03 {
  padding: 0 74px 50px 75px;
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__imgWrap--item03 {
    padding: 0 20px 35px 21px;
  }
}

.strength .strengthCard__img {
  width: 100%;
  height: auto;
}

.strength .strengthCard__img img {
  width: 100%;
  height: auto;
}

.strength .strengthCard__note {
  margin-top: 5px;
  font-family: HiraginoSansW5, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: right;
  color: #777;
}

@media screen and (max-width: 767px) {
  .strength .strengthCard__note {
    font-size: 12px;
  }
}

.flow {
  margin-bottom: 24px;
}

.flow:last-child {
  margin-bottom: 0;
}

.flow__heading {
  position: relative;
  padding: 15px 17px 15px 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: HiraginoSansW7, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #E6E6E6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .flow__heading {
    padding: 12px 15px 12px 12px;
    font-size: 16px;
  }
}

.flow__heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0091BF;
  content: "";
}

.flow__heading>p {
  position: relative;
}

.flow__heading>p::after {
  position: absolute;
  top: 35%;
  right: 0;
  width: 6px;
  height: 12px;
  background-position: center;
  background-size: cover;
  background-image: url(/lp/website-renewal-support/static/img/flow/arrow_under.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition-duration: 0.2s;
  content: "";
}

.flow__heading.open>p::after {
  transform: rotate(90deg);
}

.flowBox {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .flowBox {
    margin-top: 10px;
  }
}

.flow__list {
  display: flex;
  width: 100%;
}

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

.flow__list--4>.flow__item {
  width: calc((100% / 4) + 8px);
}

.flow__list--5>.flow__item {
  width: calc((100% / 5) + 8px);
}

.flow__list--6>.flow__item {
  width: calc((100% / 6) + 8px);
}

@media screen and (max-width: 767px) {

  .flow__list--4>.flow__item,
  .flow__list--5>.flow__item,
  .flow__list--6>.flow__item {
    width: 100%;
  }
}

.flow__list--4>.flow__item--start {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-start--4.png);
}

.flow__list--4>.flow__item--arrow {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-arrow--4.png);
}

.flow__list--5>.flow__item--start {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-start--5.png);
}

.flow__list--5>.flow__item--arrow {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-arrow--5.png);
}

.flow__list--6>.flow__item--start {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-start--6.png);
}

.flow__list--6>.flow__item--arrow {
  background-image: url(/lp/website-renewal-support/static/img/flow/shape-arrow--6.png);
}

@media screen and (max-width: 767px) {

  .flow__list--4>.flow__item--start,
  .flow__list--4>.flow__item--arrow,
  .flow__list--5>.flow__item--start,
  .flow__list--5>.flow__item--arrow,
  .flow__list--6>.flow__item--start,
  .flow__list--6>.flow__item--arrow {
    background-image: url(/lp/website-renewal-support/static/img/flow/shape-arrow--sp.png);
  }
}

.flow__item--start {
  padding-left: 10px;
}

.flow__item--arrow {
  padding-left: 25px;
}

.flow__item {
  display: flex;
  height: 80px;
  margin-right: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .flow__item {
    justify-content: center;
    height: unset;
    margin: 0 0 10px;
    padding: 6%;
  }
}

.flow__itemBox {
  display: flex;
  align-items: center;
}

.flow__text {
  font-size: 14px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.flow__text--number {
  margin-right: 5px;
  font-size: 25px;
  font-style: italic;
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: #0091BF;
}

@media screen and (max-width: 767px) {
  .flow__text--number {
    font-size: 20px;
  }
}

.strength__bubble {
  padding: 0 0 77px;
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .strength__bubble {
    padding: 37px 0 30px;
    background: #fff;
  }
}

.strength__bubbleInner {
  position: relative;
  padding-bottom: 24px;
}

.strength .bubble {
  position: relative;
  width: 100%;
  padding: 38px 10px;
  background: #D5ECF2;
  border-radius: 85px;
}

@media screen and (max-width: 767px) {
  .strength .bubble {
    padding: 45px 15px 40px;
    border-radius: 47px;
  }
}

.strength .bubble:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 29px;
  height: 24px;
  background: url("/lp/website-renewal-support/static/img/bubble.svg") no-repeat;
  background-size: 29px auto;
  margin: 0 auto;
}

.strength .bubble__text {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  color: #0091BF;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .strength .bubble__text {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .strength .bubble__text {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 321px) {
  .strength .bubble__text {
    font-size: 16px;
  }
}

.is-fadein {
  opacity: 0;
  transform: translate(0px, 25%);
  transition: all 500ms;
}

.is-fadein:nth-of-type(2) {
  transition-delay: 400ms;
}

@media screen and (max-width: 1023px) {
  .is-fadein:nth-of-type(2) {
    transition-delay: 0ms;
  }
}

.is-fadein:nth-of-type(3) {
  transition-delay: 800ms;
}

@media screen and (max-width: 1023px) {
  .is-fadein:nth-of-type(3) {
    transition-delay: 0ms;
  }
}

.is-fadein.is-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.is-fadeup {
  opacity: 0;
  transform: translate(0px, 25%);
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
}

.is-fadeup.is-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.contact {
  position: relative;
}

.contact__inner {
  width: 100%;
  padding: 83px 0;
  background: #3A3E40;
}

@media screen and (max-width: 1023px) {
  .contact__inner {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail.wrapper {
    padding: 0 25px;
  }
}

@media screen and (max-width: 321px) {
  .contactDetail.wrapper {
    padding: 0 20px;
  }
}

.contactDetail__flex {
  display: flex;
  justify-content: center;
}

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

.contactDetail__textBox {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .contactDetail__textBox {
    width: 100%;
  }
}

.contactDetail__infoBox {
  width: 55%;
  padding-left: 10.408%;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .contactDetail__infoBox {
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail__infoBox {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #707070;
  }
}

.contactDetail__infoBoxInner {
  width: auto;
}

.contactDetail__title {
  margin-top: 5px;
  font-family: HiraginoSansW8, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .contactDetail__title {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail__title {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 321px) {
  .contactDetail__title {
    font-size: 19px;
  }
}

.contactDetail__text {
  margin-top: 30px;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .contactDetail__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail__text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 321px) {
  .contactDetail__text {
    font-size: 14px;
  }
}

.contactDetail__info {
  position: relative;
  margin-top: 5px;
  padding-left: 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contactDetail__info {
    padding-left: 45px;
  }
}

.contactDetail__info:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 54px;
  height: 54px;
  background: url("/lp/website-renewal-support/static/img/tel.svg") no-repeat;
  background-size: 54px auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contactDetail__info:before {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
}

.contactDetail__tel {
  font-family: AvenirNextCondensedBold;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .contactDetail__tel {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail__tel {
    font-size: 42px;
  }
}

@media screen and (max-width: 321px) {
  .contactDetail__tel {
    font-size: 36px;
  }
}

.contactDetail__company {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  float: right;
  margin-top: -19px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .contactDetail__company {
    font-size: 12px;
    float: right;
    margin-top: -16px;
    margin-right: -10px;
  }
}

.contactDetail__time {
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  .contactDetail__time {
    font-size: 12px;
    margin-left: -12px;
  }
}

.contactDetail__caption {
  padding-left: 10px;
  box-sizing: border-box;
  font-family: HiraginoSansW6, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, 游ゴシック, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.7;
  color: #72CEED;
}

@media screen and (max-width: 1023px) {
  .contactDetail__caption {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contactDetail__caption {
    padding-left: 0;
    font-size: 13px;
    text-align: center;
  }
}

.contactDetail__btn {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .contactDetail__btn {
    margin-top: 20px;
  }
}