@charset "UTF-8";
/* base */
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  src: url("../../webfonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../../webfonts/Gotham/Gotham-Light.otf") format("opentype");
  font-display: swap;
}
.u-gotham,
.test {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}

.test {
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #2F3E55;
  min-height: -webkit-fill-available;
  background: #fff;
}

html {
  background-color: #fff;
  height: -webkit-fill-available;
}

b,
strong {
  font-weight: 400;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2F3E55;
}

a:hover {
  color: #D45D61;
  opacity: 1;
  text-decoration: none;
}

#wrapper {
  min-width: unset;
}

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

#contents a {
  color: inherit;
}

#contents a:hover {
  color: #D45D61;
}

.l-common-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-common-header * img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-common-header {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  width: 100%;
  height: 133px;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transform: translateY(-133px);
  transform: translateY(-133px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-common-header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-common-header:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 133px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  border-bottom: 1px solid #E6E6E6;
}

.l-common-header .l-common-header__login-link {
  display: none;
}

.l-common-header .l-common-header__buttons .c-button {
  overflow: visible;
}

.l-common-header._lower:before,
.l-common-header.is-scroll:before {
  opacity: 1;
}

.l-common-header._lower .l-common-header__logo,
.l-common-header.is-scroll .l-common-header__logo {
  width: 175px;
}

.l-common-header._lower .l-common-header__logo-2,
.l-common-header.is-scroll .l-common-header__logo-2 {
  opacity: 1;
}

.l-common-header._lower .l-common-header__link,
.l-common-header.is-scroll .l-common-header__link {
  color: #2F3E55;
}

.l-common-header._lower .l-common-header__link:hover,
.l-common-header.is-scroll .l-common-header__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-common-header._lower .l-common-header__link .c-icon._blank-w,
.l-common-header.is-scroll .l-common-header__link .c-icon._blank-w {
  display: none;
}

.l-common-header._lower .l-common-header__link .c-icon._blank,
.l-common-header.is-scroll .l-common-header__link .c-icon._blank {
  display: inline-block;
}

.l-common-header.is-scroll2.is-hidden {
  opacity: 1;
}

.wf-active .l-common-header,
.wf-active .l-common-header__sp-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-common-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 46px 74px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 134px;
}

.l-common-header__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: #F3F5F6;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-common-header__logo {
  position: relative;
}

.l-common-header__logo .l-common-header__logo-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  height: auto;
  min-width: 125px;
  height: auto;
  max-width: unset;
}

.l-common-header__logo .l-common-header__logo-2 {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
  opacity: 0;
  min-width: 125px;
  height: auto;
  max-width: unset;
}

a.l-common-header__logo {
  cursor: pointer;
}

a.l-common-header__logo:hover {
  opacity: 0.5;
}

.l-common-header__logo-img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.l-common-header__lists {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: auto;
  gap: 32px;
}

.l-common-header__lists:last-child {
  margin-right: 10px;
}

.l-common-header__list:last-child {
  margin-right: 30px;
}

.l-common-header__lists._is-lp {
  display: none;
}

body.is-lp .l-common-header__lists._is-default {
  display: none;
}

body.is-lp .l-common-header__lists._is-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.l-common-header__link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
  text-decoration: none;
}

a.l-common-header__link:hover {
  color: #D45D61;
  opacity: 1;
}

a.l-common-header__link .c-icon {
  margin-left: 5px;
}

a.l-common-header__link .c-icon._blank-w {
  display: inline-block;
}

a.l-common-header__link .c-icon._blank {
  display: none;
}

.l-common-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.l-common-header__buttons .c-button__inner-mask {
  height: 88px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-common-header__buttons .c-button__text {
  line-height: 1em;
  font-size: 15px;
}

.l-common-header .c-button._login {
  width: 100px;
  height: 30px;
  background: #fff;
  border: 1px solid #FFFFFF;
  position: absolute;
  border: none;
  top: 8px;
  right: 74px;
}

.l-common-header .c-button._login .c-button__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-common-header .c-button._login .c-button__text {
  font-size: 13px;
  color: #2F3E55;
}

.c-button._login:hover .c-button__text {
  color: #D45D61;
}

.is-home .l-common-header .c-button._login {
  background: rgba(47, 62, 85, 0.2);
  border: 1px solid #FFFFFF;
}

.is-home .l-common-header .c-button._login .c-button__text {
  color: #fff;
}

.is-home .l-common-header .c-button._login:hover .c-button__text {
  color: #D45D61;
}

.is-home.is-scroll .l-common-header .c-button._login {
  background: #fff;
}

.is-home.is-scroll .l-common-header .c-button._login .c-button__text {
  color: #2F3E55;
}

.is-home.is-scroll .l-common-header .c-button._login:hover .c-button__text {
  color: #D45D61;
}

.l-common-header__language {
  position: absolute;
  right: 0;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-common-header .l-common-header__language {
  right: 190px;
}

.js-language-button.is-open .l-common-header__language-baloon {
  pointer-events: initial;
  opacity: 1;
  bottom: 60px;
}

.l-common-header__language-link {
  color: #1d1d1d;
  font-size: 13px;
  width: 77px;
  height: 30px;
  text-align: center;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.l-common-header__language-link .c-icon {
  display: block;
  position: relative;
  top: 1px;
}

.l-common-header__language-link .c-icon._language-w {
  opacity: 0;
}

.l-common-header__language-link .c-icon._language {
  opacity: 1;
}

.l-common-header__language-link .c-icon._arrow-bottom-w {
  opacity: 0;
}

.l-common-header__language-link .c-icon._arrow-bottom {
  opacity: 1;
}

.l-common-header__language-link ._hover {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}

.l-common-header__language-text {
  font-size: 13px;
}

.l-common-header__language-baloon {
  position: absolute;
  width: 140px;
  height: 95px;
  padding: 13px 24px 0;
  top: 25px;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.l-common-header__language-baloon-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 240%;
  color: #1D1D1D;
  text-decoration: none;
}

a.l-common-header__language-baloon-link:hover {
  text-decoration: underline;
}

.l-common-header__close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-common-header__sp-menu {
  display: none;
}

.is-home .l-common-header__language-text {
  color: #fff;
}

.is-home .l-common-header__language-link .c-icon._language-w {
  opacity: 1;
}

.is-home .l-common-header__language-link .c-icon._language {
  opacity: 0;
}

.is-home .l-common-header__language-link .c-icon._arrow-bottom-w {
  opacity: 1;
}

.is-home .l-common-header__language-link .c-icon._arrow-bottom {
  opacity: 0;
}

.is-home .l-common-header {
  top: 18px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-home .l-common-header__inner:before {
  opacity: 0;
}

.is-home.is-scroll .l-common-header__language-text {
  color: #1d1d1d;
}

.is-home.is-scroll .l-common-header__language-link .c-icon._language-w {
  opacity: 0;
}

.is-home.is-scroll .l-common-header__language-link .c-icon._language {
  opacity: 1;
}

.is-home.is-scroll .l-common-header__language-link .c-icon._arrow-bottom-w {
  opacity: 0;
}

.is-home.is-scroll .l-common-header__language-link .c-icon._arrow-bottom {
  opacity: 1;
}

.is-home.is-scroll .l-common-header {
  top: 0;
}

.is-home.is-scroll .l-common-header__inner:before {
  opacity: 1;
}

.is-home .l-common-header {
  border: none;
}

.is-home.is-scroll .l-common-header {
  border-bottom: 1px solid #E6E6E6;
}

.is-home.is-scroll .l-common-header .c-button._orange {
  background: #DD7D43;
  border: 1px solid #DD7D43;
  color: #fff;
}

.is-home.is-scroll .l-common-header .c-button._orange .c-button__icon {
  background: #fff;
}

.is-home.is-scroll .l-common-header .c-button._orange .c-button__icon .c-icon {
  opacity: 1;
}

.is-home.is-scroll .l-common-header .c-button._orange .c-button__icon .c-icon._hover {
  opacity: 0;
}

.is-home.is-scroll .l-common-header .c-button._orange:hover {
  background: #fff;
  border: 1px solid #E6E6E6;
  color: #1D1D1D;
}

.is-home.is-scroll .l-common-header .c-button._orange:hover .c-button__icon {
  background: #DD7D43;
}

.is-home.is-scroll .l-common-header .c-button._orange:hover .c-button__icon .c-icon._hover {
  opacity: 1;
}

.is-scrolling-down.is-scroll .l-common-header {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translateY(-46px);
  transform: translateY(-46px);
}

.is-scrolling-up {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.is-scrolling-up .l-common-header {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.is-lp .l-common-header {
  -webkit-transform: translateY(-46px) !important;
  transform: translateY(-46px) !important;
}

.is-lp .l-common-header .l-common-header__language,
.is-lp .l-common-header .c-button._login {
  visibility: hidden;
  pointer-events: none;
}

.l-common-footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-common-footer * img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-common-footer {
  background: #fff;
  padding: 80px 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-common-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

.l-common-footer__logo {
  margin-bottom: 40px;
}

.l-common-footer__logo-img {
  width: 174px;
  height: auto;
}

.l-common-footer__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-common-footer__list-wrap._small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.l-common-footer__lists._small .l-common-footer__list {
  margin-bottom: 12px;
}

.l-common-footer__lists._small a.l-common-footer__link {
  font-family: Noto Sans CJK JP;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.l-common-footer__lists._small .c-icon {
  -webkit-transform: scale(0.8) translateY(2px);
  transform: scale(0.8) translateY(2px);
}

.l-common-footer__list {
  margin-bottom: 20px;
}

a.l-common-footer__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2F3E55;
  text-decoration: none;
}

a.l-common-footer__link .c-icon {
  margin-left: 4px;
}

a.l-common-footer__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-common-footer__buttons .l-common-header__buttons {
  margin-bottom: 16px;
}

.l-common-footer__buttons .l-common-header__language-wrap {
  position: relative;
}

.l-common-footer__buttons .l-common-header__language-link {
  color: #2F3E55;
  font-weight: 700;
}

.l-common-footer__buttons .l-common-header__language-icon .c-icon,
.l-common-footer__buttons .l-common-header__language-arrow .c-icon {
  opacity: 0;
}

.l-common-footer__buttons .l-common-header__language-icon .c-icon._hover,
.l-common-footer__buttons .l-common-header__language-arrow .c-icon._hover {
  opacity: 1;
}

.l-common-footer__buttons .c-button:last-child {
  background: #DD7D43;
  color: #fff;
  border: 1px solid #DD7D43;
}

.l-common-footer__buttons .c-button:last-child .c-button__icon {
  background: #fff;
}

.l-common-footer__buttons .c-button:last-child .c-icon {
  opacity: 0;
}

.l-common-footer__buttons .c-button:last-child .c-icon._hover {
  opacity: 1;
}

.l-common-footer__buttons .c-button:last-child:hover {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #1d1d1d;
}

.l-common-footer__buttons .c-button:last-child:hover .c-button__icon {
  background: #DD7D43;
}

.l-common-footer__buttons .c-button:last-child:hover .c-icon {
  opacity: 1;
}

.l-common-footer__buttons .c-button:last-child:hover .c-icon._hover {
  opacity: 0;
}

.l-common-header__language {
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
}

.l-common-footer__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-common-footer__language .l-common-header__language {
  position: relative;
  top: 0;
  z-index: 5;
}

.l-common-footer__language .l-common-header__language-wrap {
  width: 90px;
}

.l-common-footer__language .l-common-header__language-link {
  border: none;
}

.l-common-footer__copy {
  width: 100%;
  border-top: 1px solid #E0E2E6;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  padding: 20px;
}

.l-common-cta {
  display: none;
}

.c-button {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: visible;
  max-width: 100%;
  text-decoration: none !important;
}

.c-button._white {
  background: #fff;
  color: #1D1D1D;
}

.c-button._white .c-button__icon {
  background: #DD7D43;
}

.c-button._white:hover {
  background: #DD7D43;
  color: #fff;
}

.c-button._white:hover .c-button__icon {
  background: #fff;
}

.c-button._red {
  background: #D45D61;
  color: #fff;
  border: 1px solid #D45D61;
}

.c-button._red .c-button__icon {
  background: #fff;
}

.c-button._red:hover {
  background: #fff;
  color: #1D1D1D;
  border: 1px solid #E6E6E6;
}

.c-button._red:hover .c-button__icon {
  background: #D45D61;
}

.c-button._orange {
  background: #DD7D43;
  color: #fff;
  border: 1px solid #DD7D43;
}

.c-button._orange .c-button__icon {
  background: #fff;
}

.c-button._orange:hover {
  background: #fff;
  color: #1D1D1D;
  border: 1px solid #E6E6E6;
}

.c-button._orange:hover .c-button__icon {
  background: #DD7D43;
}

.c-button:hover .c-icon {
  opacity: 0;
}

.c-button:hover .c-icon._hover {
  opacity: 1;
}

.c-button:hover .c-button__baloon {
  color: #fff;
  background: #D45D61;
}

.c-button:hover .c-button__baloon:before {
  border-bottom-color: #D45D61;
}

.c-button._small {
  width: 200px;
  height: 50px;
  padding-left: 26px;
}

.c-button._small .c-button__icon {
  width: 36px;
  height: 36px;
  left: 7px;
}

.c-button._medium {
  width: 272px;
  height: 64px;
  padding-left: 20px;
}

.c-button._medium .c-button__icon {
  width: 42px;
  height: 42px;
  left: 10px;
}

.c-button._large {
  width: 500px;
  height: 64px;
}

.c-button._large .c-button__icon {
  width: 44px;
  height: 44px;
  left: 9px;
}

.c-button._w320 {
  width: 320px;
  margin: 0 auto;
  height: 56px;
}

.c-button._w320 .c-button__icon {
  left: 7px;
}

.c-button._minimun {
  width: 100px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #D1DBE0;
  background: #fff;
}

.c-button__text._fz15 {
  font-size: 15px;
}

.c-button__text._fz16 {
  font-size: 16px;
}

.c-button__text._fz20 {
  font-size: 20px;
}

.c-button__baloon {
  position: absolute;
  height: 26px;
  background: #fff;
  color: #D45D61;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 12px;
  border-radius: 20px;
  top: calc(100% - 5px);
  left: 22px;
}

.c-button__baloon:before {
  content: "";
  display: block;
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 50%;
  top: -9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button__baloon._type2 {
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button__baloon._type2:before {
  content: "";
  display: block;
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.c-button__icon {
  position: absolute;
  display: block;
  border-radius: 50% 50%;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-icon {
  display: inline-block;
}

.c-icon._hover {
  opacity: 0;
  position: absolute;
}

.c-icon._user {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -56px -49px;
  width: 18px;
  height: 18px;
  background-size: 96px 83px;
  width: 18px;
  height: 18px;
}

.c-icon._user-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -38px -49px;
  width: 18px;
  height: 18px;
  background-size: 96px 83px;
  width: 18px;
  height: 18px;
}

.c-icon._language {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -33px;
  width: 14px;
  height: 14px;
  background-size: 96px 83px;
  width: 14px;
  height: 14px;
}

.c-icon._language-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -19px;
  width: 14px;
  height: 14px;
  background-size: 96px 83px;
  width: 14px;
  height: 14px;
}

.c-icon._document-l {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -49px;
  width: 19px;
  height: 22px;
  background-size: 96px 83px;
  width: 19px;
  height: 22px;
}

.c-icon._document-l-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -59px -22px;
  width: 19px;
  height: 22px;
  background-size: 96px 83px;
  width: 19px;
  height: 22px;
}

.c-icon._document {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px 0px;
  width: 15px;
  height: 19px;
  background-size: 96px 83px;
  width: 15px;
  height: 19px;
}

.c-icon._document-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -44px -27px;
  width: 15px;
  height: 19px;
  background-size: 96px 83px;
  width: 15px;
  height: 19px;
}

.c-icon._check-1 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -37px 0px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -38px -1px;
}

.c-icon._check-2 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -27px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -1px -28px;
}

.c-icon._check-3 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -22px -27px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -23px -28px;
}

.c-icon._check-4 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -59px 0px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -60px -1px;
}

.c-icon._blank {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -12px -71px;
  width: 12px;
  height: 12px;
  background-size: 96px 83px;
  width: 12px;
  height: 12px;
}

.c-icon._blank-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -71px;
  width: 12px;
  height: 12px;
  background-size: 96px 83px;
  width: 12px;
  height: 12px;
}

.c-icon._arrow-right {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -74px -49px;
  width: 5px;
  height: 9px;
  background-size: 96px 83px;
  width: 5px;
  height: 9px;
}

.c-icon._arrow-right2 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -59px;
  width: 15px;
  height: 12px;
  background-size: 96px 83px;
  width: 15px;
  height: 12px;
}

.c-icon._arrow-right2-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -47px;
  width: 15px;
  height: 12px;
  background-size: 96px 83px;
  width: 15px;
  height: 12px;
}

.c-icon._arrow-double {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px 0px;
  width: 37px;
  height: 27px;
  background-size: 96px 83px;
  width: 37px;
  height: 27px;
}

.c-icon._arrow-bottom {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -34px -71px;
  width: 10px;
  height: 7px;
  background-size: 96px 83px;
  width: 10px;
  height: 7px;
}

.c-icon._arrow-bottom-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -24px -71px;
  width: 10px;
  height: 7px;
  background-size: 96px 83px;
  width: 10px;
  height: 7px;
}

.c-icon._question {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -19px -49px;
  width: 19px;
  height: 19px;
  background-size: 96px 83px;
  width: 17px;
  height: 17px;
  background-position: -20px -50px;
}

.c-arrow-icon {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.c-arrow-icon:before,
.c-arrow-icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-arrow-icon:before {
  -webkit-transform: translate(-40%, -230%) rotate(45deg);
  transform: translate(-40%, -230%) rotate(45deg);
}

.c-arrow-icon:after {
  -webkit-transform: translate(-40%, 130%) rotate(-45deg);
  transform: translate(-40%, 130%) rotate(-45deg);
}

.c-arrow-icon._white {
  background: #fff;
}

.c-arrow-icon._white:before,
.c-arrow-icon._white:after {
  background: #D45D61;
}

.c-arrow-icon._red {
  background: #D45D61;
}

.c-arrow-icon._red:before,
.c-arrow-icon._red:after {
  background: #fff;
}

.is-lp-visible {
  display: none;
}

body.is-lp .is-lp-none {
  display: none !important;
}

body.is-lp .is-lp-visible {
  display: block;
}

body.is-lp .c-plan-grid__head-item {
  padding-bottom: 16px;
}

body.is-lp .c-reason__list a {
  pointer-events: none;
}

body.is-lp .c-voice-list a {
  pointer-events: none;
}

body.is-lp .c-breadcrumb {
  display: none;
}

body.is-lp .se-mainvisual._lower {
  margin-top: 0;
}

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

.u-tablet-item._pc-none {
  display: none;
}

.u-tablet-item._tb-none {
  display: block;
}

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

.c-pagetop {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
}

.is-scroll .c-pagetop {
  opacity: 1;
  pointer-events: initial;
}

.c-pagetop__link {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #D45D61;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pagetop__link:hover span {
  opacity: 0.5;
}

.c-pagetop__link span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
}

.c-pagetop__link span:before,
.c-pagetop__link span:after {
  content: "";
  display: block;
  width: 18px;
  height: 3.5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}

.c-pagetop__link span:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-80%, -50%) rotate(-45deg);
  transform: translate(-80%, -50%) rotate(-45deg);
}

.c-pagetop__link span:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
  transform: translate(-20%, -50%) rotate(45deg);
}

.main_contents {
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.5em;
}

.main_contents._center {
  text-align: center;
}

.main_contents p {
  line-height: 1.8;
}

.main_contents h2.type5 {
  margin-bottom: 0;
  padding: 55px 0 0 0;
  font-size: 28px;
  margin-bottom: 24px;
}

.main_contents h3.type1 {
  padding: 35px 0 0 25px;
  font-size: 16px;
}

.main_contents h3.type1 + p {
  padding: 10px 25px 0 25px;
}

.main_contents h3.type2 {
  margin-top: 60px;
  font-size: 20px;
}

.main_contents h3.type2:before {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.main_contents h3.type2 + p {
  margin-top: 20px;
  font-size: 16px;
}

.main_contents h3.type2.step1:before {
  content: "1.";
}

.main_contents h3.type2.step2:before {
  content: "2.";
}

.main_contents h3.type2.step3:before {
  content: "3.";
}

.main_contents h3.type2.step4:before {
  content: "4.";
}

.main_contents h3.type2.step5:before {
  content: "5.";
}

.main_contents h3.type3 {
  font-weight: bold;
  color: #e4555e;
  font-size: 20px;
  margin-top: 50px;
  position: relative;
  padding-left: 1.5em;
}

.main_contents h3.type3:before {
  content: "●";
  font-size: 20px;
  margin-right: 4px;
  position: absolute;
  left: 0;
}

.main_contents h3.type3 + p {
  margin-top: 20px;
  font-size: 16px;
}

.main_contents .firstTxt {
  overflow: hidden;
}

.main_contents .firstTxt p {
  margin-top: 10px;
}

.main_contents .firstTxt p:first-child {
  margin-top: 0;
}

.main_contents .firstTxt ul {
  margin-top: 10px;
  padding-left: 1.2em;
}

.main_contents .firstTxt ul li {
  list-style: disc outside;
}

.main_contents br.tab {
  display: none;
}

.main_contents .questionaryBox4 {
  margin-top: 50px;
  overflow: hidden;
  border: 4px solid #D45D61;
  padding: 36px 45px;
  border-radius: 16px;
}

.main_contents .questionaryBox4 li {
  font-weight: 500;
  margin-top: 15px;
  padding-left: 1.3em;
  background-size: 13px;
  position: relative;
  padding-left: 1.5em;
}

.main_contents .questionaryBox4 li:before {
  content: "●";
  color: #EB6353;
  position: absolute;
  left: 0;
}

.main_contents .questionaryBox4 li span {
  color: #e4555e;
}

.main_contents .questionaryBox4 .btn {
  margin-top: 20px;
  text-align: center;
}

.main_contents .questionaryBox4 .btn img {
  width: 300px;
}

.main_contents .questionaryBox4 .btn a img:hover {
  opacity: 0.8;
}

.main_contents .questionaryBox6 {
  background: #F3F5F6;
  padding: 48px;
}

.main_contents .questionaryBox6 pre {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}

.main_contents .howtoBox1 {
  margin-top: 20px;
  padding: 30px;
  border: #d6d6d6 1px solid;
  width: 45%;
}

.main_contents .howtoBox2 {
  margin-top: 55px;
}

.main_contents .howtoBox2 dt {
  font-weight: bold;
  color: #e4555e;
  font-size: 20px;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5em;
}

.main_contents .howtoBox2 dt:before {
  content: "●";
  font-size: 20px;
  margin-right: 4px;
  position: absolute;
  left: 0;
}

.main_contents .howtoBox2 dd {
  margin-top: 20px;
}

.main_contents .howtoBox3 {
  margin-top: 20px;
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  display: inline-block;
  width: 400px;
}

.main_contents .howtoBox3 li {
  margin-top: 6px;
}

.main_contents .howtoImage1,
.main_contents .howtoImage3 {
  margin-top: 20px;
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  display: inline-block;
}

.main_contents .howtoImage1 img,
.main_contents .howtoImage2 img,
.main_contents .howtoImage3 img {
  max-width: 100%;
  width: auto;
}

.main_contents .howtoImage2 {
  margin-top: 20px;
}

.main_contents .howtoImage3 {
  display: block;
  text-align: center;
}

.main_contents .resultBox1 {
  width: 680px;
  max-width: 100%;
}

.main_contents .resultBox2 {
  width: 960px;
  max-width: 100%;
}

.main_contents .resultBox1 .howtoImage1,
.main_contents .resultBox2 .howtoImage1 {
  margin-top: 10px;
  display: block;
}

.main_contents .resultBox1 .arrow,
.main_contents .resultBox2 .arrow {
  margin-top: 14px;
  text-align: center;
}

.main_contents .resultBox1 .howtoImage1.center,
.main_contents .resultBox2 .howtoImage1.center {
  text-align: center;
}

.main_contents .resultLink1 {
  margin-top: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.main_contents .resultLink1 a:hover {
  text-decoration: none;
}

a.c-link-blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: #D45D61;
  text-decoration: underline;
}

a.c-link-blank:hover {
  text-decoration: none;
}

a.c-link-blank img {
  position: relative;
  top: 1px;
}

.c-icon-link._back {
  color: #D45D61;
  font-weight: 700;
  text-decoration: none;
}

.c-icon-link._back:hover {
  text-decoration: underline;
  opacity: 0.5;
}

.c-icon-link .c-icon._blank {
  margin-left: 3px;
}

.c-icon-link__icon._bottom {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-icon-link__icon._left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-about-box {
  padding: 20px;
  background: #F3F5F6;
  color: #fff;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-about-box__inner {
  background: url(../images/panel-bg.webp) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  padding: 32px 58px 28px;
  gap: 32px 3.2%;
}

.c-about-box__title {
  width: 100%;
}

.c-about-box__title .c-title {
  color: #fff;
  margin-bottom: 0;
}

.c-about-box__title .c-title._x-small ._x-small-inner {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(254, 244, 147, 0.16)), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to top, rgba(254, 244, 147, 0.16) 40%, transparent 40%, transparent 100%);
}

.c-about-box .c-box__image {
  width: 351px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33%;
  padding: 16px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(35, 59, 65, 0.1);
  box-shadow: 0px 2px 24px 0px rgba(35, 59, 65, 0.1);
}

.c-about-box .c-box__text-1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23.5%;
}

.c-about-box .c-box__text-2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37%;
}

.c-about-box .c-box__text-1-baloon {
  display: block;
  position: relative;
  background: #fff;
  color: #2F3E55;
  padding: 8px 0 7px;
  border-radius: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 13px;
}

.c-about-box .c-box__text-1-baloon:after {
  content: "";
  display: block;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}

.c-about-box .c-box__text-1-box {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 18px 24px 25px;
}

.c-about-box .c-box__text-1-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}

.c-about-box .c-box__text-1-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
}

.c-about-box .c-button {
  width: 272px;
  margin-top: 16px;
}

.l-section__inner._pt0 {
  padding-top: 0;
}

.se-mainvisual__title {
  margin-bottom: 20px;
}

.se-mainvisual {
  max-height: 750px;
  min-height: unset;
  height: 750px;
}

.se-mainvisual._lower {
  margin-top: -10px;
}

.se-mainvisual__title-1 {
  font-size: 20px;
  line-height: 30px;
}

.se-mainvisual__title-2 {
  font-size: 60px;
}

.wf-active .se-mainvisual__movie {
  opacity: 1;
}

.c-anchor {
  top: -120px;
}

.c-anchor._anchor-3 {
  top: -70px;
}

.c-anchor._anchor-4 {
  top: -70px;
}

.c-text._plan-text-bottom {
  font-size: 16px;
}

.c-plan-tab .c-plan-tab__text-1,
.c-plan-tab .c-plan-tab__text-2,
.c-plan-tab .c-plan-tab__text-3 {
  color: #2F3E55;
  opacity: 0.7;
}

.c-plan-tab.is-tab-button--active .c-plan-tab__text-1,
.c-plan-tab.is-tab-button--active .c-plan-tab__text-2,
.c-plan-tab.is-tab-button--active .c-plan-tab__text-3 {
  opacity: 1;
}

.c-plan-grid__body {
  margin-bottom: 10px;
}

.c-reason__logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.c-reason__block._block8 {
  margin-bottom: 50px;
}

.is-scrolling-up .c-reason-buttons._sticky {
  top: 146px;
}

.c-reason-buttons {
  max-width: 1116px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.c-reason-buttons._margin-top {
  margin-top: 40px;
}

.c-reason-button {
  height: 68px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  gap: 7px;
  position: relative;
  color: #2F3E55;
  max-width: 270px;
}

.c-reason-button:after {
  content: "";
  display: block;
  border-top: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-reason-button.c-icon-link {
  padding-left: 0;
  text-decoration: none;
}

.c-reason-button .c-icon-link__icon {
  position: static;
}

.c-reason .c-reason__block._block12 .c-reason-title + .c-text + .c-text {
  padding-left: 100px;
  margin-top: 14px;
}

.c-reason__block._block3 {
  position: relative;
}

.c-reason__block._block3 .c-title {
  margin-bottom: 30px;
}

.p-cta-block {
  position: relative;
  margin-top: 125px;
  background: #D45D61;
  padding-bottom: 64px;
  margin-bottom: 50px;
}

.p-cta-block._mb0 {
  margin-bottom: 0;
}

.p-cta-block._gray {
  margin-bottom: 0;
}

.p-cta-block._gray:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -125px;
  background: #F3F5F6;
  width: 100%;
  height: 130px;
}

.p-cta-block__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  gap: 35px;
  position: relative;
}

.p-cta-block__inner:before,
.p-cta-block__inner:after {
  content: "";
  display: block;
  width: 180px;
  height: 124px;
  background: url(../../ja/img/common/cv-bg.webp) repeat;
  background-size: 36px 28px;
  position: absolute;
}

.p-cta-block__inner:before {
  top: 10px;
  left: 0;
}

.p-cta-block__inner:after {
  bottom: -48px;
  right: 0;
}

.p-cta-block__card {
  width: calc((100% - 35px) / 2);
  max-width: 640px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  margin-top: -80px;
  padding: 0 48px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-cta-block__card:before {
  content: "";
  display: block;
  width: calc(100% - 78px - 78px);
  height: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #DD7D43;
  border-radius: 0px 0px 3px 3px;
}

.p-cta-block__card._left {
  background-image: url(../../ja/img/common/bg-document.svg);
}

.p-cta-block__card._right {
  background-image: url(../../ja/img/common/bg-user.svg);
}

.p-cta-block__card._right:before {
  background: #D45D61;
}

.p-cta-block__thumb {
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  max-width: 210px;
  position: absolute;
  left: -68px;
  top: -70px;
  width: 33%;
  height: auto;
}

.p-cta-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  min-height: 115px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #E0E2E6;
  margin-bottom: 32px;
}

.p-cta-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.p-cta-block .c-button {
  margin: 0 auto;
}

.p-cta-block .c-button._red._center {
  margin-top: 90px;
}

.p-cta-block .c-icon-link {
  margin: 24px auto 0;
}

.p-cta-block__card .c-button._red {
  margin-top: 0;
}

.p-cta-block__inner._wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-about-box._cta {
  background: #fff;
  color: #2F3E55;
  max-width: 1312px;
  padding: 32px 70px;
  border-radius: 10px;
  z-index: 1;
}

.c-about-box._cta .c-about-box__inner {
  padding: 0;
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-about-box._cta .c-about-box__title .c-title {
  color: #2F3E55;
}

.c-about-box._cta .c-box__image {
  width: 29.9%;
  padding: 12px;
}

.c-about-box._cta .c-box__text-1 {
  width: 21.3%;
}

.c-about-box._cta .c-box__text-1-baloon {
  background: #D45D61;
  color: #fff;
}

.c-about-box._cta .c-box__text-1-baloon:after {
  border-top: 8px solid #D45D61;
}

.c-about-box._cta .c-box__text-1-box {
  border: 2px solid #2F3E55;
}

.c-about-box._cta .c-box__notes {
  font-size: 14px;
  line-height: 2em;
  margin-top: 4px;
}

.c-about-box._cta .c-box__text-2 {
  width: 42.3%;
}

.c-about-box._cta .c-button._red {
  margin-left: 0;
  margin-top: 20px;
}

.c-tooltip {
  background: #D45D61;
  color: #fff;
  border: none;
}

.c-tooltip:before {
  border-right: 8px solid #D45D61;
}

.c-tooltip a {
  color: #fff;
}

.c-tooltip a:hover {
  opacity: 0.5;
}

.c-icon-3-item__text {
  min-height: 112px;
}

.c-icon-3-item__title._min-height {
  min-height: 66px;
}

.c-icon-3-item__circle._red {
  background: #D45D61;
}

.c-box__item + .c-box__item {
  margin-top: 40px;
}

.c-box__item-box {
  border-radius: 10px;
  background: #fff;
  padding: 40px 32px;
}

.c-box__item-box p {
  margin-bottom: 24px;
}

.c-box__item-box p._notes {
  margin-bottom: 0;
}

.c-box__item-box-title {
  color: #D45D61;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.6px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box__item-box-title span._small {
  font-size: 14px;
}

.c-box__item-box-title .c-link-blank {
  font-size: 16px;
  color: #2F3E55;
  font-weight: 400;
  line-height: 1.5em;
}

.c-white-box {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  background: #fff;
  padding: 40px 80px;
  margin-bottom: 64px;
}

.c-title._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-title._x-small._left {
  text-align: left;
  width: 100%;
  margin-bottom: 32px;
}

.c-title._step {
  position: relative;
  padding-left: 129px;
  margin-left: 0;
}

.c-title._step ._x-small-inner {
  padding: 0;
}

.c-title._step .c-title__step-text {
  width: 109px;
  height: 50px;
  background: #D45D61;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
}

@media screen and (min-width: 751px){
  .c-title._step .c-title__step-text {
    padding-top: 12px;
  }
}

.c-lower-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 40px;
}

.c-lower-title span {
  color: #D45D61;
}

.c-lower-title._left {
  text-align: left;
}

.c-lower-title._small {
  font-size: 28px;
  line-height: 38.14px;
  margin-bottom: 24px;
}

.c-lower-title__en {
  color: #D45D61;
  text-align: center;
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.c-lower-title__en._left {
  text-align: left;
}

.c-lower-title-sub {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.14px;
  text-align: center;
  margin-bottom: 24px;
}

.c-title._with-text {
  padding-top: 40px;
}

.c-title._with-text .c-title__en {
  top: -15px;
}

.c-circle-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

.c-circle-list {
  padding-left: 1.3em;
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
}

.c-circle-list:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #EB6353;
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.c-link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.c-detail-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-detail-card {
  width: calc((100% - 72px) / 3);
  background: #D45D61;
  border-radius: 10px;
  overflow: hidden;
}

.c-detail-card:hover .c-detail-card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-detail-card:hover .c-detail-card-title {
  color: rgba(255, 255, 255, 0.5);
}

.c-detail-card-image {
  overflow: hidden;
  height: 248px;
}

.c-detail-card-img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-detail-card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 48px 8px 24px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-detail-card-title .c-arrow-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}

.c-detail-cards._x2 .c-detail-card {
  width: calc((100% - 36px) / 2);
}

.c-detail-cards._examples .c-detail-card {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.c-detail-cards._examples .c-detail-card .c-icon-link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.c-detail-cards._examples .c-detail-card:hover .c-icon-link {
  text-decoration: none;
  color: #D45D61;
}

.c-detail-cards._examples .c-detail-card-title {
  color: #2F3E55;
  font-size: 20px;
  line-height: 27.24px;
  padding: 0;
  margin-bottom: 16px;
}

.c-detail-card-text {
  padding: 20px 24px 57px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #2F3E55;
}

.c-detail-card-text p {
  margin-bottom: 10px;
}

.c-text._title-next {
  text-align: center;
  margin-top: -65px;
  position: relative;
  margin-bottom: 60px;
}

.p-enquete__box a {
  margin-top: 12px;
}

.c-qa-item__a a[target=_blank] {
  padding-right: 6px;
}

.c-qa-item__a a[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  right: -3px;
  top: 0;
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -12px -71px;
  width: 12px;
  height: 12px;
  background-size: 96px 83px;
}

#wrapper {
  min-width: unset;
  color: #2F3E55;
}

#contents {
  background: none;
}

#contents_inner {
  padding: 0;
  width: 100%;
  font-size: 16px;
}

.l-wrap._lower {
  padding-top: 132px;
  position: relative;
}

.is-lp .l-wrap._lower {
  padding-top: 87px;
}

.l-contents {
  background: none;
  margin-bottom: 250px;
  position: relative;
}

.l-contents__inner {
  max-width: 1540px;
  padding-left: 74px;
  padding-right: 74px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0;
  position: relative;
  font-size: 16px;
}

.l-contents__inner._overflow {
  overflow: hidden;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.l-contents__inner._overflow .l-section__inner {
  overflow: visible;
}

.l-common-page-header {
  height: 444px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.l-common-page-header__inner {
  padding: 0 74px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.l-common-page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: unset;
}

.l-common-page-header__title {
  color: #fff;
  position: relative;
}

.l-common-page-header__title-en {
  display: block;
  font-family: "Gotham";
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}

.l-common-page-header__title-large {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.l-common-page-header__title-small {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.l-common-page-header__read {
  color: #fff;
  position: relative;
  width: 626px;
  max-width: 50%;
}

.l-common-page-header__read p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
}

.l-common-page-header__read p + p {
  margin-top: 2em;
}

.c-breadcrumb {
  border: none;
  margin-bottom: 20px;
  opacity: 0.01;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-breadcrumb._absolute {
  position: absolute;
  top: 0;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
}

.c-breadcrumb._absolute .c-breadcrumb__link {
  color: #fff;
}

.c-breadcrumb._absolute .c-breadcrumb__list:last-child .c-breadcrumb__link {
  color: #fff;
}

.c-breadcrumb._bottom {
  padding-bottom: 0;
  margin-bottom: -39px;
}

.c-breadcrumb._bottom-border {
  border-top: 1px solid #E0E2E6;
  margin-bottom: 0;
  margin-top: -170px;
}

.c-breadcrumb ul {
  padding: 10px 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumb ul .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumb ul .c-breadcrumb__list:after {
  content: "/";
  display: block;
  padding: 0 0.5em;
  line-height: unset;
}

.c-breadcrumb ul .c-breadcrumb__list:last-child:after {
  display: none;
}

.c-breadcrumb ul .c-breadcrumb__list:last-child .c-breadcrumb__link {
  color: #2F3E55;
}

.c-breadcrumb ul .c-breadcrumb__link {
  text-decoration: underline;
  color: #D45D61;
}

.c-breadcrumb ul .c-breadcrumb__link:hover {
  text-decoration: none;
}

.c-breadcrumb__lists {
  padding: 0;
}

.wf-active .c-breadcrumb {
  opacity: 1;
}

.c-section {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}

.l-column__side {
  width: 218px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-howto-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.pg-howto-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 80px;
  gap: 60px;
  border: 4px solid #D45D61;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}

.pg-howto-item__icon {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-howto-item__text {
  width: 100%;
}

.pg-howto-item__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}

.pg-howto-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}

.pg-howto-item__title span:first-child {
  color: #D45D61;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.05em;
}

.pg-howto-item__title span:last-child {
  font-size: 32px;
  font-weight: 700;
  line-height: 47.36px;
}

.pg-howto-detail-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pg-howto-detail-tab span,
.pg-howto-detail-tab a {
  width: 243px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EAEEF0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 10px 10px 0 0;
  color: #2F3E55;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pg-howto-detail-tab a:hover {
  color: #D45D61;
}

.pg-howto-detail-tab span {
  background: #fff;
  color: #D45D61;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
}

.pg-howto-detail {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  background: #fff;
  position: relative;
  padding: 74px 40px 80px;
  max-width: 1270px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.pg-howto-detail:before {
  content: "";
  display: block;
  border-radius: 24px;
  background: #fff;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
}

.pg-howto-detail__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.pg-howto-detail__texts {
  margin-bottom: 60px;
}

.pg-howto-detail__texts .c-text {
  text-align: center;
}

.pg-howto-detail__texts .c-text + .c-text {
  margin-top: 2em;
}

.pg-howto-image-icon {
  position: absolute;
  top: 120px;
  right: -90px;
}

.pg-howto-image-bg {
  background-size: 400px 400px;
  background-position: right -90px top 120px;
  background-repeat: no-repeat;
}

.pg-howto-image-bg._sample-icon-1 {
  background-image: url("../../src/images/icon-29_large.svg");
}

.pg-howto-image-bg._sample-icon-2 {
  background-image: url("../../src/images/icon-30_large.svg");
}

.pg-howto-image-bg._sample-icon-3 {
  background-image: url("../../src/images/icon-31_large.svg");
}

.pg-howto__lists {
  margin: 0 auto;
  display: table;
  margin: 0 auto;
}

.pg-howto__lists li {
  position: relative;
  margin-top: 10px;
  list-style-type: decimal;
  color: #e4555e;
  font-weight: bold;
  margin-left: 65px;
}

.pg-howto__lists li a {
  padding-left: 10px;
}

.pg-howto__lists li:before {
  content: "STEP";
  position: absolute;
  left: -65px;
  list-style-position: inside;
  color: #e4555e;
  font-weight: bold;
  font-size: 16px;
}

.main_contents h3.type2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 36px;
}

.main_contents h3.type2:before {
  color: #D45D61;
}

.main_contents .howtoBox1 {
  width: 100%;
  padding: 48px;
}

.main_contents h3.type3,
.main_contents .howtoBox2 dt {
  color: #D45D61;
}

.main_contents h3.type3:before,
.main_contents .howtoBox2 dt:before {
  font-size: 16px;
}

.main_contents .howtoImage1,
.main_contents .howtoImage3 {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid #E6E6E6;
  padding: 5px;
}

.main_contents .resultBox1 .arrow,
.main_contents .resultBox2 .arrow {
  margin: 30px auto;
}

.pg-template-enquete {
  max-width: 1062px;
  margin: 80px auto;
}

.pg-template-enquete .c-box._box-4 {
  max-width: 100%;
  padding: 54px 36px 70px;
}

.pg-template-enquete .c-box._box-4 .c-box__inner {
  padding: 0;
}

.pg-template-enquete .c-box._box-4:nth-child(2) .c-box__inner {
  padding: 0;
}

.pg-template-enquete .c-anchor {
  top: -250px;
}

.pg-template-enquete__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pg-template-enquete__item {
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  background: #fff;
  border-radius: 10px;
  width: calc(50% - 12px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pg-template-enquete__item p {
  font-size: 16px;
  line-height: 2em;
}

.pg-template-enquete__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.pg-template-enquete__text .c-icon-link {
  margin-top: 8px;
}

.pg-template-enquete__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.69px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.p-enquete .p-enquete__title-text-1 {
  width: 74px;
  text-align: center;
  width: 68px;
  margin-left: 5px;
}

.p-enquete .p-enquete__title-text-2 {
  width: 68px;
  text-align: center;
}

.pg-template-detail {
  background: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  padding: 30px 80px 48px;
  width: 100%;
  max-width: calc(100% - 286px);
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.pg-template-detail__inner {
  position: relative;
}

.pg-template-detail-icon {
  position: absolute;
  top: 30px;
  right: -90px;
  width: 400px;
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.1;
}

.pg-template-detail__button-wrap {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin: 32px auto 0;
}

.pg-template-detail__other-list-wrap {
  background: #F3F5F6;
  border-radius: 10px;
  padding: 54px 60px;
  gap: 127px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

.pg-template-detail__other-list-wrap .p-enquete {
  width: calc(50% - 24px);
  margin: 0;
  background: #fff;
  padding: 0 40px 32px;
  border-radius: 10px;
}

.pg-template-detail__other-list-wrap .p-enquete .p-enquete__title {
  position: relative;
  top: -80px;
  left: -40px;
  width: calc(100% + 80px);
}

.pg-template-detail__other-list-wrap .c-box._box-4 {
  background: #fff;
  margin: 0;
}

.pg-template-detail__other-list-wrap .c-box._box-4 .c-box__inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.pg-template-detail__other-lists {
  min-width: 45%;
}

.pg-template-detail__other-list + .pg-template-detail__other-list {
  margin-top: 12px;
}

.pg-template-detail-lists-wrap {
  top: 150px;
  position: sticky;
  width: 218px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-template-detail-lists-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.69px;
  margin-bottom: 24px;
}

.pg-template-detail-lists-title span {
  color: #D45D61;
}

.pg-example-detail {
  width: 100%;
  max-width: 902px;
  position: relative;
  border-radius: 24px;
}

.pg-example-detail strong {
  font-weight: 600;
}

.pg-example-detail a {
  color: #D45D61;
  text-decoration: underline;
  word-break: break-word;
}

.pg-example-detail a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.pg-example-detail a img {
  position: relative;
  display: inline-block;
  left: 5px;
  top: 8px;
  width: 12px;
  height: 12px;
}

.pg-example-detail h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 2em;
}

.pg-example-detail__inner {
  position: relative;
  width: 100%;
}

.pg-example-detail {
  font-size: 18px;
  line-height: 2em;
}

.pg-example-detail p,
.pg-example-detail img {
  margin: 1em 0;
  display: block;
}

.pg-example-detail .c-title {
  margin-top: 1.5em;
}

.pg-example-detail__mv {
  display: block;
  margin-bottom: 24px;
}

.pg-example-detail__point {
  margin-top: 75px;
  position: relative;
  border: 4px solid #D45D61;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 32px;
}

.pg-example-detail__point p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.6px;
}

.pg-example-detail__point a {
  color: #D45D61;
  text-decoration: underline;
}

.pg-example-detail__point a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.pg-example-detail__point-triangle {
  position: absolute;
  left: 50%;
  top: -54px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 !important;
}

.pg-example-detail__point-badge {
  position: absolute;
  left: 24px;
  top: -40px;
  margin: 0 !important;
}

.pg-example-detail__baloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-example-detail__baloon img {
  width: 44px;
}

.pg-example-detail__baloon div {
  border: 2px solid #D45D61;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
}

.pg-example-detail__baloon div:before {
  content: "";
  display: block;
  border-right: solid 8px #D45D61;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pg-example-detail__baloon div:after {
  content: "";
  display: block;
  border-right: solid 8px #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pg-voice-other {
  margin-top: 60px;
}

.pg-voice-other__content {
  background: #F3F5F6;
  border-radius: 10px;
  margin-top: -68px;
  padding: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.pg-voice-other__content .c-white-box {
  max-width: 960px;
  margin: 0 auto;
}

.pg-voice-other__content .pg-example-detail__point {
  max-width: 732px;
  margin: 42px auto 0;
}

.pg-voice-other__image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  max-width: 732px;
  margin: 0 auto;
}

.pg-voice-other__image {
  width: 165px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-voice-other__image img {
  display: block;
  width: 150px;
  margin: 0 auto 12px;
}

.pg-voice-other__image span {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
}

.pg-voice-other__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pg-voice-other__text .c-title._x-small {
  font-size: 28px;
}

.pg-voice-other__text .c-title._x-small ._x-small-inner {
  padding: 0;
}

.pg-voice-detail-header {
  border-radius: 0 24px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1464px;
  margin: 0 auto;
  position: relative;
  left: -36px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin-bottom: 80px;
}

.pg-voice-detail-header__image {
  width: 61.1345%;
  max-width: 895px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.pg-voice-detail-header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.pg-voice-detail-header__text {
  padding: 53px 48px;
  font-size: 16px;
  line-height: 2em;
}

.pg-voice-detail-header__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 22px;
}

.pg-voice-detail-header__sub-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.14px;
  margin-bottom: 16px;
}

.pg-voice-detail-header__profile {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  border-radius: 10px;
  background: #F3F5F6;
  overflow: hidden;
}

.pg-voice-detail-header__profile p {
  padding: 20px 20px 28px;
  text-align: center;
}

.pg-voice-detail-header__profile-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.52px;
  color: #fff;
  text-align: center;
  padding: 8px;
  background: #D45D61;
}

.pg-voice-detail__body {
  max-width: 902px;
  margin: 0 auto 60px;
}

.pg-voice-detail__body .c-title._x-small._left {
  margin-top: 50px;
  margin-bottom: 8px;
}

.pg-voice-detail__body .item-layout1 {
  font-size: 16px;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.pg-voice-detail__body .item-layout1 p {
  font-size: 16px;
  line-height: 2em;
  margin: 1em 0;
}

.pg-voice-detail__body .item-layout1.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pg-voice-detail__body .item-img-lyt1 {
  width: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.pg-voice-detail__body .item-img-lyt1 img {
  margin-top: 20px;
}

.pg-voice__features {
  max-width: 1080px;
  margin: 0 auto 24px;
}

.pg-voice__features .c-white-box {
  margin-bottom: 117px;
}

.pg-material-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.pg-material__image {
  width: 450px;
  position: relative;
}

.pg-material__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 538px;
  max-width: 121%;
}

.pg-material__box {
  border: 4px solid #D45D61;
  border-radius: 16px;
  padding: 36px 56px;
}

.pg-material__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.pg-material__box li {
  padding-left: 37px;
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
}

.pg-material__box li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 0C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0H4ZM14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L8.5 11.0858L6.70711 9.29289C6.31658 8.90237 5.68342 8.90237 5.29289 9.29289C4.90237 9.68342 4.90237 10.3166 5.29289 10.7071L7.79289 13.2071C7.98043 13.3946 8.23478 13.5 8.5 13.5C8.76522 13.5 9.01957 13.3946 9.20711 13.2071L14.7071 7.70711Z" fill="%23D45D61"/></svg>');
  position: absolute;
  top: 15px;
  left: 0;
}

.pg-material__box li span {
  font-weight: 700;
  color: #D45D61;
}

.pg-material__items-section {
  padding: 0;
}

.pg-material__items-section .l-section__inner {
  width: 100%;
  padding: 0;
}

.pg-material__items {
  position: relative;
  height: 184px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-material__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 16px;
  position: relative;
  left: -300%;
  white-space: nowrap;
  -webkit-animation: slide 12s linear infinite;
  animation: slide 12s linear infinite;
  padding: 0 20px;
}

.pg-material__item-list {
  border: 12px solid #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  width: 247px;
}

.pg-material__download {
  margin: 80px auto 0;
  padding: 0 0 48px;
}

.pg-material__download:before {
  content: "";
  max-width: 1392px;
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/material/pattern.webp");
  background-size: 331px auto;
  background-color: #D45D61;
  border-radius: 12px;
}

.pg-material__download-box {
  background: url(../../ja/img/common/bg-document.svg) no-repeat center;
  width: 800px;
  margin: 0 auto;
  border-radius: 24px;
  text-align: center;
  padding: 54px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
}

.pg-material__download-box:before {
  content: "";
  display: block;
  width: calc(100% - 78px - 78px);
  height: 6px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EB6353;
  border-radius: 0px 0px 3px 3px;
  max-width: 484px;
}

.pg-material__download-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}

.pg-material__download-box .c-button {
  margin: 0 auto;
  background: #EB6353;
}

.pg-material__download-box .c-button:hover .c-button__icon {
  background: #EB6353;
}

.pg-material__download-box .c-icon-link {
  margin: 24px auto 0;
}

.pg-material__download-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 16px;
}

.pg-material__download-title span {
  color: #EB6353;
}

.pg-material-title {
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pg-material-title.is-hidden {
  opacity: 0;
}

.pg-material-loading {
  position: relative;
  width: 256px;
  height: 256px;
  padding: 10px;
  margin: 80px auto;
}

.pg-material-loading.is-loaded .pg-material-loading__text {
  top: -60px;
  opacity: 1;
}

.pg-material-loading.is-loaded .pg-material-loading__check {
  -webkit-animation: materialCheck 0.5s ease-in-out;
  animation: materialCheck 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.pg-material-loading.is-loaded .pg-material-loading__inner {
  border: 16px solid #D45D61;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.pg-material-loading.is-loaded .pg-material-loading__loader {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}

.pg-material-loading.is-loaded .pg-material-loading__loader svg {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}

.pg-material-loading__inner {
  border-radius: 50%;
  border: 16px solid #F3F5F6;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pg-material-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pg-material-loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pg-material-loading__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-animation: materialLoading 1s linear infinite;
  animation: materialLoading 1s linear infinite;
}

.pg-material-loading__loader svg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pg-material-loading__text {
  color: #D45D61;
  font-size: 40px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 380px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pg-material-loading__check {
  position: absolute;
  right: 73px;
  top: 81px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.pg-panel .is-panel-none {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1270px) {
  .l-common-footer__logo-img {
    width: 150px;
  }
  a.l-common-footer__link {
    font-size: 14px;
  }
  .l-common-footer__buttons .l-common-header__buttons {
    display: block;
  }
  .l-common-footer__buttons .l-common-header__buttons .c-button {
    width: 200px;
  }
  .l-common-footer__buttons .l-common-header__buttons .c-button + .c-button {
    margin-top: 10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1195px) {
  .p-cta-block .c-button__text._fz20 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1540px) {
  .l-common-header .l-common-header__buttons .c-button {
    width: 13vw;
    min-width: 180px;
  }
  .l-common-header .l-common-header__buttons .c-button .c-button__text {
    font-size: 1vw;
  }
  .l-common-header__inner {
    padding: 46px 37px 0;
  }
  .l-common-header__logo {
    max-width: 10vw;
  }
  .l-common-header__logo .l-common-header__logo-1 {
    max-width: 100%;
  }
  .l-common-header__logo .l-common-header__logo-2 {
    max-width: 100%;
  }
  .l-common-header__lists {
    gap: 2vw;
    margin-left: 4vw;
  }
  a.l-common-header__link {
    font-size: 1vw;
  }
  .l-common-header .c-button._login {
    right: 37px;
  }
  .l-common-header .l-common-header__language {
    right: 158px;
  }
  .l-contents__inner {
    padding-left: 37px;
    padding-right: 37px;
  }
  .l-common-page-header__inner {
    padding: 0 37px 0;
  }
  .c-breadcrumb ul {
    padding: 10px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .is-home .l-common-header .c-button._orange {
    background: #fff;
    border: 1px solid #fff;
    color: #1D1D1D;
  }
  .is-home .l-common-header .c-button._orange .c-button__icon {
    background: #DD7D43;
  }
  .is-home .l-common-header .c-button._orange .c-button__icon .c-icon._hover {
    opacity: 1;
  }
  .is-home .l-common-header .c-button._orange:hover {
    background: #DD7D43;
    border: 1px solid #DD7D43;
    color: #fff;
  }
  .is-home .l-common-header .c-button._orange:hover .c-button__icon {
    background: #fff;
  }
  .is-home .l-common-header .c-button._orange:hover .c-button__icon .c-icon {
    opacity: 1;
  }
  .is-home .l-common-header .c-button._orange:hover .c-button__icon .c-icon._hover {
    opacity: 0;
  }
  .c-reason-buttons._sticky {
    position: sticky;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    top: 100px;
  }
}
@media screen and (max-width: 1270px) {
  .l-common-footer__language {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-common-footer__language .l-common-header__language {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-common-header:before {
    display: none;
  }
  body.is-menu-open .l-common-header__menu {
    opacity: 0;
  }
  body.is-menu-open .l-common-cta .l-common-header__menu {
    opacity: 1;
  }
  .l-common-header__inner {
    width: 100%;
    height: 100vh !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #D45D61;
    position: absolute;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 130px 0 0;
    overflow: auto;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-common-header__inner.is-open {
    opacity: 1;
    pointer-events: initial;
  }
  .l-common-header__inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 400px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 400px);
  }
  .l-common-header__logo {
    margin: 0;
    width: 175px;
    height: auto;
    position: absolute;
    left: 30px;
    top: 60px;
    z-index: 10;
  }
  .l-common-header__lists {
    display: block;
    z-index: 1;
    -webkit-transition: all 0s;
    transition: all 0s;
    margin: 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-common-header__list {
    position: relative;
    padding-left: 24px;
    gap: 10px;
  }
  .l-common-header__list:before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
  }
  .l-common-header__list + .l-common-header__list {
    margin-left: 0;
  }
  a.l-common-header__link {
    display: block;
    font-size: 20px;
    line-height: 20px;
  }
  a.l-common-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  a.l-common-header__link .c-icon._blank {
    display: none;
  }
  .l-common-header .l-common-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 34px 30px;
    background: #fff;
  }
  .l-common-header .l-common-header__buttons .c-button._small {
    width: 100%;
  }
  .l-common-header .l-common-header__buttons .c-button:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-common-header .l-common-header__language {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 30px 100px;
    background: #fff;
    opacity: 1;
    width: 100%;
    pointer-events: initial;
  }
  .l-common-header .l-common-header__language:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .l-common-header.is-scroll2 .l-common-header__language,
  .l-common-header.is-scroll .l-common-header__language {
    opacity: 1;
    top: 0;
    pointer-events: none;
  }
  .l-common-header.is-scroll2 .l-common-header__logo,
  .l-common-header.is-scroll .l-common-header__logo {
    width: 175px;
  }
  .l-common-header.is-scroll2 .l-common-header__logo-1,
  .l-common-header.is-scroll .l-common-header__logo-1 {
    opacity: 1;
  }
  .l-common-header.is-scroll2 .l-common-header__logo-2,
  .l-common-header.is-scroll .l-common-header__logo-2 {
    opacity: 0;
  }
  .l-common-header.is-scroll2 .l-common-header__link,
  .l-common-header.is-scroll .l-common-header__link {
    color: #fff;
  }
  .l-common-header.is-scroll2 .l-common-header__link:hover,
  .l-common-header.is-scroll .l-common-header__link:hover {
    color: #fff;
  }
  .l-common-header.is-scroll2 .l-common-header__link .c-icon._blank-w,
  .l-common-header.is-scroll .l-common-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  .l-common-header.is-scroll2 .l-common-header__link .c-icon._blank,
  .l-common-header.is-scroll .l-common-header__link .c-icon._blank {
    display: none;
  }
  .l-common-header .l-common-header__language-wrap {
    width: 50%;
    top: auto;
    bottom: 55px;
  }
  .l-common-header .l-common-header__language-wrap.is-open .l-common-header__language-baloon {
    top: auto;
    bottom: 60px;
  }
  .l-common-header .l-common-header__language-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 36px;
    left: 50%;
    top: 0;
    margin-left: -2px;
    background: #EAEEF0;
  }
  .l-common-header a.l-common-header__login-link {
    color: #2F3E55;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    text-align: center;
    width: 50%;
    text-decoration: none;
  }
  .l-common-header a.l-common-header__login-link:hover {
    text-decoration: underline;
  }
  .l-common-header .l-common-header__language-link {
    color: #2F3E55;
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: none;
    cursor: pointer;
  }
  .l-common-header .l-common-header__language-link .c-icon {
    display: block;
    position: relative;
    top: 1px;
  }
  .l-common-header .l-common-header__language-link ._hover {
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
  }
  .l-common-header .l-common-header__language-icon .c-icon,
  .l-common-header .l-common-header__language-arrow .c-icon {
    opacity: 0;
  }
  .l-common-header .l-common-header__language-icon .c-icon._hover,
  .l-common-header .l-common-header__language-arrow .c-icon._hover {
    opacity: 1;
  }
  .l-common-header .l-common-header__language-text {
    font-weight: 700;
  }
  .l-common-header .l-common-header__language-baloon {
    position: absolute;
    width: 140px;
    height: 95px;
    padding: 13px 24px 0;
    top: auto;
    bottom: 55px;
    right: auto;
    left: 75%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    background: #FFFFFF;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-common-header .l-common-header__language-baloon-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 240%;
    color: #1D1D1D;
  }
  .l-common-header .l-common-header__language-baloon-link:hover {
    text-decoration: underline;
  }
  .l-common-header__menu,
  .l-common-header__close {
    position: absolute;
    top: 60px;
    right: 30px;
    width: 56px;
    height: 56px;
    z-index: 60;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D45D61;
    border-radius: 50%;
  }
  .l-common-header__menu:before,
  .l-common-header__menu:after,
  .l-common-header__close:before,
  .l-common-header__close:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-common-header__menu:before,
  .l-common-header__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    margin-top: -8px;
  }
  .l-common-header__menu:after,
  .l-common-header__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    margin-top: 8px;
  }
  .l-common-header__menu span,
  .l-common-header__close span {
    width: 24px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .l-common-header__close {
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: #fff;
    top: 30px;
  }
  .l-common-header__close:before,
  .l-common-header__close:after {
    background: #D45D61;
  }
  .l-common-header__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0px;
  }
  .l-common-header__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0px;
  }
  .l-common-header__close span {
    width: 0;
  }
  .is-menu-open .l-common-header__close {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.01);
    transition-timing-function: cubic-bezier(1, 0, 1, 0.01);
  }
  .l-common-header__buttons .c-button._login {
    display: none;
  }
  .is-home .l-common-header__language-text {
    color: #1d1d1d;
  }
  .is-home .l-common-header {
    top: 0;
  }
  .l-common-header__link {
    color: #fff;
  }
  .l-common-header__link:hover {
    color: #fff;
  }
  .l-common-header .l-common-header__sp-menu .l-common-header__logo-img._logo2 {
    position: absolute;
    top: 0;
  }
  .l-common-header.is-scroll .l-common-header__inner,
  .l-common-header__inner.is-open {
    padding: 130px 0 0;
  }
  .l-common-header._lower {
    height: 0;
  }
  .l-common-header._lower .l-common-header__logo,
  .l-common-header._lower .l-common-header__logo-1,
  .l-common-header._lower .l-common-header__logo-2 {
    width: 175px;
  }
  .l-common-header._lower + .l-common-header__sp-menu .l-common-header__logo-img._logo2 {
    position: absolute;
  }
  .l-common-header._lower .l-common-header__logo-2 {
    display: none;
  }
  .l-common-header._lower .l-common-header__link {
    color: #fff;
  }
  .l-common-header._lower .l-common-header__link:hover {
    color: #fff;
  }
  .l-common-header._lower.is-scroll .l-common-header__logo,
  .l-common-header._lower.is-scroll .l-common-header__logo-1,
  .l-common-header._lower.is-scroll .l-common-header__logo-2,
  .l-common-header._lower.is-scroll2 .l-common-header__logo,
  .l-common-header._lower.is-scroll2 .l-common-header__logo-1,
  .l-common-header._lower.is-scroll2 .l-common-header__logo-2 {
    width: 175px;
  }
  .l-common-header._lower.is-scroll .l-common-header__language,
  .l-common-header._lower.is-scroll2 .l-common-header__language {
    top: 0;
  }
  .l-common-header._lower.is-scroll .l-common-header__inner,
  .l-common-header._lower.is-scroll2 .l-common-header__inner {
    padding: 130px 0 0;
  }
  .l-common-header._lower .l-common-header__inner {
    padding: 130px 0 0;
  }
  .l-common-header._lower .l-common-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  .l-common-header._lower .l-common-header__link .c-icon._blank {
    display: none;
  }
  .l-common-header._lower .l-common-header__language {
    height: 140px;
    background: #fff;
    padding: 0 30px 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .is-menu-open.is-scroll .l-common-header.is-scroll .l-common-header__language {
    pointer-events: initial;
  }
  .l-common-header__inner:before {
    display: none;
  }
  .l-common-header .l-common-header__login-link,
  .l-common-header .l-common-header__language-wrap,
  .l-common-header .l-common-header__language {
    pointer-events: none;
  }
  .is-menu-open .l-common-header .l-common-header__login-link,
  .is-menu-open .l-common-header .l-common-header__language-wrap,
  .is-menu-open .l-common-header .l-common-header__language {
    pointer-events: initial;
  }
  .l-common-header__inner .c-button._login {
    display: none;
  }
  .l-common-header__inner .l-common-header__logo {
    top: 30px;
  }
  .l-common-header__sp-menu {
    display: block;
    background: #FFF;
    height: 143px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-common-header__sp-menu-upper {
    background: #F3F5F6;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    padding: 4px 8px;
    position: relative;
    z-index: 11;
  }
  a.l-common-header__sp-menu-login-link {
    color: #2F3E55;
    width: 100px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Noto Sans CJK JP;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  a.l-common-header__sp-menu-login-link .c-button__text {
    text-decoration: none;
  }
  .l-common-header__language-link-wrap {
    position: relative;
  }
  .l-common-header__language-link-wrap .l-common-header__language-baloon {
    bottom: auto;
    top: 90%;
  }
  body.is-menu-open .l-common-header__sp-menu,
  html.wf-active .is-home.is-menu-open .l-common-header__sp-menu {
    opacity: 0;
    pointer-events: none;
  }
  .is-home .l-common-header__sp-menu {
    background: transparent;
    border: none;
  }
  html.wf-active .is-home .l-common-header__sp-menu {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  html.wf-active .is-home .l-common-header__sp-menu ._logo1 {
    opacity: 0;
  }
  html.wf-active .is-home.is-scroll .l-common-header__sp-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
  }
  html.wf-active .is-home.is-scroll .l-common-header__sp-menu ._logo1 {
    opacity: 1;
  }
  html.wf-active .is-home.is-scroll .l-common-header__sp-menu ._logo2 {
    opacity: 0;
  }
  .is-home.is-scroll .l-common-header {
    border: none;
  }
  .is-scrolling-down.is-scroll .l-common-header {
    -webkit-transform: translateY(-38px);
    transform: translateY(-38px);
  }
  .is-menu-open.is-scrolling-down .l-common-header {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .is-lp .l-common-header {
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .is-lp .l-common-header__sp-menu {
    top: 0 !important;
    -webkit-transform: translateY(-38px) !important;
    transform: translateY(-38px) !important;
  }
  .l-common-footer__list-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-common-footer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-common-cta {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    bottom: -74px;
    left: 0;
    padding: 12px;
    height: 74px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: visible;
    pointer-events: initial;
    z-index: 100;
  }
  .l-common-cta.is-nav-view {
    bottom: 0;
  }
  .l-common-cta .l-common-header__menu {
    position: relative;
    visibility: visible;
    pointer-events: initial;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #F3F5F6;
  }
  .l-common-cta .l-common-header__menu:before,
  .l-common-cta .l-common-header__menu:after,
  .l-common-cta .l-common-header__menu span {
    background-color: #2F3E55;
  }
  .l-common-cta .c-button {
    width: calc((100% - 30px - 44px) / 2);
    padding-left: 0;
    height: 50px;
  }
  .l-common-cta .c-button .c-button__text._fz15 {
    font-size: 15px;
  }
  .l-common-cta .c-button._white {
    color: #fff;
    background: #DD7D43;
  }
  .l-common-cta .c-button._red {
    background: #D45D61;
    color: #fff;
    border: none;
  }
  .l-common-cta .c-button._red:hover {
    border: none;
  }
  .is-scroll .l-common-cta {
    bottom: 0;
  }
  .is-menu-open .l-common-cta {
    bottom: -74px;
  }
  .u-tb-none {
    display: none;
  }
  .u-tablet-item._pc-none {
    display: block;
  }
  .u-tablet-item._tb-none {
    display: none;
  }
  .c-pagetop__link {
    right: 16px;
    bottom: 74px;
    width: 40px;
    height: 40px;
  }
  .c-pagetop__link span {
    width: 12px;
    height: 12px;
  }
  .c-pagetop__link span:before,
  .c-pagetop__link span:after {
    width: 12px;
    height: 3px;
  }
  .c-about-box {
    padding: 10px;
  }
  .c-about-box__inner {
    padding: 32px 16px;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-about-box__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-about-box__title .c-title._x-small ._x-small-inner {
    font-size: 20px;
    white-space: nowrap;
    padding: 0;
  }
  .c-about-box .c-box__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
    max-width: 331px;
    margin: 0 auto;
  }
  .c-about-box .c-box__image img {
    display: block;
    margin: 0 auto;
  }
  .c-about-box .c-box__text-1 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .c-about-box .c-box__text-1 .c-box__text-1-baloon,
  .c-about-box .c-box__text-1 .c-box__text-1-box {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-about-box .c-box__text-1 .c-button {
    margin-top: 32px;
  }
  .c-about-box .c-box__text-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .c-about-box .c-button {
    width: 100%;
  }
  .c-reason__block._block8 {
    margin-bottom: 100px;
  }
  .c-reason-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px 4px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 20px;
    position: static;
  }
  .c-reason-button {
    height: 44px;
    width: calc(50% - 2px);
    font-size: 13px;
  }
  .c-reason-button:after {
    top: calc(100% - 5px);
  }
  .c-reason .c-reason__block._block12 .c-reason-title + .c-text + .c-text {
    padding-left: 0;
  }
  .c-about-box._cta {
    padding: 32px 20px;
  }
  .c-about-box._cta .c-about-box__inner {
    gap: 20px;
  }
  .c-about-box._cta .c-box__image {
    max-width: 334px;
    width: 100%;
  }
  .c-about-box._cta .c-box__image img {
    width: 226px;
  }
  .c-about-box._cta .c-box__text-1 {
    width: 100%;
  }
  .c-about-box._cta .c-box__notes {
    width: 250px;
    margin: 0 auto;
  }
  .c-about-box._cta .c-box__text-2 {
    width: 100%;
    margin: 0 auto;
  }
  .c-lower-title {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .c-lower-title._small {
    font-size: 24px;
    line-height: 32.69px;
  }
  .c-lower-title__en {
    margin-bottom: 4px;
  }
  .l-wrap._lower {
    padding-top: 143px;
  }
  .is-lp .l-wrap._lower {
    padding-top: 105px;
  }
  .l-contents {
    margin-bottom: 145px;
  }
  .l-contents__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-common-page-header {
    margin-bottom: 32px;
    height: 379px;
  }
  .l-common-page-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 0;
    gap: 16px;
  }
  .l-common-page-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-common-page-header__title-en {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 8px;
    width: 100%;
  }
  .l-common-page-header__title-large {
    font-size: 32px;
    font-weight: 700;
    line-height: 42.56px;
  }
  .l-common-page-header__title-small {
    font-size: 18px;
    font-weight: 700;
    line-height: 31.5px;
  }
  .l-common-page-header__read {
    width: 100%;
    max-width: 100%;
  }
  .l-common-page-header__read p {
    font-size: 12px;
    line-height: 21px;
  }
  .l-common-page-header__read p + p {
    margin-top: 21px;
  }
  .c-breadcrumb._bottom {
    margin-bottom: -30px;
  }
  .c-breadcrumb._bottom-border {
    margin-top: -160px;
  }
  .c-breadcrumb ul {
    padding: 12px 10px;
  }
  .pg-howto-items {
    gap: 16px;
    text-align: center;
  }
  .pg-howto-item {
    padding: 28px 20px 34px;
    gap: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pg-howto-item .c-icon-link {
    margin: 0 auto;
  }
  .pg-howto-item__icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80px;
    height: 80px;
  }
  .pg-howto-item__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pg-howto-item__text p {
    line-height: 25.6px;
  }
  .pg-howto-item__title {
    gap: 4px;
    margin-bottom: 8px;
  }
  .pg-howto-detail-tab {
    gap: 6px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .pg-howto-detail {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .pg-template-enquete .c-anchor {
    top: -150px;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: 414px;
  }
  .l-common-footer {
    padding: 56px 30px 74px;
  }
  .l-common-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .l-common-footer__logo {
    width: 174px;
    margin: 0 auto 40px;
  }
  .l-common-footer__logo-img {
    width: 174px;
    height: auto;
  }
  .l-common-footer__list-wrap {
    margin-bottom: 20px;
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .l-common-footer__list-wrap._small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 48px;
  }
  .l-common-footer__list-wrap._small .l-common-footer__list {
    text-align: left;
  }
  .l-common-footer__list {
    margin-bottom: 20px;
  }
  .l-common-footer__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  .l-common-footer__link .c-icon {
    margin-left: 4px;
  }
  .l-common-footer__link:hover {
    text-decoration: underline;
  }
  .l-common-footer__buttons .l-common-header__buttons {
    margin-bottom: 16px;
    display: block;
  }
  .l-common-footer__buttons .l-common-header__buttons .c-button {
    width: 100%;
  }
  .l-common-footer__buttons .l-common-header__buttons .c-button + .c-button {
    margin-top: 20px;
  }
  .l-common-footer__buttons .l-common-header__language-wrap {
    position: relative;
  }
  .l-common-footer__buttons .l-common-header__language-link {
    color: #2F3E55;
    font-weight: 700;
  }
  .l-common-footer__buttons .l-common-header__language-icon .c-icon,
  .l-common-footer__buttons .l-common-header__language-arrow .c-icon {
    opacity: 0;
  }
  .l-common-footer__buttons .l-common-header__language-icon .c-icon._hover,
  .l-common-footer__buttons .l-common-header__language-arrow .c-icon._hover {
    opacity: 1;
  }
  .l-common-footer__buttons .c-button:last-child {
    background: #DD7D43;
    color: #fff;
    border: 1px solid #DD7D43;
  }
  .l-common-footer__buttons .c-button:last-child .c-button__icon {
    background: #fff;
  }
  .l-common-footer__buttons .c-button:last-child .c-icon {
    opacity: 0;
  }
  .l-common-footer__buttons .c-button:last-child .c-icon._hover {
    opacity: 1;
  }
  .l-common-footer__buttons .c-button:last-child:hover {
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #1d1d1d;
  }
  .l-common-footer__buttons .c-button:last-child:hover .c-button__icon {
    background: #DD7D43;
  }
  .l-common-footer__buttons .c-button:last-child:hover .c-icon {
    opacity: 1;
  }
  .l-common-footer__buttons .c-button:last-child:hover .c-icon._hover {
    opacity: 0;
  }
  .l-common-footer__language {
    padding-bottom: 34px;
    margin-top: 32px;
  }
  .l-common-footer__language .l-common-header__language {
    position: relative;
    right: 0;
    top: 0;
  }
  .l-common-footer__copy {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .l-common-footer__copy._only {
    width: 100%;
  }
  .l-wrap .c-button._small,
  .l-wrap .c-button._medium,
  .l-wrap .c-button._large {
    width: 100%;
  }
  .u-pc-none {
    display: block;
  }
  .u-sp-none {
    display: none;
  }
  .main_contents._center {
    text-align: left;
  }
  .main_contents h2.type5 {
    padding: 32px 0 0 0;
    text-align: center;
  }
  .main_contents .questionaryBox4 {
    border-radius: 12px;
    padding: 26px 16px 36px;
  }
  .main_contents .questionaryBox6 {
    padding: 48px 24px;
  }
  .main_contents .questionaryBox6 pre {
    font-size: 11px;
    white-space: pre-wrap;
    overflow: hidden;
  }
  .main_contents .howtoBox2 dt {
    font-size: 16px;
  }
  .main_contents .howtoBox3 {
    padding: 20px;
    width: 100%;
  }
  .main_contents .howtoImage1,
  .main_contents .howtoImage3 {
    padding: 15px;
  }
  .se-mainvisual {
    font-size: 16px;
  }
  .se-mainvisual__title-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .se-mainvisual__title-2 {
    font-size: 32px;
  }
  .c-reason-buttons._large {
    gap: 21px 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .c-reason-buttons._large .c-reason-button {
    width: calc(50% - 6px);
    font-size: 16px;
    height: 56px;
  }
  .p-cta-block .c-button._red._center {
    margin-top: 40px;
  }
  .p-cta-block {
    position: relative;
    margin-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  .p-cta-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    width: 100%;
    height: 80px;
  }
  .p-cta-block._gray {
    margin-top: 140px;
  }
  .p-cta-block._gray:before {
    content: "";
    top: -145px;
    height: 150px;
  }
  .p-cta-block._gray .p-cta-block__card {
    margin-top: -80px;
  }
  .p-cta-block._gray .p-cta-block__card + .p-cta-block__card {
    margin-top: 0px;
  }
  .p-cta-block__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-cta-block__inner:before,
  .p-cta-block__inner:after {
    content: "";
    display: block;
    width: 140px;
    height: 500px;
    background: url(../../ja/img/common/cv-bg.webp) repeat;
    background-size: 36px 28px;
    position: absolute;
  }
  .p-cta-block__inner:before {
    top: 10px;
    right: auto;
    left: 4px;
  }
  .p-cta-block__inner:after {
    bottom: -80px;
    left: auto;
    right: 0;
    width: 80px;
    height: 406px;
  }
  .p-cta-block__card {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 40px;
    position: relative;
    z-index: 1;
  }
  .p-cta-block__card:before {
    content: "";
    display: block;
    width: calc(100% - 30px - 30px);
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #DD7D43;
    border-radius: 0px 0px 3px 3px;
  }
  .p-cta-block__card._left {
    background-image: none;
  }
  .p-cta-block__card._right {
    background-image: none;
  }
  .p-cta-block__thumb {
    left: -10px;
    top: -105px;
    width: 160px;
  }
  .p-cta-block__title {
    height: auto;
    padding: 32px 0 16px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  .p-cta-block__text {
    line-height: 32px;
    margin-bottom: 30px;
  }
  .c-white-box {
    border-radius: 12px;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .c-title._step {
    padding-left: 90px;
  }
  .c-title._step .c-title__step-text {
    width: 80px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    top: 11px;
  }
  .c-lower-title._left._sp-center {
    text-align: center;
  }
  .c-lower-title__en._left._sp-center {
    text-align: center;
  }
  .c-detail-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .c-detail-card {
    width: 100%;
  }
  .c-detail-card-image {
    height: 211px;
  }
  .c-detail-cards._x2 .c-detail-card {
    width: 100%;
  }
  .c-text._title-next {
    margin-bottom: 0;
  }
  .l-wrap._lower {
    padding-top: 173px;
  }
  .is-lp .l-wrap._lower {
    padding-top: 135px;
  }
  .l-common-page-header {
    margin-top: -30px;
  }
  .c-section {
    padding-left: 0;
    padding-right: 0;
  }
  .pg-howto-detail-tab {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .pg-howto-detail-tab span,
  .pg-howto-detail-tab a {
    width: 128px;
    height: 68px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }
  .pg-howto-image-bg {
    background-size: 300px 300px;
    background-position: right -72px top 20px;
  }
  .pg-template-enquete {
    margin: 97px auto;
  }
  .pg-template-enquete .c-box._box-4 {
    padding: 45px 20px 40px;
  }
  .pg-template-enquete .c-box._box-4 .c-box__inner {
    padding: 0;
  }
  .pg-template-enquete .c-box._box-4:nth-child(2) .c-box__inner {
    padding: 0;
  }
  .pg-template-enquete__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pg-template-enquete__item {
    width: 100%;
    padding: 16px 20px;
  }
  .pg-template-enquete__item p {
    font-size: 14px;
  }
  .pg-template-enquete__item a {
    font-size: 14px;
  }
  .pg-template-enquete-icon {
    width: 60px;
  }
  .pg-template-enquete__title {
    font-size: 20px;
  }
  .pg-template-detail {
    max-width: 100%;
    padding: 24px 20px 60px;
  }
  .pg-template-detail-icon {
    top: 20px;
    right: -72px;
    width: 320px;
    height: 320px;
  }
  .pg-template-detail__other-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 54px 20px;
    gap: 127px 0;
    margin-top: 90px;
  }
  .pg-template-detail__other-list-wrap .p-enquete {
    width: 100%;
  }
  .pg-template-detail__other-list-wrap .c-box._box-4 .c-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .pg-example-detail {
    max-width: 100%;
  }
  .pg-example-detail__point {
    padding: 48px 40px;
  }
  .pg-voice-other {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 78px;
  }
  .pg-voice-other__content {
    margin-top: -50px;
    padding: 58px 20px 50px;
  }
  .pg-voice-other__content .c-white-box {
    padding: 40px 16px;
  }
  .pg-voice-other__image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .pg-voice-other__image {
    width: 100%;
  }
  .pg-voice-other__image img {
    width: 120px;
    margin: 0 auto 5px;
  }
  .pg-voice-other__text .c-title._x-small {
    margin-bottom: 9px;
  }
  .pg-voice-other__text .c-title._x-small {
    font-size: 24px;
  }
  .pg-voice-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
    margin: 0 20px 48px;
    border-radius: 12px;
    overflow: hidden;
  }
  .pg-voice-detail-header__image {
    width: 100%;
  }
  .pg-voice-detail-header__img {
    position: relative;
    height: auto;
  }
  .pg-voice-detail-header__text {
    padding: 24px 20px 40px;
  }
  .pg-voice-detail-header__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .pg-voice-detail-header__sub-title {
    font-size: 20px;
    line-height: 27.24px;
    margin-bottom: 16px;
  }
  .pg-voice-detail-header__profile p {
    padding: 12px 16px;
  }
  .pg-voice-detail__body .item-layout1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pg-voice-detail__body .item-layout1.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pg-voice-detail__body .item-img-lyt1 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .pg-material-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    gap: 0;
    margin-bottom: -30px;
  }
  .pg-material-detail .c-title._x-small._left {
    line-height: 32.69px;
  }
  .pg-material__image {
    width: 100%;
  }
  .pg-material__img {
    position: relative;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0%;
  }
  .pg-material__box {
    border-radius: 12px;
    padding: 36px 24px;
  }
  .pg-material__box li {
    padding-left: 27px;
    font-size: 16px;
  }
  .pg-material__box li:before {
    top: 3px;
  }
  .pg-material__items-section .c-title._x-small ._x-small-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 49px;
  }
  .pg-material__items {
    height: auto;
    white-space: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pg-material__item-lists {
    display: none;
  }
  .pg-material__item-lists:first-child {
    white-space: initial;
    left: unset;
    -webkit-animation: unset;
    animation: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
  }
  .pg-material__item-list {
    border: 6px solid #fff;
    width: calc(50% - 4px);
  }
  .pg-material__download {
    margin: 40px auto;
    padding: 0 20px 32px;
  }
  .pg-material__download:before {
    margin-top: 40px;
    height: calc(100% - 21px);
    border-radius: 0;
  }
  .pg-material__download-box {
    width: 100%;
    padding: 32px 20px 28px;
    background-size: 200px auto;
  }
  .pg-material__download-box:before {
    width: calc(100% - 60px);
  }
  .pg-material__download-box .c-button .c-button__text._fz20 {
    font-size: 18px;
    padding-left: 30px;
  }
  .pg-material__download-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .l-contents__inner.pg-price-contents-inner {
    padding: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .l-common-footer__copy._only {
    margin: 0;
    padding-bottom: 90px;
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}
@-webkit-keyframes materialLoading {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes materialLoading {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes materialCheck {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    top: 71px;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 81px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 81px;
  }
}
@keyframes materialCheck {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    top: 71px;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 81px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 81px;
  }
}