@charset "UTF-8";
/* =========================================================
   Foundation
========================================================= */
/* initialize
-------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

main,
section,
header,
footer,
nav,
figure,
address {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
  display: flex;
}

picture {
  display: block;
}

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

mark {
  background-color: transparent;
  color: inherit;
}

sub {
  vertical-align: baseline;
  font-size: x-small;
}

hr {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: none;
  font-size: inherit !important;
  font-family: inherit;

  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: .3em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

button img {
  display: block;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 5px;
  background-color: #fff;
  font-family: sans-serif;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

input[type="image"] {
  max-width: 100%;
  background-color: #fff;
}

p {
  max-height: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #333;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
  color: inherit;
}

/* ========================================================
   Layout
======================================================== */
/* html
---------------------------------------------------------*/
html {
  height: 100%;
}

/* body
---------------------------------------------------------*/
body {
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

/* wrapper : 全体を囲むラッパー
---------------------------------------------------------*/
.l-wrapper {
  position: relative;
  box-sizing: border-box;
}

.l-contents {
  margin: 0 auto;
}

/* inner : ページ幅を適用するクラス
---------------------------------------------------------*/
.l-inner {
  position: relative;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4.66vw;
  padding-left: 4.66vw;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 22vw;

  align-items: center;
}

.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header__menu-toggle {
  display: flex;
  margin-right: 4.66vw;
  margin-left: auto;
  width: 11.33vw;
  height: 11.33vw;
  border-radius: 50%;
  background-color: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);

  justify-content: center;
  align-items: center;
}

.l-footer {
  padding: 35px 0 50px;
  background-image: linear-gradient(to right, #26457f 0%, #051735 100%);
  color: white;
}

.l-footer__column {
  display: flex;
  flex-direction: column;
}

.l-footer__column > * + * {
  margin-top: 35px;
}

.l-footer__address {
  font-size: 1.4rem;
  margin: auto;
}

.l-footer__address > a {
  display: block;
  margin-bottom: .3em;
  font-weight: 900;
}

.l-footer__address address {
  line-height: 1.85;
}

.l-footer__address address span {
  display: block;
  margin: 0px 40px;
}

/* 概要     : キービジュアル
 * 使用箇所 : 共通
 * タグ     : div
---------------------------------------------------------*/
.l-keyvisual {
  position: relative;
  padding-top: 22vw;
}

/* 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/
.l-keyvisual--home {
  position: relative;
  width: 100%;
}

.l-keyvisual--home.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/home/home_main_visual_sp.png) top -40px center/100% auto no-repeat;
  background-color: #000000;
  content: "";
}

.l-keyvisual--home__contents {
  box-sizing: border-box;
  padding-top: 36vw;
  padding-bottom: 9.33vw;
}

.l-keyvisual--home__title {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.04;
}

.l-keyvisual--home__text-wrap {
  margin-top: 2em;
  padding-bottom: 9.33vw;
}

.l-keyvisual--home__text {
  margin-top: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.l-keyvisual--home__badges {
  display: block;
  width: 100%;
  /* fix: スマホのときだけ表示 */
  background-image: linear-gradient(180deg, #af9460 0%, #60481c 100%);
  text-align: center;
}

/* fix: start mv変更 */
.l-keyvisual--home__content-warp {
  display: block;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login-wrap {
  display: none;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login {
  margin: 0 auto;
  padding-bottom: 3.12vw;
  width: 83%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #05316f;
  text-align: center;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__heading {
  margin: 35px 0 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__form {
  padding: 0 40px;
}

.l-keyvisual--home-login__form .c-input {
  /* fix: keyvisualに追加したログインフォーム */
  height: 4.68vw;
}

.l-keyvisual--home-login__form .c-button--blue-gradient {
  /* fix: keyvisualに追加したログインフォーム */
  height: 5.46vw;
  font-size: 1.87vw;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__input-wrap + .l-keyvisual--home-login__input-wrap {
  margin-top: 10px;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__btn-wrap {
  margin: 35px auto 0;
  max-width: 300px;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__link-wrap {
  margin-top: 35px;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login__link {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.35;
}

.l-keyvisual--home-login__link + .l-keyvisual--home-login__link {
  /* fix: keyvisualに追加したログインフォーム */
  margin-top: 10px;
}

/* fix: keyvisualに追加したログインフォーム */
.l-keyvisual--home-login-logos {
  display: flex;
  margin: auto;
  padding-top: 2.34vw;
  width: 83%;
  height: 5vw;
  -moz-column-gap: 10%;
       column-gap: 10%;

  justify-content: center;
}

.l-keyvisual--home-login-logos img {
  /* fix: keyvisualに追加したログインフォーム */
  height: 100%;
}

/* 使用箇所 : Wealth Management Workstation
 * タグ     : div
---------------------------------------------------------*/
.l-keyvisual--wmw {
  position: relative;
  width: 100%;
}

.l-keyvisual--wmw.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/system/system_wmw_keyvisual_sp.png) top center/100% auto no-repeat;
  content: "";
}

.l-keyvisual--wmw__contents {
  box-sizing: border-box;
  padding-top: 50vw;
  padding-bottom: 10vw;
}

.l-keyvisual--wmw__title {
  color: #20376b;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.04;
}

.l-keyvisual--wmw__text {
  margin-top: 20px;
  color: #20376b;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.46;
}

.l-keyvisual--dyg {
  position: relative;
  width: 100%;
}

.l-keyvisual--dyg.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/system/system_dyg_keyvisual_sp.png) top center/100% auto no-repeat;
  content: "";
}

.l-keyvisual--dyg__contents {
  box-sizing: border-box;
  padding-top: 50vw;
  padding-bottom: 10vw;
}

.l-keyvisual--dyg__title {
  color: #544012;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.04;
}

.l-keyvisual--dyg__text {
  margin-top: 20px;
  color: #544012;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.46;
}

.l-keyvisual--dyg__text h1 {
  font-weight: normal;
}

.l-keyvisual--merit.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/merit/merit_keyvisual_sp.png) top center/100% auto no-repeat;
  content: "";
}

.l-keyvisual--merit__contents {
  box-sizing: border-box;
  padding-top: 50vw;
  padding-bottom: 10vw;
}

.l-keyvisual--merit__title {
  color: #064a4f;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.04;
}

.l-keyvisual--merit__text {
  margin-top: 20px;
  color: #064a4f;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.46;
}

.l-keyvisual--merit__text h1 {
  font-weight: normal;
}

.l-keyvisual--about {
  position: relative;
  width: 100%;
}

.l-keyvisual--about.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/about/about_keyvisual_sp.png) top center/100% auto no-repeat;
  content: "";
}

.l-keyvisual--about__contents {
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 70px;
}

.l-keyvisual--about__logo {
  margin: 0 auto;
  width: 280px;
}

.l-keyvisual--about__text {
  margin-top: 20px;
  color: #20376b;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.46;
}

/* 概要     : ページ用キャッチコピー
 * 使用箇所 : home, 
 * タグ     : div
---------------------------------------------------------*/
.l-page-copy {
  display: flex;
  padding: 5.33vw 0;
  width: 100%;
  background-image: linear-gradient(to right, #26457f 0%, #051735 100%);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;

  justify-content: center;
  align-items: center;
}

h2.l-page-copy {
  font-size: 6.66vw;
}

/* 概要       : 汎用セクション
 * 使用ページ : 共通
 * タグ       : section
---------------------------------------------------------*/
/* 使用ページ : home
---------------------------------------------------------*/
.l-section--home-8theme {
  position: relative;
}

.l-section--home-8theme__iconList {
  padding: 35px 0;
  background-color: #f0f6f9;
}

.l-section--home-8theme__introduce {
  padding: 35px 0 17px;
  background-color: white;
}

.l-section--home-system__contents {
  display: flex;

  flex-wrap: wrap;
}

.l-section--home-system__block {
  width: 100%;
}

.l-section--home-system__block img {
  display: block;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.l-section--home-system__block.--gif img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.l-section--home-system__block.--num1,
.l-section--home-system__block.--num4 {
  height: 230px;
}

.l-section--home-system__block.--bg-img1 {
  background: url(../images/home/home_system_bg1.png) no-repeat;
  background-size: cover;
}

.l-section--home-system__block.--bg-img2 {
  background: url(../images/home/home_system_bg2.png) no-repeat;
  background-size: cover;
}

.l-section--home-system__block.--bg-img3 {
  background: url(../images/home/home_system_bg3.png) no-repeat;
  background-size: cover;
}

.l-section--home-dx {
  /* fix: トップページ変更 */
  background-color: white;
}

.l-section--home-dx .c-button--white {
  /* fix: トップページ変更 */
  margin: 65px auto 0;
  width: 275px;
}

/* fix: トップページ変更 */
.l-section--home-dx__main {
  padding-bottom: 80px;
  background-image: url(../images/sales/sales-point-bg.png);
  color: #ffffff;
  text-align: center;
}

/* fix: トップページ変更 */
.l-section--home-dx__main-analyze {
  display: flex;
  padding-top: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;

  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

/* fix: トップページ変更 */
.l-section--home-dx__main-analyze-img {
  width: 40%;
}

/* fix: トップページ変更 */
.l-section--home-dx__main-analyze-img:nth-child(3) {
  padding: 0 80px 0;
}

/* fix: トップページ変更 */
.l-section--home-dx__main-effect-card-wrapper {
  display: block;
}

.l-section--home-dx__main-effect-card {
  /* fix: トップページ変更 */
  display: -ms-grid;
  display: grid;
  margin: 0 auto 20px;
  max-width: 330px;
  -moz-column-gap: 15px;
       column-gap: 15px;

  align-items: center;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
}

.l-section--home-dx__main-effect-card img {
  /* fix: トップページ変更 */
  height: 120px;
}

.l-section--home-dx__main-effect-card p {
  /* fix: トップページ変更 */
  padding-top: 16px;
  text-align: left;
  font-weight: bold;
}

.l-section--home-dx__main-effect-title {
  padding-top: 40px;
  padding-bottom: 20px;
  /* fix: トップページ変更 */
  text-align: center;
  font-size: 2.5rem;
}

.l-section--home-dx__bottom {
  /* fix: トップページ変更 */
  display: block;
  color: #05316f;
}

.l-section--home-dx__bottom-card {
  /* fix: トップページ変更 */
  width: 100%;
  text-align: center;
}

.l-section--home-dx__bottom-card img {
  /* fix: トップページ変更 */
  width: 60%;
}

.l-section--home-dx__bottom-card h3 {
  padding: 30px 0 20px;
  /* fix: トップページ変更 */
  font-size: 2rem;
}

.l-section--home-dx__bottom-card p {
  padding: 30px 0 0;
  /* fix: トップページ変更 */
  height: auto;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 23px;
}

.l-section--home-dx__bottom-card .c-button--blue {
  margin: 15px auto 30px;
  /* fix: トップページ変更 */
  width: 230px;
}

.l-section--home-dx__bottom-card.user {
  /* fix: トップページ変更 */
  background-color: #f1f1f2;
}

.l-section--home-dx__button {
  /* fix: トップページ変更 */
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.l-section--home-dx__bottom-empty {
  /* fix: トップページ変更 */
  height: 1px;
}

.l-section--home-feature__block.--bg-img1 {
  background: url(../images/home/home_feature_bg1.png) no-repeat;
}

.l-section--home-feature__block.--bg-img2 {
  background: url(../images/home/home_feature_bg2.png) no-repeat;
}

.l-section--home-user {
  padding: 35px 0;
}

.l-section--home-user .c-heading--bg-deep-blue {
  /* fix: トップページ変更 */
  margin-top: 60px;
}

.l-section--home-user.is-visible::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/home/home_user_bg_sp.png) top center/100% auto no-repeat;
  content: "";
}

.l-section--home-feature__button-wrap .c-button--white-border {
  /* fix: トップページ変更 */
  display: none;
}

.l-section--home-8theme__button-wrap .c-button--white-border {
  margin: 20px auto 0;
  /* fix: トップページ変更 */
  width: 250px;
}

.l-section--system {
  background-color: #f0f6f9;
}

.l-section--system.--dyg {
  background-color: #f8f2e5;
}

.l-section--management img {
  display: block;
  margin: 35px auto 0;
  width: 90%;
}

.l-section--management.--dyg img {
  display: block;
  margin: 35px auto 0;
  width: 90%;
}

.l-section--management-heading {
  margin: 35px 0 20px;
}

.l-section--management-text {
  color: #112650;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;

  line-height-step: 1.4;
}

.l-section--feature-heading {
  margin: 50px 0 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.l-section--feature-link {
  padding: 20px;
}

.l-section--feature-link a {
  margin: 0 auto;
  max-width: 198px;
}

.l-section--feature-link a + a {
  margin-top: 10px;
}

.l-section--feature__block img {
  width: 100%;
  height: auto;

  -o-object-fit: cover;

     object-fit: cover;
}

.l-section--feature__block picture {
  width: auto;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.l-section--feature__block.--green {
  background: linear-gradient(to right, #4f8482, #006a68);
}

.l-section--feature__block.--gray {
  background: linear-gradient(to right, #808080, #c6c7c6);
}

.l-section--feature__illust1 {
  margin: 50px 0;
}

.l-section--feature__illust1 img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

.l-section--feature__illust2 {
  margin: 35px 0 20px;
}

.l-section--feature__illust2 img {
  display: block;
  margin: 0 auto;
  width: 77%;
  height: auto;
}

.l-section--feature-dyg {
  padding: 20px 0;
  background: linear-gradient(to right, #006a68 30%, #a6cfcc);
  color: white;
}

.l-section--feature-dyg__heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}

.l-section--feature-dyg__text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

.l-section--feature-dyg__illust1 {
  width: 100%;
}

.l-section--summary {
  padding: 35px 0;
  background-color: #f0f6f9;
  color: #20376b;
  text-align: center;
}

.l-section--summary p {
  margin: 20px 0;
  font-size: 1.5rem;
}

.l-section--summary.--dyg {
  background-color: #faf8f6;
}

.l-section--summary-heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}

.l-section--summary-text {
  margin: 20px 0;
  font-size: 1.5rem;
}

.l-section--summary-iframe {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.l-section--summary-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-section--sample {
  padding: 20px 0;
  background: url(../images/system/system_wmw_sample_bg.png) no-repeat;
  background-size: cover;
}

.l-section--sample.--dyg {
  background: url(../images/system/system_dyg_sample_bg.png) no-repeat;
  background-position: center bottom -80px;
}

.l-section--sample-heading {
  margin-bottom: 20px;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}

.l-section--sample__card + .l-section--sample__card {
  margin-top: 20px;
}

.l-section--merit-marketing {
  padding: 35px 0 0;
  background: #f1f1f2;
}

.l-section--merit-marketing__heading {
  color: #20376b;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.18;
}

.l-section--merit-marketing__link {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 235px;
  max-height: 70px;
}

.l-section--merit-marketing__img {
  margin: 0 auto;
  max-width: 800px;
}

.l-section--merit-marketing__img img {
  display: block;
}

.l-section--about {
  padding: 35px 0 20px;
  background-color: white;
}

.l-section--about__heading {
  color: #20376b;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.l-section--about__achievement-wrap {
  display: flex;
  padding-top: 20px;

  align-items: flex-start;
  justify-content: center;
}

.l-section--about__achievement {
  max-width: 172px;
  text-align: center;
}

.l-section--about__achievement + .l-section--about__achievement {
  margin-left: 17px;
}

.l-section--about__achievement img {
  width: auto;
  height: 75px;
}

.l-section--about__achievement-text {
  padding-top: 15px;
  color: #1c71b5;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.38;
}

.l-section--about__iframe-wrap {
  margin-top: 20px;
}

.l-section--about__iframe {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.l-section--about__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-section--contact {
  padding-top: 22vw;
  padding-bottom: 35px;
}

.l-section--login {
  padding-top: 22vw;
  padding-bottom: 35px;
}

.l-section--partner {
  position: relative;
  padding-top: 22vw;
  padding-bottom: 55px;
}

.l-section--partner__heading {
  margin: 34px 0 20px;
  color: #20376b;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.l-section--partner__AFP-wrap {
  margin: 0 auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 120px;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.l-section--partner__AFP-img {
  margin: 0 auto;
  padding: 20px;
}

.l-section--partner__AFP-text {
  margin: 0 auto;
  padding: 20px;
}

.l-section--partner__img-wrap {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 950px;
}

.l-section--partner__img {
  margin: 0 auto;
  width: 80%;
}

.l-section--partner__img + .l-section--partner__img {
  margin-top: 20px;
}

.l-section--sitemap {
  padding-top: 22vw;
  padding-bottom: 35px;
}

.l-section--404 {
  padding-top: 22vw;
  padding-bottom: 70px;
}

/* ========================================================
   Object
======================================================== */
/* component
-------------------------------------------------------- */
.c-burger span, .c-burger::before, .c-burger::after {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #05316f;
  content: "";
  transition: 400ms transform;
  transform-origin: center;
}

/* 概要     : メニュー用バーガーアイコン
 * 使用箇所 : ヘッダー SP
 * タグ     : div
---------------------------------------------------------*/
.c-burger {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 24px;
  height: 15px;

  justify-content: center;
}

.c-burger span {
  position: relative;
  opacity: 1;
  transition: opacity 200ms;
}

.c-burger::before {
  position: absolute;
  top: 0;
  left: 0;
}

.c-burger::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.is-open .c-burger span {
  opacity: 0;
}

.is-open .c-burger::before {
  transform: translate(0, 6.5px) rotate(-45deg);
}

.is-open .c-burger::after {
  transform: translate(0, -6.5px) rotate(45deg);
}

.c-column.--dx .c-column__item {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.31;

  align-items: center;
}

.c-column.--dx .c-column__item img {
  margin-right: 20px;
  width: 120px;
}

.c-column.--user {
  text-align: center;
}

.c-column.--user img {
  width: 100px;
  height: auto;
}

.c-column.--user .c-column__item + .c-column__item {
  margin-top: 35px;
}

.c-column.--user .c-column__name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 2rem;
}

.c-column.--user .c-column__post {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}

.c-column.--user .c-column__text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.3rem;
}

/* 概要     : copyrights
 * 使用箇所 : footer
 * タグ     : small
---------------------------------------------------------*/
.c-copyrights {
  /* fix: コピーライト左寄せ調整 */
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  text-align: left;

  justify-content: center;
  align-items: flex-start;
}

.c-copyrights__text {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.1rem;
}

.c-copyrights__text--small {
  /* fix: フォントサイズ調整 */
  display: block;
  font-size: 1rem;
}

.c-heading, .c-heading--deep-blue, .c-heading--brown, .c-heading--system, .c-heading--bg-deep-blue, .c-heading--bg-brown, .c-heading--user {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.c-heading--deep-blue {
  color: #1F366A;
}

.c-heading--brown {
  color: #544012;
}

.c-heading--bg-blue {
  padding: 20px 0;
  background: linear-gradient(to right, #4386C6, #005C87);
}

.c-heading--system {
  color: white;
  font-size: 2.2rem;
  line-height: 1.22;
}

.c-heading--bg-deep-blue {
  padding: 20px 0;
  background: linear-gradient(to right, #2A4780, #051733 64%);
  color: white;
  font-size: 2.2rem;
}

.c-heading--bg-brown {
  padding: 20px 0;
  background: linear-gradient(to right, #D3B580, #5E461B);
  color: white;
  font-size: 2.2rem;
}

.c-heading--user-wrap {
  margin-bottom: 35px;
}

.c-heading--user {
  color: #05316F;
}

.c-link-list__item {
  font-size: 1.4rem;
}

.c-link-list__item + .c-link-list__item {
  margin-top: .3em;
}

.c-link-list__item a {
  font-weight: 900;
}

.c-card {
  padding: 20px 20px;
  background-color: white;
  color: #20376B;
}

.c-card__contents {
  width: 100%;
}

.c-card__contents__left {
  display: flex;
  flex-direction: column;
}

.c-card__heading {
  font-size: 1.6rem;
  line-height: 1.31;
}

.c-card__name {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.13;
}

.c-card__description {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 0.92;
}

.c-card__pdf-wrap {
  margin-top: 10px;
  width: 150px;
}

.c-button, .c-button--blue, .c-button--blue-border, .c-button--white-border, .c-button--deep-blue, .c-button--brown-border, .c-button--blue-gradient, .c-button--blue-pdf, .c-button--brown-pdf, .c-button--blue-gradient-icon, .c-button--white {
  display: flex;
  width: 100%;
  height: 35px;
  border-radius: 17px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  line-height: 35px;

  align-items: center;
  justify-content: center;
}

.c-button::after, .c-button--blue::after, .c-button--blue-border::after, .c-button--white-border::after, .c-button--deep-blue::after, .c-button--brown-border::after, .c-button--blue-gradient::after, .c-button--blue-pdf::after, .c-button--brown-pdf::after, .c-button--blue-gradient-icon::after, .c-button--white::after {
  display: block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  content: "";
}

.c-button--blue {
  background-color: #1a93f4;
  color: white;
}

.c-button--blue::after {
  background: url(../images/common/caret-right.svg) center/contain no-repeat;
}

.c-button--blue-border {
  border: 1px solid #20376b;
  background-color: transparent;
  color: #20376b;
}

.c-button--blue-border::after {
  background: url(../images/common/caret-right-blue.svg) center/contain no-repeat;
}

.c-button--white-border {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.c-button--white-border::after {
  background: url(../images/common/caret-right.svg) center/contain no-repeat;
}

.c-button--deep-blue {
  background-color: #20376b;
  color: white;
}

.c-button--deep-blue::after {
  background: url(../images/common/caret-right.svg) center/contain no-repeat;
}

.c-button--brown-border {
  border: 1px solid #544012;
  background-color: transparent;
  color: #544012;
}

.c-button--brown-border::after {
  background: url(../images/common/caret-right-brown.svg) center/contain no-repeat;
}

.c-button--blue-gradient {
  background: linear-gradient(to right, #3f7bb6, #005b81);
  color: white;
}

.c-button--blue-gradient::after {
  display: none;
}

.c-button--blue-gradient[disabled] {
  cursor: default;
}

.c-button--blue-pdf {
  background: #1c71b5;
  color: white;
  letter-spacing: -2px;
}

.c-button--blue-pdf::after {
  display: none;
}

.c-button--brown-pdf {
  background: #5f4500;
  color: white;
  letter-spacing: -2px;
}

.c-button--brown-pdf::after {
  display: none;
}

.c-button--blue-gradient-icon {
  background: linear-gradient(to right, #4282c3, #00587c);
  color: white;
}

.c-button--blue-gradient-icon::after {
  background: url(../images/common/caret-right.svg) center/contain no-repeat;
}

/* fix: トップページ変更 */
.c-button--white {
  width: 500px;
  background-color: white;
  color: #05316f;
}

.c-button--white::after {
  /* fix: トップページ変更 */
  background: url(../images/common/caret-right-blue.svg) center/contain no-repeat;
}

input.c-input {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #E6E7E8;
  background-color: white;
}

input.c-input::-moz-placeholder {
  position: relative;
  top: -2px;
  color: #A6A8AB;
  font-size: 1rem;
}

input.c-input:-ms-input-placeholder {
  position: relative;
  top: -2px;
  color: #A6A8AB;
  font-size: 1rem;
}

input.c-input::placeholder {
  position: relative;
  top: -2px;
  color: #A6A8AB;
  font-size: 1rem;
}

textarea.c-input-textarea {
  display: block;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #E6E7E8;
  background-color: white;
}

textarea.c-input-textarea::-moz-placeholder {
  color: #A6A8AB;
  font-size: 1rem;
}

textarea.c-input-textarea:-ms-input-placeholder {
  color: #A6A8AB;
  font-size: 1rem;
}

textarea.c-input-textarea::placeholder {
  color: #A6A8AB;
  font-size: 1rem;
}

input.c-input-checkbox {
  display: none;
}

.c-input-checkbox-label {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 30px;
  font-size: 1rem;
}

.c-input-checkbox-label a {
  text-decoration: underline;
}

.c-input-checkbox-label::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  content: "";
}

.c-input-checkbox-label::after {
  position: absolute;
  top: calc(50% - 8px);
  left: 7px;
  display: none;
  width: 4px;
  height: 10px;
  border-right: 3px solid currentcolor;
  border-bottom: 3px solid currentcolor;
  content: "";
  transform: rotate(45deg);
}

input.c-input-checkbox:checked + .c-input-checkbox-label::after {
  display: block;
}

/* fix: メリットページカード追加ここからー */
.c-case-study-card, .c-case-study-card--gray, .c-case-study-card--white {
  display: flex;
  padding: 40px;
  width: calc(50% - 80px);

  justify-content: space-between;
}

/* fix: メリットページカード追加ー */
.c-case-study-card--gray {
  background-color: #eeeeed;
}

/* fix: メリットページカード追加ー */

/* fix: メリットページカード追加ー */
.c-case-study-card--white {
  background-color: white;
}

/* fix: メリットページカード追加ー */

/* fix: メリットページカード追加ー */
.c-case-study-card__left {
  width: 50%;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__right {
  width: 50%;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__name {
  color: #20366b;
  font-weight: bold;
  font-size: 30px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__name--brown {
  color: #51411b;
  font-weight: bold;
  font-size: 30px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__personal-info {
  margin: 20px 0;
  color: #20366b;
  font-size: 20px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__personal-info--brown {
  margin: 20px 0;
  color: #51411b;
  font-size: 20px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__introduction {
  color: #20366b;
  font-size: 20px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__introduction--brown {
  color: #51411b;
  font-size: 20px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__picture {
  text-align: center;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__picture img {
  width: 180px;
  height: 180px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__button, .c-case-study-card__button--blue, .c-case-study-card__button--brown {
  margin: 50px auto 0;
  padding: 10px 0;
  width: 90%;
  border-radius: 25px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__button--blue {
  background-color: #386fb0;
}

/* fix: メリットページカード追加ー */
.c-case-study-card__button--brown {
  background-color: #51411b;
}

/* fix: メリットページカード追加ここまで */
/* project
-------------------------------------------------------- */
/* 概要     : ブランディングエリア（ロゴ）
 * 使用箇所 : ヘッダー、フッター
 * タグ     : div
---------------------------------------------------------*/
.p-branding--header {
  display: flex;
  width: 22vw;
  height: 22vw;
  background-image: linear-gradient(135deg, #26457f 0%, #051735 100%);

  justify-content: center;
  align-items: center;
}

.p-branding--header img {
  width: 13.06vw;
}

.p-branding--footer {
  width: 55px;
  height: 45px;

  flex: none;
}

.p-branding--footer img {
  width: 100%;
}

.p-grid {
  padding: 20px 16px;
  color: white;
  text-align: center;
}

.p-grid.--text-black {
  color: #1F366A;
}

.p-grid__heading, .p-grid__heading--small {
  font-size: 2rem;
  line-height: 1.25;
}

.p-grid__text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-grid__link {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 0.92;
}

.p-grid--merit {
  box-sizing: border-box;
  padding: 35px 20px;
  background-color: white;
}

.p-grid--merit:nth-of-type(even) {
  background-color: #F1F1F2;
}

.p-grid--merit__heading {
  color: #20376B;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}

.p-grid--merit__img {
  margin-top: 20px;
  text-align: center;
}

.p-grid--merit__img img {
  max-height: 150px;
}

.p-grid--merit__text {
  margin: 20px 0;
  color: #20376B;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-grid--merit__link {
  margin: 0 auto;
  max-width: 235px;
}

.p-icon-column {
  display: flex;

  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-icon-column-heading {
  color: #1F366A;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.p-icon-column__item {
  display: flex;
  margin: 7.5px 0;
  color: #2173B3;
  text-align: center;
  font-size: 1.6rem;

  flex-basis: 50%;
  align-items: center;
}

.p-icon-column__item img {
  margin-right: 10px;
  width: 85px;
}

/* 概要     : ナビ
 * タグ     : nav
---------------------------------------------------------*/
.p-navi {
  position: absolute;
  bottom: 0;
  display: none;
  margin-top: 22vw;
  width: 100%;
  transform: translateY(100%);
}

.p-navi.is-open {
  display: block;
}

/* 概要     : ナビのリスト要素
 * タグ     : ul
---------------------------------------------------------*/
.p-navi__list {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: calc(100vh - 22vw);
  background-color: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  color: #05316f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
}

/* 概要     : ナビのリスト要素
 * タグ     : li
---------------------------------------------------------*/
.p-navi__list__item:last-child .p-navi__list__link {
  border-bottom: none;
}

.p-navi__list__item:first-child:hover .p-navi__list__link {
  border-bottom: none;
}

.p-navi__list__link {
  display: block;
  display: flex;
  margin: 0 17px;
  height: 70px;
  border-bottom: 1px solid #05316f;

  align-items: center;
}

.p-navi__list__login img {
  padding: 30px 17px 30px;
  width: auto;
  height: 40px;
}

.p-navi__dropdown {
  position: relative;
  display: none;
}

.p-navi__dropdown::before {
  position: relative;
  content: '';
}

.p-navi__list__item.--dropdown:hover .p-navi__dropdown {
  display: block;
}

.p-navi__dropdown-list-wrap {
  background-color: #E3F1F8;
}

.p-navi__dropdown-list {
  margin: 0 17px;
  height: 50px;
  color: #20376B;
  text-align: left;
  line-height: 50px;
}

.p-navi__dropdown-list:hover a {
  color: #3974BA;
}

.p-navi__dropdown-list a {
  position: relative;
}

.p-navi__dropdown-list:hover a::before {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3974BA;
  content: '';
}

.p-navi__list__item.--dropdown.--show .p-navi__dropdown {
  display: block;
}

.p-navi__list__item.--dropdown.--show:hover {
  color: #05316f;
}

.p-navi__list__item.--dropdown.--show:hover::after {
  background: url(../images/common/icon_dropdown.svg) no-repeat;
}

/* fix: トップページ変更 */
.p-introduce__leftBlock-pc {
  display: none;
  margin-top: 17px;
}

/* fix: トップページ変更 */
.p-introduce__leftBlock-sp {
  display: block;
  margin-top: 17px;
}

.p-introduce__rightBlock {
  margin-top: 20px;
}

.p-introduce__text {
  margin-bottom: 20px;
  color: #1f366a;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-introduce__link-wrap {
  margin: 0 auto;
  max-width: 198px;
}

.p-introduce__link-wrap a + a {
  margin-top: 10px;
}

.p-footer-link {
  padding: 20px 0;
  background: linear-gradient(to right, #4386c6, #005b86);
}

.p-footer-link.--dyg {
  background: linear-gradient(to right, #d3b580, #5e461b);
}

.p-footer-link__heading {
  margin-bottom: 20px;
  color: white;
  text-align: center;
  /* fix: トップページ変更 */
  font-size: 1.8rem;
  line-height: 1.25;
}

.p-footer-link__link {
  margin: 0 auto;
  width: 75%;
}

.p-footer-link__link + .p-footer-link__link {
  margin-top: 10px;
}

.p-footer-link-logo {
  width: 55px;
  height: 45px;

  flex: none;
}

.p-footer-link-logo img {
  width: 100%;
}

.p-slider {
  position: relative;
  width: 100%;
}

.p-slider__navigation, .p-slider__prevBtn, .p-slider__nextBtn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 9px;
  height: auto;

  align-items: center;
  justify-content: center;
}

.p-slider__prevBtn {
  left: 8px;
  cursor: pointer;
}

.p-slider__nextBtn {
  right: 8px;
  cursor: pointer;
  transform: scale(-1, 1);
}

.p-system-requirements__contact {
  padding: 35px 25px 0 0;
}

.p-system-requirements__contact-heading {
  color: #20376B;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-system-requirements__contact-text {
  padding-top: 25px;
  color: #20376B;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
}

.p-system-requirements__contact-info {
  padding-top: 35px;
  color: #20376B;
  font-size: 1.4rem;
  line-height: 1.35;
}

.p-merit-number {
  color: white;
}

.p-merit-number__block {
  position: relative;
  box-sizing: border-box;
  padding: 35px 15px;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.p-merit-number__block.--num1 {
  background-image: url(../images/merit/merit_number1.png), url(../images/merit/merit_bg1.png);
  background-position: top right, center center;
  background-size: auto 212px, cover;
}

.p-merit-number__block.--num2 {
  background-image: url(../images/merit/merit_number2.png), url(../images/merit/merit_bg2.png);
  background-position: top right, center center;
  background-size: auto 212px, cover;
}

.p-merit-number__block.--num3 {
  background-image: url(../images/merit/merit_number3.png), url(../images/merit/merit_bg3.png);
  background-position: top right, center center;
  background-size: auto 212px, cover;
}

.p-merit-number__heading {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.p-merit-number__text {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-merit-number__img {
  max-width: 200px;
}

.p-merit-number__img img {
  display: block;
  width: 100%;
}

.p-merit-number-link {
  padding: 20px 0;
  background: linear-gradient(to right, #D2E3F0, #EEEEED);
}

.p-merit-number-link__link {
  margin: 0 auto;
  max-width: 198px;
}

.p-merit-number-link__link + .p-merit-number-link__link {
  margin-top: 10px;
}

.p-benefit__link-block {
  padding-bottom: 35px;
}

.p-benefit__link-wrap {
  margin: 0 auto;
  width: 200px;
}

.p-benefit__link-wrap + .p-benefit__link-wrap {
  margin-top: 10px;
}

.p-accordion-wrap {
  padding: 117px 0 60px;
}

.p-accordion-wrap--partner {
  padding: 0 0 60px;
}

.p-accordion-wrap--benefit {
  padding: 117px 0 30px;
}

.p-accordion__top-title {
  color: #20376b;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.p-accordion__top-text {
  margin: 20px 0;
  color: #20376b;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-accordion__title, .p-accordion__title--center {
  display: flex;
  margin-top: 20px;
  padding: 0 20px 0 20px;
  height: 40px;
  background-color: #e6e7e8;
  color: #20376b;
  font-size: 1.4rem;
  line-height: 1.14;

  align-items: center;
  justify-content: space-between;
}

.p-accordion__title--center {
  flex-direction: column;
  height: 65px;

  justify-content: center;
}

.p-accordion__title--center > p {
  text-align: center;
  font-size: 1.2rem;
}

.p-accordion__btn {
  width: 20px;
  height: 20px;
}

.p-accordion__menu {
  padding: 10px 25px 10px 20px;
  background-color: white;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.41;
}

.p-accordion__boundary {
  padding: 10px 25px 10px 20px;
  background-color: white;
  color: #20376b;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.41;
}

.p-accordion__boundary + .p-accordion__boundary {
  border-top: solid 1px #e4e4e4;
}

.p-accordion__boundary a {
  text-decoration: underline;
}

.p-accordion__boundary .--arrow {
  position: relative;
  padding-left: 16px;
}

.p-accordion__boundary .--arrow::before {
  position: absolute;
  left: 0;
  content: "→";
}

.p-accordion__list {
  position: relative;
  margin-left: 20px;
  color: #20376b;
}

.p-accordion__list::before {
  position: absolute;
  top: 0px;
  left: -20px;
  content: "・";
}

.js-ac-block__main {
  display: none;
}

.js-ac-block.is-open > .js-ac-block__header .js-ac-btn > img {
  transform: scale(1, -1);
}

.js-ac-block.is-open > .js-ac-block__main {
  display: block;
}

.js-ac-block.is-open > tr.js-ac-block__main {
  display: table-row;
}

/* fix: スクロールバー追加 */
.is-open .-scroll {
  /* fix: スクロールバー追加 */
  overflow-y: scroll;
  height: 700px;
}

.is-open .-scroll .mCSB_container {
  /* fix: スクロールバー追加 */
  margin-right: 0;
}

.p-contact {
  color: #20376B;
  text-align: center;
}

.p-contact__heading {
  padding-top: 35px;
  font-size: 2rem;
  line-height: 1.4;
}

.p-contact__text {
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-contact__input-wrap + .p-contact__input-wrap {
  margin-top: 10px;
}

.p-contact__textarea-wrap {
  margin-top: 10px;
  height: 150px;
}

.p-contact__checkbox-wrap {
  margin-top: 10px;
  text-align: left;
}

.p-contact__btn-wrap {
  margin: 35px auto 0;
  width: 300px;
}

.p-contact__support {
  margin-top: 35px;
  text-align: left;
}

.p-contact__support-heading {
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-contact__support-text {
  margin-top: 35px;
  font-size: 1.4rem;
  line-height: 1.35;
}

.p-login {
  margin: 0 auto;
  max-width: 600px;
  color: #05316F;
}

.p-login__heading {
  margin: 35px 0 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.p-login__input-wrap + .p-login__input-wrap {
  margin-top: 10px;
}

.p-login__btn-wrap {
  margin: 35px auto 0;
  max-width: 300px;
}

.p-login__link-wrap {
  margin-top: 35px;
}

.p-login__link {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
}

.p-login__link + .p-login__link {
  margin-top: 10px;
}

.p-table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  color: #20376b;
  text-align: center;
  font-size: 1rem;
}

.p-table .--th {
  min-height: 21px;
  background-color: #808184;
  color: white;
  font-weight: bold;
}

.p-table .--td {
  min-height: 80px;
}

.p-table .--th,
.p-table .--td {
  padding: 1px;
  border: solid 1px #e4e4e4;
}

.p-table .--th-left {
  padding: 5px 0 5px 10px;
  text-align: left;
}

.p-table .--bg-gray {
  background-color: #808184;
  color: white;
  font-weight: bold;
}

.p-table .--info {
  padding: 5px 13px;
  text-align: left;
}

.p-table .--info p + p {
  margin-top: 8px;
}

.p-table .--info-partner {
  padding: 10px 1px;
}

.p-table .--info-partner p {
  padding: 0 0 0 15px;
}

.p-table .--text-wrap {
  margin-top: 8px;
}

.p-table .--link-blue {
  display: block;
  margin-top: 4px;
  min-width: 68px;
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background-color: #1c71b5;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 14px;
  cursor: pointer;
}

.p-table .--child-btn {
  display: flex;
  padding: 2px 10px;
  text-align: left;

  align-items: center;
  justify-content: space-between;
}

.p-table .--child-btn .p-accordion__btn {
  width: 14px;
  height: 14px;
}

.p-table .--child-btn2 {
  display: flex;
  padding: 2px 10px;
  text-align: left;

  align-items: center;
  justify-content: space-between;
}

.p-table .--child-btn2 .p-accordion__btn {
  width: 14px;
  height: 14px;
}

.p-table .--th-pdf-wrap {
  display: flex;
  padding: 7px 14px;

  justify-content: space-between;
  align-items: center;
}

.p-table .--th-pdf-wrap a {
  padding: 0 15px;
  height: 14px;
  border-radius: 20px;
  background-color: #20376b;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 14px;
}

.p-table .--img-flex {
  display: flex;

  align-items: center;
  justify-content: center;
}

.p-table .--img-flex img {
  width: 48%;
}

.p-table .--slider {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
}

.p-table .--slider .p-slider__prevBtn {
  top: calc(50% - 12px);
  left: -5px;
  width: 11px;
  height: 19px;
}

.p-table .--slider .p-slider__nextBtn {
  top: calc(50% - 12px);
  right: -5px;
  width: 11px;
  height: 19px;
}

.p-table .--slider .--caption {
  margin-top: 5px;
  color: #20376b;
  text-align: left;
  white-space: pre-wrap;
  font-size: 1rem;
}

.p-table .--link-pdf {
  display: block;
  min-width: 112px;
  height: 20px;
  border-radius: 10px;
  background-color: #1c71b5;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
}

.p-table .--link-bottom {
  margin: 0 auto;
  width: 82px;
}

.p-table.--stripe tr:nth-of-type(odd) {
  background-color: white;
}

.p-table.--stripe tr:nth-of-type(even) {
  background-color: #f4f4f4;
}

.p-table.--price {
  font-weight: bold;
  font-size: 1.2rem;
}

.p-table--feature {
  padding: 0 10px;
  /* fix: 操作動画、入力ガイドのアコーディオンのNoのwidth */
}

.p-table--feature .--width5 {
  width: 5%;
}

.p-table--feature .--width18 {
  width: 18%;
}

.p-table--feature .--summary-text {
  padding-left: 10px;
  border-right: none;
  text-align: left;
}

.p-table--feature .--link-wrap {
  padding: 0 10px;
  border-left: none;
}

/* fix:  2つボタンがある場合用*/
td.--td.--link-wrap.--double-link {
  min-height: 40px;
}

/* fix:  2つボタンがある場合用*/
.--double-link {
  display: -ms-grid;
  display: grid;

  row-gap: 3px;
  align-items: center;
}

.p-sitemap__heading-top {
  margin-bottom: 10px;
  color: #20376B;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}

.p-sitemap {
  margin-top: 35px;
  padding: 30px 40px;
  max-width: 950px;
  background-color: white;
}

.p-sitemap__heading {
  margin-bottom: 25px;
  color: #20376B;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-sitemap__heading .--arrow {
  position: relative;
  padding-left: 18px;
  color: #20376B;
}

.p-sitemap__heading .--arrow::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #20376B;
  border-bottom: 2px solid #20376B;
  content: '';
  transform: rotate(-45deg);
}

.p-sitemap__contents {
  display: block;
}

.p-sitemap__left-block {
  width: 100%;
}

.p-sitemap__right-block {
  width: 100%;
}

.p-sitemap__menu .p-sitemap__menu {
  padding-left: 10px;
}

.p-sitemap__list {
  position: relative;
  padding-left: 18px;
  color: #1C71B5;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.5;
}

.p-sitemap__list::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #1C71B5;
  border-bottom: 2px solid #1C71B5;
  content: '';
  transform: rotate(-45deg);
}

.p-404 {
  margin-top: 70px;
  color: #20376B;
  text-align: center;
}

.p-404__heading {
  font-weight: bold;
  font-size: 8rem;
  line-height: 1;
}

.p-404__text-en {
  margin-top: 30px;
  font-weight: bold;
  font-size: 2rem;
}

.p-404__text-ja {
  margin-top: 15px;
  font-size: 1.4rem;
}

/* fix: メリットページカード追加ここからー */
.p-merit__case-study {
  padding: 0 60px 80px;
  background-image: url(../images/merit/case-study-bg.jpg);
  background-position: center;
}

/* fix: メリットページカード */
.p-merit-case-study__title {
  padding: 60px 0;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}

/* fix: メリットページカード */
.p-merit-case-study__card-area {
  display: flex;

  flex-wrap: wrap;
}

/* fix: メリットページカード */
.p-case-study__button-area {
  display: flex;
  margin-top: 60px;

  justify-content: space-around;
}

/* fix: メリットページカード */
.p-case-study__button {
  width: 40%;
}

/* fix: メリットページカード */

/* fix: メリットページカード追加ここまで */
/* interaction */
/* utility
-------------------------------------------------------- */
.u-align-left {
  text-align: left !important;
}

.u-align-left__center {
  text-align: left;
}

.u-align-center {
  text-align: center !important;
}

.u-align-center__left {
  text-align: center;
}

.u-align-right {
  text-align: right !important;
}

.u-align-right__center {
  text-align: right;
}

.u-bg-grad-blue {
  background-image: linear-gradient(to right, #26457f 0%, #051735 100%);
}

.u-bg-grad-gold {
  background-image: linear-gradient(90deg, #af9460 0%, #60481c 100%);
}

.u-bg-white {
  background-color: white;
}

.u-bg-greenLight {
  background-color: #b0ddce;
}

.u-bg-yellowLight {
  background-color: #eeebdd;
}

.u-bg-blueLight {
  background-color: #1c71b5;
}

.u-bg-blueLightest {
  background-color: #d2e2f0;
}

.u-image-svg-asset {
  display: none;
}

.u-image-block {
  display: block;
}

.u-image-block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-image-x2 {
  max-width: 50%;
}

/* 親要素を満たす */
.u-image-fill {
  min-width: 100%;
  min-height: 100%;
}

/* img を囲む要素につける */
.u-image-cover-center {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;

  justify-content: center;
  align-items: center;
}

.u-image-cover-center > img {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
}

/* スマホ時inner内にあるが、横幅=画面幅 */
.u-image-spvmax {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.u-link-hover {
  transition: opacity .3s ease-out;
}

.u-link-hover:hover {
  opacity: .6;
}

.u-link-uline {
  color: #093586;
  text-decoration: underline;
}

.u-link-uline:hover {
  text-decoration: none;
}

.u-link-noline {
  text-decoration: none;
}

.u-link-noline:hover {
  text-decoration: underline;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-text-bold {
  font-weight: 500 !important;
}

.u-text-normal {
  font-weight: normal !important;
}

.u-text-strike {
  text-decoration: line-through;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-color-caution {
  color: #cd5050;
}

.u-text-color-error {
  color: #cd5050;
}

.u-text-color-placeholder {
  color: #888888;
}

.u-text-color-default {
  color: #333 !important;
}

.u-text-time {
  font-size: 12.5px;
  font-size: 1.25rem;
}

.u-text-notice {
  color: #888888;
  font-size: 1.3rem;
}

p.u-text-notice {
  margin-top: 1em !important;
  line-height: 1.3 !important;
}

.u-text-required {
  padding: 0 .5em;
  color: #cd5050;
  font-size: 12.5px;
  font-size: 1.25rem;
}

.u-text-lead {
  font-size: 2rem;
  line-height: 1.8;
}

.u-text-sentence {
  line-height: 1.75;
}

.u-text-sentence p + p {
  margin-top: 1em;
}

.u-only-sp {
  display: block;
}

.u-only-sp-inline {
  display: inline;
}

.u-from-tab {
  display: none;
}

.u-from-tab-inline {
  display: none;
}

.u-until-tab {
  display: block;
}

.u-only-pc {
  display: none;
}

.u-hide {
  display: none !important;
}

.u-typo-body {
  font-size: 15px;
  font-size: 1.5rem;
}

.u-typo-small {
  font-size: 12.5px;
  font-size: 1.25rem;
}

.u-width-quarter {
  width: 25%;
}

.u-width-half {
  width: 50%;
}

.u-width-full {
  width: 100%;
}

.u-width-full__half {
  width: 100%;
}

.u-width-full__quarter {
  width: 100%;
}

.u-none-background {
  background: none !important;
}

.u-none-border {
  border: none !important;
}

.u-sp-full {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.u-br-sp {
  display: block;
}

.u-br-sp-tab {
  display: block;
}

.u-br-tab {
  display: none;
}

.u-br-tab-pc {
  display: none;
}

.u-br-pc {
  display: none;
}

.u-br-sp-pc {
  display: block;
}

.u-display-sp {
  display: block !important;
}

.u-display-tab-pc {
  display: none !important;
}

.u-color-brown {
  color: #544012 !important;
}

.u-bg-color-gray {
  background-color: #f4f4f4;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-normal {
  font-weight: normal;
}

@media only print, screen and (min-width: 768px){
  a[href*="tel:"]{
    pointer-events: none;
  }
  body{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-inner{
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1280px;
    width: 100%;
  }
  .l-header{
    height: auto;
  }
  .l-header__menu-toggle{
    display: none;
  }
  .l-footer{
    padding: 30px 0 10px;
  }
  .l-footer__column{
    flex-direction: row;
    justify-content: space-between;
  }
  .l-footer__column .p-branding--footer{
    padding-right: 20px;
  }
  .l-footer__column > * + *{
    margin-top: 0;
  }
  .l-footer__address{
    font-size: 1.1rem;
    margin: auto;
    font-size: medium;
  }
  .l-footer__address > a{
    margin-bottom: 1em;
  }
  .l-footer__address address > span{
    margin-bottom: .5em;
  }

  .l-keyvisual{
    padding-top: 42px;
  }
  .l-keyvisual--home{
    min-height: auto;
    height: auto;
  }
  .l-keyvisual--home.is-visible::before{
    background: url(../images/home/home_main_visual_2.jpg) top 42px center/100% auto no-repeat;
  }
  .l-keyvisual--home__contents{
    padding-top: 70px;
    padding-left: 140px;
    height: 57.03vw;
  }
  .l-keyvisual--home__title{
    color: #05316f;
    text-align: left;
    /* fix mv修正 */
    font-size: 3.08vw;
  }
  .l-keyvisual--home__text{
    margin-top: 35px;
    color: #05316f;
    text-align: left;
    font-size: 1.56vw;
  }
  .l-keyvisual--home__badges{
    display: none;
    /* fix: スマホのときだけ表示 */
    height: 100px;
  }
  .l-keyvisual--home__badges img{
    width: auto;
    height: 100px;
  }
  .l-keyvisual--home__content-warp{
    /* fix: start mv変更 */
    display: flex;
  }
  .l-keyvisual--home-login-wrap{
    /* fix: keyvisualに追加したログインフォーム */
    display: block;
    width: 45%;
  }
  .l-keyvisual--home-login__heading{
    /* fix: keyvisualに追加したログインフォーム */
    margin: calc(7vw - px2vw(40, 1280)) 0 40px;
    padding-top: 3.12vw;
    font-size: 2.81vw;
    line-height: 1.15;
  }
  .l-keyvisual--home-login__input-wrap + .l-keyvisual--home-login__input-wrap{
    /* fix: keyvisualに追加したログインフォーム */
    margin-top: 20px;
  }
  .l-keyvisual--home-login__btn-wrap{
    margin: 3.12vw 0 0;
    /* fix: keyvisualに追加したログインフォーム */
    max-width: none;
  }
  .l-keyvisual--home-login__link-wrap{
    /* fix: keyvisualに追加したログインフォーム */
    margin-top: 2.34vw;
  }
  .l-keyvisual--home-login__link{
    /* fix: keyvisualに追加したログインフォーム */
    font-size: 1.56vw;
    line-height: 1.45;
  }
  .l-keyvisual--home-login__link + .l-keyvisual--home-login__link{
    /* fix: keyvisualに追加したログインフォーム */
    margin-top: 20px;
  }
  .l-keyvisual--wmw.is-visible::before{
    background: url(../images/system/system_wmw_keyvisual.png) top 84px right/100% auto no-repeat;
  }
  .l-keyvisual--wmw__contents{
    padding-top: 11.48vw;
    padding-left: calc(200 / 1280 * 100vw);
    width: 100%;
    height: 40.78vw;
  }
  .l-keyvisual--wmw__title{
    width: 28.3vw;
    font-size: 3.9vw;
    line-height: 1.2;
  }
  .l-keyvisual--wmw__text{
    margin-top: 40px;
    width: 28.3vw;
    white-space: nowrap;
    font-size: 1.875vw;
    line-height: 1.33;
  }
  .l-keyvisual--wmw__text h1{
    font-weight: 500;
  }
  .l-keyvisual--dyg.is-visible::before{
    background: url(../images/system/system_dyg_keyvisual.png) top 84px right/100% auto no-repeat;
  }
  .l-keyvisual--dyg__contents{
    padding-top: 13.82vw;
    padding-left: calc(200 / 1280 * 100vw);
    width: 100%;
    height: 40.78vw;
  }
  .l-keyvisual--dyg__title{
    width: 28.3vw;
    font-size: 3.9vw;
    line-height: 1.2;
  }
  .l-keyvisual--dyg__text{
    margin-top: 35px;
    width: 28.3vw;
    white-space: nowrap;
    font-size: 1.875vw;
    line-height: 1.33;
  }
  .l-keyvisual--merit.is-visible::before{
    background: url(../images/merit/merit_keyvisual.png) top 42px right/100% auto no-repeat;
  }
  .l-keyvisual--merit__contents{
    padding-top: 8.98vw;
    padding-left: calc(200 / 1280 * 100vw);
    width: 100%;
    height: 34.21vw;
  }
  .l-keyvisual--merit__title{
    width: 35vw;
    font-size: 3.9vw;
    line-height: 1.2;
  }
  .l-keyvisual--merit__text{
    margin-top: 35px;
    width: 35vw;
    white-space: nowrap;
    font-size: 1.875vw;
    line-height: 1.33;
  }
  .l-keyvisual--about.is-visible::before{
    background: url(../images/about/about_keyvisual.png) top 42px right/100% auto no-repeat;
  }
  .l-keyvisual--about__contents{
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: 52.5vw;
    align-items: center;
    justify-content: center;
  }
  .l-keyvisual--about__logo{
    width: 43.75vw;
  }
  .l-keyvisual--about__text{
    margin-top: 90px;
    font-size: 2.4rem;
    line-height: 1.33;
  }
  .l-page-copy{
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 2.2rem;
    line-height: 1;
  }
  h2.l-page-copy{
    font-size: 3rem;
  }
  .l-section--home-8theme__iconList{
    padding: 60px 0;
  }
  .l-section--home-8theme__introduce{
    padding: 85px 0 80px;
  }
  .l-section--home-system__block{
    width: 50%;
  }
  .l-section--home-system__block.--num1,
  .l-section--home-system__block.--num4{
    height: auto;
  }
  .l-section--home-system__block.--num1{
    order: 1;
  }
  .l-section--home-system__block.--num2{
    order: 2;
  }
  .l-section--home-system__block.--num3{
    order: 3;
  }
  .l-section--home-system__block.--num4{
    order: 4;
  }
  .l-section--home-system__block.--num5{
    order: 5;
  }
  .l-section--home-system__block.--num6{
    order: 6;
  }
  .l-section--home-dx .c-button--white{
    /* fix: トップページ変更 */
    width: 500px;
  }
  .l-section--home-dx__main-analyze{
    padding-top: 90px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
  .l-section--home-dx__main-analyze-img{
    /* fix: トップページ変更 */
    width: 25%;
  }
  .l-section--home-dx__main-analyze-img:nth-child(3){
    /* fix: トップページ変更 */
    padding: 0;
  }
  .l-section--home-dx__main-effect-card-wrapper{
    /* fix: トップページ変更 */
    display: flex;
    justify-content: space-around;
  }
  .l-section--home-dx__main-effect-card{
    /* fix: トップページ変更 */
    display: block;
    max-width: none;
    width: 240px;
  }
  .l-section--home-dx__main-effect-card img{
    /* fix: トップページ変更 */
    height: 240px;
  }
  .l-section--home-dx__main-effect-card p{
    /* fix: トップページ変更 */
    padding-top: 15px;
    text-align: center;
  }
  .l-section--home-dx__main-effect-title{
    padding: 85px 0 30px;
    /* fix: トップページ変更 */
    text-align: center;
    font-size: 4.5rem;
  }
  .l-section--home-dx__bottom{
    /* fix: トップページ変更 */
    display: flex;
  }
  .l-section--home-dx__bottom-card{
    width: 50%;
    /* fix: トップページ変更 */
    height: 765px;
  }
  .l-section--home-dx__bottom-card img{
    /* fix: トップページ変更 */
    width: 360px;
    height: 300px;
  }
  .l-section--home-dx__bottom-card h3{
    padding: 50px 0 50px;
    /* fix: トップページ変更 */
    font-size: 3.6rem;
  }
  .l-section--home-dx__bottom-card p{
    height: 160px;
    /* fix: トップページ変更 */
    font-size: 2rem;
  }
  .l-section--home-dx__bottom-card .c-button--blue{
    /* fix: トップページ変更 */
    margin: 0px auto 60px;
    width: 380px;
  }
  .l-section--home-feature__contents{
    display: flex;
    flex-wrap: wrap;
  }
  .l-section--home-feature__block{
    width: 50%;
  }
  .l-section--home-feature__block img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-section--home-feature__block.--num1{
    order: 1;
  }
  .l-section--home-feature__block.--num2{
    order: 2;
  }
  .l-section--home-feature__block.--num3{
    order: 3;
  }
  .l-section--home-feature__block.--num4{
    order: 4;
  }
  .l-section--home-user{
    /* fix: トップページ変更 */
    padding: 80px 0 60px;
  }
  .l-section--home-user.is-visible::before{
    background: url(../images/home/home_user_bg_sp.png) top center/cover no-repeat;
  }
  .l-section--home-feature__button-wrap .c-button--white-border{
    /* fix: トップページ変更 */
    display: flex;
    margin: 60px auto 0;
    margin-top: 60px;
    width: 500px;
  }
  .l-section--home-8theme__button-wrap .c-button--white-border{
    /* fix: トップページ変更 */
    display: flex;
    margin: 60px auto 0;
    margin-top: 60px;
    width: 500px;
  }
  .l-section--system.--dyg{
    background-color: #faf8f6;
  }
  .l-section--management img{
    margin: 80px auto 0;
    width: 89%;
  }
  .l-section--management.--dyg img{
    margin: 80px auto 0;
    width: 89%;
  }
  .l-section--management-heading{
    margin: 80px 0 40px;
  }
  .l-section--management-text{
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.35;
  }
  .l-section--feature-heading{
    margin: 100px 0 30px;
  }
  .l-section--feature-heading .c-heading--deep-blue{
    font-size: 4rem;
  }
  .l-section--feature-link{
    display: flex;
    padding: 60px 20px 80px;
    align-items: center;
    justify-content: center;
  }
  .l-section--feature-link a{
    margin: 0;
    max-width: 480px;
  }
  .l-section--feature-link a + a{
    margin: 0 0 0 84px;
  }
  .l-section--feature__block-wrap{
    display: flex;
  }
  .l-section--feature__block{
    display: block;
    width: 50%;
  }
  .l-section--feature__block img{
    width: auto;
    height: 100%;
  }
  .l-section--feature__block.--num1{
    order: 1;
  }
  .l-section--feature__block.--num2{
    order: 2;
  }
  .l-section--feature__illust1{
    margin: 40px 0;
  }
  .l-section--feature__illust1 img{
    max-height: 475px;
    width: auto;
    height: 100%;
  }
  .l-section--feature__illust2{
    margin: 60px 0;
  }
  .l-section--feature__illust2 img{
    max-height: 420px;
    width: auto;
    height: 100%;
  }
  .l-section--feature-dyg{
    padding: 100px 0;
  }
  .l-section--feature-dyg__heading{
    text-align: left;
    font-size: 3.6rem;
    line-height: 1.16;
  }
  .l-section--feature-dyg__text{
    margin-top: 40px;
    text-align: left;
    font-size: 2rem;
    line-height: 1.35;
  }
  .l-section--summary{
    padding: 80px 0;
  }
  .l-section--summary p{
    margin: 40px 0;
    font-size: 2rem;
  }
  .l-section--summary-heading{
    font-size: 3.6rem;
  }
  .l-section--summary-text{
    margin: 40px 0;
    font-size: 2rem;
  }
  .l-section--sample{
    padding: 80px 0;
  }
  .l-section--sample-heading{
    margin-bottom: 40px;
    font-size: 3.6rem;
    line-height: 0.94;
  }
  .l-section--sample__card + .l-section--sample__card{
    margin-top: 40px;
  }
  .l-section--merit-marketing{
    padding: 80px 0 0;
  }
  .l-section--merit-marketing__heading{
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .l-section--merit-marketing__link{
    padding: 60px 0;
    max-width: 500px;
  }
  .l-section--skill__contents{
    display: flex;
    flex-wrap: wrap;
  }
  .l-section--about{
    padding: 80px 0;
  }
  .l-section--about__heading{
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .l-section--about__achievement-wrap{
    padding-top: 60px;
  }
  .l-section--about__achievement{
    max-width: none;
    width: 320px;
  }
  .l-section--about__achievement + .l-section--about__achievement{
    margin-left: 50px;
  }
  .l-section--about__achievement img{
    height: 150px;
  }
  .l-section--about__achievement-text{
    padding-top: 35px;
    white-space: nowrap;
    font-size: 2.4rem;
    line-height: 1.16;
  }
  .l-section--about__iframe-wrap{
    margin: 60px auto 0;
    max-width: 920px;
  }
  .l-section--contact{
    padding-top: 42px;
    padding-bottom: 100px;
  }
  .l-section--login{
    padding-top: 42px;
    padding-bottom: 80px;
  }
  .l-section--partner{
    padding-top: 42px;
    padding-bottom: 20px;
  }
  .l-section--partner__heading{
    margin: 80px 0;
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .l-section--partner__img-wrap{
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
  }
  .l-section--partner__img + .l-section--partner__img{
    margin: 0;
    margin-left: 40px;
  }
  .l-section--sitemap{
    padding-top: 42px;
    padding-bottom: 80px;
  }
  .l-section--404{
    padding-top: 42px;
    padding-bottom: 120px;
  }
  .c-column{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-column.--dx .c-column__item{
    display: block;
    margin: 0;
    text-align: center;
    font-size: 3rem;
    line-height: 1.13;
  }
  .c-column.--dx .c-column__item img{
    margin-right: 0;
    width: 235px;
  }
  .c-column.--dx .c-column__item + .c-column__item{
    margin-left: 90px;
    margin-left: 7.03vw;
  }
  .c-column.--dx .c-column__heading{
    margin-top: 40px;
    color: #1F366A;
  }
  .c-column.--user{
    color: #221E1F;
  }
  .c-column.--user .c-column__item{
    width: 355px;
  }
  .c-column.--user .c-column__item + .c-column__item{
    margin-top: 0;
    margin-left: 16.4vw;
  }
  .c-column.--user img{
    width: 170px;
  }
  .c-column.--user .c-column__name{
    margin-top: 30px;
    font-size: 3rem;
    line-height: 1.13;
  }
  .c-column.--user .c-column__post{
    margin-top: 10px;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.12;
  }
  .c-column.--user .c-column__text{
    margin-top: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.35;
  }
  .c-copyrights{
    /* position: absolute;
    bottom: 0;
    left: 30px; */
    margin-top: 40px;
    /* fix: コピーライト左寄せ調整 */
    text-align: center;
    align-items: flex-start;
  }
  .c-copyrights__text{
    font-size: 1rem;
  }
  .c-copyrights__text--small{
    font-size: 1.3rem;
  }
  .c-heading, .c-heading--deep-blue, .c-heading--brown, .c-heading--system, .c-heading--bg-deep-blue, .c-heading--bg-brown, .c-heading--user{
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .c-heading--bg-blue{
    padding: 60px 0 70px;
  }
  .c-heading--bg-deep-blue{
    padding: 60px 0;
  }
  .c-heading--bg-brown{
    padding: 60px 0;
  }
  .c-heading--user-wrap{
    margin-bottom: 80px;
  }
  .c-link-list__item{
    white-space: nowrap;
    font-size: 1.1rem;
  }
  .c-link-list__item + .c-link-list__item{
    margin-top: 1em;
  }
  .c-card{
    padding: 40px 50px 50px;
  }
  .c-card__contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-card__contents__left{
    width: calc(100% - 250px);
  }
  .c-card__heading{
    font-size: 3.6rem;
    line-height: 1.16;
  }
  .c-card__name{
    margin-top: 40px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.13;
  }
  .c-card__description{
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .c-card__pdf-wrap{
    margin: 0;
    min-width: 250px;
    width: auto;
  }
  .c-button, .c-button--blue, .c-button--blue-border, .c-button--white-border, .c-button--deep-blue, .c-button--brown-border, .c-button--blue-gradient, .c-button--blue-pdf, .c-button--brown-pdf, .c-button--blue-gradient-icon, .c-button--white{
    height: 70px;
    border-radius: 35px;
    font-size: 2.4rem;
  }
  .c-button--blue{
    background-color: #488ecc;
  }
  input.c-input{
    padding: 0 20px;
    height: 60px;
    font-size: 2rem !important;
  }
  input.c-input::-moz-placeholder{
    top: auto;
    font-size: 2rem;
  }
  input.c-input:-ms-input-placeholder{
    top: auto;
    font-size: 2rem;
  }
  input.c-input::placeholder{
    top: auto;
    font-size: 2rem;
  }
  textarea.c-input-textarea{
    padding: 10px 20px;
  }
  textarea.c-input-textarea::-moz-placeholder{
    font-size: 2rem;
  }
  textarea.c-input-textarea:-ms-input-placeholder{
    font-size: 2rem;
  }
  textarea.c-input-textarea::placeholder{
    font-size: 2rem;
  }
  .c-input-checkbox-label{
    padding-left: 50px;
    font-size: 2rem;
  }
  .c-input-checkbox-label::before{
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .c-input-checkbox-label::after{
    top: calc(50% - 15px);
    left: 13px;
    width: 8px;
    height: 20px;
    border-right: 5px solid currentcolor;
    border-bottom: 5px solid currentcolor;
  }
  .p-branding--header{
    width: 84px;
    height: 84px;
  }
  .p-branding--header img{
    width: 60px;
  }
  .p-branding--footer{
    width: 60px;
    height: 49px;
  }
  .p-grid{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 80px 40px 80px 60px;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
  }
  .p-grid__heading, .p-grid__heading--small{
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-grid__heading--small{
    font-size: 3.6rem;
  }
  .p-grid__text{
    margin-top: 40px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-grid__link{
    margin-top: 40px;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-grid--merit{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
  }
  .p-grid--merit:nth-of-type(odd){
    padding: 60px 55px 60px 85px;
  }
  .p-grid--merit:nth-of-type(even){
    padding: 60px 85px 60px 55px;
  }
  .p-grid--merit:nth-of-type(2), .p-grid--merit:nth-of-type(3){
    background-color: #F1F1F2;
  }
  .p-grid--merit:nth-of-type(1), .p-grid--merit:nth-of-type(4){
    background-color: white;
  }
  .p-grid--merit__heading{
    font-size: 3.6rem;
    line-height: 1.16;
  }
  .p-grid--merit__img{
    margin-top: 40px;
  }
  .p-grid--merit__img img{
    max-height: 300px;
    width: auto;
  }
  .p-grid--merit__text{
    margin: 40px 0 54px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-grid--merit__link{
    margin: auto auto 0;
    max-width: none;
    width: 100%;
  }
  .p-grid--merit__link a{
    font-size: 1.8rem;
  }
  .p-icon-column{
    flex-wrap: nowrap;
  }
  .p-icon-column-heading{
    margin-bottom: 35px;
    font-size: 3.6rem;
  }
  .p-icon-column__item{
    display: block;
    margin: 0;
    flex-basis: auto;
  }
  .p-icon-column__item + .p-icon-column__item{
    margin-left: 18px;
  }
  .p-icon-column__item img{
    margin-bottom: 20px;
    width: 100%;
  }
  .p-navi{
    position: static;
    display: flex !important;
    box-sizing: border-box;
    margin-top: 0;
    padding-right: 30px;
    padding-left: 84px;
    width: 100%;
    height: 42px;
    background-color: white;
    transform: none;
    justify-content: flex-end;
    align-items: center;
  }
  .p-navi.is-open{
    display: flex !important;
  }
  .p-navi__list{
    flex-direction: row;
    overflow-y: visible;
    padding: 0;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.1rem;
    align-items: center;
  }
  .p-navi__list__item{
    border-top: none;
  }
  .p-navi__list__link{
    height: auto;
    border: none;
  }
  .p-navi__list__login img{
    height: 26px;
  }
  .p-navi__list__item.--dropdown{
    position: relative;
    display: flex;
    margin-right: 16px;
    height: 42px;
    cursor: pointer;
    align-items: center;
  }
  .p-navi__list__item.--dropdown::after{
    position: absolute;
    top: calc(50% - 3px);
    right: 3px;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../images/common/icon_dropdown.svg) no-repeat;
    background-size: contain;
    content: '';
    vertical-align: middle;
  }
  .p-navi__list__item.--dropdown:hover{
    color: #3974BA;
  }
  .p-navi__list__item.--dropdown:hover::after{
    background: url(../images/common/icon_dropdown_blue.svg) no-repeat;
  }
  .p-navi__dropdown{
    position: absolute;
    top: 42px;
    left: 0;
    width: calc(100vw - 84px);
    height: 42px;
    background-color: #D2E3F0;
  }
  .p-navi__dropdown-list-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .p-navi__dropdown-list-wrap::before{
    position: absolute;
    right: 0;
    width: 200vw;
    height: 100%;
    background-color: #E3F1F8;
    content: '';
  }
  .p-navi__dropdown-list + .p-navi__dropdown-list{
    margin-left: 65px;
  }
  .p-introduce{
    display: flex;
    margin-top: 30px;
  }
  .p-introduce__leftBlock-pc{
    /* fix: トップページ変更 */
    display: block;
    margin: 0;
    width: 60%;
  }
  .p-introduce__leftBlock-pc img{
    /* fix: トップページ変更 */
    margin-top: 20px;
  }
  .p-introduce__leftBlock-sp{
    /* fix: トップページ変更 */
    display: none;
  }
  .p-introduce__rightBlock{
    width: 40%;
  }
  .p-introduce__text{
    margin: 40px 0;
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-introduce__link-wrap{
    max-width: 395px;
  }
  .p-introduce__link-wrap a + a{
    margin-top: 20px;
  }
  .p-footer-link{
    padding: 80px 0;
  }
  .p-footer-link__heading{
    margin-bottom: 80px;
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-footer-link__link-wrap{
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
  }
  .p-footer-link__link{
    margin: 0;
    height: 100%;
  }
  .p-footer-link__link + .p-footer-link__link{
    margin-top: 0;
    margin-left: 24px;
  }
  .p-footer-link-logo{
    width: 60px;
    height: 49px;
  }
  .p-slider-wrap{
    padding: 0 90px;
  }
  .p-slider{
    margin: 0 auto;
    max-width: 1100px;
  }
  .p-slider__navigation, .p-slider__prevBtn, .p-slider__nextBtn{
    width: 13px;
  }
  .p-slider__prevBtn{
    left: -50px;
  }
  .p-slider__nextBtn{
    right: -50px;
  }
  .p-system-requirements__contact{
    padding: 60px 40px 0 50px;
  }
  .p-system-requirements__contact-heading{
    font-size: 2.4rem;
    line-height: 1.33;
  }
  .p-system-requirements__contact-text{
    padding-top: 40px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-system-requirements__contact-info{
    padding-top: 40px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-merit-number__block{
    display: flex;
    padding: 0 20px;
    height: 500px;
    align-items: center;
    justify-content: flex-start;
  }
  .p-merit-number__block:nth-of-type(even){
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-merit-number__block.--num1{
    background-position: center right, center center;
    background-size: contain, cover;
  }
  .p-merit-number__block.--num2{
    background-position: center left 32%, center center;
    background-size: contain, cover;
  }
  .p-merit-number__block.--num3{
    background-position: center right, center center;
    background-size: contain, cover;
  }
  .p-merit-number__heading{
    text-align: left;
    font-size: 3.6rem;
    line-height: 1.16;
  }
  .p-merit-number__text{
    margin-top: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-merit-number__img{
    max-width: 40%;
  }
  .p-merit-number__img + .p-merit-number__info{
    margin-left: 40px;
  }
  .p-merit-number-link{
    display: flex;
    padding: 50px 20px;
    align-items: center;
    justify-content: center;
  }
  .p-merit-number-link__link{
    margin: 0;
    max-width: 480px;
    height: 70px;
  }
  .p-merit-number-link__link + .p-merit-number-link__link{
    margin: 0 0 0 84px;
  }
  .p-benefit__link-block{
    display: flex;
    padding-bottom: 100px;
    align-items: center;
    justify-content: center;
  }
  .p-benefit__link-wrap{
    margin: 0;
    width: 480px;
  }
  .p-benefit__link-wrap + .p-benefit__link-wrap{
    margin: 0;
    margin-left: 85px;
  }
  .p-accordion-wrap{
    margin: 0 auto;
    padding: 220px 40px 100px;
    max-width: 950px;
  }
  .p-accordion-wrap--partner{
    margin: 0 auto;
    padding: 40px 40px 100px;
    max-width: 950px;
  }
  .p-accordion-wrap--benefit{
    margin: 0 auto;
    padding: 220px 40px 100px;
    max-width: 950px;
  }
  .p-accordion__top-title{
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-accordion__top-text{
    margin: 40px 0 60px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-accordion__title, .p-accordion__title--center{
    margin-top: 40px;
    padding: 0 40px 0 50px;
    height: 80px;
    font-size: 2.4rem;
    line-height: 1.33;
  }
  .p-accordion__title--center{
    height: 80px;
  }
  .p-accordion__title--center > p{
    font-size: 2rem;
  }
  .p-accordion__btn{
    width: 40px;
    height: 40px;
  }
  .p-accordion__menu{
    padding: 15px 40px 20px 50px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-accordion__boundary{
    padding: 15px 40px 20px 50px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-accordion__boundary .--arrow{
    padding-left: 24px;
  }
  .p-contact{
    margin: 0 auto;
    max-width: 600px;
  }
  .p-contact__heading{
    padding-top: 80px;
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-contact__text{
    padding: 40px 0 60px;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-contact__input-wrap + .p-contact__input-wrap{
    margin-top: 20px;
  }
  .p-contact__textarea-wrap{
    margin-top: 20px;
    height: 300px;
  }
  .p-contact__checkbox-wrap{
    margin-top: 20px;
  }
  .p-contact__btn-wrap{
    margin: 35px 0 0;
    width: auto;
  }
  .p-contact__support{
    margin-top: 80px;
  }
  .p-contact__support-heading{
    font-size: 2.4rem;
    line-height: 1.33;
  }
  .p-contact__support-text{
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-login__heading{
    margin: 80px 0;
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-login__input-wrap + .p-login__input-wrap{
    margin-top: 20px;
  }
  .p-login__btn-wrap{
    margin: 40px 0 0;
    max-width: none;
  }
  .p-login__link-wrap{
    margin-top: 60px;
  }
  .p-login__link{
    font-size: 2rem;
    line-height: 1.45;
  }
  .p-login__link + .p-login__link{
    margin-top: 20px;
  }
  .p-table{
    font-size: 2rem;
  }
  .p-table .--th{
    min-height: 60px;
  }
  .p-table .--th,
  .p-table .--td{
    padding: 20px 7px;
  }
  .p-table .--th-left{
    padding: 0 0 0 50px;
  }
  .p-table .--width180px{
    width: 180px;
  }
  .p-table .--info{
    padding: 20px 50px;
  }
  .p-table .--info p{
    font-size: 2rem;
    line-height: 1.35;
  }
  .p-table .--info p + p{
    margin-top: 25px;
  }
  .p-table .--info-partner{
    padding: 20px 7px;
  }
  .p-table .--info-partner p{
    padding: 0 0 0 50px;
  }
  .p-table .--text-wrap{
    margin-top: 25px;
  }
  .p-table .--link-blue{
    margin-top: 20px;
    min-width: auto;
    height: 40px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 1.2;
    line-height: 40px;
  }
  .p-table .--link-blue.--small{
    margin-top: 0;
    width: 115px;
  }
  .p-table .--child-btn{
    padding: 0 30px 0 43px;
  }
  .p-table .--child-btn .p-accordion__btn{
    width: 40px;
    height: 40px;
  }
  .p-table .--child-btn2{
    padding: 0 0 0 0;
  }
  .p-table .--child-btn2 .p-accordion__btn{
    width: 40px;
    height: 40px;
  }
  .p-table .--th-pdf-wrap{
    padding: 0 45px 0 50px;
  }
  .p-table .--th-pdf-wrap a{
    padding: 0 35px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }
  .p-table .--slider{
    box-sizing: border-box;
    padding: 45px 45px 40px;
    max-width: 860px;
    width: 100%;
  }
  .p-table .--slider .p-slider__prevBtn{
    left: 15px;
  }
  .p-table .--slider .p-slider__nextBtn{
    right: 15px;
  }
  .p-table .--slider .--caption{
    margin-top: 10px;
    font-size: 2rem;
  }
  .p-table .--link-pdf{
    padding: 0 30px;
    min-width: 230px;
    min-width: auto;
    height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 40px;
  }
  .p-table .--link-bottom{
    margin: 40px auto;
    width: 230px;
  }
  .p-table.--price{
    font-weight: normal;
    font-size: 2.4rem;
  }
  .p-table--feature .--th-48per{
    width: 43%;
  }
  .p-table--feature .--summary-text{
    padding: 35px 0 35px 50px;
  }
  .p-table--feature .--link-wrap .--link-blue.--small{
    margin: 0 auto;
  }
  .--double-link{
    row-gap: 10px;
  }
  .p-sitemap__heading-top{
    margin: 80px 0;
    font-size: 4.5rem;
    line-height: 1.15;
  }
  .p-sitemap{
    margin: 0 auto;
    padding: 60px 100px;
  }
  .p-sitemap__heading{
    margin-bottom: 30px;
    text-align: left;
    font-size: 2.4rem;
  }
  .p-sitemap__heading .--arrow{
    padding-left: 20px;
  }
  .p-sitemap__heading .--arrow::before{
    top: 13px;
    width: 9px;
    height: 9px;
    border-right: 3px solid #20376B;
    border-bottom: 3px solid #20376B;
  }
  .p-sitemap__contents{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-sitemap__left-block{
    width: 60%;
  }
  .p-sitemap__right-block{
    width: 40%;
  }
  .p-sitemap__list{
    padding-left: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .p-sitemap__list::before{
    top: 14px;
    width: 9px;
    height: 9px;
    border-right: 3px solid #1C71B5;
    border-bottom: 3px solid #1C71B5;
  }
  .p-404{
    margin-top: 140px;
  }
  .p-404__heading{
    font-size: 20rem;
  }
  .p-404__text-en{
    margin-top: 70px;
    font-size: 4.5rem;
  }
  .p-404__text-ja{
    margin-top: 30px;
    font-size: 2rem;
  }
  .u-align-left__center{
    text-align: center;
  }
  .u-align-center__left{
    text-align: left;
  }
  .u-align-right__center{
    text-align: center;
  }
  .u-image-spvmax{
    position: static;
    left: unset;
    margin-left: auto;
    width: auto;
  }
  .u-text-time{
    font-size: 10px;
    font-size: 1rem;
  }
  .u-text-required{
    font-size: 10px;
    font-size: 1rem;
  }
  .u-text-lead{
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
  }
  .u-text-sentence{
    line-height: 2;
  }
  .u-only-sp{
    display: none;
  }
  .u-only-sp-inline{
    display: none;
  }
  .u-from-tab{
    display: block;
  }
  .u-from-tab-inline{
    display: inline;
  }
  .u-typo-body{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u-typo-small{
    font-size: 10px;
    font-size: 1rem;
  }
  .u-width-full__half{
    width: 50% !important;
  }
  .u-width-full__quarter{
    width: 25% !important;
  }
  .u-sp-full{
    position: static;
    left: initial;
    margin-left: 0;
    width: auto;
  }
  .u-br-sp{
    display: none;
  }
  .u-br-tab{
    display: block;
  }
  .u-br-tab-pc{
    display: block;
  }
  .u-br-sp-pc{
    display: none;
  }
  .u-display-sp{
    display: none !important;
  }
  .u-display-tab-pc{
    display: block !important;
  }
}

@media only print, screen and (min-width: 1280px){
  body{
    font-size: 20px;
    font-size: 2rem;
  }
  .l-footer{
    padding: 30px 0 10px;
  }
  .l-footer__column .p-branding--footer{
    padding-right: 67px;
  }
  .l-footer__column > * + *{
    margin-left: 105px;
  }
  .l-footer__address{
    font-size: 1.8rem;
    margin: auto;
  }
  .l-keyvisual{
    padding-top: 70px;
  }
  .l-keyvisual--home.is-visible::before{
    background: url(../images/home/home_main_visual_2.jpg) top 70px center/100% auto no-repeat;
  }
  .l-keyvisual--home__contents{
    /* fix mv修正 */
    padding-top: 7vw;
  }
  .l-keyvisual--home__text{
    font-size: 2.1rem;
  }
  .l-keyvisual--home__text + .l-keyvisual--home__text{
    margin-top: 30px;
  }
  .l-keyvisual--home__badges{
    height: 170px;
  }
  .l-keyvisual--home__badges img{
    height: 170px;
  }
  .l-keyvisual--wmw.is-visible::before{
    background: url(../images/system/system_wmw_keyvisual.png) top 140px right/100% auto no-repeat;
  }
  .l-keyvisual--wmw__contents{
    padding-top: 11.48vw;
    height: 41.4vw;
  }
  .l-keyvisual--dyg.is-visible::before{
    background: url(../images/system/system_dyg_keyvisual.png) top 140px right/100% auto no-repeat;
  }
  .l-keyvisual--dyg__contents{
    padding-top: 16.01vw;
    padding-left: calc(200 / 1280 * 100vw);
    height: 41.4vw;
  }
  .l-keyvisual--merit.is-visible::before{
    background: url(../images/merit/merit_keyvisual.png) top 70px right/100% auto no-repeat;
  }
  .l-keyvisual--merit__contents{
    height: 37.5vw;
  }
  .l-keyvisual--about.is-visible::before{
    background: url(../images/about/about_keyvisual.png) top 70px right/100% auto no-repeat;
  }
  .l-keyvisual--about__contents{
    height: 54.68vw;
  }
  .l-page-copy{
    padding: 60px 0;
    font-size: 3.6rem;
  }
  h2.l-page-copy{
    font-size: 5rem;
  }
  .l-section--home-user.is-visible::before{
    background-image: url(../images/home/home_user_bg.png);
  }
  .l-section--management.--dyg img{
    width: calc(505 / 1200 * 100%);
  }
  .l-section--contact{
    padding-top: 70px;
  }
  .l-section--login{
    padding-top: 70px;
  }
  .l-section--partner{
    padding-top: 40px;
  }
  .l-section--sitemap{
    padding-top: 70px;
  }
  .l-section--404{
    padding-top: 70px;
  }
  .c-copyrights__text{
    left: 40px;
    font-size: 1.6rem;
  }
  .c-link-list__item{
    font-size: 1.8rem;
  }
  .p-branding--header{
    width: 140px;
    height: 140px;
  }
  .p-branding--header img{
    width: 100px;
  }
  .p-branding--footer{
    width: 100px;
    height: 82px;
  }
  .p-grid--merit__link{
    width: 500px;
  }
  .p-grid--merit__link a{
    font-size: 2.4rem;
  }
  .p-icon-column__item{
    padding-bottom: 20px;
    width: 100%;
    white-space: nowrap;
    font-size: 3.2rem;
    line-height: 1;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .p-icon-column__item + .p-icon-column__item{
    margin-left: 28px;
  }
  .p-navi{
    padding-right: 40px;
    padding-left: 140px;
    height: 70px;
  }
  .p-navi__list{
    font-size: 1.8rem;
  }
  .p-navi__list__login img{
    height: 40px;
  }
  .p-navi__list__item.--dropdown{
    margin-right: 20px;
    height: 70px;
  }
  .p-navi__list__item.--dropdown::after{
    top: calc(50% - 5px);
    right: -4px;
    width: 16px;
    height: 13px;
  }
  .p-navi__dropdown{
    top: 70px;
    width: calc(100vw - 140px);
    height: 70px;
  }
  .p-footer-link__link{
    width: 40.6%;
  }
  .p-footer-link__link + .p-footer-link__link{
    margin-left: 84px;
  }
  .p-footer-link-logo{
    width: 100px;
    height: 82px;
  }
  .p-merit-number__block{
    padding: 0 95px;
  }
  .p-merit-number__img{
    max-width: 450px;
  }
  .p-merit-number__img + .p-merit-number__info{
    margin-left: 85px;
  }
  .u-text-time{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-text-required{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-until-tab{
    display: none;
  }
  .u-only-pc{
    display: block;
  }
  .u-typo-body{
    font-size: 20px;
    font-size: 2rem;
  }
  .u-typo-small{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-br-sp-tab{
    display: none;
  }
  .u-br-tab{
    display: none;
  }
  .u-br-pc{
    display: block;
  }
  .u-br-sp-pc{
    display: block;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
  body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (max-width: 768px){
  .c-case-study-card, .c-case-study-card--gray, .c-case-study-card--white{
    /* fix: メリットページカード追加ー */
    padding: 30px 10px 30px 30px;
    width: calc(100% - 40px);
  }
  .c-case-study-card--sp-gray{
    /* fix: メリットページカード追加ー */
    background-color: #eeeeed;
  }
  .c-case-study-card--sp-white{
    /* fix: メリットページカード追加ー */
    background-color: white;
  }
  .c-case-study-card__name{
    /* fix: メリットページカード追加ー */
    font-size: 20px;
  }
  .c-case-study-card__name--brown{
    /* fix: メリットページカード追加ー */
    font-size: 20px;
  }
  .c-case-study-card__personal-info{
    /* fix: メリットページカード追加ー */
    margin: 10px 0;
    font-size: 13px;
  }
  .c-case-study-card__personal-info--brown{
    /* fix: メリットページカード追加ー */
    margin: 10px 0;
    font-size: 13px;
  }
  .c-case-study-card__introduction{
    /* fix: メリットページカード追加ー */
    margin: 10px 0;
    font-size: 13px;
  }
  .c-case-study-card__introduction--brown{
    /* fix: メリットページカード追加ー */
    margin: 10px 0;
    font-size: 13px;
  }
  .c-case-study-card__picture img{
    /* fix: メリットページカード追加ー */
    width: 120px;
    height: 120px;
  }
  .c-case-study-card__button, .c-case-study-card__button--blue, .c-case-study-card__button--brown{
    /* fix: メリットページカード追加ー */
    padding: 5px;
    font-size: 11px;
    ime-mode: 100%;
  }
  .is-open .-scroll{
    /* fix: スクロールバー追加 */
    height: 300px;
  }
  .p-merit__case-study{
    /* fix: メリットページカード */
    padding: 0 40px 20px;
    font-size: 25px;
  }
  .p-merit-case-study__title{
    /* fix: メリットページカード */
    padding: 40px 0;
    font-size: 25px;
  }
  .p-merit-case-study__card-area{
    /* fix: メリットページカード */
    display: block;
  }
  .p-case-study__button-area{
    /* fix: メリットページカード */
    display: block;
    margin: 20px auto;
    width: 75%;
  }
  .p-case-study__button{
    /* fix: メリットページカード */
    margin-top: 10px;
  }
  .p-case-study__button img{
    /* fix: メリットページカード */
    margin-top: 15px;
  }
}
